@charset "UTF-8";

/* 공통 스타일 (width : 500px) */
.l_w500 {
    width: 500px;
    margin: 100px auto 0;
}
.l_w500 > h2 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 3.0rem;
    color: #fff;
}
.l_w500 > .desc {
    margin: -30px 0 30px;
    text-align: center;
    font-size: 1.6rem;
    color: #888;
}
.l_w500 .form > input + input { 
    margin-top: 16px;
}

/* 공통 스타일 (width : 580px) */
.l_w580 {
    width: 580px;
    margin: 0 auto;
}
.l_w580 .form {
    position: relative;
    padding-left: 100px;
}
.l_w580 .form > label {
    position: absolute;
    top: 17px; left: 0;
    font-size: 1.6rem;
    color: #dedede;
}
.l_w580 .form > input + input { 
    margin-top: 16px;
}
.l_w580 .form + .form {
    margin-top: 30px;
}



/* 로그인
   ========================================================================== */

/* 로그인 */
.login .login_service {
    margin: 50px 0 60px;
}
.login .wrap_checkbox {
    margin: 16px 0 25px;
}
.login .login_service_list {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    color: #888
}
.login .login_service_list > li {
    position: relative;
    padding: 0 30px 0 31px;
}
.login .login_service_list > li + li::after {
    content: '';
    position: absolute;
    top: 2px; left: 0;
    width: 1px;
    height: 13px;
    background-color: #888;
}
.login .wrap_sns_login > button {
    position: relative;
    width: 100%;
    height: 72px;
    border: 1px solid #666;
    color: #666;
    font-size: 1.6rem;
}
.login .wrap_sns_login > button:hover {
    border-color: #dedede;
    color: #dedede;
}
.login .wrap_sns_login > button + button {
    margin-top: 16px;
}
.login .wrap_sns_login i {
    position: absolute;
    top: 50%; left: 30px;
    transform: translateY(-50%);
}
.login .naver { background-image: url('/imgs/icons/fill/24_naver.svg') }
.login .kakao { background-image: url('/imgs/icons/fill/24_kakao.svg') }
.login .apple { background-image: url('/imgs/icons/fill/24_apple.svg') }

/* 아이디 찾기, 비밀번호 찾기 */
.find_id .btn_confirm, .find_pw .btn_confirm, .reset_pw .btn_confirm, .update_pw .btn_confirm { 
    margin-top: 30px;
}

.find_id .line {
    margin: 80px 0 60px;
    width: 100%;
    height: 1px;
    background-color: #888;
    display: block;
    opacity: 0.3;
}
.find_id .find_notice {
    color: #dedede;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
.find_id .btn_m0 {
    margin-top: 0px;
}

/* 비밀번호 변경 */
.form .tip {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    color: #666;
}



/* 회원가입
   ========================================================================== */

/* 약관 */
.agreement .check_list > li + li {
    margin-top: 32px;
}
.agreement_desc {
    height: 220px;
    padding: 10px 12px;
    margin-top: 18px;
    border: solid 1px #2f2f2f;
    overflow: auto;
    color: #888;
}
.agreement_desc > p {
    margin-top: 10px;
}
.agreement_desc > small, .agreement_desc > p {
    font-size: 1.2rem;
}
.agreement .wrap_btn {
    margin-top: 60px;
}
.agreement .btn_confirm {
    width: 500px;
}
/**/
.agreement_desc::-webkit-scrollbar{
    width: 8px;
    background-color: #2f2f2f;
}
.agreement_desc::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.agreement_desc::-webkit-scrollbar-track {
    background-color: #2f2f2f;
    border-radius: 4px;
}
.agreement_desc{
    scrollbar-base-color: #2f2f2f;
    scrollbar-face-color: #888;
    scrollbar-3dlight-color: #888;
    scrollbar-highlight-color: #888;
    scrollbar-track-color: #2f2f2f;
    scrollbar-arrow-color: #888;
    scrollbar-shadow-color: #888;
    scrollbar-dark-shadow-color: #888;
}

.agreement .table {
    margin-right: 0;
    margin-left: 0;
}
.agreement table {
    width: 100%;
    text-align: center;
}
.agreement table, .agreement tr, .agreement td {
    border: 1px solid;
}


/* 회원가입 */
input[type="radio"] {
    display: none;
}
.wrap_radio .gender + .gender {
    margin-left: 8px;
}
.wrap_radio span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #2f2f2f;
    font-size: 1.4rem;
    color: #888;
    cursor: pointer;
}
.wrap_radio input[type="radio"]:checked + span {
    border-color: #f00;
    color: #f00
}
.register .btn_confirm {
    margin-top: 60px;
}




