@media screen and (max-width:1400px) {
/*로그인스킨*/
#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: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; 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:100%; margin-top: 40px;}
.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%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width: 100%; margin: 0 auto; max-width:100%;padding: 0 2.6%;}

.fp-tableCell{display: block;height: auto !important;}
.fp-section.fp-table{height: auto !important;}
.main_quick{display: none;}
@media screen and (max-width:1200px) {
body,html {cursor: auto;}
.Cursor{display: none !important;}
}

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

.main_quick{display: none;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_tab.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: -80px; left: 0; width: 100%; z-index: 7000;transition:.4s;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 80px;padding: 0 2.6%;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_tab.png)center no-repeat; width: 110px; height: 50px; background-size: cover;transition:.3s;}

#header .gnb{display: none;}
#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: 97px; left: 50%; transform:translateX(-50%);z-index: 100; width: 240px; background: rgba(0,0,0,.5);}
#header .gnb .lnb_sub ul{display: none;padding: 30px 0px;border-top: 4px solid #962c31;}
#header .gnb .lnb_sub ul li a{display: block;color: #fff;font-size: 16px;text-align: center;300}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;} */

#header .h_right{display: flex; align-items: center; gap:30px;}
#header .h_right .lan_wrap{position: relative;}
#header .h_right .lan_wrap em{position: relative;display: block;width: 48px;padding-bottom: 4px;border-bottom: 1px solid rgba(255,255,255,.8);font-size: 14px; 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_tab.png)center no-repeat; background-size: cover; width: 7px; height: 5px;transition:.3s;}
#header .h_right .lan_wrap ul{display: none;position: absolute; left: 0; top: 28px;padding: 5px 0px;}
#header .h_right .lan_wrap ul li{transition:.3s;}
#header .h_right .lan_wrap ul li:not(:last-child){margin-bottom: 3px;}
#header .h_right .lan_wrap ul li a{font-size: 14px; color: #fff; font-weight: 700;transition:.3s;}

#header .h_right button{position: relative;display: block;width: 40px; height: 19px;}
#header .h_right button span{display: flex;align-items: center;gap:5px;}
#header .h_right button span:not(:last-child){margin-bottom: 5px;}
#header .h_right button em{display: block;height: 2px;background: #fff;transition:.4s;}
#header .h_right button em.em01{width: 9px;}
#header .h_right button em.em02{width: 26px;}
#header .h_right button em.em03{width: 100%;}

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

