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

 @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 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.7; font-family: 'Nanum Gothic';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: 1100px;}
.inner{width: 1100px; margin: 0 auto; max-width:100%;}

/* header */
#header{width:100%; height:130px;/*  background:url(/assets/images/main/bg_header.jpg) 0 0 repeat-x; */ }
#header .inner{position: relative; height:75px; }
#header h1{position:absolute; left:0; top:30px; }

.util{position:absolute; right:0; top:28px; height:26px; }
.util span{line-height:26px; margin-left:20px;}
.util span a{font-size:12px; color:#999999; font-weight:bold; }
.util span.bar{margin-right:15px; color:#cccccc; }
.util a.btn_language{display:inline-block; height:26px; width:84px; background:#ef354b; text-align:center; line-height:26px; border-radius:20px; font-size:12px;
color:#ffffff; font-weight:bold; }
#gnb{width:900px; margin:0 auto; height:55px; }
#gnb > li{float:left; width:220px; height:55px; line-height:55px; text-align:center; }
#gnb > li > a{display:block; width:220px; height:55px; font-size:16px; color:#555555; font-weight:bold; }
#gnb > li > a:hover, #gnb > li.on > a{color:#ef354b; }

#sub_gnb_wrap{width:1400px; position:absolute; left:50%; top:130px; margin-left:-700px; z-index:9999; background:#f6f6f6; height:240px; overflow:hidden;
border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; display:none; opacity:0 }
#sub_gnb_wrap.on{ }
.sub_gnb_wrap{width:900px; margin:0 auto; text-align:right; }
ul.sub_gnb{float:left; width:220px; border-right:1px solid #dddddd; height:240px; padding-top:15px; }
ul.sub_gnb:first-child{border-left:1px solid #dddddd; }
ul.sub_gnb li{text-align:left; text-indent:20px; height:36px; line-height:36px; }
ul.sub_gnb li a{font-size:13px; color:#555555; display:block; height:36px; width:100%; }
ul.sub_gnb li:hover{background:#ef354b; }
ul.sub_gnb li:hover a{color:#fff; font-weight:bold; }

#visual_wrap{width:1400px; margin:0 auto; }
#container{height:440px; margin-top:20px; }
#container .main_contents{float:left; position:relative; }

.section1{width:300px; height:150px; border:1px solid #cccccc; background:url(/assets/images/main/bg_section1.jpg) 0 0 no-repeat; padding:23px 0 0 20px;}
.main_login_form_wrap{position:relative; width:260px;}
.main_login_form_wrap span.login_main{display:block; }

#visual_wrap .visualSlide .swiper-slide{width: 100%;height: 610px;}
#visual_wrap .visualSlide .visual_bg{width: 100%;height: 100%;background-position: center top;background-repeat: no-repeat;background-size: cover;}
#visual_wrap .visualSlide .visual_arw svg{display: none;}
#visual_wrap .visualSlide .visual_arw{margin-top: 0 !important; transform: translateY(-50%);}
#visual_wrap .visualSlide .swiper-button-prev{ top:264px; left:150px; position:absolute; z-index:20; width:50px; height:80px; background:url(/assets/images/main/prev.png) 0 0 no-repeat; }
#visual_wrap .visualSlide .swiper-button-next{ top:264px; right:150px; position:absolute; z-index:20; width:50px; height:80px; background:url(/assets/images/main/next.png) 0 0 no-repeat; }
#visual_wrap .visualSlide .swiper-pagination-bullet{display: inline-block;width: 14px;height: 14px;background: url('/assets/images/main/off.png') 0 0 no-repeat;background-size: cover;opacity: 1;margin: 0 4px !important;}
#visual_wrap .visualSlide .swiper-pagination-bullet-active{background: url('/assets/images/main/on.png') 0 0 no-repeat;background-size: cover;}

.main_login_form_wrap span.loging_main{display:block; }
.main_login_form_wrap span.loging_main span{display:inline-block; font-size:14px; color:#696969; font-family:'Malgun Gothic'; font-weight:bold; width:200px;height:50px;
margin-top:12px;}
.main_login_form_wrap span.login_main span{display:inline-block; font-size:14px; color:#696969; font-family:'Malgun Gothic'; font-weight:bold; width:50px;
margin-bottom:12px;}
.main_login_form_wrap span.login_main input{width:138px; height:24px; border:1px solid #cccccc; }
.type_login_btn{position:absolute; right:0; top:0; background:#3b5262; border:0 none; width:60px; height:60px; font-size:14px; color:#ffffff; font-weight:bold; }
p.login_etc{font-size:0; margin-top:10px;}
p.login_etc span.sep{font-size:12px; color:#696969; font-weight:bold; margin:0 3px;}
p.login_etc span a{font-size:12px; color:#696969; font-weight:bold;}

.section2{width:300px; height:150px; border:1px solid #cccccc; background:url(/assets/images/main/bg_section2.jpg) 198px 43px no-repeat; }
.section2 > a{display:block; width:300px; height:150px; padding:23px 0 0 25px;}
.section2 h2{font-size:20px; color:#333333 }
.section2 p{font-size:13px; color:#666666; line-height:1.5; margin-top:6px;}
.section2 span.btn_more{font-size:10px; color:#666666; border-bottom:1px solid #666666; font-weight:bold; display:inline-block; margin-top:12px; line-height:1; }

.section3{width:460px; height:150px; border:1px solid #cccccc; background:url(/assets/images/main/bg_section3.jpg) 24px 74px no-repeat;}
.section3 h2{font-size:20px; color:#ef354b; position:absolute; left:23px; top:23px;}
.section3 .main_notice{width:302px; position:absolute; left:132px; top:25px;}
.section3 .main_notice li{font-size:13px; color:#666666; font-weight:bold;}
.section3 .main_notice li:last-child{margin-top:9px; padding-top:9px; border-top:1px solid #b9b9b9; }
.section3 .main_notice a{font-size:13px; color:#666666; font-weight:bold; line-height:1.3; }
.section3 .main_notice p img{margin-left:3px;}
.section3 .main_notice span{font-size:13px; color:#666666; font-weight:normal; }

.section4{width:255px; height:270px; border:1px solid #cccccc; background:url(/assets/images/main/bg_section4.jpg) 0 0 no-repeat; }
.section4 > a{display:block; width:255px; height:270px; padding:23px 0 0 20px;}
.section4 h2{font-size:20px; color:#333333 }
.section4 address{font-size:13px; color:#727272; margin-top:10px; line-height:1.5; }
.section4 strong{display:block; margin-top:10px; font-size:20px; color:#d34a4a }
.section4 strong img{vertical-align:-3px; margin-right:10px;}

.section5{width:255px; height:270px; background:url(/assets/images/main/bg_section5.jpg) 0 0 no-repeat; }
.section5 > a{display:block; width:255px; height:270px; padding:23px 0 0 20px;}
.section5 h2{font-size:20px; color:#ffffff; }
.section5 span.btn_go{display:block; width:31px; height:31px; background:#8d1eab; text-align:center; line-height:31px; border-radius:50%; margin-top:10px;
font-size:12px; color:#fff; }

.section6{width:550px; height:270px;}
.section6 .main_quick{}
.section6 .main_quick li{float:left; width:132px; height:132px; border:1px solid #cccccc; margin-left:7px; margin-bottom:6px; text-align:center; }
.section6 .main_quick li a{display:block; width:132px; height:132px; padding-top:98px; font-size:13px; color:#666666; font-weight:bold; }
.section6 .main_quick li.q01{margin-left:0; background:#ef5e5e url(/assets/images/main/q01.png) center 30px no-repeat; }
.section6 .main_quick li.q02{background:url(/assets/images/main/q02.png) center 30px no-repeat; }
.section6 .main_quick li.q03{background:#f8c241 url(/assets/images/main/q03.png) center 40px no-repeat; }
.section6 .main_quick li.q04{background:url(/assets/images/main/q04.png) center 30px no-repeat;}
.section6 .main_quick li.q05{margin-left:0; background:url(/assets/images/main/q05.png) center 30px no-repeat;}
.section6 .main_quick li.q06{background:#cba579 url(/assets/images/main/q06.png) center 30px no-repeat; }
.section6 .main_quick li.q07{background:url(/assets/images/main/q07.png) center 30px no-repeat;}
.section6 .main_quick li.q08{background:#79a3cb url(/assets/images/main/q08.png) center 30px no-repeat; }
.section6 .main_quick li.color a{color:#fff; }
.section6 .main_quick li:hover{
animation-duration: 500ms;
animation-name:flip;
animation-fill-mode: both;
animation-iteration-count: 1;
animation-timing-function: inherit;
}
@keyframes flip{
0%{background-position:center 30px;}
50%{background-position:center 25px;}
100%{background-position:center 30px;}
}

.main_community{margin-top:45px;width:656px; float:left; }
.main_community h2{font-size:20px; color:#000000; } 
.main_community h2 span{color:#ef354b;} 
.main_community a.btn_more{position:absolute; right:40%; top:50px; display:block; width:51px; height:23px; background:#393939; text-align:center; line-height:23px; 
font-size:10px; color:#ffffff; font-weight:bold; } 
.main_gallery{margin-top:10px;}
.main_gallery li{float:left; margin-left:12px; width:210px; text-align:Center; }
.main_gallery li:first-child{margin-left:2px; }
.main_gallery li .g_img{width:210px; height:154px; border:1px solid #cccccc; display:table-cell;text-align:center; vertical-align:Middle; }
.main_gallery li .g_img img{max-width:208px; max-height:152px; }
.main_gallery li p{font-size:12px; color:#555555; line-height:1.4; }

.main_partner{margin-top:50px; margin-bottom:30px;}
.main_partner h2{font-size:20px; color:#000000; } 
.main_partner h2 span{color:#ef354b;} 

.btom_box3{width:1100px; margin:0 auto; position:relative; overflow:hidden; height:300px}
.map_link{width:420px; float:left; margin-top:45px; position:relative;}
.link_box{background:url(/assets/images/main/map_bg.jpg) no-repeat; height:154px;}
.map_link h2{font-size:20px; color:#000000; } 
.map_link h2 span{color:#ef354b;} 
.linkcont{float:left; width:125px}
.linkcont li{font-size:12px; line-height:16px; letter-spacing:-0.4px; background:url(/assets/images/main/link_line.png)0 8px no-repeat; padding-left:8px;}
.linkcont ul{display: flex;flex-direction: column;gap: 5px;}

/* footer */
#footer{width:100%; background:#e9e9e9; padding-top:30px; height:100px;}
#footer address, #footer p{font-size:13px; color:#555555;}

/* sub */
#sub_visual{width:100%; height:170px; }
.sub_visual1{background:url(/assets/images/sub/sub_visual1.jpg) top center no-repeat; }
#sub_container{margin-top:35px;}
#sidebar{width:220px; float:left; }
#sidebar h2.sub_title{font-size:20px; color:#1e1b1b; text-indent:3px;}
.lnb{border-top:1px solid #dddddd; margin-top:5px;}
.lnb h3{height:43px; border:1px solid #dddddd; border-width:0 1px 1px 1px;}
.lnb h3 a{line-height:42px; display:block; width:220px; height:42px; font-size:14px; color:#303030; font-weight:normal; text-indent:20px;}
.lnb h3 a:hover{font-weight:bold; color:#ef354b; }
.lnb h3.on{background:#ef354b;  border:1px solid #ef354b; border-width:0 1px 1px 1px;  }
.lnb h3.on a{color:#fff; font-weight:bold;}
.lnb ul{border-bottom:1px solid #dddddd; padding:10px 0 5px 25px; background:#f7f7f7; border-left:1px solid #ddd; border-right:1px solid #ddd;  display:none; }
.lnb ul li{margin-bottom:5px; line-height:1.5; }
.lnb ul li a{font-size:13px; color:#777; }
.lnb ul li a.m_over{font-weight:bold; color:#333; }
.rep_tel{width:220px; height:101px; background:url(/assets/images/sub/bg_rep_tel.jpg) 0 0 no-repeat;  margin-top:30px; position:relative; }
.rep_tel h4{font-size:14px; color:#1f1f1f; position:absolute; left:85px; top:15px;}
.rep_tel strong{font-size:24px; color:#29ace9; line-height:1; font-weight:800; font-family:'Malgun Gothic';  position:absolute; left:85px; top:37px;}
.rep_tel strong span{display:block; font-size:20px; line-height:1.2;}
#sub_contents{width:800px; float:right; }
.contop{height:100px; border-bottom:1px solid #dddddd; }
.contop h3.page_title{font-size:32px; color:#1e1b1b; line-height:1.5; }
.contop span.path{display:block; margin-top:8px; margin-left:3px; font-size:13px; color:#666666; }
.contop span.path img{vertical-align:-4px; margin-right:3px;}
.conbody{padding-top:40px; padding-bottom:70px; min-height:550px;}


.h4_title{background:url(/assets/images/sub/h4_title.jpg)0 8px no-repeat; padding-left:20px; font-size:16px; font-weight:600; color:#222}

.content_table{width:100%; border-top:2px #666 solid;}
.content_table th{text-align:center; font-size:14px; color:#333; font-weight:600; padding:5px;  border:1px solid #ddd;  font-family:'Malgun Gothic'; background-color:#f4f4f4}
.content_table td {text-align:center; line-height:22px;  font-size:13px; color:#666;   padding:5px; border:1px solid #ddd; }
.content_table .bg {background-color:#faf8f1; }

.content_table02{width:100%; border-top:2px #666 solid;}
.content_table02 th{text-align:center; font-size:14px; color:#333; font-weight:600; padding:5px;  border:1px solid #ddd;  font-family:'Malgun Gothic'; background-color:#f4f4f4}
.content_table02 td {text-align:left;  line-height:22px;  font-size:13px; color:#666;   padding:15px; border:1px solid #ddd;  }

.history_table{width:100%; border-top:2px #666 solid;}
.history_table th{text-align:left; font-size:16px; color:#ed5f21; font-weight:600; padding:5px;  border-bottom:1px solid #ddd;  font-family:'Malgun Gothic';}
.history_table td {text-align:left;  line-height:22px;  font-size:13px; color:#666;   padding:15px; border-bottom:1px solid #ddd;  }

.tred{color:#ef354b; font-weight:600}



.btn_top{position:fixed; bottom:-50px;right:15px;z-index:9999;}
.btn_top a {display:block; font-family: 'Open Sans', sans-serif; width:45px; height:45px; text-align:center; font-size:11px; font-weight:600; color:#fff; background:#222222; border-radius:50%;  text-decoration:none; padding-top:5px; line-height:1.5;}
.btn_top a:hover {color:#f8c241; font-weight:600;}

/* sub0403_주차장 이용안내 */
.parking_tit{font-size:16px; font-weight:bold; color:#ef354b;height:37px;padding:4px 0 0 45px;margin:35px 0 15px 0;}
.parking_tit1{background:url("/assets/images/sub/sub0304_icon01.png") no-repeat;}
.parking_tit2{background:url("/assets/images/sub/sub0304_icon02.png") no-repeat;}
.parking_tit3{background:url("/assets/images/sub/sub0304_icon03.png") no-repeat;}
.parking_tit4{background:url("/assets/images/sub/sub0304_icon04.png") no-repeat;}
.sub_txt{font-size:13px; line-height:22px; color:#666;}
.sub0403_wrap .sub_txt{font-size:13px; line-height:22px; color:#666;     display: inline-flex;}
.sub0403_wrap .con{margin-top: 50px;}
.sub0403_wrap  .img_wrap{display: flex;flex-direction: column; gap:15px; margin-bottom: 30px;}
.sub0403_wrap  .img_wrap p{text-align: right; font-size:14px; color:#aaa; font-weight: 500;}
.sub0403_wrap  img{display: block; margin-top: 30px;	}
.sub0403_wrap .ml10{margin-left: 10px;	}
/* .parking_ul{border-bottom:1px solid #ddd;} */

/*  sub0101_new  */
.sub0101_new .con01 .flex_wrap{display:flex;    justify-content: space-between; margin-top:25px;}
.sub0101_new .con01 .flex_wrap .txt_wrap ul li{display:flex;align-items: center; gap:30px; }
.sub0101_new .con01 .flex_wrap .txt_wrap ul li:not(:last-child){margin-bottom:15px; }
.sub0101_new .con01 .flex_wrap .txt_wrap ul li span{background:#e5f5fd; padding:5px 30px; border-radius:60px; font-size:15px; color:#222; font-weight:600; }
.sub0101_new .con01 .flex_wrap .txt_wrap ul li:nth-child(odd) span{background:#f5fde5; }
.sub0101_new .con01 .flex_wrap .txt_wrap ul li p{font-size:14px; color:#222; font-weight:700;}
.sub0101_new .con01 img{width:50%; border-radius:20px;}

.sub0101_new .con02 .img_wrap{margin:0 auto; margin-top:25px;width:100%; border:2px solid #ed5f21; border-radius:10px; padding:50px 25px;}
.sub0101_new .con02 img{display: block;width: 400px;margin: 0 auto;}
.sub0101_new .con02 ul.dot_wrap{margin-top:30px; display:flex; flex-wrap:wrap; gap:20px;}
.sub0101_new .con02 ul.dot_wrap > li{width:calc((100% - 40px) / 3); background:#fdede5; border-radius:15px; padding:30px; font-weight:700; color:#444; text-align:center;}
.sub0101_new .con02 ul.dot_ul {margin-top:15px;}
.sub0101_new .con02 ul.dot_ul > li{position:relative; font-weight:400; padding-left:15px; text-align:left; word-break:keep-all;}
.sub0101_new .con02 ul.dot_ul > li:before{position:absolute; content:""; width:5px; height:5px; border-radius:10px; background: #ed5f21; top:7px; left:0;}

.sub0101_new .con03 img{display: block;width: 650px;margin: 0 auto;}
.sub0101_new .con03 ul.dot_wrap{margin-top:30px; display:flex; flex-wrap:wrap; gap:20px;}
.sub0101_new .con03 ul.dot_wrap > li{width:calc((100% - 20px) / 2);border-radius:15px; background:#f5f8eb; padding:30px; font-weight:700; color:#444; text-align:center;}
.sub0101_new .con03 ul.dot_ul {margin-top:15px;}
.sub0101_new .con03 ul.dot_ul > li{position:relative; font-weight:400; padding-left:15px; text-align:left; word-break:keep-all;}
.sub0101_new .con03 ul.dot_ul > li:before{position:absolute; content:""; width:5px; height:5px; border-radius:10px; background: #9cb740; top:7px; left:0;}
.sub0101_new .con03 ul.dot_wrap > li:last-child{width:100%;}
.sub0101_new .con03 ul.dot_wrap > li .esg_wrap > ul{display:flex; justify-content: space-between;margin-top: 10px;}
.sub0101_new .con03 ul.dot_wrap > li .esg_wrap > ul li p{font-weight:700; color:#9cb740; text-align:center;}
.sub0101_new .con03 ul.dot_wrap > li .esg_wrap > ul > li{display:flex;  flex-direction:column; width:30%;  background:rgba(255,255,255,.6); border-radius:20px; padding:20px;}

.sub0101_new .con04 .box_wrap{display:flex; align-items: baseline; gap:30px;}
.sub0101_new .con04 .box_wrap:not(:last-child){margin-bottom:20px; margin-top:25px;}
.sub0101_new .con04 .box_wrap span{font-size:15px; color:#222; background:#e5f5fd; font-weight:700; display:block; padding:5px 30px; width:120px; border-radius:50px; text-align:center; }
.sub0101_new .con04 .box_wrap ul li{position:relative; padding-left:15px;color: #222222;font-weight: 600;}
.sub0101_new .con04 .box_wrap ul li:before{position:absolute; content:""; width:5px; height:5px; border-radius:10px; background: #9edaf8; top:8px; left:0;}
.sub0101_new .con04 .img_box > img{display: block;width: 300px;margin: 0 auto;}
.sub0101_new .con04 .img_box ul{display:flex;gap: 50px;}
.sub0101_new .con04 .img_box ul li {width:28%:}
.sub0101_new .con04 .img_box ul li img{width:100%;}

.sub0107_wrap ul li{border-bottom:1px solid #f9b4bc; padding:15px 0;}
.sub0107_wrap ul li em {font-size:30px; color:#ef354b; font-weight:700; padding-right:20px;} 
.sub0107_wrap ul li a {font-size:14px; color:#444; font-weight:400; } 

/* sub0505 -  설문조사 list */
.question_tbl{width:100%; border-top:2px solid gray; border-bottom:2px solid #eaeaea;}
.question_tbl th{font-size:13px; color:#666; font-weight:bold; text-align:center; padding:7px; border-bottom:1px solid #aeaeae;}
.question_tbl td{color:#7d7d7d;text-align:center; padding:7px; border-bottom:1px solid #eaeaea;}
.question_tbl td a{color:#7d7d7d;}
.tbl_tit{text-align:left !important; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;  width: 200px; height: 37px;}
.result01{display:inline-block; width:65px; height:25px;border-radius:5px; background:#79A3CB; color:#fff; text-align:center; line-height:24px; font-size:12px;}
.result02{display:inline-block; width:65px; height:25px;border-radius:5px; background:#EF5E5E; color:#fff; text-align:center; line-height:24px; font-size:12px;}
.result03{display:inline-block; width:65px; height:25px;border-radius:5px; background:#fff; color:#79A3CB; text-align:center; line-height:24px; font-size:12px; border:1px solid #79A3CB;}
.result04{display:inline-block; width:65px; height:25px;border-radius:5px;  background:#fff; color:#EF5E5E; text-align:center; line-height:24px; font-size:12px; border:1px solid #EF5E5E;}

/* sub0505 -  설문조사 view */
.question_tbl{width:100%; border-top:2px solid gray; border-bottom:2px solid #eaeaea;}
.question_tbl th{font-size:14px; color:#333; font-weight:bold; text-align:center; padding:7px; border-bottom:1px solid #aeaeae; background:#f4f4f4;}
.question_tbl td{color:#7d7d7d;text-align:center; padding:7px; border-bottom:1px solid #eaeaea;}
.question_tbl td a{color:#7d7d7d;}
.tbl_tit{text-align:left !important; }
.tbl_tit a{display:inline-block;text-align:left !important; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;  width: 390px;}
.talign_left{text-align:left !important;}
.tbl_con{font-size:13px; font-weight:bold;}
.bdbn{border-bottom:1px solid #eaeaea !important;}
.sub0505_viewWrap .h4_title{margin:50px 0 10px 0;}
.qan{font-size:14px; font-weight:bold; color:#555; margin:30px 0 15px 0;}
.answer_list input{vertical-align:text-bottom;}
.answer_list{width:100%; display:inline-block; border-top:2px solid #EF354C; border-bottom:1px solid #eaeaea; padding:10px 0 10px 0;}
.submitArea{width:215px; margin:0 auto; margin-top:40px;}
.submit_ul li{text-align:center; line-height:30px; float:left;}
.submit_ul li:nth-child(1) input{width:100px; height:32px; background:#f4f4f4; text-align:center; border:1px solid #eaeaea; color:#555; margin-right:10px;}
.submit_ul li:nth-child(2) a{display:block;width:100px; height:32px; background:#ef354b;  color:#fff;}
.submit_ul li:nth-child(2) a > .bbs_btn{width:100px; height:32px; background:#ef354b;  color:#fff;}
#answer_area{width:800px; height:350px;border:1px solid #eaeaea; padding:10px; background:#f9f9f9;}


/* sub0505 -  설문조사 view2 */
.sub0505_viewWrap{padding-bottom:70px;}
.bbs_btn a{float:right; display:block; width:100px; height:32px; background:#ef354b;  color:#fff; text-align:center; line-height:30px; margin-top:40px;}
.research_txt{font-size:13px; color:#555; font-weight:bold; margin-right:10px; width:100px;display:inline-block;}
.research_bar{display:inline-block; width:600px; height:20px; background:#ef354b; margin-right:10px;}
.research_bar2{display:inline-block; width:100px; height:20px; background:#ef354b; margin-right:10px;}
.research_list li{float:left;}
.research_num{font-size:13px;}
.qustion_con{height:auto; padding-bottom:30px; border-bottom:1px solid #eaeaea;}

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