
input {
    flex: 1;
    width: 100%;
    height: 56px;
    border:1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px;
    gap: 10px;
}

input::placeholder {
    color: #afafaf;
    font-weight: 400;
}

input:disabled {
    border: none !important;
    background: #ddd;
    color: #909090 !important;
}

input:focus-within {
    border:1.5px solid #3B82F6;
}

.canvas-page{
    grid-template-rows: 60px 1fr;
    background-color: #fff;
}
.canvas-page .title-bar{
    height: 55px;
    width: 100%;
}
.canvas-page .title-bar h2{
    font-size: 15px;
    font-weight: 500;
}
.canvas-page .title-bar .display--flex{
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
}
.canvas-page .title-bar a{
    width: 55px !important;
    height: 55px;
}
.canvas-page .title-bar a.op0{
    pointer-events: none;
}

.canvas-page .content{
    width: 100%;
    height: calc(100svh - 55px);
}
.button-full-widh:disabled{
        width: 100%;
    background-color:#FDCF43;
    height: 56px;
    bottom: 0;
    border: none;
    outline: none;
    left: 0;
    color:#121212;
    font-size: 17px;
    font-weight: 600;
    letter-spacing:0px;
    font-weight: 500;
    pointer-events: none;
    position: relative;
    opacity: .45;
    z-index: 21;
}
.button-full-widh{
    width: 100%;
    background-color:#FFD43B;
    height: 56px;
    bottom: 0;
    border: none;
    outline: none;
    left: 0;
    color:#000;
    font-size: 17px;
    font-weight: 500;
    letter-spacing:0px;
    position: relative;
    bottom: 0;
    z-index: 21;
}
.button-full-widh a{
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

/* Open Sans */
.open-sans{
  font-family: "Open Sans", sans-serif;
}
.open-sans--thin{
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.open-sans--light{
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.open-sans--regular{
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.open-sans--medium{
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.open-sans--bold{
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.open-sans--black{
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* Noto Sans */
.noto-sans--thin{
  font-family: "Noto Sans Kr", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.noto-sans--light{
font-family: "Noto Sans Kr", sans-serif;
font-weight: 300;
font-style: normal;
}
.noto-sans--regular{
font-family: "Noto Sans Kr", sans-serif;
font-weight: 400;
font-style: normal;
}
.noto-sans--medium{
font-family: "Noto Sans Kr", sans-serif;
font-weight: 500;
font-style: normal;
}
.noto-sans--bold{
font-family: "Noto Sans Kr", sans-serif;
font-weight: 600;
font-style: normal;
}
.noto-sans--black{
font-family: "Noto Sans Kr", sans-serif;
font-weight: 700;
font-style: normal;
}
/* Roboto */
.roboto--thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  .roboto--light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .roboto--regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .roboto--medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .roboto--bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .roboto--black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .roboto--thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }

  .roboto--light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .roboto--regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .roboto--medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }

  .roboto--bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .roboto--black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  /* font-size */
  .font-size--10{
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .font-size--11{
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .font-size--12{
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .font-size--13{
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .font-size--14{
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .font-size--15{
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .font-size--16{
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .font-size--17{
    font-size: 17px;
    letter-spacing: -0.425px;
  }
  .font-size--18{
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .font-size--19{
    font-size: 19px;
    letter-spacing: -0.475px;
  }
  .font-size--20{
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .font-size--21{
    font-size: 21px;
    letter-spacing: -0.5px;
  }

  .font-size--22{
    font-size: 22px;
    letter-spacing: 0.55;
  }
  .font-size--23{
    font-size: 23px;
    letter-spacing: 0.55;
  }
  .font-size--24{
    font-size: 24px;
    letter-spacing: 0.55;
  }
  .font-size--25{
    font-size: 25px;
    letter-spacing: 0.55;
  }
  .font-size--26{
    font-size: 26px;
    letter-spacing: 0.55;
  }
  .font-size--27{
    font-size: 27px;
    letter-spacing: 0.55;
  }
  .font-size--28{
    font-size: 28px;
    letter-spacing: 0.55;
  }
  .font-size--29{
    font-size: 29px;
    letter-spacing: 0.55;
  }
  .font-size--30{
    font-size: 30px;
    letter-spacing: 0.55;
  }
  .font-size--31{
    font-size: 31px;
    letter-spacing: 0.55;
  }
  .font-size--32{
    font-size: 32px;
    letter-spacing: 0.55;
  }
  /* font-weight */


/* Flexbox */
.flex {
    display: flex;
}

.flex--justify-start {
    justify-content: flex-start;
}

.flex--justify-center {
    justify-content: center;
}

.flex--justify-end {
    justify-content: flex-end;
}

.flex--justify-between {
    justify-content: space-between;
}

.flex--justify-around {
    justify-content: space-around;
}

.flex--justify-evenly {
    justify-content: space-evenly;
}

.flex--align-start {
    align-items: flex-start;
}

.flex--align-center {
    align-items: center;
}

.flex--align-end {
    align-items: flex-end;
}

.flex--align-stretch {
    align-items: stretch;
}

.flex--align-baseline {
    align-items: baseline;
}

.flex--direction-row {
    flex-direction: row;
}

.flex--direction-row-reverse {
    flex-direction: row-reverse;
}

.flex--direction-column {
    flex-direction: column;
}

.flex--direction-column-reverse {
    flex-direction: column-reverse;
}

.flex--wrap {
    flex-wrap: wrap;
}

.flex--no-wrap {
    flex-wrap: nowrap;
}
/* Display */
.display--block {
    display: block;
}

.display--inline-block {
    display: inline-block;
}

.display--inline {
    display: inline;
}

.display--flex {
    display: flex;
}

.display--grid {
    display: grid;
}

.display--none {
    display: none;
}
/* Positioning */
.position--relative {
    position: relative;
}

.position--absolute {
    position: absolute;
}

.position--fixed {
    position: fixed;
}

.position--sticky {
    position: sticky;
}

.position--static {
    position: static;
}
/* Text and Typography */
.text--left {
    text-align: left;
}

.text--center {
    text-align: center;
}

.text--right {
    text-align: right;
}

.text--justify {
    text-align: justify;
}

.text--bold {
    font-weight: bold;
}

.text--italic {
    font-style: italic;
}

.text--uppercase {
    text-transform: uppercase;
}

.text--lowercase {
    text-transform: lowercase;
}

.text--capitalize {
    text-transform: capitalize;
}
/* Margin */
.margin--0 {
    margin: 0;
}

.margin--auto {
    margin: auto;
}

.margin--top-0 {
    margin-top: 0;
}

.margin--right-0 {
    margin-right: 0;
}

.margin--bottom-0 {
    margin-bottom: 0;
}

.margin--left-0 {
    margin-left: 0;
}

.margin--left-2{
    margin-left: 2px;
}
/* Padding */
.padding--0 {
    padding: 0;
}

.padding--top-0 {
    padding-top: 0;
}

.padding--right-0 {
    padding-right: 0;
}

.padding--bottom-0 {
    padding-bottom: 0;
}

.padding--left-0 {
    padding-left: 0;
}
/* division */
.division {
    display: flex;
    flex-wrap: wrap;
    flex:1;
}
.division--1 > *{
    flex:1;
    box-sizing: border-box;
}
.division--2 > * {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.division--3 > * {
    flex: 1 1 33.33%;
    box-sizing: border-box;
}

.division--4 > * {
    flex: 1 1 25%;
    box-sizing: border-box;
}

.division--auto > * {
    flex: 1 1 auto;
    box-sizing: border-box;
}
/* opacity */
.op0{
    opacity: 0;
    z-index: -9999;

}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    color: inherit;
}

body{
    max-width: 480px;
    margin: 0 auto !important;
    background: white; /* 임시 */
    overflow-x: hidden;
}
.input-wrappr{
    height: 50px;
}
.input-wrapper.active i
{
    opacity: 1;
}


#back--login p {
    text-align: center;
}

#back--login > div {
    margin-top: 15px;
}

#back--login a.button--jQuery-modal {
    background: #FFD43B;
    width: 20%;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    font-weight: 600;
}
