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

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&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: #243980;
  --co02: #004de5;
  --co03: #42b9fb;
}

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

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

.fo{font-family: "Oxanium", sans-serif;}
.fm{font-family: "Montserrat", sans-serif;}

/* header */
#header{position: fixed;top: 0; left: 0;width: 100%; line-height: 1;border-bottom: 1px solid #ddd;z-index: 7000;}
#header .h_top{background: var(--co01);}
#header .h_top .inner{display: flex;align-items: center;justify-content: space-between;height: 56px; }
#header .h_top p{font-size: 18px; color: #fff; font-weight: 600;text-align: center;}
#header .h_top p a{color: #fff;}
#header .h_top .h_top_x_btn{display: flex;align-items: center;gap:8px;font-size: 16px; color: #fff; cursor:pointer;}

.header{position: relative;background: #fff;}
.header .inner{display: flex;align-items: center;justify-content: space-between;}

.header ul.gnb{position: relative;z-index: 7;display: flex;}
.header ul.gnb li{position: relative;}
.header ul.gnb li span a{display: block;font-size: 16px; color: #333; font-weight: 500;padding: 35px 40px;transition:.3s;}
.header ul.gnb li .sub_menu{display: none;position: absolute;top: 100%; left: 50%;transform:translateX(-50%); padding-top: 40px;}
.header ul.gnb li .sub_menu li:not(:last-child){margin-bottom: 15px;}
.header ul.gnb li .sub_menu li a{display: block;font-size: 16px; line-height: 1.3;  font-weight: 500;text-align: center;color: #333;width: max-content;margin: 0 auto;transition:.4s;}
.header ul.gnb li .sub_menu li:hover a{color: var(--co01);} 
.header .gnb_bg{display: none;position: absolute;top: 100%;left: 0; width: 100%;height: 560px; background: rgba(255,255,255,.9);z-index: 1;}
#header.on .header ul.gnb li span a{padding: 35px 60px;}

.header .right_wrap{display: flex;align-items: center;gap:30px;}
.header .right_wrap .lan_wrap{position: relative;font-size: 16px; color: #666;font-weight: 600;padding-left: 15px;}
.header .right_wrap .lan_wrap em{display: flex;align-items: center;gap:10px;cursor:pointer;font-weight: 600;}
.header .right_wrap .lan_wrap em img{transition:.3s;}
.header .right_wrap .lan_wrap em.on img{transform:rotate(180deg);}
.header .right_wrap .lan_wrap ul{display: none;position: absolute;left: 0;top: calc(100% + 10px);padding: 10px 15px; background: #fff;width: 100%;border-radius: 10px;box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);}
.header .right_wrap .lan_wrap ul li a{color: #666;line-height: 1.5;transition:.3s;}
.header .right_wrap .lan_wrap ul li a:hover{opacity: .6;}

.header .right_wrap a.online_btn{display: flex;align-items: center;justify-content: center;width: 145px; height: 40px; font-size: 16px; color: #fff;font-weight: 500; background: var(--co03); border-radius:20px;}

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

/* visual_wrap */
#visual_wrap{position: relative; line-height: 1;margin-top: 90px; background: #222;}
#visual_wrap .txt_wrap{position: absolute;top: 50%;left: 0;width: 100%; transform:translateY(-50%);}
#visual_wrap .txt_wrap .inner{padding: 0 120px;}
#visual_wrap .txt_wrap .logo{display: flex;align-items: center;gap:20px;font-size: 50px;color: #fff; font-weight: 600;margin-bottom: 30px;}
#visual_wrap .txt_wrap .logo img{transform: translateY(-4px);}

#visual_wrap .txt_wrap p{font-size: 50px; color: #fff; font-weight: 700;}
#visual_wrap .txt_wrap strong{display: block;width: 1000px;margin-top: 20px;font-size: 24px; background-image: linear-gradient(90deg,rgba(13, 204, 255, 1) 0%, rgba(71, 96, 255, 1) 100%);;background-clip: text;-webkit-background-clip: text;color: transparent;/* width: fit-content;  */line-height: 40px;}
#visual_wrap .txt_wrap span{display: block;width: 1000px;font-size: 20px; color: #ffff; line-height: 30px; margin-top: 20px;}

#visual_wrap .txt_wrap .btn_wrap{display: flex;gap:10px; margin-top: 55px;}
#visual_wrap .txt_wrap .btn_wrap a{display: flex;align-items: center;gap:10px; justify-content: center;width: 170px; height: 54px; border-radius:27px;font-size: 18px; color: #fff;font-weight: 500;transition:.3s;background: linear-gradient(90deg,rgba(103, 23, 205, 1) 0%, rgba(40, 113, 250, 1) 100%);}
#visual_wrap .txt_wrap .btn_wrap a.co01{background: linear-gradient(90deg,rgba(13, 204, 255, 1) 0%, rgba(71, 96, 255, 1) 100%);}

#visual_wrap .slide_items{display: flex;align-items: center;gap:20px;position: absolute;bottom: 80px; left: 50%;transform:translateX(-50%);z-index: 10;}
#visual_wrap .slide_items .numcount{display: flex;align-items: center;gap:20px;}
#visual_wrap .slide_items .numcount span{position: relative;font-size: 18px; color: #fff;font-weight: 600;}
#visual_wrap .slide_items .numcount span.total{color: rgba(255,255,255,.5);}
#visual_wrap .slide_items .numcount span.total::after{content:'/';position: absolute;left: -12px;top: 50%;transform:translateY(-50%);}
#visual_wrap .slide_items .vis_dots ul{position: relative;width: 160px; height: 2px; background: rgba(255,255,255,.5);}
#visual_wrap .slide_items .vis_dots ul li{position: absolute;left: 0;top: 0;width: 0%;height: 100%; background: #fff;text-indent: -9999px;}
#visual_wrap .slide_items .vis_dots ul li.slick-active{animation: visAni01 5s linear forwards; }
#visual_wrap .slide_items .arr_wrap{display: flex;gap:10px;}
@keyframes visAni01{
0%{width: 0;}
100%{width: 100%;}
}

/* section */
.section{padding: 120px 0;line-height: 1;}
.sec_tit{margin-bottom: 45px;}
.sec_tit span{display: block;font-size: 22px; color: var(--co02); font-weight: 500;font-family: "Montserrat", sans-serif; margin-bottom: 20px;}
.sec_tit p{font-size: 40px; line-height: 1.4;color: #333; font-weight: 700;}

a.more_btn_st01{display: flex;align-items: center;justify-content: center;gap:12px;width: 200px; height: 60px;font-size: 18px; color: #333;background: #fff; border-radius:30px; box-shadow:0px 0px 15px rgba(51,51,51,.12);transition:.3s;}
a.more_btn_st01:hover{box-shadow:0px 0px 25px rgba(51,51,51,.2);}

/* section01 */
#section01 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
#section01 .box_wrap .box{width: calc((100% - 60px) / 4);background: #f5f5f5; border-radius:12px; overflow: hidden;}
#section01 .box_wrap .box .top_wrap{position: relative;padding: 40px 30px;min-height: 261px; background: linear-gradient(150deg,rgba(47, 60, 125, 1) 0%, rgba(5, 14, 56, 1) 100%);border-radius:12px;}
#section01 .box_wrap .box .top_wrap::after{content:'';position: absolute;bottom: 0;left: 0;width: 100%; height: 165px; background: url(/assets/images/main/tc01330000598.png)center no-repeat;filter: grayscale(10) brightness(2) opacity(0.5);pointer-events: none;}
#section01 .box_wrap .box .top_wrap .logo{display: flex;align-items: center;gap:12px;font-size: 28px; color: #fff;font-weight: 600;}
#section01 .box_wrap .box .top_wrap .logo img{display: block;transform: translateY(-3px);width: 34px;}
#section01 .box_wrap .box .top_wrap span{display: block;font-size: 16px;color: #bbb; margin-top: 15px;line-height: 1.4;}
#section01 .box_wrap .box .top_wrap a{display: flex;align-items: center;justify-content: center;position: absolute;bottom: 40px;right: 30px;width: 130px; height: 42px;font-size: 18px; background: #fff; color: var(--co01); border-radius:21px;transition:.3s;}
#section01 .box_wrap .box .top_wrap a:hover{opacity: .8;}

#section01 .box_wrap .box .txt_wrap{padding: 40px 30px;}
#section01 .box_wrap .box .txt_wrap p{font-size: 17px; color: #666; line-height: 28px; font-weight: 500;}

#section01 .box_wrap .box:nth-child(2) .top_wrap{background: linear-gradient(150deg,#008ec6 0%, #051f73 100%);}
#section01 .box_wrap .box:nth-child(3) .top_wrap{background: linear-gradient(150deg,#202e93 0%, #141c5b 100%);}
#section01 .box_wrap .box:nth-child(4) .top_wrap{background: linear-gradient(150deg,#0c5ca8 0%, #18256a 100%);}
#section01 .box_wrap .box:nth-child(5) .top_wrap{background: linear-gradient(150deg,#155ec4 0%, #2a397c 100%);}
#section01 .box_wrap .box:nth-child(6) .top_wrap{background: linear-gradient(150deg,#131c4a 0%, #0b133d 100%);}
#section01 .box_wrap .box:nth-child(7) .top_wrap{background: linear-gradient(150deg,#008ec6 0%, #051f73 100%);}

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section02 .box_wrap{display: flex;gap:20px;}
#section02 .box_wrap .box{width: calc((100% - 80px) / 5); background: #fff;padding: 50px 30px; border-radius:12px;}
#section02 .box_wrap .box p{font-size: 20px; color: #333; font-weight: 700; line-height: 1.5;text-align: center;}
#section02 .box_wrap .box .icon{display: flex;align-items: center;justify-content: center;height:115px;}
#section02 .box_wrap .box .icon img{transition:.3s;}
#section02 .box_wrap .box:hover .icon img{transform:rotateY(180deg);}
#section02 .box_wrap .box span{position: relative;display: block;font-size: 16px; color: #666; line-height: 1.4;text-align: center;padding-top: 30px;}
#section02 .box_wrap .box span::after{content:'';position: absolute;top: 0; left: 50%;transform:translateX(-50%);width: 30px; height: 3px; background: var(--co02);}

#section02 a.more_btn_st01{margin: 60px auto 0;}

/* section03 */
#section03{padding: 0;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_wrap .left{width: 50%;}

#section03 .con_wrap .right{width: 50%;}
#section03 .con_wrap .right .slide_wrap{display: flex;gap:20px;}
#section03 .con_wrap .right .slide_wrap .slide_box{width: calc((100% - 20px) / 2);}
#section03 .con_wrap .right .slide_wrap .slide_box ul li{width: 390px;padding: 40px 30px;background: #fff; border-radius:12px;margin-bottom: 20px; box-shadow: 0px 0px 15px rgba(51,51,51,.12);}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .logo{padding-bottom: 35px; margin-bottom: 30px; border-bottom: 1px solid #ddd;}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .txt_wrap span{display: block;font-size: 16px; color: var(--co03); font-weight: 700;margin-bottom: 25px;}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .txt_wrap p{font-size: 20px;height: 60px; color: #333; line-height: 30px;font-weight: 700;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;;}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .txt_wrap em{display: block;font-size: 16px; color: #999; margin-top: 35px;}
#section03 .con_wrap .right .slide_wrap .slide_box ul.slide02{transform: translate3d(0, 0, 0) scaleY(-1);}
#section03 .con_wrap .right .slide_wrap .slide_box ul.slide02 .slick-slide{transform: translate3d(0, 0, 0) scaleY(-1);}

/* section04 */
#section04 .tab-menu-wrap{display: flex;align-items: center;justify-content: center;gap:60px; margin-bottom: 50px;}
#section04 .tab-menu-wrap a{position: relative;font-size: 22px; font-weight: 500; color: #999;}
#section04 .tab-menu-wrap a.on{color: var(--co02);}
#section04 .tab-menu-wrap a.on::after{content:''; position: absolute;top: -7px; right: -7px; width: 20px; height: 20px; background: var(--co02); opacity: .2; border-radius:50%;}

#section04 ul.sec04_slide .slick-list{width: calc(100% + 30px);padding: 50px 0 60px;}
#section04 ul.sec04_slide li{margin-right: 30px;overflow: hidden; border-radius:12px;transition:.3s ease;}
#section04 ul.sec04_slide li:hover{box-shadow:10px 10px 15px rgba(0,0,0,.15);}
#section04 ul.sec04_slide li .img_wrap{position:relative; width:100%; padding-bottom:78.836%;}
#section04 ul.sec04_slide 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;}
#section04 ul.sec04_slide li .txt_wrap{padding: 30px; /* background: #f5fafe; */background: #f9f9f9;}
#section04 ul.sec04_slide li .txt_wrap p{font-size: 20px; height: 60px;color: #333;line-height: 30px; font-weight: 700;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section04 ul.sec04_slide li .txt_wrap h4{height: 57px;font-size: 18px; line-height: 1.6;color: #595959; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;font-weight: 400; margin-top: 15px;}
#section04 ul.sec04_slide li .txt_wrap span{display: block;font-size: 16px; color: #999; margin-top: 35px;}

#section04 ul.sec04_slide .slick-arrow{position: absolute;top: 50%;transform:translateY(-50%); width: 64px; height: 64px; z-index: 100; text-indent: -9999px; border-radius:50%; box-shadow:0px 0px 15px rgba(51,51,51,.12)}
#section04 ul.sec04_slide .slick-prev{left: -30px;background:  url(/assets/images/main/prev01_pc.png)center no-repeat; background-size: cover;}
#section04 ul.sec04_slide .slick-next{right: -30px;background:  url(/assets/images/main/next01_pc.png)center no-repeat; background-size: cover;}

#section04 a.more_btn_st01{margin: 0 auto 0; box-shadow:initial; border:1px solid #ddd;}

/* section05 */
#section05{padding-top: 0;}
#section05 ul.banner_slide .slick-list{overflow: visible;width: calc(100% + 10px);}
#section05 ul.banner_slide li{width: 260px;margin-right: 10px;}
#section05 ul.banner_slide li .img_wrap{position:relative; width:100%; padding-bottom:30.769%;overflow: hidden; border-radius:12px; border:1px solid #ddd;}
#section05 ul.banner_slide 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;}

#section05 a.more_btn_st01{margin: 60px auto 0; box-shadow:initial; border:1px solid #ddd;}

/*section06*/
#section06{padding-top: 0;}
#section06 .con_wrap{display: flex;gap:100px;}
#section06 .online_wrap{width: calc((100% - 100px) / 2);}
#section06 .input_wrap{display: flex;flex-wrap:wrap;gap:10px;}
#section06 .input_wrap .input{position: relative;width: calc((100% - 10px) / 2);}
#section06 .input_wrap .input.input02{width: 100%;}
#section06 .input_wrap .input input[type="text"]{width: 100%;height: 60px; background: #f5f5f5;padding: 0 20px;font-size: 16px; color: #999; border:0;}
#section06 .input_wrap .input label{position: absolute;left: 20px;top: 25px; font-size: 16px; color: #999; transition:.3s;}
#section06 .input_wrap .input label b{font-weight: 400; color: #fe7800;}
#section06 .input_wrap .input input[type="text"]:valid + label{opacity: 0;}
#section06 .input_wrap .input textarea:valid + label{opacity: 0;}
#section06 .input_wrap .input select{width: 100%;height: 60px; background: url(/assets/images/main/select_icon01_pc.png)center right 20px  no-repeat #f5f5f5;padding: 0 20px;font-size: 16px; color: #222; border:0;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section06 .input_wrap .input textarea{width: 100%;height: 128px;background: #f5f5f5;padding: 20px;font-size: 16px; color: #999; border:0; resize:none;}

#section06 .chk_wrap_con{padding: 25px 0;}
#section06 .chk_wrap_con .chk_wrap:not(:last-child){margin-bottom: 15px;}
#section06 .chk_wrap{display: flex;align-items: center;gap:5px;margin: 15px 0;}
#section06 .chk_wrap input[type="checkbox"]{display: none;}
#section06 .chk_wrap input[type="checkbox"] + label{position: relative;display: block;font-size: 16px; color: #666; padding-left: 26px;}
#section06 .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 0; width: 16px; height: 16px; border:1px solid #ddd;text-align: center;r }
#section06 .chk_wrap input[type="checkbox"]:checked + label::after{content:'✓';background: #fe7800; border:1px solid #fe7800;color: #fff;}
#section06 .chk_wrap em{font-size: 16px; color: #222; font-weight: 500; cursor:pointer;}
#section06 .chk_wrap em b{font-weight: 500; border-bottom: 1px solid #222;}
#section06 a.online_btn{display: flex;align-items: center; justify-content: center; width: 100%; height: 60px; background: #333;font-size: 18px; color: #fff;}

#section06 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
#section06 .box_wrap .box{display: flex;align-items: center; justify-content: center;gap:30px;flex-direction: column;width: calc((100% - 20px) / 2); background: #f5fafe; border-radius:12px;}
#section06 .box_wrap .box .txt p{font-size: 20px; color: #333; font-weight: 700;text-align: center;}
#section06 .box_wrap .box .txt span{display: block;font-size: 18px; line-height: 28px;color: #666; text-align: center; margin-top: 12px;}
#section06 .box_wrap .box .txt span a{color: inherit;}

#section06 .box_wrap .box.on{background: var(--co01);}
#section06 .box_wrap .box.on .txt p{color: #fff;}
#section06 .box_wrap .box.on .txt span{color: #fff;}

/* pri_pop */
.pri_pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);z-index: 9999;line-height: 1;}
.pri_pop_wrap .pop_box_wrap{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);}
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 24px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 30px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 20px; height: 3px; background: #fff;}
.pri_pop_wrap .pop_box{width: 1000px; height: 397px;background: #fff; border-radius:12px;padding: 40px 35px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 18px; color: #999;line-height: 30px;white-space:pre-wrap;}

.pri_pop_wrap .pop_box .txt::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-track {background: rgba(33, 122, 244, 0);  /*스크롤바 뒷 배경 색상*/}

/* quick_menu */
.quick_menu{position: fixed;right: 20px; bottom: 80px;width: 130px; border-radius:12px;overflow: hidden; line-height: 1;box-shadow: 2px 2px 15px rgba(0, 0, 0, .1);z-index: 4000;}
.quick_menu.rel{position: absolute;bottom: 560px;}
.quick_menu .tit{display: flex;align-items: center;justify-content: center;background: var(--co03);height: 30px;font-size: 16px; color: #fff;font-weight: 500;}
.quick_menu .a_wrap{background: #fff;}
.quick_menu .a_wrap a{position: relative;display: flex;align-items: center;justify-content: center;gap:10px;flex-direction: column;padding: 23px 0;}
.quick_menu .a_wrap a:not(:last-child)::after{content:'';position: absolute; bottom: 0; width: 50px; height: 1px; background: #ddd;}
.quick_menu .a_wrap a p{font-size: 14px; color: #333; font-weight: 500;}
.quick_menu .top_btn{display: flex;align-items: center;justify-content: center;gap:5px;width: 100%; height: 30px; background: #333; color: #fff;font-size: 16px;font-weight: 500;}

/* footer */
#footer{padding-top: 60px; background: #222; line-height: 1;}
#footer .f_con{display: flex;justify-content: space-between;}
#footer .left a.f_logo{display: block;margin-bottom: 60px; width: fit-content;}
#footer .left address p{display: flex;gap:44px;font-size: 16px; color: #fff;}
#footer .left address p:not(:last-child){margin-bottom: 20px;}
#footer .left address p strong{display: block; width: 230px;}
#footer .left address p a{color: inherit;}

#footer .left address.addr_mob{display: none;}

#footer .right .sns_wrap{display: flex;gap:20px; justify-content: flex-end;}
#footer .right .logo_wrap{display: flex;gap:10px; justify-content: flex-end;margin-top: 170px;}
#footer .right .a_wrap{display: flex;gap:25px; justify-content: flex-end; margin-top: 30px;}
#footer .right .a_wrap a{font-size: 16px; color: #999;}
#footer .right .a_wrap a.pri_btn{color: #fff;font-weight: 700;}

#footer p.copy{padding: 30px 0;font-size: 16px; color: #999;margin-top: 40px; border-top: 1px solid rgba(255,255,255,.3);}

/* ==sub======================================= */
#sub_visual_wrap{position: relative;line-height: 1;margin-top: 88px;}
#sub_visual_wrap > p{height: 640px;}
#sub_visual_wrap .txt_wrap{position: absolute;top: 55%; left: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h3{font-size: 50px; color: #fff; font-weight: 700 ;text-align: center;}

#sub_visual_wrap .txt_wrap > ul{display: flex;align-items: center;justify-content: center;gap:36px;margin-top: 55px;}
#sub_visual_wrap .txt_wrap > ul > li{position: relative;font-size: 18px; color: #fff; font-weight: 600;}
#sub_visual_wrap .txt_wrap > ul > li:not(:last-child)::after{content:'';position: absolute; top: 50%; right: -20px;transform:translateY(-50%); width: 4px; height: 4px; background: rgba(255,255,255,.5); border-radius:50%;}
#sub_visual_wrap .txt_wrap > ul > li em{cursor:pointer;}
#sub_visual_wrap .txt_wrap > ul > li em .arr{display: inline-block;margin-left: 10px;}
#sub_visual_wrap .txt_wrap > ul > li em .arr img{transition:.3s;}
#sub_visual_wrap .txt_wrap > ul > li em.on .arr img{transform:rotate(180deg);}
#sub_visual_wrap .txt_wrap > ul > li ul{display: none;position: absolute;top: calc(100% + 20px); left: 50%;transform:translateX(-50%);padding: 22px 20px; border-radius:16px; background: var(--co01);box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);z-index: 100;}
#sub_visual_wrap .txt_wrap > ul > li.depth01 ul{min-width: 100px;}
#sub_visual_wrap .txt_wrap > ul > li.depth02 ul{min-width: 200px;}
#sub_visual_wrap .txt_wrap > ul > li ul li:not(:last-child){margin-bottom: 12px;}
#sub_visual_wrap .txt_wrap > ul > li ul li a{display: block;font-size: 16px; color: #999;width: max-content;}
#sub_visual_wrap .txt_wrap > ul > li ul li.on a{color: #fff;font-weight: 600;}

#sub_visual_wrap .txt_wrap .btn_wrap{display: flex;justify-content: center;gap:10px; margin-top: 80px;}
#sub_visual_wrap .txt_wrap .btn_wrap a{display: flex;align-items: center;gap:10px; justify-content: center;width: 170px; height: 54px; background: rgba(255,255,255,.2); border-radius:27px;font-size: 18px; color: #fff;font-weight: 500;transition:.3s;}
#sub_visual_wrap .txt_wrap .btn_wrap a:hover{background: rgba(255,255,255,.4); }

#sub_contents{padding: 140px 0px 190px;}
#sub_contents.no_pb{padding-bottom: 0;}

img{max-width: 100%;}

.sub_tit01{margin-bottom: 80px;}
.sub_tit01.mb02{margin-bottom: 60px;}
.sub_tit01 em{display: block;font-size: 20px; font-weight: 500;font-family: "Montserrat", sans-serif;color: var(--co02); margin-bottom: 25px;}
.sub_tit01 p{font-size: 36px; color: #333; line-height: 1.4; font-weight: 700;}
.sub_tit01 p b{font-weight: 700;}
.sub_tit01 p b.co01{color: var(--co01);}
.sub_tit01 p img{display: inline-block;margin-right: 5px;}
.sub_tit01 span{display: block;font-size: 20px; color: #666; line-height: 1.5;font-weight: 500 ;margin-top: 25px;}

ul.ul_st01 li{position: relative;font-size: 18px; color: #333; line-height: 36px;padding-left: 20px;font-weight: 500;}
ul.ul_st01 li::after{content:'▪';position: absolute;left: 0; top: 0;}

ul.ul_st02 li{position: relative;font-size: 18px; color: #666; line-height: 30px;padding-left: 13px;font-weight: 500;}
ul.ul_st02 li::after{content:'•';position: absolute;left: 0; top: 0;}

table.tbl01{width: 100%; table-layout: fixed; border-top: 1px solid #ddd;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 22px; color: var(--co01); font-weight: 700; background: #f5f5f5; padding: 25px 0;}
table.tbl01 th.co01{color: var(--co01);}
table.tbl01 th strong{font-weight: 700;}
table.tbl01 td{font-size: 20px; color: #333;padding: 45px 60px;}

table.tbl_st02{width: 100%; table-layout: fixed; border-top: 1px solid #999; border-bottom: 1px solid #999;}
table.tbl_st02 th{font-size: 20px; padding: 15px; color: #333; font-weight: 600; border-bottom: 1px solid #999;}
table.tbl_st02 td{font-size: 18px;	padding: 15px; text-align: center;border-bottom: 1px solid #ddd;color: #666;}

.btn_wrap_st01{display: flex;align-items: center;justify-content: center; gap:20px; margin-top: 80px;}
.btn_wrap_st01 a{display: flex;align-items: center;justify-content: center; width: 200px; height: 60px; border-radius:30px;font-size: 18px; color: #fff; background: var(--co01); font-weight: 600;}
.btn_wrap_st01 a.btn02{background: #ddd; color: #666;}

a.btn_st01{display: flex;align-items: center;justify-content: center;gap:56px;width: 240px; height: 64px;font-size: 20px; color: #fff; background: var(--co01);font-weight: 600; border-radius:32px;}

.cate_wrap_st01{display: flex; gap:10px; flex-wrap:wrap; margin-bottom: 50px;}
.cate_wrap_st01 a{display: flex;align-items: center;height: 60px; border:1px solid var(--co01);font-size: 18px;color: var(--co01); border-radius:30px; padding: 0 35px;transition:.2s;}
.cate_wrap_st01 a.on{background: var(--co01); color: #fff;}
.cate_wrap_st01 a:hover{background: var(--co01); color: #fff;}

/* sub01 */
.sub01{line-height: 1;}
.sub01 .con:not(:last-child){padding-bottom: 140px;}
.sub01 .con.bg01{padding-top: 140px;background: #f5f5f5;}

.sub01 .logo_wrap_st01{display: flex;gap:20px;}
.sub01 .logo_wrap_st01 .box{width: calc((100% - 80px) / 5); border:1px solid #7acefc; border-radius:16px;background: #ecf8ff;overflow: hidden;}
.sub01 .logo_wrap_st01 .box .logo_wrap{position:relative; width:100%; padding-bottom:49.342%; background: #fff;}		
.sub01 .logo_wrap_st01 .box .logo_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub01 .logo_wrap_st01 .box .txt_wrap{padding: 30px 24px;}
.sub01 .logo_wrap_st01 .box .txt_wrap p{font-size: 18px; color: #666; font-weight: 500; line-height: 30px;text-align: center;}
.sub01 .logo_wrap_st01 .box .txt_wrap ul{width: fit-content;margin: 0 auto;}
.sub01 .logo_wrap_st01 .box .txt_wrap ul li{padding-left: 14px;}
.sub01 .logo_wrap_st01 .box .txt_wrap ul li::after{color: #666;font-size: 18px;line-height: 30px;	}
.sub01 .logo_wrap_st01 .box .txt_wrap ul li p{text-align: left;}

.box_con_wrap_st01 .tit_wrap{display: flex;align-items: center;justify-content: center;width: 600px; height: 60px; background: var(--co02); border-radius:30px; margin:0 auto 40px;}
.box_con_wrap_st01 .tit_wrap p{font-size: 24px; color: #fff;font-weight: 700;}
.box_con_wrap_st01 .tit_wrap.co02{background: var(--co01);}
.box_con_wrap_st01 .tit_wrap.co03{background: var(--co03);}

.box_con_wrap_st01 .box_con:not(:last-child){margin-bottom: 60px;}

.sub01 .box_wrap_st01{display: flex;gap:50px;flex-wrap:wrap;}
.sub01 .box_wrap_st01 .box{display: flex;align-items: center;justify-content: center;flex-direction: column;width: calc((100% - 100px) / 3); background: #fff; padding: 60px 20px; border-radius:16px;}
.sub01 .box_wrap_st01.w02 .box{width: calc((100% - 50px) / 2);}
.sub01 .box_wrap_st01 .box .txt{text-align: center;}
.sub01 .box_wrap_st01 .box .txt p{font-size: 24px;color: #333; font-weight: 700; line-height: 36px;}
.sub01 .box_wrap_st01 .box .txt span{display: block;font-size: 18px; line-height: 28px; color: #666; margin-top: 20px;font-weight: 500;}
.sub01 .box_wrap_st01 .box .icon{display: flex;align-items: flex-end;height: 130px;}

.sub01 .box_wrap_st02{display: flex;gap:40px;flex-wrap:wrap;}
.sub01 .box_wrap_st02 .box{display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 0px 20px;width: calc((100% - 120px) / 4); padding-bottom: 60px; box-shadow:0px 0px 20px rgba(0,0,0,.08); border-radius:20px;}
.sub01 .box_wrap_st02.w02 .box{width: calc((100% - 80px) / 3);}
.sub01 .box_wrap_st02 .box .icon{display: flex;align-items: center;padding: 60px 0 0;height: 150px;}
.sub01 .box_wrap_st02 .box .txt{text-align: center;margin-top: 40px;}
.sub01 .box_wrap_st02 .box .txt p{font-size: 22px; color: var(--co01);font-weight: 700;}
.sub01 .box_wrap_st02 .box .txt span{display: block;font-size: 16px; color: #666; line-height: 1.6; margin-top: 25px;}
.sub01 .box_wrap_st02 .box .txt ul{text-align: left;width: fit-content; margin: 0 auto;}

.sub01 .box_wrap_st03{display: flex;gap:40px;flex-wrap:wrap;} 
.sub01 .box_wrap_st03 .box{display: flex;align-items: center;width: calc((100% - 40px) / 2); border:1px solid #ddd; border-radius:20px;}
.sub01 .box_wrap_st03 .box .icon{display: flex;align-items: center;justify-content: center;width: 275px;height: 275px;}
.sub01 .box_wrap_st03 .box .txt_wrap{width: calc(100% - 275px);}
.sub01 .box_wrap_st03 .box .txt_wrap .tit em{display: flex;align-items: center;justify-content: center; width: fit-content; height: 24px; padding: 0px 20px; background: #eca100; margin-bottom: 20px;font-size: 16px; color: #fff;font-weight: 500; border-radius:12px; }
.sub01 .box_wrap_st03 .box .txt_wrap .tit em.co02{background: #ff5c30;}
.sub01 .box_wrap_st03 .box .txt_wrap .tit p{font-size: 22px; color: var(--co01); font-weight: 700;}
.sub01 .box_wrap_st03 .box .txt_wrap .tit p span{font-size: 18px;}
.sub01 .box_wrap_st03 .box .txt_wrap ul{margin-top: 35px;}
.sub01 .box_wrap_st03 .box .txt_wrap ul li{position: relative;font-size: 18px; font-weight: 500;color: #666; line-height: 30px;padding-left: 18px;}
.sub01 .box_wrap_st03 .box .txt_wrap ul li::after{content:'▪';position: absolute;top: -2px; left: 0;color: #42b9fb;}

.sub01 .con01 .box_wrap{position: relative;padding-top: 20px;}
.sub01 .con01 .box_wrap .img img{display: block; margin: 0 auto; }
.sub01 .con01 .box_wrap .icon_wrap{position: absolute;bottom: -45px;display: flex;justify-content: center;gap:40px;width: 100%;align-items: flex-end;}
.sub01 .con01 .box_wrap .icon_wrap .icon{display: flex;align-items: center;justify-content: center;flex-direction: column;gap:35px;width: 320px; height: 410px; border-radius:30px;box-shadow:0px 0px 50px rgba(0,0,0,.05);}
.sub01 .con01 .box_wrap .icon_wrap .icon01{background: #e7f2ff;color: #004de5;}
.sub01 .con01 .box_wrap .icon_wrap .icon02{background: #f1edff;color: #5c40c1;/* background: #ecfdff;color: #00a59b; */}
.sub01 .con01 .box_wrap .icon_wrap .icon03{background: #e7f2ff;color: #004de5;/* background: #f1edff;color: #5c40c1; */}
.sub01 .con01 .box_wrap .icon_wrap .icon04{background: #f1edff;color: #5c40c1;}
.sub01 .con01 .box_wrap .icon_wrap .icon img{border-radius:50%;box-shadow:0px 0px 50px rgba(0,0,0,.05);}
.sub01 .con01 .box_wrap .icon_wrap .icon .txt{position: relative;text-align: center; padding:0 20px 35px;}
.sub01 .con01 .box_wrap .icon_wrap .icon .txt::after{content:'';position: absolute;bottom: 0; left: 50%;transform:translateX(-50%); width: 40px; height: 3px;}
.sub01 .con01 .box_wrap .icon_wrap .icon01 .txt::after{background: #004de5;}
.sub01 .con01 .box_wrap .icon_wrap .icon02 .txt::after{background: #5c40c1;}
.sub01 .con01 .box_wrap .icon_wrap .icon03 .txt::after{background: #004de5;}
.sub01 .con01 .box_wrap .icon_wrap .icon04 .txt::after{background: #5c40c1;}
.sub01 .con01 .box_wrap .icon_wrap .icon p{font-size: 22px; font-weight: 700;}
.sub01 .con01 .box_wrap .icon_wrap .icon span{display: block;font-size: 17px; color: #666; line-height: 1.6; margin-top: 16px;}

.sub01 .con03{padding: 140px 0;background: url(/assets/images/sub/sub0103_bg03.jpg)center no-repeat; background-size: cover;}
.sub01 .con03 .con_box{padding: 40px;background: #fff; border-radius:30px;}

.sub01 .con03 .box_flex{display: flex;}
.sub01 .con03 .box_wrap .tit{display: flex;align-items: center;justify-content: center;width: 100%; height: 60px; border-radius:30px;}
.sub01 .con03 .box_wrap .tit p{font-size: 24px; color: #fff; font-weight: 700;}
.sub01 .con03 .box_wrap .tit.co01{background: var(--co03);}
.sub01 .con03 .box_wrap .tit.co02{background: var(--co02);}
.sub01 .con03 .box_wrap .tit.co03{background: var(--co01);}
.sub01 .con03 .box_wrap .tit.co04{background: linear-gradient(125deg,rgba(66, 185, 251, 1) 0%, rgba(0, 77, 229, 1) 45%, rgba(36, 57, 128, 1) 100%);}
.sub01 .con03 .box_wrap .tit.co05{background: #333;}
.sub01 .con03 .box_wrap .b_box{position: relative;border:1px solid #ddd; border-radius:30px;padding-top: 30px;}
.sub01 .con03 .box_wrap .b_box .tit{position: absolute;left: 0; top: 0;z-index: 100;}
.sub01 .con03 .box_wrap .b_box .txt_wrap{padding: 70px 40px 30px;}

.sub01 .con04{padding-top: 140px;}
.sub01 .con04 .box_wrap{display: flex;flex-wrap:wrap;gap:40px;}
.sub01 .con04 .box_wrap .box{position: relative;width: calc((100% - 40px) / 2);padding: 50px 50px 80px;overflow: hidden; box-shadow:0px 0px 20px rgba(0,0,0,.08);border-radius:20px;background: #fff;}
.sub01 .con04 .box_wrap .box em{position: absolute;bottom: -24px;right: -6px;font-size: 150px; font-weight: 800; color: #f8f8f8;}
.sub01 .con04 .box_wrap .box .tit{margin-bottom: 30px;}
.sub01 .con04 .box_wrap .box .tit strong{display: block;font-size: 24px; color: var(--co01); font-weight: 700; margin-bottom: 20px;}
.sub01 .con04 .box_wrap .box .tit p{font-size: 20px; color: #333; font-weight: 700; line-height: 1.2;}
.sub01 .con04 .box_wrap .box ul.ul_st01 li{line-height: 30px; color: #666;}
.sub01 .con04 .box_wrap .box ul.ul_st01 li::after{color: var(--co03);}

.sub01 .con05 .sub_tit01 span{font-size: 20px; line-height: 32px;}
.sub01 .con05 table.tbl01 .col01{width: 300px;}
.sub01 .con05 table.tbl01 .col02{width: 500px;}
.sub01 .con05 table.tbl01 ul{padding-left: 40px;}
.sub01 .con05 table.tbl01 ul li{color: #666; line-height: 30px;}
.sub01 .con05 table.tbl01 ul li span{color: var(--co02);}

.sub01 .con06{padding-bottom: 190px;background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(204, 220, 250, 1) 100%);}
.sub01 .con06 .box_wrap{display: flex;gap:40px;flex-wrap:wrap; justify-content: center;	}
.sub01 .con06 .box_wrap .box{position: relative;display: flex;justify-content: space-between;flex-direction: column;width: calc((100% - 120px) / 4); height: 400px; padding: 40px 36px; background: #fff; border:1px solid #9edbfd;}
.sub01 .con06 .box_wrap .box .icon{position: absolute;bottom: 45px; right: 40px;width: fit-content;margin-left: auto;}
.sub01 .con06 .box_wrap .box .txt p{font-size: 22px; color: var(--co01); font-weight: 700; line-height: 35px;}
.sub01 .con06 .box_wrap .box .txt span{display: block;font-size: 16px; color: #666; line-height: 30px;font-weight: 500; margin-top: 15px;}
.sub01 .con06 .box_wrap .box .txt ul.ul_st01{margin-top: 20px;}
.sub01 .con06 .box_wrap .box .txt ul.ul_st01 li{color: #666; line-height: 30px;}

/*sub0101*/
.sub0101_wrap .con01 .img img{display: block;margin: 0 auto;}
.sub0101_wrap .con01 .txt{display: flex;align-items: center;justify-content: center;width: 100%; height: 70px; line-height: 1.5;border-radius:35px; margin: 60px auto 0; background: var(--co02);}
.sub0101_wrap .con01 .txt p{font-size: 24px; color: #fff;font-weight: 700;text-align: center;}

.sub0101_wrap .con02{padding: 0 50px;background: url(/assets/images/sub/sub0101_bg01.jpg)center no-repeat; background-size: 100%;}
.sub0101_wrap .con02 .box_wrap .box{padding: 0px 105px 80px;border:1px solid #ddd; border-radius:30px; box-shadow:0px 0px 30px rgba(0,0,0,.05); background: #fff;}
.sub0101_wrap .con02 .box_wrap .box:not(:last-child){margin-bottom: 60px;}
.sub0101_wrap .con02 .box_wrap .box .tit{display: flex;align-items: center;justify-content: center;width: 700px; height: 70px;background: #bbb; border-radius:0 0 40px 40px;margin: 0 auto 50px;}
.sub0101_wrap .con02 .box_wrap .box .tit p{font-size: 24px; color: #fff;font-weight: 700;}
.sub0101_wrap .con02 .box_wrap .box span{display: block;text-align: center;font-size: 18px; color: #666; margin-bottom: 55px;}
.sub0101_wrap .con02 .box_wrap .box .logo_wrap{display: flex;flex-wrap:wrap;gap:50px 0;}
.sub0101_wrap .con02 .box_wrap .box .logo_wrap .logo{display: flex;align-items: center;justify-content: center;width: calc(100% / 6);}
.sub0101_wrap .con02 .box_wrap .box .logo_wrap .logo img{max-width: 100%;}

.sub0101_wrap .con02 .box_wrap .box .cer_wrap{display: flex;flex-wrap:wrap;gap:70px;}
.sub0101_wrap .con02 .box_wrap .box .cer_wrap .cer{width: calc((100% - 210px) / 4);}
.sub0101_wrap .con02 .box_wrap .box .cer_wrap .cer img{width: 100%;}
.sub0101_wrap .con02 .box_wrap .box02 .tit{margin: 0 auto 30px;}

.sub0101_wrap .con03 .box{display: flex;gap:40px;padding: 30px 0;}
.sub0101_wrap .con03 .box:first-child{padding-top: 0;}
.sub0101_wrap .con03 .box:last-child{padding-bottom: 0;}
.sub0101_wrap .con03 .box:not(:last-child){border-bottom: 1px dashed #ddd;}
.sub0101_wrap .con03 .box em{display: flex;align-items: center;justify-content: center;width: 300px; height: 100px;font-size: 20px; line-height: 1.6; padding: 0px 15px; color: #fff;font-weight: 700; border-radius:50px;text-align: center;}

.sub0101_wrap .con03 .box .flex{display: flex;gap:10px;width: calc(100% - 680px);padding: 20px; border-radius:16px;}
.sub0101_wrap .con03 .box .flex .txt{flex:1;display: flex;align-items: center;justify-content: center;gap:20px;border-radius:12px; background: #fff;}
.sub0101_wrap .con03 .box .flex .txt p{font-size: 15px; color: #333; font-weight: 500;line-height: 1.6;text-align: center;}

.sub0101_wrap .con03 .box .txt_wrap{display: flex;align-items: center;justify-content: center;width: 300px; height: 100px;padding: 0px 15px;border:1px solid #ddd; border-radius:16px;}
.sub0101_wrap .con03 .box .txt_wrap p{font-size: 16px; color: #666; line-height: 30px; font-weight: 500;text-align: center;}

.sub0101_wrap .con03 .box01 em{background: #42b9fb;}
.sub0101_wrap .con03 .box01 .flex{background: #d9f1fe;}
.sub0101_wrap .con03 .box01 .flex .txt{border:1px solid #42b9fb;}

.sub0101_wrap .con03 .box02 em{background: #2183f0;}
.sub0101_wrap .con03 .box02 .flex{background: #d3e6fc;}
.sub0101_wrap .con03 .box02 .flex .txt{border:1px solid #42b9fb;}

.sub0101_wrap .con03 .box03 em{background: #004de5;}
.sub0101_wrap .con03 .box03 .flex{background: #ccdbfa;}
.sub0101_wrap .con03 .box03 .flex .txt{border:1px solid #004de5;}

.sub0101_wrap .con03 .box04 em{background: #1243b2;}
.sub0101_wrap .con03 .box04 .flex{background: #d0d9f0;}
.sub0101_wrap .con03 .box04 .flex .txt{border:1px solid #1243b2;}

.sub0101_wrap .con03 .box05 em{background: #243980;}
.sub0101_wrap .con03 .box05 .flex{background: #d3d7e6;}
.sub0101_wrap .con03 .box05 .flex .txt{border:1px solid #243980;}

.sub0101_wrap .con05{padding-top: 140px;}
.sub0101_wrap .con06 .box_wrap{padding: 0px 200px;}
.sub0101_wrap .con06 .box_wrap .box{width: 370px;}

/*sub0102*/
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con01{background: url(/assets/images/sub/sub0102_bg01.jpg)center bottom 100px no-repeat; }
.sub0102_wrap .con01 .inner{width: 1405px;}
.sub0102_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap; border-radius:20px; overflow: hidden; padding-top: 0;}
.sub0102_wrap .con01 .box_wrap .box{display: flex;align-items: center;flex-direction: column;gap:30px;width: 50%; height: 760px; padding: 60px;}
.sub0102_wrap .con01 .box_wrap .box em{display: flex;align-items: center;justify-content: center;width: 320px; height: 60px; border-radius:30px;font-size: 20px; color: #fff;font-weight: 700;}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap{display: flex;justify-content: center;gap:20px;}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap .txt{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:20px;width: 200px; height: 220px; padding: 10px; border-radius:75px; background: rgba(255,255,255,.5);}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap .txt p{font-size: 16px; color: #333;line-height: 1.4; text-align: center;}

.sub0102_wrap .con01 .box_wrap .left{background: url(/assets/images/sub/sub0102_img01.png)center no-repeat; background-size: cover; border-right: 3px solid #fff; }
.sub0102_wrap .con01 .box_wrap .right{background: url(/assets/images/sub/sub0102_img02.png)center no-repeat; background-size: cover;}

.sub0102_wrap .con01 .box_wrap .left em{background: #333;}
.sub0102_wrap .con01 .box_wrap .right em{background: var(--co02);}

.sub0102_wrap .con01 .box_wrap .left .txt{border:1px solid #666;}
.sub0102_wrap .con01 .box_wrap .right .txt{border:1px solid var(--co02);}

.sub0102_wrap .con01 .box_wrap .bot{display: flex;align-items: center;justify-content: center;gap:30px;width: 100%; height: 120px; background: var(--co01);}
.sub0102_wrap .con01 .box_wrap .bot p{font-size: 28px; color: #fff; font-weight: 700; }

.sub0102_wrap .con04 .box_wrap_st02 .box{width: calc((100% - 80px) / 3);}

/*sub0103*/
.sub0103_wrap .con01{background: url(/assets/images/sub/sub0103_bg01.png)center bottom 100px no-repeat; }
.sub0103_wrap .con03 .con_box{padding: 80px 100px;}

/*sub0104*/
.sub0104_wrap .con01 .box_wrap{position: relative; background: linear-gradient(270deg,rgba(36, 57, 128, 1) 0%, rgba(0, 77, 229, 1) 50%, rgba(66, 185, 251, 1) 100%); border-radius:30px;padding: 2px; margin-top: 100px;}
.sub0104_wrap .con01 .box_wrap .tit{position: absolute;top: -40px;left: 50%;transform:translateX(-50%);display: flex;align-items: center;justify-content: center;width: 800px; height: 80px; background: var(--co01); border-radius:40px;font-size: 24px; color: #fff ;font-weight: 700;}
.sub0104_wrap .con01 .box_wrap .border{display: flex; background: #fff;border-radius:28px; }
.sub0104_wrap .con01 .box_wrap .box{position: relative;display: flex;align-items: center;justify-content: center;gap:30px;flex-direction: column;flex:1;padding: 80px 0px 50px;}
.sub0104_wrap .con01 .box_wrap .box:not(:last-child)::after{content:'';position: absolute;top: 50%; right: 0; transform:translateY(-50%);width: 1px; height: 150px; background: #ddd;}
.sub0104_wrap .con01 .box_wrap .box p{font-size: 22px; color: #333; font-weight: 600; line-height: 1.5;text-align: center;}

.sub0104_wrap .con02 .img img{display: block;margin: 0 auto;}


.sub0104_wrap .con04 .box_wrap_st01 .box{justify-content: space-between;padding: 60px 40px;}
.sub0104_wrap .con04 .box_wrap_st01 .box .icon{height: 100px;}
.sub0104_wrap .con04 .box_wrap_st01 .box ul{width: 100%; margin-top: 30px;} 
.sub0104_wrap .con04 .box_wrap_st01 .box ul li{position: relative;padding-left: 18px;}
.sub0104_wrap .con04 .box_wrap_st01 .box ul li::after{content:'▪';position: absolute;left: 0; top: 0;line-height: 1.8;}
.sub0104_wrap .con04 .box_wrap_st01 .box ul li span{text-align: left;margin-top: 0;}

.sub0104_wrap .con05{padding-top: 140px;}

.sub0104_wrap .con06 .box_wrap .box{height: 480px;}

/* sub0105 */
.sub0105_wrap .con01 .inner{width: 100%;}
.sub0105_wrap .con01 .img img{display: block;margin: 0 auto;transform:translateX(-40px);}

.sub0105_wrap .con02 .img img{display: block;margin: 0 auto;}

.sub0105_wrap .con05{padding-top: 140px;}

/* sub0106 */
.sub0106_wrap .con01 .img img{display: block;margin: 0 auto;}
.sub0106_wrap .con01 .bot_wrap{display: flex; margin-top: 60px; padding: 50px 0; border-radius:20px;background: linear-gradient(110deg,rgba(66, 185, 251, 1) 0%, rgba(0, 77, 229, 1) 50%, rgba(36, 57, 128, 1) 100%);}
.sub0106_wrap .con01 .bot_wrap .txt{position: relative;flex:1;}
.sub0106_wrap .con01 .bot_wrap .txt:not(:last-child){border-right: 1px solid #fff;}
.sub0106_wrap .con01 .bot_wrap .txt p{font-size: 24px;font-weight: 700;line-height: 40px;color: #fff;text-align: center;}

.sub0106_wrap .con02{padding-top: 140px;background: url(/assets/images/sub/sub0106_bg01.jpg)center no-repeat; background-size: cover;	}
.sub0106_wrap .con02 .sub_tit01 em{color: var(--co03);}
.sub0106_wrap .con02 .sub_tit01 p{color: #fff;}
.sub0106_wrap .con02 .sub_tit01 span{color: #999;}

.sub0106_wrap .con04 .top_txt{padding: 40px;margin-bottom: 50px; border:1px solid #ddd;}
.sub0106_wrap .con04 .top_txt ul li{position: relative; font-size: 18px; color: #666; font-weight: 500; line-height: 30px;padding-left: 20px;}
.sub0106_wrap .con04 .top_txt ul li::after{content:'▪';position: absolute; left: 0;top: -1px;}

.sub0106_wrap .con04 .box_wrap_st01 .box span{text-align: left;}
.sub0106_wrap .con04 .box_wrap_st01 .box ul{width: fit-content; margin: 0 auto;}

.sub0106_wrap .con05{padding-top: 140px;}
.sub0106_wrap .con05 .box_con{position: relative;padding-bottom: 250px;}
.sub0106_wrap .con05 .box_con_wrap_st01 .box_con:not(:last-child){margin-bottom: 100px;}

.sub0106_wrap .con05 span.bot_txt{display: block;font-size: 24px; color: var(--co02); font-weight: 700;text-align: center; margin-bottom: 40px;}

.sub0106_wrap .con05 .box_wrap_st02.g02{gap:30px;}
.sub0106_wrap .con05 .box_wrap_st02 .box{justify-content: flex-start;flex:1; background: #fff; box-shadow:0px 0px 20px rgba(153,153,153,.1);}
.sub0106_wrap .con05 .box_wrap_st02 .box ul li{position: relative;padding-left: 20px;}
.sub0106_wrap .con05 .box_wrap_st02 .box .txt span{font-size: 17px;}
.sub0106_wrap .con05 .box_wrap_st02 .box ul li::after{content:'▪';position: absolute; top: -1px; left: 0;}
.sub0106_wrap .con05 .img_wrap img{display: block; margin: 0 auto;}
.sub0106_wrap .con05 .box_wrap_st02{position: absolute;width: 100%;bottom: 0; left: 0;}


/*sub0107*/
.sub0107_wrap .con01 .inner{width: 1400px;}
.sub0107_wrap .con01 .txt{display: flex;align-items: center;justify-content: center;width: 100%; height: 80px;background: linear-gradient(170deg,rgba(66, 185, 251, 1) 25%, rgba(0, 77, 229, 1) 45%, rgba(36, 57, 128, 1) 80%); border-radius:40px; margin-top: 40px;}
.sub0107_wrap .con01 .txt p{font-size: 28px; color: #fff; font-weight: 700;}
.sub0107_wrap .con01 .box_wrap{display: flex;gap:40px;margin-top: 40px;}
.sub0107_wrap .con01 .box_wrap .box{display: flex;align-items: center;justify-content: center;flex-direction: column;gap:40px;width: calc((100% - 120px) / 4); padding: 50px 0; background: #e7f2ff; border-radius:30px;box-shadow:0px 0px 50px rgba(0,0,0,.05);} 
.sub0107_wrap .con01 .box_wrap .box .icon{width: fit-content;}
.sub0107_wrap .con01 .box_wrap .box .icon img{border-radius:50%;box-shadow:0px 0px 50px rgba(0,0,0,.05);}
.sub0107_wrap .con01 .box_wrap .box p{font-size: 20px; color: var(--co02); font-weight: 700;}

.sub0107_wrap .con02{margin-bottom: 140px;}

.sub0107_wrap .con03 .bot_box{display: flex; padding: 45px 0; margin-top: 40px; background: rgba(0,0,0,.5); border-radius:24px;}
.sub0107_wrap .con03 .bot_box .txt{position: relative;flex:1;text-align: center;color: #fff;}
.sub0107_wrap .con03 .bot_box .txt:not(:last-child)::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 60px; background: rgba(221,221,221,.5);}
.sub0107_wrap .con03 .bot_box .txt strong{display: block;font-size: 24px;margin-bottom: 15px;}
.sub0107_wrap .con03 .bot_box .txt p{font-size: 18px;line-height: 30px;font-weight: 500;}

.sub0107_wrap .con04 .box_wrap_st03 .box{box-shadow:0px 0px 20px rgba(0,0,0,.08); border:0;}

.sub0107_wrap .con06 .box_wrap .box{height: auto;}

.sub0107_wrap .con07 .box_wrap{display: flex;gap:40px;}
.sub0107_wrap .con07 .box_wrap .box{width: calc((100% - 40px) / 2); padding: 50px 40px; border:1px solid #ddd; border-radius:16px;border-top: 4px solid var(--co02);}
.sub0107_wrap .con07 .box_wrap .box.box02{border-top: 4px solid #00a59b;}
.sub0107_wrap .con07 .box_wrap .box .tit{display: flex;align-items: center;gap:20px;padding-bottom: 30px;border-bottom: 1px solid #ddd;}
.sub0107_wrap .con07 .box_wrap .box .tit strong{display: block;font-size: 17px;color: var(--co02); font-weight: 700;}
.sub0107_wrap .con07 .box_wrap .box .tit p{font-size: 22px; color: #333; font-weight: 700;color: var(--co02);  margin-top: 10px;}
.sub0107_wrap .con07 .box_wrap .box ul{margin-top: 30px;}
.sub0107_wrap .con07 .box_wrap .box ul li{font-size: 18px; color: #666; line-height: 30px; font-weight: 500;}

.sub0107_wrap .con07 .box_wrap .box.box02 .tit strong{color: #00a59b;}
.sub0107_wrap .con07 .box_wrap .box.box02 .tit p{color: #00a59b;}

/*sub0108*/
.sub0108_wrap .con02{background: url(/assets/images/sub/sub0102_bg01.jpg)center no-repeat; padding-bottom: 140px;}
.sub0108_wrap .con02 .box_wrap{display: flex;gap:60px;justify-content: center;}
.sub0108_wrap .con02 .box_wrap .box{display: flex;justify-content: space-between;flex-direction: column;width: 460px;padding: 40px 30px; border:1px solid #ddd; border-radius:30px; box-shadow:0px 0px 30px rgba(0,0,0,.05); background: #fff;}
.sub0108_wrap .con02 .box_wrap .box .txt em{display: block;font-size: 18px; color: var(--co02); font-weight: 700;}
.sub0108_wrap .con02 .box_wrap .box .txt p{font-size: 24px;color: #333; font-weight: 700;margin: 15px 0px 7px;}
.sub0108_wrap .con02 .box_wrap .box .txt span{display: block;font-size: 18px; color: #666; line-height: 28px;}
.sub0108_wrap .con02 .box_wrap .box .img{margin-top: 30px;}

.sub0108_wrap .con05 .box_wrap{display: flex;flex-wrap: wrap;gap:50px;}
.sub0108_wrap .con05 .box_wrap .box{width: calc((100% - 100px) / 3); height: 300px;padding: 60px 20px 20px;background: #fff; border-radius:16px;text-align: center;}
.sub0108_wrap .con05 .box_wrap .box em{display: block;font-size: 36px; font-weight: 700;opacity: .5;color: #42b9fb;}
.sub0108_wrap .con05 .box_wrap .box p{font-size: 24px; color: #333; font-weight: 700; margin-top: 30px;}
.sub0108_wrap .con05 .box_wrap .box span{display: block;font-size: 18px; color: #666; line-height: 30px;margin-top: 20px;}

.sub0108_wrap .con07{padding-top: 140px;}
.sub0108_wrap .con07 .box_wrap{display: flex;flex-wrap: wrap;gap:50px;}
.sub0108_wrap .con07 .box_wrap .box{display: flex;flex-direction: column;justify-content: space-between;padding: 40px 30px;width: calc((100% - 100px) / 3); background: #f5f5f5; border-radius:20px;}
.sub0108_wrap .con07 .box_wrap .box.pb0{padding-bottom: 0;}
.sub0108_wrap .con07 .box_wrap .box em{display: flex;align-items: center;justify-content: center; width: fit-content; height: 48px; padding: 0 20px; margin-bottom: 40px;background: #fff; border-radius:24px;font-size: 20px; color: var(--co01); font-weight: 700;}
.sub0108_wrap .con07 .box_wrap .box p{font-size: 24px; color: #333; font-weight: 700;line-height: 1.3;}
.sub0108_wrap .con07 .box_wrap .box span{display: block;font-size: 18px; color: #666; font-weight: 500; line-height: 30px; margin-top: 25px;}
.sub0108_wrap .con07 .box_wrap .box .img{margin-top: 40px;}

.sub0108_wrap .con06 .box_wrap{padding: 0px 200px;}
.sub0108_wrap .con06 .box_wrap .box{width: 370px;}

/* sub02 */
.sub02{line-height: 1;}
.sub02 img{max-width: 100%;}
.sub02 .con:not(:last-child){padding-bottom: 140px;}
.sub02 .con.bg01{background: #ecf8ff;padding-top: 140px;margin-bottom: 140px;}
.sub02 .con.bg02{background: url(/assets/images/sub/sub0201_bg01.jpg)center no-repeat; background-size: cover; padding-top: 140px;margin-bottom: 140px;}
.sub02 .con .img_con01{background: #fff; padding: 40px; border-radius:30px;}

.sub02 .con .box_wrap01{display: flex;gap:50px;flex-wrap:wrap;}
.sub02 .con .box_wrap01 .box{width: calc((100% - 100px) / 3); border-radius:40px 40px 20px 20px; border:1px solid #ddd;}
.sub02 .con .box_wrap01 .box .tit01{display: flex;align-items: center;justify-content: center;height: 80px; border-radius:39px 39px 0 0;}
.sub02 .con .box_wrap01 .box .tit01 p{font-size: 24px; color: #fff;font-weight: 700;}

.sub02 .con .box_wrap01 .box .tit02{display: flex;align-items: center;justify-content: center;height: 60px;	background: linear-gradient(131deg,rgba(66, 185, 251, 1) 0%, rgba(0, 77, 229, 1) 50%,rgba(36, 57, 128, 1)  100%);font-size: 18px; color: #fff;font-weight: 500;}
.sub02 .con .box_wrap01 .box ul{padding: 40px;}
.sub02 .con .box_wrap01 .box ul li{display: flex;align-items: flex-start;gap:16px;font-size: 18px; color: #333;font-weight: 500;line-height: 30px;}
.sub02 .con .box_wrap01 .box ul li img{transform: translateY(6px);}
.sub02 .con .box_wrap01 .box ul li span{display: block;color: #666;}
.sub02 .con .box_wrap01 .box ul li:not(:last-child){margin-bottom: 10px;}

.sub02 .con .box_wrap01 .box .txt{padding: 60px 40px;}
.sub02 .con .box_wrap01 .box .txt p{font-size: 20px; color: #333; line-height: 36px; font-weight: 500;text-align: center;}
.sub02 .con .box_wrap01 .box .txt em{display: flex;align-items: center;justify-content: center; width: 100%; height: 60px;font-size: 18px;font-weight: 500;  margin-top: 35px; border-radius:30px;}

.sub02 .con .box_wrap01 .box01 .tit01{background: #5c40c1;}
.sub02 .con .box_wrap01 .box02 .tit01{background: var(--co01);}
.sub02 .con .box_wrap01 .box03 .tit01{background: var(--co03);}
.sub02 .con .box_wrap01 .box04 .tit01{background: var(--co02);}

.sub02 .con .box_wrap01 .box01 .txt em{background: #ded9f3; color: #5c40c1;}
.sub02 .con .box_wrap01 .box02 .txt em{background: #d3d7e6; color: var(--co01);}
.sub02 .con .box_wrap01 .box03 .txt em{background: #d9f1fe; color: var(--co03);}
.sub02 .con .box_wrap01 .box04 .txt em{background: #ccdaf5; color: var(--co02);}

.sub02 .con .box_wrap01.w02{padding: 0 75px;}
.sub02 .con .box_wrap01.w02 .box{width: calc((100% - 50px) / 2);}
.sub02 .con .box_wrap01.w02 .box .txt{padding: 40px 30px;}
.sub02 .con .box_wrap01.w02 .box .txt em{margin: 0;}
.sub02 .con .box_wrap01.w02 .box ul{padding: 0px 30px 65px;}

.sub02 .con .box_wrap02{display: flex;flex-wrap:wrap;gap:50px;justify-content: center;}
.sub02 .con .box_wrap02 .box{display: flex;align-items: center;justify-content: center;gap:25px;flex-direction: column;position: relative;width: 700px; height: 220px; background: #fff; border-radius:16px; overflow: hidden;}
.sub02 .con .box_wrap02 .box em{position: absolute;bottom: -25px; left: -40px;color: #999; opacity: .1;font-size: 160px; font-weight: 700;}
.sub02 .con .box_wrap02 .box p{font-size: 24px; color: #333; font-weight: 700;text-align: center;}
.sub02 .con .box_wrap02 .box span{display: block;font-size: 18px; color: #666 ;line-height: 30px;font-weight: 500;text-align: center;}

.sub02 .con .box_wrap03{position: relative;display: flex;gap:40px;}
.sub02 .con .box_wrap03::after{content:'';position: absolute;left: 0; top: 50%; transform:translateY(-50%); width: 100%; height: 300px; background: var(--co03); opacity: .2;	z-index: -1;}
.sub02 .con .box_wrap03 .box{display: flex;flex-direction: column;align-items: center;gap:50px;justify-content: center;width: calc((100% - 40px) / 4); height: 400px;padding: 0px 20px;background: #fff; border-radius:30px; border:1px solid rgba(66,185,251,.5);}
.sub02 .con .box_wrap03 .box .txt{text-align: center;}
.sub02 .con .box_wrap03 .box .txt p{font-size: 20px; color: var(--co01); font-weight: 700;}
.sub02 .con .box_wrap03 .box .txt span{display: block;font-size: 16px; color: #666; line-height: 1.5; margin-top: 22px;font-weight: 500;}

.sub02 .con .online_box{display: flex;align-items: center;justify-content: space-between;background: url(/assets/images/sub/sub0604_bg01.png)center no-repeat; height: 240px; border-radius:20px; background-size: cover;background-attachment: fixed;padding: 0 80px;}
.sub02 .con .online_box .txt_wrap{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.sub02 .con .online_box p{font-size: 36px; color: #fff; font-weight: 700; line-height: 56px;}

.sub02 .con01 .img img{display: block; margin: 0 auto;}


/* sub0202 */
.sub0202_wrap .con01{background: url(/assets/images/sub/sub0202_bg01.jpg)center no-repeat; background-size: cover;}
.sub0202_wrap .con01 .img{position: relative;}
.sub0202_wrap .con01 .img .txt_wrap{display: flex;justify-content: center;gap:30px;position: absolute;top: 50%; left: 0; transform:translateY(-50%);width: 100%; }
.sub0202_wrap .con01 .img .txt_wrap .txt{display: flex;align-items: center;justify-content: center;width: 320px; height: 320px; border-radius:50%; background: rgba(76,64,193,.8);}
.sub0202_wrap .con01 .img .txt_wrap .txt p{font-size: 24px; line-height: 40px; font-weight: 700;color: #fff;text-align: center;}
.sub0202_wrap .con01 .img .txt_wrap .txt:nth-child(even){background: rgba(3,38,84,.8);}

.sub0202_wrap .con02{margin-bottom: 0 !important;}

.sub0202_wrap .con03.bg01{background: #f5f5f5;}
.sub0202_wrap .con03 .box_wrap01{justify-content: center;}
.sub0202_wrap .con03 .box_wrap01 .box{background: #fff;}
.sub0202_wrap .con03 .box_wrap01 .box02 .tit01{background: #032654;}
.sub0202_wrap .con03 .box_wrap01 .box .txt{display: flex;align-items: center;justify-content: center;padding: 0px 30px; height: 160px;}
.sub0202_wrap .con03 .box_wrap01 .box .txt p{font-size: 20px; line-height: 32px;}


/*sub0203*/
.sub0203_wrap .con04 .box_wrap{display: flex;gap:50px;padding: 0 75px;}
.sub0203_wrap .con04 .box_wrap .box{width: calc((100% - 50px) / 2);}
.sub0203_wrap .con04 .box_wrap .box .top{position: relative;}
.sub0203_wrap .con04 .box_wrap .box .top .tit{position: absolute;top: -40px; left: 0;display: flex;align-items: center;justify-content: center;width: 100%; height: 80px; background: var(--co01); border-radius:40px;}
.sub0203_wrap .con04 .box_wrap .box .top .tit p{font-size: 24px;font-weight: 500;color: #fff;}
.sub0203_wrap .con04 .box_wrap .box .top .txt_wrap{height: 260px;padding: 50px 30px;background: #f5f5f5;border:1px solid #ddd; border-top: 0; border-radius:0 0 20px 20px;}
.sub0203_wrap .con04 .box_wrap .box .top .txt_wrap p{font-size: 22px; color: var(--co01); font-weight: 700;text-align: center;}
.sub0203_wrap .con04 .box_wrap .box .top .txt_wrap span{display: block;font-size: 17px; color: #666; line-height: 30px;margin-top: 40px;}

.sub0203_wrap .con04 .box_wrap .box .bot{position: relative;margin-top: 40px; padding: 60px; background: #d4e1fb; border-radius:20px;text-align: center;}
.sub0203_wrap .con04 .box_wrap .box .bot em{position: absolute; bottom: 100%; left: 50%; transform:translateX(-50%);}
.sub0203_wrap .con04 .box_wrap .box .bot p{font-size: 22px; color: #333; font-weight: 700;}
.sub0203_wrap .con04 .box_wrap .box .bot span{display: block;font-size: 18px; color: #666;font-weight: 500; margin-top: 25px;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}

.sub0301_wrap .con_flex{display: flex;gap:40px;}
.sub0301_wrap .con_flex .con{width: calc((100% - 40px) / 2);background: #fff; border-radius:20px;}

.sub0301_wrap .search_con{display: flex;align-items: center;justify-content: space-between;margin-bottom: 50px;}
.sub0301_wrap .search_con .cate_wrap_st01{margin-bottom: 0;}
.sub0301_wrap .search_con .search_wrap{display: flex;align-items: center;justify-content: space-between;width: 350px; height: 60px; border-radius:30px; background: #f5f5f5;padding: 0px 20px;}
.sub0301_wrap .search_con .search_wrap input[type="text"]{width: calc(100% - 18px);background: transparent;	font-size: 18px;	color: #666; border:0;}
.sub0301_wrap .search_con .search_wrap input[type="text"]:focus{outline:0;color: #999;}
.sub0301_wrap .search_con .search_wrap a.search_btn{}

.sub0301_wrap .con_flex .con01{background: url(/assets/images/sub/sub0301_bg01.png)bottom right no-repeat;box-shadow:0px 0px 20px rgba(0,0,0,.1);}
.sub0301_wrap .con_flex .con01 .top{padding: 80px 60px 60px;}
.sub0301_wrap .con_flex .con01 .top .logo{margin-bottom: 60px;}
.sub0301_wrap .con_flex .con01 .top .logo img{display: block;}
.sub0301_wrap .con_flex .con01 .top .txt_wrap h4{font-size: 20px; color: #333; font-weight: 700; margin-bottom: 30px;}
.sub0301_wrap .con_flex .con01 .top .txt_wrap ul li{display: flex;}
.sub0301_wrap .con_flex .con01 .top .txt_wrap ul li:not(:last-child){margin-bottom: 15px;}
.sub0301_wrap .con_flex .con01 .top .txt_wrap ul li span{width: 90px;font-size: 16px; color: var(--co03); font-weight: 700;}
.sub0301_wrap .con_flex .con01 .top .txt_wrap ul li span.l02{/* letter-spacing: 9px; */}
.sub0301_wrap .con_flex .con01 .top .txt_wrap ul li p{width: calc(100% - 90px);font-size: 16px; color: #333; font-weight: 500;}

.sub0301_wrap .con_flex .con01 .bot{padding: 60px; border-top: 1px solid #ddd;}
.sub0301_wrap .con_flex .con01 .bot p{font-size: 16px; color: #333; font-weight:  500; line-height: 32px; white-space: pre-wrap;}

.sub0301_wrap .con_flex .con02 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0301_wrap .con_flex .con02 .box_wrap .box{position: relative;width: calc((100% - 20px) / 2); height: 340px;   z-index: 1;}
.sub0301_wrap .con_flex .con02 .box_wrap .box::after{content:'';opacity: 0;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: calc(100% + 4px);height: calc(100% + 4px); background: linear-gradient(125deg,rgba(66, 185, 251, 1) 0%, rgba(0, 77, 229, 1) 45%, rgba(36, 57, 128, 1) 100%);z-index: -1;border-radius:12px; transition:.2s;}
.sub0301_wrap .con_flex .con02 .box_wrap .box a{display: block;background: #fff;padding: 0px 30px 30px;overflow: hidden;border:1px solid #ddd;border-radius:12px;height: 100%;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .logo{display: flex;align-items: center;height: 130px;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .logo img{display: block;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .txt_wrap{padding-top: 30px;border-top: 1px solid #ddd;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .txt_wrap span{display: block;font-size: 16px; color: var(--co03);font-weight: 700; margin-bottom: 25px;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .txt_wrap p{font-size: 20px; color: #333; font-weight: 700; line-height: 30px; height: 60px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .txt_wrap em{display: block;font-size: 16px; color: #999; margin-top: 35px;}

.sub0301_wrap .con_flex .con02 .box_wrap .box:hover::after{opacity: 1;}
.sub0301_wrap .con_flex .con02 .box_wrap .box:hover a{border:1px solid #fff;}

.sub0301_wrap .con_flex .con02 .box_wrap .box.on::after{opacity: 1;}
.sub0301_wrap .con_flex .con02 .box_wrap .box.on a{border:1px solid #fff;}

/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .inner{padding: 0 80px;}
.online_wrap_st01{display: flex;flex-wrap:wrap;gap:40px 80px;}
.online_wrap_st01 .input{width: calc((100% - 80px) / 2);}
.online_wrap_st01 .input.w02{width: 100%;}
/*.online_wrap_st01 .input.pri{margin-top: 40px;}*/
.online_wrap_st01 .input .tit{display: flex;justify-content: space-between;align-items: flex-end; margin-bottom: 15px;}
.online_wrap_st01 .input .tit p{font-size: 20px; color: #333; }
.online_wrap_st01 .input .tit p b{color: #fd1c1c; font-weight: 400;}
.online_wrap_st01 .input .tit span{font-size: 16px; color: #666;}
.online_wrap_st01 .input input[type="text"],
.online_wrap_st01 .input input[type="password"]{width: 100%; height: 64px; background: #f7f7f7; border-radius:10px; border:0;padding: 0 20px;font-size: 16px; color: #666;}
.online_wrap_st01 .input input[type="text"]::placeholder,
.online_wrap_st01 .input input[type="password"]::placeholder{color: #999;}

.online_wrap_st01 .input select{width: 100%; height: 64px;  border-radius:10px; border:0;padding: 0 20px;font-size: 16px; color: #333;background: url(/assets/images/sub/select_icon01.png)center right 20px no-repeat #f7f7f7; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/ appearance:none;}

.online_wrap_st01 .input input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.online_wrap_st01 .input input.upload-name{width: 100%; height: 64px; background: #f7f7f7; border-radius:10px; border:0;padding: 0 20px;font-size: 16px; color: #999;}
.online_wrap_st01 .input .filebox{position: relative;}
.online_wrap_st01 .input .filebox label{position: absolute;top: 0; left: 0;width: 100%; height: 100%;display: flex;align-items: center;justify-content: flex-end; cursor:pointer;padding-right: 20px;}

.online_wrap_st01 .input textarea{width: 100%; height: 200px; background: #f7f7f7; border-radius:10px; border:0;padding: 20px;font-size: 16px; color: #666;}
.online_wrap_st01 .input .pri_wrap{padding: 20px;border:1px solid #ddd; border-radius:10px;}
.online_wrap_st01 .input .pri_wrap .txt{height: 205px;overflow-y: scroll;}
.online_wrap_st01 .input .pri_wrap .txt::-webkit-scrollbar {width: 5px;  /* 스크롤바의 너비 */}
.online_wrap_st01 .input .pri_wrap .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.online_wrap_st01 .input .pri_wrap .txt::-webkit-scrollbar-track {background: #fff;  /*스크롤바 뒷 배경 색상*/}
.online_wrap_st01 .input .pri_wrap .txt p{font-size: 16px; color: #666; line-height: 26px;white-space: pre-wrap;}

.online_wrap_st01 .input .chk_wrap{margin-top: 20px;}
.online_wrap_st01 .input .chk_wrap input[type="checkbox"]{display: none;}
.online_wrap_st01 .input .chk_wrap input[type="checkbox"] + label{display: block;position: relative;padding-left: 30px; font-size: 18px; color: #333;}
.online_wrap_st01 .input .chk_wrap input[type="checkbox"] + label b{color: #fd1c1c; font-weight: 400;}
.online_wrap_st01 .input .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0;top: 0;width: 18px; height: 18px; line-height: 16px; border:1px solid #999;color: #fff;text-align: center;}
.online_wrap_st01 .input .chk_wrap input[type="checkbox"]:checked + label::after{content:'✓';background: var(--co01); border:1px solid var(--co01);}

/* sub0601 */
.sub0601_wrap .con01 .img img{display: block;margin: 0 auto;}

.sub0601_wrap .con02{background: url(/assets/images/sub/sub0101_bg01.jpg) center bottom no-repeat;}
.sub0601_wrap .con02 .count_wrap{display: flex;justify-content: space-between;padding: 0 60px;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .num{position: relative;display: flex;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .num p{width: 154px;text-align: right;font-size: 80px; color: var(--co02); font-weight: 700;margin-right: 5px;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .num em{display: flex;align-items: flex-start;font-size: 30px;color: var(--co02);font-weight: 700;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .num span{display: flex;align-items: flex-end;font-size: 30px;color: #333;font-weight: 700;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .txt{margin-top: 40px;text-align: center;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .txt p{font-size: 22px; color: #333; font-weight: 700;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .txt span{display: block;font-size: 18px; color: #666; margin-top: 15px;}

.sub0601_wrap .con02 .txt_box_wrap{display: flex;gap:20px;margin-top: 80px;}
.sub0601_wrap .con02 .txt_box_wrap .txt_box{display: flex;justify-content: space-between;gap:22px;flex-direction: column;padding: 40px 30px;width: calc((100% - 60px) / 4); background: #fff; border-radius:30px; border:1px solid #ddd; box-shadow:0px 0px 30px rgba(0,0,0,.05);}
.sub0601_wrap .con02 .txt_box_wrap .txt_box .txt em{font-size: 18px; color: var(--co02);font-weight: 700;}
.sub0601_wrap .con02 .txt_box_wrap .txt_box .txt p{font-size: 24px; color: #333;line-height: 36px; font-weight: 700;margin: 20px 0px 15px;}
.sub0601_wrap .con02 .txt_box_wrap .txt_box .txt span{display: block;font-size: 18px; color: #666; line-height: 28px;}

.sub0601_wrap .con02 .box_wrap{margin: 80px 50px 0;}

.sub0601_wrap .con04 .box_wrap{align-items: center;margin: 0 50px;}
.sub0601_wrap .con04 .box_wrap > div{width: calc((100% - 50px) / 2);}
.sub0601_wrap .con04 .box_wrap .txt ul{border-top: 2px solid #333;}
.sub0601_wrap .con04 .box_wrap .txt ul li{display: flex;padding: 20px;border-bottom: 1px solid #ddd;font-size: 18px; line-height: 1.6;}
.sub0601_wrap .con04 .box_wrap .txt ul li p{width: 140px;color: #333; font-weight: 700;}
.sub0601_wrap .con04 .box_wrap .txt ul li span{display: block;color: #666;width: calc(100% - 140px); }

.sub0601_wrap .con05{margin: 0 50px;}
.sub0601_wrap .con05 .map_con{position:relative; width:100%; padding-bottom:40%}
.sub0601_wrap .con05 .map_con 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;}

.sub0601_wrap .con05 .map_txt .txt{display: flex;padding: 80px 50px;}
.sub0601_wrap .con05 .map_txt .txt:not(:last-child){border-bottom: 1px solid #ddd;}
.sub0601_wrap .con05 .map_txt .txt strong{display: block;width: 400px;font-size: 36px; color: #333; font-weight: 700;}
.sub0601_wrap .con05 .map_txt .txt ul{width: calc(100% - 400px);}
.sub0601_wrap .con05 .map_txt .txt ul li{display: flex;font-size: 22px; color: #666; font-weight: 500;}
.sub0601_wrap .con05 .map_txt .txt ul li:not(:last-child){margin-bottom: 20px;}
.sub0601_wrap .con05 .map_txt .txt ul li p{width: 85px;}
.sub0601_wrap .con05 .map_txt .txt ul li span{display: block;width: calc(100% - 85px);}

/* sub0602 */
.sub0602_wrap{line-height: 1;padding-bottom: 130px;}
.sub0602_wrap .cate_wrap{display: flex;gap:10px;justify-content: center; margin-bottom: 100px;}
.sub0602_wrap .cate_wrap a{display: flex;align-items: center;justify-content: center;width: 320px; height: 80px; border:1px solid var(--co01);font-size: 24px; color: #333;font-weight: 600; border-radius:40px;}
.sub0602_wrap .cate_wrap a.on{background: var(--co01);color: #fff;font-weight: 700;}

.sub0602_wrap .tab-con{position: relative;margin-left: 185px;}
.sub0602_wrap .tab-con::after{content:'';position: absolute;top: 40px;left: 395px;width: 1px; height: 100%; background: #ddd;}

.sub0602_wrap .his_wrap{position: relative;display: flex;}
.sub0602_wrap .his_wrap{padding-bottom: 140px;}
.sub0602_wrap .his_wrap .line{position: absolute;top: 40px;left: 395px;width: 1px; height: 100%; background: var(--co01);z-index: 1;}
.sub0602_wrap .his_wrap .year{position: relative;width: 395px;font-size: 100px; color: #ddd; font-weight: 700;} 
.sub0602_wrap .his_wrap .year em{position: absolute;right: -10px; top: 35px;width: 20px; height: 20px; border:4px solid #ddd; border-radius:50%;background: #fff;z-index: 1;}

.sub0602_wrap .his_wrap .txt_wrap{padding-left: 150px;width: calc(100% - 395px);}
.sub0602_wrap .his_wrap .txt_wrap ul li{position: relative;font-size: 18px; color: #666; line-height: 40px;padding-left: 15px;}
.sub0602_wrap .his_wrap .txt_wrap ul li::after{content:'·';position: absolute;top: 0; left: 0;}

/* sub0603 */
.sub0603_wrap{line-height: 1;}
.sub0603_wrap .inner{padding: 0 60px;}

/* sub0604 */
.sub0604_wrap{line-height: 1;}
.sub0604_wrap .inner{padding: 0 60px;}
.sub0604_wrap .logo_wrap{display: flex;flex-wrap:wrap;gap:40px;}
.sub0604_wrap .logo_wrap .logo{width: calc((100% - 120px) / 4);}
.sub0604_wrap .logo_wrap .img_wrap{position:relative; width:100%; padding-bottom:35.294%; border:1px solid #ddd; border-radius:10px; overflow: hidden;}
.sub0604_wrap .logo_wrap .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;}

.sub0604_wrap .bot{margin-top: 140px; background: url(/assets/images/sub/sub0604_bg01.png)center no-repeat; height: 240px; border-radius:20px; background-size: cover;background-attachment: fixed;padding: 0 80px;}
.sub0604_wrap .bot .txt_wrap{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.sub0604_wrap .bot p{font-size: 36px; color: #fff; font-weight: 700; line-height: 56px;}


/* sub0701 */
.sub0701_wrap{line-height: 1;}
.sub0701_wrap .inner{padding: 0 60px;}
.sub0701_wrap .top_wrap{display: flex;align-items: center;justify-content: space-between; margin-bottom: 40px;}
.sub0701_wrap .top_wrap .cate_wrap_st01{margin-bottom: 0;}
.sub0701_wrap .top_wrap .search_wrap{display: flex;align-items: center;width: 500px; height: 60px; border-radius:30px; border:1px solid #999;padding: 0 30px;}
.sub0701_wrap .top_wrap .search_wrap select{width: 72px; border:0;font-size: 18px; color: #333; font-weight: 500;background: url(/assets/images/sub/select_icon01.png)center right no-repeat; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/ appearance:none;}
.sub0701_wrap .top_wrap .search_wrap select:focus{outline:0;}
.sub0701_wrap .top_wrap .search_wrap .input{display: flex;align-items: center;width: calc(100% - 72px);}
.sub0701_wrap .top_wrap .search_wrap .input input[type="text"]{width: calc(100% - 40px);border:0;font-size: 18px; color: #333; padding: 0 20px;}
.sub0701_wrap .top_wrap .search_wrap .input input[type="text"]:focus{outline:0;}
.sub0701_wrap .top_wrap .search_wrap .input a{display: flex;align-items: center;justify-content: flex-end;width: 40px;}
.sub0701_wrap .tbl_wrap .col01{width: 100px;}
.sub0701_wrap .tbl_wrap .col02{width: 130px;}
.sub0701_wrap .tbl_wrap .col03{}
.sub0701_wrap .tbl_wrap .col04{width: 150px;}
.sub0701_wrap .tbl_wrap table.tbl_st02 .co01{color: var(--co01);}
.sub0701_wrap .tbl_wrap table.tbl_st02 td span{color: #999;}
.sub0701_wrap .tbl_wrap table.tbl_st02 td a{display: flex;align-items: center;gap:15px;padding: 0 50px;}
.sub0701_wrap .tbl_wrap table.tbl_st02 td a p{color: #666;text-align: left;max-width: calc(100% - 31px);white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sub0701_wrap .tbl_wrap table.tbl_st02 td .mob_txt{display: none;}

.sub0701_wrap .bot_wrap{position: relative;}
.sub0701_wrap .bot_wrap a.btn_st01{position: absolute;right: 0;top: 50%;transform:translateY(-50%);}


html.topBannerClosed .h_top{display: none;}