﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1.2em;
    line-height: 16px;
    color: #444;
    font-family: '돋움', Dotum, sans-serif
}

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select {
    margin: 0;
    padding: 0
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: normal;
    font-size: 100%
}

ul, ol, dl, dt, dd, li {
    list-style: none
}

fieldset, img {
    border: 0;
    vertical-align: middle
}

address, em {
    font-style: normal
}

hr {
    display: none
}

table {
    border-collapse: collapse;
    width: 100%
}

table, td, th {
    border: none
}

    table th {
        font-weight: normal
    }

a {
    color: #444;
    text-decoration: none
}

caption, legend {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}

input, textarea, select {
    vertical-align: top
}

/* Skip Navigation */
.skip {
    width: 100%;
    height: 0px;
    top: 0px;
    left: 0px
}

    .skip a {
        display: block;
        position: absolute;
        top: 0px;
        text-indent: -9999px;
        overflow: hidden
    }

        .skip a:focus, #skip a:active {
            z-index: 9999;
            display: block;
            position: absolute;
            top: 0px;
            width: 100%;
            height: 14px;
            padding: 10px 0px;
            font-weight: bolder;
            line-height: 14px;
            text-align: center;
            color: #fff;
            background: #666;
            font-size: 14px;
            text-indent: 0px
        }

/* common */
.ir {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.hidden {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0 !important
}

.nomal_txt {
    font-size: 12px;
    color: #666;
    line-height: 20px
}

.sm_txt {
    font-size: 11px;
    color: #666;
    line-height: 16px
}

/* Layout */
#wrap {
    position: relative;
    padding-top: 40px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0px;
    z-index: 20;
    background: #333;
    background-size: contain;
    border-bottom: 2px solid #e2231a;
}

    .header > .inner {
        padding: 0 15px
    }

    .header .logo {
        position: absolute;
        top: 15px;
        left: 50%;
        margin-left: -72.5px;
    }

        .header .logo > img {
            width: 145px; /*height:28px*/
        }

    .header .title {
        display: inline-block;
        margin-top: 3px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle
    }

.content {
    position: relative;
    width: 100%;
    min-height: 369px
}

/*footer {padding:10px 15px; text-align:center; background:#efefef; border-top:2px solid #aaa}*/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 31px;
    text-align: center;
    background: #f6f6f6;
    border-top: 1px solid #aaa
}

    footer .short_link ul {
        display: inline-block
    }

        footer .short_link ul:after {
            display: block;
            content: "";
            clear: both
        }

    footer .short_link li {
        float: left;
        text-align: center
    }

        footer .short_link li + li {
            margin-left: 5px
        }

        footer .short_link li a {
            padding: 2px 3px;
            font-size: 11px;
            color: #666;
            background: #fff;
            border: 1px solid #aaa;
            line-height: 17px
        }

    footer .terms_list {
        display: inline-block;
        margin-top: 10px
    }

        footer .terms_list:after {
            display: block;
            content: "";
            clear: both
        }

        footer .terms_list li {
            float: left;
            font-size: 11px;
            color: #666
        }

            footer .terms_list li + li {
                margin-left: 10px;
                padding-left: 10px;
                background: url(/Content/images/mobile_member/renewal/bg_var.gif) no-repeat 0 10px;
                background-size: 1px 10px
            }

            footer .terms_list li a {
                line-height: 17px;
                font-size: 11px;
                color: #666
            }

/* input style */
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="url"] {
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #c5c5c5;
    background: #fff;
    font-size: 12px;
    color: #666;
    line-height: 27px;
    vertical-align: middle
}

select {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #b5b5b5;
    font-size: 11px;
    color: #666;
    vertical-align: middle
}

/* checkbox */
.chk_type1 input {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px
}

    .chk_type1 input + label {
        line-height: 15px;
        vertical-align: middle;
        cursor: pointer
    }

    .chk_type1 input[type=checkbox]:checked + label {
        background: url(/Content/images/mobile_member/renewal/bg_chk_on.png) no-repeat 0 0;
        background-size: 18px 18px
    }

    .chk_type1 input[type=checkbox] + label {
        display: inline-block;
        padding: 1px 0 0 25px;
        background: url(/Content/images/mobile_member/renewal/bg_chk_off.png) no-repeat 0 0;
        background-size: 18px 18px;
        font-size: 11px;
        line-height: 18px;
        vertical-align: top;
        color: #666;
    }

.chk_type2 input {
    position: absolute;
    right: 100%;
    top: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px
}

    .chk_type2 input[type=checkbox] + label {
        display: block;
        padding: 2px 0 2px 0;
        background: url(/Content/images/mobile_member/renewal/bg_chk_off.png) no-repeat 100% 0;
        background-size: 18px 18px;
        font-size: 13px;
        vertical-align: top;
        color: #666;
        line-height: 15px;
        vertical-align: middle;
        cursor: pointer
    }

    .chk_type2 input[type=checkbox]:checked + label {
        background: url(/Content/images/mobile_member/renewal/bg_chk_on.png) no-repeat 100% 0;
        background-size: 18px 18px;
    }

/* placeholder */
::-webkit-input-placeholder {
    color: #c3c3c3;
    font-family: Dotum;
    font-size: 11px
}

::-moz-placeholder {
    color: #c3c3c3;
    font-family: Dotum;
    font-size: 11px
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #c3c3c3;
    font-family: Dotum;
    font-size: 11px
}
/* ie */
input:-moz-placeholder {
    color: #c3c3c3;
    font-family: Dotum;
    font-size: 11px
}

/* common */
.mt01 {
    margin-top: 20px !important;
}

.mt02 {
    margin-top: 25px !important
}

.mt03 {
    margin-top: 30px !important
}

.mt04 {
    margin-top: 10px !important
}

.mt05 {
    margin-top: 180px !important
}

/* content */
.sub_title {
    text-align: center;
    padding: 40px 0 15px;
    color: #333;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2;
}

.sub_title02 {
    text-align: center;
    margin-bottom: 15px;
    padding: 30px 0 15px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2;
}

.sub_txt02 {
    font-size: 13px;
    margin: 10px 15px;
}

    .sub_txt02 > span {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #c00;
        vertical-align: middle;
        margin-right: 5px;
    }

