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

:root{
	--co01: #E60012;
}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1.1;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1500px;}


/* 공통 */
.main_tit{display: flex; justify-content: space-between; align-items: center; color: #222;}
.main_tit h3{font-size: 42px;}
.main_tit a{position: relative; display: flex; align-items: center; gap: 50px; font-size: 18px; color: #222; transition:all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940); padding-right:55px;}
.main_tit a::before{content:''; position: absolute; right:0; top: 50%; transform:translateY(-50%); background: url('/assets/images/main/more_arw.png')center no-repeat; width: 44px; height: 20px; background-size:cover; transition:.3s;}
.main_tit a:hover::before{right:-5px;}

/* 수정 전 버튼 디자인*//*
.main_tit a{display: flex; align-items: center; gap: 50px; font-size: 18px; color: #222; transition:.3s;}
.main_tit a span{position: relative; display: inline-block; width: 40px; height: 40px; border:1px solid rgb(0,0,0,.5); border-radius:50%; transition:.3s;}
.main_tit a span::before{content:''; position: absolute; right: 12px; top: 50%; transform:translateY(-50%); background: url('/assets/images/main/more_arw.png')center no-repeat; width: 53px; height: 24px; background-size:cover; transition:.3s;}
.main_tit a:hover span::before{right: 0;}
.main_tit a:hover span{border:1px solid rgb(230,0,18,.5); border-radius:50%;}
*/

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; background: #fff; z-index: 5000;}
#header h1 a.main_logo{display: block; background: url('/assets/images/main/main_logo.png')center no-repeat; background-size:cover; width: 225px; height: 60px;}
#header .inner{display: flex; align-items: center; justify-content: space-between; max-width:1720px;}
#header .lng_btn{color: #222; font-size: 16px;}
#header .lng_btn i{margin-right: 10px;}
#header.on .lng_btn{color: #222;}

/*#header h1 a.uni_logo{display: block; background: url('/assets/images/main/main_logo_new_40.png')center no-repeat; background-size:cover; width: 168px; height: 30px;}*/

/* gnb */
#header.on .gnb > li{width: 9.375vw; text-align: center; border-left:1px solid transparent; border-right:1px solid transparent;}
#header .gnb > li{position: relative;}
/* #header .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 0px; transform:translateX(-50%); width: 0%; height: 2px; background: var(--co01); transition:.3s; z-index: 100;} */
#header .gnb > li.on::after{width: 101%;}
.gnb-wrap .gnbBg{overflow:hidden; position:absolute; left:0; top: 100px; width:100%; height:0; background: #fff; z-index:98;opacity:0;transition:height 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.gnb-wrap .gnbBg:after{position:absolute; width:100%; left:0; height:1px; content:"";}
.gnb-wrap.on .gnbBg{height:300px; opacity:1.0; filter:Alpha(opacity=100);}
.gnb-wrap .gnb{display: flex;}
.gnb-wrap .gnb > li {width: 9.375vw; text-align: center;}
.gnb-wrap .gnb > li > a{display: block; font-size: 18px; color: #222; font-weight:600; padding-block:40px; padding-inline:1.3021vw; letter-spacing:-0.04em; white-space:nowrap;}
.gnb-wrap .gnb .gnb-2dep{position:absolute; top:100px; left:0px; z-index:99;width:100%; text-align:left; opacity:0;filter:Alpha(opacity=0);height:0; transition: all 0.2s 0s; transition-delay: 0s;visibility:hidden;}
.gnb-wrap .gnb .gnb-2dep > ul{position: relative; padding-block:30px; height: 100%;}
.gnb-wrap .gnb > li:not(:last-child) .gnb-2dep > ul::after{content:''; position: absolute; right: 0; top: 25px; width: 1px; height: 100%; background: #666; opacity:0.2;}
.gnb-wrap .gnb .gnb-2dep > ul > li{position: relative; text-align: center; letter-spacing: -0.04em;}
.gnb-wrap .gnb .gnb-2dep > ul > li:not(:last-child){margin-bottom: 25px; }
.gnb-wrap .gnb .gnb-2dep > ul > li > a{font-size: 16px; color: #222; transition:.3s ease-in-out; word-break:keep-all;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a:hover{font-weight: 500;}
.gnb-wrap .gnb.on > li .gnb-2dep{height:15rem; opacity:1.0;visibility:visible;transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;}


.nav_btn{display: none;}
.navigation{display:none;}

/* visual */
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); color: #fff; text-align: center;}
#visual_wrap .txt_wrap h2{font-size: 64px;}
#visual_wrap .txt_wrap p{font-size: 28px; padding-top: 10px;}
#visual_wrap .main_btn_wrap{display: flex; align-items: center; gap:20px; position: absolute; top: 60%; left: 50%; transform:translate(-50%, -50%); z-index: 10;}
#visual_wrap .main-swiper-button-prev{background: url('/assets/images/main/main_prev.png')center no-repeat; width: 23px; height: 24px; background-size:cover; cursor: pointer;}
#visual_wrap .main-swiper-button-next{background: url('/assets/images/main/main_next.png')center no-repeat; width: 23px; height: 24px; background-size:cover; cursor: pointer;}
#visual_wrap .main-swiper-pagination{width: 50px; max-width: 50px; height: 2px; margin: 0 auto; background: rgb(0,0,0,.5); display: flex;}
#visual_wrap .main-swiper-pagination .swiper-pagination-bullet {width: 12px; height: 2px; transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940); margin: 0 !important; flex:1; background: rgb(0, 0, 0, .8);}
#visual_wrap .main-swiper-pagination .swiper-pagination-bullet-active {background: #fff;}

/* section01_wrap */
.section01_wrap{background: url('/assets/images/main/sec01_bg.jpg')center no-repeat; background-size:cover;}
.section01_wrap .inner{position: relative;}
.section01_wrap .acti_con{position: absolute; top:-10%; z-index: 500; display: flex; justify-content: space-between; align-items: center; width: 100%; height:200px; background: #fff; border-radius:20px;}
.section01_wrap .acti_item{position: relative; flex:1;  padding: 30px 40px;}
.section01_wrap .acti_item:not(:last-child)::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: rgba(0, 0, 0, 0.20);}
.section01_wrap .acti_item span{font-size: 18px; color: #666;}
.section01_wrap .acti_item strong{font-size: 34px; color: #222}
.section01_wrap .acti_item .con_top{display: flex;flex-direction: column; align-items: center; gap:15px;}
.section01_wrap .acti_item .acti_txt{display: flex;flex-direction: column; align-items: center; gap:15px;}
.section01_wrap .view_mob{display: none;}

/* acti_con 수정 전 *//*
.section01_wrap .acti_con{position: absolute; top: -10%; z-index: 500; display: flex; justify-content: space-between; align-items: center; width: 100%; background: #fff; border-radius:20px;}
.section01_wrap .acti_item{position: relative; flex:1;  padding: 30px 40px;}
.section01_wrap .acti_item:not(:last-child)::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: rgba(0, 0, 0, 0.20);}
.section01_wrap .acti_item span{font-size: 18px; color: #666;}
.section01_wrap .acti_item strong{font-size: 34px; color: #222}
.section01_wrap .acti_item img{transition: transform 0.4s ease;}
.section01_wrap .acti_item:hover img{transform: rotateY(180deg); transition: transform 0.4s ease;}
.section01_wrap .acti_item .con_top{display: flex;flex-direction: column; align-items: center; gap:15px;}
.section01_wrap .acti_item .acti_txt{display: flex;flex-direction: column; align-items: center; gap:15px;}
*/

/* section01 */
#section01{padding-block:160px 100px;}
#section01 .sec01_con{margin-top: 40px;}
#section01 .sec01_list{display: grid; grid-template-columns: repeat(4, 1fr); gap:40px;}
#section01 .sec01_item{position: relative;}
#section01 .sec01_item a{position: relative; display: block;}
/* #section01 .sec01_item a::after{content:''; position: absolute; right: 0; bottom: 0; background: url('/assets/images/main/main_sec01_btm.png')center no-repeat; background-size: cover; width: 80px; height: 80px;} */
#section01 .sec01_item a::before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);border-radius: 20px;z-index: 0;}
#section01 .sec01_item .img_box img{width: 100%; aspect-ratio:0.8625 / 1; object-fit:cover; border-radius:20px;}
#section01 .sec01_item .txt_box{position: absolute; left: 20px; bottom:30px; color: #fff;}
#section01 .sec01_item .txt_box h3{width: 90%;font-size: 20px; line-height: 1.3; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;}
#section01 .sec01_item .txt_box p{padding-top: 15px; font-size: 16px;}
#section01 .sec01_item .arrow{display: flex; align-items: center; justify-content: center; position: absolute; right: 5px; bottom: 5px; width: 40px; height: 40px; background: #E60012; border-radius:50%; z-index: 5; overflow: hidden;}
#section01 .sec01_item:hover .arrow img{animation:link_btn_ani 0.8s cubic-bezier(0, 0, 0.2, 1);}
#section01 .sec01-swiper-button-prev{background: url('/assets/images/main/main_sec01_prev.png')center no-repeat; width: 23px; height: 24px; background-size:cover; cursor: pointer;}
#section01 .sec01-swiper-button-next{background: url('/assets/images/main/main_sec01_next.png')center no-repeat; width: 23px; height: 24px; background-size:cover; cursor: pointer;}
#section01 .sec01_btn_wrap{display: flex; justify-content: center; align-items: center; gap:20px; margin-top: 40px;}
#section01 .swiper-pagination.sec01_pagination {position: static; width: 50px; max-width: 50px; height: 2px; background: #d9d9d9; display: flex;}
#section01 .sec01_pagination .swiper-pagination-bullet {width: 12px; height: 2px; transition:all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940); margin: 0 !important; flex:1; background: #E60012;}
#section01 .sec01_pagination .swiper-pagination-bullet-active {opacity: 0.6;}
@keyframes link_btn_ani {
	0% {
	  transform:translateX(0%);
	}
	55% {
	  transform:translateX(150%);
	  opacity:1;
	}
	61% {
		opacity:0;
	}
	62% {
		transform:translateX(-80%);
	}
	70% {
		transform:translateX(-80%);
		opacity:1;
	  }
	100% {
	  transform:translateX(0%);
	}
}

/* section02 */
#section02{padding-block:100px;}
#section02 .inner{display: flex; justify-content: space-between;}
#section02 .inner > div{width: calc((100% - 80px) / 2);}
#section02 .b_list{padding-top: 15px;}
#section02 .b_list li{border-bottom: 1px solid #d9d9d9;}
#section02 .b_list li a{display: flex; justify-content: space-between; color: #222; padding-block:20px;}
#section02 .b_list .b_tit{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis; width: 50%; font-size: 18px; line-height: 1.3;}
#section02 .b_list .time{font-size: 14px;}

/* footer */
#footer{background: #111; padding-block:60px; z-index:10;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .logo_wrap{display: flex; gap:20px;}
#footer .info_wrap{font-size: 13px; color: #eee;}
#footer .footer_num{display: flex; padding-block:10px;}
#footer .footer_num p{position: relative; padding-right: 10px;}
#footer .footer_num p:not(:last-child)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 100%; background: #eee;}
#footer .footer_num p:not(:first-child){padding-left: 10px;}
#footer .copy{font-size: 15px; color: #999;}

/* ===sub======================================= */
#header.sub_head{position: relative;}

#sub_visual_wrap{position: relative;  margin-top: 100px;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 55px; color: #fff; font-weight: 700;text-align: center; margin-bottom: 40px;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 18px; color: #fff; font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 8px; height: 14px; background: url('/assets/images/sub/sub_nav_arw.png'); background-size:cover;}

/* sub_contents */
#sub_contents{padding-block:100px;}

/* sub 공통 */
h3.h3_tit{font-size: 2.125rem; color: #222; text-align: center;}
h3.h3_tit span{position: relative;}
h3.h3_tit span::after{content:''; position: absolute; bottom: -15px; left: 50%; transform:translateX(-50%); width: 50px; height: 5px; background: #E60012; background: linear-gradient(135deg, rgba(230, 0, 18, 1) 0%, rgba(0, 0, 0, 1) 100%); }
.con .con_wrap{padding-top:100px;}

/* sub0101 */
.sub0101_wrap .con01 .txt_box{max-width: 90%; margin-left: auto; background: #fff; border-radius: 20px 0px 20px 20px; padding-block:40px; padding-inline: 80px; transform: translateY(-100px); box-shadow: -8px 10px 19.1px 5px rgba(0, 0, 0, 0.10);}
.sub0101_wrap .con01 .txt_box p{font-size: 1.125rem; line-height: 1.8; color: #222;}
.sub0101_wrap .con01 .txt_box p strong{font-size: 1.375rem;}
.sub0101_wrap .con01 .txt_box p span{display: block;}
.sub0101_wrap .con01 .img_box img{width: 100%; object-fit: cover;}

.sub0101_wrap .history-con-wrap {position: relative;padding: 100px 0;}
.sub0101_wrap .history-con {position: relative;width: 100%;}
.sub0101_wrap .history-line {position: absolute;top: 0;left: 50%;width: 2px;height: 100%;background: #ddd;transform: translateX(-50%);z-index: 1;}
.sub0101_wrap .history-scroll-bar {position: absolute;top: 0;left: 50%;width: 2px;background: var(--co01);z-index: 2;transform: translateX(-50%);}
.sub0101_wrap .scroll-point {width: 13px;height: 13px;background: #E60012;border-radius: 50%;position: absolute;bottom:-10px;left: 50%;transform: translate(-50%, -50%);}
.sub0101_wrap .scroll-point::after{content:''; position: absolute; width: 40px; height: 40px; background: #E600121f; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius:50%;}
.sub0101_wrap .history-items {list-style: none;padding: 0;margin: 0;}
.sub0101_wrap .history-item {position: relative;width: 50%; padding-inline: 50px; padding-block: 20px; box-sizing: border-box;}
.sub0101_wrap .history-item.left {left: 0;text-align: right;}.history-item.right {left: 50%;text-align: left;}
.sub0101_wrap .history-item .content {position: relative;z-index: 3;display: inline-block;max-width: 90%;}
.sub0101_wrap .con02 .date_info{display: flex; gap:40px; padding-top: 20px;}
.sub0101_wrap .con02 .history-item.left .date_info{flex-direction: row-reverse;}
.sub0101_wrap .con02 .year {font-size: 1.5rem;color: var(--co01);}
.sub0101_wrap .con02 .date {min-width: 3.3854vw; flex-shrink:0; font-size: 1rem; font-weight: 500; display: block; color: #222;}
.sub0101_wrap .con02 .date_info ul{font-size: 1rem; color: #444;}
.sub0101_wrap .con02 .date_info ul li:not(:last-child){margin-bottom: 15px;}

.sub0101_wrap .con03 .year_tab{display: flex; justify-content: center; gap:30px;}
.sub0101_wrap .con03 .year_tab li{font-size: 1.25rem; border-radius: 50px; border: 2px solid #D9D9D9; padding-inline:30px; padding-block:5px; cursor:pointer;}
.sub0101_wrap .con03 .year_tab li.on{background: #E60012; background: linear-gradient(135deg, rgba(230, 0, 18, 1) 0%, rgba(0, 0, 0, 1) 100%); background-clip: padding-box; border:2px solid transparent; color: #fff;}
.sub0101_wrap .tab_wrap h4{position: relative;	padding-left: 35px; font-size: 1.5rem; color: #222;}
.sub0101_wrap .tab_wrap h4::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); background: url('/assets/images/sub/sub_tit_icon.png')center no-repeat; background-size:cover; width: 25px; height: 25px;}
.sub0101_wrap .year_con{margin-top: 30px;}
.sub0101_wrap .year_list{border-top: 2px solid var(--co01);}
.sub0101_wrap .year_list > li{padding-block:30px; padding-inline:30px; display: flex; gap:3.3854vw; border-bottom: 1px dashed #ddd;}
.sub0101_wrap .year_list strong{min-width:115px; font-size: 1.2rem; color: var(--co01);}
.sub0101_wrap .info_box h5{font-size: 1.1rem; color: #222;}
.sub0101_wrap .info_box .info_list{margin-top: 15px;}
.sub0101_wrap .info_box .info_list li{position: relative; padding-left: 15px; font-size: 0.9rem; color: #444;}
.sub0101_wrap .info_box .info_list li::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 5px; height: 5px; border-radius:50%; background: #ddd;}
.sub0101_wrap .info_box .info_list li:not(:last-child){margin-bottom: 10px;}

.sub0102_wrap .con_wrap{display: flex; justify-content: space-between; gap: 40px;}
.sub0102_wrap .img_box{display: inline-block;}
.sub0102_wrap .img_con{position: relative;}
.sub0102_wrap .img_box .info_box{position: absolute; width: 100%; height: 100%; background: #E60012; background: linear-gradient(135deg,rgba(230, 0, 18, 1) 0%, rgba(0, 0, 0, 1) 100%); top: 50px; left: -50px; z-index: -1;}
.sub0102_wrap .img_box .info_box .left_txt{position: absolute; bottom: 50px; left: 10px;font-size: 1.625rem; color: rgba(255, 255, 255, 0.50); writing-mode: sideways-lr;}
.sub0102_wrap .img_box .name_box{position: absolute; left: 50px; bottom: 15px; display: flex; justify-content: space-between; width: 85%; color: #fff; font-size: 1.125rem;}
.sub0102_wrap .txt_box{flex: 0 1 60%;}
.sub0102_wrap .txt_box h4{font-size: 2rem; color: #E60012;}
.sub0102_wrap .txt_box .txt_info{font-size: 1.125rem; color: #222; padding-top: 35px;}
.sub0102_wrap .txt_box .txt_info p{line-height: 1.7;}
.sub0102_wrap .txt_box .txt_info p:not(:first-child){margin-top: 40px;}

.sub0104_wrap .con_wrap{position: relative; margin-bottom: 100px;}
.sub0104_wrap .map_logo strong{font-size: 1.5rem; color: #666; padding-left: 10px;}
.sub0104_wrap .map_logo p{font-size: 0.875rem; color: #666; margin-top: 30px; line-height:1.5;}
.sub0104_wrap .map_box iframe{width: 100%;}
.sub0104_wrap .map_info{position: absolute; bottom: -100px; left: 50%; transform:translateX(-50%); padding-block:30px; padding-inline:50px; display: flex; justify-content: space-between; width: 90%; background: #fff; border-radius:20px; box-shadow: 1px 7px 25px 1px rgba(0, 0, 0, 0.15);}
.sub0104_wrap .map_info ul li:not(:first-child){margin-top: 20px;}
.sub0104_wrap .map_info dl{display: flex; align-items: center; gap:35px;}
.sub0104_wrap .map_info dl dt{width: 35px; flex-shrink: 0; font-size: 1.125rem; color: var(--co01); font-weight: 600;}
.sub0104_wrap .map_info dl dd{font-size: 1rem; color: #222;}

.sub0105_wrap .tb_wrap table{width:100%;}
.sub0105_wrap .tb_wrap table{text-align:center;}
.sub0105_wrap .tb_wrap table th,
.sub0105_wrap .tb_wrap table td{font-size:18px; padding-block:15px;}
.sub0105_wrap .tb_wrap table td:not(:last-child){border-right: 1px solid #ddd;}

.tbl_CR01 th{color:#fff;}

.tbl_CR01{background:#F2737D;}
.tbl_CR02{background:#FDE6E8; color:#222;}
.tbl_Bbd{border-bottom:1px solid #ddd;}
.tbl_Bbd_2{border-bottom:2px solid #ddd;}
.tbl_Rbf{border-right:1px solid #fff;}
.tbl_Bbf{border-bottom:2px solid #fff;}

/* sub02 */
.sub02_wrap .con_wrap ul{display:flex; flex-direction: column; gap:100px;}
.sub02_wrap .con_wrap ul li{display:flex; flex-direction: column; gap:30px;}
.sub02_wrap .con_wrap ul li h4{position: relative; padding-left: 35px; font-size: 1.5rem; color: #222; font-weight:700;}
.sub02_wrap .con_wrap ul li h4::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); background: url('/assets/images/sub/sub_tit_icon.png')center no-repeat; background-size:cover; width: 25px; height: 25px;}
.sub02_wrap .con_wrap ul li p{font-size: 1.3rem; color: #666; line-height:1.5; background:#eee; border-radius:30px; padding:30px;}

.prof_wrap{display:flex; width:calc(50% - 20px); gap:30px; padding:20px; border:1px solid #ddd;}
.prof_wrap .prof_img,
.prof_wrap .prof_txt{flex: 1 1 0px; height:355px;}
.prof_wrap .prof_img img{width:100%; height:100%; object-fit: cover;}
.prof_wrap .prof_txt{display:flex; flex-direction: column; justify-content: space-between; padding:4% 0;}

.prof_wrap .prof_txt h5{font-size:1.5rem; font-weight:400;}
.prof_wrap .prof_txt h5 strong{font-weight:700; color:#222;}
.prof_wrap .prof_txt h6{font-size:2.125rem; font-weight:400; color:#222; margin-top:20px; word-break:keep-all;}

.prof_wrap .prof_txt tr{display:flex;}
.prof_wrap .prof_txt td{font-size: 1.2rem; letter-spacing:-0.05em;}
.prof_wrap .prof_txt td:first-child{font-weight:600; color:#222; width:30%; word-break:keep-all; flex-basis:1; flex-shrink:0;}

.sub0205_wrap .con_wrap{display:flex; flex-wrap: wrap; gap:40px;}

/*sub03*/
.sub0301_wrap .con_wrap .txt_wrap{display:flex; flex-direction: column; gap:30px;}
.sub0301_wrap .txt_wrap h4{position: relative; padding-left: 35px; font-size: 1.5rem; color: #222; font-weight:700;}
.sub0301_wrap .txt_wrap h4::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); background: url('/assets/images/sub/sub_tit_icon.png')center no-repeat; background-size:cover; width: 25px; height: 25px;}
.sub0301_wrap .txt_info{font-size: 1.3rem; color: #666; line-height:1.5; background:#eee; border-radius:30px; padding:30px;}

.sub0301_wrap .img_wrap{text-align:center; margin-top:60px;}

.sub0301_wrap .txt_seminar{display:flex; flex-direction: column; gap:30px; margin-top:60px;}
.sub0301_wrap .txt_seminar dt{font-size: 1.5rem; color: #222; font-weight:500; text-align:center; line-height:1.5;}
.sub0301_wrap .txt_seminar dd{font-size: 1.1rem; color: #666; line-height:2;}
.sub0301_wrap .txt_seminar dd span{display:block; padding:0 2%;}

/* 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;}