.chks{display:inline-flex; align-items: center; gap: 1rem; position:relative;}
.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-flex;  flex-shrink: 0; align-items: flex-start; gap: 0.5rem; position: relative;margin-left:0px; color:var(--grey56); line-height: 1.4; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.chks input[type="checkbox"] + label:before {content: ' '; flex-shrink: 0; display: inline-block;width: 0.9rem; height: 0.9rem; line-height: 0.9rem; margin-top: 3px; background:url("/images/default/content/chk.svg?v=2") no-repeat 0 50%; background-size:contain; border-radius: 0.2rem;}
.chks input[type="checkbox"]:checked + label {color:var(--grey35); font-weight:500;}
.chks input[type="checkbox"][disabled] + label:before { width: 0.9rem; height: 0.9rem; background:url("/images/default/content/chk_disabled.svg?v=2") no-repeat 0 50%;  background-size:contain}
.chks input[type="checkbox"]:checked + label:before{ width: 0.9rem; height: 0.9rem; background:url("/images/default/content/chk_on.svg?v=2") no-repeat 0 50%;  background-size:contain}


.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;}


.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:1.65rem; margin-left:0px; color:#555; line-height1.25rem; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.radio input[type="radio"] + label:before {content: ''; position:absolute; top:0.1em; left:0; display: inline-block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; background:url("/images/default/content/radio.svg?v=2") no-repeat 0 50%; background-size: contain;}
.radio input[type="radio"][disabled] + label:before {background:url("/images/default/content/radio_disabled.svg?v=2") no-repeat 0 50%; background-size: contain;}
.radio input[type="radio"]:checked + label:before{background:url("/images/default/content/radio_on.svg?v=2") no-repeat 0 50%; background-size: contain;}

@media (max-width:1024px){
	.chks input[type="checkbox"] + label:before {width:1rem; height:1rem;}
}
@media (max-width:767px){
	.chks {flex-direction: column; align-items:flex-start; gap: 0.25rem; width:100%;}
	.priChk .chks {flex-direction: row;}
	.chks input[type="checkbox"] + label:before {margin-top: 2px; width: 1rem; height: 1rem; line-height: 1rem;}
	.chks input[type="checkbox"][disabled] + label:before { width: 1rem; height:1rem;}
	.chks input[type="checkbox"]:checked + label:before{ width: 1rem; height: 1rem;}


	.radio{display:block; margin:5px 0;}
}