.sub_title03 {
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px
}

..sub_mid_title {
    font-size: 12px;
    color: #333;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub_txt {
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    margin-bottom: 30px;
    padding: 0px 10px;
}

.txt_strong {
    font-size: 25px;
    color: #222;
    font-weight: 600;
    letter-spacing: -1px;
}

.txt_style {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}

.center {
    text-align: center
}

.ly-member {
/*    padding: 20px 15px 40px*/
    padding: 7px 15px 40px;
/*    padding: 5.5vw 3vw 11vw;*/
}

.member_nav {
    padding: 20px 0 10px;
	/* padding: 0px 0 10px;*/
}

    .member_nav .step-box {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 270px;
        margin: 0 auto;
    }

/*
기존 상단 UI
.member_nav {margin-bottom:15px}
.member_nav ul {max-width:218px; max-height:130px; margin:0 auto}
.member_nav ul:after {display:block; content:""; clear:both}
.member_nav ul li {float:left; width:72px; height:33px; margin-left:-2px; padding:15px 0; border:1px solid #a2a2a2; background:#f7f7f7; font-size:12px; font-weight:bold; text-align:center; color:#91908f}
.member_nav ul li:first-child {margin-left:0}
.member_nav ul li > em {display:block; margin-top:4px; font-weight:normal; letter-spacing:-1px}
.member_nav ul li.on {border:1px solid #7c7c7c; background:#969494; color:#fff}
*/


.step-box .step {
    position: relative;
    text-align: center;
}

    .step-box .step .on {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        z-index: 2;
        margin-bottom: 5px;
        background-color: #c00;
        border: 2px solid #fff;
    }

    .step-box .step .off {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        z-index: 2;
        margin-bottom: 5px;
        background-color: #fff;
        border: 2px solid #ddd;
    }

    .step-box .step .line {
        position: absolute;
        top: 6px;
        left: 23px;
        height: 1px;
        min-width: 230px;
        background-color: #ccc;
    }

.step > p {
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
}

/*
동작 추가 시
.step-box .step.active .circle::before{background-color: #c00;}
.step .circle::after{content: "";position: absolute;}
.step-box .step .circle::before{left: 1px;top: 1px;background-color: #fff; width: 13px;height: 13px;border-radius: 50%;z-index: 1;}
.step.active .circle::after{border:none;}
.step .circle::after{left: 6px;top: 6px;background-color: #fff;border-radius: 50%;z-index: 2;}
.step .line::before{content: "";position:absolute;top: -2px;height: 5px;width: 50%;background-color: #c00;z-index: 1;}
*/

/*회원가입 완료 페이지 이미지 썸네일*/
.step_imgbox {
    width: 90%;
    height: 103px;
    margin: 0 auto;
    background: url(/Content/images/mobile_member/renewal/step_mall.jpg) no-repeat;
    background-size: 300px 103px;
    margin-top: 50px;
}

.step_imgbox2 {
    width: 90%;
    height: 103px;
    margin: 0 auto;
    background: url(/Content/images/mobile_member/renewal/step_img02.jpg) no-repeat;
    background-size: 300px 103px;
    margin-top: 20px;
}


.btn_area {
    margin-top: 20px;
    text-align: center;
}

    .btn_area a.prev, .btn_area a.next {
        display: inline-block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        letter-spacing: -1px
    }

        .btn_area a.prev + a.next {
            margin-left: 2px
        }

    .btn_area a.prev {
        border: 1px solid #333;
        color: #333;
        background: #fff;
        /* 	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
 */
    }

    .btn_area a.next {
        border: 1px solid #333;
        color: #fff;
        background: #333;
        /* 	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
 */
    }

.btn_link {
    display: inline-block;
    padding: 16px 12px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.btn_link_em {
    display: inline-block;
    padding: 10px 80px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #333;
}

.btn_link_strong {
    display: inline-block;
    padding: 11px 22vw;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #333;
    background: #333;
    /* 	background: -moz-linear-gradient(top, rgba(239,65,70,1) 0%, rgba(229,50,56,1) 49%, rgba(218,33,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,65,70,1)), color-stop(49%, rgba(229,50,56,1)), color-stop(100%, rgba(218,33,39,1)));
	background: -webkit-linear-gradient(top, rgba(239,65,70,1) 0%, rgba(229,50,56,1) 49%, rgba(218,33,39,1) 100%);
	background: -o-linear-gradient(top, rgba(239,65,70,1) 0%, rgba(229,50,56,1) 49%, rgba(218,33,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,65,70,1) 0%, rgba(229,50,56,1) 49%, rgba(218,33,39,1) 100%);
	background: linear-gradient(to bottom, rgba(239,65,70,1) 0%, rgba(229,50,56,1) 49%, rgba(218,33,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4146', endColorstr='#da2127', GradientType=0 );
 */
}

    .btn_link_strong > span {
        font-size: 15px;
        padding-right: 15px;
        background: url(/Content/images/mobile_member/renewal/bg_more_white.png) no-repeat 100% 50%;
        background-size: 7px 10px
    }

/* content */
.input_list > li {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px;
    padding: 0 10px
}

    .input_list > li + li {
        margin: 25px 0 0px
    }

    .input_list > li > strong {
        display: block;
        margin-bottom: 10px;
        color: #666;
        font-size: 13px;
        letter-spacing: -1px
    }

        .input_list > li > strong label {
            vertical-align: top
        }

        .input_list > li > strong + div {
            position: relative;
            top: 0;
            left: 0
        }

.dot {
    padding-left: 8px;
    background: url(/Content/images/mobile_member/renewal/bg_rect_dot.png) no-repeat 0 48%;
    background-size: 3px 3px
}

.verify {
    padding-top: 10px;
    color: #e7353c;
    font-size: 11px
}

.mem_code > div {
    position: relative;
    background: #fff;
    border-right: 0;
}

    .mem_code > div > span {
        display: block;
        padding-top: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        line-height: 12px;
        font-size: 11px;
        color: #e7353c;
        letter-spacing: -1px
    }

.link_more_box {
    position: relative;
    padding: 0 10px;
    line-height: 1.4;
}

    .link_more_box > div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
        margin: 10px 0 13px;
        padding-left: 8px;
        font-size: 11px;
        color: #777;
        background: url(/Content/images/mobile_member/renewal/bg_rect_dot.png) no-repeat 0 48%;
        background-size: 3px 3px
    }

    .link_more_box > .btn_more {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 10px;
        font-size: 11px;
        color: #333;
        text-decoration: underline; /*background:url(/Content/images/mobile_member/renewal/bg_more.png) no-repeat 100% 1px; background-size:7px 10px*/
    }

