.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:1.5rem; position:relative; padding-left:40px; 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:0px;margin:0;width:1.5rem;height:1.5rem;text-align:center;box-sizing:border-box; border-radius:0.25em; background-color: #eff2f5; border:1px solid #c2cfd8; transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.chks input[type="checkbox"] + label:active:before,
.chks input[type="checkbox"]:checked + label:active:before {}
.chks input[type="checkbox"]:checked + label:before {background:#14B6FF; border-color:#14B6FF;}
.chks input[type="checkbox"]:checked + label:after {content:"\e928"; display:block; position:absolute; left:0; top:0; text-align:center; width:1.5rem; font-family: 'xeicon'; color:#fff; }


.checks {position: relative;} 
.checks input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0 }
.checks label{font-size:16px;color:#000;} 
.checks input[type="checkbox"] + label { display: inline-block; position: relative; cursor: pointer; } 
.checks input[type="checkbox"] + label:before { /* 가짜 체크박스 */ content: ' '; display: inline-block; width: 21px; /* 체크박스의 너비를 지정 */ height: 21px; /* 체크박스의 높이를 지정 */ line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */ margin: -2px 8px 0 0; text-align: center; vertical-align: middle; background: #fafafa; border: 1px solid #000; /*border-radius : 3px;*/ box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); } 
.checks input[type="checkbox"] + label:active:before, 
.checks input[type="checkbox"]:checked + label: active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.checks input[type="checkbox"]:checked + label:before { /* 체크박스를 체크했을때 */ content: '\2714'; /* 체크표시 유니코드 사용 */ color: #99a1a7; text-shadow: 1px 1px #fff; background: #e9ecee; border-color: #adb8c0; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); }
.checks + .checks{margin-left:38px;}

input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"]
{height:55px;border:1px solid #ccc;border-radius:5px;color:#666;padding:0 1rem;font-size:16px;}
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus
{border:1px solid #603D82 !important;}

/* 로그인 */
.loginArea .login {width:23rem;margin:0 auto;}

.loginArea .loginInput_bx > div label{font-size:0.8rem;color:#603D82;font-weight:600;margin-bottom:0.5rem;}
.input-bx {height:2.75rem;border:1px solid #ddd;border-radius:5px;overflow:hidden;position:relative;}
.input-bx input[type="text"],
.input-bx input[type="password"]{border:none;height:calc(2.75rem - 2px);}
.loginArea .loginInput_bx > div:not(:last-child) {margin-bottom:0.75rem;}

.input-bx input::placeholder{color:#999}

.lost_box .lost_box_con {display:flex;justify-content: space-between;margin-top:0.75rem;}
.lost_box .lost_box_con input[type="checkbox"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.lost_box .lost_box_con input[type="checkbox"] + label {display:inline-block; vertical-align:middle; line-height:1.1rem; position:relative; padding-left:1.5rem; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;font-size:0.8rem;color:#666;}
.lost_box .lost_box_con input[type="checkbox"] + label:before {content:'';position:absolute;left:0px;top:0px;margin:0;width:1.1rem;height:1.1rem;text-align:center;box-sizing:border-box; background-color: #fff; border:1px solid #ccc; transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius:0.25rem;}
.lost_box .lost_box_con input[type="checkbox"] + label:active:before,
.lost_box .lost_box_con input[type="checkbox"]:checked + label:active:before {}
.lost_box .lost_box_con input[type="checkbox"]:checked + label:before {background:#333; border-color:#333;}
.lost_box .lost_box_con input[type="checkbox"]:checked + label:after {content:'';display:block;position:absolute;width:0.6rem;height:0.6rem;background:url(/images/default/content/check.png)no-repeat center center;background-size:cover;left:0.3rem;top:0.3rem;}

.lost_box .lost_box_con ul {display:flex;}
.lost_box .lost_box_con ul li{padding:0 0.4rem;position:relative;}

.lost_box .lost_box_con ul li a{color:#666;font-size:0.8rem;}
.lost_box .lost_box_con ul li a:hover{color:#603D82;}

.lost_box .lost_box_con ul li:last-child a {padding-right:0;}

.loginInput_btn input{border:1px solid #603D82;margin-top:2.5rem;height:2.75rem;border-radius:5px;background:#603D82;font-size:1rem;font-weight:600;color:#fff;text-align:center;width:100%;}
.loginInput_btn a.join {margin-top:0.75rem;height:2.75rem;border-radius:5px;font-size:1rem;font-weight:600;text-align:center;width:100%;border:1px solid #603D82;background:#fff;color:#603D82;display:flex;align-items: center;justify-content: center;}


/* 회원가입, 회원가입완료 */
.member_form{width:27.5rem;margin:0 auto;}
.member_form .member-tit {font-size:1.15rem;color:#603D82;font-weight:600;}

.mem_tb{margin-top:1.9rem;}
.mem_tb ul > li:not(:last-child) {margin-bottom:0.75rem;}
.mem_tb ul > li .th{font-size: 0.8rem;color: #603D82;font-weight: 600;margin-bottom: 0.5rem;}
.input-bx .fx {display:flex}
.input-bx:has(.fx) {border:none !important;}
.input-bx .fx input[type="text"] {border:1px solid #ddd;border-radius:5px;width:calc(100% - 4.5rem);}


.input-bx:has(input[type="text"]:focus) {
	border: 1px solid #603D82;
	background: #fff;
}
.input-bx:has(input[type="password"]:focus) {
	border: 1px solid #603D82;
	background: #fff;
}


.input-bx input[type="text"]:focus {
	border: none !important;
}

.input-bx input[type="password"]:focus {
	border: none !important;
}

.input-bx .fx input[type="text"]:focus {
	border: 1px solid #603D82 !important;
	background: #fff;
}


.input-bx .fx a {width:4rem;height:2.75rem;display:flex;align-items: center;justify-content: center;background:rgba(96,61,130,0.5);color:#fff;border-radius:5px;font-size:0.8rem;margin-left:0.5rem;}
.input-bx .fx a.on{background:rgba(96,61,130,1)}
.input-bx .time{position:absolute;right:5rem;top:50%;transform:translateY(-50%);font-size:0.8rem;color:#EE1E1E}
.g-txt{color:#999;font-size:0.7rem;margin-top:5px;}

.mem_tb button{height:2.75rem;color:#fff;font-size:1rem;background:#603D82;border-radius:5px;text-align:center;width:100%;margin-top:2.5rem;}
.pop-con {position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem 1rem;z-index:999999;border-radius:0.75rem;min-width:22.5rem;}
.pop-bg{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);left:0;top:0;display:none;z-index:99999;}

.mem-pop-con .agree-tit{font-size:1.15rem;color:#603D82;font-weight:600;}
.mem-pop-con .agree-txt{font-size:0.8rem;color:#666666;margin-top:0.75rem;}


input[readonly] {
	background-color: #F8F8F8; /* 배경색 변경 */

	cursor: not-allowed; /* 마우스 커서를 비활성화 아이콘으로 변경 */
}
@media (max-width:500px) {
	.member_form{width:100%;padding:0 1rem;}
}

.email-pop {width:22.5rem;}
.email-pop .pop-tit{font-size:1.15rem;color:#603D82;font-weight:600;}
.email-pop .pop-txt{font-size:0.8rem;color:#666;margin-top:0.75rem;}
.email-pop .pop-btn{text-align:right;}
.email-pop .pop-btn button {width:5.25rem;font-size:0.8rem;font-weight:400;}


.signup03 {text-align:center;}
.signup03 .member-info > p{font-size:1.25rem;font-weight:600;color:#603D82}
.signup03 .member-txt {margin-top:1rem;}
.signup03 .member-txt > p {font-size:1rem;color:#333;}

	/*회원가입 약관동의*/
.info-agree-con{margin-top: 0.75rem;}
.info-agree-con > div:not(:last-child) {margin-bottom:15px;}
.info-agree-con > div .agree-con{border:1px solid #ddd;border-radius:5px;height:55px;position:relative;padding:0 1rem 0 15px;}
.info-agree-con > div .agree-con.agree-first{border:1px solid #603D82;background:#FCFAFD;}
.info-agree-con > div .agree-con .more-btn{position:absolute;right:1rem;font-size:14px;top:50%;transform:translateY(-50%);padding-right:1.1rem;margin-top:0;width:auto;height:auto;background:inherit;color:#555;display:block;}
.info-agree-con > div .agree-con .more-btn:after{content: '';display: block;position: absolute;width: 0.6rem;height: 0.4rem;background: url(/images/default/content/sel-icon.svg) no-repeat center center;background-size: cover;top: 50%;margin-top:-0.2rem;right: 0;transform: rotate(0);}

.info-agree-con > div .agree-con .more-btn.on:after {    transform: rotate(180deg);}


.info-agree-con > div .agree-con input[type="checkbox"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.info-agree-con > div .agree-con input[type="checkbox"] + label {display:inline-block; position: relative; padding-left:1.75rem; margin-left:0px; color:#555; line-height:25px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;line-height:55px;font-size:16px;color:#333;}
.info-agree-con > div .agree-con input[type="checkbox"] + label em {color:#603D82;}
.info-agree-con > div .agree-con input[type="checkbox"] + label:before {content: ' '; position:absolute; top:50%; left:0; display: inline-block; width: 1.1rem; height: 1.1rem; line-height: 1.1rem; background:#fff;border:1px solid #ddd;transform:translateY(-50%);border-radius:5px;}
.info-agree-con > div .agree-con input[type="checkbox"][disabled] + label:before {background:url("/images/default/content/radio_disabled.svg") no-repeat center center;}
.info-agree-con > div .agree-con input[type="checkbox"]:checked + label:before{background:url("/images/default/content/check-btn-on.svg") no-repeat center center;border:1px solid #603D82;}

.info-agree-con > div .agree-txt  {background: #f5f7f8;max-height: 220px;overflow-y: scroll;border: 1px solid #e5e5e5;box-sizing: border-box;padding: 15px 20px;margin-top: -1px;border-radius: 0 0 4px 4px;text-align: left;display:none;}
.info-agree-con > div .agree-txt  p {font-size:15px;color:#333;}


@media (max-width:767px){
	.info-agree-con > div .agree-con input[type="checkbox"] + label {font-size:15px;}
	.more-btn{font-size:13px;}
}




.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;}



/* 버튼 */
.btn_wrap{text-align:center; margin-top:2.5rem;}
.btn_confirm {height:2.75rem;background:#603D82;color:#fff;border-radius:5px !important;font-size:1rem;font-weight:600;text-align:center;width:100%;border:none;}
.btn_cancel {margin:0px 5px; font-size:0.9rem !important; width:10rem; height:3rem; line-height:3rem;  font-weight: 500;  color: #888;  background-color: #fff; border:1px solid #888; cursor:pointer; border-radius:3px; }


/*아이디 비밀번호 찾기*/
.lost-account {width:550px;margin:0 auto;}
.lost-account .mem-tit{font-size: 1.15rem;color: #603D82;font-weight: 600;}
.lost-account .certify input{    height: 2.75rem;border:none;
	color: #fff;
	font-size: 1rem;
	background: #603D82;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	margin-top: 2.5rem;}

@media (max-width:550px){
	.lost-account {width:100%;padding:0 1rem;}


}


/* 회원탈퇴 */
.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; }


/* 온라인문의 */
.online_tb {width:100%; table-layout:fixed;}
.online_tb label{margin-right:20px;}
.online_tb td, 
.online_tb th{overflow:hidden; vertical-align:middle; border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2; padding:18px 20px; font-weight:normal;}
.online_tb th{background-color:#f8f8f8; font-weight:500;}
.online_tb img{vertical-align:middle;}
.online_tb input{vertical-align:middle;}
.datepicker{width:260px; background:url("/images/board/clip/Date.svg") no-repeat 98% 50%; background-size: 20px auto;}



/* 첨부파일 */
.file {position:relative;width:358px; display:flex; flex-direction: column}
.file-main, .file-info { display: flex; align-items: center;}
 .file-info{margin-bottom:0.5rem;}
.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:4.5rem; padding:0 10px; height:40px; line-height:40px; background:#919190; font-weight:normal; font-size:0.75rem; color:#fff; text-align:center; margin-left:0px !important;}

@media (max-width:767px){
	.btn_confirm,
	.btn_cancel {width:calc(50% - 15px); }
	table.online_tb th{padding:18px 0;}
	.file{width:100%;}
	.fileBtn{width:auto; font-size:0.8rem;}

	.w50{width:100% !important;}
}




.radio{display:inline-block; position:relative;}
.radio input[type="radio"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.radio input[type="radio"] + label {display:inline-block; position: relative; padding-left:30px; margin-left:0px; line-height:25px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;color:#333;font-size:0.8rem;}
.radio input[type="radio"] + label:before {content: ' '; position:absolute; top:0; left:0; display: inline-block; width: 25px; height: 25px; line-height: 25px; background:url("/images/default/content/radio.svg") no-repeat 0 50%;}
.radio input[type="radio"][disabled] + label:before {background:url("/images/default/content/radio_disabled.svg") no-repeat 0 50%;}
.radio input[type="radio"]:checked + label:before{background:url("/images/default/content/radio-on.svg") no-repeat 0 50%}

@media (max-width:767px){
	.radio{display:block; margin:5px 0;}
}

.ast{padding-left:20px;margin-top:10px; position:relative; font-size:.9rem; color: #48423e; line-height:1.3; display:inline-block;}
.ast:before{content:'※'; display : block; position : absolute; left :0; top:0; color:#f4213f;}
.ast em{font-weight:600;color:#f4213f; }

.password-bx {margin-top:1.5rem;}
.password-bx input {margin-top:0.5rem;}
.password-bx p {font-size:0.9rem;color:#333;}

/*20210520 온라인문의*/
.img_txt{padding:3rem 0;}
.img_txt p{font-size:1.2rem;line-height:1.6;}
.img_txt p b{font-weight:600;}
.d_form{position:relative;padding:3rem 0;background:#f9f9f9;}
.d_form .plr10{padding:0 .5rem;}
.d_form .plr10 .private{background:#fff; font-size:.8rem;}

/* 온라인문의 */
caption{display:none;}
.online .chks{margin:0 1rem;}
.online_tb {width:100%; table-layout:fixed;}
.online_tb label{margin-right:20px;}
.online_tb td, 
.online_tb th{overflow:hidden; vertical-align:middle; border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2; padding:18px 20px; font-weight:normal;}
.online_tb th{background-color:#f8f8f8; font-weight:500;}
.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 .file {position:relative;}
.online_tb .file input[type="file"] {position:absolute; top:0; left:0; width:458px; opacity:0;}
.online_tb .file input[type="text"] {width:358px;}
.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:300px !important;}
.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:767px){	
	.online_tb{border-top:2px solid #333; padding-top:1rem;}
	.online_tb, 
	.online_tb thead, 
	.online_tb tbody, 
	.online_tb th, 
	.online_tb td, 
	.online_tb tr {display: block;}
	.online_tb thead tr {position: absolute;top: -9999px;left: -9999px;}
	.online_tb tr{border-bottom:1px solid #ddd;margin-bottom:1rem; padding-bottom:1rem;}
	.online_tb th{background:#fff; text-align:left; border:none; padding:0; margin:0; color:#333; margin-bottom:5px; }
	.online_tb td{padding:0; border:none;}
	.w10,
	/*.phone,*/
	.mail{width:100% !important;}
	.phone{width:490px;}
	.applyFormst .file{width:100%;}
	.input_st{width:100% !important;}
}

.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; }



/*개인정보 이용약관*/
.clause{font-size: 1.1rem; margin-bottom: 15px; margin-top:2rem; font-weight: 500; color: #333;}
.private{border:1px solid #2E2657;  padding:1rem; height:11rem; overflow-y:scroll; font-size:.8rem; color:#666; line-height: 1.8;}
.private h6 {font-size: .85rem; margin-bottom: 10px; font-weight: 500; color: #555; line-height: 1.8; margin-top:1.5rem; }
.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;}

@media (max-width:767px){
	.agree{text-align:left; display:table; margin-left:auto; margin-right:auto;}
	.agree .chks{display:block; margin:10px 0;}
}

/*이메일무단수집거부*/
.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%;}

}