@charset "utf-8";


/** ======= util ======= **/

/* util common */
.member_container {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}
.member_whitebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 2rem;
    padding: 5rem 3rem;
    overflow: hidden;
    margin: 11rem 0 16rem 0;
    width: 94%;
    max-width: 69rem;
}
.member_whitebox .box_title {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
}

.member_whitebox .top_util {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}
.member_whitebox .top_util a {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 0.6rem 1rem 0.8rem 1rem;
    line-height: 1;
    font-size: 1.4rem;
    color: #555;
}
.member_whitebox .box_body {
    width: 100%;
    margin-top: 3rem;
}
.member_whitebox .box_body .dl_wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3rem 0;
}
.member_whitebox .box_body .dl_wrap.no_bt {
    border-top: none;
    padding-top: 0;
}
.member_whitebox .box_body dl {
    display: flex;
}
.member_whitebox .box_body dl + dl {
    margin-top: 2rem;
}
.member_whitebox .box_body dt {
    font-size: 1.5rem;
    width: 15rem;
    flex-shrink: 0;
    height: 4.5rem;
    line-height: 4.5rem;
}
.member_whitebox .box_body dd {
    width: calc(100% - 15rem);
    min-height: 4.5rem;
}
.member_whitebox .box_body dd .button {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 2rem;
    height: 4.5rem;
    margin-left: 1rem;
    flex-shrink: 0;
    border:none;
    border-radius: 0.6rem;
    overflow: hidden;
}
.member_whitebox .box_body dd .button.button_1 {
    color: #fff;
    background-color: #2090ff;
}
.member_whitebox .box_body dd .button.button_2 {
    color: #2090ff;
    border: 1px solid #2090ff;
    background-color: #fff;
}
.member_whitebox .box_body dd .row {
    align-items: center;
    justify-content: space-between;
}
.member_whitebox .box_body dd .row + .row {
    margin-top: 1rem;
}
.member_whitebox .box_body dd .row .text {
    margin: 0 0.6rem;
    text-align: center;
}
.member_whitebox .box_body dd .row .at {
    color: #969696;
}
.member_whitebox .box_body dd .dv-select {
    height: 4.5rem;
    border-radius: 0.6rem;
}
.member_whitebox .box_body dd div.dv-select > select {
    padding: 0 1.2rem;
    font-size: 1.4rem;
}
.member_whitebox .box_body dd div.dv-select > span.spn-sel-arrow {
    width: 3.5rem;
}
.member_whitebox .box_body dd .row_email .frm_input {
    flex-shrink: 0;
}
.member_whitebox .box_body dd .row_email .frm_input:nth-of-type(1){
    width: 26%;
}
.member_whitebox .box_body dd .row_email .frm_input:nth-of-type(2){
    width: 35%;
}
.member_whitebox .box_body dd .row_school {
    justify-content: flex-start;
}
.member_whitebox .box_body dd .row_school .text {
    margin: 0 2rem 0 1rem;
    flex-shrink: 0;
}
.member_whitebox .box_body dd .row_school .dv-select {
    width: 10rem;
}
.member_whitebox .box_body dd .frm_input {
    padding: 0 1rem;
}
.member_whitebox .box_body dd .frm_input.size_sm {
    width: 9rem;
}
.member_whitebox .box_body .button_box {
    text-align: center;
    margin-top: 3rem;
}
.member_whitebox .box_body .button_box .button {
    width: 15rem;
    vertical-align: middle;
}
.member_whitebox .box_body .button_box .button + .button {
    margin-left: 1rem;
}


/* login */
.member_container.login .member_whitebox {
    max-width: 50rem;
    padding: 8rem 5rem;
}
.member_container.login form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.login_input_box {
    width: 100%;
    margin-top: 4rem;
}
.login_input_box .frm_input:nth-of-type(1) {
    border-radius: 1rem 1rem 0 0;
}
.login_input_box .frm_input:nth-of-type(2) {
    margin-top: -1px;
    border-radius: 0 0 1rem 1rem;
}
.login_input_box .frm_input {
    width:100%;
    padding-left: 4.5rem;
    height: 5rem;
    font-size: 1.4rem;
    position: relative;
}
.login_input_box .frm_input[type=text]{
    background: url('/img/sub/ic_user.png') no-repeat left 1.5rem center;
}
.login_input_box .frm_input[type=password] {
    background: url('/img/sub/ic_pw.png') no-repeat left 1.5rem center;
}
.login_input_box .frm_input:focus {
    z-index: 1;
}
.member_container.login .btn_area {
    margin-top: 3rem;
    width: 100%;
}
.member_container.login .btn_area .button {
    border-radius: 1rem;
    width: 100%;
}
.member_container.login .login_info {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;
}
.member_container.login .login_info a {
    color: #888;
    font-size: 1.4rem;
}
.member_container.login .login_info .ck_box .checkbox + label::before {
    border-radius: 50%;
}


