/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF , U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E , U+0030-0039;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	src: url('/assets/font/Poppins-Light.woff') format('woff');
	unicode-range: U+0041-005A , U+0061-007A;
}
@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	src: url('/assets/font/Poppins-Regular.woff') format('woff');
	unicode-range: U+0041-005A , U+0061-007A;
}
@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	src: url('/assets/font/Poppins-Medium.woff') format('woff');
	unicode-range: U+0041-005A , U+0061-007A;
}
@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	src: url('/assets/font/Poppins-Bold.woff') format('woff');
	unicode-range: U+0041-005A , U+0061-007A;
}
@font-face {
	font-family: 'Poppins';
	font-weight: 800;
	src: url('/assets/font/Poppins-SemiBold.woff') format('woff');
	unicode-range: U+0041-005A , U+0061-007A;
}
@font-face {
	font-family: 'Poppins';
	font-weight: 900;
	src: url('/assets/font/Poppins-Black.woff') format('woff');
	unicode-range: U+0041-005A , U+0061-007A;
}

@font-face {
	font-family: 'NotoSansCJK';
	font-weight: 500;
	src: url('/assets/font/NotoSansCJK-Medium.ttc') format('ttc');
}

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

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */

/* 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;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #bf1e2e;
}

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

@media screen and (max-width:1740px) {
.inner{width: 100%; padding: 0 2.6%;}
.no-inner{width: 100%; padding: 0 2.6%;}
}

#header{position: fixed;line-height: 1;left: 0;top: 0;width: 100%;z-index: 5000;border-bottom: 1px solid #bf1e2e;background: rgba(0,0,0,.5);transition:.3s;}
#header .inner{display: flex;align-items: center;justify-content: space-between;height: 100px;width: 1740px;}
#header h1 a{display: block;width: 200px;height: 28px;background: url(/assets/images/main/main_logo01_pc.png)center no-repeat;background-size: cover;transition:.3s;}
#header .right_box{display: flex;gap:40px;align-items: center;}
#header .right_box .lang{display: flex;gap:13px;align-items: center;}
#header .right_box .lang .ico{width: 20px;height: 20px;background: url(/assets/images/main/main_h_ico01_pc.png)center no-repeat;background-size: cover;transition:.3s;}
#header .right_box .lang ul{display: flex;gap:20px;}
#header .right_box .lang ul li{position: relative;}
#header .right_box .lang ul li:nth-child(1):after{content:'';position: absolute;right: -11px;top: 50%;transform:translateY(-50%);width: 1px;height: 18px;background: #ccc;}
#header .right_box .lang ul li a{color: #fff;font-size: 16px;transition:.3s;}
#header .right_box .lang_mob{display: none;}
#header .right_box .navi_btn{display: none;}


#header.on{background: #fff;}
#header.on h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat;background-size: cover;}
#header.on .right_box .lang .ico{background: url(/assets/images/main/main_h_ico02_pc.png)center no-repeat;background-size: cover;}
#header.on .right_box .lang ul li a{color: #777;}
#header.on .right_box .lang ul li.on a{color: #222;}
#header.on #nav .main_menu > li > a{color: #555;}



/* gnb */
#header #nav .main_menu{display:flex;align-items: center;}
#header #nav .main_menu > li{position:relative; height:100px;}
#header #nav .main_menu > li > a{display:block;width: max-content;position: relative;transition:.3s;padding:0 40px;text-align: center;height: 100px;font-size:18px;color:#fff;font-weight:500;position:relative; line-height:100px;transition:ease all 0.2s;}
#header #nav .main_menu > li > a:hover{color: var(--co01);}
#header #nav .main_menu > li > a:after{content:'';opacity: 0;transition:.2s;position: absolute;left: 50%;transform:translateX(-50%); bottom: -5px;width: 10px;height: 10px;border-radius: 50%;background: var(--co01);z-index: 3000;}
#header #nav .main_menu > li.on > a:after{opacity: 1;}
#header #nav .main_menu > li.list_btn{height:auto;}
#header #nav .main_menu > li.list_btn a{border: 1px solid #222; height: auto; display: inline-block; line-height: 1; padding: 12px 22px; border-radius:30px ; font-size: 15px;}
#header #nav .main_menu > li.list_btn:hover a{color: #fff; background: #508929; border: 1px solid #508929;}

#header #nav .main_menu li ul{position:absolute;display:none;top:100%;left: 50%;transform:translateX(-50%);width: max-content;}
#header #nav .main_menu li:last-child ul{left: 0%;transform:translateX(-70%);}
#header #nav .main_menu .on ul{display:flex;gap:10px;align-items: center;}
#header #nav .main_menu li ul li{display: flex;text-align:center;height: 120px;align-items: center;}
#header #nav .main_menu li ul li:last-child{margin-bottom: 0;}
#header #nav .main_menu li ul li a{position: relative;display: block;color:#555;font-size:20px;font-weight: 400;min-width: 180px;padding: 0 20px;line-height: 40px;transition:ease all 0.2s;border: 1px solid #ddd;}
#header #nav .main_menu li ul li a:hover{background: #1c3634;border: 1px solid #1c3634;color: #fff;}

#header #nav .main_menu li ul.ul02{left: -315%;}
#header #nav .main_menu li ul.ul02 li a{font-size: 15px;}


