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

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

.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: #2a60ee; 
  --co02: #00a3ff;
  --co03: #1d35a7;
}

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

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

.fp{font-family: "Play", sans-serif;}

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

/* header */
#header{position: fixed;width: 100%; top: 0; left: 0;line-height: 1;z-index: 8000;transition:.4s;}
#header::after{content:'';position: absolute; left: 0;bottom: 0;width: 0%;height: 1px; background: rgba(255,255,255,.2);animation:hAni01 2s ease forwards;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 90px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_pc.png)center no-repeat; width: 205px; height: 47px;background-size: cover;transition:.4s;}
#header .right_wrap{display: flex; align-items: center; gap:60px;}
#header .online_btn{position: relative;display: flex; align-items: center; justify-content: center;width: 170px; height: 50px; border-radius:25px; background: var(--co01);overflow: hidden;}
#header .online_btn::after{content:'';opacity: 0;position: absolute;left: -100%; top: 50%; transform:translate(-50%,-50%);width: 100%; height: 100%;background: linear-gradient(90deg,transparent 0%, rgba(255, 255, 255, .3) 100%);transition:.7s;border-radius:25px; }
#header .online_btn:hover::after{opacity: 1;left: 50%;}
#header .online_btn p{font-size: 16px; color: #fff; font-weight: 700;}

#header.fixed{background: rgba(255,255,255,.5);backdrop-filter: blur(10px);}
#header.fixed::after{background: #ddd;}
#header.fixed h1 a{background: url(/assets/images/sub/sub_logo01_pc.png)center no-repeat;background-size: cover;}
#header.fixed .gnb span a{color: #222;}
#header.fixed .gnb.on span a{color: #fff;}

#header.fixed.on{background: transparent;backdrop-filter: blur(0px);}
#header.fixed.on::after{background: rgba(255, 255, 255, .2);}
#header.fixed.on h1 a{background: url(/assets/images/main/main_logo01_pc.png)center no-repeat;background-size: cover;}

@keyframes hAni01{
0%{width: 0%;}
100%{width: 100%;}
}

#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 35px 30px;transition:.5s;}
#header .gnb.on > li{padding: 35px 60px;}
#header .gnb span a{display: block;font-size: 18px; color: #fff; font-weight: 500;transition:.4s;}
#header .gnb > li::after{content:'';position: absolute;left: 50%; transform:translateX(-50%);bottom: -1px;width: 0%; height: 1px;background: linear-gradient(90deg,transparent 0%, rgba(255, 255, 255, 1) 50%, transparent 100%);transition:.4s;}
#header .gnb > li:hover::after{width: 100%;}
#header .gnb .lnb_sub{display: none;position: absolute; top: 90px; left: 50%; transform:translateX(-50%);z-index: 100; width: 100%;min-height: 364px;}
#header .gnb .lnb_sub ul{padding: 40px 0px;}
#header .gnb .lnb_sub ul li a{display: block;color: #fff;font-size: 18px;text-align: center;font-weight: 500; transition:.3s;}
#header .gnb .lnb_sub ul li:hover a{opacity: .8;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}
.gnb_bg{display: none;position: fixed; top: 0; left: 0; width: 100%;height: 460px; background: rgba(0,0,0,.5);z-index: 6000;}

/* navi */
.nav_btn{display: none;}
.navigation{display: none;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;bottom: 190px;left: 0; width: 100%;}
#visual_wrap .txt_wrap .inner{overflow: hidden;}
#visual_wrap .txt_wrap em{opacity: 0;transform:translateX(-200px);display: block;font-size: 22px; color: #fff; font-weight: 700;transition:1s;}
#visual_wrap .txt_wrap p{opacity: 0;transform:translateX(-200px);font-size: 50px; color: #fff; line-height: 70px;padding: 30px 0px 20px;transition:1s;transition-delay:.1s;}
#visual_wrap .txt_wrap p b{font-weight: 700;}
#visual_wrap .txt_wrap span{opacity: 0;transform:translateX(-200px);display: block;font-size: 20px; color: #fff;transition:1s;transition-delay:.2s;}

#visual_wrap ul li.slick-active .txt_wrap em{opacity: 1;transform:translateX(0);}
#visual_wrap ul li.slick-active .txt_wrap p{opacity: 1;transform:translateX(0);}
#visual_wrap ul li.slick-active .txt_wrap span{opacity: 1;transform:translateX(0);}

#visual_wrap .slide_items{position: absolute;left: 0;bottom: 120px;width: 100%;z-index: 100;}
#visual_wrap .slide_items .inner{display: flex; align-items: center;gap:20px;}
#visual_wrap .slide_items .numcount{display: flex;align-items: center;gap:20px;}
#visual_wrap .slide_items .numcount span{position: relative;display: block;font-size: 20px; color: rgba(255,255,255,.5);font-weight: 700;}
#visual_wrap .slide_items .numcount span.now{color: rgba(255,255,255,1);}
#visual_wrap .slide_items .numcount span.total::after{content:'/';position: absolute; top: 50%; transform:translateY(-50%);left: -14px;}
#visual_wrap .slide_items .dots_wrap{position: relative;width: 160px; height: 2px;background: rgba(255,255,255,.5);}
#visual_wrap .slide_items .dots_wrap ul li{position: absolute;left: 0;top: 0;width: 0;height: 100%; text-indent: -9999px;background: rgba(255,255,255,1);}
#visual_wrap .slide_items .dots_wrap ul li.slick-active{animation:dotsAni01 6s linear forwards;}
#visual_wrap .slide_items .arr_wrap{display: flex;align-items: center;gap:12px;}
@keyframes dotsAni01{
0%{width: 0;}
100%{width: 100%;}
}