/* 간편 회원가입 및 간편 회원정보수정  */
.sns .wrap_sns_id {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 1.6rem;
    color: #888;
}
.sns .sns_logo {
    margin-right: 8px;
    background-image: url('/imgs/icons/fill/24_naver2.svg')
}
.sns .sns_logo.naver {
    margin-right: 8px;
    background-image: url('/imgs/icons/fill/24_naver2.svg')
}
.sns .sns_logo.kakao {
    margin-right: 8px;
    background-image: url('/imgs/icons/fill/24_kakao.svg')
}
.sns .sns_logo.apple {
    margin-right: 8px;
    background-image: url('/imgs/icons/fill/24_apple.svg')
}
.register_sns .btn_confirm {
    margin-top: 60px
}










/* 회원정보 수정
   ========================================================================== */

/* 계정 비밀번호 입력 */
.check_pw .btn_confirm {
    margin-top: 30px
}

/* 회원 정보 수정 */
.l_w580 .form.marketing_area {
    padding-left: 0;
}
.l_w580 .form.marketing_area > label {
    position: static;
}
.l_w580 .form.marketing_area > .wrap_checkbox {
    margin-top: 32px;
}
.update .link_reset_pw {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 16px;
    color: #f00;
}
.update .wrap_btn {
    margin-top: 60px;
}
.update .btn {
    width: 282px;
}
.update .btn_cancel {
    margin-left: 16px;
}
.update .form.wrap_cert{
    display: flex;
    align-items: center;
    height: 56px;
}
.update .btn_cert{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101px;
    height: 40px;
    border-radius: 4px;
    font-size: 1.6rem;
    background: #444;
    color: #dedede;
}
.update .form.wrap_cert > p{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.6rem;
    color: #888;
}

.link_delete_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
}
.link_delete_user .ipt, .change_mobile .ipt {
    height: auto;
    padding: 0;
    margin-top: -3px;
    font-size: 1.4rem;
    letter-spacing: -0.56px;
    color: #888;
    border: 0;
}
.link_delete_user .icon_arrow, .change_mobile .icon_arrow {
    margin-top: -3px;
    background-image: url('/imgs/icons/outline/24_right.svg');
}

.change_mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
}
.change_mobile .ipt {
    width: 20%;
    margin-left: 10%;
}



/* 회원 탈퇴
   ========================================================================== */
.delete_user .l_w500 > h2{
    font-size: 3.0rem;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -1.2px;
}
.delete_user .l_w500 > .desc{
    margin-bottom: 80px;
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.delete_user .form > .form_ticket_date h3{
    margin: 0 0 16px;
    font-size: 2.0rem;
    color: #dedede;
}

.delete_user .form > .form_ticket_date input{
    display: inline-block;
    padding: 20px 16px 16px;
    border: 0;
    width: 100%;
    height: 56px;
    font-size: 1.6rem;
    color: #444;
}
.delete_user .form > .form_ticket_date input:disabled{
    border-radius: 4px;
    background-color: #666;
}
.delete_user .form > .form_ticket_date input::placeholder{
    font-size: 1.6rem;
    color:#444;
}
.form_reason h4{
    margin: 60px 0 19px;
    font-size: 2.0rem;
    font-weight: 500;
    color:#dedede;
    letter-spacing: -0.4px;
}
.wrap_reseon_radio section{
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
    display: inline-flex;
}

/* 이용권유효기간 확인 */
.wrap_reseon_radio section:nth-child(3){
    margin-bottom: 0;
}
.wrap_reseon_radio section > label{
    width: 50%;
}
.wrap_reseon_radio label + label {
    margin-left: 16px;
}
/*radio button*/
.wrap_reseon_radio span {
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    color: #888;
    cursor: pointer;
}
.wrap_reseon_radio span::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url('/imgs/icons/outline/24_radio.svg') no-repeat center / 100%;
}
.wrap_reseon_radio input[type="radio"]:checked + span::before{
    background-image: url('/imgs/icons/outline/24_radio_select.svg');
}
.box_form_reason{
    margin-top: 30px;
}
.box_form_reason textarea{
    width: 100%;
    height: 200px;
    padding: 15px 16px;
    border: 1px solid #2f2f2f;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    letter-spacing: -0.64px;
    color: #dedede;
    border-radius: 4px;
    background-color: #141414;
    resize: none;
}
.box_form_reason textarea:focus{
    outline: none;
}
.box_form_reason article{
    margin: 30px 0 60px;
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: -0.56px;
    text-align: left;
    color: #666;
}
.area_form_reason{
    display: flex;
}
.area_form_reason p{
    margin-left: 3px;
}
.delete_user_agree > label span{
    align-items: flex-start;
    margin-bottom: 60px;
    font-size: 1.6rem;
}
.delete_user_btn{
    width: 582px;
    margin: 0 auto;
}
.delete_user_btn button + button{
    margin-left: 16px;
}

/*아이디 중복체크*/
.wrap_ip{
    display: flex;
    justify-content: space-between;
}
.wrap_ip .ipt{
    width: 75%;
}
.wrap_ip .btn.btn_confirm{
    width: 20%;
    height: auto;
}