@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: absolute;left: 0; top: 0; width: 100%;line-height: 1; z-index: 8000;transition:.3s;}
#header .inner{display: flex;align-items: center;justify-content: space-between; height: 90px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_tab.png)center no-repeat; width: 130px; height: 27px; background-size: cover;transition:.3s;}
#header .gnb{display: none;}
#header .gnb > li{position: relative;padding: 41px 25px;}
#header .gnb span a{position: relative;display: block;font-size: 17px; color: #fff; font-weight: 700;}
#header .gnb span a::after{content:'';position: absolute;left: 0;bottom: -17px;width: 0px; height: 2px; background: #fff;transition:.3s ease;}
#header .gnb > li.on span a::after{width: 30px;}
#header .gnb .lnb_sub{position: absolute; top: 92px; left: 0; z-index: 100; width: 200px; background: #fff;}
#header .gnb .lnb_sub ul{display: none;padding: 20px;}
#header .gnb .lnb_sub ul li a{display: block;color: #666;font-size: 17px;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}

/* navi */
.nav_btn{position: relative;display: block;width: 30px; height: 22px;}
.nav_btn::before{content:'';position: absolute;left: 0;top: 0; width: 100%;height: 2px; background: #fff;transition:.3s ease;}
.nav_btn::after{content:'';position: absolute;left: 0;bottom: 0; width: 100%;height: 2px; background: #fff;transition:.3s ease;}
.nav_btn span{position: absolute;left: 0;top: 10px; width: 100%;height: 2px; background: #fff;}

#header.nav{background: #fff;}
#header.nav h1 a{background: url(/assets/images/main/main_logo02_tab.png)center no-repeat;background-size: cover;}
#header.nav .nav_btn::before{background: #333;transform:rotate(45deg);top: 11px;}
#header.nav .nav_btn::after{background: #333;transform:rotate(-45deg);bottom: 9px;}
#header.nav .nav_btn span{opacity: 0;}

.navigation{position:absolute;top: 90px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation h3{height:45px;width:100%;}
.navigation h3#dep01{height: 60px;}
.navigation h3#dep01 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3#dep01.active a:after{transform:translateY(-50%) rotate(0deg);}
.navigation h3#dep01.on a:after{transform:translateY(-50%) rotate(0deg);}
.navigation h3 a{position: relative;height:100%;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 20px;color:#222;font-size:16px;font-weight: 700;}
.navigation h3#dep01 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%) rotate(180deg);right: 20px;width: 12px;height: 8px;background:url(/assets/images/main/nav_arr01_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:20px 0;background:#f5f5f5;border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.navigation ul li{margin-bottom: 20px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#666;font-size:14px;border:none;font-weight: 400;padding-left: 20px; word-break:keep-all;}
.navi_bg{display: none;position: absolute;top: 90px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

/* visual_wrap */
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;bottom: 100px;left: 0;width: 100%;}
#visual_wrap .txt_wrap .logo{margin-bottom: 13px;}
#visual_wrap .txt_wrap .logo img{width: 312px;}
#visual_wrap .txt_wrap p{font-size: 24px; color: #fff; font-weight: 500; line-height: 33px;margin-bottom: 20px;}
#visual_wrap .txt_wrap p span{font-size: 20px;}
#visual_wrap .txt_wrap strong{display: block;font-size: 60px; color: #fff;font-weight: 700;margin-bottom: 60px;}
#visual_wrap .txt_wrap .progress .dots_wrap ul{display: flex;gap:16px;}
#visual_wrap .txt_wrap .progress .dots_wrap ul li{position: relative;width: auto;flex:1;height: 2px; background: rgba(255,255,255,.3);text-indent: -9999px;}
#visual_wrap .txt_wrap .progress .dots_wrap ul li::after{content:'';position: absolute;left: 0; top: 0;width: 0;height: 100%;background: #fff;}
#visual_wrap .txt_wrap .progress .dots_wrap ul li.slick-active::after{animation:visAni01 5s ease forwards;}
@keyframes visAni01{
0%{width: 0;}
100%{width: 100%;}
}
#visual_wrap .txt_wrap .txt{display: flex;gap:16px;margin-top: 15px;}
#visual_wrap .txt_wrap .txt em{display: block;width: auto;flex:1;font-size: 14px;color: #fff;font-weight: 700;}

/* section */
.section{line-height: 1;padding: 95px 0 80px;}
.section .sec_tit.center{text-align: center;}
.section .sec_tit span{display: block;font-size: 20px;color: var(--co01); font-weight: 700; margin-bottom: 20px;}
.section .sec_tit p{font-size: 38px; color: #333; line-height: 1;font-weight: 700;}
.section a.more_btn01{display: flex;align-items: center; justify-content: center;width: 110px; height: 33px; border:1px solid #ddd; border-radius:27px;font-size: 14px; color: #666; background: #fff;transition:.3s ease;}
.section a.more_btn01:hover{transform:translateY(0px); box-shadow:0px 3px 15px rgba(0,0,0,.1);}

/* section01 */
#section01{background: url(/assets/images/main/sec01_bg01_tab.png)bottom left no-repeat;background-size: 425px;}
#section01 .inner{display: flex;align-items: flex-start;flex-direction: column;gap:55px;}
#section01 .txt_wrap{display: flex;flex-wrap:wrap;justify-content: space-between;width: 100%;}
#section01 .txt_wrap .sec_tit{margin-bottom: 0px;}
#section01 .txt_wrap .sec_tit p br{display: none;}
#section01 .txt_wrap a.more_btn01{margin-top: 35px;}
#section01 .txt_wrap .txt{width: 100%;margin-top: 32px;}
#section01 .txt_wrap .txt p{font-size: 14px; color: #666; line-height: 22px;}
#section01 .txt_wrap .txt p:not(:last-child){margin-bottom: 15px;}

#section01 .slide_wrap{width: 100%;}
#section01 .img_wrap{position:relative; width:100%; padding-bottom:48.077%;}
#section01 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;border-radius:20px;}

/* section02 */
#section02{padding: 100px 0;/*background: linear-gradient(180deg,#fff 260px, #f5f5f5 260px);*/}
#section02 .sec_tit{margin-bottom: 50px;}
#section02 .logo_wrap{display: flex;flex-wrap:wrap;gap:25px 20px;}
#section02 .logo_wrap .logo p{font-size:16px; text-align:center; margin-top:10px;}
#section02 .logo_wrap .logo{width: calc((100% - 60px) / 4);}
#section02 .logo_wrap .logo .img_wrap{position:relative; width:100%; padding-bottom:32.934%;}
#section02 .logo_wrap .logo .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:auto; max-width:100%; max-height:100%;}
#section02 a.more_btn01{margin: 45px auto 0;}

#footer{padding: 60px 0;background: #090c1d; line-height: 1;}
#footer .f_top{display: flex;justify-content: space-between;margin-bottom: 40px;}
#footer .f_top a.f_logo img{width: 130px;}
#footer .f_top .top_btn{display: flex;align-items: center;justify-content: center;width: 33px; height: 33px; border:1px solid rgba(255,255,255,.3);}
#footer .f_top .top_btn img{width: 9px;}
#footer address p{font-size: 14px; color: #888;line-height: 2;}
#footer address strong{display: inline-block;color: #fff;font-weight: 700;margin-right: 12px;}
#footer address i{display: inline-block;width: 40px;}
#footer p.copy{font-size: 14px; color: #888;margin-top: 25px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.3);}

/* =====sub============================================= */
#header.sub_header{position: relative;background: #fff;}
#header.sub_header h1 a{background: url(/assets/images/main/main_logo02_tab.png)center no-repeat; background-size: cover;}
#header.sub_header .gnb span a{color: #333;}
#header.sub_header .gnb span a::after{background: #333;}

#header.sub_header .nav_btn::before{background: #333;}
#header.sub_header .nav_btn::after{background: #333;}
#header.sub_header .nav_btn span{background: #333;}

#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;left: 0; bottom: 100px;width: 100%;}
#sub_visual_wrap .txt_wrap .inner{display: flex;align-items: flex-end;justify-content: space-between; flex-wrap:wrap;gap:20px}
#sub_visual_wrap .txt_wrap h3{font-size: 60px; color: #fff; font-weight: 700;}

#sub_contents{padding: 100px 0;}
#sub_contents .inner{width: 100%;padding: 0 2.6%;}
#sub_contents .inner02{width: 100%;margin: 0 auto;padding: 0 2.6%;}

.contop{line-height: 1;margin-bottom: 60px;}
.contop h3{font-size: 38px; color: #333; font-weight: 700;text-align: center;}

.tab_menu{position:relative; display: flex;align-items: center;gap:10px;margin-left: auto;}
.tab_menu .home{display: flex;align-items: center; justify-content: center;width: 50px; height: 50px;border-radius:50%;background: linear-gradient(90deg,rgba(27, 20, 100, .8) 0%, rgba(0, 0, 0, .8) 100%);}
.tab_menu .home img{width: 13px;}
.tab_menu .menu {display: flex; gap:10px; height:50px;}
.tab_menu .menu > li {position:relative;width:190px;  height:100%; background: rgba(255,255,255,.8); border-radius:32px;}
.tab_menu .menu > li::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 10px; height: 6px; background: url(/assets/images/sub/tab_arr_tab.png)center no-repeat; background-size: cover;}
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 20px; width:100%; height:100%; font-size: 15px; color:#333; font-weight: 700; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:calc(100% + 5px); left:0px; padding:20px 0; box-sizing:content-box; background-color:rgba(255,255,255,.8); z-index:10;border-radius:18px; box-shadow: 0px 0px 10px rgba(0,0,0,.2);}
.tab_menu .menu > li ul li ~ li { margin-top:12px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:15px; color:#333;  font-weight: 700;padding:0 20px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu .menu > li ul li.on a{color: var(--co01);}

/* sub공통 */
.sub_wrap{line-height: 1;}
.sub_wrap img{width: 100%;max-width: 100%;}
.sub_wrap .con .inner{display: flex;flex-direction: column;gap:25px;}
.sub_wrap .con:not(:last-child){padding-bottom: 100px;}
.sub_wrap .con.bg01{padding-top: 100px; background: #f5f5f5;margin-bottom: 100px;}
.sub_wrap .con.bg01:last-child{margin-bottom: 0;padding-bottom: 100px;}

.sub_wrap .con .tit{width: 100%;}
.sub_wrap .con .txt_wrap{width: 100%;}
.sub_wrap .con .txt_wrap .txt:not(:last-child){margin-bottom: 20px;}
.sub_wrap .con .txt_wrap p{font-size: 18px; font-weight: 600; color: #333; line-height: 1.6;}
.sub_wrap .con .txt_wrap p.co01{color: var(--co01);}

h3.h3_tit01{position: relative;font-size: 30px; color: #333; font-weight: 700;padding-left: 20px; line-height: 1.6;}
h3.h3_tit01::after{content:'';position: absolute;left: 0; top: 10px; background: url(/assets/images/sub/txt_icon01.png); width: 10px;height: 10px; background-size: cover;}

ul.ul_st01 li{position: relative;font-size: 18px; color: #333; line-height: 1.8;font-weight: 500;padding-left: 28px;}
ul.ul_st01 li::after{content:'';position: absolute;top: 12px; left: 0;width: 5px; height: 5px; background: #999; border-radius:50%;}

ul.ul_st02 li{position: relative;color: #333; font-weight: 500;padding-left: 15px;font-size: 16px; line-height: 1.8;}
ul.ul_st02 li::after{content:'';position: absolute;top: 11px; left: 0;width: 4px; height: 4px; background: #333; border-radius:50%;}

ul.ul_st03 > li{display: flex;gap:20px;}
ul.ul_st03 > li:not(:last-child){margin-bottom: 15px;}
ul.ul_st03 > li em{position: relative;display: flex;align-items: center; justify-content: center;width: 46px; height: 46px;font-size: 16px; color: #999; font-weight: 700; z-index: 1;transition:.3s;transform: translateY(6px);}
ul.ul_st03 > li em::after{content:'';position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%) rotate(45deg);z-index: -1;width: 36px; height: 36px;background: #ddd;transition:.3s;}
ul.ul_st03 > li .span_wrap{display: flex;align-items: center;padding: 20px 30px;width: calc(100% - 66px);min-height: 60px; background: #fff; border-radius:12px;border:1px solid #fff;transition:.3s;}
ul.ul_st03 > li .span_wrap span{display: block;font-size: 16px; color: #999; font-weight: 600; transition:.3s;}

ul.ul_st03 > li .span_wrap .span_flex{display: flex;}
ul.ul_st03 > li .span_wrap .span_flex span{width: 240px;line-height: 40px;}

ul.ul_st03 > li.on em{color: #d7d4ff;}
ul.ul_st03 > li.on em::after{background: var(--co02);}
ul.ul_st03 > li.on .span_wrap{border:1px solid var(--co02);}
ul.ul_st03 > li.on .span_wrap span{color: #333;}

ul.ul_st04 li{position: relative;color: #999; font-weight: 500;padding-left: 18px;font-size: 14px; line-height: 1.8;transition:.3s;}
ul.ul_st04 li::after{content:'';position: absolute;top: 9px; left: 0;width: 5px; height: 5px; background: #ddd; border-radius:50%;transition:.3s;}

ul.ul_st04 li.on{color: #666;}
ul.ul_st04 li.on::after{background: #d7d4ff;}

table.tbl01{width: 100%;table-layout: fixed;border-top: 1px solid #999;}
table.tbl01 th{padding: 12px;font-size: 16px; color: #333; font-weight: 600; background: #f7f6ff;border:1px solid #ddd;}
table.tbl01 td{padding: 12px;font-size: 16px; color: #333; font-weight: 500; text-align: center;border:1px solid #ddd;}
table.tbl01 th:first-child,
table.tbl01 td:first-child{border-left: 0;}
table.tbl01 th:last-child,
table.tbl01 td:last-child{border-right: 0;}
table.tbl01 td ul{width: fit-content;margin: 0 auto;text-align: left;}

.sub_wrap .box_wrap_st01{display: flex;flex-wrap:wrap;gap:10px;}
.sub_wrap .box_wrap_st01 .box{width: calc((100% - 20px) / 3); height: 160px; padding: 20px 25px; background: url(/assets/images/sub/sub0201_icon01.png)bottom 15px right 15px no-repeat #f1f1f1; border-radius:10px;}

.sub_wrap .box_wrap_st01.flex-c .box{width: 100%;}

.sub_wrap .box_wrap_st02{display: flex;flex-wrap:wrap;gap:10px;}
.sub_wrap .box_wrap_st02 .box{position: relative;display: flex;align-items: center;width: calc((100% - 10px) / 2); background: #ebe9ff; border-radius:8px;}
.sub_wrap .box_wrap_st02 .box em{display: flex;align-items: center;font-size: 16px; color: var(--co02); font-weight: 700;justify-content: center;width: 40px; height: 100%;border-right: 1px solid #d2cff9;}
.sub_wrap .box_wrap_st02 .box p{font-size: 16px; line-height: 1.6; color: var(--co02); font-weight: 600;padding:15px;width: calc(100% - 40px);}
.sub_wrap .box_wrap_st02 .box p span{display: block;font-size: 15px; color: #7670b3;}
.sub_wrap .box_wrap_st02 .box .tag{display: flex;align-items: center; justify-content: center;position: absolute; right: 15px; top: 50%;transform:translateY(-50%);width: 100px; height: 35px; background: #fff; border-radius:3px;font-size: 16px; color: #7670b3; font-weight: 600;}

.sub_wrap .box_wrap_st02.flex-c .box{width: 100%;}

.sub_wrap .box_wrap_st03 .box:not(:last-child){margin-bottom: 60px;}
.sub_wrap .box_wrap_st03 .box > p{margin-bottom: 20px;}
.sub_wrap .box_wrap_st03 .box .bg_box{padding: 40px 30px;background: #fff; border-radius:10px;}

.sub_wrap .img_flex{display: flex;gap:10px;}
.sub_wrap .img_flex .img span{display: block;font-size: 14px; color: #666;line-height: 1.6;margin-top: 5px;}

.sub_wrap .txt_wrap .slide_box{position: relative;width: 100%;}
.sub_wrap .txt_wrap .slide_box .slide_items{position: absolute;bottom: 20px;right: 20px;}
.sub_wrap .txt_wrap .slide_box .slide_items .numcount{display: flex;gap:12px;align-items: center; justify-content: center; width: 48px; height: 24px; background: rgba(0,0,0,.5); border-radius:12px;}
.sub_wrap .txt_wrap .slide_box .slide_items span{position: relative;font-size: 12px; color: #fff;}
.sub_wrap .txt_wrap .slide_box .slide_items span.total{color: #ddd;}
.sub_wrap .txt_wrap .slide_box .slide_items span.total::after{content:'/';position: absolute;left: -7px;}
.sub_wrap .txt_wrap .slide_box .slick-prev{position: absolute;left: 0;top: 50%;transform:translateY(-50%); background: url(/assets/images/sub/sub_prev01.png)center no-repeat; width: 48px; height: 48px; background-size: cover;z-index: 100; text-indent: -9999px;}
.sub_wrap .txt_wrap .slide_box .slick-next{position: absolute;right: 0;top: 50%;transform:translateY(-50%); background: url(/assets/images/sub/sub_next01.png)center no-repeat; width: 48px; height: 48px; background-size: cover;z-index: 100; text-indent: -9999px;}


/* sub0101 */
.sub0101_wrap{display: flex;flex-direction: column;gap:45px;padding-bottom: 100px;background: url(/assets/images/sub/sub0101_bg01_tab.png)center bottom no-repeat;background-size: 100%;line-height: 1;}
.sub0101_wrap .tit{width: 100%;}
.sub0101_wrap .tit p{font-size: 36px; color: #333; line-height: 52px;font-weight: 700;}
.sub0101_wrap .tit p b{color: var(--co01);font-weight: 700;}

.sub0101_wrap .txt_wrap{width: 100%;}
.sub0101_wrap .txt_wrap p{font-size: 14px; color: #666; line-height: 22px;}
.sub0101_wrap .txt_wrap p:not(:last-child){margin-bottom: 25px;}
.sub0101_wrap .txt_wrap strong{display: block;font-size: 15px; color: #333; font-weight: 600;text-align: right;margin-top: 35px;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .tab-menu-wrap{display: flex; margin-bottom: 80px;}
.sub0102_wrap .tab-menu-wrap a{display: flex;align-items: center; justify-content: center; flex:1; height: 60px; font-size: 15px; color: #999; font-weight: 600; background: #f5f5f5;transition:.3s;text-align: center;line-height: 1.5;}
.sub0102_wrap .tab-menu-wrap a.on{background: var(--co02);color: #fff;}
.sub0102_wrap .contop{margin-bottom: 80px;}

.sub0102_wrap .list_wrap{width: 1000px;max-width: 100%;margin: 0 auto;}
.sub0102_wrap .list_wrap .list{border:1px solid #b2afd0;padding: 15px 20px; border-radius:10px;min-height: 60px;}
.sub0102_wrap .list_wrap .list:not(:last-child){margin-bottom: 10px;}
.sub0102_wrap .list_wrap .list p{position: relative;font-size: 18px; color: #666; line-height: 1.6;padding-left: 24px;}
.sub0102_wrap .list_wrap .list p::after{content:'';position: absolute; left: 0; top: 10px; background: url(/assets/images/sub/txt_icon01.png) center no-repeat; width: 8px; height: 8px; background-size: cover;}

/* sub0103 */
.sub0103_wrap{line-height: 1; padding-bottom: 120px; background: url(/assets/images/sub/sub0103_bg01.jpg)center bottom no-repeat; background-size: 100%;}
.sub0103_wrap .img_wrap img{margin: 0 auto;max-width: 100%;width: 600px;}

/* sub0104 */
.sub0104_wrap{position: relative;line-height: 1;}
.sub0104_wrap::after{content:'';position: absolute; top: 100px;right: -50px; background: url(/assets/images/sub/sub0104_bg01.png); width: 500px; height: 106.12px; background-size: cover;z-index: -1;}
.sub0104_wrap .contop{margin-bottom: 40px;}
.sub0104_wrap .contop h3{text-align: left;}
.sub0104_wrap .txt_wrap{margin-bottom: 40px;}
.sub0104_wrap .txt_wrap p{font-size: 20px; color: #333; font-weight: 600;margin-bottom: 20px; line-height: 1.6;}
.sub0104_wrap .txt_wrap .txt{display: flex;gap:30px;}
.sub0104_wrap .txt_wrap .txt strong{font-size: 16px; color: #333;font-weight: 600;}
.sub0104_wrap .txt_wrap .txt strong:not(:last-child)::after{content:'|';position: absolute; right: -19px; top: 0;}
.sub0104_wrap .txt_wrap .txt strong b{color: var(--co02);font-weight: 600;}
.sub0104_wrap .map_wrap{position:relative; width:100%; padding-bottom:56%;}
.sub0104_wrap .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

/*sub0201*/
.sub0201_wrap .con05 table.tbl01 .col01{width: 15%;}
.sub0201_wrap .con05 table.tbl01 .col02{width: 50%;}

.sub0201_wrap .con07 .box_wrap_st03 .box .bg_box img{margin: 0 auto 30px;width: auto;}

/*sub0202*/
.sub0202_wrap .con01 .box_wrap{position: relative;display: flex;flex-wrap:wrap;gap:20px 180px; padding: 40px 30px; border:1px solid #ddd; border-radius:20px;}
.sub0202_wrap .con01 .box_wrap .box{position: relative;display: flex; width: calc((100% - 180px) / 2); height: 100px; background: #f7f6ff; border-radius:12px;}
.sub0202_wrap .con01 .box_wrap .box em{display: flex;align-items: center; justify-content: center;position: absolute;top: 0; left: 0;width: 80px; height: 100%; border-radius:10px; font-size: 16px; color: #fff; font-weight: 700; background: #474183;}
.sub0202_wrap .con01 .box_wrap .box .right{display: flex;justify-content: center;flex-direction: column;gap:8px;width: 100%;padding-left: 100px;padding-right: 20px;}
.sub0202_wrap .con01 .box_wrap .box .right strong{font-size: 16px; color: var(--co01);}
.sub0202_wrap .con01 .box_wrap .box .right span{font-size: 16px; color: #333;line-height: 1.5;}
.sub0202_wrap .con01 .box_wrap .center{display: flex;align-items: center; justify-content: center;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 140px; height: 140px;font-size: 20px; color: var(--co02); font-weight: 700; background: #fff; border-radius:50%; box-shadow: 0px 0px 20px rgba(71,65,131,.3);}

/*sub0501*/
.sub0501_wrap .con h3.h3_tit01 br{display: none;}
.sub0501_wrap .con ul.ul_st04 li:first-child{padding-left: 0;}
.sub0501_wrap .con ul.ul_st04 li:first-child::after{display: none;}

/*sub0601*/
.sub0601_wrap .con07 .box_wrap{display: flex;gap:10px;flex-direction: column;}
.sub0601_wrap .con07 .box_wrap .th_box{display: flex;gap:10px;}
.sub0601_wrap .con07 .box_wrap .th_box .box{display: flex;align-items: center; justify-content: center;width: 35%;background: #e4e4e4; border-radius:10px;}
.sub0601_wrap .con07 .box_wrap .th_box .box.box01{height: 60px;margin-bottom: 0px;}
.sub0601_wrap .con07 .box_wrap .th_box .box.box02{width: 65%;height: 60px;}
.sub0601_wrap .con07 .box_wrap .th_box .box p{font-size: 16px; color: #666; font-weight: 500;line-height: 1;}
.sub0601_wrap .con07 .box_wrap .th_box .box p br{display: none;}

.sub0601_wrap .con07 .box_wrap .td_box{width: 100%;display: flex;gap: 10px;}
.sub0601_wrap .con07 .box_wrap .td_box .box{border-radius:14px;}
.sub0601_wrap .con07 .box_wrap .td_box .top{display: flex;gap:10px;flex-direction: column;width: 35%;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box{width: 100%; padding: 21px 22px; }
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box01{background: #d6d4f7;height: 337px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box02{background: #c1bfd9;height: 227px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box03{background: #c6c4d8;height: 330px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box p{font-size: 16px;color: var(--co02);font-weight: 600;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box p em{color: #fff;font-weight: 700;margin-right: 10px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box p span{font-size: 14px;font-weight: 500;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box > span{display: block;font-size: 14px; color: #333; font-weight: 500; line-height: 1.6;margin-top: 10px;}

.sub0601_wrap .con07 .box_wrap .td_box .bot{display: flex;gap:10px;flex-direction: column;width: 65%;margin-top: 0px;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box{width: 100%;padding: 21px 20px;background: #fff;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box p{font-size: 16px;font-weight: 700;margin-bottom: 3px;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box ul.ul_st04 li{line-height: 22px;font-size: 14px;}

.sub0601_wrap .con07 .box_wrap .td_box .bot .box01{border:1px solid #a29deb;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box02{border:1px solid #736fa9;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box03{margin-bottom: 10px;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box01 p{color: #9993ea;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box02 p{color: #6560a1;}

.sub0601_wrap .con07 .box_wrap .td_box .bot .left{display: flex;flex-direction: column;gap:10px;width: 100%;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .left .box{width: 100%;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .right .box{padding: 21px 20px;border:1px solid #302a72;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .right .box p{color: var(--co02);}


}