.bg_wrap{display: none;position: fixed;width: 100%;height: 120px;top: 100px;left: 0;background: #fff;z-index: 2000;}
.bg_wrap.off{display: none;}
.bg_wrap.on{display: block;}


.navigation{display: none;}


/*visual_wrap*/
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap ul li{position: relative;}
#visual_wrap ul li .video_wrap{position:relative; width:100%; padding-bottom:52.604%;}
#visual_wrap ul li .video_wrap video,
#visual_wrap ul li .video_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#visual_wrap ul li .txt_wrap{position: absolute;left: 220px;bottom: 220px;z-index: 1000;color: #fff;}
#visual_wrap ul li .txt_wrap strong{display: block;font-family: "Poppins";margin: 25px 0;font-size: 60px;font-weight: 600;}
#visual_wrap ul li .txt_wrap p{font-size: 20px;line-height: 30px;margin-bottom: 50px;}
#visual_wrap ul li .txt_wrap a{position: relative;display: block;width: 240px;transition:.3s;height: 50px;border-radius: 6px 6px 6px 25px;border: 1px solid rgba(255,255,255,.5);font-size: 16px;color: #fff;line-height: 50px;padding-left: 30px;}
#visual_wrap ul li .txt_wrap a:after{content:'';position: absolute;right: 12px;transition:.3s;top: 50%;transform:translatey(-50%);width: 24px;height: 24px;background: url(/assets/images/main/main_v_ico03_pc.png)center no-repeat;background-size: cover;}
#visual_wrap ul li .txt_wrap a:hover{background: var(--co01);color: #fff;border: 1px solid var(--co01);}
#visual_wrap ul li .txt_wrap a:hover:after{background: url(/assets/images/main/main_v_ico03_2_pc.png)center no-repeat;background-size: cover;}
#visual_wrap .arrow div{position: absolute;top: 50%;transform:translateY(-50%);display: flex;background:rgba(0,0,0,.2);transition:.3s;opacity: .5;align-items: center;justify-content: center;width: 120px;height: 120px;border:1px solid #fff ;border-radius: 50%;gap:3px;}
#visual_wrap .arrow div:hover{opacity: 1;}
#visual_wrap .arrow div span{font-size: 14px;color: #fff;font-family: "Poppins";font-weight: 600;}
#visual_wrap .arrow .prev01{/* left: 50%;margin-left: -900px; */ left: 60px;}
#visual_wrap .arrow .next01{/* right: 50%;margin-right: -900px; */right: 60px;} 
#visual_wrap .slick-dots{position: absolute;display: flex;left: 230px;bottom: 115px;gap:17px;}
#visual_wrap .slick-dots li{position: relative;text-indent: -9999px;width: 10px;height: 10px;border-radius: 50%;border: 1px solid #fff;transition:.3s;}
#visual_wrap .slick-dots li:after{content:'';position: absolute;left: 50%;top: 50%;;transform:translate(-50% , -50%);width: 26px;height: 26px;border: 1px solid #fff;border-radius: 50%;transition:.3s;opacity: 0;}
#visual_wrap .slick-dots li.slick-active{background: #fff;}
#visual_wrap .slick-dots li.slick-active:after{opacity: 1;}
#visual_wrap .scroll{position: absolute;display: flex;bottom: 80px;left: 50%;transform:translateX(-50%);width: 80px;height: 80px;gap:10px;flex-direction: column;border-radius: 50%;border: 1px solid rgba(255,255,255,.2);background: rgba(0,0,0,.2);align-items: center;justify-content: center;}
#visual_wrap .scroll span{font-size: 10px;color: #fff;font-family: "Poppins";}




/* 공통 */
.section{line-height: 1;}



/* section01 */
#section01{padding: 200px 0 0px;margin-bottom: 200px;}
#section01 .tit_box{margin-bottom: 180px;}
#section01 .tit_box h2{display:flex; justify-content:center; align-items:center; margin-bottom:10px;}
#section01 .tit_box h2 span{color: var(--co01);}
#section01 .tit_box p{font-size: 20px;line-height: 30px;text-align: center;color: #333;text-shadow: 2px 15px 2px  rgba(0,0,0,.1);}
#section01 ul.pc_st{display: flex;gap:20px;justify-content: center;}
#section01 ul.pc_st li{width: calc((100% - 80px) / 5);}
#section01 ul.pc_st li a{display: block;position: relative;width: 100%;height: 500px;background: url(/assets/images/main/sec01_img01_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.pc_st li:nth-child(2) a{background: url(/assets/images/main/sec01_img02_pc.jpg)center no-repeat;background-size: cover;top: 50px;}
#section01 ul.pc_st li:nth-child(3) a{background: url(/assets/images/main/sec01_img03_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.pc_st li:nth-child(4) a{background: url(/assets/images/main/sec01_img04_pc.jpg)center no-repeat;background-size: cover;top: -50px;}
#section01 ul.pc_st li:nth-child(5) a{background: url(/assets/images/main/sec01_img03_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul li a:after{content:'';position: absolute;left: 0;top: 0;transition:.3s;width: 100%;background: linear-gradient(to bottom , #000, transparent);height: 215px;opacity: 0;transition:.4s;}
#section01 ul li a:hover:after{opacity: 1;}
#section01 ul li a .txt01{position: absolute;top: 55px;left: 40px;z-index: 20;padding-right: 40px;}
#section01 ul li a .txt01 p{font-size: 36px;color: #fff;font-weight: 700;margin-bottom: 25px;}
#section01 ul li a .txt01 span{font-size: 16px;line-height: 26px;color: #fff;font-weight: 500;transition:.4s;opacity: 0;}
#section01 ul li a:hover .txt01 span{opacity: 1;}
#section01 ul li a .num{position: absolute;display: flex;bottom: 50px;left: 50px;gap:28px;align-items: flex-end;}
#section01 ul li a .num span{position: relative;top: 6px;font-size: 50px;color: #fff;font-weight: 600;}
#section01 .tab_box{display: none;}


/* section02 */
#section02{position: relative;}
#section02 .sec02_bg img{width: 100%;}
#section02 .con_wrap{position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 100%;}
#section02 .txt_wrap{margin-bottom: 125px;}
#section02 .txt_wrap .logo img{margin: 0 auto;}
#section02 .txt_wrap p{font-size: 26px; color: #fff; font-weight: 500;margin-top: 40px;text-align: center;}
#section02 ul{display: flex; align-items: center; justify-content: center;gap:155px;}
#section02 ul li{position: relative;display: flex; flex-direction: column; align-items: center; justify-content: center;width: 380px; height: 380px; border:20px solid #fff;border-radius:50%;background: rgba(0,0,0,.3);}
#section02 ul li:not(:last-child)::before{content:'';position: absolute; top: 50%; left: 100%; transform:translateY(-50%); width: 175px; height: 1px; background: rgba(255,255,255,.5);}
#section02 ul li:not(:last-child)::after{content:'';position: absolute; top: 50%; right: -106px; transform:translateY(-50%); width: 16px;height: 16px; border:4px solid #fff; border-radius:50%;background: #001000;}
#section02 ul li p{font-size: 20px; color: #fff;font-weight: 700;text-align: center;}
#section02 ul li span{display: block;font-size: 19px; color: #fff;font-weight: 400;text-align: center;}
/* #section02 .con{position: relative;margin-left: auto;padding-left: 140px;padding-top: 125px;width: 1650px;height: 500px;border: 1px solid rgba(255,255,255,.5);border-radius: 100px 0 0 100px;background: url(/assets/images/main/sec02_img02_pc.png)center no-repeat;background-size: cover;}
#section02 .con .txt01{position: absolute;left: -34px;top: -69px;}
#section02 .con p.txt02{font-size: 20px;color: #fff;line-height: 30px;font-weight: 500;}
#section02 .con ul{position: absolute;display: flex;bottom: -156px;left: 140px;gap:50px;}
#section02 .con ul li a{position: relative;display: block;width: 258px;height: 348px;border-radius: 30px;border: 1px solid #fff;padding: 40px;background:rgba(0,0,0,.3);}
#section02 .con ul li a:hover{background: linear-gradient(to top, transparent, var(--co01));border: 0px solid transparent;}
#section02 .con ul li a p{font-size: 20px;font-weight: 500;color: #fff;margin-bottom: 55px;font-family: "Poppins";}
#section02 .con ul li a .line{position: absolute;top: 90px;left: -30px;width: 189px;height: 1px;background: #fff;}
#section02 .con ul li a .circle{position: absolute;top: 86px;left: 158px;width: 9px;height: 9px;border-radius: 50%;background: #fff;} 
#section02 .con ul li a span{font-size: 16px;color: #fff;line-height: 26px ;}
#section02 .con ul li a .more{position: absolute;display: flex;left: 45px;opacity: 0;align-items: center;bottom: 40px;gap:10px;font-size: 16px;color: #fff;transition:.3s;}
#section02 .con ul li a:hover .more{opacity: 1;} */


/* section03 */
#section03{padding: 150px 0 160px;}
#section03 .inner{width: 1550px;}
#section03 .tit{margin-bottom: 80px;}
#section03 .tit p{font-size: 20px;font-weight: 600;color: #222;font-family: "Poppins";margin-bottom: 20px;}
#section03 .tit p span{color: var(--co01);}
#section03 .tit p em{font-weight: 600;color: #777;}
#section03 .tit h2{font-size: 30px;font-weight: 500;color: #222;}
#section03 .con_wrap{display: flex; gap: 130px;justify-content: space-between;}
#section03 .con_wrap .con01{width: calc(100% - 790px);}
#section03 .con_wrap .con01 .box01{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}
#section03 .con_wrap .con01 .box01 p{padding-left: 10px;font-size: 30px;color: #222;}
#section03 .con_wrap .con01 ul{border-top: 1px solid #aaa;}
#section03 .con_wrap .con01 ul li a{position: relative;display: block;padding: 20px 100px 20px 17px;height: 120px;border-bottom: 1px solid #aaa;transition:.3s;}
#section03 .con_wrap .con01 ul li a:hover{background: #f2f2f2;}
#section03 .con_wrap .con01 ul li a:after{content:'';position: absolute;right: 15px;top: 50%;transform:translateY(-50%);width: 14px;height: 26px;background: url(/assets/images/main/sec03_ico02_pc.png)center no-repeat;background-size: cover;}
#section03 .con_wrap .con01 ul li a strong{display: block;font-size: 20px;color: #222;font-weight: 400;white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }
#section03 .con_wrap .con01 ul li a p{font-size: 16px;color: #555;white-space: nowrap; overflow:hidden;text-overflow: ellipsis;margin: 10px 0 15px; }
#section03 .con_wrap .con01 ul li a span{font-size: 14px;color: #555;}


#section03 .con_wrap .con02{width: 660px;}
#section03 .con_wrap .con02 ul{display: flex;flex-wrap:wrap;gap:20px;}
#section03 .con_wrap .con02 ul li{width: calc((100% - 20px)/2);}
#section03 .con_wrap .con02 ul li a{display: block;height: 190px;padding: 45px 35px;transition:.3s;border: 1px solid #aaa;}
#section03 .con_wrap .con02 ul li a:hover{border: 1px solid #222;box-shadow: 1px 1px 15px 0px rgba(0,0,0,.2);}
#section03 .con_wrap .con02 ul li:nth-child(2) a{background: #1c3634;}
#section03 .con_wrap .con02 ul li:nth-child(2) a p{color: #fff;}
#section03 .con_wrap .con02 ul li:nth-child(2) a span{color: #fff;}
#section03 .con_wrap .con02 ul li a p{font-size: 24px;color: #222;margin-bottom: 15px;font-weight: 500;}
#section03 .con_wrap .con02 ul li a span{color: #555;font-size: 16px;line-height: 26px;}



.top_btn{position: fixed;right: 100px;bottom: 120px;z-index: 3000;width: 50px;height: 50px;padding-top: 27px;text-align: center;background: rgba(255,255,255,.3);font-size: 12px;color: #222;box-shadow: 1px 1px 15px 0px rgba(0,0,0,.1);transition:.3s;}
.top_btn:hover{background: #1c3634;color: #fff;}
.top_btn:after{content:'';position: absolute;top: 12px;left: 50%;transform:translateX(-50%);width: 14px;height: 8px;background: url(/assets/images/main/main_top_btn01_pc.png)center no-repeat;background-size: cover;transition:.3s;}
.top_btn:hover:after{background: url(/assets/images/main/main_top_btn02_pc.png)center no-repeat;background-size: cover;transition:.3s;}


/* footer */
#footer{line-height: 1;background: url(/assets/images/main/footer_bg01_pc.jpg)center no-repeat;background-size: cover;}
#footer .top{padding: 55px 0 60px;border-bottom: 1px solid #aaa;}
#footer .top .inner{display: flex;width: 1525px;justify-content: space-between;}
#footer .top .left{display: flex;gap:160px;align-items: flex-start;}
#footer .top .left .ad_wrap address{font-size: 18px;line-height: 30px;color: #555;margin-bottom: 20px;}
#footer .top .left .ad_wrap address strong{color: #222;font-weight: 600;}
#footer .top .left .ad_wrap address span{padding: 0 10px;}
#footer .top .left .ad_wrap ul{display: flex;gap:35px;}
#footer .top .left .ad_wrap ul li a{position: relative;font-size: 16px;color: #555;}
#footer .top .left .ad_wrap ul li:nth-child(1) a:after{content:'';position: absolute;right: -18px;top: 50%;transform:translateY(-50%);width: 1px;height: 18px;background: #555;}
#footer .top .right{display: flex;gap:7px;}
#footer .bottom{padding: 30px 0;font-size: 12px;color: #555;text-align: center;}
#footer .bottom span{color: #222;font-weight: 700;}

.f_pop{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,.3);z-index: 9999;}
.f_pop .x_btn{position: fixed;top: 50px;right: 100px;color: #fff;font-size: 40px;}
.f_pop .pop_box{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 1200px; height: 700px; background: #fff; border-radius: 20px;padding: 60px;}
.f_pop .pop_box02{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 1200px; background: #fff; border-radius: 20px;padding: 60px;}
.pop_box h2{font-size:30px; color:#222; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; text-align:center;}	
.pop_box .txt_box{overflow-y:scroll; height:460px;}
.pop_box .txt_box h4.member_guide_tit{font-size:18px; margin-top: 20px; color:#222; font-weight:600;}
.pop_box .guide_type1 {padding-left: 10px; margin-top: 5px;}
.pop_box .guide_type2 {padding-left: 15px; margin-top: 5px;}
.pop_box .txt_box .guide_type1 > li{margin-bottom: 5px; font-size: 18px; color: #555; line-height: 1.4;}
.pop_box .guide_type2 > li {margin-bottom: 3px; font-size: 18px; color: #555; line-height: 1.4;}
.pop_box02 h2{font-size:30px; color:#222; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; text-align:center;}	
.pop_box02 .txt_box p{font-size:18px; color:#555;}

/* sub */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;width: 1460px;left: 50%;transform:translateX(-50%);bottom: 200px;color: #fff;}
#sub_visual_wrap .txt_wrap .txt01{display: flex;gap:45px;align-items: center;margin-bottom: 45px;}
#sub_visual_wrap .txt_wrap .txt01 h2{font-size: 40px;}
#sub_visual_wrap .txt_wrap .txt01 ul{position: relative;display: flex;gap:43px;top: 7px;}
#sub_visual_wrap .txt_wrap .txt01 ul li{position: relative;font-size: 14px;color: #fff;}
#sub_visual_wrap .txt_wrap .txt01 ul li:not(:last-child):after{content:'';position: absolute;right: -26px;top: 50%;transform:translateY(-50%);width: 6px;height: 7px;background: url(/assets/images/sub/sub_ico01_pc.png)center no-repeat;background-size: cover;}
#sub_visual_wrap .txt_wrap .txt02{font-size: 36px;line-height: 46px;}

@media screen and (max-width:1740px) {
#sub_visual_wrap .txt_wrap{width: 100%; padding: 0 2.6%;}
}

#sub_contents{padding: 160px 0 180px;}

/*  공통  */
.con{margin-bottom:200px;}
.con:last-child{margin-bottom:0;}
.sub_con{margin-bottom:100px;}
.sub_con:last-child{margin-bottom:0;}

.tbl01{width:100%; border:1px solid #aaa;}
.tbl01 th{padding:17px 20px; text-align:left; font-size:14px; color:#000; font-weight:500; border:1px solid #aaa; background:#f7f7f7;}
.tbl01 td{padding:17px 20px; text-align:left; font-size:14px; color:#555; font-weight:500; border:1px solid #aaa;}

h4.sub_tit01{font-size:50px; color:#222; margin-bottom:100px; text-align:center;}

h5.sub_tit02{font-size:30px; color:#222; font-weight:600; line-height:1.4;}

h5.tit01{font-size:40px; color:#222; text-align:center; margin-bottom:100px;}
h5.tit01 em{display:block; color:#555; font-size:20px; margin-top:15px; font-weight:600;}

h6.sub_tit03{position:relative; font-size:20px; color:#bf1e2e; font-weight:600; padding-bottom:10px; margin-bottom:25px;}
h6.sub_tit03::after{position:absolute; display:block; content:''; width:50px; height:2px; background:#bf1e2e; left:0; bottom:0;}

.list01 li{position:relative; padding:0 0 20px 20px; color:#555; font-size:16px; font-weight:500;}
.list01 li::after{position:absolute; display:block; content:''; width:5px; height:5px; background:#555; left:0; top:10px; ;}

.list02{width:1220px; padding:0 70px;}
.list02 li{position:relative; padding-left:20px; margin-bottom:15px; color:#555; font-size:20px;}
.list02 li:last-child{margin-bottom:0;}
.list02 li::after{position:absolute; display:block; content:''; width:8px; height:8px; border-radius:50%; background:#555; left:0; top:11px;}

.pc_tbl{display:table; width:100%;}
.mob_tbl{display:none;}

span.red{color:#bf1e2e;}

a.dw_btn01{display: flex; align-items: center; justify-content: center;gap:10px;width: 160px; height: 44px;border:1px solid #ddd; font-size: 14px; color: #555;transition:.4s;}
a.dw_btn01 em{display: block; background: url(/assets/images/sub/dw_icon01.png)center  no-repeat; background: cover;width: 17px; height: 17px;transition:.4s;}
a.dw_btn01:hover{background: var(--co01); color: #fff; border:1px solid var(--co01);}
a.dw_btn01:hover em{background: url(/assets/images/sub/dw_icon01_on.png)center  no-repeat; background: cover;}

/*  sub0101  */
.sub0102_wrap .pc_con{display:block;}
.sub0102_wrap .tab_con{display:none;}
.sub0101_wrap .con01 .img_wrap{margin:40px 0;}	
.sub0101_wrap .con01 .tbl01{border-top:2px solid #222;}

.sub0101_wrap .con02 .img_wrap{margin-bottom:80px; display:flex; justify-content:center;}
.sub0101_wrap .con02 p{font-size:16px; text-align:center; color:#222;}

.sub0102_wrap .con01_wrap{display:flex; align-items:flex-start;}
.sub0102_wrap .con01 .txt_wrap{padding-left:120px;width: 820px;}
.sub0102_wrap .con01 .txt_wrap h5{margin-bottom:50px;}
.sub0102_wrap .con01 .txt_wrap p{font-size:18px; color:#555;}
.sub0102_wrap .con01 .txt_wrap p ~ p{margin-top:30px;}
.sub0102_wrap .con01 .sign{width: 820px;padding-left:120px; margin-top:50px; display:flex; align-items:center; gap:20px; align-items:center; justify-content: space-between; flex-wrap:Wrap;}
.sub0102_wrap .con01 .sign img{width:213px;}
.sub0102_wrap .con01 .sign span{font-size:17px; color:#555; margin-top:15px;}
.sub0102_wrap .con01 .sign p{font-size:28px; color:#222; /*font-family:"Noto", Serif;*/ font-weight:700;margin-top: 0;}
.sub0102_wrap .con01 .txt{display: flex; gap:20px;align-items: baseline;}

.sub0102_wrap .con02{display:flex; flex-direction:column; align-items:center; margin-top:200px;}
.sub0102_wrap .pursue_wrap{display:flex; gap:60px; margin-bottom:100px;}
.sub0102_wrap .pursue_wrap div{width:400px; border:1px solid #1c3634; text-align:center; padding:60px;}
.sub0102_wrap .pursue_wrap div:nth-child(2){background:#1c3634; filter:drop-shadow(0 0 5px rgba(0,0,0,.5));}
.sub0102_wrap .pursue_wrap div strong{display:block; font-size:24px; color:#1c3634; margin:40px 0 30px;}
.sub0102_wrap .pursue_wrap div:nth-child(2) strong{color:#fff;}
.sub0102_wrap .pursue_wrap div p{font-size:20px; color:#555;}
.sub0102_wrap .pursue_wrap div:nth-child(2) p{color:#fff;}
.sub0102_wrap p.txt{font-size:19px; width:1220px;}
.sub0102_wrap p.txt .black{color:#222;}
.sub0102_wrap p.txt span{font-weight:600;}
.sub0102_wrap p.txt b{display:block; margin-top:30px;}

/*  sub0103  */
div.history_mob{display:none;}
ul.history_wrap{position:relative; overflow:hidden; display:flex; justify-content:space-around; align-items:flex-start; margin-top:50px;}
ul.history_wrap:before{position:absolute; width:1px; height:95%; background:#ddd; display:block; content:""; left:50%; top:40px; }
ul.history_wrap li.li_02{width:50%;}
ul.history li{height:380px;}
ul.history li.history01{height:490px;}
ul.history li strong{position:relative; font-size:35px; color:#1c3634; font-weight:700;}
ul.history li span{font-size:18px; color:#000; font-weight:500;}
ul.history li strong:before{position:absolute; width:80px; height:3px; background:#1c3634; display:block; content:""; right:0; top:50%; transform:translate(-50% 0); }
ul.history li strong:after{position:absolute; width:18px; height:18px; display:block; content:"";  top:37%; transform:translate(-50%); border-radius:50%; background-image:url("/assets/images/sub/sub0103_circle.png"); background-size:cover;}
ul.history li p{position:relative; font-size:14px; color:#555;  padding-top:15px;}
ul.history li.history_list{padding-top:2px;}
ul.history li.history_list2{padding-top:4px;}

/*left*/
ul.history_wrap li.li_left{text-align:right;}
ul.history_wrap li.li_left .history li strong{padding-right:110px;}
ul.history_wrap li.li_left .history li strong:before{right:0;}
ul.history_wrap li.li_left .history li strong:after{right:-20px;}
ul.history_wrap li.li_left .history li p{margin-right:80px; padding-right:15px;}
ul.history_wrap li.li_left .history li p:before{position:absolute; display:block; content:''; width:4px; height:4px; border-radius:50%; background:#1c3634; right:0; top:65%; transform:translate(-50% 0);}

/*right*/
ul.history_wrap li.li_right .history li strong{padding-left:110px;}
ul.history_wrap li.li_right .history li strong:before{left:0;}
ul.history_wrap li.li_right .history li strong:after{left:0;}
ul.history_wrap li.li_right .history li p{margin-left:80px; padding-left:15px;}
ul.history_wrap li.li_right .history li p:before{position:absolute; display:block; content:''; width:4px; height:4px; border-radius:50%; background:#1c3634; left:0; top:65%; transform:translate(-50% 0);}


/*  sub0104  */
.certificate_wrap{width:1360px; display:flex; flex-wrap:wrap; gap:60px 25px;}
.certificate_wrap .img_wrap{ position:relative; width:100%; padding-bottom:141.6%;border:1px solid #ddd;}
.certificate_wrap div.certificate_view{width: calc((100% - 100px) / 5);}
.certificate_wrap div.certificate_view img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.certificate_wrap div.certificate_view p{font-size:20px; font-weight:600; text-align:center; color:#222; margin-top:20px;}

/* 인증서 게시판 */
.cer_pop_wrap{position: fixed; top: 0; left: 0;bottom: 0;right: 0;width: 100%; height: 100vh;z-index: 9999;pointer-events: none;touch-action: none; opacity: 0;transition: 0.5s ease;}
.cer_pop_wrap .pop_x_btn{position: absolute;width: 39px;height: 39px;right: 0; top:-50px;transition: 1s ease;}
.cer_pop_wrap .pop_x_btn img{width: 100%;}
.cer_pop_wrap .popup{width: 500px;max-width: calc(100% - 40rem);/* max-height: calc(100% - 40rem); */position: absolute;left: 50%;top: 70%;transform: translate(-50%, -50%);background-color: #fff;z-index: 5;opacity: 0;}
.cer_pop_wrap .popup .img_wrap{position:relative; width:100%; padding-bottom:141.6%;}
.cer_pop_wrap .popup .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.cer_pop_wrap.on{opacity: 1;pointer-events: auto;touch-action: auto;background-color: rgba(0, 0, 0, 0.5);}
.cer_pop_wrap.on .popup{top: 50%;opacity: 1;transition: 1s ease;}

/*  sub0105  */	
.sub0105_wrap .img_wrap{margin-bottom:150px;}
.sub0105_wrap .img_box_wrap{display:flex; flex-wrap:wrap; gap:60px 30px; justify-content:flex-start; width:100%;}
.sub0105_wrap .img_box_wrap div{width:calc((100% - 90px)/4);}
.sub0105_wrap .img_box_wrap img{width:100%;}
.sub0105_wrap .img_box_wrap p{font-size:15px; color:#222; text-align:center; border:1px solid #ddd; padding:20px;}

/*  sub02  */	
.img_area{position: relative; width: 100%; padding-bottom: 70.5%; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}
.img_area img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; background:#fff;}

.sub02_wrap .top_wrap{display:flex; margin-bottom:150px;}
.sub02_wrap .top_wrap .img_wrap{width:680px; margin-right:110px; filter:drop-shadow(0 0 8px rgba(0,0,0,.2));}
.sub02_wrap .top_wrap .img_wrap .img_slide{position:relative; width:100%;  border-radius:50px; overflow:hidden; margin-bottom:30px;}
.sub02_wrap .top_wrap .img_wrap .img_slide .slide_btn{position:absolute; width:100%; height:100%; display:flex; justify-content: space-between; align-items:center; z-index: 999;}
.sub02_wrap .top_wrap .img_wrap .img_slide .slide_btn div{display:flex; align-items:center; justify-content:center; width:50px; height:86px; background:rgba(0,0,0,.4); cursor:pointer;} 	
	
.sub02_wrap .top_wrap .img_wrap .img_list{/* display:flex; gap:0 10px;  */margin:30px 20px 0;}
.sub02_wrap .top_wrap .img_wrap .img_list .slick-list{width: calc(100% + 10px);}
.sub02_wrap .top_wrap .img_wrap .img_list .slick-track{margin-left: 0; margin-top: 0; margin: 0;}
.sub02_wrap .top_wrap .img_wrap .img_list li{width:90px; border:1px solid #ccc; margin-right: 10px;}
.sub02_wrap .top_wrap .img_wrap .img_list li.slick-active{filter:drop-shadow(0 0 8px rgba(0,0,0,.1)); }
.sub02_wrap .top_wrap .txt_wrap div .icon_list{display:flex; flex-wrap:wrap; gap:0 30px;}
.sub02_wrap .top_wrap .txt_wrap div .icon_list li span{display:block; color:#555; margin-top:10px; font-size:16px; text-align:center; font-weight:500;}

.sub02_wrap .bot_wrap h6{margin-bottom:40px;}
.sub02_wrap	.bot_wrap .tbl01 th{text-align:center;}
.sub02_wrap	.bot_wrap .tbl01 td{text-align:center;}
.sub02_wrap	.bot_wrap .tbl01 .tr1 th{background:#f0fff7;}
.sub02_wrap	.bot_wrap .tbl01 .tr2 th{background:#e9e9e9;}

/*  sub0301  */
.sub0301_wrap .sub_con{display:flex; flex-direction:column; justify-content:center;}
.sub0301_wrap .sub_con h5.tit01{margin-bottom:60px;}
.sub0301_wrap .sub_con .img_wrap{margin-top:80px; width:1320px; display:flex; justify-content:space-between;}
.sub0301_wrap .sub_con .img_wrap .img_box p{width:100%; padding:15px; font-size:20px; font-weight:600; color:#fff; background:#bf1e2e; text-align:center;}
.sub0301_wrap .sub_con .img_wrap .img_box img{border:1px solid #ddd;}
.sub0301_wrap .con01 .img_wrap .img_box{width:calc((100% - 40px)/2); }
.sub0301_wrap .con02 .img_wrap{margin-top:70px; width:1320px; display:flex; justify-content:center;}
.sub0301_wrap .list02{width: 100%;}
.sub0301_wrap .list02 li{font-size: 18px;}

/*  sub0302  */
.sub0302_wrap .sub_con{margin-bottom:70px;}
.sub0302_wrap .sub_con:last-child{margin-bottom:0;}

/*  sub0303  */
.sub0303_wrap .box01 img{display: block;margin: 0 auto;}	
.sub0303_wrap{display:flex; flex-direction:column; justify-content:center;}
.sub0303_wrap .bot_wrap{width:1560px;}
.sub0303_wrap .img_box{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:0 40px;}
.sub0303_wrap .img_box div{width:calc((100% - 120px)/4);}
.sub0303_wrap .img_box div img{width:100%;}
.sub0303_wrap .img_box .txt_wrap{padding:30px 10px 0; text-align:left; width:100%;}
.sub0303_wrap .img_box .txt_wrap strong{display:block; font-size:20px; color:#222; margin-bottom:15px; font-weight:600;}
.sub0303_wrap .img_box .txt_wrap p{font-size:15px; color:#555; margin-bottom:30px;height: 250px;}
.sub0303_wrap .img_box .txt_wrap .tag{display:flex; flex-wrap:wrap; gap:10px;}
.sub0303_wrap .img_box .txt_wrap .tag li{font-size:15px; padding:4px 16px; border:1px solid #aaa;}

/*  sub0401  */
.sub0401_wrap .top_wrap{display:flex; justify-content:space-between;}
.sub0401_wrap .tab_wrap{font-size: 0; text-align: center;}
.sub0401_wrap .tab_wrap h3{display: inline-block; font-size: 16px; font-weight: 500; line-height: 48px; color: #555; width: 100px; height: 50px; border: 1px solid #aaa; cursor: pointer; margin-right:10px;}
.sub0401_wrap .tab_wrap h3.on{display: inline-block; font-size: 16px; font-weight: 500; line-height: 48px; color: #fff; width: 100px; height: 50px; background:#555; border:1px solid #555;}
.sub0401_wrap .tab_wrap h3:last-child{margin-right:0px;}
.sub0401_wrap .search{display:flex; height:50px; border:1px solid #aaa; padding:0 12px;}
.sub0401_wrap .search p{position:relative; justify-content:space-between; display:inline-block; line-height:48px; font-size:14px; color:#555; font-weight:600; padding-right:12px;}
.sub0401_wrap .search p::before{position:absolute; display:block; content:''; width:1px; height:14px; background:#aaa; right:0; top:17px;}
.sub0401_wrap .search input{border:none; vertical-align:middle; }
.sub0401_wrap .search em{position:relative; display:flex; padding-left:10px; align-items:center;}
.sub0401_wrap .search em::before{position:absolute; display:block; content:''; width:1px; height:14px; background:#aaa; left:0; top:17px;}
.sub0401_wrap .tab_wrap .tab_con{min-height: 400px; padding-top: 40px;}

.notice:first-child{border-top:1px solid #aaa;}
.notice{padding:20px 0; border-bottom:1px solid #aaa; display:flex; align-items:center; cursor:pointer;}
.notice .img_wrap{width:300px; margin-right:60px;}
.notice .img_area{position: relative; width: 100%; padding-bottom: 63.33%; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}
.notice .img_area img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; background:#fff;}
.notice .txt_wrap{text-align:left; width:calc(100% - 360px);}
.notice .txt_wrap div span{font-size:16px; color:#222; font-weight:400;}
.notice .txt_wrap div span.date{position:relative; color:#555; font-weight:500; padding-right:20px; margin-right:20px;}
.notice .txt_wrap div span.date::before{position:absolute; display:block; content:''; width:1px; height:14px; background:#555; right:0; top:2px;}
.notice .txt_wrap strong{font-weight:600; color:#222; font-size:20px; margin:10px 0 5px;}
.notice .txt_wrap p{font-size:16px; color:#777;}

/*  paging_wrap  */
.paging_wrap{text-align:center; box-sizing:border-box; margin-top: 130px;}
.paging_wrap:before, .paging_wrap:after{box-sizing:inherit;}
.paging_wrap ul{display:inline-block; font-size:0; }
.paging_wrap ul li{display:inline-block; margin:0 2px; vertical-align:middle; }
.paging_wrap ul li a{display:block; width:30px; height: 30px; border:1px solid #aaa;  font-size:14px; color:#777; line-height:30px; font-weight:500;}
.paging_wrap ul li.page_arrow a{line-height:29px;}
.paging_wrap ul li.on{border:1px solid #003978;}
.paging_wrap ul li.on a{color:#003978; border:0 solid #003978; }

/*  sub0402  */
.catalog_wrap{display:flex; justify-content:center; gap:0 60px;}
.catalog{width:380px;}
.catalog .img_area{position: relative; width: 100%; padding-bottom: 141.57%; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}	
.catalog .img_area img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; }
.catalog .btn_down{width:220px; height:50px; display:flex; align-items:center; justify-content:center; gap:0 10px; border:1px solid #aaa; cursor:pointer; margin: 50px auto 0; font-size:16px; color:#222;}
.catalog .btn_down img.off{display:block;}
.catalog .btn_down img.on{display:none;}
.catalog .btn_down:hover{background:#bf1e2e; color:#fff; border:1px solid #bf1e2e;}
.catalog .btn_down:click{background:#bf1e2e; color:#fff; border:1px solid #bf1e2e;}
.catalog .btn_down:hover img.off{display:none;}
.catalog .btn_down:hover img.on{display:block;}
.catalog .btn_down:click img.off{display:none;}
.catalog .btn_down:click img.on{display:block;}

/* 홍보영상 */
.gallery_bd02 .con_box ul.img_li {display: flex; gap: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con_box ul.img_li li {width: 32%;}
.gallery_bd02 .con_box 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_box ul.img_li li .img_wrap iframe {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_box ul.img_li li .img_wrap iframe:hover {transform: scale(1.1);}
.gallery_bd02 .con_box ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap span.month {font-size: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con_box 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_box 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_box ul.img_li {gap: 45px 2%;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}

/*  sub05  */
/* 공통 */
.sub05_wrap{position: relative;line-height: 1;}
.sub05_wrap h5.tit01{font-family: 'Pretendard-B';}
.sub05_wrap h5.tit01 em{margin-top: 30px;font-weight: 600;line-height: 32px;}
.sub05_wrap ul.sub05_tab{display: flex;justify-content: center;position: absolute;top: -80px;left: 0;width: 100%;gap:10px;z-index: 100;}
.sub05_wrap ul.sub05_tab li a{display: flex; align-items: center;justify-content: center;width: 240px; height: 50px; border:1px solid #ddd; border-radius:6px;font-size: 16px; color: #222;transition:.4s;}
.sub05_wrap ul.sub05_tab li:hover a{border:1px solid #1c3634;color: #1c3634; box-shadow:0px 0px 15px rgba(0,0,0,.15);}
.sub05_wrap ul.sub05_tab li.on a{border:1px solid #1c3634;color: #1c3634; box-shadow:0px 0px 15px rgba(0,0,0,.15);}

.sub05_wrap .con:not(:last-child){margin-bottom: 200px;}

.con_st01{display: flex;}
.con_st01 .img_box{width: 50%;}
.con_st01 .img_box img{width: 100%;border-radius:40px;box-shadow:0px 0px 40px rgba(0,0,0,.25);}
.con_st01 .txt_box{position: relative;width: 50%;padding-left: 60px;margin-top: 20px;}
.con_st01 .txt_box ul li{font-size: 16px; color: #222; font-weight: 600;letter-spacing: -0.5px;line-height: 1.5;}
.con_st01 .txt_box ul li:not(:last-child){margin-bottom: 30px;}
.con_st01 .txt_box ul li em{display: inline-block;color: #bf1e2e; font-weight: 600;margin-right: 12px;}
.con_st01 .txt_box a.dw_btn01{/* position: absolute;left: 60px; bottom: 0; */margin-top: 30px;}

.con_st02{display: flex;align-items: center;}
.con_st02 .txt_box{width: 50%; padding: 80px 20px 80px 35px; border:1px solid #ddd; border-radius:40px;}
.con_st02 .txt_box p{font-size: 16px; color: #555; line-height: 36px;font-weight: 500;letter-spacing: -0.4px;}
.con_st02 .txt_box p:not(:last-child){margin-bottom: 40px;}
.con_st02 .txt_box p b{font-weight: 600;color: #222;}
.con_st02 .txt_box p em.co01{color: var(--co01);font-weight: 600;}
.con_st02 .img_box{width: 50%;padding-left: 105px;}
.con_st02 .img_box img{max-width: 100%;}

.con_st03{padding: 120px 0 140px;background: url(/assets/images/sub/sub0601_1_bg01.jpg)center no-repeat; background-size: cover;}
.con_st03 .inner{display: flex;flex-wrap:wrap;gap:40px 55px;}
.con_st03 .box{position: relative; width: calc((100% - 165px) / 4); height: 180px; background: linear-gradient(135deg,rgba(4, 128, 118, 1) 50%, rgba(26, 58, 55, 1) 100%);}
.con_st03 .box .txt{display: flex; align-items: center;flex-direction: column; justify-content: center;position: absolute;top: 1px;left:1px;width: calc(100% - 2px); height: calc(100% - 2px);background: #fff;padding: 10px;}
.con_st03 .box p{font-size: 18px; color: #222; font-weight: 600;line-height: 32px;text-align: center;}
.con_st03 .box em{position: absolute; top: 0; left: 0;display: flex; align-items: center; justify-content: center;width: 40px; height: 40px; font-size: 20px; color: #fff; font-weight: 600; background: #048076; border-radius:0 0 12px 0;z-index: 10;}
.con_st03 .box ul{margin-top: 25px;}
.con_st03 .box ul li{position: relative;font-size: 16px; color: #555; font-weight: 500;padding-left: 15px;line-height: 1.5;}
.con_st03 .box ul li:not(:last-child){margin-bottom: 3px;}
.con_st03 .box ul li::after{content:'';position: absolute; left: 0; top: 8px;width: 4px; height: 4px; background: #555;}

/* sub0501 */
.sub0501_wrap h5.tit01 em{margin-top: 50px;}
.sub0501_wrap h5.tit01 span{display: block;font-size: 18px; font-weight: 400;margin-top: 20px;line-height: 1.6;color: #666;font-family: 'Pretendard';}
.sub0501_wrap h5.tit01 span b{font-weight: 700;}
.sub0501_wrap .pursue_wrap{display:flex; gap:60px;}
.sub0501_wrap .pursue_wrap div{width:400px; border:1px solid #1c3634; text-align:center; padding:60px 20px;}
.sub0501_wrap .pursue_wrap div:nth-child(2){background:#1c3634; filter:drop-shadow(0 0 5px rgba(0,0,0,.5));}
.sub0501_wrap .pursue_wrap div strong{display:block; font-size:24px; color:#1c3634; margin:40px 0 20px;}
.sub0501_wrap .pursue_wrap div:nth-child(2) strong{color:#fff;}
.sub0501_wrap .pursue_wrap div p{font-size:20px; color:#555;line-height: 30px;}
.sub0501_wrap .pursue_wrap div:nth-child(2) p{color:#fff;}

.sub0501_wrap .con02 .box_wrap{display: flex;gap:40px;justify-content: center;	}
.sub0501_wrap .con02 .box_wrap .box{width: 330px;}
.sub0501_wrap .con02 .box_wrap .box .img_box{border:1px solid #ddd;}
.sub0501_wrap .con02 .box_wrap .box .img_box img{width: 100%;}
.sub0501_wrap .con02 .box_wrap .box p{font-size: 16px; color: #555;margin-top: 20px;padding-left: 5px;font-weight: 500;}

/* sub0501_2 */
.sub0501_2_wrap .con_st01 .txt_box ul li:not(:last-child){margin-bottom: 40px;}

.sub0501_2_wrap .con02{padding: 120px 0px 140px;background: #e5f2f1;}
.sub0501_2_wrap .con02 .box_wrap{position: relative;display: flex;justify-content: center;flex-direction: column;gap:30px;width: fit-content; margin: 0 auto;}
.sub0501_2_wrap .con02 .box_wrap .box{width: 100%;}
.sub0501_2_wrap .con02 .box_wrap .box ul li{display: flex;}
.sub0501_2_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 30px;}
.sub0501_2_wrap .con02 .box_wrap .box ul li em{display: flex; align-items: center; justify-content: center;width: 50px; height: 50px; font-size: 18px; background: #1c3634; color: #fff;font-weight: 600;}
.sub0501_2_wrap .con02 .box_wrap .box ul li p{display: flex;align-items: center; justify-content: center;width: calc(100% - 50px); height: 50px; font-size: 18px; color: #222; font-weight: 600; background: #fff;}
.sub0501_2_wrap .con02 .box_wrap a.dw_btn01{position: absolute; right: 0; bottom: 0; border:1px solid #999;}
.sub0501_2_wrap .con02 .box_wrap a.dw_btn01:hover{border:1px solid var(--co01);}
.sub0501_2_wrap .con02 .txt_wrap{margin-top: 80px;}
.sub0501_2_wrap .con02 .txt_wrap p{font-size: 20px; color: #555; font-weight: 600; line-height: 32px;text-align: center;}

/*sub0501_3*/
.sub0501_3_wrap .con_st03{background: url(/assets/images/sub/sub0601_3_bg01.jpg)center no-repeat; background-size: cover;}
.sub0501_3_wrap .con_st03 .inner{gap:40px;}
.sub0501_3_wrap .con_st03 .box{width: calc((100% - 80px) / 3);}

/* sub0501_4 */
.sub0501_4_wrap .con_st01 .txt_box ul li:not(:last-child){margin-bottom: 40px;}

/* sub0501_5 */
.sub0501_5_wrap .con_st01 .txt_box{background: url(/assets/images/sub/sub0601_5_bg01.png)left 80px bottom no-repeat;}

/*  sub0502  */
.sub0502_wrap{line-height: 1;}
.sub0502_wrap .tit_wrap{margin-bottom: 100px;}
.sub0502_wrap .tit_wrap h5.tit01{margin-bottom: 80px;}
.sub0502_wrap .tit_wrap p{font-size: 30px; color: #222; font-weight: 700;text-align: center;}

.sub0502_wrap .catalog_wrap{gap:100px 40px;justify-content: flex-start;flex-wrap: wrap;}
.sub0502_wrap .catalog{width: calc((100% - 120px) / 4);}
.sub0502_wrap .catalog .img_area{padding-bottom: 122.581%;}
.sub0502_wrap .catalog .txt_wrap{margin-top: 30px;}
.sub0502_wrap .catalog .txt_wrap span{display: block;font-size: 16px; color: #999;font-weight: 700;font-family: 'Pretendard-B';}
.sub0502_wrap .catalog .txt_wrap p{font-size: 20px; color: #222; font-weight: 700;margin-top: 14px;font-family: 'Pretendard-B';}
.sub0502_wrap .catalog .btn_down{margin: 40px auto 0;}

/*  sub0601  */
.sub0601_wrap{line-height: 1;}
.sub0601_wrap .con01{margin-bottom: 70px;}
.sub0601_wrap .con01 .top{margin-bottom: 30px;}
.sub0601_wrap .con01 .top ul{display: flex;gap:10px; justify-content: center;align-items: center;}
.sub0601_wrap .con01 .top ul li{display: flex;align-items: center;height: 60px;}
.sub0601_wrap .con01 .top ul li:nth-child(1){border:2px solid #555;width: fit-content;}
.sub0601_wrap .con01 .top ul li p{display: flex; align-items: center;justify-content: center;width: 150px;font-size: 20px; color: #fff; font-weight: 700;background: #555; height: 100%;}
.sub0601_wrap .con01 .top ul li strong{display: flex;align-items: center;justify-content: center;width: 350px;height: 100%;font-size: 30px; color: #222; font-weight: 700;text-align: center;}
.sub0601_wrap .con01 .top ul li a{display: flex; align-items: center; justify-content: center; border:2px solid #777;width: 320px; height: 100%;font-size: 20px; color: #555;font-weight: 700;}
.sub0601_wrap .con01 .bot ul{display: flex; justify-content: center;gap:20px;}
.sub0601_wrap .con01 .bot ul li{width: 400px;}
.sub0601_wrap .con01 .bot ul li p{position: relative;margin-bottom: 12px; padding-bottom: 12px; padding-left: 15px;font-size: 17px; color: #222; font-weight: 700;border-bottom: 1px solid #bbb;}
.sub0601_wrap .con01 .bot ul li p::after{content:'';position: absolute; top: 30%; left: 4px;transform:translateY(-50%); width: 5px; height: 5px; background: #000; border-radius:50%;}
.sub0601_wrap .con01 .bot ul li span{display: block;padding-left: 15px;font-size: 14px; color: #555; font-weight: 500; line-height: 19px;}

.sub0601_wrap .con02{padding: 50px 60px; border:1px solid #aaa;}
.sub0601_wrap .con02 ul li{display: flex; align-items: center;gap:30px;}
.sub0601_wrap .con02 ul li:not(:last-child){margin-bottom: 24px;}
.sub0601_wrap .con02 ul li input[type="text"]{flex:1;padding: 0px 20px; height: 50px; border:1px solid #999;font-size: 16px; color: #555; background: #fafafb;}
.sub0601_wrap .con02 ul li input[type="text"]::placeholder{font-size: 16px; color: #555;}
.sub0601_wrap .con02 ul li input:focus{outline:0;}
.sub0601_wrap .con02 ul li textarea{flex:1;padding: 22px; height: 190px; resize:none;border:1px solid #999;font-size: 16px; color: #555; background: #fafafb;}
.sub0601_wrap .con02 ul li textarea::placeholder{font-size: 16px; color: #555;}
.sub0601_wrap .con02 ul li textarea:focus{outline:0;}
.sub0601_wrap .con02 ul li .file_wrap{padding: 15px 20px;border:1px solid #999;width: 100%;}
.sub0601_wrap .con02 ul li input[type="file"]{font-size: 16px; color: #555;}
.sub0601_wrap .con02 .input_bot{display: flex; align-items: center;  margin-top: 25px;}
.sub0601_wrap .con02 .input_bot input[type="text"]{width: 150px; height: 40px;border:1px solid #c0c0c0;margin: 0 15px 0 30px;padding-left: 15px;}
.sub0601_wrap .con02 .input_bot input[type="text"]:focus{outline:0;}
.sub0601_wrap .con02 .input_bot span{font-size: 13px; color: #555;}

.sub0601_wrap .con03{padding: 30px 60px; border:1px solid #aaa; margin-top: 20px;}
.sub0601_wrap .con03 h2{font-size: 16px; color: #333; text-align: center; margin-bottom: 20px;}
.sub0601_wrap .con03 .pri_box{padding: 20px; background: #f5f5f5; overflow-y: scroll;}
.sub0601_wrap .con03 .pri_box .txt{height: 115px;font-size: 16px; color: #333; line-height: 1.4;}
.sub0601_wrap .con03 .chk_box{display: flex; align-items: center; justify-content: center;margin-top: 20px;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"]{display: none;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"] + label{position: relative;font-size: 16px; color: #bf1e2e;padding-left: 25px; cursor:pointer;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"] + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 20px; height: 20px; border:1px solid #bf1e2e;transition:.3s;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"]:checked + label::after{background: #bf1e2e;}

.sub0601_wrap .online_btn{display: flex; justify-content: space-between; align-items: center; border-radius: 6px 0 25px 0; border:1px solid #aaa; width: 240px; height: 50px; padding: 0 14px 0 30px;font-size: 16px; color: #555; margin: 100px auto 0;}

/*  sub0602  */
.sub0602_wrap h6{font-size:42px; color:#222;}	
.sub0602_wrap .contact_wrap{display:flex; align-items:flex-start; gap:0 70px; margin:50px 0 40px;}
.sub0602_wrap .contact_wrap strong{display:block; margin-bottom:5px; font-size:20px; color:#222;}
.sub0602_wrap .contact_wrap p{font-size:20px; color:#555;}
.sub0602_wrap .contact_wrap p span{color:#999; display:inline-block; margin-right:10px; font-weight:600;}
.sub0602_wrap .map_wrap{position: relative; width: 100%; padding-bottom: 600px; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}
.sub0602_wrap .map_wrap iframe{position: absolute; left: 0; top: 0; right:0; bottom:0; margin:auto; height:100%; max-width: 100%; max-height: 100%;}

/*  sub0603  */
.sub0603_wrap{line-height: 1;}
.sub0603_wrap .con:not(:last-child){margin-bottom: 200px;}

.sub0603_wrap .con01 .txt_wrap{margin-bottom: 80px;}
.sub0603_wrap .con01 .txt_wrap p{font-size: 32px; color: #222; font-weight: 700;line-height: 48px;}
.sub0603_wrap .con01 .txt_wrap p b{color: var(--co01);font-weight: 700;}
.sub0603_wrap .con01 .txt_wrap span{display: flex; align-items: center; gap:20px;margin-top: 30px;font-size: 20px; color: #555; font-weight: 500;line-height: 1.6;}
.sub0603_wrap .con01 .img_wrap img{max-width: 100%;}

.sub0603_wrap .con02 .box_con{display: flex;gap:60px;}
.sub0603_wrap .con02 .box_con .box_wrap{width: calc((100% - 60px) / 2);}
.sub0603_wrap .con02 .box_con .box_wrap .box{display: flex;align-items: center;gap:30px;width: 100%; height: 56px;padding: 0 20px; border:1px solid #ddd; }
.sub0603_wrap .con02 .box_con .box_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub0603_wrap .con02 .box_con .box_wrap .box em{display: flex; align-items: center; justify-content: center;width: 30px; height: 30px;font-size: 16px; font-weight: 500;color: #fff; background: var(--co01); border-radius:50%;}
.sub0603_wrap .con02 .box_con .box_wrap .box p{width: calc(100% - 60px);font-size: 18px; color: #555;font-weight: 500;line-height: 1.4;}

.sub0603_wrap .con03 .box_wrap{display: flex;}
.sub0603_wrap .con03 .box_wrap .img_box{width: 50%;}
.sub0603_wrap .con03 .box_wrap .img_box img{max-width: 100%;}
.sub0603_wrap .con03 .box_wrap .txt_box{width: 50%;padding-left: 60px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li{position: relative;padding-left: 24px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li::after{content:'';position: absolute; left: 0; top: 13px;width: 4px; height: 4px; background: #555;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li:not(:last-child){margin-bottom: 75px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p{font-size: 18px; color: #555;font-weight: 500;line-height: 1.5;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p:not(:last-child){margin-bottom: 15px;font-family: 'Pretendard-M';}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p span{display: block;width: 96px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p i{display: inline-block;width: 15px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a{display: flex; align-items: center; justify-content: center;gap:15px; width: 180px; height: 50px; border:1px solid #ddd; margin-top: 20px;transition:.3s;font-size: 16px; font-weight: 400;color: #555;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a em{display: block;background: url(/assets/images/sub/sub0502_icon01.png)center no-repeat; width: 23px; height: 9px; background-size: cover;transition:.3s;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a:hover{color: #fff;background: var(--co01);border:1px solid var(--co01);}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a:hover em{background: url(/assets/images/sub/sub0502_icon01_on.png)center no-repeat; background-size: cover;}

.sub0603_wrap .con04 .box_wrap{position: relative;display: flex;align-items: center; justify-content: space-between;}
.sub0603_wrap .con04 .box_wrap::after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 100%; height: 2px; background: #1c3634;z-index: -1;}
.sub0603_wrap .con04 .box_wrap .box{position: relative;width: 280px; height: 280px;z-index: 1;border-radius:50%;background: linear-gradient(-45deg,rgba(4, 128, 118, 1) 50%, rgba(26, 58, 55, 1) 100%);}
.sub0603_wrap .con04 .box_wrap .box:not(:last-child)::after{content:'';position: absolute; right: -45px; top: 50%;transform:translateY(-50%);background: url(/assets/images/sub/sub0502_icon02.png)center no-repeat; width: 9px; height: 16px; background-size: cover;}
.sub0603_wrap .con04 .box_wrap .box p{display: flex;align-items: center; justify-content: center;position: absolute; top: 50%; left: 50%;transform:translate(-50%,-50%); width: 260px; height: 260px; font-size: 20px; color: #222; line-height: 32px;font-weight: 700; background: #fff; border-radius:50%;z-index: 1;text-align: center;}

.sub0603_wrap .con05{padding-bottom: 40px;}
.sub0603_wrap .con05 .box_wrap{display: flex;gap:65px;}
.sub0603_wrap .con05 .box_wrap .box{display: flex;align-items: center; justify-content: center;width: calc(100% - 130px); height: 240px;padding: 20px;}
.sub0603_wrap .con05 .box_wrap .box.box01{background: url(/assets/images/sub/sub0502_img03.jpg)center no-repeat; background-size: cover;}
.sub0603_wrap .con05 .box_wrap .box.box02{background: url(/assets/images/sub/sub0502_img04.jpg)center no-repeat; background-size: cover;}
.sub0603_wrap .con05 .box_wrap .box.box03{background: url(/assets/images/sub/sub0502_img05.jpg)center no-repeat; background-size: cover;}
.sub0603_wrap .con05 .box_wrap .box p{font-size: 18px; color: #fff; font-weight: 600; line-height: 32px;text-align: center;}

/* sub0603_form */
.sub0603_form_wrap .con04{background: #f5f5f5;margin-top: 20px;padding: 30px;}
.sub0603_form_wrap .con04 .ra_wrap{display: flex;align-items: center; justify-content: center;gap:60px;}
.sub0603_form_wrap .con04 span{display: block;text-align: center;font-size: 16px;color: #bf1e2e;margin-top: 30px;}
input.ra_st01{display: none;}
input.ra_st01 + label{position: relative;font-size: 16px; color: #333; padding-left: 28px;}
input.ra_st01 + label::after{content:'';position: absolute; left: 0; top: -2px; width: 18px; height: 18px; border:1px solid #ddd;border-radius:50%; background: #fff;}
input.ra_st01:checked + label::after{content:'✔';background: var(--co01); border:1px solid var(--co01);color: #fff; font-size: 13px; line-height: 16px;text-align: center;}

.sub0603_form02_wrap .con02{margin-bottom: 20px;}
.sub0603_form02_wrap .con02 strong{display: block;font-size: 18px; color: #222;font-weight: 700; margin-bottom: 30px;}
.sub0603_form02_wrap .ra_wrap{display: flex;align-items: center; justify-content: center;gap:50px;}
.sub0603_form02_wrap .con02 ul li p{width: 120px;font-size: 16px; color: #222;font-weight: 500;}
.sub0603_form02_wrap .con02 ul li.li02{flex-wrap:wrap;}
.sub0603_form02_wrap .con02 ul li.li02 span{display: block;font-size: 15px; color: #222; line-height: 1.6;padding-left: 150px; width: 100%;}
.sub0603_form02_wrap .con02 .txt p{font-size: 15px; color: #222; line-height: 1.6;margin-top: 50px;}

