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

/* font-family: "Play", serif; */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

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

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* 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: #46a34f;
}

::selection{background: var(--co01); color: #fff;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 100%; margin: 0 auto; max-width:100%;padding: 0 8%;}
.fp{font-family: "Play", serif;}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,html {cursor: none;}
svg{display: none;}

.Cursor{pointer-events: none;position: fixed;display: block;border-radius: 50%;transform-origin: center center;mix-blend-mode: multiply; top: 0;left: 0;z-index: 9999;filter: url("#svg01");will-change: transform, mix-blend-mode;}
.Cursor span {position: absolute;display: block;width: 15px;height: 15px;border-radius: 50%;background-color: var(--co01); transform-origin: center center;transform: translate(-50%, -50%);}
.Cursor.secOn{mix-blend-mode: difference; }
.Cursor.secOn span{background-color: #fff;}
.Cursor.sec05On{mix-blend-mode: difference; }
.Cursor.sec05On span{background-color: #fff;width: 45px;height: 45px;}

#header.off{display: none;}
.main_quick.off{display: none;}

.main_quick{display: block;position: fixed;z-index: 4000;top: 50%; right: 100px; transform:translateY(-50%);}
.main_quick .txt p{display: none;text-transform:uppercase;font-size: 15px; color: #fff;transition:.3s;}
.main_quick .txt p.on{display: block;writing-mode: sideways-lr;}
.main_quick .txt p.bl{color: #333;}
.main_quick em{display: block;background: url(/assets/images/main/main_icon01_pc.png)center no-repeat; width: 18px; height: 20px; background-size: cover;margin: 20px 0 20px 3px;transition:.3s;}
.main_quick em.on{background: url(/assets/images/main/main_icon02_pc.png)center no-repeat; background-size: cover;}
.main_quick ul{display: none;}
.main_quick ul.on{display: block;}
.main_quick ul li{position: relative;width: 4px; height: 4px;background: #bbb;border-radius:50%;margin: 0 auto;transition:.3s;}
.main_quick ul li:not(:last-child){margin: 0 auto 8px;}

.main_quick ul li.on{background: transparent;}
.main_quick ul li.on::after{content:'';position: absolute;top: 50%; left: 50%; transform:translate(-50%,-50%); width: 8px; height: 8px; border:2px solid #fff;border-radius:50%;transition:.3s;}
.main_quick ul li.on.color{background: transparent;}
.main_quick ul li.on.color::after{content:'';position: absolute;top: 50%; left: 50%; transform:translate(-50%,-50%); width: 8px; height: 8px; border:2px solid var(--co01);border-radius:50%;transition:.3s;}

#header{opacity: 0;position: fixed; top: -100px; left: 0; width: 100%; z-index: 7000;transition:.3s;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100px;padding: 0 4%;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_pc.png)center no-repeat; width: 132px; height: 60px; background-size: cover;transition:.3s;}

#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 34px 44px;}
#header .gnb span a{display: block;font-size: 20px; color: #fff; font-weight: 600;transition:.3s;}
#header .gnb .lnb_sub{position: absolute; top: 80px; left: 50%; transform:translateX(-50%);z-index: 100; width: 200px; background: rgba(255,255,255,.7); border-radius:20px;line-height: 1; box-shadow:10px 10px 10px rgba(0,0,0,.1);backdrop-filter: blur(2px);}
#header .gnb .lnb_sub ul{display: none;padding: 30px 10px;}
#header .gnb .lnb_sub ul li a{display: block;color: #333;font-size: 18px;text-align: center;font-weight: 500;}
#header .gnb .lnb_sub ul li:hover a{font-weight: 700; color: var(--co01);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}

#header .h_right{display: flex; align-items: center; gap:40px;}
#header .h_right .lan_wrap{position: relative;}
#header .h_right .lan_wrap em{position: relative;display: block;width: 54px;padding-bottom: 4px;border-bottom: 1px solid rgba(255,255,255,.8);font-size: 15px; color: #fff; font-weight: 700;cursor:pointer;transition:.3s;}
#header .h_right .lan_wrap em::after{content:'';position: absolute; right: 0; top: 38%; transform:translateY(-50%);background: url(/assets/images/main/h_icon01_pc.png)center no-repeat; background-size: cover; width: 8px; height: 6px;transition:.3s;}
#header .h_right .lan_wrap ul{display: none;position: absolute; left: 0; top: 30px;padding: 10px 0px;}
#header .h_right .lan_wrap ul li{transition:.3s;}
#header .h_right .lan_wrap ul li:not(:last-child){margin-bottom: 8px;}
#header .h_right .lan_wrap ul li a{font-size: 15px; color: #fff; font-weight: 700;transition:.3s;}

#header .h_right button{position: relative;display: block;width: 44px; height: 22px;}
#header .h_right button span{display: flex;align-items: center;gap:6px;}
#header .h_right button span:not(:last-child){margin-bottom: 6px;}
#header .h_right button em{display: block;height: 3px;background: #fff;transition:.4s;}
#header .h_right button em.em01{width: 8px;}
#header .h_right button em.em02{width: 30px;}
#header .h_right button em.em03{width: 100%;}

#header.active h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat; background-size: cover;}
#header.active .gnb span a{color: #333;}
#header.active .lan_wrap em{color: #666;border-bottom: 1px solid #ddd;}
#header.active .lan_wrap em::after{background: url(/assets/images/main/h_icon02_pc.png)center no-repeat; background-size: cover; }
#header.active .lan_wrap ul li a{color: #666;}
#header.active .h_right button em{background: #333;}
#header.active .h_right button em.em01{background: var(--co01);}

#header.all h1 a{background: url(/assets/images/main/main_logo01_pc.png)center no-repeat; background-size: cover;}
#header.all .gnb > li{display: none;}
#header.all .gnb span a{color: #fff;}
#header.all .lan_wrap{display: none;}

#header.all .h_right button em{background: #fff;}
#header.all .h_right button em.em01{width: 0;}
#header.all .h_right button em.em02{width: 0;}
#header.all .h_right button em.em03{position: relative;transform:rotate(135deg);}
#header.all .h_right button em.em03::after{content:'';position: absolute;top: 0; left: 0;width: 100%; height: 100%;background: #fff;transform: rotate(-90deg);}

.all_menu_wrap{display: none;position: fixed; top: 0; right: 0; width: 30%; height: 100vh;z-index: 6000;background: linear-gradient(240deg, rgba(146,179,61,1) 0%, rgba(21,140,65,1) 100%);}
.all_menu_wrap .lnb{display: flex; justify-content: center;flex-direction: column;gap:20px;height: 100%;}
.all_menu_wrap .lnb .all_menu{display: flex; flex-direction:column; }
.all_menu_wrap .lnb .all_menu h3{position: relative;padding-left: 80px;}
.all_menu_wrap .lnb .all_menu h3::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 0px; height: 2px; background: #fff;transition:.3s;}
.all_menu_wrap .lnb .all_menu h3 a{display: block;width: 330px;font-size: 50px; color: #abceb1; font-weight: 700;transition:.3s;}
.all_menu_wrap .lnb .all_menu h3.on::after,
.all_menu_wrap .lnb .all_menu h3.active::after{width: 60px;}
.all_menu_wrap .lnb .all_menu h3.on a,
.all_menu_wrap .lnb .all_menu h3.active a{color: #fff;}
.all_menu_wrap .lnb .all_menu ul li{display: block; padding-left: 100px;}
.all_menu_wrap .lnb .all_menu ul li a{position: relative;font-size: 24px; color: #fff; font-weight: 500;}
.all_menu_wrap .lnb .all_menu ul li a::after{content:'';position: absolute; left: 0; bottom: 0;width: 0%; height: 2px; background: #fff;transition:.3s;}
.all_menu_wrap .lnb .all_menu ul li:hover a::after{width: 100%;}

/* section */
.section{line-height: 1;overflow: hidden;}
.section .sec_tit{display: flex;align-items: center; justify-content: space-between; margin: 60px 0;}
.section .sec_tit span{display: block;font-size: 24px; color: var(--co01); margin-bottom: 30px;overflow: hidden;}
.section .sec_tit span b{display: inline-block;font-weight: 400;transform:translateY(100%);transition:.8s;}
.section .sec_tit p{font-size: 60px; color: #333; font-weight: 700;}
.section .sec_tit p b{display: inline-block;opacity: 0;transform: rotate(5deg) translate(20px,20px) scale(1.2);transition:.8s;transition-delay:.4s;}

.section .more_btn01{opacity: 0;display: flex; align-items: center; justify-content: center; gap:40px; width: 200px; height: 64px; border-radius:32px;font-size: 18px; color: #fff; background: #333;transition:.3s;}
.section .more_btn01:hover{letter-spacing: 1.5px;}

.section.on span b{transform:translateY(0%);}
.section.on p b{transform: rotate(0deg) translate(0px,0px) scale(1);opacity: 1;}
.section.on .more_btn01{opacity: 1;}
 
/* visual_wrap */
#visual_wrap{line-height: 1;}
#visual_wrap ul.visual li.slick-active p.pc_img{animation:visAni01 15s linear forwards;}
#visual_wrap .slide_items{display: flex;align-items: center;gap:20px;position: absolute;left: 8%;bottom: 340px;z-index: 1000;}
#visual_wrap .slide_items .numcount{display: flex;align-items: center;gap:20px;}
#visual_wrap .slide_items .numcount span{position: relative;font-size: 20px; color: rgba(255,255,255,.5); font-weight: 700;}
#visual_wrap .slide_items .numcount span.now{color: var(--co01);}
#visual_wrap .slide_items .numcount span.now::after{content:'/';position: absolute; right: -14px; top: 50%; transform:translateY(-50%);font-size: 20px; color: rgba(255,255,255,.5); }
#visual_wrap .slide_items .vis_dots{position: relative;width: 160px; height: 2px; background: rgba(255,255,255,.5);}
#visual_wrap .slide_items .vis_dots li{position: absolute; left: 0; top: 0;width: 0;height: 2px; background: var(--co01);text-indent: -9999px;}
#visual_wrap .slide_items .vis_dots li.slick-active{animation: visDots 5s ease forwards;}
@keyframes visDots {
0%{width: 0; }
100%{width: 100%;}
}

@keyframes visAni01 {
0%{transform:scale(1)}
100%{transform:scale(1.2)}
}

#visual_wrap .slide_items .arr_wrap{display: flex; align-items: center;gap:10px;}

#visual_wrap .txt_wrap{position: absolute;left: 8%;bottom: 120px;z-index: 1000;}
#visual_wrap .txt_wrap p{font-size: 90px; color: #fff; line-height: 100px;}
#visual_wrap .txt_wrap p b{display: inline-block;transform: rotate(5deg) translate(20px,20px) scale(1.2);opacity: 0;}

#visual_wrap .scroll{position: absolute;bottom: 80px; right: 160px; z-index: 100;transform: rotate(90deg);padding-right: 42px;}
#visual_wrap .scroll p{font-size: 16px; color: #fff; font-weight: 700;}
#visual_wrap .scroll::before{content:'';position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 44px; height: 8px; background: linear-gradient(270deg,rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 70%); border-radius:20px}
#visual_wrap .scroll::after{content:'';position: absolute;top: 50%;transform: translateY(-50%);right: -4px; width: 8px; height: 8px; background: #fff;	border-radius:50%;animation:scrAni01 1s ease infinite alternate;}
@keyframes scrAni01{
0%{right: -4px; }
100%{right: 20px; }
}

/* section01 */
#section01 .con_wrap{display: flex;gap:50px;}
#section01 .con_wrap .con{position: relative;width: calc((100% - 100px) / 3);/* transition:.5s; */}
#section01 .con_wrap .con a{position: relative;}
#section01 .con_wrap .con a::after{content:'';opacity: 0;position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); background: url(/assets/images/main/sec01_icon01_pc.png)center no-repeat; width: 221px;height: 101px; background-size: cover;transition:.4s;}
#section01 .con_wrap .con .img_wrap{position:relative; width:100%; padding-bottom:100%; border-radius:20px; overflow: hidden;}
#section01 .con_wrap .con .img_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;transition:.5s;}
#section01 .con_wrap .con .txt_wrap{display: flex;align-items: center; justify-content: space-between;position: absolute;left: 0; bottom: 0; padding: 50px; width: 100%; transition:.3s;}
#section01 .con_wrap .con .txt_wrap p{font-size: 35px; color: #fff; font-weight: 700;}
#section01 .con_wrap .con .txt_wrap span{display: block;font-size: 24px; color: #fff; font-weight: 700; margin-top: 20px;}

/* #section01 .con_wrap .con:hover{transform:translateY(-20px);} */
#section01 .con_wrap .con:hover a::after{opacity: 1;}
#section01 .con_wrap .con:hover .img_wrap img{filter: blur(10px);}
#section01 .con_wrap .con:hover .txt_wrap{opacity: 0;}

#section01 .bg_wrap{position: absolute; bottom: 200px; left: 0;z-index: -1;}
#section01 .bg_wrap ul{display: flex;}
#section01 .bg_wrap ul.bg01{position: absolute;left: 0;top: 0;width: max-content;animation: img-scrolling01 30s linear infinite;will-change: transform;margin-left: 30px;}
#section01 .bg_wrap ul.bg02{position: absolute;left: 0;top: 0;width: max-content;animation: img-scrolling02 30s linear infinite;will-change: transform;}
#section01 .bg_wrap ul li{font-size: 150px; color: #f5f5f5; font-weight: 700;width: 1391px;margin-right: 50px;}
@keyframes img-scrolling01{
0%{transform: translate3d(100%, 0, 0);}
100%{transform: translate3d(0, 0, 0);}
}

@keyframes img-scrolling02{
0%{transform: translate3d(0, 0, 0);}
100%{transform: translate3d(-100%, 0, 0);}
}

/* section02 */
#section02{position: relative;}
#section02 .bg{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%) scale(1.1);background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;width: 120%;height: 120%;z-index: -1;}
#section02 .sec_tit{text-align: center;}
#section02 .sec_tit .tit{width: 100%;}
#section02 .sec_tit p{color: #fff;}
#section02 .con_wrap{display: flex;gap:50px;}
#section02 .con_wrap .con{width: calc((100% - 100px) / 3); border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.1);border-radius:20px;}
#section02 .con_wrap .con a{}
#section02 .con_wrap .con .bg_wrap{opacity: 0;position: relative;width:100%; padding-bottom:64%;transition:.3s;}
#section02 .con_wrap .con .bg_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}

#section02 .con_wrap .con .txt_wrap{position: absolute; top: 0; left: 0; width: 100%; height: 100%;display: flex;align-items: center; justify-content: center; gap:30px; flex-direction: column; }
#section02 .con_wrap .con .txt_wrap strong{display: block;font-size: 50px; color: #fff; font-weight: 700;text-align: center;transition:.5s;}
#section02 .con_wrap .con .txt_wrap p{font-size: 24px; color: #fff; line-height: 36px;text-align: center;transition:.5s;}
#section02 .con_wrap .con .txt_wrap b{display:block;}
#section02 .con_wrap .con .txt_wrap span{display:flex; align-items:center; justify-content:center; gap:10px;font-size:18px;}
#section02 .con_wrap .con .txt_wrap span img{height:35px;}
#section02 .con_wrap .con .txt_wrap span img.logo_w{display:block;}
#section02 .con_wrap .con .txt_wrap span img.logo_g{display:none;}

#section02 .con_wrap .con:hover{border: 1px solid rgba(255,255,255,0); background: rgba(255,255,255,0);}
#section02 .con_wrap .con:hover strong{color: var(--co01);}
#section02 .con_wrap .con:hover p{color: var(--co01);}
#section02 .con_wrap .con:hover .bg_wrap{opacity: 1;}
#section02 .con_wrap .con:hover .txt_wrap span img.logo_w{display:none;}
#section02 .con_wrap .con:hover .txt_wrap span img.logo_g{display:block;}
#section02 a.more_btn01{margin: 80px auto 0;background: transparent; border:1px solid #fff;}
#section02 a.more_btn01:hover{background: rgba(255,255,255,.1);}

/* section03 */
#section03{}
#section03 .bg{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%) scale(1.1);background: url(/assets/images/main/sec03_bg01_pc.jpg)center no-repeat; background-size: cover;width: 100%;height: 100%;z-index: -1;}
#section03 .txt_wrap p{font-size: 60px; color: #fff; font-weight: 700; line-height: 80px;margin-top: 60px;}
#section03 .txt_wrap strong{display: inline-block;-webkit-text-fill-color: rgba(255, 255, 255, .1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);width: fit-content;background-size: 0% 100%;}
#section03 a.more_btn01{margin-top: 80px;background: transparent; border:1px solid #fff;}
#section03 a.more_btn01:hover{background: rgba(255,255,255,.1);}
#section03.on .txt_wrap strong{animation:sec03Ani01 1s ease forwards;}
#section03.on .txt_wrap strong:nth-of-type(1){animation-delay:.3s;}
#section03.on .txt_wrap strong:nth-of-type(2){animation-delay:.7s;}
#section03.on .txt_wrap strong:nth-of-type(3){animation-delay:1s;}
#section03.on .txt_wrap strong:nth-of-type(4){animation-delay:1.3s;}
@keyframes sec03Ani01{
0%{background-size: 0% 100%;}
100%{background-size: 200% 100%;}
}

/* section04 */
#section04{background: url(/assets/images/main/sec04_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section04 .tit{margin-top: 60px;}
#section04 .tit p{font-size: 24px; color: #333; font-weight: 700;margin-bottom: 30px;}
#section04 ul li{position: relative;}
#section04 ul li::after{content:'';position: absolute; left: 0; bottom: 0; width: 0%; height: 1px; background: #000;transition: all 1000ms cubic-bezier(0.420, 0.000, 1.000, 1.000);}
#section04.on ul li::after{width: 100%;}
#section04 ul li:nth-child(1)::before{content:'';position: absolute; left: 0; top: 0; width: 0%; height: 1px; background: #000;transition: all 1000ms cubic-bezier(0.420, 0.000, 1.000, 1.000);}
#section04.on ul li:nth-child(1)::before{width: 100%;}
#section04 ul li a{display: flex;align-items: center; justify-content: space-between;padding: 20px 40px;}
#section04 ul li .txt strong{display: flex;align-items: baseline;gap:20px;margin-bottom: 25px;font-size: 35px; color: #333; font-weight: 700;}
#section04 ul li .txt strong b{font-size: 18px; font-weight: 600;color: var(--co01);font-family: 'Pretendard';}
#section04 ul li .txt p{font-size: 16px; color: #999; line-height: 28px; }
#section04 ul li .img_con{width: 460px;}
#section04 ul li .img_wrap{position:relative; width:100%; padding-bottom:39.13%;border-radius:20px; overflow: hidden;transition:.5s;}
#section04 ul li .img_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;transition:.4s;}
#section04 ul li:hover .img_wrap{border-radius:100px; }
#section04 ul li:hover .img_wrap img{transform:scale(1.1);}

/* section05 */
#section05{position: relative;}
#section05 .bg{opacity: 0;position: absolute; bottom: 0; left: 0;transition:1.5s;}
#section05.on .bg{opacity: 1;}
#section05 .sec_tit{margin: 60px 0 50px;}
#section05 .slide_wrap{padding-left: 8%;}
#section05 .slide_wrap .slick-list{padding-top: 30px;}
#section05 .slide_wrap ul li{opacity: .5;position: relative;width: 460px;height: 390px;margin-right: 30px;border-radius:20px; border:1px solid #ddd; overflow: hidden;transition:.5s;}
#section05 .slide_wrap ul li.slick-active{opacity: 1;}
#section05 .slide_wrap ul li .img_wrap{opacity: 0;transition:.4s;z-index: 200;}
#section05 .slide_wrap ul li .img_wrap img{width: 100%; height: 100%; object-fit:cover;}
#section05 .slide_wrap ul li .txt_wrap{position: absolute; top: 0;left: 0; width: 100%; height: 100%; padding: 50px 50px 40px;background: #fff;z-index: 100;transition:.3s;}
#section05 .slide_wrap ul li .txt_wrap em.tag{display: flex; align-items: center; justify-content: center;width: 96px; height: 40px; border:1px solid var(--co01);font-size: 18px;transition:.3s;color: var(--co01); border-radius:20px;background: #fff;}
#section05 .slide_wrap ul li .txt_wrap p{height: 84px;margin: 15px 0 25px;font-size: 30px; color: #333; font-weight: 700; line-height: 42px;transition:.3s;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section05 .slide_wrap ul li .txt_wrap span{display: block;height: 90px;font-size: 18px; color: #666; line-height: 30px;transition:.3s;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
#section05 .slide_wrap ul li .txt_wrap b{position: relative;display: block;font-size: 18px; color: #999; margin-top: 30px;padding-left: 22px;font-weight: 700;transition:.3s;}
#section05 .slide_wrap ul li .txt_wrap b::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); background: url(/assets/images/main/sec05_icon01_pc.png)center no-repeat; width: 14px; height: 14px; background-size: cover;transition:.3s;}

#section05 .slide_wrap ul li:hover{transform:translateY(-30px);}
#section05 .slide_wrap ul li:hover .img_wrap{opacity: 1;}
#section05 .slide_wrap ul li:hover .txt_wrap{background: transparent;}
#section05 .slide_wrap ul li:hover .txt_wrap p{color: #fff;}
#section05 .slide_wrap ul li:hover .txt_wrap span{color: #fff;}
#section05 .slide_wrap ul li:hover .txt_wrap b{color: #fff;}
#section05 .slide_wrap ul li:hover .txt_wrap b::after{background: url(/assets/images/main/sec05_icon02_pc.png)center no-repeat; background-size: cover;}

#section05 .progress {position:relative; width:calc(100%); height:2px; background:#ddd;margin-top: 60px;}
#section05 .progress .slider__label {position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background: linear-gradient(90deg, rgba(21, 140, 65, 1) 0%, rgba(146, 179, 61, 1) 100%);transition: all 1s ease;}

/* .cursor{cursor: none; width: 20px; height: 20px; border-radius:50%; background: var(--co01);  position: fixed; pointer-events: none; top: 0; left: 0; display: none; z-index: 10000; transform: translate(-50%, -50%);  transition: transform 0.2s ease;  overflow: visible;mix-blend-mode: multiply;}
.cursor::before{opacity: 0;content:'';position: absolute; left: -30px; top: 50%; transform:translateY(-50%); background: url(/assets/images/main/vis_prev_pc.png)center no-repeat; width: 10px; height: 18px; background-size: cover;}
.cursor::after{opacity: 0;content:'';position: absolute; right: -30px; top: 50%; transform:translateY(-50%); background: url(/assets/images/main/vis_next_pc.png)center no-repeat; width: 10px; height: 18px; background-size: cover;}
.cursor p{display: flex; align-items: center; gap:10px; justify-content: center;position: relative;padding-top: 25px;opacity: 0;color: #fff;text-align: center; font-family: "Play", serif;font-size: 18px; font-weight: 700;}
.cursor.hover{width: 100px; height: 100px; box-shadow: 0px 0px 10px rgba(255,255,255,.5);background: var(--co01); border-radius:50%; mix-blend-mode: luminosity;}
.cursor.hover p{opacity: 1; }
.cursor.hover::before{opacity: 1;}
.cursor.hover::after{opacity: 1;} */

#footer{position: relative;background: #111;height: 480px !important;}
#footer .fp-tableCell{height: 480px !important;}
#footer .inner{display: flex;justify-content: space-between;}
#footer .f_logo{display: block; margin-bottom: 80px;}
#footer address p{font-size: 18px; color: #999;}
#footer address p:not(:last-child){margin-bottom: 20px;}
#footer address p strong{display: inline-block;color: #fff;margin-right: 20px;}
#footer address p i{display: inline-block; width: 50px;}
#footer address p.copy{font-size: 16px;}
#footer .a_wrap{display: flex;gap:90px;margin-top: 50px;height: fit-content;}
#footer .a_wrap a{font-size: 20px; color: #fff; font-weight: 600;transition:.4s;}
#footer .a_wrap a:hover{letter-spacing:1.2px;}

/* ==sub============================================ */
#header.fixed{background: #fff;box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);}
#header.fixed h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat; background-size: cover;}
#header.fixed .gnb span a{color: #333;}
#header.fixed .lan_wrap em{color: #666;border-bottom: 1px solid #ddd;}
#header.fixed .lan_wrap em::after{background: url(/assets/images/main/h_icon02_pc.png)center no-repeat; background-size: cover; }
#header.fixed .lan_wrap ul{background: #fff;width: 100%; border-radius:4px; box-shadow:3px 3px 5px rgba(0,0,0,.05);}
#header.fixed .lan_wrap ul li{padding-left: 10px;}
#header.fixed .lan_wrap ul li a{color: #666;}
#header.fixed .h_right button em{background: #333;}
#header.fixed .h_right button em.em01{background: var(--co01);}

#header.fixed.all{background: transparent;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
#header.fixed.all h1 a{background: url(/assets/images/main/main_logo01_pc.png)center no-repeat; background-size: cover;}
#header.fixed.all .gnb > li{display: none;}
#header.fixed.all .gnb span a{color: #fff;}
#header.fixed.all .lan_wrap{display: none;}

#header.fixed.all .h_right button em{background: #fff;}
#header.fixed.all .h_right button em.em01{width: 0;}
#header.fixed.all .h_right button em.em02{width: 0;}
#header.fixed.all .h_right button em.em03{position: relative;transform:rotate(135deg);}
#header.fixed.all .h_right button em.em03::after{content:'';position: absolute;top: 0; left: 0;width: 100%; height: 100%;background: #fff;transform: rotate(-90deg);}

#header.fixed .gnb .lnb_sub{background: #fff;}

#footer.sub_footer{padding: 100px 0px;}
#footer.sub_footer .inner{transform:translateY(-30%)}

#sub_visual_wrap{position: relative;line-height: 1; }
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h3{font-size: 80px; color: #fff; font-weight: 700; margin-bottom: 30px; text-align: center;overflow: hidden;}
#sub_visual_wrap .txt_wrap h3 p{transform:translateY(-100%);opacity: 0;}
#sub_visual_wrap .txt_wrap ul{display: flex;align-items: center; justify-content: center;gap:36px;opacity: 0;}
#sub_visual_wrap .txt_wrap ul li{position: relative;font-size: 18px; color: #fff;}
#sub_visual_wrap .txt_wrap ul li:not(:last-child)::after{content:'';position: absolute; right: -23px;top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub_nav_arr_pc.png)center no-repeat; width: 8px; height: 13px; background-size: cover;}

#sub_contents{padding: 100px 0px;}
#sub_contents.no_pb{padding-bottom: 0;}
#sub_contents .inner{width: 1400px;padding: 0;}
#sub_contents .contop{line-height: 1;margin-bottom: 60px;}
#sub_contents .contop h3{font-size: 50px; color: #333; font-weight: 700;text-align: center;}
#sub_contents .contop span{display: block;text-align: center;font-size: 24px; color: #666; font-weight: 400;margin-top: 30px;}

.tab_menu{line-height: 1;position: absolute; left: 0;bottom: 0;width: 100%;backdrop-filter: blur(10px);}
.tab_menu .inner{width: 1400px;padding: 0;}
.tab_menu ul{display: flex;}
.tab_menu ul li{flex:1;transition:.3s;}
.tab_menu ul li a{display: flex;align-items: center;justify-content: center;height: 80px;font-size: 18px; color: #fff; line-height: 28px;text-align: center;transition:.3s;font-weight: 700;}
.tab_menu ul li.on{background: #fff;}
.tab_menu ul li.on a{color: #333;}
.tab_menu ul li:hover{background: #fff;}
.tab_menu ul li:hover a{color: #333;}

.tab_menu_mob{display: none;}

/* 공통 */
h3.h3_tit{position: relative;padding-left: 60px;font-size: 38px; color: #333; font-weight: 700;margin-bottom: 30px; text-transform:uppercase;}
h3.h3_tit::after{content:''; position: absolute;left: 0; top: 8px; background: url(/assets/images/sub/txt_icon01.png)center no-repeat; background-size: cover; width: 40px; height: 20px;}
h3.h3_tit b{color: var(--co01);}

h2.h2_tit{position: relative;padding-left: 30px;font-size: 26px; color: #333; font-weight: 700;margin-bottom: 30px;}
h2.h2_tit::after{content:''; position: absolute;left: 0; top: 8px; background: var(--co01); width: 8px; height: 8px; border-radius:50%;}

table.tbl01{width: 100%;border-top: 2px solid #333;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 18px; padding: 20px; color: #333; font-weight: 600;background: #f5f5f5;}
table.tbl01 td{font-size: 17px; padding: 20px; color: #333;text-align: center;}

ul.list01{border-radius:20px; background:#f5f5f5; padding:25px 30px;}
ul.list01 li{position: relative;font-size: 18px; color: #666; line-height: 1.5;padding-left: 20px;}
ul.list01 li:not(:last-child){margin-bottom: 6px;}
ul.list01 li::after{content:'';position: absolute; left: 0; top: 12px; width: 4px; height: 4px; border-radius:50%; background: var(--co01);}
ul.list01 li span{font-weight:600; color:var(--co01);}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{position: relative;background: url(/assets/images/sub/sub0101_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; height: 400px; overflow: hidden; border-radius:12px;}

.sub0101_wrap .con02{margin-top: 80px;}
.sub0101_wrap .con02 .txt_wrap{display: flex;}
.sub0101_wrap .con02 .txt_wrap .txt01{width: 50%;}
.sub0101_wrap .con02 .txt_wrap .txt01 h2{font-size: 45px; color: #333;line-height: 75px;}
.sub0101_wrap .con02 .txt_wrap .txt01 h2 strong{display: inline-block;-webkit-text-fill-color: rgba(0, 0, 0, .1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);background-size: 0% 100%;}

.sub0101_wrap .con02 .txt_wrap .txt02{width: 50%;}
.sub0101_wrap .con02 .txt_wrap .txt02 p{font-size: 20px; color: #666; line-height: 36px;}
.sub0101_wrap .con02 .txt_wrap .txt02 p:not(:last-child){margin-bottom: 30px;}
.sub0101_wrap .con02 .txt_wrap .txt02 .sign{width: fit-content; margin-left: auto; margin-top: 85px;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con{padding-bottom: 100px;}
.sub0102_wrap .con01 .box_wrap{display: flex;gap:40px;}
.sub0102_wrap .con01 .img_box{width: 680px;}
.sub0102_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom: 44.4%; border-radius:10px; overflow: hidden;}
.sub0102_wrap .con01 .img_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;}
.sub0102_wrap .con01 .txt_box{width: calc(100% - 720px);}
.sub0102_wrap .con01 .txt_box table.tbl01 th{padding: 15px;}
.sub0102_wrap .con01 .txt_box table.tbl01 td{padding: 15px 20px;text-align: left;}

.sub0102_wrap .con02 .box_wrap{display: flex;gap:40px;}
.sub0102_wrap .con02 .box_wrap .box{width: calc((100% - 80px) / 3);}
.sub0102_wrap .con02 .box_wrap .box .img_box{width: 100%; height: 220px; overflow: hidden;border-radius:12px; border:1px solid #ddd;margin-bottom: 10px;}
.sub0102_wrap .con02 .box_wrap .box .img_box img{width: 100%; height: 100%; object-fit:cover;}
.sub0102_wrap .con02 .box_wrap .box .txt_box .tit{display: flex; align-items: center; justify-content: center;width: 100%; height: 50px; background: var(--co01); border-radius:12px 12px 0 0;}
.sub0102_wrap .con02 .box_wrap .box .txt_box .tit p{font-size: 22px; color: #fff;font-weight: 700;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul{border-radius:0 0 12px 12px; min-height: 142px; border:1px solid #ddd;padding: 20px;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul li{position: relative;display: flex;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul li::after{content:'';position: absolute; left: 0; top: 14px; width: 4px; height: 4px; background: var(--co01); border-radius:50%;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul li:not(:last-child){margin-bottom: 5px;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul li strong{display: block;padding-left: 20px;width: 85px;font-size: 18px; color: #333; font-weight: 700;line-height: 32px;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul li span{display: block;width: calc(100% - 85px);font-size: 18px; color: #666; line-height: 32px;}

.sub0102_wrap .con03{padding: 100px 0px 160px;background: #f5f5f5;}
.sub0102_wrap .con03 .his_wrap{position: relative;margin-top: 60px;}
.sub0102_wrap .con03 .his_wrap::after{content:'';position: absolute; left: 5px;top: 18px;background: #ddd;width: 2px; height: 100%;}
.sub0102_wrap .con03 .his_wrap .box{display: flex;position: relative;z-index: 100;}
.sub0102_wrap .con03 .his_wrap .box:not(:last-child){margin-bottom: 60px;}
.sub0102_wrap .con03 .his_wrap .box .year{position: relative;width: 390px;font-size: 38px; color: #333; font-weight: 700;padding-left: 50px;}
.sub0102_wrap .con03 .his_wrap .box .year::after{content:'';position: absolute; left: 0; top: 12px; width: 12px; height: 12px; background: var(--co01); border-radius:50%;z-index: 100;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap{width: calc(100% - 390px);}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt{display: flex;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt:not(:last-child){margin-bottom: 35px;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt .month{width: 250px;font-size: 22px; color: #333; font-weight: 700;line-height: 1.2;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul{width: calc(100% - 250px);}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li{font-size: 18px; color: #666; line-height: 1.5;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li.co01{color: var(--co01);font-weight: 700;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li:not(:last-child){margin-bottom: 12px;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li img{display: inline-block; margin-left: 25px;}

/* sub0105 */
.sub0105_wrap{line-height: 1;}
.sub0105_wrap .con:not(:last-child){margin-bottom: 100px;}

.sub0105_wrap .con01 .box{position: relative;display: flex;align-items: center;width: 100%;height: 150px;padding: 0 120px;background: #f5f5f5;border-radius:60px 0 60px 0;}
.sub0105_wrap .con01 .box::after{content:'';position: absolute; bottom: 0; right: 60px; background: url(/assets/images/sub/sub0105_bg01.png)center no-repeat; width: 160px; height: 82px;}
.sub0105_wrap .con01 .box:not(:last-child){margin-bottom: 20px;}
.sub0105_wrap .con01 .box strong{display: block; width: 275px;font-size: 38px; color: var(--co01); font-weight: 700;}
.sub0105_wrap .con01 .box p{font-size: 20px; color: #333; font-weight: 700;line-height: 36px;}

.sub0105_wrap .con02 .box_wrap{position: relative;display: flex; justify-content: center; align-items: center;gap:50px;margin-top: 75px;}
.sub0105_wrap .con02 .box_wrap::after{content:'';position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 1280px; height: 2px; background: #ddd;z-index: -1;}
.sub0105_wrap .con02 .box_wrap .box{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:5px;width: 220px; height: 220px; border-radius:50%;background: #fff; box-shadow: 6px 6px 12px rgba(0,0,0,.15);}
.sub0105_wrap .con02 .box_wrap .box em{display: block;font-size: 20px; font-weight: 700;text-align: center;line-height: 36px;}
.sub0105_wrap .con02 .box_wrap .box p{font-size: 20px; font-weight: 700;color: #333;text-align: center;}
.sub0105_wrap .con02 .box_wrap .box:nth-child(odd){border:5px solid var(--co01);}
.sub0105_wrap .con02 .box_wrap .box:nth-child(even){border:5px solid #94b43d;}
.sub0105_wrap .con02 .box_wrap .box:nth-child(odd) em{color: var(--co01);}
.sub0105_wrap .con02 .box_wrap .box:nth-child(even) em{color: #94b43d;}

/* sub0106 */
.sub0106_wrap{line-height: 1;}
.sub0106_wrap .con:not(:last-child){margin-bottom: 80px;}
.sub0106_wrap ul.list_wrap{display: flex;flex-wrap:wrap;gap:40px;}
.sub0106_wrap ul.list_wrap li{width: calc((100% - 40px) / 2);}
.sub0106_wrap ul.list_wrap li a{display: block;padding: 30px 30px 35px;border:1px solid #ddd;background: #f5f5f5; border-radius:6px;height: 100%;}
.sub0106_wrap ul.list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:18%; background: #fff; border:1px solid #ddd; border-radius:6px;}
.sub0106_wrap ul.list_wrap li .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%;}
.sub0106_wrap ul.list_wrap li .txt_wrap{margin-top: 30px;}
.sub0106_wrap ul.list_wrap li .txt_wrap p{font-size: 20px; color: #333; font-weight: 700; text-align: center;}
.sub0106_wrap ul.list_wrap li .txt_wrap span{display: block;font-size: 16px; color: #666; line-height: 26px;text-align: center;margin-top: 15px;}

.sub0106_wrap ul.list_wrap02{display: flex;flex-wrap:wrap;gap:35px 20px;}
.sub0106_wrap ul.list_wrap02 li{width: calc((100% - 80px)/5);}
.sub0106_wrap ul.list_wrap02 li .img_wrap{position:relative; width:100%; padding-bottom:37.405%; background: #fff; border:1px solid #ddd;}
.sub0106_wrap ul.list_wrap02 li .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%;}
.sub0106_wrap ul.list_wrap02 li .txt_wrap{margin-top: 15px;}
.sub0106_wrap ul.list_wrap02 li .txt_wrap p{font-size: 16px; color: #333; font-weight: 700; text-align: center;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap table.tbl01{table-layout: fixed;}
.sub0301_wrap table.tbl01.mob_tbl{display: none;}
.sub0301_wrap table.tbl01 tr.bb_none{border-bottom: 0;}
.sub0301_wrap table.tbl01 td{padding: 20px;}
.sub0301_wrap table.tbl01 td strong{display: block;font-size: 22px; color: #333; font-weight: 700;text-align: center;line-height: 1.3;}
.sub0301_wrap table.tbl01 td span{display: block;font-size: 16px; color: #999; line-height: 1.3;text-align: center;margin-top: 5px;}
.sub0301_wrap table.tbl01 td.line01{border-right:1px dashed #ddd;}
.sub0301_wrap table.tbl01 td.bt{border-top: 1px solid #ddd;}
.sub0301_wrap table.tbl01 td:last-child{border-left:1px dashed #ddd;}
.sub0301_wrap table.tbl01 td:last-child .img{display:flex; align-items:center; justify-content:center;}
.sub0301_wrap table.tbl01 td.td_box{position: relative;padding: 0;height: 60px;}
.sub0301_wrap table.tbl01 td .bar_wrap{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}
.sub0301_wrap table.tbl01 td .bar_wrap ul{display: flex;height: 100%;}
.sub0301_wrap table.tbl01 td .bar_wrap ul li{border-left: 1px dashed #ddd;}
.sub0301_wrap table.tbl01 td .bar_wrap ul li{flex:1;width: 100%; }
.sub0301_wrap table.tbl01 td .bar_wrap .bar{display: flex;align-items: center;gap:20px;position: absolute;left: 0; top: 50%; transform:translateY(-50%)}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line{position: relative;height: 40px;background: linear-gradient(90deg, rgba(21,140,65,1) 0%, rgba(146,179,61,1) 100%); border-radius:20px;overflow: hidden;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line::after{content:'';position: absolute; top: 50%; right: 10px;transform:translateY(-50%); width: 24px; height: 24px; border:3px solid #fff; border-radius:50%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line p{position: absolute;top: 50%; right: 55px;transform:translateY(-50%);  font-size: 14px; color: #fff; font-weight: 700;width: max-content;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line01{width: 480px;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line02{width: 395px;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line03{width: 310px;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line04{width: 355px;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line05{width: 310px;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line06{width: 270px;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line07{width: 140px;}

.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line_c01{background: linear-gradient(90deg,rgba(233, 113, 50, 1) 50%, rgba(255, 144, 84, 1) 100%);}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line_c02{background: linear-gradient(90deg,rgba(14, 134, 181, 1) 50%, rgba(15, 158, 213, 1) 100%);}

.sub0301_wrap .sub_txt{margin-top: 20px;}
.sub0301_wrap .sub_txt p{font-size: 16px; color: #666;line-height: 1.6;}

/* sub0301_view */
.sub0301_view_wrap{line-height: 1;}
.sub0301_view_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0301_view_wrap .con .box01{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%; padding: 30px;border:1px solid #ddd; border-radius:12px;margin-top: 20px;}
.sub0301_view_wrap .con .box01 img{display: block;max-width: 100%;} 
.sub0301_view_wrap .con .txt strong{display: block;font-size: 22px; color: #333; font-weight: 700;margin-bottom: 30px;}

.sub0301_view_wrap .con .img_wrap{display: flex;align-items: center;justify-content: center;flex-wrap:wrap;gap:30px 170px;}
.sub0301_view_wrap .con .img_wrap02{gap:40px;justify-content: space-between;}
.sub0301_view_wrap .con .txt_wrap{margin-top: 30px;}
.sub0301_view_wrap .con .txt_wrap p{width: 100%;font-size: 18px; color: #333; font-weight: 700; line-height: 28px;text-align: center;}

.sub0301_view_wrap .con .box01_wrap{display: flex;gap:20px;}
.sub0301_view_wrap .con .box01_wrap .box01{width: calc((100% - 20px) / 2);}

.sub0301_view_wrap .con03{position: relative;} 
.sub0301_view_wrap .con03 .po_txt{position: absolute;bottom: 30px; right: 30px;font-size: 20px; color: #333; font-weight: 700; line-height: 32px;}

.sub0301_view_wrap .con img.img02-3{transform: translateX(70px);}

.sub0301_view_wrap ul.list01 a{color: #222;}
.sub0301_view_wrap ul.list01.list01-2{padding: 0;margin: 10px 0;}
.sub0301_view_wrap ul.list01.list01-2 li::after{content:'▶';top: 9px;width: auto;height: auto;background: transparent;color: var(--co01);font-size: 7px;}

.sub0301_view_wrap .con .tbl_wrap table.tbl01 th{padding: 15px;}
.sub0301_view_wrap .con .tbl_wrap table.tbl01 td{padding: 15px;color: #666;}
.sub0301_view_wrap .con .tbl_wrap ul.list02{margin-top: 20px;}
.sub0301_view_wrap .con .tbl_wrap ul.list02 li{position: relative;font-size: 18px; color: #666; line-height: 1.5;padding-left: 12px;}
.sub0301_view_wrap .con .tbl_wrap ul.list02 li:not(:last-child){margin-bottom: 7px;}
.sub0301_view_wrap .con .tbl_wrap ul.list02 li::after{content:'*';position: absolute; left: 0; top: 2px; color: var(--co01);}

.sub0301_view_wrap .news ul{border-top: 2px solid #333;}
.sub0301_view_wrap .news ul li{border-bottom: 1px solid #ddd;}
.sub0301_view_wrap .news ul li a{display: flex; align-items: center;gap:40px;padding: 30px 0;}
.sub0301_view_wrap .news ul li .img_con{width: 450px;}
.sub0301_view_wrap .news ul li .img_wrap{position:relative; width:100%; padding-bottom:55.556%;overflow: hidden; border-radius:20px;}
.sub0301_view_wrap .news ul li .img_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;}
.sub0301_view_wrap .news ul li .txt_con{width: calc(100% - 490px);}
.sub0301_view_wrap .news ul li .txt_con p{font-size: 22px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sub0301_view_wrap .news ul li .txt_con span{display: block;font-size: 18px; color: #666; line-height: 32px;margin-top: 17px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}

/* sub0302 */
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .con01{padding-top: 50px;}
.sub0302_wrap .con01 .txt_wrap{text-align: center;margin-bottom: 60px;}
.sub0302_wrap .con01 .txt_wrap p{font-size: 38px; color: #333;font-weight: 700;}
.sub0302_wrap .con01 .txt_wrap p b{-webkit-text-fill-color: rgba(26, 26, 26, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);background-size: 0% 100%;transform: translateY(100%);font-weight: 700;}
.sub0302_wrap .con01 .txt_wrap span{display: block;font-size: 22px; color: #333; margin-top: 20px;font-weight: 700;}

.sub0302_wrap .con02{padding: 100px 0px 140px;}
.sub0302_wrap .con02 .inner{display: flex; align-items: center;gap:80px;}
.sub0302_wrap .con02 .img_con{width: calc((100% - 80px) / 2);}
.sub0302_wrap .con02 .img_con img{width: 100%;}
.sub0302_wrap .con02 .txt_con{width: calc((100% - 80px) / 2);}
.sub0302_wrap .con02 .txt_con .tit p{display: block;font-size: 22px; color: #333; font-weight: 700; margin-top: 10px;}
.sub0302_wrap .con02 .txt_con .txt{padding: 30px;margin-top: 30px;background: #f5f5f5; border-radius:20px;}
.sub0302_wrap .con02 .txt_con .txt strong{display: block;font-size: 22px; color: #333; font-weight: 700; margin-bottom: 20px;}
.sub0302_wrap .con02 .txt_con .txt ul li{position: relative;font-size: 18px; color: #666;padding-left: 20px;line-height: 32px;}
.sub0302_wrap .con02 .txt_con .txt ul li:not(:last-child){margin-bottom: 1px;}
.sub0302_wrap .con02 .txt_con .txt ul li::after{content:'';position: absolute; left: 0; top: 12px; width: 5px; height: 5px; background: var(--co01); border-radius:50%;}

.sub0302_wrap .con03 ul{border-top: 2px solid #333;}
.sub0302_wrap .con03 ul li{border-bottom: 1px solid #ddd;}
.sub0302_wrap .con03 ul li a{display: flex; align-items: center;gap:40px;padding: 30px 0;}
.sub0302_wrap .con03 ul li .img_con{width: 450px;}
.sub0302_wrap .con03 ul li .img_wrap{position:relative; width:100%; padding-bottom:55.556%;overflow: hidden; border-radius:20px;}
.sub0302_wrap .con03 ul li .img_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;}
.sub0302_wrap .con03 ul li .txt_con{width: calc(100% - 490px);}
.sub0302_wrap .con03 ul li .txt_con p{font-size: 22px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sub0302_wrap .con03 ul li .txt_con span{display: block;font-size: 18px; color: #666; line-height: 32px;margin-top: 17px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}

/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .con .box_wrap{display: flex;border-top: 2px solid var(--co01);}
.sub0501_wrap .con .box_wrap .box{padding: 60px 0px;width: 33.33%;text-align: center;}
.sub0501_wrap .con .box_wrap .box .icon{transition:.4s;margin: 0 auto 30px;width: fit-content;}
.sub0501_wrap .con .box_wrap .box:hover .icon{transform:rotateY(180deg) translateY(-5px);}
.sub0501_wrap .con .box_wrap .box .txt strong{display: block;font-size: 24px; color: #333; font-weight: 700;margin-bottom: 20px;}
.sub0501_wrap .con .box_wrap .box .txt p{font-size: 18px; color: #666;}
.sub0501_wrap .con .box_wrap .box .txt .p02{margin-top: 20px;text-align: left;padding-top: 20px;border-top: 1px dashed #ddd;}
.sub0501_wrap .con .box_wrap .box .txt .p02 ul{margin-top: 15px;}
.sub0501_wrap .con .box_wrap .box .txt .p02 ul li{position: relative;padding-left: 20px;}
.sub0501_wrap .con .box_wrap .box .txt .p02 ul li:not(:last-child){margin-bottom: 10px;}
.sub0501_wrap .con .box_wrap .box .txt .p02 ul li::after{content:'';position: absolute; left: 0; top: 6px; width: 5px; height: 5px; background: var(--co01); border-radius:50%; }
.sub0501_wrap .con .map_wrap{position:relative; width:100%; padding-bottom:39.286%;box-shadow:6px 6px 12px rgba(0,0,0,.15);}
.sub0501_wrap .con .map_wrap iframe{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;}