/********************************************************
■ 로그인
********************************************************/
#wrap:has(.loginArea) {}
.login_content{position:relative;  margin:0 auto; z-index:1; }
.login_content h3{color:#121212; font-size:1.4rem; margin-bottom: 0.5rem; font-weight:700; text-align:center; }
.login_content h5{text-align:center; font-size:.9rem; color:#121212; margin-bottom: 1.85rem}
.login_content h6 {margin-bottom:1rem; color:#121212; text-align: center;}
.login_content h6 em{color:#3D4279;}
.login_cont{overflow: hidden; width: 60rem; margin:0 auto; background:#fff; padding: 2rem 1rem;   box-sizing: content-box;}
.loginArea{padding: 1.6rem; border-radius: 0.6rem; border: 1px solid #B1B8BE; background: #fff; width: 30rem; margin:0 auto;}
.loginArea.lost-account {gap: 5%; width:74rem;}
#login_01 {padding:0 3.5rem;}
.login_text { text-align: center;  font-size: 1rem;  color: var(--grey56);  margin-bottom: 1.25rem;font-weight: 500;}

.login_cont .login_tab{margin-bottom:2.85rem;}
.login_cont .login_tab ul{display: flex; overflow:hidden;}
.login_cont .login_tab ul li{position:relative; width:100%; float:left; text-align:center; cursor:pointer;}
.login_cont .login_tab ul li:before{content: ""; position: absolute; left:50%; bottom:0; width:0%; height:3px; background:var(--main); transform:translateX(-50%); transition: all 0.2s ease-out 0s; z-index:1;}
.login_cont .login_tab ul li:after {content: '';  display: block;  width: 100%;  height: 3px;  background: #e3e3e3;  position: absolute;  bottom: 0;  left: 0;}
.login_cont .login_tab ul li a{display:block; padding:0 0 0.6rem; font-size:1.1rem; color:#e3e3e3; }
.login_cont .login_tab ul li.on:before{width:100%;}
.login_cont .login_tab ul li.on a{font-weight:700; color:#000; }
.login .btn_wrap {margin-top:1.5rem;}

.loginInput dl:not(:first-child){margin-top:0.8rem;}
.loginInput dl dd{position: relative; width:100%;}
.loginInput dl dd:before{content:""; position:absolute; top:0.8rem; left:1.05rem; width:0.9rem;  aspect-ratio: 9 / 10; background-image: url('/images/default/member/log_input01.svg'); background-repeat:no-repeat; background-size:100%; z-index:1;}
.loginInput dl dd.inputPw:before{background-image: url('/images/default/member/log_input02.svg');}
.loginInput dl dd.inputEm:before{background-image: url('/images/default/member/log_input03.svg');}
.loginInput input.i_text{position: relative; padding-left:16.75%  !important; width: 100%; height:52px; line-height:52px; border:1px solid #e2e6ec;  border-radius: inherit; background-clip: padding-box; -webkit-appearance: none; box-sizing: border-box;transition: all 0.3s ease 0s; border-radius:0.4rem; position:relative;}
.loginInput input.i_text.i_id,
.loginInput input.i_text.i_name,
.loginInput input.i_text.i_pw,
.loginInput input.i_text.i_mail { background-color: #fbfbfb;}
.loginInput input.i_text::placeholder{color: #bbb;}
.loginInput input.i_text:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px #fbfbfb inset;}
.loginInput input.i_text.i_id:focus,
.loginInput input.i_text.i_name:focus,
.loginInput input.i_text.i_pw:focus,
.loginInput input.i_text.i_mail:focus{background-color: #fff;}
.loginInput .error{color:#ff0000; margin-top: 0.5rem;  font-size: 0.75rem; padding-left: 4.5%;}
.lost_account {display:block; margin-top: 0.8rem; font-size:0.8rem; font-weight:600; text-align:right; color:var(--grey56);}

.goToSignup { display: flex;  justify-content: center;  align-items: center;  gap: 0.5rem;     margin-top: 1rem; font-size: 0.8rem;  font-weight: 500; color: var(--grey89);}
.goToSignup a {color: var(--blue); text-decoration:underline;}

.or_txt{text-align:center; position:relative; z-index:0; margin:1rem 0; font-size:0.85rem;}
.or_txt:before{ content : ""; display : block; position : absolute; left :0; top:50%;   width : 100%; height : 1px; background : #ddd;  transform:translateY(-50%);  z-index:-1;}
.or_txt span{background:#fff; padding:0 1rem;}
.sns_login{display:flex; flex-direction: column; gap:0.5rem 0;}
.sns_login button.loginsns01{background: url('/images/default/content/login_sns01.svg') no-repeat 1rem center;}
.sns_login button.loginsns02{background: url('/images/default/content/login_sns02.svg') no-repeat 1rem center;}
.sns_login button.loginsns03{background: url('/images/default/content/login_sns03.svg') no-repeat 1rem center;}

@media (max-width:1480px){
	.loginArea.lost-account {width:calc(100% - 2rem);}
}
@media (max-width:1024px){
	.loginArea{width:calc(100% - 2rem); margin:0 1rem; }
	.loginArea.lost-account {gap: 1.5rem;}
	.login{flex-wrap:wrap;}
	.loginInput{flex:0 0 100%; width:100%;}
	.loginInput .loginInput_bx{flex:0 0 calc(100% - 8.5rem);}
	.login input.i_text{width:100%;}
	.login input.btnLogin{}
	.lost_box{flex:0 0 100%; margin-top:1.5rem; padding-left:0; margin-left:0; }
	.lost_box_con li a{}
}
@media (max-width:768px){
	.loginArea{padding:1rem;}
	.loginInput .loginInput_bx{flex:0 0 calc(100% - 6rem);}
	.login input.btnLogin{width:5.5rem; margin-left:.5rem;}
	.loginInput dl dd:before {top:1em;}
	.lost_box_con li a{width:6rem;}
	.lost_account,
	.goToSignup{font-size:0.88rem;}

	.signup_bx{display:block;}
	.signup_bx:after{left: -1rem; width: calc(100% + 2rem); height: calc(100% + 1rem); bottom: -1rem;}
	.signup_bx .join{position: relative; left: 4.25rem; margin-top:0.5rem;}
}
@media (max-width:450px){
	#login_01, .IdSearch, .PwSearch {padding:0;}
}



/*----- 회원가입 -----*/
#wrap:has(.member_form) {background:#F0EFF1;}
.member_form {padding: 2rem; margin-top: 2.8rem; background: #fff;  border: 1px solid #D1D5DA;  border-radius: 0.5rem;}

.sign_tit {display: flex;  flex-direction: column;  gap: 0.55rem;  margin-bottom: 1.85rem;   font-size: 0.95rem;  position: relative; position:relative;}
.sign_tit h3 {font-size:1.35rem;}
.sign_tit .req {font-size:0.85rem; color:#565656; position: absolute; bottom: 0; right: 0;}
.sign_tit .req em {font-size:0.75rem; color:#DE3412;}
.lang_wrap {display:flex; flex-wrap:wrap; gap:0.5rem 1rem; height:100%; align-items: center;}
.lang_wrap.interested_wrap {display:grid; grid-template-columns:repeat(3, 1fr); gap:12px 20px; margin-top:8px;}
.innerFlex {display:flex; height: 100%; align-items: center;  gap:0.5rem 1rem;}
.add_video {display: flex; flex-direction: column; gap: 1rem;}
.add_video .vid_input {display:flex; gap:0.5rem; margin-top:0.5rem;}
.add_video .vid_input .btn_default {max-width: 7rem; height: 2.25rem;}

.filebox {display:flex; width:100%; gap:1rem;}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
@media (max-width:768px){
	.lang_wrap.interested_wrap { grid-template-columns:repeat(1, 1fr);}
}


/* 회원정보 입력폼 공통 */
.mem_table { padding-top: 1.8rem; border-top: 2px solid var(--grey35);}
.mem_table li{display:flex; gap: 1rem;}
.mem_table li:not(:first-child) {margin-top:1.2rem;}
.mem_table .th{display:flex;  flex-shrink: 0;  width: 35%; line-height: 2.8rem;text-align: left;}
.mem_table .th.long {line-height:1.5;}
.mem_table .th em{color:#FF220C; margin-left:5px;}
.mem_table .th .th_bullet {padding-left:1.1rem; font-size:0.95rem; position:relative;}
.mem_table .th .th_bullet span {margin-top: -1.5rem; display: block; font-size: 0.8rem; color: #999;}
.mem_table .th.long .th_bullet span{margin-top:0} 
.mem_table .th.long .th_bullet:before {top: 0.5em;}
.mem_table .th .th_bullet:before {content:''; display:block; width:0.4rem; height:0.4rem; background:var(--main); position:absolute; top:1.3em; left:0;}
.mem_table .td{display:flex; flex-direction: column; width: 70%; position: relative;}
.mem_table  .name_wrap {display:flex; gap:0.5rem; flex-direction:row;}
.mem_table  .name_wrap select{flex-shrink: 0; width:7rem !important;}
.mem_table  .high{line-height:2.8rem;}
.profile-container {display: flex;align-items: flex-end; gap: 0.5rem;}
.profile-container .btn_default {padding:0.3rem 0.5rem ; width:auto; font-size:0.7rem;}
.profile-image-wrapper { position: relative;  width: 7.5rem;  height: 7.5rem;  border-radius: 8px;  overflow: hidden;  background-color: #ddd;}
.profile-image { width: 100%;  height: 100%;  object-fit: cover;  display: block;}
.upload-overlay {  position: absolute;  bottom: 0;  left: 0;  width: 100%;  background: rgba(0, 0, 0, 0.5);  color: #fff;  text-align: center;  padding: 0.4rem 0;  cursor: pointer;  font-size: 0.7rem;}
#upload-input {display:none;}


.arBtn{display:flex;}
.arBtn a{margin-left:10px;}
.btnChkUnique{ display:inline-flex; justify-content: center; align-items: center; font-size: 0.7rem; padding:0 1.5rem; text-align:center;  background-color: #242424;  color: #fff;  border-radius: 0.5rem;}


/* 멘토멘티 선택 라디오 */
.m_select {display:flex; gap: 0.5rem; border-radius:0.2rem; border-top: none !important;}
.m_select > li {margin: 0 !important; width:100%; height:3rem;  background:#F5F5F5; color:#565656; position: relative;}
.m_select > li:has(:checked,:focus) {border:none;}
.m_select input {display: flex;  align-items: center;  justify-content: center; width:100%; height:100%; border-radius:0; background:transparent; border-radius:0.2rem; cursor:pointer; transition: all 0.3s; -webkit-appearance: unset; margin: 0;}
.m_select input:is(:checked,:focus) {background:var(--lblue); box-shadow: 0px 0px 8px 0px rgba(0, 44, 95, 20%); border:1px solid var(--navy);}
.m_select label {font-size:0.95rem; font-weight:600; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.m_select input:is(:checked,:focus) + label { color:var(--navy);}

/* 멘티 직업 선택 라디오 */
.m_job {display:flex; gap:1rem; align-items: center;}
.m_job > li {align-items: center; gap:1rem; margin:0 !important;}
.m_job > li .license {flex:1;}

/* 캡챠 입력란 */
.captcha {display:flex; gap:0.5rem}
.captcha .reload_captcha img {width: auto; height: 2.8rem;}


@media (max-width:768px){
	.member_form {padding: 2rem 1.5rem; margin-top:0;}
	
	.sign_tit p:not(.req) {display:none;}
	
	/* 회원정보 입력폼 공통 */
	.mem_table li{align-items: flex-start; flex-wrap: wrap;  gap: 0.8rem;}
	.mem_table li:not(:first-child) {margin-top:2rem;}
	.mem_table .th {width:100%; line-height: 1.5;}
	.mem_table .th .th_bullet span {margin-top:0;}
	.mem_table .td {flex:1;width:100%;  padding-left: 1.1rem;}
	.mem_table .th .th_bullet {font-size:1rem}
	.mem_table .th .th_bullet:before,
	.mem_table .th.long .th_bullet:before{top:0.45em;}
	.mem_table  .name_wrap {flex-direction: column;}
	.mem_table .th {line-height:normal}
	.mem_table .high {line-height:normal;}
	.add_video {gap: 1rem;}
}




/*----- 회원가입 완료 팝업 -----*/
.overlay .btn_wrap {margin-top:1.5rem;}
.signup_comp_con .icon_chk {display:block; margin:0 auto 1rem; width:3rem; height:3rem; background:url('/images/default/content/mem_chk.svg') no-repeat center center; background-size:100% auto;}
.signup_comp_con .icon_withdraw {display:block; margin:0 auto 1rem; width:3rem; height:3rem; background:url('/images/default/content/mem_whd.svg') no-repeat center center; background-size:100% auto;}
.signup_comp_con p {padding:1rem !important; background:#f9f9f9; font-size: 0.9rem;}



.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{display:flex; gap:1rem; justify-content: center; text-align:center; margin-top:2.5rem;}
.btn_wrap .btn_default {max-width:10rem;}
.btn_wrap .btn_default.full {max-width:100%;}


/* 아이디 비번찾기 */
.lost-account{display:flex;  justify-content: center;}
.lost-account > div{max-width: 23.3rem;}
.btnAction{margin-top:30px;text-align:center; }
.lost-account h3{font-size: 1.15rem;margin-bottom: 0.25rem; font-weight:700;}
.lost-account p{margin-bottom:0.5rem; font-size:0.85rem;}
.lost-account p em{color:var(--blue);}
.lost-account .online_tb th {font-size:0.85rem;}
.IdSearch .btnAction input[type="submit"], 
.PwSearch .btnAction input[type="submit"]{ width:10rem; height:55px; line-height:55px;  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;}

@media (max-width:768px){
	.lost-account{display:block;}
	.lost-account > div{max-width: unset; width:100%;}
	.lost-account h3 {font-size:1.23rem;}
	.lost-account p {font-size:1rem;}
	.lost-account .online_tb th {padding:0; font-size: 0.88rem;}
	.lost-account .btn_wrap {margin-top:1.5rem;}
	
	.PwSearch{margin-top:2rem; padding-top: 2rem; border-top: 1px solid #ddd;}
	.IdSearch .btnAction input[type="submit"], 
	.PwSearch .btnAction input[type="submit"]{ width:100%;}
}


/* 회원탈퇴 */
.withdraw{width: 100%;margin: 0 auto; text-align:center; line-height:1.6; 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; }

/* 팝업 */
.modal.withdrawal .modal_wrap:before {content:''; display:block; width:33.33%; height:auto; aspect-ratio:1; background:url('/images/default/content/vid_pop_bg.svg') no-repeat center center; background-size:100% auto; position:absolute; top: -3.5rem; left: 50%; transform: translateX(-50%);}
.modal.withdrawal .modal_con {padding-top:0;}
.modal.withdrawal .modal_tit_area {gap:1rem; padding-bottom: 1rem;  border-bottom: 1px solid #B4B8BD;}
.modal.withdrawal .modal_tit_area i {margin-top:-1.5rem;}
.modal.withdrawal .modal_wrap{max-width:23rem;}

@media (max-width:390px){
	/* 팝업 */
	.modal.withdrawal .modal_wrap:before {width:44%;}
}


/* 온라인문의 */
.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;}

/* Inquiry */
.title:has(.td) {padding:1rem !important; gap:1.5rem;}
.title:has(.td):before {display:none !important;}
.post_num {width:2%;}
.post_cate {text-align:center;}
.post_cate a {display:inline-flex; align-items: center; justify-content: center; padding: 0 0.4rem; height:1.6rem; line-height:1.2rem; font-weight:400; border-radius:2rem; border:1px solid var(--main); color:var(--main); white-space: nowrap;}
.post_cate.cate1 a {}
.post_info {display:flex; align-items: center; justify-content: space-between;  flex: 1; gap: 0 0.5rem;}
.post_info h5 {padding-left:0 !important; display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis; width:100%; max-width: 35vw;}
.post_info .date {flex-shrink: 0; font-size:0.8rem;}
.post_info .new {position:absolute; top:-0.5rem; right:-1.5rem;}
.post_stat {width:10%;  text-align: center;}
.post_stat .badge {display:inline-flex; align-items: center; justify-content: center; padding: 0 0.4rem; height:1.6rem; font-size:0.85rem; line-height:1.2rem; font-weight:400; border-radius:0.2rem;}
.post_stat .badge.unanswer { background:#8a949e; color:#fff;}
.post_stat .badge.answered { background:var(--blue); color:#fff;}

.consult_table {font-size:0.8rem;}
.consult_table .inq_stat_wrap {display: table-cell;text-align: center;}
.inq_stat {position:relative; min-height: 1.6rem; display: inline-flex; align-items: center;justify-content: center;}
.inq_stat:after {content:''; display:block; width:0.3rem; height:0.3rem; border-radius:100%; position: absolute; top: 0.3em; right: -0.5rem;}
.inq_stat p {display: flex; align-items: center; gap:0.4rem; font-size:0.75rem; font-weight:700;  white-space: nowrap;}
.inq_stat .stat_icon {display:block; width:0.9rem; height:0.9rem; background:#f00;}
.inq_stat.i_writing:after {background:#A7A7A7} 
.inq_stat.i_comp:after {background:#2CA1FF} 
.inq_stat.i_refuse:after {background:#E53935} 
.inq_stat.i_answer:after {background:#FFC107} 
.inq_stat.i_ans_comp:after {background:var(--gold);} 
.inq_stat.i_writing .stat_icon {background:url('/images/default/content/m_write.svg') no-repeat center center; background-size:100% auto;} 
.inq_stat.i_comp .stat_icon {background:url('/images/default/content/m_comp.svg') no-repeat center center; background-size:100% auto;} 
.inq_stat.i_refuse .stat_icon {background:url('/images/default/content/m_refuse.svg') no-repeat center center; background-size:100% auto;} 
.inq_stat.i_answer .stat_icon {background:url('/images/default/content/m_answer.svg') no-repeat center center; background-size:100% auto;} 
.inq_stat.i_ans_comp .stat_icon {background:url('/images/default/content/m_ans_comp.svg') no-repeat center center; background-size:100% auto;} 
.consult_table .action_btns {flex:1;}


/* Inquiry - 뷰*/
.adm_reply {display: flex;  flex-direction: column;  gap: 0.5rem;  padding-top: 1rem;  margin-top: 2rem;  border: 1px solid #ddd;  background: #F7F7F7;  padding: 1rem;  border-radius: 0.5rem;}
.adm_reply .tit {display: flex;  align-items: center;  gap: 0.5rem; font-size:1.1rem;}
.adm_reply .tit i {display: block; width: 1.5rem; height: 1.5rem; background: url('/images/default/content/icon_adm.svg') no-repeat center center; background-size:100% auto; }
.goToView {margin-top: 2rem; display: block;}

@media (max-width:1024px){
	.consult_table .action_btns .c_his_btn {gap:0.5rem; flex-direction: row;  flex-wrap: nowrap;} 
	.consult_table .action_btns .c_his_btn a, .consult_table .action_btns .c_his_btn button {width:100%;}
}
@media (max-width:768px){
	.consult_table {font-size:0.88rem;}

	/* 테이블 스타일(공통스타일) */
	.consult_table table,
	.consult_table thead,
	.consult_table tbody,
	.consult_table th,
	.consult_table tbody td,
	.consult_table tr {display: block;	width: 100%;}
	.consult_table table {border:none;}
	.consult_table thead { display: none;}
	.consult_table tr {position:relative; display:flex; flex-wrap:wrap; flex-direction: column; border:1px solid #ddd; padding:1rem; padding-top: 0; padding-bottom: 0; border-radius:6px;}
	.consult_table tr:not(:first-child) {margin-top:2rem;}
	.consult_table th {display:flex; align-items: center; border:none; padding:0.2rem; text-align:left;  font-size:0.88rem;} 
	.consult_table tbody td {display:flex !important; border:none; gap: 1rem; padding:1rem 0; text-align:left !important;  font-size:0.88rem;}
	.consult_table tbody  [data-label]::before { content: attr(data-label); font-weight: bold; font-size: 1rem;  width: 5rem;  text-align: left; flex-shrink: 0;}
	.consult_table tbody td:not(:last-child) {border-right:none;  border-bottom: 1px solid #ddd;}
	.consult_table tbody td .text_bg {width:100%;}
	.consult_table .table_dot li {display:flex;}
	.consult_table .table_dot li:not(:first-child) {margin-top:0.5rem;}
	.consult_table .table_dot li span {display:block; width:4rem; font-weight:700;}

	.inq_stat p {font-size:0.88rem;}
}

@media (max-width:450px){	
	.consult_table tbody td::before { width: 5rem;}
}


/* 첨부파일 */
.file {position:relative;  display:flex; align-items: center; gap:5px; margin:5px 0;}
.file_in{width:450px; display:flex; align-items: center;}
.file input[type="file"] {position:absolute; top:0; left:0; opacity:0;}
.file input[type="text"] {}
.file a{font-size:0.7rem;}
.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;}

	.online_form .col2{width:100%;}
}


.ast{padding-left:25px;margin-top:10px; position:relative; font-size:.9rem; color: #48423e; line-height:1.3; display:inline-block;}
.ast.blue {color:var(--blue)}
.ast:before{content:'※'; display : block; position : absolute; left :0; top:0; color:#f4213f;}
.ast.blue:before {color:var(--blue)}
.ast em{font-weight:600;color:#f4213f; }


/*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/calendar.svg") no-repeat 98% 50%; background-size: 20px auto;}

.input_st{width:300px !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:767px){
	.online_tb .file input[type="file"],
	.online_tb .file input[type="text"]{width:100%;} 	
	.online_tb td .captcha input{float:none; width:100%; margin-top:10px;}

	.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;}
	.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: 0.75rem; margin-top:2rem; font-weight: 500; color: #333;}
.private{border:1px solid #2E2657;  padding:1rem; height:11rem; overflow-y:scroll; font-size:.85rem; color:#666; line-height: 1.8;}
.private h6 {font-size: .85rem; margin-bottom: 0.5rem; 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:0.4rem 0.5rem; background:#545454;color:#fff;margin-left:3px;cursor:pointer;}

.agree-conts{font-size: clamp(0.79rem, 0.77rem + 0.124vw, 0.889rem);}
.agree-conts h3{margin:clamp(2.4rem, 2.24rem + 1vw, 3.2rem) 0 0; font-size: clamp(1.265rem, 1.219rem + 0.293vw, 1.5rem); color:#333;  font-weight:500;}
.agree-conts h3:first-child {margin-top: 0;}
.agree-conts h4{margin:clamp(1.6rem, 1.52rem + 0.5vw, 2rem) 0 0; font-size: clamp(1.125rem, 1.11rem + 0.094vw, 1.2rem); color:#333; }
.agree-conts .req {display: block; font-size:.8rem; font-weight:400;}
.agree-conts h5{font-size: clamp(0.889rem, 0.867rem + 0.139vw, 1rem); color:#333;  margin:.5rem 0 .5rem;}
.agree-conts ul li{margin-top:.5rem; padding-left:1rem; text-indent:-19px;}
.agree-conts ul li.flex {display:flex; gap:0 0.25rem; padding-left:0; text-indent:0;}
.agree-conts ul li.flex p {padding-left:0.5rem;}
.agree-conts ul li.flex.hasWrap {flex-wrap:wrap; flex-direction: column;}
.agree-conts ul li.list2{text-indent:0px; line-height:2;}

@media (max-width:1024px){
	.agree-conts {font-size: clamp(0.929rem, 0.906rem + 0.124vw, 1.046rem);}
	.agree-conts h3 {margin-top: clamp(2.824rem, 2.635rem + 1vw, 3.765rem); font-size: clamp(1.489rem, 1.434rem + 0.293vw, 1.765rem);}
	.agree-conts h4 {margin-top: clamp(1.882rem, 1.788rem + 0.5vw, 2.353rem); font-size: clamp(1.324rem, 1.306rem + 0.094vw, 1.412rem);}
	.agree-conts h5 {font-size: clamp(1.046rem, 1.02rem + 0.139vw, 1.176rem);}
	.agree-conts ul li {margin-left: 4px;}
}
@media (max-width:767px){
	.agree{text-align:left; display:table; margin-left:auto; margin-right:auto;}
	.agree .chks{display:block; margin:0.5rem 0;}
}
@media (max-width:390px){
	.agree-conts {font-size: clamp(0.988rem, 0.963rem + 0.124vw, 1.111rem);}
	.agree-conts h3 {margin-top: clamp(3rem, 2.8rem + 1vw, 4rem); font-size: clamp(1.582rem, 1.523rem + 0.293vw, 1.875rem);}
	.agree-conts h4 {margin-top: clamp(2rem, 1.9rem + 0.5vw, 2.5rem); font-size: clamp(1.406rem, 1.387rem + 0.094vw, 1.5rem);}
	.agree-conts h5 {font-size: clamp(1.111rem, 1.084rem + 0.139vw, 1.25rem);}
}

/*이메일무단수집거부*/
.emailPolicy {width:100%;margin:0 auto;border:1px solid #d9d9d9;padding:1.5rem 2.5rem 1.5rem 1.5rem;
background:#f9f9f9 url('/images/default/content/email_ico.png') no-repeat 50px 25px;box-sizing:border-box;}
.emailPolicy .email_desc {margin-left:10rem;padding-left:1.5rem;border-left:1px solid #e8e8e8;}
.emailPolicy .law_tit {color:#000;margin-bottom:0.5rem;font-weight:bold;}
.emailPolicy .list2 {padding-left:0.5rem;margin-top:0.5rem;}
.emailPolicy p {margin-bottom:0.5rem;}
.emailPolicy p span.point {font-weight:bold;color:#1546ac;}
.mem_title{display:none;}

@media (max-width:767px){
	.emailPolicy {background-position:50% 2rem;}
	.emailPolicy .email_desc{margin-left:0; margin-top:9rem; padding-left:0; padding-top:1.5rem; border-left:none; border-top:1px solid #e8e8e8;}
}

/********************************************************

********************************************************/
.agree-conts-new{}
.agree-conts-new .important_box{padding:1rem; background:#fafafa; border:1px solid #e6e6e6; border-radius:0.25rem; }
.agree-conts-new .important_box p+p{margin-top:1rem;}

/*�ڽ�*/
.agree-conts-new .agree-box{margin-top:4.5rem;}
.agree-conts-new .agree-box h3{font-size:1.2rem; font-weight:700; color: #27447a; margin-bottom:0.5rem; }
.agree-conts-new .agree-box h3 + p:not(.list){font-size:1rem; font-weight:500;  margin-bottom:0.5rem;}
.agree-conts-new .agree-box .bar{position:relative; margin-top:0.25rem; padding-left:0.5rem; }
.agree-conts-new .agree-box .bar:before{content:'-'; position:absolute; left:0px; top:0px;}
.agree-conts-new .agree-box .emp{display:flex; margin-top:0.5rem; }
.agree-conts-new .agree-box .emp em{color: #27447a;}

/*����*/
.agree-conts-new .na_chart{display:flex; flex-wrap:wrap; padding:1rem;  border:1px solid #e6e6e6; border-radius:0.25rem; gap:1rem; margin-top:1rem;}
.agree-conts-new .na_chart > li{flex:1 0 49%; font-size: 0.95rem; font-weight:500}
.agree-conts-new .na_chart > li a{position:relative; display:block; padding-left:2rem; }
.agree-conts-new .na_chart > li a [class*="priIcon"]{position:absolute; left:0px; top:-0.1rem;  width:1.5rem; height:1.5rem;}
.agree-conts-new .na_chart > li:hover a{text-decoration:underline; text-underline-position: under;}

/*������*/
.agree-conts-new [class*="priIcon"]{display:inline-block; width:1.75rem; height:1.75rem; background-size:100%; background-repeat:no-repeat; background-position:0 0;  vertical-align: middle;}
.agree-conts-new .priIcon01{background-image:url('/images/default/member/privacy_01.svg')}
.agree-conts-new .priIcon02{background-image:url('/images/default/member/privacy_02.svg')}
.agree-conts-new .priIcon03{background-image:url('/images/default/member/privacy_03.svg')}
.agree-conts-new .priIcon04{background-image:url('/images/default/member/privacy_04.svg')}
.agree-conts-new .priIcon05{background-image:url('/images/default/member/privacy_05.svg')}
.agree-conts-new .priIcon06{background-image:url('/images/default/member/privacy_06.svg')}
.agree-conts-new .priIcon07{background-image:url('/images/default/member/privacy_07.svg')}
.agree-conts-new .priIcon08{background-image:url('/images/default/member/privacy_08.svg')}
.agree-conts-new .priIcon09{background-image:url('/images/default/member/privacy_09.svg')}
.agree-conts-new .priIcon10{background-image:url('/images/default/member/privacy_10.svg')}
.agree-conts-new .priIcon11{background-image:url('/images/default/member/privacy_11.svg')}


/*����Ʈ ��Ÿ��*/
.agree-conts-new .list_area{display:flex; gap:2rem;}
.agree-conts-new .list_area li{flex:1; border:1px solid #e6e6e6;}
.agree-conts-new .list_area .box-1{background: #F3F8FA; display: flex; align-items: center;  justify-content: center; height:4rem; font-weight:600; color: #2557B9; text-align:center;}
.agree-conts-new .list_area .box-2{display:block; padding:1rem; }

.agree-conts-new .list{margin-top:1rem;}
.agree-conts-new .list li,
.agree-conts-new p.list{position:relative; display:flex; padding-left:2rem; }
.agree-conts-new .list.list-b li{flex-direction: column; gap:0.5rem 0;}
.agree-conts-new .list li em,
.agree-conts-new p.list em{position:absolute; left:0px; top:-0.1rem; display:inline-block; width:1.25rem; height:1.25rem; line-height:1.25rem; font-size:0.8rem; background:#2557B9; font-weight:700; color: #fff; border-radius:50%; text-align:center;}
.agree-conts-new .list li + li{margin-top:0.75rem;}
.agree-conts-new .list-2.list-2bg{ background:#F3F8FA; border:1px solid #e6e6e6; border-radius:0.25rem; padding:1rem;}
.agree-conts-new .list-2{margin-top:0.5rem;  padding:0.5rem 1rem 0.5rem 2rem;}
.agree-conts-new .list-2 li{display:flex; gap:0.5rem;}
.agree-conts-new .list-2 li.row{flex-direction: column; gap:0.5rem 0;}
.agree-conts-new .list-2 li em{font-weight:600; color: #27447a;}
.agree-conts-new .tableWrap{margin-top:0.5rem; }
.agree-conts-new .list-2 li+li{margin-top:0.5rem;}

/*���ϸ�ũ*/
.agree-conts-new .agree-file-wrap{width:100%;}
.agree-conts-new .agree-file{margin-top:0.5rem; display:flex; flex-wrap:wrap; gap:1rem;}
.agree-conts-new .agree-file a{flex:1 0 49%; display:flex; justify-content: space-between; align-items: center; background:#09357D; color:#fff; text-align:center; font-size: 0.8rem; }
.agree-conts-new .agree-file a span{ padding: 0 1rem; text-align: left;}
.agree-conts-new .agree-file a i{display: flex; align-items: center;  justify-content: center; background:#4278DC; color:#fff; padding:1rem; }

/*��������ó������*/
.agree-conts-new .report_infringement{padding:1rem; background:#fafafa; border:1px solid #e6e6e6; border-radius:0.25rem; }
.agree-conts-new .report_infringement p{text-align:center; margin-bottom:0.5rem;font-size: 1rem;}
.agree-conts-new .report_infringement ul{display:flex; flex-wrap:wrap; }
.agree-conts-new .report_infringement ul li{position:relative; display: flex; flex-direction: column;justify-content: space-between; flex:1; margin:1rem; border-radius:0.5rem; background:#fff; padding:1rem; text-align:center; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.agree-conts-new .report_infringement ul li:before{content: "\ea6e"; position:absolute; left:-2rem; top:50%; font-family: "remixicon"; transform:translateY(-50%); color:#888; font-size:1.5rem; width: 2rem; text-align: center;}
.agree-conts-new .report_infringement ul li:first-child:before{display:none;}
.agree-conts-new .report_infringement ul li span{padding:0.5rem 0; }
.agree-conts-new .report_infringement ul li span.rep-01{font-weight:600; color:#2557B9; border-bottom:1px solid #e6e6e6 }
.agree-conts-new .report_infringement ul li span.rep-02{height:4rem;display: flex; align-items: center;  justify-content: center;}
.agree-conts-new .report_infringement ul li span.rep-03{border-top:1px solid #e6e6e6; background:#F4F4F4; font-weight:500; color:#666;}

.agree-conts-new .tableWrap table { margin:0;  clear:both; width:100%;}
.agree-conts-new .tableWrap table thead tr th {color: #2557B9; font-weight:500; background:#F3F8FA; text-align:center; padding:1rem .5rem 0.9rem; border-top:2px #2557B9 solid; border-bottom:1px #d5d5d5 solid; /* background: #f5f5f5; border-right: 1px solid #d5d5d5; */}
.agree-conts-new .tableWrap table tbody tr td {color: #575757; padding:1rem; border-bottom:1px solid #dadada;  text-align:center; vertical-align:middle;border-right: 1px solid #d5d5d5;}
.agree-conts-new .tableWrap table tbody tr td:last-child{border-right:none;}
.agree-conts-new .tableWrap table tbody tr th{color: #575757; padding:1rem; border-bottom:1px solid #dadada;  text-align:center; vertical-align:middle;border-right: 1px solid #d5d5d5; background:#F7F7F7;}
.agree-conts-new .tableWrap table tbody tr td.bg{background:#F7F7F7;}


/*������������ �˾�*/
.agree-conts-new .link{display:block; padding:0.5rem 1rem; border:1px solid #e6e6e6; border-radius:0.25rem; margin-top:0.4rem; cursor:pointer;}
.privacy-pop{/* display:none; */ position:fixed; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index: 9999; }
.privacy-pop-cont{position:absolute; left:50%; top:50%; width:50rem; height:80vh; background:#fff; transform:translate(-50%,-50%);  }
.privacy-pop-cont .scroll{overflow-y:auto;     height: calc(100% - 3rem); padding: 1rem;}
.privacy-pop-cont .pop-tit{border-bottom:1px solid #e6e6e6;  display: flex; align-items: center; justify-content: space-between; font-weight:600; font-size:1.5rem; height: 3rem; padding:0 1rem;}
.privacy-pop-cont .pop-tit .closeBtn{font-weight:400; cursor:pointer;}

@media (max-width: 1030px){
	.report_infringement ul li{flex:1 0 calc(25% - 2rem);}
	.privacy-pop-cont{width:90%;}
}
@media (max-width: 767px){
	.agree-conts-new .list_area{gap:1rem;; flex-wrap: wrap}
	.agree-conts-new .list_area li{flex:1 0 100%;}
	.report_infringement ul li{flex:1 0 calc(50% - 2rem);}
}



/* ������� ��û���� */
.btns .rbtn{display:inline-block; border:1px solid #ddd; border-radius:4px; height:1.75rem; padding:0 0.5rem; color:#fff; margin:2px; }
.btns .rbtn.rbtnEdit{background:#2557B9; border-color:#1c49a1; }
.btns .rbtn.rbtnDelete{background:#e90000; border-color:#B80000; }


/* �ߺ��˻� - alert */
.alertDiv {display: flex; margin-left: 0.5rem; align-items: center; font-size: 0.75rem; font-weight:bold;}
.alertDiv.success {color:#2553b7;}
.alertDiv.fail {color:#e51e1e;}


