.chks {display:inline-block;position:relative; font-weight:normal;}
.chks input[type="checkbox"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.chks input[type="checkbox"] + label {display:inline-block;vertical-align:middle;line-height:20px;position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.chks input[type="checkbox"] + label:before {content:'';position:absolute;left:0px; top:50%; transform:translateY(-50%); margin:0;width:20px;height:20px;text-align:center;background:#fff;border:1px solid #B8B8B8;box-sizing:border-box;}
.chks input[type="checkbox"] + label:active:before,
.chks input[type="checkbox"]:checked + label:active:before {}
.chks input[type="checkbox"]:checked + label:before {background:#f4ca04;border:1px solid #f4ca04;}
.chks input[type="checkbox"]:checked + label:after {content: ""; display: block; position: absolute; width: 3px; height: 8px; left: 8.5px; top: 7.5px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.chks input[type="checkbox"]:focus + label:before {}

/* 로그인 */
.loginArea { box-sizing: border-box;    width: 100%;    margin: auto;   }
.login{width: 545px;    margin: auto;padding-bottom: 30px;    border-bottom: 1px solid #EEE; overflow:hidden;}
.loginInput {margin-right: 10px; float: left;}
.login dt label {  position: absolute;  top: -999em;  height: 0;  line-height: 0;  font-size: 0;}
.login dt label { position: absolute;  top: -999em;  height: 0;  line-height: 0;  font-size: 0;}
.login input.i_text {width: 400px;    height:45px; line-height:45px; border: 1px solid #CCC;    border-radius: inherit;    background-clip: padding-box;    -webkit-appearance: none; box-sizing: border-box;background-color:#fff;}
.login dd.inputPw { margin-top:10px;}
.login input.btnLogin { float:right;  width: 130px;    height: 100px;    border: inherit;  font-size: 18px;    color: #FFF;    background: #0353A4;    cursor: pointer;  transition:all 0.5s cubic-bezier(0, 0, 0.21, 0.87) 0s;}
.login input.btnLogin:hover{background:#023569; color:#fff; box-shadow:5px 15px 20px rgba(0,0,0,0.15);}

.lost_box{overflow:hidden; width: 545px;    margin: auto;padding-top: 25px;}
.lost_box_left {  width: 290px;  float: left;        color: #555;}
.lost_box ul:after {   clear: both;    display: block;    content: '';}
.lost_box_left  li {    position: relative;    line-height: 46px; padding-left: 10px;    font-size: 14px;}
.lost_box_left  li:before {    position: absolute;    top: 50%;    left: 0;    content: '';    display: block;    width: 3px;    height: 3px;    margin-top: -1.5px;    background: #0353A4;}
.lost_box_right {  width: 250px;  float: left;  }
.lost_box_right a {    float: left;    min-width: 110px;    margin-bottom: 10px;    margin-left: 10px;    background: #FAFAFA;	display: inline-block;    height: 36px; line-height: 36px;   border: 1px solid #E0E0E0;    text-align: center;    font-size: 13px;    color: #555; transition: all 0.4s ease-out 0.1s;}
.lost_box_right li:last-child a {    width: 230px;}
.lost_box_right a.join{background: #F0F0F0;}
.lost_box_right a:hover{background:#F0F0F0; }
.lost_box_right a.join:hover{background:#DBDBDB; }
.error{color: #ff0000; padding-top:5px; background: #f5f6f8;  }

/* 회원가입, 회원가입완료 */
.ico_title{position: relative; padding: 0 280px; margin-bottom:40px;}
.ico_title p {position: relative; padding-left: 110px; font-size:18px; color:#444;}
.ico_title p:before {    content: '';    position: absolute;    left: 0;    top: 0;    width: 92px;    height: 92px;    background: url('/images/default/content/ico_mem.gif') no-repeat 0 0;  }
.ico_title em{font-size:35px; font-weight:400;}
.ico_title:before {content: ''; position: absolute; left: 0; top: 35px; width: 250px; height: 1px; background: #3c3c3c; transition-duration: 0.4s;}
.ico_title:after {content: ''; position: absolute; right: 0; top: 35px; width: 250px; height: 1px; background: #3c3c3c; transition-duration: 0.4s;}

.sign_select{overflow:hidden;}
.sign_select li{float:left; width:50%;}
.sign_select li a{display:block; height: 496px; box-sizing:border-box; padding:80px;}
.sign_select .s01 a{background: url('/images/default/content/m_bg01.jpg') no-repeat 0 0; }
.sign_select .s02 a{background: url('/images/default/content/m_bg02.jpg') no-repeat 0 0; }
.sign_select li a div{height:100%; color:#fff; text-align:center; box-sizing:border-box; padding-top:50px;}
.sign_select li a div h3{font-size: 35px; font-weight:800; margin-bottom:30px;}
.sign_select li a div p.more{background: url('/images/default/content/btn_arrow.png') no-repeat right center; padding-right: 80px; padding-bottom:10px; border-bottom:3px solid #fff; display:inline-block; margin-top:40px;}
.sign_select .s01 a div{background: url('/images/default/content/coverBlue.png') repeat 0 0;}
.sign_select .s02 a div{background: url('/images/default/content/coverBlack.png') repeat 0 0;}

.signup03{text-align:center; font-size:23px;}
.signup03 b{margin-bottom:30px; font-size:35px; font-weight:500; color:#222; display:block; text-decoration:underline;}
.signup03 em{color:#5D95F8; font-size:26px; font-weight:500;}
.signup03 p{margin-top:70px;}
.signup03 p a{padding:18px 60px; background-color:#307cd7; color:#fff; font-weight:500;}

.mem_tb ul{width:100%; border-top:2px solid #000;}
.mem_tb ul li{display:flex; -webkit-align-items: stretch;　align-items: stretch;}
.mem_tb ul li input{background:#eee;}
.mem_tb ul li .th,
.mem_tb ul li .td{ border-bottom:1px solid #ddd; display:flex; padding:1rem;}
.mem_tb ul li .th{ text-align:center; flex-basis: 20%; align-items: center;}
.mem_tb ul li .td{flex-basis: 80%; flex-direction: column;}
.mem_tb ul li .arBtn{display:flex;}
.mem_tb ul li .td p{margin-top:10px; font-size:0.75rem; color:#666;}
.mem_tb ul li .td p em{color:#FF220C; margin-right:5px;}
.mem_tb ul li.phone .td{ flex-direction: row;align-items: center; }
.mem_tb ul li.phone .td input{vertical-align:middle;}
.mem_tb ul li.phone .td span{margin:0 0.5rem;}

/* 멤버 Step */
.step {border:1px solid #ddd; overflow:hidden;margin-bottom:2rem; }
.step li{float:left; width:33.3%; height: 3rem;text-align:center; background-color: #f8f8f8; line-height:3rem; border-left:1px solid #ddd; position:relative; z-index:0; }
.step li:first-child{border-left:none;}
.step li b{font-weight:bold; color:#333;}
.step .on b{color:#fff;}
.step li:nth-child(1).on{background-color: #50519E; color: #fff; z-index:3;}
.step li:nth-child(1).on:after{content:'';display : block; position : absolute; right :-40px; top:50%; transform:translateY(-50%); border-top:30px solid transparent;  border-left:20px solid #50519E;  border-right: 20px solid transparent;  border-bottom: 30px solid  transparent;z-index:3;}
.step .ona{background-color: #50519E; color: #fff; z-index:3;}
.step .ona:after{content:'';display : block; position : absolute; right :-40px;  top:50%; transform:translateY(-50%);  border-top:30px solid transparent;  border-left:20px solid #50519E;  border-right: 20px solid transparent;  border-bottom: 30px solid  transparent;z-index:3;}
.step .ona b{color:#fff;}
.step li:nth-child(2).on{background-color: #242686; color: #fff; z-index:2;}
.step li:nth-child(2).on:after{content:'';display : block; position : absolute; right :-40px;  top:50%; transform:translateY(-50%);  border-top:30px solid transparent;  border-left:20px solid #242686;  border-right: 20px solid transparent;  border-bottom: 30px solid  transparent;z-index:2; }
.step .last{background-color: #0E106F; color: #fff; z-index:1;}
.step .last b{color:#fff;}


.user_agree input{vertical-align:middle;}
.user_agree dt{font-size:23px; margin-bottom:10px; margin-top:70px; font-weight:500;}
.user_agree dd textarea{font-size:0.8rem; color:#848C8E; height:13rem;}
.user_agree .chks{margin-top:20px; color:#333; font-weight:500; display:block; text-align:right;}
.btnChkUnique{ display:inline-block; font-size: 0.7rem; width:4rem; height:40px; line-height:40px; text-align:center;  background-color: #242424;  color: #fff; }

/* 버튼 */
.btn_wrap{text-align:center; margin-top:3.3rem;}
.btn_confirm {margin:0px 5px; width:11.5rem; height:3.5rem; line-height:3.5rem;  font-weight: 600;  color: #333; border: 1px solid #333; background:#fff; cursor:pointer; font-size:0.9rem; position: relative;}
.btn_cancel {margin:0px 5px; width:11.5rem; height:3.5rem; line-height:3.5rem;  font-weight: 600;  color: #fff; border: 1px solid #999; background:#999; cursor:pointer; font-size:0.9rem; position: relative;}
a.btn_confirm, a.btn_cancel{display: inline-block;}

/* 아이디 비번찾기 */
.btnAction{margin-top:30px;text-align:center; }
.searchWrap h3{font-size: 23px;    margin-bottom: 20px;    margin-top: 70px; font-weight:400;}
.searchWrap .IdSearch h3{margin-top:0;}
.searchWrap p{margin-bottom:10px;}
.searchWrap p em{color:#FE621D;}
.IdSearch .btnAction input[type="submit"], 
.PwSearch .btnAction input[type="submit"]{ width:180px; height:45px; line-height:45px;  font-weight: 500;  color: #fff;  background-color: #0353A4;  border: none; cursor:pointer; }
.find{border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; padding:25px 0px; font-size:0.8rem; margin-top:30px;}
.bul{font-size:23px; color:#000; font-weight:bold; padding-left:35px; background: url("/images/default/content/h3.gif") no-repeat left center; margin-top:48px; margin-bottom:20px; line-height:25px;}
.txt{font-size:0.8rem;}

/* 회원탈퇴 */
.withdraw{width: 100%;margin: 0 auto; text-align:center; line-height:1.6; font-size:20px; border-bottom:1px solid #eee; padding-bottom:30px;}
.withdraw p{margin-bottom:30px; background:#F3FCFF; padding:20px 0px;}
.withdrawBtn{margin-top:50px; text-align:center; }

/* 첨부파일 */
.file {position:relative;width:358px; display:flex;}
.file input[type="file"] {position:absolute; top:0; left:0; opacity:0;}
.file input[type="text"] {margin-right:5px;}
.file a {vertical-align:top;}
.file span {margin-left:20px; font-size:15px; color:#767676}
.fileBtn {display:inline-block; flex-shrink:0; width:7rem; padding:0 10px; height:50px; line-height:50px; background:#333; border-radius:0.25rem; font-weight:normal; font-size:0.9rem; color:#fff; text-align:center; margin-left:0px !important; cursor: pointer;}

@media (max-width:767px){
	.btn_confirm,
	.btn_cancel {width:calc(50% - 15px); }
	.file{width:100%;}
	.fileBtn{width:auto; font-size:0.8rem;}
	.w50{width:100% !important;}
}
@media (max-width:500px){
	.fileBtn{height:40px; line-height: 40px;}
}

/* 온라인문의 */
caption{display:none;}
.online .chks{margin:0 1rem;}
.online_tb {width:100%; table-layout:fixed; background: #f8f8f8;}
.online_tb tbody{background: #f8f8f8;}
.online_tb label{margin-right:1rem;}
.online_tb td,
.online_tb th{overflow:hidden; vertical-align:middle; padding:1.5rem 2rem 1.5rem 0; font-weight:normal;}
.online_tb th{font-size:0.9rem; font-weight: 700; color:#333; padding:1.5rem 0 1.5rem 2rem; text-align: left;}
.online_tb tr:not(:first-child) td, .online_tb tr:not(:first-child) th{padding-top:0;}
.online_tb img{vertical-align:middle;}
.online_tb td .captcha{overflow:hidden;}
.online_tb td .captcha .captcha_word{background:#D6D6D6; float:left; width:120px; height:40px; line-height:40px; text-align:center; color:#333; letter-spacing:3px; font-family: 'Libre Baskerville', serif; font-weight:700;}
.online_tb td .captcha input{float:right; width:calc(100% - 125px); }
.online_tb td textarea{height:12.5rem;}
.online_tb .file {position:relative; width:100%; display: flex;}
.online_tb .file input[type="file"] {position:absolute; top:0; left:0; width:100%; height:100%; opacity:0;}
.online_tb .file a {margin-left:10px; vertical-align:top;}
.online_tb .file span {margin-left:20px; font-size:15px; color:#767676}
input.datepicker{width:260px; background:url("/images/default/content/cal.png") no-repeat 98% 50%; background-size: 20px auto;}

@media (max-width:767px){
	table.online_tb .file input[type="file"],
	table.online_tb .file input[type="text"]{width:100%;}
	table.online_tb td.captcha input{float:none; width:100%; margin-top:10px;}
}

.input_st{width:450px !important;}
.phone{width:490px;}
.phone input{width:calc((100% / 3) - 15px);}
.mail{width:480px;}
.mail input{width:35% }
.mail input:first-child{width:28%;}
.mail select{width:30%;}
@media (max-width:1600px){
	.input_st{width:100% !important;}
	.online_tb td, .online_tb th{padding:1.5rem 1rem 1.5rem 0;}
	.online_tb th{padding:1.5rem 0 1.5rem 1rem;}
	.online_tb input[type="password"], input[type="text"]{padding:0 0.8rem;}
	.online_tb textarea{padding:0.8rem;}
}
@media (max-width:1030px){
	.online_tb,
	.online_tb thead,
	.online_tb tbody,
	.online_tb th,
	.online_tb td,
	.online_tb tr {display: block;}
	.online_tb th{padding:1rem;}
	.online_tb td{padding:1rem;}
	.online_tb tr td, .online_tb tr th{padding-top:0;}
	.online_tb tbody{padding-top:1rem;}
	.input_st{width:100% !important;}
}
@media (max-width:500px){
	.online_tb th{padding:0 1rem 0.5rem;}
	.online_tb input[type="password"], input[type="text"]{padding:0 0.8rem; height:40px;}
	.boardSearch input[type="text"]{height:40px;}
}

.check_li li{padding-left:1rem; position:relative;box-sizing:border-box;}
.check_li li:before{ content : "\e92c"; display : block; position : absolute;   font-family: 'xeicon'; left :0; top:0; }

.radio-wrap input[type="radio"]{display:none;}
.radio-wrap  input[type="radio"]+span{ display: inline-block;cursor: pointer;width:5rem; height:2.25rem; line-height:2.25rem; text-align: center; font-weight:500; font-size:0.8rem;}
.radio-wrap input[type="radio"]+span{border:1px solid #f4ca04; color: #f4ca04; border-radius:0.25rem;background:#fff;}
.radio-wrap  input[type="radio"]:checked+span{ color: #fff; background:#f4ca04;}

/*개인정보 이용약관*/
.clause{font-size: 1.7rem; margin-bottom: 1.5rem; margin-top:5.5rem; font-weight: 700; color: #333;}
.private{background: #f8f8f8; padding:1.7rem 2rem;}
.private h6{font-size:0.9rem; font-weight: 700; color:#333; margin-bottom:0.9rem;}
.private-inn{background:#fff; border:1px solid #ddd;  padding:0.8rem; height:6.25rem; font-size:.8rem; color:#666;}
.private-inn li{text-indent: -0.8rem; padding-left: 0.8rem;}
.agree{text-align:center; margin:1rem 0 2rem; font-size:0.85rem;}
.btn_phone{padding:8px 10px; background:#545454;color:#fff;margin-left:3px;cursor:pointer;}
.chk_box { display: block; position: relative; padding-left: 25px; margin-top: 0.85rem; cursor: pointer; font-size: 0.8rem; font-weight: 700; color:#333; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.chk_box input[type="checkbox"] { display: none; }
.chk_box .on { width: 20px; height: 20px; background: #fff; border:solid 1px #ddd; position: absolute; top: 0; left: 0; border-radius: 0.25rem;}
.chk_box input[type="checkbox"]:checked + .on { background: #f4ca04; }
.chk_box .on:after { content: ""; position: absolute; display: none; }
.chk_box input[type="checkbox"]:checked + .on:after { display: block; }
.chk_box .on:after { width: 3px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 7px; top: 2px; }
@media (max-width:1600px){
	.private{padding:1.5rem 1rem;}
	.private-inn{overflow-y: scroll;}
}
@media (max-width:1030px){
	.clause{margin-top:3rem; font-size:1.4rem;}
	.clause:after{height:1rem;}
	.private-inn{height:8rem;}
}

/*이메일무단수집거부*/
.emailPolicy {width:100%;margin:0 auto;border:1px solid #d9d9d9;padding:30px 50px 30px 30px;
background:#f9f9f9 url('/images/default/content/email_ico.png') no-repeat 50px 25px;box-sizing:border-box;}
.emailPolicy .email_desc {margin-left:200px;padding-left:30px;border-left:1px solid #e8e8e8;}
.emailPolicy .law_tit {color:#000;margin-bottom:10px;font-weight:bold;}
.emailPolicy .list2 {padding-left:10px;margin-top:10px;}
.emailPolicy p {margin-bottom:10px;}
.emailPolicy p span.point {font-weight:bold;color:#1546ac;}


/********************************************************
■ 레이아웃 변경
********************************************************/

@media (max-width:1400px){

}



/********************************************************
■ 태블릿
********************************************************/
@media (max-width:1030px){
	/*회원가입*/
	.mem_tb ul li{display:block;}
	.mem_tb ul li .th, .mem_tb ul li .td{border:none;padding:0;}
	.mem_tb ul li .th{margin-top:2rem; margin-bottom:5px; font-weight:500;}
}


/********************************************************
■ 모바일
********************************************************/
@media (max-width:767px){
	/*온라인문의 폼*/
	.online_form .col2{width:100%;}

}