﻿@charset "UTF-8";
/* --------------------------------------------------- LOGIN 페이지 시작--------------------------------------------------- */

/**************** SYUDY-LOGIN ****************/
/**************** header ****************/
html {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

input[type="text"],
input[type="password"] {
    margin-bottom: 8px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 420px;
    height: 50px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    color: #939393;
}
input[type="text"].small {
    width: 301px;
}
input[type="text"].num {
    width: 95px;
    margin-right: 6px;
}
input[type="text"]:last-child {
    margin-right: 0;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
button {
    vertical-align: baseline;
}
select {
    width: 135px;
    height: 50px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    margin-right: 3px;
}
select.num {
    width: 95px
}
select.small {
    width: 118px
}


#login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 0 0;
    overflow: auto;
    background: #DBEAFF;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 79px;
    margin: 0px auto 35px;
    background: url('/Content/images/logo.svg') no-repeat 0 0;
    background-size: contain;
    align-items: center;
}

header a {
    display: inline-block;
    width: 41px;
    height: 41px;
}

.content {
    position: relative;
    width: 530px;
    height: 460px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 180px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}

.content h1 {
    line-height: 1.2;
    font-size: 38px;
    font-weight: 600;
    color: #1c1c1c;
}
.content h1+i {
    position: absolute;
    top:-4px;
    right: 30%;
    width: 44px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    background-color: #db1718;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align:center;
}
.content h1+i::after {
    width: 12px;
    height: 7px;
    position: absolute;
    bottom:-7px;
    left:-4px;
    content: "";
    background: url('/Content/images/point_login_info.png') no-repeat;
}
.content > p {
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 500;
    color: #737373;
}

.content .login-box {
    width: 420px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.content button.ty01 {
    margin-top: 10px;
    border-radius: 5px;
    background: #5296FB;
    font-size: 18px;
    color: #fff;
}
.content button.ty02 {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #db1718;
    font-size: 18px;
    color: #db1718;
}
.content button.widthS {
    width: 119px !important;
    height: 50px;
}
.content button.widthL {
    width: 420px !important;
    height: 60px;
}

.content table{
    width: 100%;
    font-size: 18px;    
    color: #737373;
}
.content table th {
    text-align: left;
    font-weight: 600;
}
.content table td {
    padding: 5px 0;
    text-align: left;
    font-weight: 400;
}
.content table td > p {
    padding: 10px 0;
}
.content table td > input {
    width: 100%;
    margin-bottom:0;
}

.content .sub-button {
    width: 420px;
    display: flex;
    margin: 10px auto 0;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #737373;
}
.content .sub-button {
    font-size: 15px;
    font-weight: 400;
    color: #737373;
}
.content .sub-button ul {
    display: flex;
}
.content .sub-button ul li {
    font-size: 14px;
    font-weight: 400;
    color: #737373;
}
.content .sub-button ul li:nth-child(2) {
    margin: 0 10px;
    font-size: 12px;
    color: #bababa;
}
.content .btn-join {
    margin-top: 40px;
}

.content .join-step {
    margin-top: 40px;
}
.content .join-step li {
    position: relative;
    display: inline-block;
    margin-right: 70px;
}
.content .join-step li:nth-child(2) {
    margin-left: 15px;
}
.content .join-step li:last-child {
    margin-right: 0;
}
.content .join-step li p {
    width: 59px;
    height: 59px;
    border-radius: 60px;
    background-color: #D4D4D4; 
    font-size: 30px;
    font-weight: 200;
    line-height: 59px !important;   
    color: #fff;
    z-index: 1;
}
.content .join-step li p.on {
    background-color: #db1718; 
}
.content .join-step li p.on:nth-child(1) {
    margin-left: 10px;
}
.content .join-step li p+span {
    display: block;
    margin-top: 10px;
    color: #939393;
}
.content .join-step li p.on+span {
    color: #db1718;
}
.content .join-step li p.on+span:nth-child(1) {
    margin-left: -10px;
}
.content .join-step li p::after {
    position: absolute;
    top: 35%;
    content: "";
    width: 150px;
    height: 5px;
    background-color: #D4D4D4;
    z-index: -999;
}
.content .join-step li:last-child p::after {
    display: none;
}
.content .join-box button{
    margin-left: 5px;
}
.content .join-box > div {
    margin: 40px 0;
}
.content .join-box .join-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    background-color: #F5F5F5;
    border-radius: 8px;
    text-align: center;
    margin: 40px auto;
    padding: 30px 0;
}
.content .join-box .join-msg p {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #737373;
}
.content .join-box .moblieVer {
    display: none;
}
.content .join-box .join-msg i {
    display: inline-block;
    width: 15px;
    height: 27px;
    background: url(/Content/images/icon_phone.png) no-repeat;
    margin-right: 10px;
}

.content .join-box .join-form {
    margin-top: 80px;
}
.content .join-box .agree-form {
    margin-top: 30px;
    font-size: 15px;
    color:#737373;
}
.content .join-box .agree-form li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
/*.content .join-box .agree-form li a {
    text-decoration: underline;
    color: #1C1C1C;
}*/
.content .join-box .agree-form li button {
    text-decoration: underline;
    color: #1C1C1C;
    background-color: transparent;
}
.content .find-box .find-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto 40px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 600;
    color: #737373;
}
.content .find-box .find-msg span.name {
    color: #333;
}
.content .find-box .find-msg span.id {
    font-size: 20px;
    font-weight: 600;
    color: #db1718;
}
.content .find-box .find-msg+.join-form{
    margin-top: 0;
}

.content .find-box {
    width: 420px;
    margin: 40px auto;
}
.content .find-form {
    margin-bottom: 40px;
}
.content .find-form input.num {
    width: 107px;
}

.mobileVer {
    display: none;
}