.join_link_list {
    margin-top: 20px
}

    .join_link_list > a {
        display: block;
        padding: 20px 15px 20px 80px;
        border-bottom: 1px solid #a8a8a8
    }

        .join_link_list > a:first-child {
            border-top: 1px solid #a8a8a8
        }

        .join_link_list > a > strong {
            display: block;
            color: #333;
            font-size: 14px;
            font-weight: bold; /*background:url(/Content/images/mobile_member/renewal/bg_more_big.png) no-repeat 100% 50%;*/
            background-size: 8px 13px
        }

        .join_link_list > a > span > strong {
            display: block;
            color: #333;
            font-size: 14px;
            font-weight: bold; /*background:url(/Content/images/mobile_member/renewal/bg_more_big.png) no-repeat 100% 50%;*/
            background-size: 8px 13px
        }

    .join_link_list > .normal {
        background: url(/Content/images/mobile_member/renewal/bg_normal.png) no-repeat 20px 50%;
        background-size: 41px 41px
    }

    .join_link_list > .kakao {
        background: url(/Content/images/mobile_member/renewal/bg_kakao.png) no-repeat 20px 50%;
        background-size: 41px 41px
    }

    .join_link_list > .facebook {
        background: url(/Content/images/mobile_member/renewal/bg_facebook.png) no-repeat 20px 50%;
        background-size: 41px 41px
    }

    .join_link_list > .google {
        background: url(/Content/images/mobile_member/renewal/ico_google_.png) no-repeat 20px 50%;
        background-size: 41px 41px
    }

    .join_link_list > .naver {
        background: url(/Content/images/mobile_member/renewal/bg_naver.png) no-repeat 20px 50%;
        background-size: 41px 41px
    }

    .join_link_list > .apple {
        background: url(/Content/images/mobile_member/renewal/bg_apple_n2.png) no-repeat 20px 50%;
        background-size: 41px 41px
    }

.box_style {
    padding: 15px;
    /*    border: 1px solid #c5c5c5*/
}

    .box_style > span {
        display: block
    }

        .box_style > span + span {
            margin-top: 5px
        }

        .box_style > span em {
            display: inline-block;
            width: 40%;
            color: #333;
            font-size: 13px;
            font-weight: bold
        }

        .box_style > span span {
            display: inline-block;
            width: 60%;
            color: #333;
            font-size: 12px
        }
/*20201110*/
.box_style02 {
    position: relative;
    padding: 16px 10px;
    border: 1px solid #c5c5c5;
}

    .box_style02 span:first-child {
        display: inline-block;
        width: 56%;
        max-width: 68%;
        font-size: 13px;
        color: #666
    }

    .box_style02 span + span {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -24px
    }

    .box_style02 p {
        font-size: 11px;
        color: #666
    }

.box_style_memstep {
    border: 1px solid #ddd;
    padding: 20px 15px 20px 92px;
    background: url(/Content/images/mobile_member/renewal/img_bg2_mo.png) no-repeat 5%;
    background-size: 60px;
}

    .box_style_memstep > span {
        display: block
    }

        .box_style_memstep > span em {
            display: inline-block;
            width: 35%;
            color: #333;
            font-size: 13px;
            font-weight: bold
        }

        .box_style_memstep > span span {
            display: inline-block;
            width: 65%;
            color: #333;
            font-size: 12px
        }

.agree_list {
    padding: 0 10px;
}

    .agree_list .all_select {
        padding-top: 20px;
        font-size: 12px;
        color: #666;
        font-weight: bold;
        border-top: 1px solid #a2a2a2
    }

    .agree_list li .chk_type2 {
        position: relative
    }

    .agree_list li + li {
        margin-top: 2px
    }

    .agree_list li label {
        font-size: 12px;
        color: #666
    }

.img_logo {
    text-align: center;
    margin-top: 30px;
}

    .img_logo > img {
        width: 140px;
        height: auto
    }

.img_logo02 > img {
    width: 222px;
    height: auto
}


.think_service {
    padding-bottom: 92px;
    font-size: 13px;
    color: #e52120;
    font-weight: bold;
    background: url(/Content/images/mobile_member/renewal/img_inavi_site.gif) no-repeat 50% 100%;
    background-size: 290px 83px
}

.valid_wrap {
    margin-bottom: 17px;
    padding: 186px 0 0;
    background: url(/Content/images/mobile_member/renewal/bg_alert_mo.png) no-repeat 50% 30px;
    background-size: 110px;
    text-align: center
}

    .valid_wrap > p:first-child {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: -1px
    }

    .valid_wrap > p + p {
        margin-top: 13px;
        color: #666;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 18px
    }

.celebration > strong {
    display: block;
    margin: 40px 0 25px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px
}

.celebration > p { /*color:#f09494;*/
    font-size: 13px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.5;
}

.celebration02 > strong {
    display: block;
    margin: 30px 0 15px;
    color: #222;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -2px
}

.celebration02 > p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #f09494;
    font-size: 12px;
    letter-spacing: -1px;
    border-bottom: 2px solid #484848
}

.profile {
    margin: 15px 0 15px;
    text-align: center
}

    .profile > img {
        width: 85px;
        height: 83px;
        border: 1px solid #d8d7d7;
        border-radius: 13px
    }

.middle {
    display: inline-block;
    padding-top: 5px;
    color: #666;
    font-size: 9px;
    vertical-align: middle
}





/* Sub */

nav.sns > ul > li {
    width: 96px !important
}

/* W07-01 */
.btn_area a.btn_enroll,
.btn_area a.btn_login1 {
    display: inline-block;
    width: 140px;
    height: 35px;
    line-height: 35.5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    /* 	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
 */
}