/* 계정찾기 */
/* mypage */
.mypage_top {
    background: linear-gradient(to right, #e6f5e2, #e6eff7);
    position: relative;
    padding-top: 6rem;
    padding-bottom: 8.5rem;
}
.mypage_top .deco_box .deco {
    position: absolute;
}
.mypage_top .deco_box .deco_01 {
    top: 0;
    left: 0;
}
.mypage_top .deco_box .deco_02 {
    bottom: 0;
    left: 0;
}
.mypage_top .deco_box .deco_03 {
    bottom: 0;
    right: 0;
}
.mypage_top .white_box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}
.mypage_top .white_box_area.half {
    width: calc(50% - 2rem);
}
.mypage_top .white_box_area.full {
    width: 100%;
    margin-top: 6.5rem;
}
.mypage_top .white_box {
    background-color: #fff;
    border-radius: 2rem;
    padding: 4rem;
    display: flex;
    height: 100%;
}
.mypage_top .white_box_area.full .white_box {
    padding: 2rem;
}
.mypage_top .white_box_area .bottom_note {
    text-align: right;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-family: 'NanumSquareRound', sans-serif;
    font-weight: 400;
}
.mypage_top .top_info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    align-items: end;
    line-height: 1;
}
.mypage_top .top_info.align_center {
    justify-content: center;
}
.mypage_top .top_info .title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.mypage_top .text_box * {
    font-family: 'NanumSquareRound', sans-serif;
}
.mypage_top .text_box .detail dl {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    line-height: 1.625;
}
.mypage_top .text_box .detail dt,
.mypage_top .text_box .detail dd {
    padding: 1.5rem 0;
}
.mypage_top .text_box .detail dt {
    width: 22%;
    color: #111;
    font-weight: 500;
    padding-right: 2rem;
}
.mypage_top .text_box .detail dd {
    width: 28%;
    color: #666;
}
.mypage_top .my_info .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4rem;
    flex-shrink: 0;
    width: 15rem;
}
.mypage_top .my_info .img_box .img {
    border-radius: 2rem;
    overflow: hidden;
    width: 15rem;
    height: 18rem;
}
.mypage_top .my_info .img_box .profile_modify_input {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.mypage_top .my_info .img_box .button_white { 
    background-color: #fff; 
    color: #2090ff; 
    font-weight: 500; 
    padding: 0 2rem; 
    border-radius: 10rem; 
    border: 1px solid #2090ff; 
    height: 4rem;
    margin-top: 2rem;
}
.mypage_top .my_info .text_box {
    width: calc(100% - 15rem - 4rem);
}
.mypage_top .my_info .top_info .name {
    font-weight: 700;
}
.mypage_top .my_info .top_info .name strong {
    font-size: 2.6rem;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.8rem;
}
.mypage_top .my_info .top_info .school {
    font-weight: 700;
}
.mypage_top .level_info {
    align-items: center;
}
.mypage_top .level_info .text_box {
    width: 100%;
    padding-left: 2rem;
    text-align: center;
}
.mypage_top .level_info .title_box {
    border-radius: 2rem;
    overflow: hidden;
    flex-shrink: 0;
    width: 26rem;
    height: 20rem;
    background: #ffecbe url(/img/sub/level_title_bg.png) no-repeat center left;
    padding: 2.5rem;
}
.mypage_top .level_info .title_box p {
    padding-left: 50%;
    font-family: 'NanumSquareRound', sans-serif;
    line-height: 1.33;
    font-size: 2.4rem;
    font-weight: 700;
}
.mypage_top .point_item_wrap {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    padding: 0 3%;
}
.mypage_top .point_item_wrap dl {
    width: 15%;
}
.mypage_top .point_item_wrap dt .icon {
    height: 10rem;
}
.mypage_top .point_item_wrap dt strong {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1rem;
}
.mypage_top .point_item_wrap dd {
    font-size: 1.5rem;
    color: #666;
    margin-top: 1rem;
}
.mypage_top .point_item_wrap .arrow {
    width: 5%;
    height: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* ===== RESPONSIVE ===== */
@media all and (max-width:1240px) {
    
    .mypage_top .text_box .detail dt, 
    .mypage_top .text_box .detail dd {
        padding: 0.8rem 0;
    }
    .mypage_top .text_box .detail dt {
        width: 11rem;
    }
    .mypage_top .text_box .detail dd {
        width: calc(100% - 11rem);
    }
}
@media all and (max-width:1024px) {

    .mypage_top .white_box_area.half {
        width: 100%;
        margin-bottom: 2rem;
    }
}
@media all and (max-width:767px) {
    .member_whitebox {
        margin: 6rem 0 10rem 0;
    }
    .member_container.login .member_whitebox {
        padding: 8rem 4rem;
    }
    .member_whitebox .box_body dt {
        width: 10rem;
    }
    .member_whitebox .box_body dd {
        width: calc(100% - 10rem);
    }
    .member_whitebox .box_body dd .row_email {
        flex-wrap: wrap;
    }
    .member_whitebox .box_body dd .row_email .text:nth-of-type(2) {
        display: none;
    }
    .member_whitebox .box_body dd .row_email .dv-select {
        width: 100%;
        margin-top: 1rem;
    }
    .member_whitebox .box_body dd .row_email .frm_input:nth-of-type(1),
    .member_whitebox .box_body dd .row_email .frm_input:nth-of-type(2) {
        width: 45%;
    }
    .member_whitebox .box_body dd .row_email .at {
        width: calc(10% - 1.2rem);
    }
    .member_whitebox .box_body dd .frm_input.size_sm {
        width: 6rem;
    }
    .mypage_top .white_box_area.full .white_box {
        padding: 4rem;
    }
    .mypage_top .level_info {
        flex-direction: column;
    }
    .mypage_top .level_info .title_box {
        width: 100%;
        background: none;
        padding: 0;
        height: auto;
        border-bottom: 1px solid #ddd;
        padding-bottom: 2rem;
        border-radius: 0;
        text-align: center;
    }
    .mypage_top .level_info .title_box p {
        padding-left: 0;
    }
    .mypage_top .level_info .title_box p br {
        display: none;
    }
    .mypage_top .level_info .text_box {
        padding: 2rem 0;
    }
    .mypage_top .point_item_wrap {
        padding: 0;
    }
    .mypage_top .point_item_wrap img {
        max-width: 100%;
    }
    .mypage_top .point_item_wrap dl {
        width: 13%;
    }
    .mypage_top .point_item_wrap .arrow {
        width: 6%;
    }
}
@media all and (max-width:480px) {
    
}