@charset "utf-8";
/* All Device - common */
*{
    box-sizing: border-box;
}
html{
    font-size: 10px;
}
body{
    font-family: Noto Sans Korean;
    font-size:1.6rem;
    color:#333;
    line-height:1.6;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover, a:focus{
    color: #333;
}
img, iframe{
    vertical-align: top;
    border: 0;
}
.blind{
    position: absolute;
    left: -9999px;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
} 
button{
    border-style: none;
}

/* All Device standard - pc */
.center{
    width: 1300px;
    margin: 0 auto;
}
#wrap{
    height: inherit;
}
main{}
.sub_wrap{
    width: 100%; 
    height: auto;
}
.m_con{
    display: none;
}

/* sub_visual */
.sub_visual_wrap{
    background: url(/images/sub_bg.png)no-repeat;word-break: keep-all; height: 300px;
}
.sub_visual{
    padding: 75px 0;
/*     background-image: url(/images/sub_visual.png); */
    background-repeat: no-repeat;
    background-position: center center;
}
.sub_login{}
.sub_icon{

}
.sub_icon>div{}
.sub_icon img{}
.sub_tit{
	text-align: center;
    padding-left: 20px;
    padding-top: 10px;
}
.sub_tit>div{}
.sub_tit h1{
    margin: 0;
    color: #333;
    font-size: 3.8rem;
	margin: 10px;

}
.sub_tit span{
    font-size: 2rem; 
}
.sub_tit strong{
    color: #ff8010;
}

/* login */
.login{}
.login .content_box{
    position: relative;
    width: 700px;
    margin: 60px auto;
    border:2px solid #e2e2e2;
    border-radius: 10px;
    color: #525252;
    background: #fff;
}
.login .content_box_bg{
    display: none;
    position: absolute;
    z-index: -1;
    left: -12px;
    top: 2.5%;
    width: 720px;
    height: 95%;
    border-radius: 7px;
    background: #ff963a;
}
.login form{
    padding: 30px 30px;
}
.login fieldset{
    border: none;
}
.login_h{
    position: static;
    visibility: visible;
    display: block;
    width: 100%;
    height: inherit;
    line-height: inherit;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #083299;
    color: #141414;
    font-size: 2.2rem;
}
.login_p{
    padding: 7px 15px;
    margin: 10px 0;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    font-size: 1.5rem;
    background-color: #efefef;
}
.p_box1{
    width: 100%;
}
/* .p_box1>p:nth-of-type(1){
    float: left;
    width: 49%;
    margin: 0;
} */
.p_box1>p:nth-of-type(2){
    float: right;
    width: 49%;
    margin: 0;
}
.login label{
    display: inline-block;
    width: 85px;
    line-height: 32px; background: url(/images/img_require.png) no-repeat 0px 12px; padding-left: 12px
}
.ws{
    word-spacing: 23px;
}
.ws_info{
        word-spacing: 23px;
    }
.ls{
    letter-spacing: 7px;
}
.area{
    width: 60%;
}
.login select{
    width: 80px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
}
.login option{}
.birthday{
    margin-right: 12px;
}
.login input[type=text]{
    width: 272px;
    height: 32px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
}
.login .login_in input[type=text]{
    width: 272px;
    height: 32px;
    border: 1px solid #e6e6e6;
    vertical-align: top;    
} 
.login input[type=number]{
    width: 80px;
    height: 32px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
}
.login input[type=radio]{}
.agreecheck_box label{
    width: 120px;
}
.agreecheck_txt{
    padding: 10px 0;
}
.login textarea{
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    line-height: 1.6;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: normal;
}
.login .btn{
    width: 130px;
    margin: 50px auto 0;
    text-align: center;
}
.btn_login{
    width: 130px;
    height: 50px;
    border: 1px solid #083299;
    border-radius: 10px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #083299;
    transition: 0.5s;
    cursor: pointer;
}
.btn_login:hover, .btn_login:focus{
    color: #fff;
    border: 1px solid #1d62bf ;
    background-color: #1d62bf ;
}
.btn_login2{
    height: 32px;
    padding: 0 10px;
    margin-left: 10px;
    border: 1px solid #083299;
    vertical-align: top;
    color: #fff;
    font-size: 1.3rem;
    background-color: #083299;
    transition: 0.5s;
    cursor: pointer;
}
.btn_login2:hover, .btn_login2:focus{
    color: #fff;
    border: 1px solid #1d62bf ;
    vertical-align: top;
    background-color: #1d62bf ;
}
.login_checkbox{
    padding-top: 5px;
    text-align: center;
}
.login_checkbox input[type=checkbox]{
    display: none;
/*    vertical-align: text-top;*/
}
.login_checkbox input[type=checkbox]+label{
    padding-left: 20px;
    background: url(/images/login_ch.svg) left center no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}
.login_checkbox input[type=checkbox]:checked+label{
    background-image: url(/images/login_ch_ed.svg)
}
.login_checkbox label{
    width: 130px;
    font-size: 1.5rem;
}