/* W11-01_01 */
.tab_box {
    text-align: center;
}

    .tab_box > a {
        display: inline-block;
        height: 35px;
        /* padding: 0 20px; */
		padding: 0 2vw;
        font-size: 13px;
        letter-spacing: -1px;
        color: #333;
        line-height: 35px;
    }

        .tab_box > a.on {
            border-bottom: 1px solid #333;
            font-weight: 600;
            /* background: -moz-linear-gradient(top, #8a8181 0%, #7c7272 50%, #6d6161 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a8181), color-stop(50%,#7c7272), color-stop(100%,#6d6161));
background: -webkit-linear-gradient(top, #8a8181 0%,#7c7272 50%,#6d6161 100%);
background: -o-linear-gradient(top, #8a8181 0%,#7c7272 50%,#6d6161 100%);
background: -ms-linear-gradient(top, #8a8181 0%,#7c7272 50%,#6d6161 100%);
background: linear-gradient(to bottom, #8a8181 0%,#7c7272 50%,#6d6161 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8181', endColorstr='#6d6161',GradientType=0 );
 */
        }

        .tab_box > a > span {
            display: block;
            height: 24px;
        }
    /*
.tab_box > a.find1 > span {background:url('/Content/images/mobile_member/renewal/bg_find1_off.png') no-repeat 0 8px; background-size:23px auto;}
.tab_box > a.find2 > span {background:url('/Content/images/mobile_member/renewal/bg_find2_off.png') no-repeat 0 8px; background-size:22px auto;}
.tab_box > a.on.find1 > span {background:url('/Content/images/mobile_member/renewal/bg_find1_on.png') no-repeat 0 8px; background-size:23px auto;}
.tab_box > a.on.find2 > span {background:url('/Content/images/mobile_member/renewal/bg_find2_on.png') no-repeat 0 8px; background-size:22px auto;}
*/

    /* 회원계정찾기 탭 CSS */
    .tab_box.find {
        margin: 20px 0 10px 0
    }

    .tab_box > a.find1 {
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
    }

    .tab_box > a.find2 {
        border-top: 1px solid #333;
    }

    /*비밀번호찾기 탭 CSS*/
    .tab_box > a.pwdtab_01 {
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
    }

    .tab_box > a.pwdtab_02 {
        border-top: 1px solid #333;
    }

    .tab_box > a.pwdtab_03 {
        border-top: 1px solid #333;
    }

.email_box {
    margin-top: 20px;
    padding: 20px 0 25px 0;
    border: 1px solid #c5c5c5;
}
    /*20201116*/
    .email_box .sub_txt {
        font-size: 13px;
        text-align: center;
    }

        .email_box .sub_txt em {
            font-weight: bold
        }

    .email_box > div {
        margin-top: 57px;
        padding: 0 15px
    }

    .email_box input {
    }

/* 햄버거 메뉴 */
/* Control : show() */
#mobile-modal-nav {
    display: none;
    z-index: 21;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0,0,0, 0.5);
}

    /* Control : animate(right:0) */
    #mobile-modal-nav .mobile-nav-wrap {
        position: absolute;
        left: -100%;
        top: 0;
        width: 80%;
        height: 100%;
        min-height: 100%;
        background: #fff;
    }

        #mobile-modal-nav .mobile-nav-wrap .mCloseBtn {
            position: absolute;
            right: -25px;
            top: 2px;
            width: 40px;
            height: 40px;
        }

            #mobile-modal-nav .mobile-nav-wrap .mCloseBtn a.mCloseBtn img {
                width: 100%;
            }

        #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container {
            overflow-y: scroll;
            position: relative;
            width: 100%;
            height: 100%;
            background: #fff;
        }

            #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap {
                width: 100%;
            }

                #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap .mobile-nav-side {
                    width: 100%;
                    height: 51px;
                    background: #c00;
                }

                    #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap .mobile-nav-side .mobile-nav-side-left {
                        float: left;
                        padding-left: 20px;
                    }

                        #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap .mobile-nav-side .mobile-nav-side-left span {
                            display: inline-block;
                            padding: 15.5px 0;
                        }

                            #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap .mobile-nav-side .mobile-nav-side-left span:first-child {
                                margin-right: 20px;
                            }

                            #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap .mobile-nav-side .mobile-nav-side-left span a img {
                                height: 20px;
                            }

                #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap ul.mobile-nav-list > li {
                    border-bottom: 1px solid #ddd;
                }

                    #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap ul.mobile-nav-list > li > a {
                        position: relative;
                        display: block;
                        text-align: left;
                        padding: 20px 20px;
                    }

                        #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap ul.mobile-nav-list > li > a img {
                            padding-left: 20px;
                            height: 13px;
                        }

                        #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap ul.mobile-nav-list > li > a span.icon-arrow-r {
                            display: inline-block;
                            position: absolute;
                            right: 10px;
                            top: 50%;
                            margin-top: 7px;
                            width: auto;
                            height: 8px;
                            transform: rotate(-90deg);
                        }

                            #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap ul.mobile-nav-list > li > a span.icon-arrow-r img {
                                height: 100%;
                            }

                        #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap ul.mobile-nav-list > li > a span.icon-arrow-d {
                            display: inline-block;
                            position: absolute;
                            right: 22px;
                            top: 50%;
                            margin-top: -4px;
                            width: auto;
                            height: 8px;
                            transform: rotate(0deg);
                        }

                            #mobile-modal-nav .mobile-nav-wrap .mobile-nav-container .mobile-nav-list-wrap ul.mobile-nav-list > li > a span.icon-arrow-d img {
                                height: 100%;
                            }

.btn_confirm {
    display: inline-block;
    padding: 11px 60px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    /* 	background: rgba(239,66,71,1);
	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
 */
}

/* W11-01_02 */
.email_2dep {
    padding: 20px;
}

    .email_2dep .sub_txt {
        text-align: left;
    }

.btn_area a.btn_login, .btn_area a.btn_findpw {
    display: inline-block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px
}

a.btn_login {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    background: #fff;
    /*
	background: -moz-linear-gradient(top, #999999 0%, #7b7b7c 50%, #59595c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(50%,#7b7b7c), color-stop(100%,#59595c));
	background: -webkit-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
	background: -o-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
	background: -ms-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
	background: linear-gradient(to bottom, #999999 0%,#7b7b7c 50%,#59595c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#59595c',GradientType=0 );
*/
}

