*{
    letter-spacing: -0.01em;
}
html{
    background: #E2F3E7;
}
html, body{
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    min-height: 100vh;
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
    overflow-x: hidden;
}
body{
    background: #F3FBF7;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #2B3033;
    box-shadow: 0 8px 36px rgba(0,0,0,15%);
}
main{
    margin-top: 64px;
    padding-bottom: 40px;
}
a:link,
a:visited,
a:active,
a:hover{
    text-decoration: none;
    color: #2B3033;
}
.inner{
    width: calc(100% - 48px);
    margin: 0 auto;
}
b{
    font-weight: bold;
}

/* header */
header{
    max-width: 540px;
    width: 100%;
    border: 0;
    position: fixed;
    overflow: initial;
    z-index: 2;
    background: linear-gradient(to right, #20CD99, #13BFD7);
}
header .header_inner{
    position: relative;
    height: 64px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header_inner .name{
    font-weight: bold;
    color: #fff;
}
header .header_inner .logo_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
header .header_inner .logo_wrap img{
    max-width: 120px;
    max-height: 36px;
}
nav .navbar_btn{
    display: block;
    position: absolute;
    top: 20px;
    right: 24px;
    cursor: pointer;
}
nav .navbar_btn .menu_off{
    position: fixed;
    margin-left: -20px;
}
nav{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    background: #000;
    z-index: 10;
}
.navbar_menu{
    display: none;
}
.navbar_menu.active{
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 300px;
    height: 100vh;
    overflow: auto;
    background: #fff;
    margin-right: calc((100% - 540px)/2);
    box-shadow: -4px 0 8px rgba(0,0,0,8%);
}
nav .navbar_menu li{
    color: #fff;
    padding: 16px 24px;
}
nav .navbar_menu li:first-child{
    margin-top: 64px;
}
nav .navbar_menu li a.active{
    color: #4DCA8E;
}



/* input */
input[type="text"]{
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 16px;
    width: calc(100% - 48px);
    padding: 22px 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: rgba(0,0,0,24%);
    margin-bottom: 12px;
    color: #fff;
}
input[type="password"]{
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 16px;
    width: calc(100% - 48px);
    padding: 22px 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: rgba(0,0,0,24%);
    color: #fff;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder{
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: rgba(255,255,255,24%);
}
input[type="text"]:focus,
input[type="password"]:focus{
    outline: none;
    border: 1px solid #fff;
    color: #fff;
}
input[type="button"]{
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    background: linear-gradient(to right, #20CD99, #13BFD7);
    padding: 22px 24px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 12px;
    margin: 32px 0;
}


/* select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single{
    color: #2B3033;
    line-height: 27px;
    height: 27px;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single{
    border: 0;
}
.select2-search--dropdown{
    display: none;
}
.select2-results__option--selectable{
    font-size: 14px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    width: 4px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
    width: 4px;
    background: #888;
    border-radius: 4px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{
    width: 4px;
}
.select2-container,
.select2-dropdown,
.select2-container--open .select2-dropdown--below{
    min-width: 100px !important;
    border: 0;
}
.select2-container--default .select2-results__option--selected{
    background: transparent;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #4DCA8E;
}



/* below 540 */
@media screen and (max-width: 540px){

    body{
        font-size: 15px;
    }
    .inner{
        width: calc(100% - 32px);
    }
    main{
        margin-top: 44px;
    }
    header .header_inner{
        width: calc(100% - 32px);
        height: 44px;
        padding: 0 16px;
    }
    header .header_inner .name{
        font-size: 15px;
        font-weight: 500;
    }
    header .header_inner .logo_wrap img{
        max-width: 120px;
        max-height: 32px;
    }
    nav .navbar_btn{
        top: 11px;
        right: 16px;
    }
    .navbar_menu.active{
        margin: 0;
    }
    nav .navbar_menu li:first-child{
        margin-top: 44px;
    }
    input[type="text"]{
        margin-bottom: 8px;
    }
    input[type="text"],
    input[type="password"]{
        font-size: 15px;
        width: calc(100% - 32px);
        padding: 18px 16px;
    }
    input[type="button"]{
        font-size: 15px;
        padding: 16px;
        margin: 24px 0;
    }

}