#header.fixed{background: #fff;border-bottom: 1px solid #ddd;}
#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{width: 100%; padding: 5px 0px;	background: #fff; border-radius:4px;} 
#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.all.fixed{background: transparent;border-bottom: 0;}
#header.all h1 a{background: url(/assets/images/main/main_logo01_tab.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);background: #fff;}
#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: 50%; 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: 50px;}
.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: 230px;font-size: 40px; 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: 30px;}
.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:70px;}
.all_menu_wrap .lnb .all_menu ul li a{position: relative;font-size: 18px; color: #fff; font-weight: 500;line-height: 2.2;}
.all_menu_wrap .lnb .all_menu ul li a::after{content:'';position: absolute; left: 0; bottom: 0;width: 0%; height: 1px; background: #fff;transition:.3s;}
.all_menu_wrap .lnb .all_menu ul li:hover a::after{width: 100%;}

/* section */
.section{line-height: 1;overflow: hidden;padding: 100px 0px;}
.section .sec_tit{display: flex;align-items: center; justify-content: space-between; margin: 0px 0 40px;}
.section .sec_tit span{display: block;font-size: 20px; color: var(--co01); margin-bottom: 20px;overflow: hidden;}
.section .sec_tit span b{display: inline-block;font-weight: 400;transform:translateY(100%);transition:.8s;}
.section .sec_tit p{font-size: 40px; 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:22px; width: 160px; height: 50px; border-radius:25px;font-size: 16px; color: #fff; background: #333;transition:.3s;}
.section .more_btn01:hover{letter-spacing: 1.5px;}
.section .more_btn01 img{width: 16px;}

.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;padding: 0;}
#visual_wrap ul.visual li.slick-active img{animation:visAni01 15s linear forwards;}
#visual_wrap .slide_items{display: flex;align-items: center;gap:20px;position: absolute;left: 2.6%;bottom: 280px;z-index: 1000;}
#visual_wrap .slide_items .numcount{display: flex;align-items: center;gap:15px;}
#visual_wrap .slide_items .numcount span{position: relative;font-size: 17px; 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: -10px; top: 50%; transform:translateY(-50%);font-size: 17px; color: rgba(255,255,255,.5); }
#visual_wrap .slide_items .vis_dots{position: relative;width: 125px; 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 .slide_items .arr_wrap img{width: 8px;}

#visual_wrap .txt_wrap{position: absolute;left: 2.6%;bottom: 100px;z-index: 1000;}
#visual_wrap .txt_wrap p{font-size: 70px; color: #fff; line-height: 85px;}
#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: 50px; right: -10px; z-index: 100;transform: rotate(90deg);padding-right: 42px;}
#visual_wrap .scroll p{font-size: 15px; 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:10px;flex-wrap:wrap;}
#section01 .con_wrap .con{position: relative;width: 100%;/* 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: 180px;height: 80px; background-size: cover;transition:.4s;}
#section01 .con_wrap .con .img_wrap{position:relative; width:100%; padding-bottom:24.725%; border-radius:15px; 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: end; justify-content: space-between;position: absolute;left: 0; bottom: 0; padding: 30px; width: 100%; transition:.3s;}
#section01 .con_wrap .con .txt_wrap p{font-size: 28px; color: #fff; font-weight: 700;}
#section01 .con_wrap .con .txt_wrap span{display: block;font-size: 20px; color: #fff; font-weight: 700; margin-top: 15px;}
#section01 .con_wrap .con .txt_wrap img{width: 26px;}

/* #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: 140px; 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: 140px; color: #f5f5f5; font-weight: 700;width: 1300px;margin-right: 30px;}
@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_tab.jpg)center no-repeat; background-size: cover;width: 100%;height: 100%;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:20px;}
#section02 .con_wrap .con{width: calc((100% - 40px) / 3); border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.1);border-radius:10px;}
#section02 .con_wrap .con .bg_wrap{opacity: 0;position: relative;width:100%; padding-bottom:96.07%;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:20px; flex-direction: column; }
#section02 .con_wrap .con .txt_wrap strong{display: block;font-size: 35px; color: #fff; font-weight: 700;text-align: center;transition:.5s;}
#section02 .con_wrap .con .txt_wrap p{font-size: 20px; color: #fff; line-height: 30px;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:5px; font-size:16px;}
#section02 .con_wrap .con .txt_wrap span img{height:24px;}
#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: 60px auto 0;background: transparent; border:1px solid #fff;}
#section02 a.more_btn01:hover{background: rgba(255,255,255,.1);}

/* section03 */
#section03{padding: 160px 0;}
#section03 .bg{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%) scale(1.1);background: url(/assets/images/main/sec03_bg01_tab.jpg)center no-repeat; background-size: cover;width: 100%;height: 100%;z-index: -1;}
#section03 .txt_wrap p{font-size: 40px; color: #fff; font-weight: 700; line-height: 52px;margin-top: 0px;text-align: center;}
#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 .txt_wrap p br{display: none;}
#section03 .txt_wrap p i{display: block;}
#section03 a.more_btn01{margin: 60px auto 0;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_tab.jpg)center no-repeat; background-size: cover;}
#section04 .tit{margin-top: 00px;}
#section04 .tit p{font-size: 20px; color: #333; font-weight: 700;margin-bottom: 20px;}
#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;gap:30px;padding: 30px 0px;}
#section04 ul li .txt{width: calc(100% - 330px);}
#section04 ul li .txt strong{display: flex;align-items: baseline;gap:15px;margin-bottom: 15px;font-size: 28px; color: #333; font-weight: 700;}
#section04 ul li .txt strong b{font-size: 16px; font-weight: 600;color: var(--co01);font-family: 'Pretendard';}
#section04 ul li .txt p{font-size: 14px; color: #999; line-height: 22px;}
#section04 ul li .img_con{width: 300px;}
#section04 ul li .img_wrap{position:relative; width:100%; padding-bottom:53.333%;border-radius:15px; overflow: hidden;}
#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 img{transform:scale(1.1);}

/* section05 */
#section05{position: relative;}
#section05 .bg{opacity: 0;position: absolute; bottom: 0; left: 0;transition:1.5s;}
#section05 .bg img{width: 364px;}
#section05.on .bg{opacity: 1;}
#section05 .sec_tit{margin: 0px 0 40px;}
#section05 .slide_wrap{padding-left: 2.6%;}
#section05 .slide_wrap .slick-list{padding-top: 0px;}
#section05 .slide_wrap ul li{opacity: .5;position: relative;width: 356px;height: auto;margin-right: 15px;border-radius:15px; 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: 35px;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: 75px; height: 30px; border:1px solid var(--co01);font-size: 16px;transition:.3s;color: var(--co01); border-radius:20px;background: #fff;}
#section05 .slide_wrap ul li .txt_wrap p{height: 70px;margin: 15px 0 15px;font-size: 24px; color: #333; font-weight: 700; line-height: 35px;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: 50px;font-size: 16px; color: #666; line-height: 26px;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 b{position: relative;display: block;font-size: 16px; color: #999; margin-top: 20px;padding-left: 20px;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_tab.png)center no-repeat; width: 12px; height: 12px; background-size: cover;transition:.3s;}

#section05 .slide_wrap ul li:hover{transform:translateY(0px);}
#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_tab.png)center no-repeat; background-size: cover;}

#section05 .progress {position:relative; width:calc(100%); height:2px; background:#ddd;margin-top: 40px;}
#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:0.5s;}

/* .cursor{cursor: none; width: 0px; height: 0px; position: fixed; pointer-events: none; top: 0; left: 0; display: none; z-index: 10000; transform: translate(-50%, -50%);  transition: transform 0.4s ease;  overflow: show;mix-blend-mode: luminosity;}
.cursor::before{opacity: 0;content:'';position: absolute; left: -30px; top: 50%; transform:translateY(-50%); background: url(/assets/images/main/vis_prev_tab.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_tab.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%; }
.cursor.hover p{opacity: 1; }
.cursor.hover::before{opacity: 1;}
.cursor.hover::after{opacity: 1;} */

#footer{background: #111;height: auto !important;padding: 70px 0;}
#footer .fp-tableCell{height: auto !important;}
#footer .inner{display: flex;justify-content: center; align-items: center;flex-direction: column;}
#footer .f_logo{display: block; margin-bottom: 105px;}
#footer .f_logo img{width: 164px;margin: 0 auto;}
#footer address p{font-size: 16px; color: #999;text-align: center;}
#footer address p:not(:last-child){margin-bottom: 20px;}
#footer address p strong{display: inline-block;color: #fff;margin-right: 15px;}
#footer address p i{display: inline-block; width: 32px;}
#footer address p.copy{font-size: 16px;}
#footer .a_wrap{position: absolute; top: 180px; left: 50%; transform:translateX(-50%);display: flex;align-items: center;justify-content: center;gap:75px;margin-top: 0px;height: fit-content;width: 100%;}
#footer .a_wrap a{font-size: 17px; color: #fff; font-weight: 600;transition:.4s;}
#footer .a_wrap a:hover{letter-spacing:1.2px;}

/* ==sub============================================ */
#footer.sub_footer{padding: 70px 0px;}
#footer.sub_footer .a_wrap{top: 110px;}

#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: 60px; color: #fff; font-weight: 700; margin-bottom: 25px; 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: 16px; color: #fff;}
#sub_visual_wrap .txt_wrap ul li img{width: 16px;}
#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_tab.png)center no-repeat; width: 8px; height: 13px; background-size: cover;}

#sub_contents{padding: 80px 0px;}
#sub_contents .inner{width: 100%;padding: 0 2.6%;}
#sub_contents .contop{line-height: 1;margin-bottom: 40px;}
#sub_contents .contop h3{font-size: 35px; color: #333; font-weight: 700;text-align: center;}
#sub_contents .contop span{display: block;text-align: center;font-size: 18px; color: #666; font-weight: 400;margin-top: 20px;}

.tab_menu{display: none;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: block;position: absolute;left: 0;bottom: 0px; width:100%; height:70px; line-height: 1;backdrop-filter: blur(10px);z-index: 100;}
.tab_menu_mob .inner{position:relative; display: flex; height:100%;}
.tab_menu_mob .menu {display: flex; width:calc(100%); height:100%;}
.tab_menu_mob .menu > li {position:relative;flex:1; height:100%;}
.tab_menu_mob .menu > li.menulink01{border-right: 1px solid rgba(255,255,255,.15);}
.tab_menu_mob .menu > li::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 14px; height: 8px; background: url(/assets/images/sub/tab_arr_tab.png)center no-repeat; background-size: cover;transition:.3s;}
.tab_menu_mob .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu_mob .menu > li > a {display:flex; align-items:center; padding: 0 20px 0 20px; width:100%; height:100%; font-size: 17px; color:#fff; font-weight: 500; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu_mob .menu > li ul {display:none; position:absolute; width:100%; top:100%; left:-1px; padding:25px 0; box-sizing:content-box; background-color:rgba(0,0,0,.5); z-index:10;}
.tab_menu_mob .menu > li ul li ~ li { margin-top:20px;}
.tab_menu_mob .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:17px; color:#bbb;  font-weight: 600;padding:0 20px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu_mob .menu > li ul li.on a{color: #fff;}

/* 공통 */
h3.h3_tit{position: relative;padding-left: 40px;font-size: 30px; color: #333; font-weight: 700;margin-bottom: 25px;}
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: 30px;height: 16px;}
h3.h3_tit b{color: var(--co01);}

h2.h2_tit{position: relative;padding-left: 20px;font-size: 20px; color: #333; font-weight: 700;margin-bottom: 20px;}
h2.h2_tit::after{content:''; position: absolute;left: 0; top: 6px; background: var(--co01); width: 5px; height: 5px; 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: 15px; padding: 10px; color: #333; font-weight: 600;background: #f5f5f5;}
table.tbl01 td{font-size: 14px; padding: 10px; color: #333;text-align: center;}

ul.list01{border-radius:20px; background:#f5f5f5; padding:20px 30px;}
ul.list01 li{position: relative;font-size: 16px; color: #666; line-height: 1.5;padding-left: 20px;}
ul.list01 li:not(:last-child){margin-bottom: 5px;}
ul.list01 li::after{content:'';position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius:50%; background: 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: 300px; overflow: hidden; border-radius:10px;}

.sub0101_wrap .con02{margin-top: 60px;}
.sub0101_wrap .con02 .txt_wrap{display: flex;}
.sub0101_wrap .con02 .txt_wrap .txt01{width: 50%;}
.sub0101_wrap .con02 .txt_wrap .txt01 h2{font-size: 35px; color: #333;line-height: 1.8;}
.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: 18px; color: #666; line-height: 1.6;}
.sub0101_wrap .con02 .txt_wrap .txt02 p:not(:last-child){margin-bottom: 20px;}
.sub0101_wrap .con02 .txt_wrap .txt02 .sign{width: fit-content; margin-left: auto; margin-top: 60px;}
.sub0101_wrap .con02 .txt_wrap .txt02 .sign img{width: 300px;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con{padding-bottom: 80px;}
.sub0102_wrap .con01 .box_wrap{display: flex;gap:30px;}
.sub0102_wrap .con01 .img_box{width: 450px;}
.sub0102_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:50.5%; border-radius:12px;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% - 480px);}
.sub0102_wrap .con01 .txt_box table.tbl01 th{padding: 10px;}
.sub0102_wrap .con01 .txt_box table.tbl01 td{padding: 10px 15px;text-align: left;}

.sub0102_wrap .con02 .box_wrap{display: flex;gap:20px;}
.sub0102_wrap .con02 .box_wrap .box{width: calc((100% - 60px) / 3);}
.sub0102_wrap .con02 .box_wrap .box .img_box{width: 100%; height: 200px; 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: 45px; background: var(--co01); border-radius:12px 12px 0 0;}
.sub0102_wrap .con02 .box_wrap .box .txt_box .tit p{font-size: 18px; color: #fff;font-weight: 700;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul{border-radius:0 0 12px 12px; min-height: 157px; border:1px solid #ddd;padding: 15px;}
.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: 12px; 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: 15px;width: 70px;font-size: 16px; color: #333; font-weight: 700;line-height: 1.5;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul li span{display: block;width: calc(100% - 70px);font-size: 16px; color: #666; line-height: 1.5;}

.sub0102_wrap .con03{padding: 80px 0px 80px;background: #f5f5f5;}
.sub0102_wrap .con03 .his_wrap{position: relative;margin-top: 40px;}
.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;}
.sub0102_wrap .con03 .his_wrap .box:not(:last-child){margin-bottom: 50px;}
.sub0102_wrap .con03 .his_wrap .box .year{position: relative;width: 300px;font-size: 30px; color: #333; font-weight: 700;padding-left: 40px;}
.sub0102_wrap .con03 .his_wrap .box .year::after{content:'';position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--co01); border-radius:50%;z-index: 100;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap{width: calc(100% - 300px);}
.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: 25px;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt .month{width: 180px;font-size: 18px; color: #333; font-weight: 700;line-height: 1.2;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul{width: calc(100% - 180px);}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li{font-size: 16px; 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: 10px;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li img{display: inline-block; margin-left: 10px;transform: scale(0.8);}

@media screen and (max-width:1024px) {
/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con{padding-bottom: 80px;}
.sub0102_wrap .con01 .box_wrap{display: flex;gap:20px;flex-direction: column;}
.sub0102_wrap .con01 .img_box{width: 100%;}
.sub0102_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:70.765%; border-radius:12px;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: 100%;}
.sub0102_wrap .con01 .txt_box table.tbl01 th{padding: 10px;}
.sub0102_wrap .con01 .txt_box table.tbl01 td{padding: 10px 15px;text-align: left;}

.sub0102_wrap .con02 .box_wrap{display: flex;gap:20px;flex-direction: column;}
.sub0102_wrap .con02 .box_wrap .box{display: flex;gap:10px;width: 100%;}
.sub0102_wrap .con02 .box_wrap .box .img_box{width: calc((100% - 10px) / 2); height: 200px; 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{width: calc((100% - 10px) / 2); }
.sub0102_wrap .con02 .box_wrap .box .txt_box .tit{display: flex; align-items: center; justify-content: center;width: 100%;height: 45px; background: var(--co01); border-radius:12px 12px 0 0;}
.sub0102_wrap .con02 .box_wrap .box .txt_box .tit p{font-size: 18px; color: #fff;font-weight: 700;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul{border-radius:0 0 12px 12px; min-height: 155px; border:1px solid #ddd;padding: 15px;}
.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: 12px; 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: 15px;width: 70px;font-size: 16px; color: #333; font-weight: 700;line-height: 1.5;}
.sub0102_wrap .con02 .box_wrap .box .txt_box ul li span{display: block;width: calc(100% - 70px);font-size: 16px; color: #666; line-height: 1.5;}

.sub0102_wrap .con03{padding: 80px 0px 80px;background: #f5f5f5;}
.sub0102_wrap .con03 .his_wrap{position: relative;margin-top: 40px;}
.sub0102_wrap .con03 .his_wrap::after{content:'';position: absolute; left: 3px;top: 18px;background: #ddd;width: 2px; height: 100%;}
.sub0102_wrap .con03 .his_wrap .box{display: flex;}
.sub0102_wrap .con03 .his_wrap .box:not(:last-child){margin-bottom: 50px;}
.sub0102_wrap .con03 .his_wrap .box .year{position: relative;width: 200px;font-size: 30px; color: #333; font-weight: 700;padding-left: 40px;}
.sub0102_wrap .con03 .his_wrap .box .year::after{content:'';position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--co01); border-radius:50%;z-index: 100;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap{width: calc(100% - 200px);}
.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: 25px;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt .month{width: 180px;font-size: 18px; color: #333; font-weight: 700;line-height: 1.2;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul{width: calc(100% - 180px);}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li{font-size: 16px; 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: 10px;}
.sub0102_wrap .con03 .his_wrap .box .txt_wrap .txt ul li img{display: inline-block; margin-left: 10px;transform: scale(0.8);}
}

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

.sub0105_wrap .con01 .box{position: relative;display: flex;align-items: center;width: 100%;height: 150px;padding: 0 80px;background: #f5f5f5;border-radius:40px 0 40px 0;}
.sub0105_wrap .con01 .box::after{content:'';position: absolute; bottom: 0; right: 50px; background: url(/assets/images/sub/sub0105_bg01.png)center no-repeat; width: 150px; height: 77px;background-size: cover;}
.sub0105_wrap .con01 .box:not(:last-child){margin-bottom: 20px;}
.sub0105_wrap .con01 .box strong{display: block; width: 220px;font-size: 30px; color: var(--co01); font-weight: 700;}
.sub0105_wrap .con01 .box p{font-size: 18px; color: #333; font-weight: 700;line-height: 1.7;}

.sub0105_wrap .con02 .box_wrap{position: relative;display: flex; justify-content: center; align-items: center;gap:30px;margin-top: 45px;}
.sub0105_wrap .con02 .box_wrap::after{content:'';position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 955px; 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: 170px; height: 170px; 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: 18px; font-weight: 700;text-align: center;line-height: 1.7;}
.sub0105_wrap .con02 .box_wrap .box p{font-size: 18px; font-weight: 700;color: #333;text-align: center;}
.sub0105_wrap .con02 .box_wrap .box:nth-child(odd){border:4px solid var(--co01);}
.sub0105_wrap .con02 .box_wrap .box:nth-child(even){border:4px 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;}

@media screen and (max-width:1024px) {
.sub0105_wrap .con02 .box_wrap{flex-wrap:wrap;width: 570px;margin: 0 auto;}
.sub0105_wrap .con02 .box_wrap::before{content:'';position: absolute; top: 23%; left: 50%; transform:translate(-50%,-50%); width: 355px; height: 2px; background: #ddd;z-index: -1;}
.sub0105_wrap .con02 .box_wrap::after{content:'';position: absolute; top: 77%; left: 50%; transform:translate(-50%,-50%); width: 255px; height: 2px; background: #ddd;z-index: -1;}
}

/* sub0106 */
.sub0106_wrap{line-height: 1;}
.sub0106_wrap .con:not(:last-child){margin-bottom: 50px;}
.sub0106_wrap ul.list_wrap{display: flex;flex-wrap:wrap;gap:30px;}
.sub0106_wrap ul.list_wrap li{width: calc((100% - 30px) / 2);}
.sub0106_wrap ul.list_wrap li a{display: block;padding: 20px 10px 25px;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: 20px;}
.sub0106_wrap ul.list_wrap li .txt_wrap p{font-size: 18px; color: #333; font-weight: 700; text-align: center;}
.sub0106_wrap ul.list_wrap li .txt_wrap span{display: block;font-size: 15px; color: #666; line-height: 1.6;text-align: center;margin-top: 10px;}

.sub0106_wrap ul.list_wrap02{display: flex;flex-wrap:wrap;gap:30px 20px;}
.sub0106_wrap ul.list_wrap02 li{width: calc((100% - 40px)/3);}
.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 td{padding: 20px 5px;}
.sub0301_wrap table.tbl01 td strong{display: block;font-size: 16px; color: #333; font-weight: 700;text-align: center;}
.sub0301_wrap table.tbl01 td span{display: block;font-size: 14px; color: #999; line-height: 22px;text-align: center;}
.sub0301_wrap table.tbl01 td:first-child{border-right:1px dashed #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:last-child .img img{width:80%;}
.sub0301_wrap table.tbl01 td.td_box{position: relative;padding: 0;}
.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:15px;position: absolute;left: 0; top: 50%; transform:translateY(-50%);width: 100%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line{position: relative;height: 30px;background: linear-gradient(90deg, rgba(21,140,65,1) 0%, rgba(146,179,61,1) 100%); border-radius:20px;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line::after{content:'';position: absolute; top: 50%; right: 10px;transform:translateY(-50%); width: 18px; height: 18px; border:3px solid #fff; border-radius:50%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line p{position: absolute;top: 50%; right: 35px;transform:translateY(-50%);  font-size: 10px; color: #fff; font-weight: 700;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line01{width: 70%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line02{width: 60%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line03{width: 47%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line04{width: 53%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line05{width: 44%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line06{width: 40%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line.line07{width: 21%;}
.sub0301_wrap table.tbl01 td .bar_wrap .bar img{max-height: 20px;}

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

@media screen and (max-width:1023px) {
.sub0301_wrap table.tbl01 td .bar_wrap .bar .line p{font-size: 7px;}
}

/* sub0301_view */
.sub0301_view_wrap{line-height: 1;}
.sub0301_view_wrap .con:not(:last-child){margin-bottom: 80px;}
.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;} 
.sub0301_view_wrap .con .txt strong{display: block;font-size: 20px; color: #333; font-weight: 700;margin-bottom: 20px;}

.sub0301_view_wrap .con .img_wrap{display: flex;align-items: center;justify-content: center;flex-wrap:wrap;gap:30px;}
.sub0301_view_wrap .con .img_wrap02{gap:30px;justify-content: space-between;}
.sub0301_view_wrap .con .img_wrap img{width: calc((100% - 30px) / 2);}
.sub0301_view_wrap .con .txt_wrap{margin-top: 30px;}
.sub0301_view_wrap .con .txt_wrap p{width: 100%;font-size: 16px; color: #333; font-weight: 700; line-height: 1.6;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 .con .box01_wrap .box01 .img_wrap img{width: 100%;}

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

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

.sub0301_view_wrap .con .tbl_wrap table.tbl01 th{padding: 10px;font-size: 16px;}
.sub0301_view_wrap .con .tbl_wrap table.tbl01 td{padding: 10px;color: #666;font-size: 16px;}
.sub0301_view_wrap .con .tbl_wrap ul.list02{margin-top: 15px;}
.sub0301_view_wrap .con .tbl_wrap ul.list02 li{position: relative;font-size: 16px; color: #666; line-height: 1.5;padding-left: 12px;}
.sub0301_view_wrap .con .tbl_wrap ul.list02 li:not(:last-child){margin-bottom: 5px;}
.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:30px;padding: 30px 0;}
.sub0301_view_wrap .news ul li .img_con{width: 350px;}
.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% - 380px);}
.sub0301_view_wrap .news ul li .txt_con p{font-size: 20px; 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: 16px; color: #666; line-height: 1.6;margin-top: 15px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}

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

/* sub0302 */
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .con01{padding-top: 0px;}
.sub0302_wrap .con01 .txt_wrap{text-align: center;margin-bottom: 30px;}
.sub0302_wrap .con01 .txt_wrap p{font-size: 28px; 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: 18px; color: #333; margin-top: 20px;font-weight: 700;}
.sub0302_wrap .con01 img{width: 100%;}

.sub0302_wrap .con02{padding: 80px 0px 100px;}
.sub0302_wrap .con02 .inner{display: flex; align-items: center;gap:50px;}
.sub0302_wrap .con02 .img_con{width: calc((100% - 50px) / 2);}
.sub0302_wrap .con02 .img_con img{width: 100%;}
.sub0302_wrap .con02 .txt_con{width: calc((100% - 50px) / 2);}
.sub0302_wrap .con02 .txt_con .tit p{display: block;font-size: 18px; color: #333; font-weight: 700; margin-top: 10px;}
.sub0302_wrap .con02 .txt_con .txt{padding: 20px;margin-top: 20px;background: #f5f5f5; border-radius:18px;}
.sub0302_wrap .con02 .txt_con .txt strong{display: block;font-size: 18px; color: #333; font-weight: 700; margin-bottom: 15px;}
.sub0302_wrap .con02 .txt_con .txt ul li{position: relative;font-size: 16px; color: #666;padding-left: 16px;line-height: 1.5;}
.sub0302_wrap .con02 .txt_con .txt ul li:not(:last-child){margin-bottom: 6px;}
.sub0302_wrap .con02 .txt_con .txt ul li::after{content:'';position: absolute; left: 0; top: 9px; width: 4px; height: 4px; 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:30px;padding: 30px 0;}
.sub0302_wrap .con03 ul li .img_con{width: 350px;}
.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% - 380px);}
.sub0302_wrap .con03 ul li .txt_con p{font-size: 20px; 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: 16px; color: #666; line-height: 1.6;margin-top: 15px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}

@media screen and (max-width:990px) {
.sub0302_wrap .con02 .inner{flex-direction: column-reverse;}
.sub0302_wrap .con02 .img_con{width: 100%;}
.sub0302_wrap .con02 .txt_con{width: 100%;}
.sub0302_wrap .con03 ul li .img_con{width: 250px;}
.sub0302_wrap .con03 ul li .txt_con{width: calc(100% - 280px);}
.sub0302_wrap .con03 ul li a{padding: 25px 0;}
.sub0302_wrap .con03 ul li .txt_con span{font-size: 15px;}
}

/* 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: 50px 0;width: 33.33%;}
.sub0501_wrap .con .box_wrap .box .icon{transition:.4s;margin: 0 auto 20px;}
.sub0501_wrap .con .box_wrap .box .icon img{}
.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: 20px; color: #333; font-weight: 700;margin-bottom: 15px;}
.sub0501_wrap .con .box_wrap .box .txt p{font-size: 16px; color: #666;line-height: 1.6;}
.sub0501_wrap .con .box_wrap .box .txt .p02{margin-top: 15px;text-align: left;padding-top: 15px;border-top: 1px dashed #ddd;}
.sub0501_wrap .con .box_wrap .box .txt .p02 ul{margin-top: 6px;}
.sub0501_wrap .con .box_wrap .box .txt .p02 ul li{position: relative;padding-left: 15px;}
.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: 10px; width: 4px; height: 4px; 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);l}
.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;}

}