/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }

@font-face {
	font-family: 'GmarketSans';
	font-weight: 300;
	src: url('/assets/font/GmarketSansLight.otf') format('opentype');
}

@font-face {
	font-family: 'GmarketSans';
	font-weight: 500;
	src: url('/assets/font/GmarketSansMedium.otf') format('opentype');
}

@font-face {
	font-family: 'GmarketSans';
	font-weight: 700;
	src: url('/assets/font/GmarketSansBold.otf') format('opentype');
}

 @font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

/* Common **********************************************************************/ 
html,body {width:100%;scroll-behavior:smooth; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard';color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}

/* sub_id */
.sub_id_wrap{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);}
.sub_id_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_id_wrap .form_wrap .tabs{display: flex;}
.sub_id_wrap .form_wrap .tabs a{display: block; width: 50%; text-align: center; font-size: 20px; padding-block:15px;}
.sub_id_wrap .form_wrap .tabs a.on{color: #000; border-bottom: 1px solid #000;}
.sub_id_wrap .form_inner02{display: flex; flex-direction: column; gap:30px; align-items: center;}
.sub_id_wrap .form_inner02 p{font-size: 22px; color: #444;}
.sub_id_wrap .id_check .id_box{width: 100%; padding-block:15px; background: #F9F9F9; border-radius:10px; text-align: center; font-size: 18px; color: #222;}
.sub_id_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_id_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_id_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; width: 100%; height: 60px; margin-top: 30px;}
.sub_id_wrap .login_wrap{display: flex; justify-content: center; gap:25px; margin-top: 50px;}
.sub_id_wrap .login_wrap a{width: 240px; font-size: 24px; text-align: center; border-radius:10px; padding-block:10px;}
.sub_id_wrap .login_wrap a.login_btn01{border:2px solid #000; color: #fff; background: #000;}
.sub_id_wrap .login_wrap a.login_btn02{border:2px solid #000; color: #000; background: #fff;}
.sub_id_wrap input[type="text"], .sub_id_wrap input[type="password"], .sub_id_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.sub_id_wrap input:focus{outline:none;}

/* sub_login */
.sub_login_wrap{background: #fff; border-radius:15px; line-height: 1;}
.sub_login_wrap.account_box{max-width:700px; margin: 0 auto;}
.sub_login_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_login_wrap.account_box{padding: 50px;}
.sub_login_wrap .input_box{display: flex; flex-direction: column; gap:30px;}
.sub_login_wrap .login_md{display: flex; justify-content: space-between; margin-top: 20px;}
.sub_login_wrap input[type="text"], .sub_login_wrap input[type="password"], .sub_login_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_login_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_login_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_login_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_login_wrap .check_wrap {display: flex;align-items: center;gap: 15px;font-family: sans-serif;font-size: 16px;}
.sub_login_wrap .check_wrap input[type="checkbox"] {appearance: none;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 2px;background-color: white;position: relative;cursor: pointer; margin-right: 5px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked {background-color: black;border-color: black;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked::after {content: '✔';color: white;font-size: 12px;position: absolute;top: -2px;left: 2px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled {background-color: #f0f0f0;border-color: #dcdcdc;cursor: not-allowed;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled::after {color: #ccc;}
.sub_login_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.sub_login_wrap .search_wrap{display: flex; align-items: center; gap:20px;}
.sub_login_wrap .search_wrap a{position: relative; font-size: 16px ; color: #444;}
.sub_login_wrap .search_wrap a:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: #666;}
.sub_login_wrap .external_wrap{display: flex; justify-content: space-evenly; margin-top: 50px;}
.sub_login_wrap .external_wrap p{margin-top: 10px; text-align: center;}
.sub_login_wrap .divider{display: flex; justify-content: center; align-items: center; gap:15px; margin-top: 35px; white-space:nowrap;}
.sub_login_wrap .divider span{display: block; background: #DDD; width: 100%; height: 1px;}
.sub_login_wrap .signup_link{display: flex; justify-content: center; gap:30px; margin-top: 20px; font-size: 14px; color: #444; line-height: 1.4;}
.sub_login_wrap .signup_link a{font-size: 14px; color: #444; border-bottom: 1px solid #444; line-height: 1.4;}
.sub_login_wrap .txt_area{display: flex; gap:50px;}
.sub_login_wrap .txt_area > div{flex:1;}
.sub_login_wrap .txt_area h3{font-size: 20px; color: #222; text-align: center; margin-bottom: 20px;}
.sub_login_wrap .txt_area .txt_box{height: 400px; border-radius: 10px; background: #F9F9F9; padding: 25px; font-size: 16px; line-height: 1.6; overflow-y:auto;}
.sub_login_wrap .txt_area .txt_box strong{display: block; padding-block: 15px;}
.sub_login_wrap .txt_area.area_column{flex-direction: column;}
.sub_login_wrap .txt_area .txt_box{height: 240px;}
.sub_login_wrap .agree_wrap{margin-top: 25px;}
.sub_login_wrap .check_label{display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 14px; color: #444;}
.sub_login_wrap .agree_box{appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_login_wrap .agree_box::after {content: '✔'; font-size: 13px; position: absolute; left: 2px; top: -2px; color: #ccc; visibility: visible;}
.sub_login_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_login_wrap .agree_box:checked::after {color: #fff;}


.sub_login_wrap .account_btn{display: flex; justify-content: center; gap: 20px; margin-top: 25px;}
.sub_login_wrap .account_btn button{width: 160px; height:55px; font-size: 22px; border-radius:10px; padding-block:10px; border:1px solid #000; text-align: center; line-height: 1;}
.sub_login_wrap .account_btn button.btn01{background: #fff; color: #000;}
.sub_login_wrap .account_btn button.btn02{background: #000; color: #fff;}


.sub_sign_wrap{line-height: 1;}
.sub_sign_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_sign_wrap input[type="text"], .sub_sign_wrap input[type="password"], .sub_sign_wrap input[type="email"]{height: 55px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_sign_wrap .form_list li{display: flex; gap:10px;}
.sub_sign_wrap .form_list li:not(:first-child){margin-top: 30px;}
.sub_sign_wrap .form_list li label{margin-top: 20px; width: 140px; flex-shrink:0; font-size: 20px; color: #000; font-weight: 500;}
.sub_sign_wrap .form_list li label .required{color: #F00;}
.sub_sign_wrap .form_list li input{width: 100%;}
.sub_sign_wrap .form_list li input:focus{outline:none;}
.sub_sign_wrap .form_list li .id_field{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .form_list .add_wrap{width: 100%; display: flex; flex-direction: column; gap: 15px;}
.sub_sign_wrap .form_list .address_row{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .sub_btn{width: 150px; border:1px solid #000; flex-shrink: 0; font-size: 18px; color: #444; border-radius:5px;}
.sub_sign_wrap .id_wrap{display: flex; flex-direction: column; gap:10px;width: 100%;}


/*로그인스킨*/
/*#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}/*


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden;min-width: 1400px;word-break: keep-all; }
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

/* header */
#header{line-height: 1;}
#header .top{background: #c5afdd;}
#header .top .inner ul{display: flex;height: 40px;gap:30px;align-items: center;justify-content: flex-end;}
#header .top .inner ul li a{position: relative;font-size: 15px;color: #fff;}
#header .top .inner ul li a:after{content:'';position: absolute;right: -16px;top: 50%;transform:translateY(-50%);width: 1px;height: 11px;background: #fff;opacity: .5;}
#header .top .inner ul li:last-child a:after{display: none;}

#header .bottom h1{display: flex;justify-content: center;}

/* gnb */
.gnb{display: flex;gap:80px;align-items: center;justify-content: center;padding: 59px 0;}
.gnb li a{font-size: 18px;color: #222;}


/* section01 */
#section01{line-height: 1;padding: 40px 0 60px;}
#section01 .st01{border-radius: 15px;box-shadow: -1px -1px 30px 0px rgba(34,51,89,.15);}
#section01 .con01{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 20px;}
#section01 .con01 .box01{position: relative;width: 920px;}
#section01 .con01 .box01 p{position: absolute;top: 50px;left: 50px;font-size: 46px;color: #222;line-height: 70px;font-family: 'GmarketSans';font-weight: 300;}
#section01 .con01 .box01 p span{position: relative;}
#section01 .con01 .box01 p span:after{content:'';position: absolute;left: 50%;top: -16px;transform:translateX(-50%);width: 7px;height: 7px;border-radius:50%;background: #fababa;}
#section01 .con01 .box01 p strong{position: relative;font-size: 50px;font-weight: 500;z-index: 1;}
#section01 .con01 .box01 p strong:after{content:'';position: absolute;bottom: 1px;left: 50%;width: calc(100% + 18px);transform:translateX(-50%);height: 22px;background: #c5afdd;z-index: -1;}

#section01 .con01 .box02{/* padding-top: 10px; */width: 460px;}
#section01 .con01 .box02 ul li:nth-child(1){margin-bottom: 20px;}
#section01 .con01 .box02 ul li a{position: relative;display: block;padding: 40px;color: #fff;background: #fababa;height: 160px;}
#section01 .con01 .box02 ul li:nth-child(2) a{background: #c5afdd;}
#section01 .con01 .box02 ul li a .txt01 p{font-size: 28px;font-weight: 700;margin-bottom: 20px;}
#section01 .con01 .box02 ul li a .txt01 span{font-size: 18px;font-weight: 500;}
#section01 .con01 .box02 ul li a .txt02{position: absolute;bottom: 30px;right: 30px;font-size: 16px;font-weight: 700;}

#section01 .con02 ul{display: flex;gap:20px;}
#section01 .con02 ul li{width: calc((100% - 60px)/4);}
#section01 .con02 ul li a{position: relative;display: block;height: 137px;padding: 28px 30px;}
#section01 .con02 ul li a .txt span{display: block;font-size: 14px;color: #c5afdd;margin-bottom: 14px;font-weight: 500;}
#section01 .con02 ul li a .txt p{font-size: 28px;font-weight: 700;color: #222;}
#section01 .con02 ul li a .ico{position: absolute;right: 20px;bottom: 20px;}


/* footer */
#footer{padding: 30px 0;border-top: 1px solid #eaeaea;}
#footer address{font-size: 14px;line-height: 26px;color: #777;text-align: center;}
#footer address span{margin: 0 3px;}


/* ---------------------------------------------sub------------------------------------------------ */
#sub_contents{padding: 40px 0 120px;}


/* 공통 */
h3.sub_tit01{position: relative;padding-left: 25px;margin-bottom: 30px;font-size: 30px;color: #222;}
h3.sub_tit01:after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 4px;height: 32px;background: #bdadda;}

/* sub0101_wrap */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .cate_box{display: flex;justify-content: flex-end;margin-bottom: 40px;}
.sub0101_wrap .cate_box ul{display: flex;align-items: center;gap:26px;justify-content: flex-end;width: 1150px;padding-bottom: 16px;border-bottom: 1px solid #ddd;}
.sub0101_wrap .cate_box ul li{position: relative;font-size: 15px;color: #222;font-weight: 500;}
.sub0101_wrap .cate_box ul li:after{content:'';position: absolute;right: -16px;top: 48%;transform:translateY(-50%);width: 6px;height: 12px;background:url(/assets/images/sub/sub_ico01.png)center no-repeat;background-size:cover ;  }
.sub0101_wrap .cate_box ul li:last-child:after{display: none;}

.sub0101_wrap .con_wrap{display: flex;align-items: flex-start;justify-content: space-between;}
.sub0101_wrap .con_wrap .menu_box{width: 220px;padding: 20px 0;border: 1px solid #ddd;}
.sub0101_wrap .con_wrap .menu_box p.tit{font-size: 25px;font-weight: 600;color: #222;border-bottom: 2px solid #222;padding-bottom: 16px;margin: 0 20px;}
.sub0101_wrap .con_wrap .menu_box ul li{position: relative;padding: 0 20px;}
.sub0101_wrap .con_wrap .menu_box ul li > a{display: block;height: 45px;border-bottom: 1px solid #ddd;font-size: 16px;font-weight: 500;color: #222;line-height: 45px;background:url(/assets/images/sub/sub_ico02.png)right center no-repeat;background-size:7px auto; }
.sub0101_wrap .con_wrap .menu_box ul li:last-child > a{padding-top: 13px; height: 70px; line-height: 24px; }
.sub0101_wrap .con_wrap .menu_box ul li .a_box{display: none;z-index: 10;position: absolute;top: 0;left: 100%;min-width: 160px;padding: 10px 0;border: 1px solid #ddd;background: #fff;}
.sub0101_wrap .con_wrap .menu_box ul li .a_box a{display: block;height: 34px;transition:.3s;line-height: 34px;padding: 0 20px;font-size: 15px;color: #222;font-weight: 500;}
.sub0101_wrap .con_wrap .menu_box ul li .a_box a:hover{background: rgba(197,175,221,.1);}


.sub0101_wrap .con_wrap .list_box{position: relative;width: 1150px;}
.sub0101_wrap .con_wrap .list_box .btn_box{display: flex;justify-content: flex-end;margin-bottom: 20px;}
.sub0101_wrap .con_wrap .list_box .search_box{position: relative;}
.sub0101_wrap .con_wrap .list_box .search_wrap{display: none;position: absolute;left: 0;top: calc(100% + 10px);padding: 20px;z-index: 1000;width: 100%;border-radius: 10px;background: #fff;box-shadow: 1px 1px 15px 0px rgba(0,0,0,.1);}
.sub0101_wrap .con_wrap .list_box .search_wrap .tit{display: flex; justify-content: space-between; margin-bottom: 10px;} 
.sub0101_wrap .con_wrap .list_box .search_wrap .tit p{font-size: 20px; font-weight:600; color: #222;}
.sub0101_wrap .con_wrap .list_box .search_wrap .tit span{font-size: 15px; color: #222;}
.sub0101_wrap .con_wrap .list_box .search_wrap .tit span strong{color: #c5afdd;}
.sub0101_wrap .con_wrap .list_box .search_wrap .con{display: flex; gap:10px}
.sub0101_wrap .con_wrap .list_box .search_wrap select{width: 230px; padding: 0 20px; border: 1px solid #ddd; font-size: 16px; color: #222; height: 50px; outline: 0;appearance: none;background:url(/assets/images/sub/sub_n_ico02_pc.png)center  right 20px no-repeat;background-size:11px auto ;}
.sub0101_wrap .con_wrap .list_box .search_wrap select option{padding: 0 20px;}
.sub0101_wrap .con_wrap .list_box .search_wrap .search_bar{width: 390px; display: flex;}
.sub0101_wrap .con_wrap .list_box .search_wrap input{font-size: 16px; border: 1px solid #ddd; outline: 0; height: 50px; padding: 10px; width: 100%; color: #222; border-right: 0;}
.sub0101_wrap .con_wrap .list_box .search_wrap button{ border: 1px solid #ddd; border-left: 0;padding: 10px; display: block;}
.sub0101_wrap .con_wrap .list_box .sub_list{display: flex;gap:25px 18px;flex-wrap:wrap;}
.sub0101_wrap .con_wrap .list_box .sub_list li{width: calc((100% - 54px)/4);}
.sub0101_wrap .con_wrap .list_box .sub_list li a{display: block;font-size: 15px;}
.sub0101_wrap .con_wrap .list_box .sub_list li a .img_box{position:relative; width:100%; padding-bottom:100%;margin-bottom: 10px;overflow:hidden;}
.sub0101_wrap .con_wrap .list_box .sub_list li a .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
.sub0101_wrap .con_wrap .list_box .sub_list li a .txt01 p{color: #222;line-height: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0101_wrap .con_wrap .list_box .sub_list li a .txt02{margin-top: 8px;}
.sub0101_wrap .con_wrap .list_box .sub_list li a .txt02 p.gr01{color: #888;text-decoration: line-through;}
.sub0101_wrap .con_wrap .list_box .sub_list li a .txt02 p.red01{margin-top: 7px;color: #eb1919;font-weight: 600;}

.sub0101_wrap .con_wrap .list_box .search_wrap_new{margin-bottom: 30px;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new .search_con{transition: .3s; box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.1); padding:30px 20px; border-radius:15px ;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new .search_con > p{font-size: 20px; font-weight:600; color: #222; margin-bottom: 10px;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new .tit{display: flex; justify-content: space-between; margin-bottom: 10px; align-items: center} 
.sub0101_wrap .con_wrap .list_box .search_wrap_new .tit p{font-size: 20px; font-weight:600; color: #222;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new .tit span{font-size: 15px; color: #222;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new .tit span strong{color: #c5afdd;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new .con{display: flex; gap:10px}
.sub0101_wrap .con_wrap .list_box .search_wrap_new select{width: 240px; padding: 5px; border: 1px solid #ddd; font-size: 15px; color: #222; height: 45px; outline: 0; background-position:50% 50%;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new select option{padding: 5px;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new .search_bar{width: 400px; display: flex;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new input{font-size: 15px; border: 1px solid #ddd; outline: 0; height: 45px; padding: 10px; width: 100%; color: #222; border-right: 0;}
.sub0101_wrap .con_wrap .list_box .search_wrap_new button{ border: 1px solid #ddd; border-left: 0;padding: 10px; display: block;}



/* sub0101_view */
.sub0101_view{line-height: 1;width: 1300px;margin: 0 auto;}
.sub0101_view .con_wrap{display: flex;align-items: center;justify-content: space-between;margin-bottom: 80px;}
.sub0101_view .con_wrap .con01{width: 500px;}
.sub0101_view .con_wrap .con01 .img_box{position:relative; width:100%; padding-bottom:100%;}
.sub0101_view .con_wrap .con01 .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}

.sub0101_view .con_wrap .con02{width: 710px;}
.sub0101_view .con_wrap .con02 .cate_box{margin-bottom: 20px;}
.sub0101_view .con_wrap .con02 .cate_box ul{display: flex;align-items: center;gap:26px;justify-content: flex-end;}
.sub0101_view .con_wrap .con02 .cate_box ul li{position: relative;font-size: 15px;color: #222;font-weight: 500;}
.sub0101_view .con_wrap .con02 .cate_box ul li:after{content:'';position: absolute;right: -16px;top: 48%;transform:translateY(-50%);width: 6px;height: 12px;background:url(/assets/images/sub/sub_ico01.png)center no-repeat;background-size:cover ;  }
.sub0101_view .con_wrap .con02 .cate_box ul li:last-child:after{display: none;}
.sub0101_view .con_wrap .con02 .txt_wrap{margin-bottom: 25px;}
.sub0101_view .con_wrap .con02 .txt_wrap .txt01{padding: 20px 0;font-size: 24px;font-weight: 600;color: #222;line-height: 32px;border-top: 1px solid #222;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.sub0101_view .con_wrap .con02 .txt_wrap ul li{display: flex;font-size: 16px;line-height: 26px;margin-bottom: 10px;}
.sub0101_view .con_wrap .con02 .txt_wrap ul li:last-child{margin-bottom: 0;}
.sub0101_view .con_wrap .con02 .txt_wrap ul li p{width: 93px;font-weight: 600;color: #222;}
.sub0101_view .con_wrap .con02 .txt_wrap ul li span{display: block;width: calc(100% - 93px);color: #555;font-weight: 500;}
.sub0101_view .con_wrap .con02 .txt_wrap ul li span.red{font-size: 18px;color: #eb1919 ;font-weight: 600;}
.sub0101_view .con_wrap .con02 .btn_box{display: flex; justify-content: space-between;}
.sub0101_view .con_wrap .con02 .btn_box button{display: flex;width: 100%;height: 55px;border-radius: 5px;gap:10px;align-items: center;justify-content:center;background: #555;}
.sub0101_view .con_wrap .con02 .btn_box button span{font-size: 18px;font-weight: 600;color: #fff;}

.sub0101_view .con03 .edit_box{height: 500px;line-height: 500px;text-align: center;background: #f1f1f1;font-size: 16px;color: #222;}

/* sub0203 */
.sub0203_wrap{width:1150px;}
.sub0203_wrap .con01{margin-bottom:60px; padding:40px; background:#f4f4f4; font-size:15px; color:#222; text-align:center; line-height:1.6;}
.sub0203_wrap .con02 .txt_wrap{margin-bottom:60px; }
.sub0203_wrap .con02 .txt_wrap:last-child{margin-bottom:0;}
.sub0203_wrap .con02 .txt_wrap strong{display:block; margin-bottom:15px; font-size:16px; color:#222; line-height:1.6;}
.sub0203_wrap .con02 .txt_wrap p{margin-bottom:20px; font-size:15px; color:#444; font-weight:500;line-height:1.6;}
.sub0203_wrap .con02 .txt_wrap ul{padding-left:15px; }
.sub0203_wrap .con02 .txt_wrap ul li{position:relative; margin-bottom:15px; padding-left:14px; font-size:15px; color:#666; line-height:1.6;}
.sub0203_wrap .con02 .txt_wrap ul li::before{position:absolute; content:''; background:#c5b0dd; width:4px; height:4px; border-radius:50%; top:8px; left:0;}
.sub0203_wrap .con02 .txt_wrap ul li:last-child{margin-bottom:0;}
.sub0203_wrap .con02 .txt_wrap span{margin-top:20px; display:block; font-size:14px; color:#555; }

/* login */
.login_skin02 .login_wrap{width: 540px;margin: 0 auto;padding-top: 40px;}
.login_skin02 .login_wrap .input_wrap .input{display: flex;gap:10px;align-items: center;width: 100%; height: 55px; color: #252525;font-weight: 400;font-size: 16px;line-height: 54px;border: 1px solid #c9c9c9;border-radius: 10px;background-color: #fff;margin-bottom: 8px;}
.login_skin02 .login_wrap .input_wrap .input input{border:0;width: calc(100% - 100px);font-size: 16px;color: #252525; font-weight: 400;}
.login_skin02 .login_wrap .input_wrap .input input::placeholder{font-size: 16px; color: #999; font-weight: 500;}
.login_skin02 .login_wrap .input_wrap .input input:focus{outline:0;background: #fff;}
.login_skin02 .login_wrap .input_wrap .input img{margin-left: 20px;}

.login_skin02 .login_wrap .log_btn{width: 100%;height: 64px; border-radius: 10px; background: var(--bg01);margin-top: 28px;}
.login_skin02 .login_wrap .log_btn:hover{filter: saturate(1.1);}
.login_skin02 .login_wrap .log_btn a{display: block;font-size: 16px; color: #fff; line-height: 64px;text-align: center;}

.login_skin02 .login_wrap .a_wrap{display: flex; justify-content: center;gap:48px;margin-top: 24px;}
.login_skin02 .login_wrap .a_wrap a{position: relative;font-size: 16px; color: #666;font-weight: 500;}
.login_skin02 .login_wrap .a_wrap a:not(:last-child)::after{content:'';position: absolute; top: 50%;transform:translateY(-50%); right: -24px; height: 12px;width: 1px; background: #666;}

.login_skin02 .join_wrap{display: flex; justify-content: space-between;align-items: center;padding: 32px 40px;border-radius: 20px;background: #f6f6f6;margin-top: 64px;}
.login_skin02 .join_wrap .img_box{width: 280px;}
.login_skin02 .join_wrap .img_wrap{position:relative; width:100%; padding-bottom:26.25%;background: ;}
.login_skin02 .join_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.login_skin02 .join_wrap a.join_btn{display: block;color: #fff;background: #000;width: 100px; height: 48px; line-height: 48px;font-size: 16px; text-align: center;border-radius: 10px;}
.login_skin02 .join_wrap a.join_btn:hover{background: #4d4d4d;}

/* join */
.join01_form_wrap .inner02 {width: 800px; margin: 0 auto;}
.join01_form_wrap .inner02 span.tit {font-size: 24px; color:#222; font-weight: 700; position: relative; padding-left: 20px; margin-bottom: 20px; display: block;}
.join01_form_wrap .inner02 span.tit:before {position: absolute; content: ''; width: 4px; height: 18px; background: var(--bg01); top: 10px; left: 0;}
.join01_form_wrap .inner02 .join_wrap {background: #f7f8f9; border-radius: 10px; padding:50px 40px ;}
.join01_form_wrap .inner02 .join_wrap > div:not(:last-child) {margin-bottom: 20px;}
.join01_form_wrap .inner02 .join_wrap > div {display: flex; flex-wrap: wrap; gap: 10px; align-items: center;}
.join01_form_wrap .inner02 .join_wrap > div p.p_con {font-size: 16px; font-weight: 600; color:#222; position: relative; padding-left: 12px; width: 20%;}
.join01_form_wrap .inner02 .join_wrap > div p.p_con:before {position: absolute; content: ''; top: 10px; left: 0; width:4px; height: 4px; background: var(--bg01); border-radius: 50%;}
.join01_form_wrap .inner02 .join_wrap > div p.p_con span.red {color: #ff3434;}
.join01_form_wrap .inner02 .join_wrap > div #join_id_result {font-size: 14px; color:#555;}
.join01_form_wrap .inner02 .join_wrap > div #join_pass_result {font-size: 14px; color:#555;}
.join01_form_wrap .inner02 .join_wrap > div select {background:#fff; border: 1px solid #ddd; border-radius: 5px; height: 45px;}
.join01_form_wrap .inner02 .join_wrap > div select#hp1 {width: 80px;}
.join01_form_wrap .inner02 .join_wrap > div select.mail_sel {width: 100px;}
.join01_form_wrap input {background:#fff; border: 1px solid #ddd; border-radius: 5px; height: 45px;  padding-left: 10px;}
.join01_form_wrap input[type="text"], input[type="password"] {width: 270px;}
.join01_form_wrap input[type="tel"] {width: 150px;}
.join01_form_wrap input[type="email"] {width: 150px;}
.join01_form_wrap span.bar {width: 6px; height: 1px; background: #222; }

.join01_form_wrap .inner02 .mem_info_wrap{margin-top:30px; padding:20px; border-top:2px solid #ddd; border-bottom:2px solid #ddd; }
.join01_form_wrap .inner02 .mem_info_wrap strong{display:block; font-size:19px; color:#c5afdd; }
.join01_form_wrap .inner02 .mem_info_wrap div{display:flex; align-items: center; justify-content: space-between;}
.join01_form_wrap .inner02 .mem_info_wrap div p{font-size:15px; color:#666;}
.join01_form_wrap .inner02 .mem_info_wrap div p input{margin-top:-3px; margin-right:5px; vertical-align:middle;}
.join01_form_wrap .inner02 .mem_info_wrap div p span{font-size:14px; color:#ff0000;}
.join01_form_wrap .inner02 .mem_info_wrap div a{font-size:14px; font-weight:500;}

.join01_form_wrap .join01_btn {width: 220px;height: 64px; border-radius: 10px; background: var(--bg01); margin:  0 auto; margin-top: 28px;}
.join01_form_wrap .join01_btn a {display: block;font-size: 16px; color: #fff; line-height: 64px;text-align: center;}


.basic_bd02{line-height: 1; width: 1150px;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; align-items:center;width: 500px; height: 50px;margin: 0 auto 50px; border-bottom: 2px solid #333;}
.basic_bd02 .search_box .select{position: relative;height: 100%;}
.basic_bd02 .search_box .select em{position: relative;display: flex;align-items: center;width: 120px; height: 100%;font-size: 15px; padding: 0 15px;color: #333;cursor:pointer;}
.basic_bd02 .search_box .select em::after{content:'';position: absolute; right: 15px; top: 50%; transform:translateY(-50%); background: url(/images/sub/basic_bd02_icon01.png)center no-repeat; width: 10px; height: 7px; background-size: cover;}
.basic_bd02 .search_box .select em.on::after{transform:translateY(-50%) rotate(180deg); }
.basic_bd02 .search_box .select ul{display: none;position: absolute; left: 0; top: 48px;width: 100%;border: 2px solid #333;z-index: 100;}
.basic_bd02 .search_box .select ul li{font-size: 13px; color: #555; font-weight: 500;padding: 10px 15px;background: #fff;width: 100%; cursor:pointer;transition:.4s;}
.basic_bd02 .search_box .select ul li.on{background: #eee;}
.basic_bd02 .search_box .select ul li:hover{background: #eee;}
.basic_bd02 .search_box .input_wrap{display: flex;width: calc(100% - 120px);}
.basic_bd02 .search_box .input_wrap input{border:0;width: calc(100% - 50px);padding: 0 15px;font-size: 15px;color: #555;}
.basic_bd02 .search_box .input_wrap input::placeholder{font-size: 15px;color: #555;}
.basic_bd02 .search_box .input_wrap input:focus{outline:none;}
.basic_bd02 .search_box .input_wrap button{width: 50px; height: 100%;}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 25px 40px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 32px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 20px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p{font-size: 15px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 1;}

.basic_bd02_view .tit_box{padding: 20px;border-top: 1px solid #222; border-bottom: 1px solid #eee;}
.basic_bd02_view .tit_box p{font-size: 24px; color: #222; font-weight: 500; margin-bottom: 5px;} 
.basic_bd02_view .tit_box ul{display: flex; gap:20px}
.basic_bd02_view .tit_box ul li{font-size: 14px; color: #777;} 
.basic_bd02_view .tit_box ul li span{display: inline-block;margin-left: 5px; color: #888;} 
.basic_bd02_view .view_box{padding: 30px 20px;border-bottom: 1px solid #eee;}
.basic_bd02_view .view_box p{font-size: 16px; color: #333;}
.basic_bd02_view .view_btn_box .list_btn{display: flex; align-items:center; justify-content:center;width: 170px; height: 50px; color: #fff; background: #333; margin-top: 50px;margin-left: auto;font-size: 17px;transition:.4s;border:1px solid #333; border-radius:5px ;}
.basic_bd02_view .view_btn_box .list_btn:hover{background: #fff;color: #333;}
.basic_bd02_view .view_btn_box .arr_btn{margin-top: 50px;}
.basic_bd02_view .view_btn_box .arr_btn ul li{display: flex;align-items:center;height: 60px;border-bottom: 1px solid #eee; }
.basic_bd02_view .view_btn_box .arr_btn ul li:first-child{border-top: 1px solid #eee;}
.basic_bd02_view .view_btn_box .arr_btn ul li p{position: relative;width: 140px;font-size: 16px; color: #333;padding-left: 25px;}
.basic_bd02_view .view_btn_box .arr_btn ul li p::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);background: #eee; width: 1px; height: 20px;}
.basic_bd02_view .view_btn_box .arr_btn ul li.prev p{background: url(/images/sub/basic_bd02_icon04.png)center right 20px no-repeat; background-size: 11px auto;}
.basic_bd02_view .view_btn_box .arr_btn ul li.next p{background: url(/images/sub/basic_bd02_icon05.png)center right 20px no-repeat; background-size: 11px auto;}
.basic_bd02_view .view_btn_box .arr_btn ul li a{display: block;width: calc(100% - 140px);font-size: 16px; color: #333;padding-left: 20px;}


/* faq */
.faq_bd01 .inner{width: 1150px;}
.faq_bd01 .search_box{display: flex; align-items:center;width: 500px; height: 50px;margin: 0 auto 50px; border-bottom: 2px solid #333;}
.faq_bd01 .search_box .select{position: relative;height: 100%;}
.faq_bd01 .search_box .select em{position: relative;display: flex;align-items: center;width: 120px; height: 100%;font-size: 15px; padding: 0 15px;color: #333;cursor:pointer;}
.faq_bd01 .search_box .select em::after{content:'';position: absolute; right: 15px; top: 50%; transform:translateY(-50%); background: url(/assets/images/sub/basic_bd02_icon01.png)center no-repeat; width: 10px; height: 7px; background-size: cover;}
.faq_bd01 .search_box .select em.on::after{transform:translateY(-50%) rotate(180deg); }
.faq_bd01 .search_box .select ul{display: none;position: absolute; left: 0; top: 47px;width: 100%;border: 3px solid #333;z-index: 100;}
.faq_bd01 .search_box .select ul li{font-size: 13px; color: #555; font-weight: 500;padding: 10px 15px;background: #fff;width: 100%; cursor:pointer;transition:.4s;}
.faq_bd01 .search_box .select ul li.on{background: #eee;}
.faq_bd01 .search_box .select ul li:hover{background: #eee;}
.faq_bd01 .search_box .input_wrap{display: flex;width: calc(100% - 120px);}
.faq_bd01 .search_box .input_wrap input{border:0;width: calc(100% - 50px);padding: 0 15px;font-size: 15px;color: #555;}
.faq_bd01 .search_box .input_wrap input::placeholder{font-size: 15px;color: #555;}
.faq_bd01 .search_box .input_wrap input:focus{outline:none;}
.faq_bd01 .search_box .input_wrap button{width: 50px; height: 100%;}

.faq_bd01 .con01 form{display: flex;justify-content: space-between;align-items:center;}
.faq_bd01 .con01 form p{font-size: 18px; color: #000;font-weight: 600;}
.faq_bd01 .con01 form b{color: var(--bg01);}

.faq_bd01 .con01 form .i_box{position: relative;}
.faq_bd01 .con01 form .i_box input{width: 300px;height: 60px;border-radius:60px;border: 1px solid #ddd;padding: 0 80px 0 15px;font-size: 16px;color: #111;}
.faq_bd01 .con01 form .i_box input::-webkit-search-cancel-button{display: none;}
.faq_bd01 .con01 form .i_box input::placeholder{font-size: 16px;color: #999;}
.faq_bd01 .con01 form .i_box input:focus{outline:none;}
.faq_bd01 .con01 form .i_box button{position: absolute;right: 20px;top: 50%;transform:translateY(-50%);}
.faq_bd01 .con01 form .i_box button img{width: 18px;}

.faq_bd01 .con02{margin-top: 30px;}
.faq_bd01 .con02 .txt01{margin-bottom: 25px;font-size: 14px;color: #222;}
.faq_bd01 .con02 .txt01 em{font-weight: 600;color: var(--bg01);}

.faq_bd01 .con02 ul {border-top: 1px solid #111;}
.faq_bd01 .con02 ul li .q_box{position: relative;transition:.3s;display: flex;padding: 30px 0;align-items:center;font-size: 18px;color: #151515;font-weight: 600;border-bottom: 1px solid #ddd;}
.faq_bd01 .con02 ul li .q_box span{display: block;width: 82px;text-align: center;font-size: 24px;color: var(--bg01);}
.faq_bd01 .con02 ul li .q_box p{width: calc(100% - 200px);padding: 0 30px;}
.faq_bd01 .con02 ul li .q_box p em{display: inline-block;background: rgba(0, 21, 27, 0.60);line-height: 28px;color: #fff; font-size: 14.5px; border-radius:18px;margin-right: 15px; padding: 0px 12px;}
.faq_bd01 .con02 ul li .q_box.on{color: var(--bg01);border-bottom: 0;}
.faq_bd01 .con02 ul li .q_box:after{content:'';position: absolute;right: 30px;top: 50%;transform:translateY(-50%);background:url(/assets/images/sub/faq_bd04_ico02.svg)center no-repeat;background-size:cover ;transition: all .2s linear;display: block;width: 24px;height: 24px;}
.faq_bd01 .con02 ul li .q_box.on:after{transform: translateY(-50%) rotate(45deg);}
.faq_bd01 .con02 ul li .a_box{display: none;padding: 30px 0;}
.faq_bd01 .con02 ul li .a_box.on{border-bottom: 1px solid #ddd; background: #f7f8f9;}
.faq_bd01 .con02 ul li .a_box .box{display: flex;padding: 10px 30px 10px 0px;align-items:flex-start;}
.faq_bd01 .con02 ul li .a_box .txt_wrap{width: calc(100% - 82px);padding: 0 30px;}
.faq_bd01 .con02 ul li .a_box span{display: block;width: 82px;text-align: center;font-size: 24px;color: #111;font-weight: 600;}
.faq_bd01 .con02 ul li .a_box p{font-size: 16px;color: #494B4A;line-height: 34px;}


/* shopping cart */
.cart_bg{background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.cart_wrap{display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; gap: 80px; background:#fff;}
.tit_wrap h3{color: #333; font-family: Pretendard; font-size: 48px; font-style: normal; font-weight: 700; line-height: 48px;}

.item_wrap{display: flex; width:100%; max-width: 1280px; flex-direction: column; align-items: flex-start; gap: 10px;}
.item_list{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.item_list tr{text-align: center; border-bottom:1px solid #eee;}
.item_list tr th{padding:20px 0; color: #333; font-family: Pretendard; font-size: 14px; font-weight: 400; line-height: 14px; }
.item_list tr td{padding:15px 0; color: #333; font-family: Pretendard; font-size: 14px; font-weight: 400; line-height: 14px;}
.item_list .img_wrap{max-width:100px;}
.item_list .img_wrap img{width:100%; object-fit:cover;}
.item_list tr td:nth-child(3){padding:15px; text-align: left;}
.item_list tr td:nth-child(5),
.item_list tr td:nth-child(8){font-weight: 700;}
.item_list tr td:nth-child(6){color: #DA120D;}
.item_list tr td:nth-child(7){color: #067DFD;}
.item_list tr td span{font-weight:400;}

.num_check{width:100%; position: relative; display: inline-block; margin: 0 1px 0 0; text-align: left;}
.num_check a {width:25px; height: 28px; display: inline-block; border: 1px solid #ddd; float: left; line-height: 26px; text-align: center; font-size:14px; font-family: 'Roboto', 'Noto Sans KR', sans-serif; box-sizing: border-box; position: relative; left: 0; bottom: 0; text-decoration: none;}
.num_check input[type="tel"] {width: calc(100% - 50px); height: 28px; text-align: center; font-size: 14px; font-family: 'Roboto', 'Noto Sans KR', sans-serif; border: 1px solid #ddd; float: left; border-left: 0; border-right: 0; box-sizing: border-box;}

.btn02_wrap{display: flex; justify-content: space-between; align-items: center; align-self: stretch;}
.btn02_wrap button{color: #333; font-family: Pretendard; font-size: 14px; display: flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 10px; border: 1px solid #CCC; background: #FFF;}

.price_wrap{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.price_wrap tr{text-align: center; border-bottom:1px solid #eee;}
.price_wrap tr th{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 14px; font-weight: 400; line-height: 14px;}
.price_wrap tr td{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 24px; font-weight: 700; line-height: 24px;}
.price_wrap tr td span{font-size:18px;}
.price_wrap tr td:nth-child(2){color: #DA120D;}
.price_wrap tr td:nth-child(3){color: #067DFD;}
.price_wrap tr td:last-child{position: relative;}
.price_wrap tr td:last-child::after{content:''; position: absolute; left:0; top: 50%; transform:translateY(-50%); background: url('/assets/images/sub/equal_sign.svg')center no-repeat; background-size:cover; width: 30px; height:30px;}

.btn01_wrap{display: flex; align-items: flex-start; gap: 10px;}
.btn01_wrap button{display: flex; width: 200px; height: 60px; justify-content: center; align-items: center; color: #FFF; font-size: 16px; font-weight: 700;}
.btn01_wrap button:nth-child(1){border-radius: 5px; border: 1px solid #CCC; background: #FFF; color: #333;}
.btn01_wrap button:nth-child(2){border-radius: 5px; background: #F2AB00;}