/**************** footer ****************/
footer {
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

footer .footer-inbox {
    width: 620px;
    margin: 15px auto 15px;
    box-sizing: border-box;
}
footer .footer-inbox .footer-custom {
    display: flex;
    justify-content: space-between;
}

footer .footer-inbox .footer-custom ul {
    font-size: 13px;
    color: #757575;
}

footer .footer-inbox .footer-custom ul li {
    letter-spacing: 0px;
}

footer .footer-inbox .footer-custom ul li:nth-child(1) {
    font-size: 18px;
    margin-bottom: 8px;
}

footer .footer-inbox .footer-custom ul li:nth-child(1) strong {
    color: #333;
    font-weight: 800;
}

footer .footer-inbox .footer-custom p a {
    margin-top: 5px;
    margin-left: 5px;
}
footer .footer-inbox .copyright {
    margin-top: 20px;
}
footer .footer-inbox .copyright p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    color: #939393;
}

/*********************** 이용약관/개인정보처리방침 Popup ***********************/
.popup-wrap {
    top: 50% !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translate(-50%, -50%);
}



@media (max-width: 768px) {
    input[type="text"], input[type="password"] {
        width: 100%;
    }
    input[type="text"].small {
        width: 70%;
    }

    header {
        zoom: 80%;
    }
    .content {
        width: 70%;
        margin-bottom: 100px;
    }
    .content .login-box {
        width: 80%;
        justify-content: center;
    }
    .content button.widthL {
        width: 100% !important;
        height: 50px;
        margin-left: 0;
    }
    .content button.widthS {
        width: 25% !important;
    }

    .content .join-step li {
        margin-right: 50px;
    }
    .content .join-step li p::after {
        width: 170%;
    }
    .content .join-box {
        width: 80%;
        margin: 0 auto;
    }

    .content .join-box .join-msg {
        width: 100%;
    }
    .content .pcVer {
        display: none;
    }
    .content .mobileVer {
        display: block;
        text-align: left;
    }
    .mobileVer .fixedValue > div{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 25px;
    }
    .mobileVer .fixedValue > div > h6 {
        width: 23%;
    }
    .mobileVer h6 {
        font-size: 18px;
        color: #737373;
        font-weight: 600;
        text-align: left;
    }
    .mobileVer p {
        font-size: 18px;
        color: #737373;
    }
    .mobileVer ul li {
        margin-bottom: 25px;
        text-align: left;
    }
    .mobileVer ul li h6{
        margin-bottom: 10px;
    }
    .mobileVer select {
        width: 30%;
    }
    .mobileVer select.small {
        margin-bottom: 10px;
    }
    .mobileVer input[type="text"].num {
        width: 30%;
    }
    
    .content .sub-button {
        width: 80%;
    }
    .content .btn-join {
        width: 80%;
        margin: 40px auto 0;
    }

    .content .find-box {
        width: 80%;
    }
    
    .content .find-box .find-form select.num {
        width: 30% !important;
    }
    .content .find-form input.num {
        width: 33%;
    }

    footer .footer-inbox {
        width: 80%;
    }
}

@media (min-width: 681px) and (max-width: 767px) {
    .content h1 + i {
        right: 28%;
    }
}

@media (min-width: 581px) and (max-width: 680px) {
    .content h1 + i {
        right: 24%;
    }
}

@media (min-width: 481px) and (max-width: 580px) {
    .content h1 + i {
        right: 19%;
    }
}

@media (max-width: 480px) {
    header {
        width: 100%;
        padding: 0 30px;
    }
    .content {
        width: 100%;
        padding: 0 50px;
    }
    .content h1 {
        font-size: 30px;
    }
    .content h1+i {
        top: -20px;
        right: 50%;
        transform: translateX(55%);
    }
    .content h1+i::after {
        display: none;
    }
    .content .login-box, .content .sub-button {
        width: 100%;
    }
    .content .btn-join {
        width: 100%;
    }

    .content .join-step li {
        width: 24%;
        margin-right: 0;
    }
    .content .join-step li p {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 45px !important;
        margin: 0 auto;
        
    }
    .content .join-step li p::after {
        width: 100%;
    }
    .content .join-box {
        width: 100%;
    }
    .content .join-box .join-msg p {
        font-size: 16px;
    }

    .content .find-box {
        width: 100%;
    }
    .content .find-box .find-form select.num {
        width: 25% !important;
    }

    footer .footer-inbox {
        width: 100%;
        padding: 0 30px;
    }
    footer .footer-inbox .footer-custom ul {
        width: 70%;
        word-break: keep-all;
    }
    footer .footer-inbox .copyright p {
        word-break: keep-all;
    }
}

@media (max-width: 385px) {
    .content .join-step li {
        width: 50%;
    }
    .content .join-step.mobile1 li:nth-child(2), .content .join-step.mobile1 li:nth-child(3), .content .join-step.mobile1 li:nth-child(4) {
        display: none;
    }
    .content .join-step.mobile2 li:nth-child(1), .content .join-step.mobile2 li:nth-child(3), .content .join-step.mobile2 li:nth-child(4) {
        display: none;
    }
    .content .join-step.mobile3 li:nth-child(1), .content .join-step.mobile3 li:nth-child(2), .content .join-step.mobile3 li:nth-child(4) {
        display: none;
    }
    .content .join-step.mobile4 li:nth-child(1), .content .join-step.mobile4 li:nth-child(2), .content .join-step.mobile4 li:nth-child(3) {
        display: none;
    }
    .content .join-step li p::after {
        display: none;
    }

    .content .find-box .find-msg {
        font-size: 16px;
    }
    .content .find-box .find-form select.num {
        width: 30% !important;
    }
    .content .find-form input.num {
        width: 30%;
    }
}