a.btn_findpw {
    display: inline-block;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    /*
	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
*/
}

/* W11-02 */
.bg01 {
    background: #f9f9f9;
}

a.btn_s {
    display: inline-block;
    height: 16px;
    padding: 0 2px;
    font-size: 11px;
    font-weight: bold;
    background: #d92f1d;
    color: #fff;
    line-height: 16px
}

.box_style03 {
    padding: 10px;
    background: #f5f5f5;
}

    .box_style03 p {
        font-size: 12px;
        text-align: center
    }

.bg_com {
    padding-bottom: 230px;
    background: url(/Content/images/mobile_member/renewal/bg_com.gif) center bottom no-repeat;
}

/* W11-03 */
.box_style .txt {
    margin-bottom: 15px;
    font-size: 11px;
    color: #666;
    text-align: center;
}

/* W11-04 */
.no_email_wrap {
    min-height: 80px;
    margin-top: 30px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #c5c5c5; /*background:url(/Content/images/mobile_member/renewal/bg_alert.png) 15px 15px no-repeat; background-size:84px 87px;*/
    font-size: 11px;
}

    .no_email_wrap strong {
        display: inline-block;
        margin-bottom: 15px;
        font-weight: bold;
        *zoom: 1
    }

    .no_email_wrap p em {
        color: #6e6e6e;
        font-size: 11px;
    }

.btn_area a.btn_re_search, .btn_area a.btn_sign {
    display: inline-block;
    width: 140px;
    height: 35px;
    line-height: 35.5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px
}

a.btn_re_search {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    background: #fff;
    /* 	background: -moz-linear-gradient(top, #999999 0%, #7b7b7c 50%, #59595c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(50%,#7b7b7c), color-stop(100%,#59595c));
	background: -webkit-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
	background: -o-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
	background: -ms-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
	background: linear-gradient(to bottom, #999999 0%,#7b7b7c 50%,#59595c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#59595c',GradientType=0 );
 */
}

a.btn_sign {
    display: inline-block;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    /* 	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
 */
}

/* W11-05 */
.box_style04 {
    margin-top: 30px;
    max-width: 445px;
    margin: 0 auto;
    display: table;
    padding: 5% 7%;
    border: 1px solid #c5c5c5;
    font-size: 11px;
}

    .box_style04 > * {
        display: table-cell;
        vertical-align: middle;
    }

    .box_style04 .img {
        width: 50px;
        height: 50px;
        text-align: center;
        text-indent: -9999em;
    }

    .box_style04 p {
        padding-left: 20px;
        line-height: 20px;
        font-size: 11px;
    }

.fb .img {
    background: url(/Content/images/mobile_member/renewal/bg_facebook.png) 0 0 no-repeat;
    background-size: 50px;
}

.ka .img {
    background: url(/Content/images/mobile_member/renewal/ico_type2.png) 0 0 no-repeat;
    background-size: 50px;
}

.gg .img {
    background: url(/Content/images/mobile_member/renewal/ico_type4.gif) 0 0 no-repeat;
    background-size: 50px;
}

.gg_new .img {
    background: url(/Content/images/mobile_member/renewal/ico_type7.png) 0 0 no-repeat;
    background-size: 50px;
}

.nv .img {
    background: url(/Content/images/mobile_member/renewal/bg_naver.png) 0 0 no-repeat;
    background-size: 50px;
}

.ap .img {
    background: url(/Content/images/mobile_member/renewal/bg_apple_new.png) 0 0 no-repeat;
    background-size: 50px;
}

.box_style04 .img img {
    width: 100%;
}
/*20141203*/

/* W11-11 */
.dateYear {
    width: 112px
}

.dateMonth, .dateDay {
    width: 86px
}

.unit {
    font-size: 12px;
    color: #666;
    line-height: 30px
}

/* W11-11_1 */
.mt01 .sub_txt {
    line-height: 20px
}

.sub_txt strong {
    font-weight: bold
}

.result {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #666
}

    .result span {
        font-weight: bold;
        text-decoration: underline
    }

