@media screen and (max-width:1400px) {

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

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

/* 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: 43px; }
#header .h_top p{font-size: 14px; color: #fff; font-weight: 600;text-align: center;}
#header .h_top .h_top_x_btn{display: flex;align-items: center;gap:8px;font-size: 13px; color: #fff; cursor:pointer;}
#header .h_top .h_top_x_btn img{width: 8px;}

.header{position: relative;background: #fff;}
.header .inner{display: flex;align-items: center;justify-content: space-between; height: 80px;}
.header h1 a img{width: 112px;}

.header ul.gnb{position: relative;z-index: 7;display: none;}
.header ul.gnb li{position: relative;}
.header ul.gnb li span a{display: block;font-size: 18px; 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: 20px;}
.header ul.gnb li .sub_menu li a{display: block;font-size: 18px; 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: 500px; background: rgba(255,255,255,.9);z-index: 1;}
.header.on ul.gnb li span a{padding: 35px 65px;}

.header .right_wrap{display: flex;align-items: center;gap:20px;}
.header .right_wrap .lan_wrap{position: relative;font-size: 14px; 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;width: 6px;}
.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);z-index: 100;}
.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: 104px; height: 36px; font-size: 14px; color: #fff;font-weight: 500; background: var(--co03); border-radius:20px;}

/* navi */
.nav_btn{position: relative;display: block;width: 25px; height: 20px;}
.nav_btn::before{content:'';position: absolute;top: 0; right: 0; width: 100%;height: 2px; background: #333;}
.nav_btn::after{content:'';position: absolute;bottom: 0; right: 0; width: 100%;height: 2px; background: #333;}
.nav_btn span{position: absolute;right: 0; top: 9px;display: block;width: 100%;height: 2px;background: #333;}

.navigation{position: fixed;top: 0px;z-index:5000;width:55%;background-color:rgba(0,0,0,.8);height:100%;display:none;right: 0px;z-index: 8000;line-height: 1;}
.navigation.top{top: 0px;}

.nav_header{background: transparent;}
.nav_header .inner{padding: 0 20px;justify-content: flex-end;}
.nav_header.header .right_wrap{justify-content: flex-end;}
.nav_header.header .nav_x_btn{position: relative;display: block;width: 25px; height: 20px;}
.nav_header.header .nav_x_btn::before{content:'';position: absolute;top: 9px; right: 0; width: 100%;height: 2px; background: #fff;transform:rotate(45deg);}
.nav_header.header .nav_x_btn::after{content:'';position: absolute;bottom: 9px; right: 0; width: 100%;height: 2px; background: #fff;transform:rotate(-45deg);}
.nav_header.header .right_wrap .lan_wrap em{color: #ccc;}
.nav_header.header .right_wrap .lan_wrap em img{filter: brightness(10) opacity(0.8);}

.navigation h3{height:45px;width:100%;}
.navigation h3 a{position: relative;height:100%;width:100%;display: flex;align-items: center;padding: 0 40px;color:#fff;font-size:18px;font-weight: 500;}

.navigation .lnb{padding-top: 45px;}
.navigation .lnb ul{display: block; padding-bottom: 30px;}
.navigation .lnb ul li{margin-bottom: 15px;}
.navigation .lnb ul li:last-child{margin-bottom: 0;}
.navigation .lnb ul li a{display:flex;height:auto;width:100%;color:#999;font-size:16px;border:none;font-weight: 400;padding-left: 50px; word-break:keep-all;line-height: 1.1;}
.navigation .lnb ul li.on a{color: rgba(255, 255, 255, .8);}
.navi_bg{display: none;position: fixed;top: 0px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 7000;}
.navi_bg.top{top: 0;}

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

#visual_wrap .txt_wrap p{font-size: 40px; color: #fff; font-weight: 700;line-height: 1.4;}
#visual_wrap .txt_wrap strong{display: block; width: 80%;margin-top: 15px;font-size: 20px; 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: 1.6;}
#visual_wrap .txt_wrap span{display: block;width: 80%;font-size: 16px; color: #ffff; line-height: 1.6; margin-top: 15px;}

#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: 139px; height: 42px; border-radius:27px;font-size: 15px; color: #fff;font-weight: 500;transition:.3s;}
#visual_wrap .txt_wrap .btn_wrap a img{width: 21px;}

#visual_wrap .slide_items{display: flex;align-items: center;gap:12px;position: absolute;bottom: 80px; left: 50%;transform:translateX(-50%);z-index: 10;}
#visual_wrap .slide_items .numcount{display: flex;align-items: center;gap:16px;}
#visual_wrap .slide_items .numcount span{position: relative;font-size: 16px; 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: -11px;top: 50%;transform:translateY(-50%);}
#visual_wrap .slide_items .vis_dots ul{position: relative;width: 120px; 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;}
#visual_wrap .slide_items .arr_wrap img{width: 8px;}
@keyframes visAni01{
0%{width: 0;}
100%{width: 100%;}
}

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

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

/* section01 */
#section01 .sec_tit i{display: block;}
#section01 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
#section01 .box_wrap .box{width: calc((100% - 20px) / 2);background: #f5f5f5; border-radius:10px; overflow: hidden;}
#section01 .box_wrap .box .top_wrap{position: relative;height: 170px;min-height:initial;padding: 25px 20px 20px;background: linear-gradient(150deg,rgba(47, 60, 125, 1) 0%, rgba(5, 14, 56, 1) 100%);border-radius:10px;}
#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: 24px; color: #fff;font-weight: 600;}
#section01 .box_wrap .box .top_wrap .logo.sm{font-size: 20px;gap:10px;}
#section01 .box_wrap .box .top_wrap .logo img{width: 24px;transform: translateY(-2px);}
#section01 .box_wrap .box .top_wrap span{display: block;font-size: 16px;color: #bbb; margin-top: 12px;}
#section01 .box_wrap .box .top_wrap a{position: absolute;bottom: 20px;right: 20px;display: flex;align-items: center;justify-content: center;margin-top: 40px;width: 110px; height: 36px;margin-left: auto;font-size: 15px; background: #fff; color: var(--co01); border-radius:21px;transition:.3s;}
#section01 .box_wrap .box .top_wrap a:hover{opacity: .8;}
#section01 .box_wrap .box:nth-child(7) .top_wrap span{font-size: 14px;}

#section01 .box_wrap .box .txt_wrap{padding: 20px;}
#section01 .box_wrap .box .txt_wrap p{font-size: 14px; color: #666; line-height: 20px; 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_tab.jpg)center no-repeat; background-size: cover;}
#section02 .sec_tit p i{display: block;}
#section02 .box_wrap{display: flex;gap:30px;flex-wrap:wrap;justify-content: center;}
#section02 .box_wrap .box{width: calc((100% - 30px) / 2); background: #fff;padding: 40px; border-radius:10px;}
#section02 .box_wrap .box p{font-size: 18px; color: #333; font-weight: 700; line-height: 25px;text-align: center;}
#section02 .box_wrap .box .icon{display: flex;align-items: center;justify-content: center;height:76px;}
#section02 .box_wrap .box .icon img{transition:.3s;transform:scale(0.5);}
#section02 .box_wrap .box:hover .icon img{transform:scale(0.5) rotateY(180deg);}
#section02 .box_wrap .box span{position: relative;display: block;font-size: 15px; color: #666; line-height: 21px;text-align: center;padding-top: 20px;}
#section02 .box_wrap .box span::after{content:'';position: absolute;top: 0; left: 50%;transform:translateX(-50%);width: 20px; height: 2px; background: var(--co02);}

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

/* section03 */
#section03{position: relative;padding: 90px 0 180px;background: url(/assets/images/main/sec03_bg01_tab.jpg)center no-repeat; background-size: cover; overflow: hidden;}
#section03 .sec_tit{text-align: center;}
#section03 .sec_tit i{display: block;}
#section03 .con_wrap{display: flex;align-items: center;flex-direction: column;}
#section03 .con_wrap .left{width: 100%;}
#section03 .con_wrap .more_btn_st01{position: absolute;left: 50%;transform:translateX(-50%);bottom: -90px;}

#section03 .con_wrap .right{width: 100%;}
#section03 .con_wrap .right .slide_wrap{display: flex;gap:0px;}
#section03 .con_wrap .right .slide_wrap .slick-list{overflow: visible;}
#section03 .con_wrap .right .slide_wrap .slide_box{width: 100%;}
#section03 .con_wrap .right .slide_wrap .slide_box ul li{width: 290px;padding: 25px;background: #fff; border-radius:6px;margin-bottom: 0px;margin-right: 20px; box-shadow: 0px 0px 15px rgba(51,51,51,.12);}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .logo{padding-bottom: 20px; margin-bottom: 25px; border-bottom: 1px solid #ddd;}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .logo img{}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .txt_wrap span{display: block;font-size: 14px; color: var(--co03); font-weight: 700;margin-bottom: 15px;height: 14px;}
#section03 .con_wrap .right .slide_wrap .slide_box ul li .txt_wrap p{font-size: 16px; height: 46px; color: #333; line-height: 23px;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: 14px; color: #999; margin-top: 25px;}
#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);}

#section03 .con_wrap .right .slide_wrap .slide02_box{display: none;}

/* section04 */
#section04 .tab-menu-wrap{display: flex;align-items: center;justify-content: center;gap:40px; margin-bottom: 35px;}
#section04 .tab-menu-wrap a{position: relative;font-size: 18px; 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% + 20px);padding: 0;}
#section04 ul.sec04_slide li{margin-right: 20px;overflow: hidden; border-radius:10px;}
#section04 ul.sec04_slide li:hover{transform:translateY(0px); box-shadow:initial;}
#section04 ul.sec04_slide li .img_wrap{position:relative; width:100%; }
#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: 25px; /* background: #f5fafe; */}
#section04 ul.sec04_slide li .txt_wrap p{font-size: 16px;height: 46px;color: #333;line-height: 23px; 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: 48px;font-size: 15px; 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: 12px;}
#section04 ul.sec04_slide li .txt_wrap span{display: block;font-size: 14px; color: #999; margin-top: 25px;}

#section04 ul.sec04_slide .slick-arrow{position: absolute;top: 50%;transform:translateY(-50%); width: 50px; height: 50px; 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: 10px;background:  url(/assets/images/main/prev01_tab.png)center no-repeat; background-size: cover;}
#section04 ul.sec04_slide .slick-next{right: 10px;background:  url(/assets/images/main/next01_tab.png)center no-repeat; background-size: cover;}

#section04 a.more_btn_st01{margin: 40px 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: 195px;margin-right: 10px;}
#section05 ul.banner_slide li .img_wrap{position:relative; width:100%; padding-bottom:30.769%;overflow: hidden; border-radius:10px;}
#section05 ul.banner_slide li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; max-width:100%; max-height:100%;}

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

/*section06*/
#section06 {padding: 0 0 165px;}
#section06 .con_wrap{display: flex;gap:60px;flex-direction: column;}
#section06 .online_wrap{width: 100%;}
#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: 50px; background: #f5f5f5;padding: 0 15px;font-size: 14px; color: #999; border:0;}
#section06 .input_wrap .input label{position: absolute;left: 15px;top: 20px; font-size: 14px; 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: 50px; background: url(/assets/images/main/select_icon01_tab.png)center right 15px  no-repeat #f5f5f5; background-size: 12px;padding: 0 15px;font-size: 14px; color: #222; border:0;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section06 .input_wrap .input textarea{width: 100%;height: 150px;background: #f5f5f5;padding: 15px;font-size: 14px; color: #999; border:0; resize:none;}

#section06 .chk_wrap_con{padding: 20px 0;}
#section06 .chk_wrap_con .chk_wrap:not(:last-child){margin-bottom: 10px;}
#section06 .chk_wrap{display: flex;align-items: center;gap:5px;}
#section06 .chk_wrap input[type="checkbox"]{display: none;}
#section06 .chk_wrap input[type="checkbox"] + label{position: relative;display: block;font-size: 14px; color: #666; padding-left: 24px;}
#section06 .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 0; width: 14px; height: 14px; 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: 14px; 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: 50px; background: #333;font-size: 15px; 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:15px;flex-direction: column;width: calc((100% - 20px) / 2);height: 190px; background: #f5fafe; border-radius:12px;}
#section06 .box_wrap .box .icon img{height: 32px;}
#section06 .box_wrap .box:nth-child(4) .icon img{height: 22px;}
#section06 .box_wrap .box .txt p{font-size: 16px; color: #333; font-weight: 700;text-align: center;}
#section06 .box_wrap .box .txt span{display: block;font-size: 15px; line-height: 21px;color: #666; text-align: center; margin-top: 10px;}

#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%);width: calc(100% - 20px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 20px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 25px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 397px;background: #fff; border-radius:12px;padding: 35px 30px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 16px; color: #999;line-height: 1.8;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: initial;left: 0; bottom: 0;z-index: 5000;width: 100%; border-radius:0px;overflow: hidden; line-height: 1;box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);}
.quick_menu.rel{position: absolute;bottom: 440px;}
.quick_menu .tit{display: none;align-items: center;justify-content: center;background: var(--co03);height: 30px;font-size: 16px; color: #fff;font-weight: 500;}
.quick_menu .a_wrap{display: flex;background: #fff;}
.quick_menu .a_wrap a{position: relative;display: flex;align-items: center;justify-content: center;gap:10px;flex-direction: column;flex:1;padding: 15px 0;}
.quick_menu .a_wrap a:not(:last-child)::after{content:'';position: absolute; bottom: initial; top: 50%;right: 0;transform:translateY(-50%); width: 1px; height: 30px; background: #ddd;}
.quick_menu .a_wrap a p{font-size: 14px; color: #333; font-weight: 500;}
.quick_menu .a_wrap a img{height: 21px;}
.quick_menu .top_btn{display: none;align-items: center;justify-content: center;gap:5px;width: 100%; height: 28px; background: #333; color: #fff;font-size: 14px;font-weight: 500;}
.quick_menu .top_btn img{width: 9px;}

/* footer */
#footer{padding-top: 40px; background: #222; line-height: 1;}
#footer .f_con{display: flex;justify-content: flex-start;flex-direction: column;gap:35px;}
#footer .left a.f_logo{display: block;margin-bottom: 25px; width: fit-content;}
#footer .left a.f_logo img{width: 112px;}
#footer .left address p{display: block;gap:44px;font-size: 14px; color: #fff; line-height: 30px;}
#footer .left address p:not(:last-child){margin-bottom: 0px;}
#footer .left address p strong{display: inline-block; width: auto;margin-right: 10px;}
#footer .left address p strong.l01{letter-spacing: 0px;}
#footer .left address p strong.l02{letter-spacing: 0px;}
#footer .left address p strong em{display: inline-block;width: 25px;}
#footer .left address p i{display: inline-block; background: #999;width: 1px; height: 15px; margin: 0 12px;vertical-align: middle;}

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

#footer .right .sns_wrap{display: flex;gap:20px; justify-content: flex-start;}
#footer .right .sns_wrap a img{height: 18px;}
#footer .right .logo_wrap{display: flex;gap:10px; justify-content: flex-start;margin-top: 25px;}
#footer .right .logo_wrap img{height: 29px;}
#footer .right .a_wrap{display: flex;gap:20px; justify-content: flex-start; margin-top: 25px;}
#footer .right .a_wrap a{font-size: 14px; color: #999;}
#footer .right .a_wrap a.pri_btn{color: #fff;font-weight: 700;}

#footer p.copy{padding: 22px 0;font-size: 14px; color: #999;margin-top: 30px; border-top: 1px solid rgba(255,255,255,.3);text-align: center;d}

/* ==sub======================================= */
#sub_visual_wrap{position: relative;line-height: 1;margin-top: 80px;}
#sub_visual_wrap > p{height: 600px;}
#sub_visual_wrap .txt_wrap{position: absolute;top: 55%; left: 50%; transform:translate(-50%,-50%);width: 100%;padding: 0 2.6%;}
#sub_visual_wrap .txt_wrap h3{font-size: 40px; color: #fff; font-weight: 700 ;text-align: center;line-height: 1.5;}
#sub_visual_wrap .txt_wrap h3 i{display: block;}

#sub_visual_wrap .txt_wrap > ul{display: flex;align-items: center;justify-content: center;gap:30px;margin-top: 35px;}
#sub_visual_wrap .txt_wrap > ul > li{position: relative;font-size: 16px; color: #fff; font-weight: 600;}
#sub_visual_wrap .txt_wrap > ul > li:not(:last-child)::after{content:'';position: absolute; top: 50%; right: -18px;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 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% + 15px); left: 50%;transform:translateX(-50%);padding: 20px 18px; border-radius:16px; background: var(--co01);box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);}
#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: 14px; 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;gap:10px; margin-top: 45px;}
#sub_visual_wrap .txt_wrap .btn_wrap a{display: flex;align-items: center;gap:10px; justify-content: center;width: 139px; height: 42px; background: rgba(255,255,255,.2); border-radius:27px;font-size: 15px; color: #fff;font-weight: 500;transition:.3s;}
#sub_visual_wrap .txt_wrap .btn_wrap a img{width: 21px;}
#sub_visual_wrap .txt_wrap .btn_wrap a:hover{background: rgba(255,255,255,.4); }

#sub_contents{padding: 100px 0px 195px;}
#sub_contents.no_pb{padding-bottom: 0;}

img{max-width: 100%;}

.sub_tit01{margin-bottom: 50px;}
.sub_tit01.mb02{margin-bottom: 30px;}
.sub_tit01 em{display: block;font-size: 18px; font-weight: 500;font-family: "Montserrat", sans-serif;color: var(--co02); margin-bottom: 20px;}
.sub_tit01 p{font-size: 26px; color: #333; line-height: 1.5; font-weight: 700;}
.sub_tit01 p b{font-weight: 700;}
.sub_tit01 p img{display: inline-block;height: 40px;margin-right: 5px;}
.sub_tit01 span{display: block;font-size: 15px; color: #666; line-height: 1.5;font-weight: 500 ;margin-top: 15px;}

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

ul.ul_st02 li{position: relative;font-size: 15px; color: #666; line-height: 1.5;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: 15px; color: var(--co01); font-weight: 700; background: #f5f5f5; padding: 20px;}
table.tbl01 td{font-size: 15px; color: #333;padding: 20px;}

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

.btn_wrap_st01{display: flex;align-items: center;justify-content: center; gap:15px; margin-top: 60px;}
.btn_wrap_st01 a{display: flex;align-items: center;justify-content: center; width: 160px; height: 50px; border-radius:30px;font-size: 15px; 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:30px;width: 180px; height: 50px;font-size: 16px; color: #fff; background: var(--co01);font-weight: 600; border-radius:32px;}

.cate_wrap_st01{display: flex; gap:10px; margin-bottom: 40px;}
.cate_wrap_st01 a{display: flex;align-items: center;height: 45px; border:1px solid var(--co01);font-size: 15px;color: var(--co01); border-radius:30px; padding: 0 25px;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 img{max-width: 100%;}
.sub01 .con:not(:last-child){padding-bottom: 100px;}
.sub01 .con.bg01{padding-top: 100px;background: #f5f5f5;}

.sub01 .logo_wrap_st01{display: flex;gap:20px;flex-wrap:wrap;}
.sub01 .logo_wrap_st01 .box{width: calc((100% - 40px) / 3); 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%;padding: 30px;}
.sub01 .logo_wrap_st01 .box .txt_wrap{padding: 20px;}
.sub01 .logo_wrap_st01 .box .txt_wrap p{font-size: 15px; color: #666; font-weight: 500; line-height: 1.6;text-align: center;}
.sub01 .logo_wrap_st01 .box .txt_wrap p br{display: none;}
.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: 13px;}
.sub01 .logo_wrap_st01 .box .txt_wrap ul li::after{color: #666;font-size: 14px;line-height: 1.5;	}
.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: 500px; max-width: 100%;height: 50px; background: var(--co02); border-radius:30px; margin:0 auto 30px;}
.box_con_wrap_st01 .tit_wrap p{font-size: 18px; color: #fff;font-weight: 700;}
.box_con_wrap_st01 .tit_wrap.co02{background: var(--co01);}

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

.sub01 .box_wrap_st01{display: flex;gap:20px;flex-wrap:wrap;}
.sub01 .box_wrap_st01 .box{display: flex;align-items: center;justify-content: center;flex-direction: column;width: calc((100% - 40px) / 3); background: #fff; padding: 40px 20px; border-radius:12px;}
.sub01 .box_wrap_st01.w02 .box{width: calc((100% - 20px) / 2);}
.sub01 .box_wrap_st01 .box .txt{text-align: center;}
.sub01 .box_wrap_st01 .box .txt p{font-size: 18px;color: #333; font-weight: 700;line-height: 1.5;}
.sub01 .box_wrap_st01 .box .txt span{display: block;font-size: 14px; line-height: 1.6; color: #666; margin-top: 15px;font-weight: 500;}
.sub01 .box_wrap_st01 .box .icon{display: flex;align-items: flex-end;height: 100px;}
.sub01 .box_wrap_st01 .box .icon img{transform:scale(0.8);transform-origin:bottom;}

@media screen and (max-width:1025px) {
.sub01 .box_wrap_st01 .box{width: calc((100% - 20px) / 2);}
}

.sub01 .box_wrap_st02{display: flex;gap:20px;flex-wrap:wrap;}
.sub01 .box_wrap_st02 .box{display: flex;align-items: center;justify-content: center;flex-direction: column;width: calc((100% - 60px) / 4); padding-bottom: 40px; border-radius:20px;}
.sub01 .box_wrap_st02.w02 .box{width: calc((100% - 20px) / 2);}
.sub01 .box_wrap_st02 .box .icon{display: flex;align-items: center;padding: 40px 0 0;height: 120px;}
.sub01 .box_wrap_st02 .box .icon img{transform:scale(0.8);}
.sub01 .box_wrap_st02 .box .txt{text-align: center;margin-top: 30px;}
.sub01 .box_wrap_st02 .box .txt p{font-size: 18px; color: var(--co01);font-weight: 700;}
.sub01 .box_wrap_st02 .box .txt span{display: block;font-size: 14px; color: #666; line-height: 1.6; margin-top: 15px;}

.sub01 .box_wrap_st03{display: flex;gap:20px;flex-wrap:wrap;} 
.sub01 .box_wrap_st03 .box{display: flex;align-items: center;width: calc((100% - 20px) / 2); border:1px solid #ddd; border-radius:20px;padding: 20px;padding-left: 0;}
.sub01 .box_wrap_st03 .box .icon{display: flex;align-items: center;justify-content: center;width: 150px;height: 150px;}
.sub01 .box_wrap_st03 .box .icon img{transform:scale(0.8);}
.sub01 .box_wrap_st03 .box .txt_wrap{width: calc(100% - 150px);}
.sub01 .box_wrap_st03 .box .txt_wrap .tit em{display: flex;align-items: center;justify-content: center; height: 20px;padding: 0 15px; background: #eca100; margin-bottom: 12px;font-size: 13px; 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: 18px; color: var(--co01); font-weight: 700;}
.sub01 .box_wrap_st03 .box .txt_wrap .tit p span{font-size: 16px;}
.sub01 .box_wrap_st03 .box .txt_wrap ul{margin-top: 20px;}
.sub01 .box_wrap_st03 .box .txt_wrap ul li{position: relative;font-size: 15px; font-weight: 500;color: #666; line-height: 1.8;padding-left: 16px;}
.sub01 .box_wrap_st03 .box .txt_wrap ul li::after{content:'▪';position: absolute;top: -2px; left: 0;color: #42b9fb;}
.sub01 .box_wrap_st03 .box .txt_wrap ul li br{display: none;}

@media screen and (max-width:1025px) {
.sub01 .box_wrap_st02 .box{width: calc((100% - 20px) / 2);}
.sub01 .box_wrap_st03 .box{width: 100%;}
.sub01 .box_wrap_st03 .box .icon{width: 200px; }
.sub01 .box_wrap_st03 .box .txt_wrap{width: calc(100% - 200px);}
}

.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: -20px;display: flex;justify-content: space-around;gap:initial;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:20px;width: 235px; height: 320px; border-radius:20px;}
.sub01 .con01 .box_wrap .icon_wrap .icon .txt{padding-bottom: 25px;}
.sub01 .con01 .box_wrap .icon_wrap .icon .txt::after{width: 30px;}
.sub01 .con01 .box_wrap .icon_wrap .icon p{font-size: 16px; font-weight: 700;line-height: 1.3;}
.sub01 .con01 .box_wrap .icon_wrap .icon span{font-size: 14px; line-height: 1.6;}
.sub01 .con01 .box_wrap .icon_wrap .icon img{width: 120px;}

@media screen and (max-width:1025px) {
.sub01 .con01 .box_wrap .icon_wrap{position: initial;flex-wrap:wrap;margin-top: 40px;gap:20px;}
.sub01 .con01 .box_wrap .icon_wrap .icon{width: calc((100% - 20px) / 2); height: 300px;padding: 10px;}
.sub01 .con01 .box_wrap .icon_wrap .icon span{font-size: 12px;}
.sub01 .con01 .box_wrap .icon_wrap .icon span br{display: none;}
.sub01 .con01 .box_wrap .icon_wrap .icon img{width: 100px;}
}


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

.sub01 .con03 .box_wrap .tit{display: flex;align-items: center;justify-content: center;width: 100%; height: 50px; border-radius:30px;}
.sub01 .con03 .box_wrap .tit p{font-size: 20px; 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 .con04{padding-top: 100px;}
.sub01 .con04 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub01 .con04 .box_wrap .box{position: relative;width: calc((100% - 20px) / 2);padding: 40px 30px 50px;overflow: hidden; border-radius:15px;}
.sub01 .con04 .box_wrap .box em{position: absolute;bottom: -24px;right: -6px;font-size: 120px; 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: 20px; color: var(--co01); font-weight: 700; margin-bottom: 15px; line-height: 1.5;}
.sub01 .con04 .box_wrap .box .tit p{font-size: 16px; color: #333; font-weight: 700; line-height: 1.5;}
.sub01 .con04 .box_wrap .box ul.ul_st01 li{line-height: 1.6; color: #666;}
.sub01 .con04 .box_wrap .box ul.ul_st01 li::after{color: var(--co03);}

.sub01 .con05 .sub_tit01 span{font-size: 14px; line-height: 1.6;}
.sub01 .con05 table.tbl01 .col01{width: 15%;}
.sub01 .con05 table.tbl01 .col02{width: 30%;}
.sub01 .con05 table.tbl01 ul{padding-left: 0px;}
.sub01 .con05 table.tbl01 ul li{color: #666; line-height: 1.6;}
.sub01 .con05 table.tbl01 ul li span{color: var(--co02);}

.sub01 .con06{padding-bottom: 150px;background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(204, 220, 250, 1) 100%);}
.sub01 .con06 .box_wrap{display: flex;gap:30px;flex-wrap:wrap;}
.sub01 .con06 .box_wrap .box{display: flex;justify-content: space-between;flex-direction: column-reverse;width: calc((100% - 30px) / 2); height: auto; padding: 30px; background: #fff; border:1px solid #9edbfd;}
.sub01 .con06 .box_wrap .box .icon{position: initial;width: fit-content;margin-left: auto;}
.sub01 .con06 .box_wrap .box .icon img{height: 60px;}
.sub01 .con06 .box_wrap .box .txt p{font-size: 18px; color: var(--co01); font-weight: 700;line-height: 1.6;}
.sub01 .con06 .box_wrap .box .txt span{display: block;font-size: 14px; color: #666; line-height: 1.6;font-weight: 500; margin-top: 10px;}
.sub01 .con06 .box_wrap .box .txt ul.ul_st01 li{line-height: 1.6;}

/*sub0101*/
.sub0101_wrap .con01 .img img{margin: 0 auto;}
.sub0101_wrap .con01 .txt{display: flex;align-items: center;justify-content: center;width: 100%; height: auto;min-height: 50px; border-radius:35px; margin: 40px auto 0; background: var(--co02);padding: 10px;}
.sub0101_wrap .con01 .txt p{font-size: 16px; color: #fff;font-weight: 700;text-align: center;}
.sub0101_wrap .con01 .txt p i{display: block;}

.sub0101_wrap .con02{padding: 0;background: url(/assets/images/sub/sub0101_bg01.jpg)center no-repeat; background-size: 100%;}
.sub0101_wrap .con02 .box_wrap .box{padding: 0px 30px 50px ;border:1px solid #ddd; border-radius:20px; box-shadow:0px 0px 30px rgba(0,0,0,.05); background: #fff;}
.sub0101_wrap .con02 .box_wrap .box:not(:last-child){margin-bottom: 40px;}
.sub0101_wrap .con02 .box_wrap .box .tit{display: flex;align-items: center;justify-content: center;width: 400px; height: 50px;background: #bbb; border-radius:0 0 20px 20px;margin: 0 auto 40px;}
.sub0101_wrap .con02 .box_wrap .box .tit p{font-size: 18px; color: #fff;font-weight: 700;}
.sub0101_wrap .con02 .box_wrap .box span{display: block;text-align: center;font-size: 16px; color: #666; margin-bottom: 35px; line-height: 1.5;}
.sub0101_wrap .con02 .box_wrap .box .logo_wrap{display: flex;flex-wrap:wrap;gap:30px 30px;}
.sub0101_wrap .con02 .box_wrap .box .logo_wrap .logo{display: flex;align-items: center;justify-content: center;width: calc((100% - 120px) / 5);}
.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:30px;}
.sub0101_wrap .con02 .box_wrap .box .cer_wrap .cer{width: calc((100% - 90px) / 4);}
.sub0101_wrap .con02 .box_wrap .box .cer_wrap .cer img{width: 100%;}
.sub0101_wrap .con02 .box_wrap .box02 .tit{margin: 0 auto 20px;}

.sub0101_wrap .con03 .sub_tit01 p i{display: block;}
.sub0101_wrap .con03 .box{display: flex;flex-wrap:wrap;gap:10px;align-items: center;justify-content: center;padding: 20px 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: 220px; height: 60px;font-size: 16px; line-height: 1.45; color: #fff;font-weight: 700; border-radius:50px;text-align: center;}

.sub0101_wrap .con03 .box .flex{display: flex;gap:10px;width: 100%;padding: 20px; border-radius:16px;}
.sub0101_wrap .con03 .box .flex .txt{flex:1;display: flex;align-items: center;justify-content: center;gap:10px;border-radius:10px; background: #fff;padding: 10px;}
.sub0101_wrap .con03 .box .flex .txt p{font-size: 14px; color: #333; font-weight: 500;line-height: 1.4;text-align: center;}
.sub0101_wrap .con03 .box .flex .txt img{display: block; height: 25px;}

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

.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: 100px;}
.sub0101_wrap .con05 .sub_tit01 i{display: block;}

.sub0101_wrap .con06 .sub_tit01 p i{display: block;}
.sub0101_wrap .con06 .box_wrap{padding: 0px;}
.sub0101_wrap .con06 .box_wrap .box{width: calc((100% - 30px) / 2);}

/*sub0102*/
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con01{background: url(/assets/images/sub/sub0102_bg01.jpg)center no-repeat; background-size: 150%;}
.sub0102_wrap .con01 .inner{width: 100%;}
.sub0102_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap; border-radius:12px; overflow: hidden;padding-top: 0;}
.sub0102_wrap .con01 .box_wrap .box{display: flex;align-items: center;flex-direction: column;gap:30px;width: 50%; height: 500px; padding: 50px 20px;}
.sub0102_wrap .con01 .box_wrap .box em{display: flex;align-items: center;justify-content: center;width: 240px; height: 45px; border-radius:30px;font-size: 15px; color: #fff;font-weight: 700;}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap{display: flex;justify-content: center;gap:10px;}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap .txt{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:15px;width: 120px; height: 150px; border-radius:75px; background: rgba(255,255,255,.5);}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap .txt p{font-size: 14px; color: #333;line-height: 1.6; 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:20px;width: 100%; height: 80px; background: var(--co01);}
.sub0102_wrap .con01 .box_wrap .bot p{font-size: 18px; color: #fff; font-weight: 700; }

@media screen and (max-width:1025px) {
.sub0102_wrap .con01 .box_wrap .box .txt_wrap{width: 100%;gap:5px;}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap .txt{width: calc((100% - 20px) / 3);gap:5px;}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap .txt img{display: block; transform:scale(0.8);}
.sub0102_wrap .con01 .box_wrap .box .txt_wrap .txt p{font-size: 12px;}
}

.sub0102_wrap .con02 .sub_tit01 i{display: block;}

.sub0102_wrap .con03 .sub_tit01 i{display: block;}

.sub0102_wrap .con04 .sub_tit01 i{display: block;}
.sub0102_wrap .con04 .box_wrap_st02 .box{width: calc((100% - 20px) / 2);}

.sub0102_wrap .con06 .sub_tit01 i{display: block;}

.sub0102_wrap .con07 .sub_tit01 i{display: block;}

/* sub0103 */
.sub0103_wrap .con01{background: url(/assets/images/sub/sub0103_bg01.png)center bottom 50px no-repeat;  background-size: 100%;}

.sub0103_wrap .con02 .sub_tit01 p i{display: block;}

.sub0103_wrap .con03 .con_box{padding: 60px 20px;}

.sub0103_wrap .con04 .sub_tit01 p i{display: block;}

.sub0103_wrap .con05 .sub_tit01 span br{display: none;}
.sub0103_wrap .con05 .sub_tit01 span i{display: block;}

.sub0103_wrap .con06 .sub_tit01 br{display: none;}
.sub0103_wrap .con06 .sub_tit01 i{display: block;}

/*sub0104*/
.sub0104_wrap .con01 .sub_tit01 i{display: block;}
.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:20px;padding: 2px; margin-top: 80px;}
.sub0104_wrap .con01 .box_wrap .tit{position: absolute;top: -25px;left: 50%;transform:translateX(-50%);display: flex;align-items: center;justify-content: center;width: 80%; height: 50px; background: var(--co01); border-radius:40px;font-size: 18px; color: #fff ;font-weight: 700;}
.sub0104_wrap .con01 .box_wrap .border{display: flex; background: #fff;border-radius:18px; }
.sub0104_wrap .con01 .box_wrap .box{position: relative;display: flex;align-items: center;justify-content: center;gap:20px;flex-direction: column;flex:1;padding:  60px 0px 40px;}
.sub0104_wrap .con01 .box_wrap .box:not(:last-child)::after{content:'';position: absolute;top: 50%; right: 0; transform:translateY(-50%);width: 1px; height: 120px; background: #ddd;}
.sub0104_wrap .con01 .box_wrap .box img{width: 120px;  }
.sub0104_wrap .con01 .box_wrap .box p{font-size: 16px; color: #333; font-weight: 600; line-height: 1.6;text-align: center;padding: 0px 15px;}

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

.sub0104_wrap .con03 .sub_tit01 br{display: none;}
.sub0104_wrap .con03 .sub_tit01 i{display: block;}

.sub0104_wrap .con04 .sub_tit01 i{display: block;}
.sub0104_wrap .con04 .box_wrap_st01 .box{justify-content: space-between;padding: 40px 20px;}
.sub0104_wrap .con04 .box_wrap_st01 .box .icon{height: 80px;}
.sub0104_wrap .con04 .box_wrap_st01 .box ul{width: 100%; margin-top: 20px;} 
.sub0104_wrap .con04 .box_wrap_st01 .box ul li{position: relative;padding-left: 15px;}
.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: 100px;}

.sub0104_wrap .con06 .sub_tit01 i{display: block;}

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

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

.sub0105_wrap .con03 .sub_tit01 p br{display: none;}
.sub0105_wrap .con03 .sub_tit01 p i{display: block;}

.sub0105_wrap .con04 .sub_tit01 p i{display: block;}

.sub0105_wrap .con05{padding-top: 100px;}
.sub0105_wrap .con05 .sub_tit01 p i{display: block;}

.sub0105_wrap .con06 .sub_tit01 p i{display: block;}

/* sub0106 */
.sub0106_wrap .con01 .sub_tit01 i{display: block;}
.sub0106_wrap .con01 .img img{display: block;margin: 0 auto;}
.sub0106_wrap .con01 .bot_wrap{display: flex; margin-top: 40px; padding: 30px 0; border-radius:12px;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: 16px;font-weight: 700;line-height: 1.6;color: #fff;text-align: center;}

.sub0106_wrap .con02{padding-top: 100px;background: url(/assets/images/sub/sub0106_bg01.jpg)center no-repeat; background-size: cover;	}
.sub0106_wrap .con02 .sub_tit01 i{display: block;}
.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 .con03 .sub_tit01 i{display: block;}

.sub0106_wrap .con04 .sub_tit01 i{display: block;}
.sub0106_wrap .con04 .top_txt{padding: 30px;margin-bottom: 40px; border:1px solid #ddd;}
.sub0106_wrap .con04 .top_txt ul li{position: relative; font-size: 15px; color: #666; font-weight: 500; line-height: 1.6;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: 100px;}
.sub0106_wrap .con05 .sub_tit01 i{display: block;}
.sub0106_wrap .con05 .box_con{position: relative;padding-bottom: 0;}
.sub0106_wrap .con05 .box_con_wrap_st01 .box_con:not(:last-child){margin-bottom: 0px;}

.sub0106_wrap .con05 span.bot_txt{display: block;font-size: 18px; color: var(--co02); font-weight: 700;text-align: center; margin-bottom: 30px; line-height: 1.6;}
.sub0106_wrap .con05 span.bot_txt i{display: block;}

.sub0106_wrap .con05 .box_wrap_st02.g02{gap:10px;}
.sub0106_wrap .con05 .box_wrap_st02.g02 .box{width: calc((100% - 20px) / 3);}
.sub0106_wrap .con05 .box_wrap_st02 .box{width: calc((100% - 40px) / 2);justify-content: flex-start;flex:initial; background: #fff; box-shadow:0px 0px 20px rgba(153,153,153,.1);}
.sub0106_wrap .con05 .box_wrap_st02 .box ul{padding: 0px;}
.sub0106_wrap .con05 .box_wrap_st02 .box ul li{position: relative;padding-left: 16px;}
.sub0106_wrap .con05 .box_wrap_st02 .box ul li br{display: none;}
.sub0106_wrap .con05 .box_wrap_st02 .box .txt span{font-size: 14px;}
.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: initial;width: 100%;bottom: 0; left: 0;justify-content: center;transform:translateY(-120px);}

.sub0106_wrap .con06 .sub_tit01 br{display: none;}
.sub0106_wrap .con06 .sub_tit01 i{display: block;}

/*sub0107*/
.sub0107_wrap .con01{background: transparent;}
.sub0107_wrap .con01 .inner{width: 100%;}
.sub0107_wrap .con01 .sub_tit01 i{display: block;}
.sub0107_wrap .con01 .txt{display: flex;align-items: center;justify-content: center;width: 100%; height: 60px;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: 30px;}
.sub0107_wrap .con01 .txt p{font-size: 18px; color: #fff; font-weight: 700;}
.sub0107_wrap .con01 .box_wrap{display: flex;gap:20px;margin-top: 30px;padding-top: 0;}
.sub0107_wrap .con01 .box_wrap .box{display: flex;align-items: center;justify-content: center;flex-direction: column;gap:30px;width: calc((100% - 60px) / 4); padding: 30px 0; background: #e7f2ff; border-radius:20px;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{width: 100px;border-radius:50%;box-shadow:0px 0px 50px rgba(0,0,0,.05);}
.sub0107_wrap .con01 .box_wrap .box p{font-size: 16px; color: var(--co02); font-weight: 700;text-align: center;line-height: 1.4;}
.sub0107_wrap .con01 .box_wrap .box p i{display: block;}

.sub0107_wrap .con02{margin-bottom: 100px;}
.sub0107_wrap .con02 .sub_tit01 i{display: block;}
.sub0107_wrap .con02 .box_wrap_st01 .box .txt i{display: block;}

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

.sub0107_wrap .con06 .sub_tit01 i{display: block;}

.sub0107_wrap .con07 .sub_tit01 p i{display: block;}
.sub0107_wrap .con07 .box_wrap{display: flex;gap:20px;}
.sub0107_wrap .con07 .box_wrap .box{width: calc((100% - 20px) / 2); padding: 40px 20px; border:1px solid #ddd; border-radius:12px;border-top: 3px solid var(--co02);}
.sub0107_wrap .con07 .box_wrap .box.box02{border-left: 3px solid #00a59b;}
.sub0107_wrap .con07 .box_wrap .box .tit{padding-bottom: 25px;}
.sub0107_wrap .con07 .box_wrap .box .tit strong{display: block;font-size: 16px;color: var(--co02); font-weight: 700;}
.sub0107_wrap .con07 .box_wrap .box .tit p{font-size: 18px; font-weight: 700; margin-top: 12px;}
.sub0107_wrap .con07 .box_wrap .box ul{margin-top: 20px;}
.sub0107_wrap .con07 .box_wrap .box ul li{font-size: 15px; color: #666; line-height: 1.6; font-weight: 500;}

@media screen and (max-width:1025px) { 
.sub0107_wrap .con07 .box_wrap{flex-wrap:wrap;}
.sub0107_wrap .con07 .box_wrap .box{width: 100%;padding: 40px;}
}

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

/*sub0108*/
.sub0108_wrap .con01 .sub_tit01 i{display: block;}

.sub0108_wrap .con02{background: url(/assets/images/sub/sub0102_bg01.jpg)center no-repeat; padding-bottom: 100px;}
.sub0108_wrap .con02 .box_wrap{display: flex;gap:20px;justify-content: center;flex-wrap:wrap;}
.sub0108_wrap .con02 .box_wrap .box{display: flex;justify-content: space-between;flex-direction: row;width: 100%;padding: 30px 20px; border:1px solid #ddd; border-radius:20px; box-shadow:0px 0px 30px rgba(0,0,0,.05); background: #fff;}
.sub0108_wrap .con02 .box_wrap .box .txt{width: calc(100% - 300px);}
.sub0108_wrap .con02 .box_wrap .box .txt em{display: block;font-size: 14px; color: var(--co02); font-weight: 700;}
.sub0108_wrap .con02 .box_wrap .box .txt p{font-size: 18px;color: #333; font-weight: 700;margin: 15px 0px 7px;}
.sub0108_wrap .con02 .box_wrap .box .txt span{display: block;font-size: 14px; color: #666; line-height: 1.6;}
.sub0108_wrap .con02 .box_wrap .box .img{margin-top: 0px;}
.sub0108_wrap .con02 .box_wrap .box .img img{width: 250px;}

.sub0108_wrap .con03 .sub_tit01 br{display: none;}
.sub0108_wrap .con03 .sub_tit01 i{display: block;}

.sub0108_wrap .con05 .sub_tit01 i{display: block;}
.sub0108_wrap .con05 .box_wrap{display: flex;flex-wrap: wrap;gap:20px;}
.sub0108_wrap .con05 .box_wrap .box{width: calc((100% - 20px) / 2); height: 250px;padding: 40px 20px 20px;background: #fff; border-radius:16px;text-align: center;}
.sub0108_wrap .con05 .box_wrap .box em{display: block;font-size:28px; font-weight: 700;opacity: .5;color: #42b9fb;}
.sub0108_wrap .con05 .box_wrap .box p{font-size: 18px; color: #333; font-weight: 700; margin-top: 20px;}
.sub0108_wrap .con05 .box_wrap .box span{display: block;font-size: 15px; color: #666; line-height: 1.6;margin-top: 15px;}
.sub0108_wrap .con05 .box_wrap .box span br{display: none;}

.sub0108_wrap .con07{padding-top: 100px;}
.sub0108_wrap .con07 .sub_tit01 i{display: block;}
.sub0108_wrap .con07 .box_wrap{display: flex;flex-wrap: wrap;gap:20px;}
.sub0108_wrap .con07 .box_wrap .box{display: flex;flex-direction: column;justify-content: space-between;padding: 30px 20px;width: calc((100% - 20px) / 2); 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: 40px; padding: 0 15px; margin-bottom: 30px;background: #fff; border-radius:24px;font-size: 16px; color: var(--co01); font-weight: 700;}
.sub0108_wrap .con07 .box_wrap .box p{font-size: 18px; color: #333; font-weight: 700;}
.sub0108_wrap .con07 .box_wrap .box span{display: block;font-size: 15px; color: #666; font-weight: 500; line-height: 1.6; margin-top: 15px;}
.sub0108_wrap .con07 .box_wrap .box .img{margin-top: 20px;}

.sub0108_wrap .con06 .sub_tit01 i{display: block;}
.sub0108_wrap .con06 .box_wrap{padding: 0px;}
.sub0108_wrap .con06 .box_wrap .box{width: calc((100% - 30px) / 2);}
.sub0108_wrap .con06 .box_wrap .box br{display: none;}

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

.sub02 .con .box_wrap01{display: flex;gap:15px;}
.sub02 .con .box_wrap01 .box{width: calc((100% - 15px) / 2); border-radius:30px 30px 12px 12px; border:1px solid #ddd;}
.sub02 .con .box_wrap01 .box .tit01{display: flex;align-items: center;justify-content: center;height: 60px; border-radius:29px 29px 0 0;}
.sub02 .con .box_wrap01 .box .tit01 p{font-size: 15px; color: #fff;font-weight: 700;}

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

.sub02 .con .box_wrap01 .box .txt{padding: 40px 10px;}
.sub02 .con .box_wrap01 .box .txt p{width: 210px;font-size: 14px; color: #333; line-height: 1.6; font-weight: 500;text-align: center;margin: 0 auto;}
.sub02 .con .box_wrap01 .box .txt p br{display: none;}
.sub02 .con .box_wrap01 .box .txt p i{display: block;}
.sub02 .con .box_wrap01 .box .txt em{display: flex;align-items: center;justify-content: center; width: 100%; height: 45px;font-size: 14px;font-weight: 500;  margin-top: 25px; 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 .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.w02{padding: 0;}
.sub02 .con .box_wrap01.w02 .box{width: calc((100% - 15px) / 2);}
.sub02 .con .box_wrap01.w02 .box .txt{padding: 30px 20px;}
.sub02 .con .box_wrap01.w02 .box .txt em{margin: 0;}
.sub02 .con .box_wrap01.w02 .box ul{padding: 0px 20px 30px;}
.sub02 .con .box_wrap01.w02 .box ul span br{display: none;}

.sub02 .con .box_wrap02{display: flex;flex-wrap:wrap;gap:20px;justify-content: center;}
.sub02 .con .box_wrap02 .box{display: flex;align-items: center;justify-content: center;gap:15px;flex-direction: column;position: relative;width: 100%; height: 180px; background: #fff; border-radius:16px; overflow: hidden;}
.sub02 .con .box_wrap02 .box em{position: absolute;bottom: -20px; left: -20px;color: #999; opacity: .1;font-size: 120px; font-weight: 700;}
.sub02 .con .box_wrap02 .box p{font-size: 18px; color: #333; font-weight: 700;text-align: center;}
.sub02 .con .box_wrap02 .box span{display: block;font-size: 15px; color: #666 ;line-height: 1.6;font-weight: 500;text-align: center;}

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

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

/* sub0201 */
.sub0201_wrap .con02 .sub_tit01 i{display: block;}

/* 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:20px;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: 160px; height: 160px; border-radius:50%; background: rgba(76,64,193,.8);}
.sub0202_wrap .con01 .img .txt_wrap .txt p{font-size: 14px; line-height: 1.6; 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 .sub_tit01 i{display: block;}

.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: 20px 15px; height: auto;}
.sub0202_wrap .con03 .box_wrap01 .box .txt p{font-size: 14px; line-height: 1.6;}

/*sub0203*/
.sub0203_wrap .con .sub_tit01 i{display: block;}
.sub0203_wrap .con04 .box_wrap{display: flex;gap:20px;padding: 0;}
.sub0203_wrap .con04 .box_wrap .box{width: calc((100% - 20px) / 2);}
.sub0203_wrap .con04 .box_wrap .box .top{position: relative;}
.sub0203_wrap .con04 .box_wrap .box .top .tit{position: absolute;top: -25px; left: 0;display: flex;align-items: center;justify-content: center;width: 100%; height: 50px; background: var(--co01); border-radius:40px;}
.sub0203_wrap .con04 .box_wrap .box .top .tit p{font-size: 16px;font-weight: 500;color: #fff;}
.sub0203_wrap .con04 .box_wrap .box .top .txt_wrap{height: 240px;padding: 40px 20px;background: #f5f5f5;border:1px solid #ddd; border-top: 0; border-radius:0 0 20px 20px;line-height: 1.4;}
.sub0203_wrap .con04 .box_wrap .box .top .txt_wrap p{font-size: 18px; color: var(--co01); font-weight: 700;text-align: center;}
.sub0203_wrap .con04 .box_wrap .box .top .txt_wrap span{display: block;font-size: 15px; color: #666; line-height: 1.6;margin-top: 20px;}

.sub0203_wrap .con04 .box_wrap .box .bot{position: relative;margin-top: 40px; padding: 40px 20px; background: #d4e1fb; border-radius:20px;text-align: center; line-height: 1.4;}
.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: 18px; color: #333; font-weight: 700;}
.sub0203_wrap .con04 .box_wrap .box .bot span{display: block;font-size: 13px; color: #666;font-weight: 500; margin-top: 15px; line-height: 1.6;}
.sub0203_wrap .con04 .box_wrap .box .bot i{display: block;}

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

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

.sub0301_wrap .search_con{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:30px;margin-bottom: 40px;}
.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: 50px; border-radius:30px; background: #f5f5f5;padding: 0px 20px;margin-left: auto;}
.sub0301_wrap .search_con .search_wrap input[type="text"]{width: calc(100% - 18px);background: transparent;	font-size: 16px;	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 12px rgba(0,0,0,.1);}
.sub0301_wrap .con_flex .con01 .top{padding: 50px 30px 40px;}
.sub0301_wrap .con_flex .con01 .top .logo{margin-bottom: 40px;}
.sub0301_wrap .con_flex .con01 .top .logo img{display: block;}
.sub0301_wrap .con_flex .con01 .top .txt_wrap h4{font-size: 18px; color: #333; font-weight: 700; margin-bottom: 20px;}
.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: 80px;font-size: 15px; color: var(--co03); font-weight: 700;}
.sub0301_wrap .con_flex .con01 .top .txt_wrap ul li span.l02{/* letter-spacing: 8px; */}
.sub0301_wrap .con_flex .con01 .top .txt_wrap ul li p{width: calc(100% - 80px);font-size: 15px; color: #333; font-weight: 500;}

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

.sub0301_wrap .con_flex .con02 .box_wrap{display: flex;flex-wrap:wrap;gap:10px;}
.sub0301_wrap .con_flex .con02 .box_wrap .box{position: relative;width: calc((100% - 10px) / 2); height: 260px;   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 20px 20px;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: 100px;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .logo img{display: block;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .txt_wrap{padding-top: 20px;border-top: 1px solid #ddd;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .txt_wrap span{display: block;font-size: 13px; color: var(--co03);font-weight: 700; margin-bottom: 10px;}
.sub0301_wrap .con_flex .con02 .box_wrap .box .txt_wrap p{font-size: 17px; color: #333; font-weight: 700; line-height: 1.6; height: 55px;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: 13px; color: #999; margin-top: 25px;}

.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;}

@media screen and (max-width:1025px) {
.sub0301_wrap .con_flex{flex-direction: column;}
.sub0301_wrap .con_flex .con{width: 100%;}
}

/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .inner{padding: 0 2.6%;}
.online_wrap_st01{display: flex;flex-wrap:wrap;gap:30px 20px;}
.online_wrap_st01 .input{width: calc((100% - 20px) / 2);}
.online_wrap_st01 .input.w02{width: 100%;}
.online_wrap_st01 .input.pri{margin-top: 30px;}
.online_wrap_st01 .input .tit{display: flex;justify-content: space-between;align-items: flex-end; margin-bottom: 12px;}
.online_wrap_st01 .input .tit p{font-size: 16px; color: #333; }
.online_wrap_st01 .input .tit p b{color: #fd1c1c; font-weight: 400;}
.online_wrap_st01 .input .tit span{font-size: 12px; color: #666;}
.online_wrap_st01 .input input[type="text"],
.online_wrap_st01 .input input[type="password"]{width: 100%; height: 50px; background: #f7f7f7; border-radius:8px; border:0;padding: 0 15px;font-size: 13px; 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{height: 50px; font-size: 13px;padding: 0 15px;border-radius:8px; }

.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: 50px; background: #f7f7f7; border-radius:8px; border:0;padding: 0 15px;font-size: 13px; 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 .filebox label img{width: 18px;}

.online_wrap_st01 .input textarea{width: 100%; height: 160px; background: #f7f7f7; border-radius:8px; border:0;padding: 15px;font-size: 13px; color: #666;}
.online_wrap_st01 .input .pri_wrap{padding: 15px;border:1px solid #ddd; border-radius:10px;}
.online_wrap_st01 .input .pri_wrap .txt{height: 180px;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: 13px; color: #666; line-height: 1.6;white-space: pre-wrap;}

.online_wrap_st01 .input .chk_wrap{margin-top: 15px;}
.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: 22px; font-size: 14px; 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: 14px; height: 14px; line-height: 12px; 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 i{display: block;}
.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;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .num{position: relative;display: flex;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .num p{width: 100px;text-align: right;font-size: 50px; 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: 20px;color: var(--co02);font-weight: 700;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .num span{display: flex;align-items: flex-end;font-size: 20px;color: #333;font-weight: 700;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .txt{margin-top: 30px;text-align: center;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .txt p{font-size: 18px; color: #333; font-weight: 700;}
.sub0601_wrap .con02 .count_wrap .txt_wrap .txt span{display: block;font-size: 15px; color: #666; margin-top: 12px;}

.sub0601_wrap .con02 .txt_box_wrap{display: flex;gap:20px;flex-wrap:wrap;margin-top: 60px;}
.sub0601_wrap .con02 .txt_box_wrap .txt_box{display: flex;justify-content: space-between;gap:20px;flex-direction: column;padding: 30px 25px;width: calc((100% - 20px) / 2); background: #fff; border-radius:20px; 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: 16px; color: var(--co02);font-weight: 700;}
.sub0601_wrap .con02 .txt_box_wrap .txt_box .txt p{font-size: 20px; color: #333;line-height: 1.6; font-weight: 700;margin: 15px 0px 12px;}
.sub0601_wrap .con02 .txt_box_wrap .txt_box .txt span{display: block;font-size: 15px; color: #666; line-height: 1.6;}

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

.sub0601_wrap .con04 .box_wrap{align-items: center;margin: 0;flex-direction: column;}
.sub0601_wrap .con04 .box_wrap > div{width: 100%;}
.sub0601_wrap .con04 .box_wrap .img img{width: 100%;}
.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: 17px; line-height: 1.6;}
.sub0601_wrap .con04 .box_wrap .txt ul li p{width: 200px;color: #333; font-weight: 700;}
.sub0601_wrap .con04 .box_wrap .txt ul li span{display: block;color: #666;width: calc(100% - 200px); }

.sub0601_wrap .con05{margin: 0;}
.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;flex-direction: column;gap:30px;padding: 50px 30px;}
.sub0601_wrap .con05 .map_txt .txt:not(:last-child){border-bottom: 1px solid #ddd;}
.sub0601_wrap .con05 .map_txt .txt strong{display: block;width: 100%;font-size: 26px; color: #333; font-weight: 700;}
.sub0601_wrap .con05 .map_txt .txt ul{width: 100%;}
.sub0601_wrap .con05 .map_txt .txt ul li{display: flex;font-size: 18px; color: #666; font-weight: 500;line-height: 1.6;}
.sub0601_wrap .con05 .map_txt .txt ul li:not(:last-child){margin-bottom: 20px;}
.sub0601_wrap .con05 .map_txt .txt ul li p{width: 80px;}
.sub0601_wrap .con05 .map_txt .txt ul li span{display: block;width: calc(100% - 80px);}

/* sub0602 */
.sub0602_wrap{line-height: 1;padding-bottom: 100px;}
.sub0602_wrap .cate_wrap{display: flex;gap:10px;justify-content: center; margin-bottom: 80px;}
.sub0602_wrap .cate_wrap a{display: flex;align-items: center;justify-content: center;width: 180px; height: 60px; border:1px solid var(--co01);font-size: 20px; 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: 0px;}
.sub0602_wrap .tab-con::after{content:'';position: absolute;top: 35px;left: 202px;width: 1px; height: 100%; background: #ddd;}

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

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

/* sub0603 */
.sub0603_wrap .inner{padding: 0 2.6%;}

/* sub0604 */
.sub0604_wrap{line-height: 1;}
.sub0604_wrap .inner{padding: 0 2.6%;}
.sub0604_wrap .logo_wrap{display: flex;flex-wrap:wrap;gap:30px 20px ;}
.sub0604_wrap .logo_wrap .logo{width: calc((100% - 60px) / 3);}
.sub0604_wrap .logo_wrap .img_wrap{position:relative; width:100%; padding-bottom:35.294%; border:1px solid #ddd; border-radius:10px;}
.sub0604_wrap .logo_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; max-width:100%; max-height:100%;}

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

/* sub0701 */
.sub0701_wrap{line-height: 1;}
.sub0701_wrap .inner{padding: 0 2.6%;}
.sub0701_wrap .top_wrap{display: flex;align-items: flex-start;justify-content: flex-start;gap:20px; margin-bottom: 30px;flex-direction: column;}
.sub0701_wrap .top_wrap .cate_wrap_st01{margin-bottom: 0;}
.sub0701_wrap .top_wrap .search_wrap{display: flex;align-items: center;width: 400px; height: 50px; border-radius:30px; border:1px solid #999;padding: 0 20px;margin-left: auto;}
.sub0701_wrap .top_wrap .search_wrap select{width: 72px; border:0;font-size: 16px; 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: 16px; color: #333; }
.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: 80px;}
.sub0701_wrap .tbl_wrap .col02{width: 100px;}
.sub0701_wrap .tbl_wrap .col03{}
.sub0701_wrap .tbl_wrap .col04{width: 100px;}
.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;}
.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 .tbl_wrap table.tbl_st02 td .secret img{display: block;width: 12px;}

.sub0701_wrap .bot_wrap{position: relative;padding-top: 50px;}
.sub0701_wrap .bot_wrap a.btn_st01{position: absolute;right: 0;top: 40px;transform:initial;}

}