/* 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'); 
 }
/* 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:15px; line-height:1.7; font-family: 'Noto Sans KR';color:#222;} 
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: 180px; 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[type="text"]{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%;}
.sub_sign_wrap .radio_box {display: flex; gap:30px;}
.sub_sign_wrap .radio_box label {display: flex; justify-content: center; align-items: center; gap:10px; font-size: 18px; color: #000; white-space:nowrap;}
.sub_sign_wrap .select_box {display: flex; align-items: center; gap:10px;}
.sub_sign_wrap .select_box select {width:120px; height: 55px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_sign_wrap .select_box span {font-size: 18px; color: #000;}
.sub_sign_wrap .select_box label {font-size: 18px; color: #000;}

/*로그인스킨*/
/*#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%; min-width: 1200px; max-width: 100%; margin: 0 auto;  overflow: hidden;}
.inner{width: 1200px; margin: 0 auto; max-width:100%;}

#header{width: 100%; height: 150px;}
#header .inner{position: relative; height: 150px;}
#header h1{position: absolute; left:0; top: 62%; transform: translateY(-50%); width: 169px; height: 51px;}
#header h1 a{display: block; width: 100%; height: 100%; }
#header h1 a img{width: 100%; height: 100%;}
.gnb{position: absolute; left:  57%; transform: translateX(-50%); top: 75px; z-index: 200; width:950px; height: 80px; }
.gnb > li{position: relative; float: left; margin-right: 50px; text-align: center;}
.gnb > li:after{content:''; position: absolute; bottom:-15px; left: 50%; transform: translateX(-50%); width: 0; height: 4px; background-color:#0b318f; transition:0.3s;
opacity:0; visibility: hidden;;}
.gnb > li:hover:after{width: 36px; opacity:100; visibility: visible; transition:0.3s}
.gnb > li:last-child{margin-right: 0;}
.gnb > li > a{/* line-height: 90px; */ font-size: 18px; font-weight: 500; color:#222;}
.gnb > li ul{position: absolute;top: 80px; height: 0; left: 50%; transform: translateX(-50%); z-index:200; padding: 10px; opacity:0; visibility:hidden; transition: 0.5s; overflow: hidden;}
.gnb > li ul li {width: 140px; height: 50px;}
.gnb > li ul li a{ font-size: 14px; color:#222; line-height: 50px;}
.gnb_wrap .gnb_bg{position: absolute; left: 50%; transform: translateX(-50%); width: 100%; height: 0; background-color:#f6f6f6; z-index:150; visibility:hidden; opacity:0; overflow: hidden; transition: 0.5s;}
.gnb_wrap.on .gnb_bg{height: 350px; opacity:1; visibility:visible;}
.gnb_wrap.on .gnb > li ul{height: 350px; opacity:1; visibility:visible;}
#header .head_btn{position: absolute; right: 0; top: 8%; transform: translateY(); width:100%; text-align:right; display:flex; gap:20px; justify-content: flex-end;align-items: center;}
#header .head_btn .login{display: inline-block; font-size: 14px; color:#222; line-height: 22px;}
#header .head_btn .login:after{content:''; position: relative;  display: inline-block; top: 3px;width: 1px; height: 18px; margin: 0 15px; background-color:#222; }
#header .head_btn .login img{ position: relative;  top: 3px;margin-right: 15px;}
#header .head_btn .join{display: inline-block; font-size: 14px; color:#222; line-height: 18px;}
#header .head_btn .join img{ margin-right: 15px;}
#header .head_btn .guest_num{display:flex; justify-content: center;align-items: center;gap: 10px;margin-top:5px; box-shadow: 2px 2px 10px rgb(9 38 70 / 12%); padding:5px; border-radius:5px; font-size: 12px;}
#header .head_btn .guest_num img{width:20px; height:20px; margin-top:3px;}
#header .head_btn .guest_num p {margin-bottom: 0;}
#header .head_btn .guest_num p b {font-size: 13px;}

.head_btn p{margin-bottom:3px;}
.head_btn p span{color:#0b318f; font-weight:bold;}
.head_btn p em{color:red;}


#visual_wrap .inner{position: relative; }
#visual_wrap .slide-counter{position: absolute; top: 300px; left: 60px; z-index: 100; font-size: 20px; color: #fff; font-weight: 500;}
#visual_wrap .slide-index{font-size: 20px; color: #fff; font-weight: 500; }
#visual_wrap .counter_bar{font-size: 20px; color: #fff; font-weight: 300; margin: 0 5px}
#visual_wrap .total-slides{font-size: 20px; color: #fff; font-weight: 300; }
.visual_txt{position: absolute; top: 137px; left: 60px}
.visual_txt span{display: block; font-size: 25px; color: #fff; font-weight: 700; line-height: 1; }
.visual_txt em{ display: block; font-size: 45px; color:#fff; line-height: 1; font-weight: 700; margin-top: 10px;}
.visual_txt p{font-size: 20px; color:#fff; font-weight: 400; margin-top: 15px;}
.section01{padding: 30px 0;}
.board_box{float: left; width: 380px; height: 320px; box-shadow: rgba(0,0,0,0.06) 6px 0 18px; padding: 20px; margin-right: 30px;}
.board_box:last-child{margin-right: 0;}
.board_top{position: relative; padding-bottom: 20px; border-bottom: 1px solid #222;}
.board_top h3.board_tit{font-size: 18px; font-weight: 500; color:#222; line-height: 1; }
.board_top a{position: absolute; right: 0; top: 2px; display: block; width: 15px; height: 15px;}
.board_top a img{width: 100%; height: 100%;transform: rotate(0deg); transition: 0.3s;}
.board_top a:hover img{transform: rotate(90deg); transition: 0.3s;}
.board_mid{padding: 20px 0; border-bottom: 1px dotted #d3d3d3;}
.board_mid em{display: block; font-size: 16px; color:#0b318f; line-height:1; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.board_mid p{font-size: 14px; line-height: 20px; color:#222; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; word-wrap:break-word; height: 40px;}
.board_mid span{display: block; font-size: 14px; line-height: 1; color:#afafaf; margin-top: 10px; }
.board_bot{padding-top: 20px;}
.board_bot ul li{position: relative; padding-left: 10px;}
.board_bot ul li:before{content:''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; background-color:#0b318f; }
.board_bot ul li a{ display: block; width: 250px; line-height: 30px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; color:#222;}
.board_bot ul li span{position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 14px; color:#afafaf;}

.banner_box{float: left; width: 380px; height: 285px; margin-right: 30px;}
.banner_box > div.banner,.banner_box > a.banner{display: block; position: relative; padding: 29px 0 0 35px; width: 100%; height: 132.5px;}
.banner_box > div.banner img,.banner_box > a.banner img{position: absolute; left: 33px; top: 50%; transform: translateY(-50%);}
.banner_box > div.banner em,.banner_box > a.banner em{font-size: 18px; color:#fff; font-weight: 500; line-height: 1; }
.banner_box > div.banner p,.banner_box > a.banner p{font-size: 14px; color:#fff; line-height: 20px; margin-top: 5px;}
.banner_box > div.banner01,.banner_box > a.banner01{background:url(/assets/images/main/main_banner01_bg.jpg) center no-repeat; margin-bottom: 20px;}
.banner_box > div.banner02,.banner_box > a.banner02{background:url(/assets/images/main/main_banner02_bg.jpg) center no-repeat; margin-bottom: 20px;}

.banner_box .banner01 ul li,.banner_box .banner02 ul li{padding-left:15px; position:relative;}
.banner_box .banner01 ul li:after,.banner_box .banner02 ul li:after{content:''; position:absolute; width:5px; height:5px; background-color:#fff; left:0px; top:9px; border-radius:50%;}
.banner_box .banner01 ul li a,.banner_box .banner02 ul li a{color:#fff;   text-overflow: ellipsis;  white-space: nowrap; word-wrap: normal; overflow: hidden; width:280px; display:block;}

.section02 .board_box{ height: 285px;}
.section02 .board_top{border-bottom: none;}
.gallery_list{padding-top: 10px;;}
.gallery_list ul li{float: left; width: 160px; margin-right: 20px;}
.gallery_list ul li:last-child{margin-right: 0;}
.gallery_list ul li .img_area{position: relative; width: 100%; height: 135px; overflow:hidden;}
.gallery_list ul li .img_area img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto; height: auto; max-width: 100%; max-height: 100%;}
.gallery_list ul li .text_area{margin-top: 15px;;}
.gallery_list ul li .text_area em{display: block; font-size: 16px; line-height: 1; color:#0b318f; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.gallery_list ul li .text_area span{display: block; font-size: 14px; line-height: 1; color:#afafaf; margin-top: 10px;}



.calender_box{float: left; width: 380px; height: 285px; box-shadow: rgba(0,0,0,0.06) 6px 0 18px; padding: 20px; }
.cal_top{position: relative; padding-bottom: 20px;}
.cal_top h3.cal_tit{font-size: 18px; font-weight: 500; color:#222; line-height: 1; }
.cal_top .month_wrap{position: absolute; right: 0; top:0}
.cal_top .month_wrap em{position: relative; display: inline-block; text-align: center;width: 77px; bottom: 3px;font-size: 16px; color:#0b318f; line-height: 18px;}
.cal_top .month_wrap .next{display: inline-block; width: 11px; height: 18px; background:url(/assets/images/main/main_rolling_next.png) center no-repeat; cursor: pointer;}
.cal_top .month_wrap .prev{display: inline-block; width: 11px; height: 18px; background:url(/assets/images/main/main_rolling_prev.png) center no-repeat; cursor: pointer;}
.cal_bot table th{ width: 48px; height: 35px; text-align: center; font-weight: 400; font-size: 16px; color:#0b318f;}
.cal_bot table td{ width: 48px; height: 35px; text-align: center; font-size: 15px; font-weight: 300; color:#222; }
.cal_bot table td span.red{color:#b50f0f;}
.cal_bot table td span.blue{color:blue;}
.cal_bot table td span.active{color:#fff; display: block;  width: 24px; height: 24px; background-color:#375399; margin: 0 auto;}

.calender_box span.schedule_active_sapn{position:relative;}
.calender_box span.schedule_active_sapn:after{content:''; width:20px; height:3px; background-color:#375399; position:absolute; left:50%; bottom:-4px; transform:translateX(-50%);}

.location_box{float: left;width: 380px;height: 285px; box-shadow: rgb(0 0 0 / 6%) 6px 0 18px; padding: 20px;}
.location_box .location_box_tit{padding-bottom: 20px;position:relative;}
.location_box .location_box_tit h3{font-size: 18px;font-weight: 500; color: #222; line-height: 1;}
.location_box .location_box_tit a{    position: absolute;right: 0; top: 2px; display: block; width: 15px; height: 15px}
.location_box .location_box_tit a img{width: 100%;height: 100%;transform: rotate(0deg);transition: 0.3s;}
.location_box .location_box_tit a:hover img { transform: rotate(90deg);transition: 0.3s;}
.location_box .location_box_con{}
.location_box .location_box_con ul{display: flex; flex-wrap: wrap;}
.location_box .location_box_con ul li{width: 25%;border: 1px solid #ddd;text-align: center;border-left: 0; border-top: 0;line-height: 40px;} 
.location_box .location_box_con ul li:nth-child(1){background:#0b318f}
.location_box .location_box_con ul li:nth-child(1) a{color:#fff}
.location_box .location_box_con ul li:nth-child(-n+4){border-top:1px solid #ddd;}
.location_box .location_box_con ul li:nth-child(4n+1){border-left:1px solid #ddd;}
.location_box .location_box_con ul li a{color:#222;display:block;} 
.location_box .location_box_con ul li a span{color:#0b318f}
.location_box .location_box_con ul li:hover{background:#0b318f}
.location_box .location_box_con ul li:hover a{color:#fff}
.location_box .location_box_con ul li:hover span{color:#fff}


.section03{padding: 35px 0;}
.sec03_rolling_wrap{position: relative; width: 100%;}

#footer{width: 100%; padding: 30px 0; background-color:#3a495c; }
#footer .inner{position: relative; }
#footer a.foot_logo{position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
#footer ul li{float: left;}
#footer ul li:after{content: '|'; display: inline-block; color:#fff; margin: 0 10px;}
#footer ul li:last-child:after{display: none;}
#footer ul li a{font-size: 14px; color:#fff; }
#footer address{font-size: 14px; font-weight: 300; color:#fff; line-height: 23px; margin-top: 10px;}
#footer p.copyright{font-size: 14px; font-weight: 300; color:#fff; line-height: 23px;}


/* --------------------- sub ------------------ */
#sub_visual_wrap{position: relative; margin-bottom: 40px;}
.sub_visual_txt{position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.sub_visual_txt span{display: block; font-size: 25px; color:#fff; line-height: 1;  text-align: center;}
.sub_visual_txt em{display: block; font-size: 40px; font-weight: 700; color:#fff; line-height: 1; margin-top: 10px; text-align: center;}

.sub_menu{float: left; width: 260px; padding-bottom: 90px;}
.sub_menu .lnb{width: 100%; }
.sub_menu .lnb h3{width: 100%; height: 135px; text-align: center; line-height: 135px; background:url(/assets/images/sub/sub_menu_bg.jpg) center no-repeat;
font-size: 24px; font-weight: 500; color:#fff;}
.sub_menu .lnb > ul > li{}
.sub_menu .lnb > ul > li > a{display: block; width: 100%; height: 55px; border:1px solid #aaaaaa; border-top: none; background:url(/assets/images/sub/sub_menu_out.png) center right 13px no-repeat; transition: 0.3s; line-height: 55px; padding: 0 13px;font-size: 15px; color:#aaaaaa; transition:0.3s;}
.sub_menu .lnb > ul > li:hover > a{border:1px solid #0b318f; background:url(/assets/images/sub/sub_menu_on.png) center right 13px no-repeat; color:#0b318f; transition:0.3s;}
.sub_menu .lnb > ul > li.on > a{border:1px solid #0b318f; background:url(/assets/images/sub/sub_menu_on.png) center right 13px no-repeat;}
.sub_menu .lnb > ul > li.on > a{color:#0b318f;}
.sub_menu .lnb > ul > li > ul{display: none; background: #f5f7fb; padding: 25px; border: 0 none; border-bottom: 1px solid #aaaaaa;}
.sub_menu .lnb > ul > li > ul > li.on{color:#0b318f }
.sub_menu .lnb > ul > li > ul > li > a{position: relative; display: block; height: 34px; 	font-size: 14px; font-weight: 400; line-height: 34px; color:#777777; border: 0 none; background: none; padding-left: 12px;}
.sub_menu .lnb > ul > li > ul > li:hover > a{display: block;  height: 34px; font-size: 14px; font-weight: 400; line-height: 34px; color:#0b318f  ; border: 0 none; background: none;}
.sub_menu .lnb > ul > li > ul > li.on > a{display: block;  height: 34px; font-size: 14px; font-weight: 400; line-height: 34px; color: #0b318f  ; border: 0 none; background: none;}
.sub_menu .lnb > ul > li > ul > li > a:before{content: ''; position: absolute; top: 50%; left: 4px; transform: translate(0,-50%); width: 4px; height: 1px; background: #777777;}
.sub_menu .lnb > ul > li > ul > li:hover > a:before{content: ''; position: absolute;  top: 50%; left: 4px; transform: translate(0,-50%); width: 4px; height: 1px; background: #0b318f;}
.sub_menu .lnb > ul > li > ul > li.on > a:before{content: ''; position: absolute;  top: 50%; left: 4px; transform: translate(0,-50%); width: 4px; height: 1px; background: #0b318f;}


#sub_content{float: right; position: relative; width: 900px; }
#sub_content.member_sub_form{width:100%; float:none;}
#sub_content.member_sub_form .con_top:after{left: 0;}

.con_top{position: relative; padding-bottom: 28px; border-bottom: 1px solid #ddd}
.con_top:after{content:''; position: absolute; bottom: 0; width: 204px; height: 1px; background-color:#0b318f;}
.con_top h3{font-size: 30px; font-weight: 500; color:#222; line-height: 1; }
.location{position: absolute; top: 10px; right: 0;}
.location ul li{float: left; color:#aaa; font-size: 14px; }
.location ul li:after{content:''; display: inline-block; position: relative; bottom: 1px; width: 7px; height: 10px; background: url(/assets/images/sub/sub_location_arrow.png) center no-repeat; margin: 0 10px;}
.location ul li:last-child:after{display: none;}
.conbody{padding: 40px 0 90px 0;}


/*sub0101_인사말*/
.sub0101_con_wrap{margin-top:25px;}
.sub0101_con_wrap ul{ position:relative; padding-top:25px; background-image:url("/assets/images/sub/sub0101_bg_img2.jpg"); background-repeat: no-repeat; background-position: right bottom}
.sub0101_con_wrap ul:after{position:absolute; content:''; width:70px; height:2px; background-color:#0b318f; top:0; left:0; }
.sub0101_con_wrap ul li{font-size:17px; color:#222; margin-top:15px;line-height:35px;}
.sub0101_con_wrap ul li:first-child{margin-top:0px;}
.sub0101_con_wrap ul p{font-size:19px; font-weight:600; color:#222; margin-top:15px; }


/*sub0102_연혁*/
.history_wrap h5{font-size:25px; font-weight:600; color:#183b8b; float:left; width:185px; text-align:center; line-height:1;}
.history_wrap ul{float:left; width:715px; border-left:1px solid #183b8b; padding-left:50px; padding-bottom:65px;}
.history_wrap ul div h6{font-size:20px; font-weight:600; color:#183b8b; position:relative; line-height:1; margin-top:30px; margin-bottom:20px;}
.history_wrap ul div:first-child h6{margin-top:0px;}
.history_wrap ul div h6:after{position:absolute; content:''; width:17px; height:17px; background-image:url("/assets/images/sub/history_h5.jpg"); background-repeat: no-repeat; left:-59px; }
.history_wrap ul div li{position:relative; margin-top:10px; color:#222; font-size:15px;}
.history_wrap ul div li:after{position:absolute; content:''; width:9px; height:9px; background-image:url("/assets/images/sub/history_con.jpg"); background-repeat: no-repeat; left:-55px; top:9px;}
.history_wrap ul div li strong{padding-right:25px; font-size:17px;}


/*sub0104_임원진 소개*/
.mt0{margin-top:0px !important;}
.h4_tit{padding-left:25px; font-size:23px; margin-top:40px; margin-bottom:20px; background-image:url('/assets/images/sub/h4_tit.png'); background-repeat: no-repeat;background-position: left center;}

.sub_table{width:100%; text-align:center; border-top:3px solid #0b318f;}
.sub_table tr th{padding:15px 10px; background-color:#fafafa; border:1px solid #ddd; font-size:18px; color:#222; font-weight:700;}
.sub_table tr th:first-child{border-left:0;}
.sub_table tr th:last-child{border-right:0;}
.sub_table tr td{border:1px solid #ddd; padding:10px 9px; font-size:17px; word-break: keep-all;  text-align:left;}
.sub_table tr td:first-child{border-left:0; text-align:center;}
.sub_table tr td:last-child{border-right:0;}
.sub_table tr td.text_aling_center{text-align:center;}
.sub_table tr td ul li{border:1px solid #ddd; padding:10px 15px; margin-top:10px;}
.sub_table tr td ul li:first-child{margin-top:0px;}
.sub_table.sub0104 tr td:first-child{text-align:center;}
.sub_table.sub0104 tr td{text-align:center;}
.sub_table.sub0202 tr td:last-child{text-align:center;}
.sub_table.sub0202 tr td.ex_td_align{text-align:left;}

/* sub0105 */
.sub0105_wrap img {width:100%;}

/*sub0202_가입안내*/
.sub0202_con1{padding:0px 0px;}
.sub0202_con1 li{line-height:1.6; margin-top:6px;}
.sub0202_con1 li:first-child{margin-top:0px;}
.sub0202_con1 li p{color:#555; font-size:17px;}
.sub0202_con1 li p span{ color:#0b318f; font-size:22px; font-weight:600; display:inline-block; padding-left:5px;}
.sub0202_con1 li p.sub0202_con1_ex_p{position:relative; padding-left:29px;}
.sub0202_con1 li p.sub0202_con1_ex_p:after{content:'1.';color:#0b318f; font-size:22px; font-weight:600; position:absolute; left:3px; top:-4px;}
.sub0202_con1 div{border:1px solid #ddd; margin:20px 0; text-align:center; height:140px; line-height:140px; background-image:url('/assets/images/sub/sub0202_icon.png'); background-repeat: no-repeat; background-position: 5.5% center;}
.sub0202_con1 div p{color:#222; font-size:20px;  font-weight:500; padding-left:60px;}
.sub0202_con1 div p span{ color:#0b318f;  font-weight:600;}
.sub0202_con1>span{font-size:16px;color:#222;}


/*sub0302 sub0402 공용 리스트*/
.app_list {width: 100%;border-top: 2px solid #0063a5; table-layout: fixed;}
.app_list tr:hover {    background: #fafafa;}
.app_list td {    padding: 20px 15px;    border-bottom: 1px dashed #ddd;    min-height: 110px;    cursor: pointer;}
.app_list td h4 {    font-size: 17px;    line-height: 1;    margin-bottom: 17px;    font-weight: 400;    color: #000;    width: 100%;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}
.app_list td ul {    width: 100%;    font-size: 0;}
.app_list td ul li span {    color: #000;    font-weight: 500;    margin-right: 5px;}
.app_list td ul li {    display: inline-block;    margin-right: 15px;    padding-right: 15px;    position: relative;    font-size: 13px;    color: #666;    font-weight: 400;    line-height: 1;}
.app_list td ul li:before {    width: 1px;    height: 10px;    background: #ccc;    content: '';    position: absolute;right: 0;top: 1px;}
.app_list td ul li:last-child:before {content:inherit;}
.app_list td ul li:last-child {    margin-right: 0;    padding-right: 0;    margin-top: 10px;}
.statu {width: auto;font-size: 0;}
.statu span:last-child {    margin-bottom: 0;}
.statu .statu09 {background: #0b318f;}
.statu .statu08 {background: #353535;}
.statu .statu07 {background: #d81212;}
.statu .statu10 {background: #fff; border: 1px solid #0b318f; color: #0b318f; font-weight: 600;}
.statu span {display: inline-block; width: 100%;    height: 30px;color: #fff;font-size: 12px;  font-weight: 400;text-align: center;line-height: 30px;margin-bottom: 5px;}


/*sub0302 sub0402 공용 뷰페이지*/
.app_view .tit {width:100%; border-top:2px solid #0063a5; padding: 15px 20px; border-bottom:1px solid #eaeaea; position:relative; min-height:110px; margin-bottom:20px;}
.app_view .tit p {font-size:13px; margin-bottom:11px; font-weight:400; color:#999; }
.app_view .tit h4 {width:88%; font-size:17px; line-height:1; margin-bottom:15px; font-weight:400; color:#000; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; }
.app_view .tit h4 a {color:#000; }
.app_view .tit > ul {width:89%; font-size:0;}
.app_view .tit > ul > li {display:inline-block; margin-right:15px; padding-right:15px; position:relative; font-size:13px; color:#666; font-weight:400;}
.app_view .tit > ul > li::before {width:1px; height:10px; background:#ccc; content:''; position:absolute; right:0; top:7px;}
.app_view .tit > ul > li:last-child {margin-right:0; padding-right:0;}
.app_view .tit > ul > li:last-child::before {display:none;}
.app_view .tit > ul > li span {color:#000; font-weight:500; margin-right:5px;}
.app_view .con {padding-bottom:20px; border-bottom:1px solid #eaeaea;}
.app_view .tit .statu { position:absolute; right:20px; top:40px; width:80px;}
.app_view iframe {width:100%; height:350px;} 
.app_view_li_m{padding-bottom:20px;}

.btns {overflow:hidden; width:390px; margin:0 auto; /* margin-top:40px; */margin-top:20px;}
.btns div {float:left; width:120px; /* height:45px; */height:40px; margin-right:10px; text-align:center; line-height:40px;}
.btns div a {color:#fff; display:block; width:100%; height:100%;}
.btns div:nth-child(1) {border:1px solid #0b318f;}
.btns div:nth-child(1) a {color:#222;}
.btns div:nth-child(1) {background:#fff;} 
.btns div:nth-child(2) {background:#0b318f;} 
.btns div:nth-child(3) {background:#0b318f;} 
.btns div:last-child {margin-right:0;}
.app_view_con2{ border-bottom: 1px solid #eaeaea;}
.app_view_con2 ul{padding-bottom:30px; padding-top:30px;}


/*sub0501 국내 관련 사이트*/
.portfolio_list {}
.portfolio_list li {float:left; width:286px; height:235px; margin-right:20px; margin-top:30px; border:1px solid #eaeaea;}
.portfolio_list li:nth-child(3n) {margin-right:0;}
.portfolio_list li:nth-child(-n+3) {margin-top:0;}
.portfolio_list li a {display:block; width:100%; height:100%;}
.portfolio_list li .img {display:table-cell; width:286px; height:98px; vertical-align:middle; text-align:center; background-color:#fff;}
.portfolio_list li .img img {max-width:286px; max-height:98px; width:auto; height:auto;}
.portfolio_list li .txt {width:100%; height:135px; background:#f9f9f9; padding:16px 10px 15px; text-align:center; border-top:1px solid #eaeaea;}
.portfolio_list li .txt h3 {font-size:15px; color:#000; line-height:1; font-weight:500; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.portfolio_list li .txt span {word-break:keep-all; display:block; font-size:12px; color:#555; height:30px;/* line-height:1; */ margin-top:12px; /* text-overflow:ellipsis; overflow:hidden; white-space:nowrap; */}
.portfolio_list li .txt .go {margin:0 auto; display:block; border:1px solid #0d37d1; color:#0d37d1; font-size:12px; font-weight:500; text-align:center; 
margin-top:13px; width:100px; height:30px; line-height:28px;}
.portfolio_list li .txt .go:hover {background:#0d37d1; color:#fff; transition:all 0.3s;}
.paging_wrap{text-align:center; box-sizing:border-box; margin-top:60px;}
.paging_wrap:before, .paging_wrap:after{box-sizing:inherit;}
ul.paging{display:inline-block; font-size:0; }
ul.paging li{display:inline-block; margin:0 1.5px; vertical-align:middle; }
ul.paging li img{ vertical-align:middle; }
ul.paging li a{display:block; width:40px; height:40px; border:1px solid #eaeaea; font-size:12px; color:#999; line-height:38px; font-weight:400;}
ul.paging li.page_arrow a{ display:table-cell; line-height:35px; vertical-align:middle;}
ul.paging li.on{background:#2E3192; }
ul.paging li.on a{color:#ffffff;}


/*sub0107*/
.sub0107{word-break:keep-all}
.sub0107 .top{text-align:center;padding:35px 0;border:6px solid #ddd;background:#fff}
.sub0107 .top em{display:block;line-height:1;font-size:25px;font-weight:700;color:#0B318F;}
.sub0107 .top p{margin-top:20px;line-height:1;font-size:18px;}
.sub0107 table{width:100%;border-top:2px solid #0B318F;table-layout: fixed;margin-top:40px;}
.sub0107 table thead tr th{font-size:13px;padding:20px 0px;font-weight:500;color:#222;border-bottom:1px solid #ddd;border-right:1px solid #ddd; background:#f7f7f7}
.sub0107 table thead tr th:nth-child(1){border-left:1px solid #ddd;}
.sub0107 table thead tr:nth-child(2) th{background:#fff;}
.sub0107 table tbody tr{border-bottom:1px solid #ddd;}
.sub0107 table tbody tr td{text-align:center;font-size:13px;padding:20px 0px;border-right:1px solid #ddd;}
.sub0107 table tbody tr td:nth-child(1){border-left:1px solid #ddd;}



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

/* sub0402 */
.sub0402_wrap img {width:100%;}