/* card */
.info{
    padding: 30px 0px;
}
.info .content_box{
    text-align: center; margin: 100px 0;
}
.card_wrap{
    position: relative;
    width: 500px;
    height: 320px;
    padding: 30px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(/images/nonsan_card.jpg?v=1031);
    background-repeat: no-repeat;
    background-size: cover;
}
.period_bg{
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 500px;
    height: 314px;
    background-color: #ccc;
}
.period_tit{
	padding: 20px;
	margin-top: 20px;
}
.period_center{
	position: relative;
	width: 240px;
	height: 45px;
	padding: 10px 10px 10px 40px;
	margin: 0px auto;
	border-radius: 10px;
	font-size: 1.6rem;
	color: #333;
	background-color: #ff9d45;
}
.period_center img{
	position: absolute;
	left:35px;
	top:5px;
	width: 35px;
	height: 35px;
}
.period_txt{
    padding-bottom: 10px;
    font-size: 1.8rem;
}
.period_txt strong{
	color: #ff7800;
}
.period_txt_in{}
.card_hd{}
.card_tit{
    float: left;
    font-size: 2.4rem;
    font-weight: 500;
}
.card_logo{
    float: right;
    width: 100px;
}
.card_logo>img{
    width: 100%;
}
.card_box{
    padding-top: 15px;
}
.card_photo_wrap{
    float: left;
    padding-left: 30px;
}
.card_photo{
    width: 120px;
    height: 150px;
    margin-top: 45px;
	margin-left: -10px;
}
.card_photo>img{
    width: 100%;
	border: 1px solid #eee;
}
.card_user p{
font-size: 30px;
margin-left: 45px;
margin-bottom: 20px;
}
.card_info{
    float: left;
    padding: 50px 0 0 50px;
}
.card_h{
    float: left;
    width: 80px;
    text-align: justify;
    font-weight: 500;
	font-size: 18px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.card_txt{
    float: left;
}
.card_name .card_txt{
    letter-spacing: 1px;
}
.card_number{}
.card_center{}
.card_period{}

/* privacy */
.privacy{
    padding: 60px 0;
/*    background-color: #f7f7f7;*/
}
.privacy_h{
    text-align: center;
}
.privacy h2{
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 3px solid #083299;
    color: #141414;
    font-size: 2.2rem;
    font-weight: 500;
}
.privacy_txt{
    padding: 30px 0;
    font-size: 1.5rem;
/*    font-weight: 300;*/
    word-break: keep-all;
}
.privacy_inner{}
.privacy_inner ul{}
.privacy_inner li{}
.privacy_inner span{}
.help_tit_b{
    display: block;
    padding-bottom: 15px;
    font-size: 2rem;
}
.help_con{
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    color: #525252;
    line-height: 1.6;
    word-break: keep-all;
    font-size: 1.4rem;
    background-color: #fff;
}
.help_tit{
    display: block;
    color: #3e3e3e;
    font-weight: 500;
}
.privacy_inner .br{
    padding-bottom: 15px;
}
.tin1{
    display: block;
    text-indent: 21px;
}
.tin2{
    display: block;
    text-indent: 30px;
}

/* e-mail */
.email_wrap{
    max-width: 1000px;
    min-height: 300px;
    padding: 40px;
    margin: 0 auto;
    border: 1px solid #dddddd;
    font-size: 1.5rem;
    background: #fff;
}
.email_img_wrap{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 150px;
    text-align: center;
    background-color: #efefef;
}
.email_txt{
    padding-bottom: 20px;
	word-break:keep-all;
	font-size: 16px;
	text-align: center;
}
.email_img_wrap>img{
    width: 130px;
    height: 130px;    
/*     transform: translateY(30px); */
}


@media screen and (max-width:1299px){
    #wrap.sub_wrap{
        height: inherit;
        min-height: inherit;
        margin: 0;
    }
    .center{
        width: 100%;
        padding: 10px;
    }
    .sub_visual{
        background-size: cover;
    }
    .sub_tit{
        padding-top: 20px;
    }
    
/* login */
    .login .content_box{
        margin: 30px auto;
    }
    
/* card */
    
/* privacy */
    .privacy{
        padding: 10px 0;
    }
    
    
}
    
@media screen and (max-width:1299px) and (min-width:768px){
    .sub_icon img{
        width: 100px;
    }
    .sub_icon>div{}
    .sub_tit h1{
        font-size: 2.4rem;
    }
    .sub_tit span{
        font-size: 1.6rem;
    }
    
/* login */
    .login select{
        width: 80px;
    }
    .login input[type=number]{
        width: 80px;
        height: 32px;
        vertical-align: top;
    }
    .agreecheck_box{
        font-size: 1.4rem;
    }

/* privacy */
    
/* e-mail */
    
}

@media screen and (max-width:1299px) and (min-width:1024px){
    .sub_tit{}
    
/* login */
    
/* card */

/* privacy */
    
}

@media screen and (max-width:1023px) and (min-width:768px){
    .sub_tit{}
/* login */
    .login .content_box{
        margin: 10px auto;
    }
    
/* card */

/* privacy */
}

