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

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/font/Pretendard-Black.woff2') format('woff2');
}
/* Common **********************************************************************/ 
html,body {width:100%; }
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;}


/*로그인스킨*/
#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;}
.tab_img{display: none;}
.mob_img{display: none;}

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

.main_tit h3{font-size: 45px;}
.section{padding-block:80px;}
a.more_btn {display: inline-flex;align-items: center; gap: 10px; padding: 12px 26px; border: 1px solid #dddddd; color: #555; position: relative; overflow: hidden; transition: color 0.3s ease, border-color 0.3s ease;z-index: 1;}
a.more_btn::before { content: "";position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #333; transform: scaleX(0); transform-origin: left;transition: transform 0.4s ease; z-index: -1;}
a.more_btn:hover {color: #fff; border-color: #333;}
a.more_btn:hover::before { transform: scaleX(1);}
a.more_btn i {transition: transform 0.3s ease;}
a.more_btn:hover i {transform: translateX(5px);}

/* quick */
#main_quick{position: fixed; right: 50px; bottom: 80px; z-index: 9999;}
#main_quick ul li{position: relative; background: rgb(0,0,0,.5); border-radius:50%; transition: background 0.3s ease;}
#main_quick ul li:last-child:hover{background: #f36e20;}
#main_quick ul li{margin-bottom: 10px;}
#main_quick ul li a{display: flex; align-items: center; position: relative;}
#main_quick ul li a .quick_icon{display: flex; width: 70px; height: 70px; aspect-ratio:1; align-items: center; justify-content: center; z-index: 1;}
#main_quick ul li .label {position: absolute; right: 0px;width: 190px;	height: 70px; 	line-height: 70px; padding-inline: 15px; background: #f36e20; color: #fff; font-size: 1.125rem; border-radius: 35px; white-space: nowrap; opacity: 0; transform: translateX(10px); pointer-events: none; transition: all 0.3s ease;}
#main_quick ul li:not(:last-child):hover {background: #f36e20;}
#main_quick ul li:hover .label {opacity: 1;transform: translateX(0);}


#header {position: absolute; width: 100%; z-index: 1500;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 170px; height: 31px;}
#header .inner{display: flex; align-items: center; justify-content: space-between;}
#header .gnb{display: flex;}
#header .lng_wrap{display: flex; gap:20px; align-items: center;}
#header .lng_wrap a{font-size: 15px; color: rgb(255,255,255,.5); font-weight: 400; white-space:nowrap;}
#header .lng_wrap a.on{color: #fff; font-weight: 600;}
 
#header.on{background: #fff;}
#header.on .gnb > li{text-align: center; border-left:1px solid transparent; border-right:1px solid transparent;}
#header.on .gnb > li > a{color: #222;}
#header.on .gnb > li.on > a{color: var(--co01);}
#header .gnb > li{position: relative;}
#header .gnb > li > a{display: block; font-size: 17px; color: #fff; padding:40px 48px; white-space:nowrap;}
#header .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 0; transform:translateX(-50%); width: 0%; height: 2px; background: var(--co01); transition:.3s; z-index: 100;}
#header .gnb > li.on::after{width: 20%;}
.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.3s ease-in-out, opacity 0.2s ease-in-out;}
.gnb-wrap .gnbBg:after{position:absolute; width:100%; left:0; height:1px; background-color:#ddd; content:"";}
.gnb-wrap.on .gnbBg{height:280px; opacity:1.0; filter:Alpha(opacity=100);}
.gnb-wrap .gnb .gnb-2dep{position:absolute; top:95px; 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{padding-block:30px;}
.gnb-wrap .gnb .gnb-2dep > ul > li{text-align: center;}
.gnb-wrap .gnb .gnb-2dep > ul > li:not(:last-child){margin-bottom: 20px;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a{font-size: 16px; color: #555555; transition:.3s ease-in-out;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a:hover{font-weight: 500;}
.gnb-wrap .gnb.on > li .gnb-2dep{height:34rem; opacity:1.0;visibility:visible;transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;}

@media screen and (max-width:1280px) {
	#header .gnb > li > a{padding: 40px 32px;}
}

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

/* visual */
#visual_wrap .video_wrap{width: 100%; height: 100vh;}
#visual_wrap video{width: 100%; height: 100%; object-fit: contain;}
#visual_wrap .txt_wrap{position: absolute; top: 50%; transform:translateY(-50%); left: 260px; color: #fff;}
#visual_wrap .txt_wrap h2{font-size: 60px; line-height: 1.5; text-shadow: 2px 2px 4px #555;}
#visual_wrap .txt_wrap p{font-size: 25px; line-height: 1.4; width: 50%; text-shadow: 2px 2px 4px #555; word-break:keep-all;}
#visual_wrap .visual_items{position: absolute; top: 65%; transform:translateY(-50%); left: 260px; color: #fff; z-index: 100; font-size: 20px;}
#visual_wrap .visual_items span{color: rgb(255,255,255,.4); font-weight: 700;}
#visual_wrap .visual_items span.current{color: #fff;}
#visual_wrap .prev_btn{background: url(/images/main/main_prev.png)center no-repeat; background-size:cover; width: 30px; height: 58px;	left: 95px;}
#visual_wrap .next_btn{background: url(/images/main/main_next.png)center no-repeat; background-size:cover; width: 30px; height: 58px; right: 95px;}
#visual_wrap .main_arw{position: absolute; top: 50%; transform:translateY(-50%); z-index: 50;}

/* section01 */
#section01{padding-block:190px; background-image: url('/images/main/sec01_bg01.png'), url('/images/main/sec01_bg02.png'); background-position: top left, bottom right; background-repeat: no-repeat, no-repeat; background-size: auto;}
#section01 .main_tit h3{font-size: 65px; color: #222; font-weight: 800;}
#section01 .main_tit p{font-size: 20px; color: #555555; line-height: 1.7; padding-top: 30px;}
#section01 .sec01_top{display: flex; justify-content: space-between; align-items: flex-end;}
#section01 .sec01_con{padding-top: 110px;}
#section01 .sec01_con ul{display: flex; justify-content: space-evenly;}
#section01 .sec01_con ul li{display: flex; flex-direction: column; align-items: center; gap: 30px;}
#section01 .sec01_con ul li span{width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; padding: 40px; background: #fff; border-radius:50%; aspect-ratio: 1; box-shadow: 3px 5.2px 7px 5px rgba(18, 23, 51, 0.07); transition:.3s;}
#section01 .sec01_con ul li p{font-size: 20px; color: #333333; text-align: center; transition:.3s;}
#section01 .sec01_con ul li:hover p{color: var(--co01);}
#section01 .sec01_con ul li:hover span{transform:translateY(-5px); transition:.3s;}

/* section02 */
#section02{background: url('/images/main/sec02_bg.jpg')center no-repeat; background-size:cover;}
#section02 .main_tit h3{color: #fff; text-align: center;}
#section02 .sec02_con{margin-top: 70px;}
#section02 .sec02_con ul{display: flex; justify-content: space-between;}
#section02 .sec02_con ul li{width: 33%; display: flex; flex-direction: column; align-items: center;}
#section02 .sec02_con ul li span{color: var(--co01); font-size: 25px; font-weight: 500;}
#section02 .sec02_con ul li span strong{font-size: 50px;}
#section02 .sec02_con ul li p{font-size: 25px; color: #fff; text-align: center; padding-top: 25px;}


/* section03 */
#section03 .main_tit h3{color: #333333; text-align: center;}
#section03 .sec03_con{margin-top: 70px;}
#section03 .sec03_con ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0; margin: 0; list-style: none;}
#section03 .sec03_con ul li {background: #fff; border-radius: 10px; padding-block: 10px; padding-inline: 15px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); text-align: center; transition: all 0.3s ease;}
#section03 .sec03_con ul li:hover {transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);}
#section03 .sec03_con ul li em {display: block; font-size: 60px; font-weight: 700; color: #ff884d; margin-bottom: 15px; text-align:left;}
#section03 .sec03_con ul li div{padding-bottom: 40px;}
#section03 .sec03_con ul li div p {position: relative; font-size: 30px; font-weight: 600; padding-bottom: 35px; color: #222;}
#section03 .sec03_con ul li div p::after{content:''; position: absolute; bottom: 0; left: 50%; transform:translateX(-50%); width: 60px; height: 3px; background: #f8d4bf;}
#section03 .sec03_con ul li span {display: flex; align-items: center; justify-content: center; padding-top: 35px;}

#section03 .sec03_con ul li:nth-child(1) em{color: #fcdbc8;}
#section03 .sec03_con ul li:nth-child(2) em{color: #fac3a2;}
#section03 .sec03_con ul li:nth-child(3) em{color: #f9b790;}
#section03 .sec03_con ul li:nth-child(4) em{color: #f79e6a;}
#section03 .sec03_con ul li:nth-child(5) em{color: #f69258;}
#section03 .sec03_con ul li:nth-child(6) em{color: #f58645;}
#section03 .sec03_con ul li:nth-child(7) em{color: #f58645;}
#section03 .sec03_con ul li:nth-child(8) em{color: #f2620d;}

/* section04 */
#section04 .sec04_con{display: flex; align-items: center; gap: 100px;}
#section04 .sec04_con .img_box{width: 44%;}
#section04 .sec04_con .img_box img{width: 100%;}
#section04 .sec04_con .txt_box{width: 36%;}
#section04 .sec04_con .txt_box h3{position: relative; display: inline-block; font-size: 65px; color: #222222;}
#section04 .sec04_con .txt_box h3::after {content: ""; position: absolute; top: -35px; right: -20px; width: 70px; height: 70px;background: rgb(242,98,13,.1); border-radius: 50%; z-index: 0;}
#section04 .sec04_con .txt_box p{font-size: 18px; color: #555555; line-height: 1.7; padding-top: 50px; word-break: keep-all;}
#section04 .sec04_con .txt_box .more_btn{margin-top: 90px;}
#section04 .sec04_con:not(:last-child){margin-bottom: 100px;}
#section04 .sec04_con:nth-child(even) { flex-direction: row-reverse; }
#section04 .sec04_con:nth-child(even) .txt_box{text-align: right;}
#section04 .sec04_con:nth-child(even) .txt_box h3::after{right: auto; left: -20px;}

/* section05 */
#section05 .sec05_con {display:flex; align-items: center; gap:100px;}
#section05 .sec05_con .img_box {width: 50%;}
#section05 .sec05_con .img_box img {width: 100%;}
#section05 .sec05_con .txt_wrap {width: 50%;}
#section05 .sec05_con .txt_wrap h3 {font-size:65px; color:#222;}
#section05 .sec05_con .txt_wrap p {font-size:18px; color:#555; line-height: 1.7; padding-top: 50px; word-break: keep-all;}
#section05 .sec05_con .txt_wrap .more_btn {margin-top: 60px;}

/* rolling */
#rolling{padding-block:75px;}
#rolling ul {display:flex; justify-content: center; gap:20px;}
#rolling ul li {display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dddddd; width:200px; height: 70px; padding: 15px; box-sizing: border-box;}
#rolling ul li img{max-width: 100%; max-height:100%;}

/* footer */
#footer{background: #1d1d1d; padding-block:50px;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .info_wrap{font-size: 15px; color: #777;}
#footer .info_wrap li{display: flex; gap: 10px; text-align: center;}
#footer .info_wrap li:not(:last-child){margin-bottom: 10px; }
#footer .info_wrap dl{display: flex; gap: 5px}

/* ===sub======================================= */
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap > p{height: 600px;}
#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: 4px; height: 4px; background: #fff; border-radius:50%;}

#sub_contents{padding-block:100px;}
.contop{padding-bottom: 60px;}
.contop h3{font-size: 46px; color: #222222; text-align: center;}

/* 공통 */
h5.h5_tit {font-size: 28px; color: #222; font-weight: 700; position: relative; padding-left: 34px; margin-bottom: 30px;}
h5.h5_tit:before {position: absolute; content:''; width: 25px; height: 25px; background: url(/images/sub/h5_tit.png)no-repeat; top: 5px; left: 0;}


.sub0101_wrap .img_box{background: url('/images/sub/sub0101_bg_new.jpg')center no-repeat; background-size:cover; padding-block:68px; padding-inline:80px;}
.sub0101_wrap .img_box .txt_box{color: #fff; padding-bottom: 140px;}
.sub0101_wrap .img_box .txt_box strong{font-size: 35px;}
.sub0101_wrap .img_box .txt_box p{font-size: 22px; line-height: 1.4; margin-top: 35px;}
.sub0101_wrap .img_box .txt_box p span{display: block;}
.sub0101_wrap .info_wrap {display: flex; flex-wrap:wrap; gap: 40px 0; padding-block: 100px; padding-inline:90px;}
.sub0101_wrap .row {display: flex; width: 50%; align-items: center; gap: 60px;}
.sub0101_wrap .row.row_long{width: 100%;}
.sub0101_wrap .row:last-child{align-items: flex-start;}
.sub0101_wrap .row:last-child .content{padding-block:20px;}
.sub0101_wrap .label {width: 150px; flex-shrink:0; background-color: #ff6600; color: #fff;font-size: 20px; padding: 10px;  border-radius: 30px; text-align: center;}
.sub0101_wrap .content {font-size: 20px; flex: 1; color: #222;}
.sub0101_wrap .content ul {padding-left: 20px; margin: 0;}
.sub0101_wrap .branch{display: flex;}
.sub0101_wrap .branch:not(:last-child){margin-bottom: 35px;}
.sub0101_wrap .branch strong{width: 19%; flex-shrink:0; color: var(--co01); font-size: 18px; font-weight: 400;}
.sub0101_wrap .branch strong span{position: relative; padding-left: 20px;}
.sub0101_wrap .branch strong span::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 6px; height: 6px; background: var(--co01); border-radius:50%;}
.sub0101_wrap .branch p span{display: block;}
@media screen and (max-width:1240px) {
	.sub0101_wrap .info_wrap{padding-inline: 30px;}
	.sub0101_wrap .row{gap:40px;}
	.sub0101_wrap .label{width: 130px; padding: 8px;}
}






/* 일반게시판_list */
:root{
	--bg01: #2bacf0;
	--co01: #f36e20;
}

.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;}
.basic_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 17px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width: 1650px;}
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000; word-break: break-word;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 18px; color: #000;word-break: break-word;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}

/* sub0102 */
.sub0102_wrap .con01 .box_wrap{display:flex; flex-wrap:wrap;justify-content: center;gap: 50px;}
.sub0102_wrap .con01 .box_wrap .box{width:600px;}
.sub0102_wrap .con01 .box_wrap .box .top{border:1px solid #bfbfbf; background:#fbfbfb; height:100px; width:100%; border-radius:20px 20px 0 0; border-bottom:none; padding:30px 50px;}
.sub0102_wrap .con01 .box_wrap .box .top h4{color:#f36e20; font-size:28px; font-weight:700;}
.sub0102_wrap .con01 .box_wrap .box .bottom{border:1px solid #bfbfbf; padding:40px 50px;; width:100%; height:auto;  min-height: 229px;}
.sub0102_wrap .con01 .box_wrap .box .bottom ul{display:flex; flex-wrap:wrap;    gap: 20px 10px;}
.sub0102_wrap .con01 .box_wrap .box .bottom ul li{width:calc((100% - 20px) / 3); padding-left:10px; position:relative; font-size:18px; font-weight:500; color:#333333;}
.sub0102_wrap .con01 .box_wrap .box .bottom ul li:before{position:absolute; content:""; width:6px; height:6px; border-radius:50%; background:#313131; top:7px; left:0;}
.sub0102_wrap .con01 .box_wrap .box.b1 .bottom ul li:last-child{width:100%;}
.sub0102_wrap .con01 .box_wrap .box.b2 .bottom ul li{width:calc((100% - 10px) / 2);}
.sub0102_wrap .con01 .box_wrap .box.b3 .bottom ul {display: flex;flex-wrap: wrap;gap: 20px 30px;/* width:calc((100% - 10px) / 2);   */width: fit-content; min-width: 160px;}
.sub0102_wrap .con01 .box_wrap .box.b3 .bottom ul li:nth-child(4){width:55%;}
.sub0102_wrap .con01 .box_wrap .box.b3 .bottom ul li:last-child{width:100%;}
.sub0102_wrap .con01 .box_wrap .box.b4 .bottom ul li{width:100%;}
.sub0102_wrap .con02 {margin-top:100px; display:flex;justify-content: center;align-items: center;gap: 70px;}
.sub0102_wrap .con02 img{width: 100%;}
.sub0102_wrap .con03 .box_wrap {display:flex; gap:30px;}
.sub0102_wrap .con03 .box_wrap .left_box {width:40%;}
.sub0102_wrap .con03 .box_wrap .left_box .box {display:flex; align-items: center; margin-bottom:40px;}
.sub0102_wrap .con03 .box_wrap .left_box .box img {width:50px;}
.sub0102_wrap .con03 .box_wrap .left_box .box h4{color:#333; font-size:22px; font-weight:700;}
.sub0102_wrap .con03 .box_wrap .left_box .box p{color:#333; font-size:18px; }
.sub0102_wrap .con03 .box_wrap .left_box .box img {margin-right: 20px;}
.sub0102_wrap .con03 .box_wrap .right_box {width:60%;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box {display:flex; }
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box {width:33%; padding:20px; line-height:2; border-radius:20px;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box:first-child {border:1px solid #ddba2c; margin-right:20px; }
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box:nth-child(2) {border:1px solid #d04073; margin-right:20px; }
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box:nth-child(3) {border:1px solid #d77a6b;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box h4{color:#333; font-size:22px; font-weight:700;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box ul li { position:relative; padding-left:15px; font-size:18px; font-weight:500; color:#333333;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box ul li:before{position:absolute; content:""; width:6px; height:6px; border-radius:50%; background:#313131; top:15px; left:0;}
.sub0102_wrap .con04 {margin-top:100px;}
.sub0102_wrap .con04 .box_wrap {display:flex; gap:50px;}
.sub0102_wrap .con04 .box_wrap .img_box {width:50%; display: flex; justify-content: center; align-items: center;}
.sub0102_wrap .con04 .box_wrap .img_box img {width:80%;}
.sub0102_wrap .con04 .box_wrap .right_box {width:50%; display: flex; flex-direction: column; justify-content: center;}
.sub0102_wrap .con04 .box_wrap .right_box .box {display:flex; align-items: center; margin-bottom:40px;}
.sub0102_wrap .con04 .box_wrap .right_box .box:last-child {margin-bottom:0;}
.sub0102_wrap .con04 .box_wrap .right_box .box img {width:50px;}
.sub0102_wrap .con04 .box_wrap .right_box .box h4{color:#333; font-size:22px; font-weight:700;}
.sub0102_wrap .con04 .box_wrap .right_box .box p{color:#333; font-size:18px; }
.sub0102_wrap .con04 .box_wrap .right_box .box img {margin-right: 20px;}
.sub0102_wrap .con05 {margin-top:100px;}
.sub0102_wrap .con05 .box {display:flex; gap:30px;}
.sub0102_wrap .con05 .box .txt_box {width:25%; padding:20px; margin-bottom:20px; line-height:2; border:1px solid #f36e20; border-radius:20px;}
.sub0102_wrap .con05 .box .txt_box h4{color:#333; font-size:22px; font-weight:700;}
.sub0102_wrap .con05 .box .txt_box p{color:#333; font-size:18px; }
.sub0102_wrap .con05 strong {color:#333; font-size:22px; font-weight:700;}
.sub0102_wrap .con06 {margin-top:100px; }
.sub0102_wrap .con06 img {display:block; margin:0 auto; width:100%;}
.sub0102_wrap .con07 {margin-top:100px; }
/* .sub0102_wrap .con07 img {display:block; margin:0 auto; width:70%;} */
.sub0102_wrap .step_wrap {position:relative; width:100%; margin: 50px 0;}
.sub0102_wrap .step_wrap p.line {position:absolute; content:""; width:1px; height:110%; top:-20px; left:5%; z-index:-1; background:#ddd;}
.sub0102_wrap .step_wrap .right {margin-bottom: 80px; margin-left: 10%; }
.sub0102_wrap .step_wrap .right h4{color:#333; font-size:22px; font-weight:700; }
.sub0102_wrap .step_wrap .right p{color:#333; font-size:18px; }
.sub0102_wrap .step_wrap .right .txt {position:relative;}
.sub0102_wrap .step_wrap .right .txt h4, .sub0102_wrap .step_wrap .right .txt p {margin-left:20px;}
.sub0102_wrap .step_wrap .right1 .txt::before {position:absolute; content:""; width:50px; height:50px; top:0; left:-7.5%; background: url("/images/sub/sub0102_icon09.png");}
.sub0102_wrap .step_wrap .right1 .txt::after {position:absolute; content:""; width:50px; height:2px; top:25px; left: -5%; z-index:-1; background: #ddba2c;}
.sub0102_wrap .step_wrap .right2 .txt::before {position:absolute; content:""; width:50px; height:50px; top:0; left:-7.5%; background: url("/images/sub/sub0102_icon10.png");}
.sub0102_wrap .step_wrap .right2 .txt::after {position:absolute; content:""; width:50px; height:2px; top:25px; left: -5%; z-index:-1; background: #d04073;}
.sub0102_wrap .step_wrap .right3 .txt::before {position:absolute; content:""; width:50px; height:50px; top:0; left:-7.5%; background: url("/images/sub/sub0102_icon11.png");}
.sub0102_wrap .step_wrap .right3 .txt::after {position:absolute; content:""; width:50px; height:2px; top:25px; left: -5%; z-index:-1; background: #d77a6b;}
.sub0102_wrap .step_wrap .right4 .txt::before {position:absolute; content:""; width:50px; height:50px; top:0; left:-7.5%; background: url("/images/sub/sub0102_icon12.png");}
.sub0102_wrap .step_wrap .right4 .txt::after {position:absolute; content:""; width:50px; height:2px; top:25px; left: -5%; z-index:-1; background: #48a8d8;}

.sub0102_wrap .con07 strong {display:block; color:#333; font-size:22px; font-weight:700; text-align: left;}
.sub0102_wrap .con08 {margin-top:100px; }
.sub0102_wrap .con08 span {margin-left:20px; color:#777; font-weight:500;}
.sub0102_wrap .con08 .box {padding: 30px;}
.sub0102_wrap .con08 img {width:100%;}



/* sub0201 */
.sub0201_wrap .con01{position:relative;}
.sub0201_wrap .con01 .box{position:absolute; top:20%; left:6%; }
.sub0201_wrap .con01 .box b{ font-size:30px; font-weight:700; color:#fff; display:block; margin-bottom:20px;}
.sub0201_wrap .con01 .box p{ font-size:25px; font-weight:400; color:#eee; line-height:1.5;}
.sub0201_wrap .con_box {position: relative;}
.sub0201_wrap .con_box .txt_box {position: absolute; top: 20%; left: 6%;}
.sub0201_wrap .con_box .txt_box p {font-size: 30px; font-weight: 700; color: #fff; display: block; margin-bottom:20px;}
.sub0201_wrap .con02{margin-top:100px;}
.sub0201_wrap .con02 .box_wrap {display:flex;  justify-content: space-between;}
.sub0201_wrap .con02 .box_wrap .inn_wrap{display:flex;gap:50px;width: 60%;}
.sub0201_wrap .con02 .box_wrap .inn_box{box-shadow: 2px 2px 20px rgb(243 110 32 / 12%);padding:30px;border-radius:10px;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.sub0201_wrap .con02 .box_wrap .inn_box span{background:var(--co01); color:#fff; font-size:20px; border-radius:50px;padding:3px 20px;}
.sub0201_wrap .con02 .box_wrap .inn_box ul{margin-top:30px;}
.sub0201_wrap .con02 .box_wrap .inn_box ul li{font-size:18px; margin-bottom:10px; padding-left:15px; position:relative; color:#333;}
.sub0201_wrap .con02 .box_wrap .inn_box ul li:before{position:absolute; content:''; background:var(--co01); width:5px; height:5px; top:9px; left:0; border-radius:50%;}
.sub0201_wrap .con02 .box_wrap .inn_box02{display: flex;flex-direction: column;align-items: center;justify-content: center; position:relative;}
.sub0201_wrap .con02 .box_wrap .inn_box02:before{position:absolute; content:'';background:url(/images/sub/arrow.png); top: 45%;left: -16%;width:35px; height:21px;} 
.sub0201_wrap .con02 .box_wrap .inn_box02 p{font-size:24px; color:var(--co01); font-weight:700; text-align:center;}
.sub0201_wrap .con03{position:relative; margin-top:100px;}
.sub0201_wrap .con03 .box{position:absolute; top:20%; left:6%; }
.sub0201_wrap .con03 .box b{ font-size:25px; font-weight:700; color:#fff; display:block; margin-bottom:20px;}
.sub0201_wrap .con03 .box p{ font-size:20px; font-weight:400; color:#eee; line-height:1.5;}
.sub0201_wrap .con04{margin-top:100px;}
.sub0201_wrap .con04 .inn_box ul {   margin: 50px 0;}
.sub0201_wrap .con04 .inn_box ul li{font-size: 20px; color:#222; margin-bottom:30px; padding-left:40px; position:relative;}
.sub0201_wrap .con04 .inn_box ul li:before{ position:absolute; content:''; background:url(/images/sub/ck_box.png); top: 0;left:0;width:25px; height:25px;}
.sub0201_wrap .con04 .inn_box02 p {font-size:24px; color:var(--co01); font-weight:700; text-align:center; line-height:1.5;}
.sub0201_wrap .con04 .inn_box02{ background: #fef3ed;padding: 30px;}
.sub0201_wrap .con05 {margin-top:100px;}
.sub0201_wrap .con05 > p {font-size: 24px; color:#222; line-height:1.5; text-align:center;}
.sub0201_wrap .con05 .table_wrap {margin-top:50px;}
.sub0201_wrap .con05 .table_wrap h6 {font-size: 24px; color:#222; margin-bottom:30px; padding-left:40px; position:relative;}
.sub0201_wrap .con05 .table_wrap h6:before {position:absolute; content:''; /* background:url(/images/sub/ck_box.png); */ border-radius:50%; background:#f36e20; top: 8px;left:15px;width:10px; height:10px;}
.sub0201_wrap .con05 .table_wrap table.tg {width:100%; border-top:1px solid #ddd; }
.sub0201_wrap .con05 .table_wrap table.tg th { border-bottom:2px solid #f36e20; padding:15px 20px;  font-size: 22px; color:#222; text-align:center;}
.sub0201_wrap .con05 .table_wrap table.tg th:first-child {border-right:1px solid #ddd;}
.sub0201_wrap .con05 .table_wrap table.tg td {border-bottom:1px solid #ddd; padding:15px 20px; font-size: 20px; color:#222; text-align:center;}
.sub0201_wrap .con05 .table_wrap table.tg td:first-child {border-right:1px solid #ddd;}
.sub0201_wrap .con05 .str_wrap {margin-top:50px;}
.sub0201_wrap .con05 .str_wrap h6 {font-size: 24px; color:#222; margin-bottom:30px; padding-left:40px; position:relative;}
.sub0201_wrap .con05 .str_wrap h6:before {position:absolute; content:''; /* background:url(/images/sub/ck_box.png); */ border-radius:50%; background:#f36e20; top: 8px;left:15px;width:10px; height:10px;}
.sub0201_wrap .con05 .str_wrap .list_box ul li {margin-bottom:30px; }
.sub0201_wrap .con05 .str_wrap .list_box ul li p {font-size: 20px; color:#222; margin-bottom:10px; padding-left:40px;}
.sub0201_wrap .con05 .str_wrap .list_box ul li span {font-size: 18px; color:#555; margin-bottom:30px; padding-left:40px;}
.sub0201_wrap .con05 .pro_wrap {margin-top:50px;}
.sub0201_wrap .con05 .pro_wrap h6 {font-size: 24px; color:#222; margin-bottom:30px; padding-left:40px; position:relative;}
.sub0201_wrap .con05 .pro_wrap h6:before {position:absolute; content:''; /* background:url(/images/sub/ck_box.png); */ border-radius:50%; background:#f36e20; top: 8px;left:15px;width:10px; height:10px;}
.sub0201_wrap .con05 .pro_wrap .list_box ul li {margin-bottom:30px; }
.sub0201_wrap .con05 .pro_wrap .list_box ul li p {font-size: 20px; color:#222; margin-bottom:10px; padding-left:40px;}
.sub0201_wrap .con05 .pro_wrap .list_box ul li span {font-size: 18px; color:#555; margin-bottom:30px; padding-left:40px;}
.sub0201_wrap .con05 .pro_wrap .link_box {display:flex; align-items: center; justify-content: center; width:340px; padding:15px 25px; background:#f36e20; margin: 50px auto 0;}
.sub0201_wrap .con05 .pro_wrap .link_box a {color:#fff; font-size: 18px;}

.sub0201_wrap .con06 ul {margin-top: 50px;}
.sub0201_wrap .con06 ul li {position: relative; text-align: center; background-color: #f6f6f6; padding: 34px 0 20px; border-radius: 15px; font-size: 16px; color: #222;}
.sub0201_wrap .con06 ul li::after {content: ""; position: absolute; left: 50%; bottom: -20px; transform: translate(-50% ,0); background: url(/images/sub/sub0201_arrow.png)center no-repeat; width: 20px; height: 13px;}
.sub0201_wrap .con06 ul li:last-child::after {content: none;}
/* .sub0201_wrap .con06 ul li:last-child span{background-color: #fabf00; color: #fff; border: none;} */
.sub0201_wrap .con06 ul li + li {margin-top: 50px;}
.sub0201_wrap .con06 ul li span {position: absolute; left: 50%; top: -22px; transform: translate(-50% ,0); border: 1px solid #ddd; border-radius: 30px; background-color: #fff; display: inline-block; padding: 10px 45px; color: #222;}


/* sub0202 */
.sub0202_wrap .con {display:flex; justify-content: space-between; gap: 30px;}
.sub0202_wrap .con .txt_box{width:50%; display:flex; flex-direction: column;justify-content: space-between; gap: 30px;}
.sub0202_wrap .con .txt_wrap{ background:#fef3ed; padding:40px; border-radius:10px;}
.sub0202_wrap .con .txt_wrap p{font-size:20px; color:#333; line-height:1.5; }
.sub0202_wrap .con .txt_wrap p.blod{font-size:24px;  color: var(--co01); line-height:1.5; font-weight:800; margin-bottom:20px;}



/* sub0301 */
/* .sub0301_wrap .con01{background:url(/images/sub/sub0301_img01.jpg); height:350px; display:flex;justify-content: center;align-items: center;}
.sub0301_wrap .con01 ul{display:flex; gap:50px;}
.sub0301_wrap .con01 ul li{font-size:30px; font-weight:700; color:#fff; border:3px solid #fff; border-radius:50px; padding:10px 30px;}
.sub0301_wrap .con01 ul li:hover{background:var(--co01); border-color:var(--co01); cursor:pointer;}
.sub0301_wrap .con02{margin-top:100px;}
.sub0301_wrap .con02 p{font-size:20px; color:#333; line-height:1.5; padding: 30px;
box-shadow: 2px 2px 20px rgb(38 15 2 / 12%);    text-align: center;
}
.sub0301_wrap .con02 h4 {font-size: 23px;color: var(--co01);font-weight: 700;margin-top: 50px;}
.sub0301_wrap .con02 ul{ margin-top:30px; display:flex; gap:35px;}
.sub0301_wrap .con02 ul li{width:250px; border:1px solid var(--co01); padding:30px; font-size:18px; word-break:keep-all; text-align:center; line-height:1.5; color:#333; font-weight:500;}
.sub0301_wrap .con02 ul li:nth-child(2n){background:rgba(	243, 110, 32, .1);}
.sub0301_wrap .con02 ul li span{color:var(--co01); font-size:30px; font-weight:900; margin-top:0;}
.sub0301_wrap .con02 span{display:block; font-size:18px; color:#444; margin-top:20px;} */
.sub0301_wrap .con01 .txt_wrap {background:url(/images/sub/sub0301_img01.jpg); height:350px; margin-bottom:30px; display:flex; justify-content: center; flex-direction: column; gap:30px;}
.sub0301_wrap .con01 .txt_wrap .txt_box2 {display:flex; align-items: center; justify-content: center; gap:50px;}
.sub0301_wrap .con01 .txt_wrap .txt_box {padding: 50px 40px; border:1px solid #fff; color:#fff;}
.sub0301_wrap .con01 .txt_wrap .txt_box h6 {font-size:24px; margin-bottom:10px;}
.sub0301_wrap .con01 .txt_wrap .txt_box p {font-size:22px;}
.sub0301_wrap .con01 .txt_wrap strong {font-size:22px; color:#fff; text-align:center;}
/* .sub0301_wrap .con02 {margin-top:100px;}
.sub0301_wrap .con02 p {font-size:22px; color:#222;}
.sub0301_wrap .con02 ul {margin:20px;}
.sub0301_wrap .con02 ul li {margin-bottom:15px; font-size:18px; color:#222;} */
.sub0301_wrap .con02 ul {margin:20px 0; display: flex; justify-content: space-between;}
.sub0301_wrap .con02 ul > li {position: relative; width: 240px; border: 1px solid #ddd; border-radius: 15px; padding: 45px 15px 35px; text-align: center; font-size: 16px; transition: all 0.2s; cursor: context-menu; margin-right: 13px; color:#222;}
.sub0301_wrap .con02 ul > li:nth-child(2n) {border: 1px solid #f36e20;}
.sub0301_wrap .con02 ul > li:nth-child(2n) span {background-color:#f36e20; color:#fff; }
.sub0301_wrap .con02 ul li span {position: absolute; left: 10px; top: 10px; width: 30px; height: 30px; border-radius: 50%; line-height: 30px; border: 1px solid #f36e20;}
.sub0301_wrap .con02 strong {font-size:18px; color:#222; }
.sub0301_wrap .con_box strong {font-size:18px; color:#222; margin-top:40px; display: block; border:1px solid #f36e20; border-radius: 15px;  padding: 20px 30px; text-align:center;} 
.sub0301_wrap .con_box {display:flex; justify-content: space-between; flex-direction: row; gap:25px; margin-top:50px;}
.sub0301_wrap .con_box .con {width:48%;  border-radius:15px; }
.sub0301_wrap .con_box .con h6 {font-size:24px; color:#f36e20; margin-bottom:10px;}
.sub0301_wrap .con_box .con .list_box {border:1px solid #ddd; border-radius: 15px; padding: 20px 30px; position: relative; } 
.sub0301_wrap .con_box .con .list_box:after {content:""; position:absolute; left:50%; bottom:-30px; transform:translateX(-50%); width:20px; height:12px; background:url(/images/sub/sub0201_arrow.png); display:block;}
.sub0301_wrap .con_box .con .list_box ul > li {margin-bottom:10px; font-size:18px; color:#222; margin-left:15px; position:relative;}
.sub0301_wrap .con_box .con .list_box ul > li:before {content:""; position:absolute; border-radius:50%; background:#f36e20; top: 8px;left:-15px;width:6px; height:6px;}
.sub0301_wrap .con_box .con .list_box ul li span {font-weight:600;}
.sub0301_wrap .con_box .con .list_box ul ol li {margin-bottom:15px; font-size:18px; color:#222; margin-left:25px;}
.sub0301_wrap .con08 {margin-top:100px;}
.sub0301_wrap .con08 table.tg {width:100%; border-top:1px solid #ddd; }
.sub0301_wrap .con08 table.tg th { border-bottom:2px solid #f36e20; padding:15px 20px;  font-size: 22px; color:#222; text-align:center;}
.sub0301_wrap .con08 table.tg th:first-child {border-right:1px solid #ddd;}
.sub0301_wrap .con08 table.tg td {border-bottom:1px solid #ddd; padding:15px 20px; font-size: 20px; color:#222; text-align:center;}
.sub0301_wrap .con08 table.tg td:first-child {border-right:1px solid #ddd;}
.sub0301_wrap .con09 {margin-top:100px;}
.sub0301_wrap .con09 .list_box ul li {font-size: 20px; color: #222; margin-bottom: 30px; padding-left: 60px; position:relative;}
.sub0301_wrap .con09 .list_box ul li:before {position:absolute; content:''; background:url(/images/sub/ck_box.png); top: 0px;left:15px;width:25px; height:25px;}
.sub0301_wrap .link_box {display:flex; align-items: center; justify-content: center; width:350px; padding:15px 25px; background:#f36e20; margin: 50px auto 0;}
.sub0301_wrap .link_box a {color:#fff; font-size: 18px;}


/* sub0402 */
.sub0402_wrap .top_box {width:85%; margin: 0 auto 100px;}
.sub0402_wrap .top_box .con {width:100%; height: auto; padding:25px 45px; border: 1px solid rgb(196, 196, 197); border-radius:10px; display:flex; align-items: center; margin-bottom:15px;}
.sub0402_wrap .top_box h4 {font-size:18px; color: rgb(17, 17, 17); position: relative; width:140px;}
.sub0402_wrap .top_box .con h4.point:before {position: absolute; content: "*"; color: rgb(255, 51, 51); left: -15px; top: -0.1rem;}
.sub0402_wrap .top_box .con h5 {font-size:14px; line-height: 1.4; color: rgb(17, 17, 17);}
.sub0402_wrap .top_box .con1 {display:flex;}
.sub0402_wrap .top_box .con1 button, .sub0402_wrap .top_box .con2 button {width:150px; padding: 9px 18px; white-space: nowrap; word-break: keep-all; cursor: pointer; position: relative; font-size: 13px; border-radius: 5px; background-color: rgb(187, 187, 187); color:#fff;}
.sub0402_wrap .top_box .con1 button.active, .sub0402_wrap .top_box .con2 button.active { background-color: #f36e20; color: #fff; }
.sub0402_wrap .top_box .con2 {flex-direction: column; align-items: flex-start;}
.sub0402_wrap .top_box .con2 .cate_box {display:flex; align-items: center; margin-bottom:10px;}
.sub0402_wrap .top_box .con2 .btn_box {display:flex; margin-left:140px; gap:10px; }
.sub0402_wrap .top_box .con2 .btn_box .btn {display:flex; flex-wrap: wrap; gap:10px; }
.sub0402_wrap .top_box .con2 .btn_box .btn button {width:149px;}
.sub0402_wrap .top_box .con3 {flex-direction: column; align-items: flex-start; gap:10px;}
.sub0402_wrap .top_box .con3 .info_box {display:flex; }
.sub0402_wrap .top_box .con3_2, .sub0402_wrap .top_box .con3_3 {display:flex; align-items: center; margin-left:110px;     width: 100%;}
.sub0402_wrap .top_box .con3_2 h5, .sub0402_wrap .top_box .con3_3 h5 {margin-right:10px; margin-left: 10px;}
.sub0402_wrap .top_box .con3_2 input, .sub0402_wrap .top_box .con3_3 input {text-align:center;}
.sub0402_wrap .top_box .con4 {width:100%; flex-direction: column; align-items: flex-start; gap:10px;}
.sub0402_wrap .top_box .con4 .as_box {display:flex;}
.sub0402_wrap .top_box .con4 .txt_box {margin-left:120px; width:90%;}
.sub0402_wrap .top_box .con4 .txt_box textarea {display:block; width:100%; padding:10px; border:1px solid #ccc;  border-radius:5px; padding-left:10px; color:#222;}
.sub0402_wrap .top_box .con5 .input_box {display:flex; align-items: center; position:relative;}
.sub0402_wrap .top_box .con5 .input_box h6 {width:460px; height:35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgb(114, 113, 113); padding-left:15px; font-size:14px; border: 1px solid rgb(191, 191, 191); display:flex; align-items: center; }
.sub0402_wrap .top_box .con5 .input_box label {width:35px; height:35px; position:absolute; right:0; background-color: #f36e20; display:flex; justify-content: center; align-items: center; cursor:pointer;}
.sub0402_wrap .top_box .submit_box {display: flex; align-items: center; flex-direction: column; flex-wrap: wrap; padding: 0px 15px; justify-content: center; text-align: center; font-size: 14px; line-height: 1.6; margin-top:50px;}
.sub0402_wrap .top_box .submit_box h5 {display:flex; align-items: center; font-size:16px; line-height: 1.4; color: rgb(17, 17, 17); justify-content: center; margin-top:10px;}
.sub0402_wrap .top_box .submit_box strong {display:flex; align-items: center; font-size:18px; line-height: 1.4; color: rgb(17, 17, 17); justify-content: center; margin-top:10px;}
.sub0402_wrap .top_box .submit_box h5 img {padding-right:10px;}
.sub0402_wrap .top_box .submit_box strong a {margin-left:15px;}
.sub0402_wrap .top_box .submit_box button.submit {padding:15px 80px; font-size:16px; border-radius:30px; background-color: #f36e20; color:#fff; margin-top:30px;}
.sub0402_wrap .bot_box {display:flex; gap:50px; justify-content: center;}
/* .sub0402_wrap .left_box {width:60%;}
.sub0402_wrap .right_box {width:40%; } */
.sub0402_wrap .right_box h5 {font-size:60px; color:#333; position:relative; padding-bottom:20px;}
.sub0402_wrap .right_box h5:after {content:""; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#333;}
.sub0402_wrap .contact_box {display:flex; flex-direction: column; color:#333; padding-top:20px;}
.sub0402_wrap .contact_box ul li {font-size:18px;}
.sub0402_wrap .contact_box .add_box {display:flex; margin-bottom: 30px;}
.sub0402_wrap .contact_box .tel_box {display:flex; margin-bottom: 30px;}
.sub0402_wrap .contact_box .fax_box {display:flex; margin-bottom: 30px;}
.sub0402_wrap .contact_box .mail_box {display:flex; margin-bottom: 30px;}
.sub0402_wrap .contact_box strong {font-size:24px; font-weight:600; margin-right:20px;}

.sub0402_wrap .top_box .con input.in_st01 {border:1px solid #ccc; height:40px; line-height:40px;     width: 30%; border-radius:5px; padding-left:10px; color:#222;}
.sub0402_wrap .top_box .con input.in_st02 {border:1px solid #ccc; height:40px; line-height:40px;     width: 20%; border-radius:5px; padding-left:10px; color:#222;}

/* sub0501 */
.sub0501_wrap .con03{ margin-top:100px; background:#fdf3ee;    padding: 50px;}
.sub0501_wrap .con03:last-child{ margin-top:0px; }
.sub0501_wrap .tit{font-size:50px; color:#222; text-align:center; font-weight:700; position:relative;}
.sub0501_wrap .tit::after{position:absolute; content:''; background: var(--co01); width:25px; height:4px; bottom:-10px; left:50%; transform:translateX(-50%); }
.sub0501_wrap .con03 .flex_wrap{display:flex;justify-content: space-between;align-items: flex-end; margin-top:50px;}
.sub0501_wrap .con03 .flex_wrap .left{width:50%;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box{display:flex; flex-direction:column;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box p.number{font-size: 100px;color:#fff;font-weight: 900;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box h4{font-size: 50px;font-weight: 600;color: #ed7100;line-height: 1;margin-bottom: 30px;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box p.content{font-size: 18px;font-weight: 400;color: #555;line-height: 1.3; word-break:keep-all;}

.sub0501_wrap .con04{/* background:#f6f5f5;   */  padding: 50px;}
.sub0501_wrap .con04 .flex_wrap{display:flex;justify-content: space-between;align-items: flex-end; margin-top:50px;}
.sub0501_wrap .con04 .flex_wrap .left{width:50%;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box{display:flex; flex-direction:column;align-items: flex-end;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box p.number{font-size: 100px;color:#ed7100;font-weight: 900;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box h4{font-size: 50px;font-weight: 600;color: #222;line-height: 1;margin-bottom: 30px;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul{display:flex;    gap: 15px; }
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li{display:flex; flex-direction:column; border:2px solid #fde3d5;padding:20px;align-items: center; border-radius:10px;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li h3{color:#fff; background:var(--co01); border-radius:30px; padding:5px 20px; font-size:18px; margin-bottom:15px;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li p{font-size:16px; font-weight: 400;color: #555;line-height: 1.3; word-break:keep-all; text-align:center;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li:hover{display:flex; flex-direction:column; border:1px solid var(--co01); background:var(--co01);padding:20px;align-items: center; border-radius:10px;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li:hover h3{color:var(--co01); background:#fff; border-radius:30px; padding:5px 20px; font-size:18px; margin-bottom:15px;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li:hover p{font-size:16px; font-weight: 400;color: #f9f9f9;line-height: 1.3; word-break:keep-all; text-align:center;}

.sub0501_wrap .btn_box {width:600px; border: 1px solid #bfbfbf; border-radius:15px; padding: 30px 40px; margin:0 auto; text-align:center; }
.sub0501_wrap .btn_box p {font-size:22px; font-weight: 500; color: #333333;}
.sub0501_wrap .btn_box a {display:flex; justify-content: center; align-items: center; width:240px; height:60px; padding: 12px 26px; border-radius: 30px; background: #f36e20; font-size: 25px; font-weight: 500; color:#fff; margin: 30px auto 0; }

/* sub0601 */
.sub0601_wrap .img_box{background: url('/images/sub/sub0601_bg.jpg')center no-repeat; background-size:cover; padding-block:68px; padding-inline:80px;}
.sub0601_wrap .img_box .txt_box{color: #fff; padding-bottom: 140px;}
.sub0601_wrap .img_box .txt_box strong{font-size: 35px;}
.sub0601_wrap .img_box .txt_box p{font-size: 22px; line-height: 1.4; margin-top: 35px;}
.sub0601_wrap .img_box .txt_box p span{display: block;}
.sub0601_wrap .con02 {margin-top:100px;}
.sub0601_wrap .con02 .list_wrap {display:flex; gap:20px;}
.sub0601_wrap .con02 .list_wrap .list_box {width: 19%; border:1px solid #f36e20; border-radius:20px; padding:20px 20px; }
.sub0601_wrap .con02 .list_wrap .list_box:nth-child(2n) {border:1px solid #ddd;}
.sub0601_wrap .con02 .list_wrap .list_box ul > li {margin-bottom:15px; font-size:18px; font-weight:600; color:#222;}
.sub0601_wrap .con02 .list_wrap .list_box ul li span {font-weight:600;}
.sub0601_wrap .con02 .list_wrap .list_box ul ol li {margin-bottom:15px; font-size:18px; color:#222; position:relative;}
/* .sub0601_wrap .con02 .list_wrap .list_box ul ol li:before {content:""; position:absolute; border-radius:50%; background:#f36e20; top: 8px;left:-15px;width:6px; height:6px;}  */
.sub0601_wrap .con03 {margin-top:100px;}
.sub0601_wrap .con03 table.tg {width:100%; border-top:1px solid #ddd; }
.sub0601_wrap .con03 table.tg th { border-bottom:2px solid #f36e20; padding:15px 20px;  font-size: 22px; color:#222; text-align:center;}
.sub0601_wrap .con03 table.tg th:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con03 table.tg td {border-bottom:1px solid #ddd; padding:15px 20px; font-size: 20px; color:#222; text-align:center;}
.sub0601_wrap .con03 table.tg td:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con04 {margin-top:100px;}
.sub0601_wrap .con04 .list_wrap ul li {margin-bottom:15px; font-size:20px; color:#222; position:relative; padding-left:20px;}
.sub0601_wrap .con04 .list_wrap ul li:before {content:""; position:absolute; border-radius:50%; background:#f36e20; top: 8px;left:5px;width:6px; height:6px;}
.sub0601_wrap .con05 {margin-top:100px;}
.sub0601_wrap .con05 table.tg {width:100%; border-top:1px solid #ddd; }
.sub0601_wrap .con05 table.tg th { border-bottom:2px solid #f36e20; padding:15px 20px;  font-size: 22px; color:#222; text-align:center;}
.sub0601_wrap .con05 table.tg th:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con05 table.tg td {border-bottom:1px solid #ddd; padding:15px 20px; font-size: 20px; color:#222; text-align:center;}
.sub0601_wrap .con05 table.tg td:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con06 {margin-top:100px;}
.sub0601_wrap .con06 .inn_box {background: #fef3ed; padding: 30px 40px; margin-top:50px;}
.sub0601_wrap .con06 .inn_box p {font-size: 24px; color: var(--co01); font-weight: 700; text-align: center; line-height: 1.5; word-break:keep-all;}
.sub0601_wrap .con07 {margin-top:100px;}