.tbl_result {
    font-size: 12px;
    text-align: center;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

    .tbl_result th {
        height: 33px;
        background: #333;
        color: #fff
    }

    .tbl_result td {
        height: 33px;
        padding: 0 2%;
        border-bottom: 1px solid #c9c9c9;
    }

        .tbl_result td.userid label {
            font-weight: bold
        }

.paginate {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    line-height: 14px
}

    .paginate .prev, .paginate .next {
        display: inline-block;
        width: 12px;
        height: 14px;
        *zoom: 1
    }

    .paginate span {
        display: inline-block;
        width: 30px;
        height: 14px;
        background: url(/Content/images/mobile_member/renewal/bar01.gif) left top no-repeat;
        *zoom: 1
    }

    .paginate a {
        display: inline-block;
        width: 30px;
        height: 14px;
        background: url(/Content/images/mobile_member/renewal/bar01.gif) left top no-repeat;
        color: #a29f9f;
        *zoom: 1
    }

    .paginate span.on {
        color: #666
    }

    .paginate .prev + span, .paginate .prev + a {
        background: none
    }

.btn_area a.btn_confirmId {
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    /*
    background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
    background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
*/
}

/* W11-12 */
.findid_wrap {
    padding: 80px 15px 5px 15px;
    border-top: 1px solid #e5e5e5;
    background: url(/Content/images/mobile_member/renewal/img_phone.gif) center 15px no-repeat;
    background-size: 43px 55px
}

    .findid_wrap p {
        margin-bottom: 5px !important;
        text-align: center;
    }

    .findid_wrap .txt strong {
        font-weight: bold
    }

    .findid_wrap .account {
        font-size: 12px;
        color: #333
    }

    .findid_wrap:first-of-type {
        margin-top: 20px;
        padding-bottom: 15px;
        border-top: 2px solid #c5c5c5;
        background: url(/Content/images/mobile_member/renewal/img_email.gif) center 15px no-repeat;
        background-size: 62px 42px
    }

.sum td {
    background: #f8f8f8;
    color: #666;
    overflow: hidden;
}

    .sum td:first-child {
        color: #333;
        overflow: hidden;
    }

/* W31-01 */
.login_box {
    position: relative;
}

    .login_box ul {
        width: 70%;
        margin: 0 auto;
    }

        .login_box ul li {
            margin-bottom: 10px;
        }

            .login_box ul li:last-child {
                margin-top: 5px
            }

    .login_box input[type=text], .login_box input[type=password], .login_box input[type=email] {
        width: 100%
    }

    .login_box a.btn_login {
        position: absolute;
        right: 15%;
        bottom: -53px;
        display: inline-block;
        width: 69.5%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -1px;
        color: #fff;
        background: #333;
        /* 	background: rgba(239,66,71,1);
	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
 */
    }

.check {
    padding-bottom: 15px;
    font-size: 11px
}

    .check label {
        margin-left: 5px;
    }
/*20201029*/
.social_box {
    padding: 5px 0 18px;
}
    /*.social_box dl {*zoom:1; max-width: 367px;}*/
    .social_box dl {
        *zoom: 1;
    }
    /*.social_box dl:after {display:block; clear:both; content:""}*/
    /*.social_box dt {margin-right:15px; margin-bottom:20px; font-size:25px; font-weight:bold; text-align:center; color:#333;}*/
    .social_box dt { /*float:left;*/
        margin: 38px 15px 30px 15px;
        padding-top: 70px;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        color: #333;
    }

    /*20201105*/
    .social_box dd { /*float:left*/
        text-align: center;
    }

        .social_box dd a {
            display: inline-block;
            width: 50px;
            height: 50px;
            text-indent: -9999em;
        }

            .social_box dd a:first-child {
                margin-left: 6px;
                background: url(/Content/images/mobile_member/renewal/ico_type5.png) 0 0 no-repeat;
                background-size: 44px 44px
            }

            .social_box dd a:nth-child(2) {
                background: url(/Content/images/mobile_member/renewal/ico_type2.png) 0 0 no-repeat;
                background-size: 44px 44px
            }

            .social_box dd a:nth-child(3) {
                background: url(/Content/images/mobile_member/renewal/ico_type3.png) 0 0 no-repeat;
                background-size: 44px 44px
            }

            .social_box dd a:nth-child(4) {
                background: url(/Content/images/mobile_member/renewal/ico_type8.png) 0 0 no-repeat;
                background-size: 44px 44px;
                vertical-align: top;
            }

            .social_box dd a:last-child {
                background: url(/Content/images/mobile_member/renewal/ico_type7.png) 0 0 no-repeat;
                background-size: 44px 45px
            }

/*로그인 페이지 이미지 배너*/
.banner_box {
    width: 90%;
    margin: 0 auto;
    height: 200px;
}

/* W31-31 */
.bdn {
    margin: 0 !important;
    border-bottom: none !important;
}

.info_box {
    position: relative;
    margin-top: 20px
}

    .info_box strong {
        font-size: 13px;
        font-weight: bold;
    }

a.btn_drop, a.btn_certify, a.btn_certify2, a.btn_modpw, a.btn_address {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -1px;
    border: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    background: #ddd;
    /*
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
*/
}

a.btn_address2 {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -1px;
    border: 1px solid #ddd;
    color: #333;
    background: #ddd;
    vertical-align: middle;
    margin-bottom: 10px;
}

.info_box a.btn_drop {
    position: absolute;
    right: 0;
    top: -24px
}

.info_box a.btn_certify, a.btn_certify2 {
    width: 100px
}

.info_box a.btn_certify2 {
    position: absolute;
    right: 0;
    top: 0
}

.info_box a.btn_address {
    margin-bottom: 5px;
    cursor: pointer;
}

.tbl_info {
    margin-top: 10px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 13px;
    table-layout: fixed;
}

    .tbl_info th {
        height: 30px;
        padding-left:  2vw;
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        font-weight: bold;
        text-align: left;
    }

    .tbl_info td {
        height: 20px;
        padding: 5px 0 5px 15px;
        border-top: 1px solid #dcdcdc;
        color: #666
    }

        .tbl_info td td {
            padding: 0px;
        }

    .tbl_info input {
        height: 30px;
        vertical-align: middle;
    }

.email_box2 .email_id {
    width: 50% !important
}

.email_box2 .at {
    width: 5%
}

.email_box2 .email_address {
    width: 40%
}

.email_box2 p {
    margin-top: 10px;
}

.email_box2 .dir {
    width: 100%
}

.box_certify {
    position: relative;
    padding-right: 111px
}

.info_box .btn_area {
    position: relative;
    margin: 10px 0;
    text-align: left;
}

.info_box .form_mark {
    font-size: 11px;
    line-height: 30px
}

.mgn {
    margin: 0 !important
}

a.btn_mod2 {
    display: inline-block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    /*
	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
*/
}

/* W41-02 */
.notice_wrap {
    margin-bottom: 17px;
    padding: 0 0 186px 0;
    background: url(/Content/images/mobile_member/renewal/bg_alert.png) no-repeat 50% bottom;
    background-size: 155px 152px;
    text-align: center;
}
    /* 20141205 수정 */
    .notice_wrap p {
        font-size: 13px;
        color: #333;
    }

        .notice_wrap p:first-of-type {
            font-weight: bold
        }

.btn_area a.btn_re_send, .btn_area a.btn_later {
    display: inline-block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px
}

a.btn_re_send {
    display: inline-block;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    /* 	background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
	background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
 */
}

a.btn_later {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    background: #fff;
/*
    background: -moz-linear-gradient(top, #999999 0%, #7b7b7c 50%, #59595c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(50%,#7b7b7c), color-stop(100%,#59595c));
    background: -webkit-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
    background: -o-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
    background: -ms-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
    background: linear-gradient(to bottom, #999999 0%,#7b7b7c 50%,#59595c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#59595c',GradientType=0 );
*/
}

/* W41-03 */
.notice_wrap2 {
    margin-bottom: 17px;
    padding: 0 0 186px 0;
    background: url(/Content/images/mobile_member/renewal/bg_alert.png) no-repeat 50% bottom;
    background-size: 155px 152px;
    text-align: center;
}
    /* 20141205 수정 */
    .notice_wrap2 p {
        font-size: 12px;
    }

        .notice_wrap2 p:first-of-type {
            margin-bottom: 20px;
        }

/* W41-04 */
.notice_box {
    font-size: 12px;
    text-align: center;
}

    .notice_box strong {
        font-weight: bold;
    }

    .notice_box p {
        margin: 5px 0 10px 0
    }

.btn_area a.btn_cancel {
    display: inline-block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px
}

a.btn_cancel {
    display: inline-block;
    border: 1px solid #858484;
    border-radius: 15px;
    color: #fff;
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #7b7b7c 50%, #59595c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(50%,#7b7b7c), color-stop(100%,#59595c));
    background: -webkit-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
    background: -o-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
    background: -ms-linear-gradient(top, #999999 0%,#7b7b7c 50%,#59595c 100%);
    background: linear-gradient(to bottom, #999999 0%,#7b7b7c 50%,#59595c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#59595c',GradientType=0 );
}

.notice_profile {
    position: relative;
    width: 87px;
    margin: 15px auto 15px;
    text-align: center;
}

    .notice_profile > img {
        width: 85px;
        height: 83px;
        border: 1px solid #d8d7d7;
        border-radius: 13px;
    }

    .notice_profile .ico {
        position: absolute;
        right: 4px;
        bottom: 0;
        width: 25px;
        height: 16px
    }

/* W31-11 */
.info_box input[type=text], .info_box input[type=password] {
    width: 100%
}
/*.info_box strong.add {background:url(/Content/images/mobile_member/renewal/ico_bull02.gif) 0 0 no-repeat; background-size: 15px 17px;}*/
.info_box strong.add {
    margin-bottom: 15px;
    margin-top: 30px;
}

.info_box .ph_box > *, .info_box .birth_box > * {
    float: left
}

.info_box .ph_box:after, .info_box .ph_box:after {
    display: block;
    clear: both;
    content: ""
}

.info_box .sel_hp, .ipt_hp {
    width: 26%
}

.info_box .form_mark {
    width: 7%
}

.tbl_info th em {
    color: #ff0000
}

.tbl_info .combId {
    color: #e12c33
}

.birth_form:after {
    display: block;
    clear: both;
    content: ""
}

.birth_form > * {
    display: inline-block;
    float: left;
}

/* W31-51 */
.out_box {
    padding: 4vw 0 4vw 25vw;
    border: 1px solid #ddd;
}

    .out_box ul {
        font-size: 12px;
    }

    .out_box li {
        margin-bottom: 10px;
    }

    .out_box label {
        margin-left: 10px;
        color: #666
    }

.btn_area a.btn_out {
    display: inline-block;
    width: 140px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    border: 1px solid #da2128;
    border-radius: 15px;
    color: #fff;
    background: rgba(239,66,71,1);
    background: -moz-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,66,71,1)), color-stop(100%, rgba(218,33,40,1)));
    background: -webkit-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: -o-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    background: linear-gradient(to bottom, rgba(239,66,71,1) 0%, rgba(218,33,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4247', endColorstr='#da2128', GradientType=0 )
}


/* Sub - s */
.no_email {
    margin: 14px 0;
    padding: 14px;
    border: 1px solid #c5c5c5;
}

    .no_email .img {
        display: table-cell;
        width: 30%;
        padding-top: 5px;
        text-align: center;
    }

        .no_email .img img {
            width: 100%;
            max-width: 130px;
        }

    .no_email .text {
        display: table-cell;
        width: 70%;
        padding-left: 7px;
        vertical-align: top;
        font-size: 12px;
    }

        .no_email .text .tit {
            padding-top: 5px;
            padding-bottom: 15px;
            font-size: 13px;
            font-weight: bold;
            color: #333
        }

        .no_email .text .one {
            font-size: 12px;
            color: #6e6e6e;
            line-height: 18px;
        }

        .no_email .text .two {
            line-height: 18px;
            color: #aaa;
        }

/* Form */
.form_box {
    padding-top: 10px; /*border:1px solid #c5c5c5;*/
}

    .form_box > div {
        padding: 0 14px;
    }

        .form_box > div:last-child {
            padding-bottom: 17px;
        }

    .form_box .tit {
        padding-top: 10px;
        padding-bottom: 5px;
        background-size: 3px auto;
        font-size: 13px;
        color: #666
    }
    /*.form_box .hp {margin-top:20px;}*/
    .form_box div[class^="ph_box"] {
        position: relative;
    }

        .form_box div[class^="ph_box"]:after {
            display: block;
            clear: both;
            content: "";
        }

        .form_box div[class^="ph_box"] > * {
            display: inline-block;
            float: left;
        }

    .form_box .ph_box_r {
        padding-right: 97px;
    }

        .form_box .ph_box_r .btn_send {
            position: absolute;
            top: 0;
            right: 0;
        }

    .form_box .ps {
        padding-top: 5px;
        font-size: 11px;
        color: #666;
    }

    .form_box .form_mark {
        width: 7%;
        line-height: 30px;
    }

    .form_box .num {
        margin-top: 20px;
        padding-bottom: 17px;
        border-top: 1px solid #d1d1d1;
        background: #f0f0f0
    }

    .form_box .agree {
        padding-top: 20px;
    }

.num_box {
    position: relative;
    padding-right: 108px
}

    .num_box [class^="btn_send"] {
        position: absolute;
        top: 0;
        right: 0;
    }

    .num_box .txt {
        display: block;
        position: relative;
        padding-right: 60px;
    }

        .num_box .txt > em {
            display: inline-block;
            position: absolute;
            top: 11px;
            right: -10px;
            width: 100px;
            height: 100%;
            font-size: 11px;
            line-height: 27px;
            text-align: center;
        }

    .num_box .point {
        padding-top: 10px;
        font-size: 11px;
        color: #de272e;
    }

.birth_box:after {
    display: block;
    clear: both;
    content: "";
}

.birth_box > * {
    display: inline-block;
    float: left;
}

.tab_box.other {
    margin: 15px 0;
}

    .tab_box.other > a {
        margin-left: -4px;
    }

        .tab_box.other > a:first-child {
            margin-left: 0;
        }

.btn_cbox {
    padding: 30px 0 0;
    text-align: center;
}

/* Form, Button - Common */
.sel_hp, .ipt_hp {
    width: 26%
}

.sel_birth, .ipt_birth {
    width: 26%
}

.ipt_default {
    width: 100%;
}

.ipt_personal {
    margin-left: 6px;
    vertical-align: middle;
}

    .ipt_personal:first-child {
        margin-left: 0px;
    }

.ipt_gender {
    margin-left: 6px;
    vertical-align: middle;
}

    .ipt_gender:first-child {
        margin-left: 0px;
    }

.form_mark {
    display: inline-block;
    font-size: 11px;
    color: #666;
    text-align: center;
    vertical-align: middle
}

[class^="btn_send"] {
    display: inline-block;
    min-width: 87px;
    height: 26px;
    border: 1px solid #333;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}

.btn_send_ok {
    background: #da2128
}

/* Sub */
.pass_info {
    display: table;
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
    padding: 5% 7%;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

    .pass_info > * {
        display: table-cell;
        vertical-align: middle;
    }

    .pass_info .img {
        width: 50px;
        text-align: center;
    }

        .pass_info .img img {
            width: 100%;
        }

    .pass_info .txt {
        font-size: 11px;
        line-height: 20px;
        padding-left: 20px;
    }

        .pass_info .txt > strong {
            font-weight: bold;
        }

.pass_email {
    padding: 13px 17px;
    border: 1px solid #c5c5c5;
    background-size: 52px auto;
}

    .pass_email .tit {
        padding: 14px 0 28px;
        font-size: 13px;
        color: #333;
        text-align: center
    }

    .pass_email .tit {
        padding: 14px 0 28px;
        font-size: 13px;
        color: #333;
        text-align: center
    }

@media screen and (max-width:570px) {

    .info_box .certify {
        width: 42%
    }

    .info_box .ipt_hp, .info_box .ipt_birth {
        width: 26% !important
    }
}

@media screen and (max-width:530px) {

    .email_box {
        background-size: 15% auto
    }

        .email_box > div {
            margin-top: 30px;
        }

    .email_2dep {
        background-size: 18% auto
    }
}

@media screen and (max-width:380px) {

    .tab_box > a {
        /* padding: 0 7px; */
		padding: 0 1.8vw;						 
    }
	.btn_address{ 
        min-width:70px;      
    }
	 .out_box{
/*        padding: 6vw 0 4vw 16vw;*/
    }			 	 
}

@media screen and (max-width:340px) {
    .sub_title img {
        width: 80%
    }

    .social_box dt {
        margin-bottom: 15px;
    }

    .social_box dd a {
        width: 55px;
        height: 53px
    }

        .social_box dd a:first-child, .social_box dd a:nth-child(2), .social_box dd a:nth-child(3), .social_box dd a:nth-child(4), .social_box dd a:last-child {
            background-size: 44px 44px
        }

    .birth_form .form_mark {
        width: 10%
    }

    .birth_form .sel_birth {
        width: 23.33%
    }

    .btn_area a.btn_enroll, .btn_area a.btn_login1,
    .btn_area a.prev, .btn_area a.next {
        width: 100px
    }
}



/* 알림 팝업 */
.popup {
    display: block;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10010;
    width: 608px;
    width: 79.16667vw;
}

@media (max-width: 360px) {
    .popup {
        width: 253.33333px;
        width: 79.16667vw;
    }
}

.popup__header {
    position: relative;
    padding: 24px 32px;
    padding: 3.125vw 4.16667vw;
    border: 0;
    border-style: solid;
    border-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-width: 2.4px;
    border-bottom-width: 0.3125vw;
}

@media (max-width: 320px) {
    .popup__header {
        padding: 10px 13.33333px;
        padding: 3.125vw 4.16667vw;
    }
}

@media (max-width: 360px) {
    .popup__header {
        border-bottom-width: 1px;
        border-bottom-width: 0.3125vw;
    }
}

.popup__title {
    font-size: 31.2px;
    font-size: 4.0625vw;
    font-weight: 700;
}

@media (max-width: 360px) {
    .popup__title {
        font-size: 13px;
        font-size: 4.0625vw;
    }
}

.popup__btn-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    right: 32px;
    right: 4.16667vw;
    width: 29.6px;
    width: 3.85417vw;
    height: 29.6px;
    height: 3.85417vw;
    background: url("../../Images/mobileCommon/moblie-popup-close-btn.svg") no-repeat center;
    background-size: 29.6px;
    background-size: 3.85417vw;
}

@media (max-width: 360px) {
    .popup__btn-close {
        right: 13.33333px;
        right: 4.16667vw;
    }
}

@media (max-width: 360px) {
    .popup__btn-close {
        width: 12.33333px;
        width: 3.85417vw;
    }
}

@media (max-width: 360px) {
    .popup__btn-close {
        height: 12.33333px;
        height: 3.85417vw;
    }
}

@media (max-width: 360px) {
    .popup__btn-close {
        background-size: 12.33333px;
        background-size: 3.85417vw;
    }
}

.popup__body {
    display: table;
    width: 100%;
    min-height: 224px;
    min-height: 29.16667vw;
    font-size: 28.8px;
    font-size: 3.75vw;
}

@media (max-width: 360px) {
    .popup__body {
        min-height: 93.33333px;
        min-height: 29.16667vw;
    }
}

@media (max-width: 360px) {
    .popup__body {
        font-size: 12px;
        font-size: 3.75vw;
    }
}

.popup__content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
}

.popup__content--gray {
    color: #666;
}

.popup .cta-btn {
    margin: 0;
    text-align: center;
}

.dimmed {
    display: block;
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0px;
    top: 0vw;
    left: 0px;
    left: 0vw;
    opacity: 0.5;
    z-index: 10001;
}

@media (max-width: 360px) {
    .dimmed {
        top: 0px;
        top: 0vw;
    }
}

@media (max-width: 360px) {
    .dimmed {
        left: 0px;
        left: 0vw;
    }
}

.cta-btn--wide .cta-btn__anchor {
    display: inline-block;
    width: 100%;
    line-height: 1;
    height: auto;
    border-radius: 0;
    padding: 34.4px 0px;
    padding: 4.47917vw 0vw;
    font-size: 28.8px;
    font-size: 3.75vw;
}

.cta-btn--black .cta-btn__anchor {
    background: #333;
    color: #fff;
}

.cta-btn__anchor {
    border-width: 2.4px;
    border-width: 0.3125vw;
    border-style: solid;
    border-color: #333;
}