/*section*/
.section{padding: 120px 0;line-height: 1;}
.section .sec_tit{margin-bottom: 70px;}
.section .sec_tit span{display: block;font-size: 18px; color: var(--co01); font-weight: 700;}
.section .sec_tit strong{display: block;font-size: 55px; color: #222; font-weight: 700;margin: 25px 0px 15px;line-height: 75px;}
.section .sec_tit strong b{color: var(--co01);font-weight: 700;}
.section .sec_tit p{font-size: 22px;color: #666;line-height: 34px;}
.section .sec_tit 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;}

.section .more_btn{display: flex; align-items: center;justify-content: center;justify-content: space-between;padding: 0 20px;width: 200px; height: 60px; border-radius:30px;background: #222;}
.section .more_btn p{font-size: 18px;color: #fff;}
.section .more_btn em{display: flex;align-items: center; justify-content: center;width: 30px; height: 30px; background: rgba(255,255,255,.2); border-radius:50%;transition:.4s;}
.section .more_btn em img{transition:.4s;}
.section .more_btn:hover em{background: #fff;}
.section .more_btn:hover em img{transform:rotate(90deg);filter: brightness(0.2);}

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 18px; color: #666;padding-left: 27px; cursor:pointer;}
input.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 18px; height: 18px; border:1px solid #ddd; border-radius:50%;}
input.chk_st01:checked + label::after{border:5px solid var(--co01);}

input.chk_st02{display: none;}
input.chk_st02 + label{position: relative;font-size: 18px; color: #666;padding-left: 27px; cursor:pointer;}
input.chk_st02 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 18px; height: 18px; border:1px solid #ddd; }
input.chk_st02:checked + label::after{content:'✓';font-size: 15px; color: #fff;border:1px solid var(--co01); background: var(--co01);text-align: center;}

/* section01 */
#section01{position: relative;	padding-bottom: 60px;}
#section01 .inner{display: flex;gap:80px;align-items: center;}
#section01 .img_con{width: 750px;overflow: hidden;}	
#section01 .img_wrap{position:relative; width:100%; padding-bottom:102.667%;}
#section01 .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;}

#section01 .txt_con{width: calc(100% - 830px);}
#section01 .txt_con ul{display: flex;flex-wrap:wrap;gap:10px;}
#section01 .txt_con ul li{width: calc((100% - 20px) / 3);}
#section01 .txt_con ul li a{display: block;width: 100%; height: 100%;padding: 20px;background: #f5f5f5;transition:.4s;}
#section01 .txt_con ul li em{display: flex; align-items: center; justify-content: center;width: 30px; height: 30px; border-radius:50%;transition:.4s; background: #ddd;margin-left: auto;}
#section01 .txt_con ul li em img{transition:.3s;}
#section01 .txt_con ul li p{margin-top: 27px;font-size: 22px;color: #222; font-weight: 700;}
#section01 .txt_con ul li:hover a{background: var(--co01);}
#section01 .txt_con ul li:hover a p{color: #fff;}
#section01 .txt_con ul li:hover em{background: rgba(255,255,255,.2);}
#section01 .txt_con ul li:hover em img{transform:rotate(90deg);}
#section01 .bg_txt{position: absolute;bottom: -26px;left: 0;font-size: 180px; color: #f5f5f5; font-weight: 700;z-index: -1;width: max-content;}

/* section02 */
#section02{padding-top: 60px;}
#section02 .sec_tit{text-align: center;}
#section02 .con_wrap{position: relative;display: flex;overflow: hidden;}
#section02 .con_wrap em.vs{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);display: flex;justify-content: center;padding-top: 20px;width: 130px; height: 130px; background: var(--co01); border-radius:50%;font-size: 80px; color: #fff; font-weight: 700;}
#section02 .con{position: relative;width: 50%;padding: 80px 105px;}
#section02 .con strong.tit{display: block;text-align: center;font-size: 40px; color: #222; font-weight: 700; margin-bottom: 60px;}
#section02 .con strong.tit b{position: relative;	color: var(--co01);font-weight: 700;}
#section02 .con strong.tit b i{position: absolute;left: 50%;top: -8px; transform:translateX(-50%);width: 8px; height: 8px; background: var(--co01); border-radius:50%;}
#section02 .con ul li{display: flex;align-items: center;gap:30px;height: 120px;padding: 0px 30px;}
#section02 .con ul li:not(:last-child){margin-bottom: 10px;}
#section02 .con ul li p{font-size: 25px; color: #222; font-weight: 700;}
#section02 .con ul li span{display: block;margin-top: 10px;font-size: 18px; color: #222; line-height: 24px;}

#section02 .con01{background: #f5f5f5;}
#section02 .con01 ul li{background: #fff;}

#section02 .con02{box-shadow:3px 2px 80px rgba(0,0,0,.25);}
#section02 .con02 .line01{position: absolute; left: 0; bottom: 0;width: 5px; height: 100%;background: var(--co01);}
#section02 .con02 .line02{position: absolute; left: 0; top: 0;width: 100%; height: 5px;background: var(--co01);}
#section02 .con02 .line03{position: absolute; right: 0; top: 0;width: 5px; height: 100%;background: var(--co01);}
#section02 .con02 ul li{background: #f0f4fe;}
#section02 .con02 ul li .icon{position: relative;overflow: hidden;width: 36px; height: 36px;}
#section02 .con02 ul li .icon .i01{position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 36px; height: 36px;background: url(/assets/images/main/sec02_icon01_pc.png) right no-repeat;background-size: 36px;}
#section02 .con02 ul li p{color: var(--co01);}

/* section03 */
#section03{padding: 0;height: 100vh;background: url(/assets/images/main/sec03_bg01_pc.jpg)center no-repeat; background-size: cover;overflow: hidden;}
#section03 .con_wrap{display: flex; align-items: center;}
#section03 .con{width: 50%;}
#section03 .con01 .sec_tit span{color: #666;}

#section03 .con02{height: 100vh;display: flex;align-items: flex-end;padding-left: 70px;}
#section03 .con02 .box_wrap{position: relative;display: flex;flex-wrap: wrap;gap: 20px;width: 100%;height: 100vh;}
#section03 .con02 .box_wrap .box_slide_wrap{position: relative;width: calc((100% - 20px) / 2);}
#section03 .con02 .box_wrap .box_slide_wrap:nth-child(2){transform: translateY(-180px);}
#section03 .con02 .box_wrap .box_slide01{position: absolute;left: 0;top: 0;width: 100%;animation: img-scrolling01 25s linear infinite;will-change: transform;}
#section03 .con02 .box_wrap .box_slide02{position: absolute;left: 0;top: 0;width: 100%;animation: img-scrolling02 25s linear infinite;will-change: transform;}
/* #section03 .con02 .box_wrap:hover .box_slide01{animation-play-state: paused;}
#section03 .con02 .box_wrap:hover .box_slide02{animation-play-state: paused;} */
#section03 .con02 .box_wrap .box{margin-bottom: 20px;border:1px solid #ddd; box-shadow: 4px 4px 8px rgba(51,51,51,.12);}
#section03 .con02 .box_wrap .box a{display: block;background: #fff;padding: 40px 30px;}
#section03 .con02 .box_wrap .box .top{position: relative;width: 100%;z-index: 1;}
#section03 .con02 .box_wrap .box .top::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 1px; background: var(--co01); z-index: -1;}
#section03 .con02 .box_wrap .box .top .tag{position: relative;display: flex;align-items: center;width: fit-content;height: 28px; padding: 0px 10px; background: var(--co01); color: #fff;font-size: 16px;border-radius:14px;margin-bottom: 30px;}
#section03 .con02 .box_wrap .box .top .tag::after{content:'';position: absolute; top: 50%; right: -10px;width: 10px; height: 105%; background: #fff; transform:translateY(-50%);}
#section03 .con02 .box_wrap .box .txt p{font-size: 20px; color: #222;font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#section03 .con02 .box_wrap .box .txt span{display: block;font-size: 16px; color: #666; line-height: 26px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; word-wrap:break-word;margin-top: 16px;}
#section03 .con02 .box_wrap .box em{display: block;font-size: 16px; color: #999;font-weight: 400; margin-top: 50px;}
@keyframes img-scrolling01{
0%{transform: translate3d(0, 100%, 0);}
100%{transform: translate3d(0, 0, 0);}
}

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

/* section04 */
#section04{background: url(/assets/images/main/sec04_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section04 .sec_tit{text-align: center;}
#section04 .slide_wrap{position: relative;}
#section04 .slide_wrap ul{display: flex;gap:20px;width: max-content;}
#section04 .slide_wrap ul.sec04_slide01{transform:translateX(-70px);margin-bottom: 140px;}
#section04 .slide_wrap ul.sec04_slide02{position: absolute;right: 0;top: 120px;transform:translateX(210px);margin-left: auto;flex-direction: row-reverse;}
#section04 .slide_wrap ul.sec04_slide03{transform:translateX(-70px);}
#section04 .slide_wrap ul li{width: 300px;}
#section04 .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:33.333%;border:1px solid #ddd; background: #fff;}
#section04 .slide_wrap ul 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%;}
#section04 .more_btn{margin: 80px auto 0; }

/* section05 */
#section05{position: relative;/* background: #f0f4fe; */ padding: 0;}
#section05 ul.sec05_slide{}
#section05 ul.sec05_slide li .box_wrap{display: flex;align-items: flex-end;justify-content: space-between;}
#section05 ul.sec05_slide li .box_wrap .txt_box{position: absolute;max-width: 655px;left: 305px; bottom: 120px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .sec_tit strong{margin-bottom: 0;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top{position: relative;padding-bottom: 30px; margin-bottom: 25px;border-bottom: 2px solid #ddd;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top::after{content:'';position: absolute; left: 0; bottom: -2px;width: 0px; height: 3px; background: var(--co01);transition:1s;}
#section05 ul.sec05_slide li.slick-active .box_wrap .txt_box .txt .top::after{width: 80px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top p{font-size: 35px; color: #222; }
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top strong{display: inline-block;margin-left: 18px;font-size: 40px; color: #222; font-weight: 700;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt ul li{position: relative;padding-left: 20px;font-size: 22px; color: #666;line-height: 1.5;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt ul li:not(:last-child){margin-bottom: 5px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt ul li::after{content:'';position: absolute; left: 0; top: 12px;width: 5px; height: 5px; border-radius:50%; background: var(--co01);}

#section05 ul.sec05_slide li .box_wrap .img_box{width: 100%;}
#section05 ul.sec05_slide li .box_wrap .img_box img{width: 100%; }

#section05 ul.sec05_slide .slick-prev{position: absolute; left: 210px;top: 50%; transform:translateY(-50%);width: 34px; height: 62px; background: url(/assets/images/main/sec05_prev_pc.png)center no-repeat; background-size: cover;text-indent: -9999px;z-index: 10;}
#section05 ul.sec05_slide .slick-next{position: absolute; right: 210px;top: 50%; transform:translateY(-50%);width: 34px; height: 62px; background: url(/assets/images/main/sec05_next_pc.png)center no-repeat; background-size: cover;text-indent: -9999px;z-index: 10;}

@media screen and (max-width:1750px) {
#section05 ul.sec05_slide li .box_wrap .txt_box{left: 200px;}
#section05 ul.sec05_slide .slick-prev{left: 5%;}
#section05 ul.sec05_slide .slick-next{right: 5%;}
}

/* section06 */
#section06{background: url(/assets/images/main/sec06_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section06 .inner{display: flex;align-items: center;}
#section06 .txt_con{width: 50%;}
#section06 .txt_con .sec_tit{margin-bottom: 120px;}
#section06 .txt_con .sec_tit strong{font-weight: 400;}
#section06 .txt_con .more_btn_wrap{display: flex;gap:10px;}

#section06 .online_con{width: 50%;padding-left: 40px;}
#section06 .online_con strong.tit{position: relative;padding-left: 20px;display: block;font-size: 35px; color: #222; font-weight: 700; margin-bottom: 50px;}
#section06 .online_con strong.tit::after{content:'';position: absolute; left: 0; top: 5px;width: 4px; height: 28px; background: var(--co01);}
#section06 .online_con .chk_wrap{display: flex;align-items: center;gap:30px;margin-bottom: 30px;}
#section06 .online_con .input_wrap{display: flex;flex-wrap:wrap;gap:20px 10px;}
#section06 .online_con .input_wrap .input{position: relative;width: 100%;}
#section06 .online_con .input_wrap .input01{width: calc((100% - 10px) / 2);}
#section06 .online_con .input_wrap .input input[type="text"]{width: 100%;height: 58px;background: #f5f5f5; border:0;font-size: 18px; color: #222;padding: 0 20px;}
#section06 .online_con .input_wrap .input input[type="text"]:focus{outline:0;}
#section06 .online_con .input_wrap .input label{position: absolute; top: 20px; left: 20px;font-size: 18px; color: #999;transition:.3s;}
#section06 .online_con .input_wrap .input input[type="text"]:focus + label{top: 7px;font-size: 10px; }
#section06 .online_con .input_wrap .input input[type="text"]:valid + label{top: 7px;font-size: 10px; }
#section06 .online_con .input_wrap .input label b{color: var(--co01); font-weight: 400;}
#section06 .online_con .input_wrap .input select{width: 100%;height: 58px; border:0;font-size: 18px; color: #222;padding: 0 20px;background: url(/assets/images/main/select_icon01_pc.png)center right 20px no-repeat #f5f5f5; background-size: 18px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section06 .online_con .input_wrap .input select:focus{outline:0;}
#section06 .online_con .input_wrap .input textarea{width: 100%; background: #f5f5f5; resize:none;padding: 20px; height: 180px; border:0;font-size: 18px; color: #222;}
#section06 .online_con .input_wrap .input textarea:focus{outline:0;}
#section06 .online_con .input_wrap .input textarea:focus + label{top: 7px;font-size: 10px; }
#section06 .online_con .input_wrap .input textarea:valid + label{top: 7px;font-size: 10px; }

#section06 .online_con .pri_wrap{display: flex;align-items: center;gap:7px;margin-top: 20px;}
#section06 .online_con .pri_wrap input[type="checkbox"]{display: none;}
#section06 .online_con .pri_wrap input[type="checkbox"] + label{position: relative;padding-left: 27px; font-size: 18px; color: #666;cursor:pointer;}
#section06 .online_con .pri_wrap input[type="checkbox"] + label::after{content:'';position: absolute; left: 0; top: 0; border:1px solid #bbb; width: 18px; height: 18px;}
#section06 .online_con .pri_wrap input[type="checkbox"]:checked + label::after{content:'✓';border:1px solid var(--co01);color: #fff;font-size: 15px;line-height: 16px;text-align: center;background: var(--co01);}
#section06 .online_con .pri_wrap .pri_pop_btn{font-size: 18px; color: #222; font-weight: 500; cursor:pointer;}
#section06 .online_con .submit_btn{position: relative;display: flex; align-items: center; justify-content: center;width: 100%;height: 60px; border-radius:30px; background: var(--co01);font-size: 18px; color: #fff;margin-top: 40px;overflow: hidden;}
#section06 .online_con .submit_btn::after{content: '';opacity: 0;position: absolute;left: 0%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .3) 100%);transition: .7s; border-radius: 25px;}
#section06 .online_con .submit_btn:hover::after{opacity: 1; left: 50%;}

/*quick_menu*/
.quick_menu{position: fixed;bottom: 0;right: 0; line-height: 1;z-index: 1000;}
.quick_menu.rel{position: absolute;bottom: 405px;}
.quick_menu ul li{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:10px; width: 70px; height: 70px;background: #222;transition:.4s;}
.quick_menu ul li:hover{opacity: .8;}
.quick_menu ul li:first-child{width: 70px; height: 200px;}
.quick_menu ul li:not(:last-child){margin-bottom: 1px;}
.quick_menu ul li a{display: flex; align-items: center; justify-content: center;flex-direction: column;width: 100%; height: 100%;font-size: 18px; color: #fff;}
.quick_menu ul li i{display: block;height: 10px;}
.quick_menu ul li.top_btn{cursor:pointer;font-size: 16px; color: #fff; font-weight: 700;}

/* footer */
#footer{line-height: 1;padding-top: 80px;border-top: 1px solid #ddd;}
#footer .f_con{display: flex;justify-content: space-between; margin-bottom: 60px;}
#footer .f_con .f_logo{display: block;margin-bottom: 40px;}
#footer .f_con address div:not(:last-child){margin-bottom: 30px;}
#footer .f_con address p{font-size: 16px; line-height: 30px;color: #666;}
#footer .f_con address p b{display: inline-block;color: #222; font-weight: 700;margin-right: 7px;}
#footer .f_con address p i{display: inline-block;width: 15px;}

#footer .f_con .family_wrap{position: relative;}
#footer .f_con .family_wrap .fa_btn{display: flex;align-items: center; justify-content: space-between;width: 240px; height: 60px;background: #ddd; border-radius:30px; padding: 0 20px;}
#footer .f_con .family_wrap .fa_btn p{font-size: 18px; color: #222;}
#footer .f_con .family_wrap .fa_btn em{position: relative;display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius:50%; background: #fff;transition:.4s;}
#footer .f_con .family_wrap .fa_btn em::before{content:'';position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 2px; height: 12px; background: #222;transition:.3s;}
#footer .f_con .family_wrap .fa_btn em::after{content:'';position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 12px; height: 2px; background: #222;transition:.3s;}
#footer .f_con .family_wrap .fa_btn.on em::before{transform:translate(-50%,-50%) rotate(230deg);left: 45%;height: 8px;}
#footer .f_con .family_wrap .fa_btn.on em::after{transform:translate(-50%,-50%) rotate(45deg);left: 61%;width: 8px;}
#footer .f_con .family_wrap ul{display: none;position: absolute;top: 65px;left: 0;width: 100%;padding: 20px; border-radius:30px;background: #ddd; max-height: 134px;overflow-y: scroll;}
#footer .f_con .family_wrap ul::-webkit-scrollbar {width: 5px;  /* 스크롤바의 너비 */}
#footer .f_con .family_wrap ul::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #bbb; /* 스크롤바의 색상 */border-radius: 10px;}
#footer .f_con .family_wrap ul::-webkit-scrollbar-track {background: transparent;  /*스크롤바 뒷 배경 색상*/}
#footer .f_con .family_wrap ul li:not(:last-child){margin-bottom: 20px;}
#footer .f_con .family_wrap ul li a{font-size: 18px; color: #222;} 

#footer .copy{padding: 20px 0; border-top: 1px solid #ddd;}
#footer .copy p{font-size: 16px; color: #999;text-align: center;}


/* ＝＝＝＝＝＝＝sub＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#header.sub_header{position: fixed;}
#header.sub_header h1 a{background: url(/assets/images/sub/sub_logo01_pc.png)center no-repeat;background-size: cover;}
#header.sub_header::after{background: #ddd;}
#header.sub_header .gnb span a{color: #222;}
#header.sub_header .gnb.on span a{color: #fff;}
#header.sub_header.on::after{background: rgba(255, 255, 255, .2);}
#header.sub_header.on h1 a{background: url(/assets/images/main/main_logo01_pc.png)center no-repeat;background-size: cover;}

#sub_visual_wrap{position: relative;	height: 420px; padding: 120px 0 100px; background: #f4f7fe;line-height: 1; margin-top: 90px;}
#sub_visual_wrap ul.sub_nav{display: flex;gap:44px; align-items: center;margin-bottom: 40px;}
#sub_visual_wrap ul.sub_nav li{position: relative;font-size: 18px; color: #aaa; font-weight: 700;}
#sub_visual_wrap ul.sub_nav li:last-child{color: #222;}
#sub_visual_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; right: -23px; top: 50%; transform:translateY(-50%); width: 2px; height: 14px; background: #ddd;}
#sub_visual_wrap h2{font-size: 65px; color: #222; font-weight: 700;}
#sub_visual_wrap em{position: absolute;right: 210px; top: 50%; transform:translateY(-50%);font-size: 100px;font-weight: 700;color: var(--co01); opacity: .1;}

.tab_menu_pc ul{display: flex;flex-wrap:wrap;gap:50px;margin-top: 50px;}
.tab_menu_pc ul li a{font-size: 25px; color: #aaa; font-weight: 700;}
.tab_menu_pc ul li.on a{color: #222;}
.tab_menu_mob{display: none;}

ul.depth03_wrap{display: flex;align-items: center; justify-content: center;gap:10px; margin-bottom: 80px;}
ul.depth03_wrap li a{display: flex; align-items: center; justify-content: center; width: 260px; height: 60px;background: #f5f5f5; border-radius:30px;font-size: 18px; color: #666;transition:.3s;}
ul.depth03_wrap li.on a{background: var(--co01);color: #fff;font-weight: 700;}
ul.depth03_wrap li:hover a{background: var(--co01);color: #fff;}

#sub_contents{padding: 100px 0px 120px;}

/* 공통 */
h4.h4_tit01{font-size: 35px; color: #333; font-weight: 700;margin-bottom: 50px;}
h4.h4_tit01 b{color: var(--co01);font-weight: 700;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .tit{margin-bottom: 70px;}
.sub0101_wrap .tit span{position: relative;display: block;width: fit-content;font-size: 18px; color: var(--co01); font-weight: 700; margin-bottom: 30px;}
.sub0101_wrap .tit span::after{content:''; position: absolute; left: calc(100% + 20px); top: 50%; transform:translateY(-50%); width: 0px; height: 1px; background: var(--co01);transition:1s;}
.sub0101_wrap .tit span.on::after{width: 60px;}
.sub0101_wrap .tit p{font-size: 35px; color: #222; line-height: 60px;font-weight: 700;}

.sub0101_wrap .con_wrap{display: flex;gap:60px;}
.sub0101_wrap .img_con{position: relative;width: 42.7%;}
.sub0101_wrap .img_con .img02{position: absolute; top: 80px; right: 0;}
.sub0101_wrap .img_con .txt{font-size: 180px; color: rgba(170,170,170,.1); font-weight: 700;margin-top: 40px;line-height: 160px;}

.sub0101_wrap .txt_con{width: 53.5%;}
.sub0101_wrap .txt_con strong{display: block;font-size: 22px; line-height: 34px;color: #222;font-weight: 700;}
.sub0101_wrap .txt_con strong i{display: block;}
.sub0101_wrap .txt_con .p_wrap{margin-top: 20px;}
.sub0101_wrap .txt_con .p_wrap p{font-size: 18px; color: #666; line-height: 30px;}
.sub0101_wrap .txt_con .p_wrap p:not(:last-child){margin-bottom: 20px;}
.sub0101_wrap .txt_con .bot{margin-top: 50px;}
.sub0101_wrap .txt_con .bot p{font-size: 22px; color: #222;}
.sub0101_wrap .txt_con .bot p em{font-weight: 700;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con01{position: relative;width: 100%; margin-bottom: 120px;}
.sub0102_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:40%;}
.sub0102_wrap .con01 .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;}
.sub0102_wrap .con01 .txt_box{display: flex;align-items: center; justify-content: space-between;position: absolute; bottom: 0; left: 0; width: 100%; background: var(--co01); padding: 40px 60px; border-radius: 0 60px 0 0;}
.sub0102_wrap .con01 .txt_box strong{display: block;font-size: 22px; font-weight: 700;color: #fff;margin-bottom: 30px;}
.sub0102_wrap .con01 .txt_box ul li{display: flex;}
.sub0102_wrap .con01 .txt_box ul li:not(:last-child){margin-bottom: 12px;}
.sub0102_wrap .con01 .txt_box ul li p{display: flex; align-items: center;gap:10px;width: 110px;font-size: 18px; color: #fff; font-weight: 700;}
.sub0102_wrap .con01 .txt_box ul li span{display: block;font-size: 18px; color: #fff;}
.sub0102_wrap .con01 .txt_box ul li span b{display: inline-block;font-weight: 700; margin-right: 10px;}
.sub0102_wrap .con01 .txt_box a{display: flex; align-items: center; justify-content: center;width: 200px; height: 60px; background: #fff;font-size: 18px; color: #222; border-radius:30px;}

.sub0102_wrap .con02 .box_wrap{border-top: 2px solid #222;}
.sub0102_wrap .con02 .box_wrap .box{display: flex;align-items: center;gap:70px;padding: 40px 60px; border-bottom: 1px solid #ddd;}
.sub0102_wrap .con02 .box_wrap .box .icon{display: flex;align-items: center; justify-content: center;width: 100px; height: 100px; background: #f4f7fe; border-radius:50%}
.sub0102_wrap .con02 .box_wrap .box .txt{width: calc(100% - 170px);}
.sub0102_wrap .con02 .box_wrap .box .txt strong{display: block;font-size: 22px; color: #333; font-weight: 700; margin-bottom: 30px;}
.sub0102_wrap .con02 .box_wrap .box .txt strong b{display: inline-block;font-size: 20px; color: var(--co01);margin-left: 20px;font-weight: 700;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li{display: flex;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li:not(:last-child){margin-bottom: 12px;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li p{width: 95px;font-size: 18px;color: #333; font-weight: 700;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span{width: calc(100% - 95px);font-size: 18px; color: #666;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span em{display: inline-block; width: 20px; height: 20px; font-size: 13px; line-height: 20px;margin: 0 8px;text-align: center;border-radius:50%; color: #fff;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span em.co01{background: #053393;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span em.co02{background: #606d00;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .tit{margin-bottom: 50px;}
.sub0201_wrap .tit p{font-size: 35px; color: #222; font-weight: 700;}
.sub0201_wrap ul.p_list{display: flex;flex-wrap:wrap;gap:40px;}
.sub0201_wrap ul.p_list li{position: relative;width: calc((100% - 120px) / 4);}
.sub0201_wrap ul.p_list li .img_wrap{position:relative; width:100%; padding-bottom:130.435%;}
.sub0201_wrap ul.p_list 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;}
.sub0201_wrap ul.p_list li .txt_wrap{position: absolute;left: 0; bottom: 0; width: 100%;z-index: 100;background: rgba(0,0,0,.5);padding: 20px 30px;transition:.4s;}
.sub0201_wrap ul.p_list li:hover .txt_wrap{padding: 30px 40px;}
.sub0201_wrap ul.p_list li .txt_wrap strong{display: block;font-size: 35px;color: #fff;}
.sub0201_wrap ul.p_list li .txt_wrap strong b{display: inline-block;font-size: 18px; font-weight: 400;margin-left: 10px;}
.sub0201_wrap ul.p_list li .txt_wrap span{display: block;font-size: 18px;color: var(--co02);margin-top: 15px;}

/* sub0201_view */
.sub0201_view_wrap{line-height: 1; margin-top: 90px;}
.sub0201_view_wrap .top{margin-bottom: 50px;}
.sub0201_view_wrap .top a{display: flex;align-items: center;gap:20px;font-size: 25px; color: #222; font-weight: 700;}

.sub0201_view_wrap .con:not(:last-child){margin-bottom: 120px;}

.sub0201_view_wrap .con01{position: relative;display: flex;align-items: flex-end;}
.sub0201_view_wrap .con01::before{content:'';position: absolute; right: 40px; bottom: 40px; background: url(/assets/images/sub/sub0201_view_bg01.png)center no-repeat;width: 158px; height: 146px; background-size: cover;}
.sub0201_view_wrap .con01 .con01_bg{content:'';position: absolute; right: 0; bottom: 0; background: #f5f5f5; width: 100vw; z-index: -1;}
.sub0201_view_wrap .con01 .img_box{width: 50%;padding: 0px 50px;}
.sub0201_view_wrap .con01 .img_box img{display: block;margin: 0 auto;width: 100%;max-width: 528px;}

.sub0201_view_wrap .con01 .txt_box{width: 50%;}
.sub0201_view_wrap .con01 .txt_box .tit{margin-bottom: 40px;}
.sub0201_view_wrap .con01 .txt_box .tit em{display: block;font-size: 30px; color: var(--co02); font-weight: 700;margin-bottom: 30px;}
.sub0201_view_wrap .con01 .txt_box .tit p{font-size: 35px; color: #222; margin-bottom: 40px;}
.sub0201_view_wrap .con01 .txt_box .tit p strong{display: inline-block;font-size: 55px; color: #222; font-weight: 700;margin-right: 10px;}
.sub0201_view_wrap .con01 .txt_box .contact{display: flex;gap:20px;align-items: center;}
.sub0201_view_wrap .con01 .txt_box .contact .box{display: flex;align-items: center;gap:10px;font-size: 18px; color: #666;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap{display: flex;gap:40px;flex-wrap:wrap;padding: 45px 0 45px;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul{}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li{position: relative;font-size: 22px; color: #666;padding-left: 20px;line-height: 1.4;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li::after{content:'';position: absolute; left: 0; top: 11px; width: 5px; height: 5px; background: var(--co01); border-radius:50%;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li:not(:last-child){margin-bottom: 8px;}

.sub0201_view_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;border-top: 2px solid #222;border-bottom: 1px solid #ddd;}
.sub0201_view_wrap .con02 .box_wrap .box{position: relative;width: 50%;padding: 40px;}
.sub0201_view_wrap .con02 .box_wrap .box:nth-child(2n-1)::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);height: calc(100% - 80px);width: 1px; background: #ddd; }
.sub0201_view_wrap .con02 .box_wrap .box em{display: flex; align-items: center; justify-content: center; width: 180px; height: 40px;background: var(--co01); border-radius: 20px;margin-bottom: 30px;font-size: 18px; color: #fff;font-weight: 400;}
.sub0201_view_wrap .con02 .box_wrap .box em.tag02{background: var(--co03);}
.sub0201_view_wrap .con02 .box_wrap .box em b{font-weight: 700;}
.sub0201_view_wrap .con02 .box_wrap .box strong{display: block;font-size: 25px; color: #222; font-weight: 700;margin-bottom: 25px;}
.sub0201_view_wrap .con02 .box_wrap .box ul li{position: relative;padding-left: 20px;font-size: 18px; line-height: 30px;color: #666;}
.sub0201_view_wrap .con02 .box_wrap .box ul li::after{content:'';position: absolute;left: 0;top: 12px;width: 5px; height: 5px; background: var(--co01); border-radius:50%;}

/*sub03 - 공통*/
.sub03_wrap{line-height: 1;}
.sub03_wrap .con_wrap{display: flex;align-items: center;  gap:80px;}
.sub03_wrap .img_con{position: relative;width: 600px;}
.sub03_wrap .img_con .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--co03);opacity: .8;}
.sub03_wrap .img_con .img_wrap{position:relative; width:100%; padding-bottom:75%;}
.sub03_wrap .img_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;}

.sub03_wrap .txt_con{width: calc(100% - 680px);}
.sub03_wrap .txt_con .txt01 strong{display: block;font-size: 35px; color: #333; font-weight: 700;margin-bottom: 30px;}
.sub03_wrap .txt_con .txt01 p{font-size: 18px; color: #666; line-height: 30px;}
.sub03_wrap .txt_con .txt01 p i{display: block; height: 20px;}

.sub03_wrap .txt_con ul.list01 li{position: relative;font-size: 18px; color: #666; line-height: 1.4;	padding-left: 20px;}
.sub03_wrap .txt_con ul.list01 li:not(:last-child){margin-bottom: 6px;}
.sub03_wrap .txt_con ul.list01 li::after{content:'';position: absolute; left: 0; top: 10px; width: 5px; height: 5px; background: var(--co01); border-radius:50%;}

.sub03_wrap .txt_con .txt_wrap .box:not(:last-child){margin-bottom: 35px;}
.sub03_wrap .txt_con .txt_wrap .box .tit{position: relative;margin-bottom: 25px;}
.sub03_wrap .txt_con .txt_wrap .box .tit::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 1px; background: #ddd;z-index: -1;}
.sub03_wrap .txt_con .txt_wrap .box .tit em{display: flex; align-items: center;justify-content: center;width: 180px; height: 40px; border-radius:20px; background: var(--co01);font-size: 18px; color: #fff; font-weight: 700;}
.sub03_wrap .txt_con .txt_wrap .box .tit02 em{background: var(--co03);}

.sub0301_wrap .txt_con .txt01{margin-bottom: 30px; padding-bottom: 20px;border-bottom: 1px solid #ddd;}

.sub0303_wrap .img_con{position: relative;height: 450px;padding: 40px;border:1px solid #ddd;}
.sub0303_wrap .img_con .box{position: absolute;}
.sub0303_wrap .img_con .box strong{display: block;font-size: 18px;font-weight: 700;color: var(--co01);margin-bottom: 10px;}
.sub0303_wrap .img_con .box p{font-size: 16px; color: #666; line-height: 26px;}
.sub0303_wrap .img_con .box .icon{display: flex;align-items: center; justify-content: center;width: 160px; height: 160px; border-radius:50%; background: var(--co01);}
.sub0303_wrap .img_con .box em{display: block;position: absolute;background: #ddd;z-index: -1;}
.sub0303_wrap .img_con .box em.line01{width: 25px; height: 2px;}
.sub0303_wrap .img_con .box em.line02{width: 2px; height: 63px;}

.sub0303_wrap .img_con .box01{left: 40px; top: 40px;}
.sub0303_wrap .img_con .box01 .icon{margin-top: 25px;margin-left: 110px;}
.sub0303_wrap .img_con .box01 em.line01{right: 40px;top: 65px;}
.sub0303_wrap .img_con .box01 em.line02{right: 40px;top: 65px;}

.sub0303_wrap .img_con .box02{right: 40px; bottom: 40px;}
.sub0303_wrap .img_con .box02 strong{color: var(--co03);}
.sub0303_wrap .img_con .box02 .icon{background: var(--co03);margin-bottom: 25px;margin-right: 110px;}
.sub0303_wrap .img_con .box02 .txt{padding-left: 70px;}
.sub0303_wrap .img_con .box02 em.line01{left: 35px;bottom: 70px;}
.sub0303_wrap .img_con .box02 em.line02{left: 35px;bottom: 70px;}

/* sub0304_wrap */
.sub0304_wrap{line-height: 1;}
.sub0304_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0304_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;border-top: 2px solid var(--co01);}
.sub0304_wrap .con01 .box_wrap .box{display: flex;align-items: center;width: 50%; padding: 60px 0;border-bottom: 1px solid #ddd;}
.sub0304_wrap .con01 .box_wrap .box .icon{display: flex;align-items: center; justify-content: center;width: 150px; }
.sub0304_wrap .con01 .box_wrap .box .icon img{display: block;}
.sub0304_wrap .con01 .box_wrap .box .txt{width: calc(100% - 150px);}
.sub0304_wrap .con01 .box_wrap .box .txt strong{display: block;font-size: 20px; color: #222; font-weight: 700;}
.sub0304_wrap .con01 .box_wrap .box .txt p{font-size: 18px;color: #666; line-height: 30px;margin-top: 15px;}
.sub0304_wrap .con01 .box_wrap .box .txt p span{font-size: 16px;color: var(--co01);}

.sub0304_wrap .con02 .box_wrap{display: flex;gap:40px;}
.sub0304_wrap .con02 .box_wrap .box{position: relative; width: calc((100% - 80px) / 3);border:1px solid #ddd;}
.sub0304_wrap .con02 .box_wrap .box:not(:last-child)::after{content:''; position: absolute; right: -29px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub0304_arr01.png)center no-repeat; width: 15px; height: 22px; background-size: cover;}
.sub0304_wrap .con02 .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 60px; background: var(--co01);}
.sub0304_wrap .con02 .box_wrap .box .tit p{font-size: 20px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap{padding: 40px 35px;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 20px; color: #222; font-weight: 700;line-height: 32px;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap .icon{margin: 20px auto 15px;width: fit-content;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap p{font-size: 16px; color: #666; line-height: 26px;text-align: center;}	 

/* sub0306_wrap */
.sub0306_wrap{line-height: 1;}
.sub0306_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0306_wrap .con01 .box_wrap{display: flex;gap:40px;}
.sub0306_wrap .con01 .box_wrap .box{position: relative; width: calc((100% - 120px) / 4);border:1px solid #ddd;}
.sub0306_wrap .con01 .box_wrap .box:not(:last-child)::after{content:''; position: absolute; right: -29px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub0304_arr01.png)center no-repeat; width: 15px; height: 22px; background-size: cover;}
.sub0306_wrap .con01 .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 60px; background: var(--co01);}
.sub0306_wrap .con01 .box_wrap .box .tit p{font-size: 20px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap{padding: 40px 35px;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 20px; color: #222; font-weight: 700;line-height: 32px;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap .icon{margin: 20px auto 0px;width: fit-content;}

.sub0306_wrap .con02 .box_wrap{display: flex;gap:40px;}
.sub0306_wrap .con02 .box_wrap .box{position: relative; width: calc((100% - 120px) / 4);border:1px solid #ddd;}
.sub0306_wrap .con02 .box_wrap .box .icon{display: flex; align-items: center; justify-content: center;height: 200px; background: #f5f5f5;border-bottom: 1px solid #ddd;}
.sub0306_wrap .con02 .box_wrap .box .icon .img{display: flex; align-items: center;justify-content: center;flex-wrap:wrap;width: 116px;}
.sub0306_wrap .con02 .box_wrap .box:nth-child(3) .icon .img img:first-child,
.sub0306_wrap .con02 .box_wrap .box:nth-child(4) .icon .img img:first-child{margin: 0 10px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap{padding: 40px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap strong{display: flex; align-items: center; justify-content: center;font-size: 18px;width: 180px; height: 40px; color: #fff;font-weight: 600;border-radius:20px; background: var(--co01); margin: 0 auto 25px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap p{font-size: 16px; color: #666; line-height: 26px;text-align: center;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap p b{color: var(--co01);}
.sub0306_wrap .con02 .arr{width: fit-content;margin: 15px auto 20px;}
.sub0306_wrap .con02 .txt_box{width: 100%;padding: 40px;background: #f5f5f5;}
.sub0306_wrap .con02 .txt_box p{font-size: 18px; color: #666; line-height: 30px;text-align: center;}

/* sub0307_wrap */
.sub0307_wrap{line-height: 1;}
.sub0307_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0307_wrap .box_wrap{display: flex;gap:40px;}
.sub0307_wrap .box_wrap .box{position: relative; width: calc((100% - 80px) / 3);border:1px solid #ddd;}
.sub0307_wrap .box_wrap .box:not(:last-child)::after{content:''; position: absolute; right: -29px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub0304_arr01.png)center no-repeat; width: 15px; height: 22px; background-size: cover;}
.sub0307_wrap .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 60px; background: var(--co01);}
.sub0307_wrap .box_wrap .box .tit p{font-size: 20px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0307_wrap .box_wrap .box .txt_wrap{padding: 40px 35px;}
.sub0307_wrap .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 20px; color: #222; font-weight: 700;line-height: 32px;}
.sub0307_wrap .box_wrap .box .txt_wrap .icon{margin: 20px auto 0px;width: fit-content;}

.sub0307_wrap .txt01{padding: 40px 32px 40px 40px;background: #f5f5f5; border:1px solid #ddd; border-left: 3px solid var(--co01);margin-bottom: 30px;}
.sub0307_wrap .txt01 strong{display: block;font-size: 20px; color: #333; font-weight: 700;}
.sub0307_wrap .txt01 p{font-size: 18px; color: #666; line-height: 30px; margin-top: 15px;}
.sub0307_wrap .txt01 p span{font-size: 16px;	color: var(--co01);}

.sub0307_wrap .txt02 ul li{position: relative;padding-left: 20px;font-size: 18px; color: #666; line-height: 30px;}
.sub0307_wrap .txt02 ul li::after{content:'';position: absolute; left: 0; top: 12px; width: 5px; height: 5px;background: var(--co01); border-radius:50%;}
.sub0307_wrap .txt02 ul li:not(:last-child){margin-bottom: 20px;}
.sub0307_wrap .txt02 ul li span{font-size: 16px;	color: var(--co01);}

/* sub0307_3_wrap */
.sub0307_3_wrap .img_wrap{position: relative;border:1px solid #ddd;padding: 40px;}
.sub0307_3_wrap .img_wrap .icon_wrap{display: flex;align-items: center;justify-content: center;flex-wrap:wrap;gap:10px;width: 330px; margin: 0 auto;}
.sub0307_3_wrap .img_wrap .icon{position: relative;}
.sub0307_3_wrap .img_wrap .icon p{position: absolute;top: 50%; transform:translateY(-50%);font-size: 18px; color: #666; line-height: 32px;width: max-content;z-index: -1;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p{right: 240px;text-align: right;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p{left: 240px;}
.sub0307_3_wrap .img_wrap .icon p::after{content:''; position: absolute;top: 50%;transform:translateY(-50%); width: 7px; height: 7px; background: var(--co01); border-radius:50%;z-index: 10;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p::after{right: -30px;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p::after{left: -30px;}
.sub0307_3_wrap .img_wrap .icon p::before{content:''; position: absolute;top: 50%;transform:translateY(-50%); width: 60px; height: 1px; background: #ddd;z-index: -1;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p::before{right: -90px;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p::before{left: -90px;}
.sub0307_3_wrap .img_wrap .c_txt{display: flex; align-items: center; justify-content: center;position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 130px; height: 130px; background: var(--co03); border-radius:50%; border: 10px solid #aabff8;}
.sub0307_3_wrap .img_wrap .c_txt p{font-size: 24px; color: #fff; line-height: 32px;font-weight: 600;}

/* sub0307_4_wrap */
.sub0307_4_wrap .box_wrap02 .box{display: flex;align-items: center;}
.sub0307_4_wrap .box_wrap02 .box:not(:last-child){margin-bottom: 20px;}
.sub0307_4_wrap .box_wrap02 .box .icon{position: relative;width: 220px;}
.sub0307_4_wrap .box_wrap02 .box .icon::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 60px; height: 1px;background: #ddd;}
.sub0307_4_wrap .box_wrap02 .box .icon::before{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 7px; height: 7px; background: var(--co01); border-radius:50%;z-index: 10;}
.sub0307_4_wrap .box_wrap02 .box:nth-child(2) .icon::before{background: var(--co03);}
.sub0307_4_wrap .box_wrap02 .box .txt{width: calc(100% - 220px); border:1px solid #ddd;padding: 40px;}
.sub0307_4_wrap .box_wrap02 .box .txt strong{display: block;font-size: 20px; color: #222; font-weight: 700;}
.sub0307_4_wrap .box_wrap02 .box .txt p{font-size: 18px; color: #666; line-height: 1.5;margin-top: 12px;}

.sub0307_4_wrap .txt01{margin-top: 30px;margin-bottom: 0;}
.sub0307_4_wrap .txt01 ul{margin-top: 15px;}
.sub0307_4_wrap .txt01 ul li{font-size: 16px; color: #222; font-weight: 700;}
.sub0307_4_wrap .txt01 ul li:not(:last-child){margin-bottom: 15px;}
.sub0307_4_wrap .txt01 ul li em{display: inline-block;font-size: 12px; font-weight: 700;color: #fff; margin-right: 10px; width: 18px; height: 18px; line-height: 18px;background: #222; border-radius:50%; text-align: center;}

/* sub0308_wrap */
.sub0308_wrap{line-height: 1;}
.sub0308_wrap .con02 .img_box{border:1px solid #ddd;padding: 40px;padding-bottom: 0;}
.sub0308_wrap .con02 .img_box .img_wrap{position: relative;width: fit-content;margin: 0 auto;}
.sub0308_wrap .con02 .img_box .img_wrap p{position: absolute;font-size: 20px; color: #222; line-height: 32px;width: max-content;font-weight: 700;}
.sub0308_wrap .con02 .img_box .img_wrap p.p01{top: 40px;right: 100%;text-align: right;}
.sub0308_wrap .con02 .img_box .img_wrap p.p02{top: 40px;left: 100%;}
.sub0308_wrap .con02 .img_box .img_wrap p.p03{bottom: 40px;right: 100%;text-align: right;}
.sub0308_wrap .con02 .img_box .img_wrap p.p04{bottom: 40px;left: 100%;}
.sub0308_wrap .con02 .img_box strong.c_txt{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);font-size: 24px; color: #222; font-weight: 700;text-align: center;line-height: 32px;}
.sub0308_wrap .con02 ul{margin-top: 40px;}
.sub0308_wrap .con02 ul li{display: flex;align-items: center;padding: 40px 0; border-top: 1px solid #ddd;}
.sub0308_wrap .con02 ul li .icon{display: flex; align-items: center; justify-content: center;width: 115px;}
.sub0308_wrap .con02 ul li p{width: calc(100% - 115px);font-size: 18px;color: #666; line-height: 30px;}

/* sub0308_2_wrap */
.sub0308_2_wrap{line-height: 1;}
.sub0308_2_wrap .box_wrap .box{display: flex;align-items: center;}
.sub0308_2_wrap .box_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub0308_2_wrap .box_wrap .box .icon{position: relative;width: 220px;}
.sub0308_2_wrap .box_wrap .box .icon em{}
.sub0308_2_wrap .box_wrap .box .icon::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 60px; height: 1px;background: #ddd;}
.sub0308_2_wrap .box_wrap .box .icon::before{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 7px; height: 7px; background: #7ed0df; border-radius:50%;z-index: 10;}
.sub0308_2_wrap .box_wrap .box:nth-child(2) .icon::before{background: #2dbce4;}
.sub0308_2_wrap .box_wrap .box:nth-child(3) .icon::before{background: #2d9de8;}
.sub0308_2_wrap .box_wrap .box:nth-child(4) .icon::before{background: #2a60ee;}
.sub0308_2_wrap .box_wrap .box:nth-child(5) .icon::before{background: #1d35a7;}

.sub0308_2_wrap .box_wrap .box .icon em{display: flex; align-items: center; justify-content: center;width: 140px; height: 140px; font-size: 24px; color: #fff;font-weight: 700; line-height: 32px;text-align: center; border-radius:50%; border:10px solid #cbecf2; background: #7ed0df;text-transform:uppercase;}
.sub0308_2_wrap .box_wrap .box:nth-child(2) .icon em{background: #2dbce4; border:10px solid #abe4f4;}
.sub0308_2_wrap .box_wrap .box:nth-child(3) .icon em{background: #2d9de8; border:10px solid #abd8f6;}
.sub0308_2_wrap .box_wrap .box:nth-child(4) .icon em{background: #2a60ee; border:10px solid #aabff8;}
.sub0308_2_wrap .box_wrap .box:nth-child(5) .icon em{background: #1d35a7; border:10px solid #a5aedc;}

.sub0308_2_wrap .box_wrap .box .txt{width: calc(100% - 220px); border:1px solid #ddd;padding: 40px;}
.sub0308_2_wrap .box_wrap .box .txt strong{display: block;font-size: 20px; color: #222; font-weight: 700;}
.sub0308_2_wrap .box_wrap .box .txt p{font-size: 18px; color: #666; line-height: 1.5;margin-top: 12px;}

.sub0308_2_wrap .txt_box{padding: 40px;margin-top: 40px;background: #f5f5f5;}
.sub0308_2_wrap .txt_box p{font-size: 18px; color: #666; line-height: 30px;text-align: center;}

/* sub0308_3_wrap */
.sub0308_3_wrap{line-height: 1;}
.sub0308_3_wrap .txt01{margin-top: 30px;margin-bottom: 0;}
.sub0308_3_wrap .txt01 p{display: flex;gap:5px;margin-top: 10px;}
.sub0308_3_wrap .txt01 p em{color: #222;font-weight: 700;}
.sub0308_3_wrap .txt01 ul{margin-top: 15px;padding-left: 20px;}
.sub0308_3_wrap .txt01 ul li{font-size: 16px; color: #222; font-weight: 700;}
.sub0308_3_wrap .txt01 ul li:not(:last-child){margin-bottom: 15px;}
.sub0308_3_wrap .txt01 ul li em{display: inline-block;font-size: 12px; font-weight: 700;color: #fff; margin-right: 10px; width: 18px; height: 18px; line-height: 18px;background: #222; border-radius:50%; text-align: center;}

.sub0308_3_wrap .box_wrap02{display: flex;gap:40px;}
.sub0308_3_wrap .box_wrap02 .box{width: calc((100% - 40px) / 2);border:1px solid #ddd;}
.sub0308_3_wrap .box_wrap02 .box .tit{display: flex;align-items: center;justify-content: center;height: 60px;background: var(--co01);}
.sub0308_3_wrap .box_wrap02 .box:nth-child(2) .tit{background: var(--co03);}
.sub0308_3_wrap .box_wrap02 .box .tit p{font-size: 20px;color: #fff; font-weight: 700;}
.sub0308_3_wrap .box_wrap02 .box .txt{padding: 40px;}
.sub0308_3_wrap .box_wrap02 .box .txt .icon{margin: 0 auto 15px;width: fit-content;}
.sub0308_3_wrap .box_wrap02 .box .txt strong{display: block;font-size: 20px; color: #222;line-height: 30px;font-weight: 700;text-align: center;}
.sub0308_3_wrap .box_wrap02 .box .txt p{font-size: 16px; color: #666; line-height: 26px; margin-top: 15px;text-align: center;}

/* sub0401_wrap */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;}
.sub0401_wrap .top .total span{font-size: 18px; color: #666;}
.sub0401_wrap .top .total b{font-weight: 700;color: var(--co01);}
.sub0401_wrap .top .search{display: flex;gap:5px;}
.sub0401_wrap .top .search input[type="text"]{width: 280px; height: 45px; background: #fff; border:1px solid #ddd;font-size: 16px; color: #999; padding:0 15px ;}
.sub0401_wrap .top .search input[type="text"]::placeholder{font-size: 16px; color: #999;}
.sub0401_wrap .top .search input[type="text"]:focus{outline:0;}
.sub0401_wrap .top .search .search_btn{display: flex;align-items: center; justify-content: center;width: 120px; height: 45px;font-size: 16px; color: #fff; background: #222;}
.sub0401_wrap .list_wrap ul.list{border-top: 2px solid #222;}
.sub0401_wrap .list_wrap ul.list li{border-bottom: 1px solid #ddd;transition:.4s;}
.sub0401_wrap .list_wrap ul.list li:hover{background: #f0f4fe;}
.sub0401_wrap .list_wrap ul.list li a{display: flex;padding: 40px 0;}
.sub0401_wrap .list_wrap ul.list li .num{display: flex;align-items: center;justify-content: center;width: 160px;}
.sub0401_wrap .list_wrap ul.list li .num p{font-size: 18px; color: #999;}
.sub0401_wrap .list_wrap ul.list li .txt{width: calc(100% - 340px);}
.sub0401_wrap .list_wrap ul.list li .txt .tit{display: flex;gap:12px;margin-bottom: 15px;}
.sub0401_wrap .list_wrap ul.list li .txt .tit em{display: flex; align-items: center;height: 36px;background: var(--co01); border-radius:18px;font-size: 18px; color: #fff;padding: 0 20px;width: fit-content;}
.sub0401_wrap .list_wrap ul.list li .txt .tit strong{font-size: 20px; color: #222; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;line-height: 1.6;}
.sub0401_wrap .list_wrap ul.list li .txt p{font-size: 18px; color: #666; line-height: 30px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0401_wrap .list_wrap ul.list li .date{display: flex;align-items: center;justify-content: center;width: 180px;}
.sub0401_wrap .list_wrap ul.list li .date p{font-size: 18px; color: #999;line-height: 30px;}

/* online_wrap */
.online_wrap{line-height: 1;}
.online_wrap .tit_wrap p{font-size: 18px; color: #666;margin-top: 30px;font-weight: 400;}
.online_wrap .input_wrap{display: flex; flex-wrap:wrap;gap:80px;}
.online_wrap .input_wrap .input{width: calc((100% -  80px) / 2);}
.online_wrap .input_wrap .input02{width: 100%;}
.online_wrap .input_wrap .input p{font-size: 22px; color: #222; font-weight: 700; margin-bottom: 20px;}
.online_wrap .input_wrap .input p b{color: var(--co01);}
.online_wrap .input_wrap .input input[type="text"]{width: 100%;font-size: 18px; color: #666;border:0; height: 55px;border-bottom: 1px solid #222;}
.online_wrap .input_wrap .input input[type="text"]::placeholder{font-size: 18px; color: #999;}
.online_wrap .input_wrap .input input[type="text"]:focus{outline:0;}
.online_wrap .input_wrap .input textarea{width: 100%;font-size: 18px; color: #666;border:0; height: 55px;border-bottom: 1px solid #222;padding: 13px 0;resize:none;}
.online_wrap .input_wrap .input textarea::placeholder{font-size: 18px; color: #999;}
.online_wrap .input_wrap .input textarea:focus{outline:0;}
.online_wrap .bot{display: flex;align-items: flex-start; justify-content: space-between;margin-top: 40px;}
.online_wrap .bot .chk_wrap em{font-size: 18px; color: #222; font-weight: 500;cursor:pointer;}
.online_wrap .bot .submit_btn{display: flex; align-items: center; justify-content: center; width: 260px; height: 60px; font-size: 18px; border-radius:30px; color: #fff;background: var(--co01);}

.main_section03_no_data{width:100%; font-size:16px; text-align:center; line-height:945px;}