@media screen and (max-width:767px){
    .center{
        padding: 0 10px;
    }
    .sub_icon img{
        width: 60px;
    }
/*     .sub_icon{
        padding: 30px 0;
    } */
    .sub_tit{
        width: 80%;
        padding: 20px 0 0 5px;
    }
    .sub_tit h1{
        font-size: 1.8rem;
    }
    .sub_tit span{
        font-size: 1.4rem;
    }
    .m_con{
        display: block;
    }
    
/* login */
    .login .content_box{
        width: 90%;
        margin: 30px auto;
        border-style: none;
    }
    .login .content_box_bg{
        display: none;
    }
    .login form{
        padding: 0;
    }
    .login_h{
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .login input[type=text]{
        width: 68%;
    }
    .login label{
        width: 80px;
/*         line-height: 27px; */
    }
    .login_p{
        padding: 5px 10px;
        font-size: 1.4rem;
    }
    .login select{
        height: 30px;
        vertical-align: top;
    }
    .select_s select{
        width: 58px;
    }
    .login input[type=text]{
        width: 210px;
        height: 27px;
    }
    .login .login_in input[type=text]{
        width: 210px;
    }
    .login input[type=number]{
        width: 60px;
        height: 30px;
    }
    .p_box1>p:nth-of-type(1){
        float: none;
        width: inherit;
        margin: 10px 0;
    }
    .p_box1>p:nth-of-type(2){
        float: none;
        width: inherit;
        margin: 10px 0;
    }
    .agreecheck_box{
        font-size: 1.5rem;
    }
    .login .agreecheck_box label{
        width: 100px;
    }
    .btn_login2{
/*         margin-top: 5px; */
/*         margin-left: 83px; */
    }
    .login_checkbox input[type=checkbox]+label{
        width: 130px;
    }

/* card */
    .info{
        min-height: 450px;
    }
    .card_wrap{
        margin-top: 120px;
        transform: rotate(90deg);
    }
    .card_info{
        font-size: 1.6rem;
    }
	.period_tit {
		margin-top: 90px;
		margin-bottom: 20px;
	}
    .period_txt{
        padding-top: 30px;
        font-size: 1.8rem;
    }
    
/* privacy */
    .privacy{
        padding: 20px 0;
    }
    .privacy h2{
        margin-bottom: 0;
        font-size: 2rem;
    }
    .privacy_txt{
        padding: 20px 0;
        font-size: 1.5rem;
    }
    .help_tit_b{
        padding-bottom: 10px;
        font-size: 1.9rem;
    }
    .help_con{
        line-height: 1.6;
        font-size: 1.4rem;
    }
    .privacy_inner .br{
        padding-bottom: 10px;
    }
    .tin1{
        text-indent: 20px;
    }

/* e-mail */
    .email_wrap{
        margin-top: 20px;
        font-size: 1.5rem;
    }
/* 공통 */
    .ws_info{
        word-spacing: -7px;
    }
    .ls_tr{
        letter-spacing: 0px !important;
    }
}

@media screen and (max-width:414px){
    .card_wrap{
        transform: rotate(90deg) translateY(55px);
    }
		.birthday{margin-right: 5px;}
	.login input[type=number] {width: 53px;}
	.login input[type=text]{width: 199px;}
	.login .login_in input[type=text]{width: 199px;}
	.btn_login2{width: 195px; margin-top: 5px; margin-left: 85px;}
}

@media screen and (max-width:375px){


    .card_wrap{
        transform: rotate(90deg) translateY(73px);
    }
}

@media screen and (max-width:320px){
/* sub_wrap */
    .sub_tit {
        width: 75%;
    }
/* login */
    .login input[type=text]{
        width: 150px;
    }
    .select_s select{
        width: 45px;
    }
    .login input[type=number]{
        width:45px;
    }
    .select_s.select_s_d select{
        width: 45px;
    }
    .select_s.select_s_d select:last-of-type{
        margin-right: 0;
    }
    .login .login_in input[type=text]{
        width: 160px;
    }
    
/* card */
    .info{
        min-height: 400px;
    }
    .card_wrap{
        width: 446px;
        height: 280px;
        padding: 30px;
        background-size: cover;
    }
    .card_tit{
        font-size: 2rem;
    }
    .card_photo{
        width: 115px;
        height: 154px;
    }
    .card_info {
        padding: 25px 0 0 20px;
    }
    .period_bg {
        width: 446px;
        height: 280px;
    }
	.period_txt {
		padding-top:  0px;
		font-size: 1.6rem;
    }
}

/*sub_visual 미디어쿼리*/
	@media(max-width:1300px){
	.sub_visual_wrap{
	height: 200px;
    background-size: cover;
	}

}
	@media(max-width:768px){
	.sub_visual_wrap{
	height: 150px;
    background-size: cover;
	background-position: -120px;
	}
	.sub_tit{width: 100%; padding-top: 30px; }
}
	@media(max-width:480px){
	.sub_visual_wrap{
	height: 120px;
	}
	.sub_tit{padding-top: 10px;}
	.sub_tit span{font-size: 12px;}
}
/*sub_visual 미디어쿼리 끝*/