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

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

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

/* 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: 60px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_mob.png)center no-repeat; width: 88px; height: 18px; 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: 22px; height: 16px;}
.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: 7px; width: 100%;height: 2px; background: #fff;}

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

.navigation{position:absolute;top: 60px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation h3{height:33px;width:100%;}
.navigation h3#dep01{height: 42px;}
.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 15px;color:#222;font-size:14px;font-weight: 700;}
.navigation h3#dep01 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%) rotate(180deg);right: 10px;width: 11px;height: 6px;background:url(/assets/images/main/nav_arr01_mob.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:15px 0;background:#f5f5f5;border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.navigation ul li{margin-bottom: 15px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#666;font-size:12px;border:none;font-weight: 400;padding-left: 15px; word-break:keep-all;}
.navi_bg{display: none;position: absolute;top: 60px;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: 65px;left: 0;width: 100%;}
#visual_wrap .txt_wrap .logo{margin-bottom: 13px;}
#visual_wrap .txt_wrap .logo img{width: 225px;}
#visual_wrap .txt_wrap p{font-size: 17px; color: #fff; font-weight: 500; line-height: 22px;margin-bottom: 10px;}
#visual_wrap .txt_wrap p span{font-size: 14px;}
#visual_wrap .txt_wrap strong{display: block;font-size: 36px; color: #fff;font-weight: 700;margin-bottom: 40px;}
#visual_wrap .txt_wrap .progress .dots_wrap ul{display: flex;gap:10px;}
#visual_wrap .txt_wrap .progress .dots_wrap ul li{position: relative;width: 52px;flex:initial;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: none;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: 65px 0 50px;}
.section .sec_tit.center{text-align: center;}
.section .sec_tit span{display: block;font-size: 16px;color: var(--co01); font-weight: 700; margin-bottom: 15px;}
.section .sec_tit p{font-size: 25px; color: #333; line-height: 1;font-weight: 700;}
.section a.more_btn01{display: flex;align-items: center; justify-content: center;width: 90px; height: 27px; border:1px solid #ddd; border-radius:27px;font-size: 12px; 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_mob.png)bottom left no-repeat;background-size: 256px;}
#section01 .inner{display: flex;align-items: flex-start;flex-direction: column;gap:40px;}
#section01 .txt_wrap{display: flex;flex-wrap:wrap;justify-content: flex-start;width: 100%;}
#section01 .txt_wrap .sec_tit{width: 100%;margin-bottom: 0px;}
#section01 .txt_wrap .sec_tit p br{display: none;}
#section01 .txt_wrap a.more_btn01{margin-top: 25px;}
#section01 .txt_wrap .txt{width: 100%;margin-top: 32px;}
#section01 .txt_wrap .txt p{font-size: 12px; color: #666; line-height: 20px;}
#section01 .txt_wrap .txt p:not(:last-child){margin-bottom: 13px;}
#section01 .txt_wrap .txt p br{display: none;}

#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: 65px 0 ;/*background: linear-gradient(180deg,#fff 175px, #f5f5f5 130px);*/}
#section02 .sec_tit{margin-bottom: 35px;}
#section02 .logo_wrap{display: flex;flex-wrap:wrap;gap:15px;}
#section02 .logo_wrap .logo{width: calc((100% - 30px) / 3);}
#section02 .logo_wrap .logo p{font-size:12px; text-align:center; margin-top:5px;}
#section02 .logo_wrap .logo .img_wrap{position:relative; width:100%; padding-bottom:32.407%;}
#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: 40px auto 0;}

#footer{padding: 50px 0;background: #090c1d; line-height: 1;}
#footer .f_top{display: flex;justify-content: space-between;margin-bottom:35px;}
#footer .f_top a.f_logo img{width: 88px;}
#footer .f_top .top_btn{display: flex;align-items: center;justify-content: center;width: 27px; height: 27px; border:1px solid rgba(255,255,255,.3);}
#footer .f_top .top_btn img{width: 7px;}
#footer address p{font-size: 12px; color: #888;line-height: 2;}
#footer address p:nth-child(1){display: flex;margin-bottom: 2px;}
#footer address p em{line-height: 18px;}
#footer address strong{display: inline-block;color: #fff;font-weight: 700;margin-right: 10px;line-height: 18px;}
#footer address i{display: inline-block;width: 30px;}
#footer address p:nth-child(2) i:nth-of-type(2){display: block; width: 0; height: 0;padding: 0;margin: 0;}
#footer address p b{display: block;}
#footer p.copy{font-size: 12px; color: #888;margin-top: 25px; padding-top: 25px; 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_mob.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: 65px;width: 100%;}
#sub_visual_wrap .txt_wrap .inner{display: flex;align-items: center;justify-content: center;flex-direction: column;gap:50px;}
#sub_visual_wrap .txt_wrap h3{font-size: 36px; color: #fff; font-weight: 700;text-align: center;}

#sub_contents{padding: 70px 0;}

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

.tab_menu{position:relative; display: flex;align-items: center;gap:5px;}
.tab_menu .home{display: flex;align-items: center; justify-content: center;width: 36px; height: 36px;border-radius:50%;background: linear-gradient(90deg,rgba(27, 20, 100, .8) 0%, rgba(0, 0, 0, .8) 100%);}
.tab_menu .home img{width: 11px;}
.tab_menu .menu {display: flex; gap:10px; height:36px;}
.tab_menu .menu > li {position:relative;width:145px;  height:100%; background: rgba(255,255,255,.8); border-radius:32px;}
.tab_menu .menu > li::after{content:'';position: absolute; right: 15px; 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 15px; width:100%; height:100%; font-size: 12px; 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:15px 0; box-sizing:content-box; background-color:rgba(255,255,255,.8); z-index:10;border-radius:14px; 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:12px; color:#333;  font-weight: 700;padding:0 15px; 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:10px;}
.sub_wrap .con:not(:last-child){padding-bottom: 60px;}
.sub_wrap .con.bg01{padding-top: 60px; background: #f5f5f5;margin-bottom: 60px;}
.sub_wrap .con.bg01:last-child{margin-bottom: 0;padding-bottom: 60px;}

.sub_wrap .con .tit{width: 100%;}
.sub_wrap .con .txt_wrap{width: 100%;}
.sub_wrap .con .txt_wrap .txt:not(:last-child){margin-bottom: 10px;}
.sub_wrap .con .txt_wrap p{font-size: 13px; 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: 18px; color: #333; font-weight: 700;padding-left: 16px; line-height: 1.6;}
h3.h3_tit01::after{content:'';position: absolute;left: 0; top: 3px; background: url(/assets/images/sub/txt_icon01.png); width: 8px;height: 8px; background-size: cover;}

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

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

ul.ul_st03 > li{display: flex;gap:10px;}
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: 36px; height: 36px;font-size: 13px; 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: 26px; height: 26px;background: #ddd;transition:.3s;}
ul.ul_st03 > li .span_wrap{display: flex;align-items: center;padding: 15px 10px;width: calc(100% - 46px);min-height: 40px; background: #fff; border-radius:6px;border:1px solid #fff;transition:.3s;}
ul.ul_st03 > li .span_wrap span{display: block;font-size: 13px; color: #999; font-weight: 600; transition:.3s;line-height: 1.5;}

ul.ul_st03 > li .span_wrap .span_flex{display: flex;flex-direction: column;gap:10px;}
ul.ul_st03 > li .span_wrap .span_flex span{width: 100%;line-height: 1;}

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: 14px;font-size: 13px; line-height: 1.6;transition:.3s;}
ul.ul_st04 li::after{content:'';position: absolute;top: 8px; left: 0;width: 4px; height: 4px; 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: 10px;font-size: 13px; color: #333; font-weight: 600; background: #f7f6ff;border:1px solid #ddd;}
table.tbl01 td{padding: 10px;font-size: 13px; 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:5px;}
.sub_wrap .box_wrap_st01 .box{width: 100%; height: auto; padding: 20px 15px; background: url(/assets/images/sub/sub0201_icon01.png)bottom 10px right 10px no-repeat #f1f1f1; border-radius:6px; background-size: 40px;}

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

.sub_wrap .box_wrap_st02{display: flex;flex-wrap:wrap;gap:5px;}
.sub_wrap .box_wrap_st02 .box{position: relative;display: flex;align-items: center;flex-wrap:wrap;gap:10px 0;width: 100%; background: #ebe9ff; border-radius:6px;padding: 15px 10px;}
.sub_wrap .box_wrap_st02 .box em{display: flex;align-items: center;font-size: 13px; color: var(--co02); font-weight: 700;justify-content: center;width: 30px; height: auto;border-right: 1px solid #d2cff9;}
.sub_wrap .box_wrap_st02 .box p{font-size: 13px; line-height: 1.6; color: var(--co02); font-weight: 600;padding:0 15px;width: calc(100% - 30px);}
.sub_wrap .box_wrap_st02 .box p span{display: block;font-size: 13px; color: #7670b3;}
.sub_wrap .box_wrap_st02 .box .tag{display: flex;align-items: center; justify-content: center;position: initial; right: 15px; top: 50%;transform:initial;width: 80px; height: 25px; background: #fff; border-radius:3px;font-size: 13px; color: #7670b3; font-weight: 600;margin-left: auto;}

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

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

.sub_wrap .img_flex{display: flex;gap:15px;flex-direction: column;}
.sub_wrap .img_flex .img span{display: block;font-size: 13px; 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: 10px;right: 10px;}
.sub_wrap .txt_wrap .slide_box .slide_items .numcount{display: flex;gap:10px;align-items: center; justify-content: center; width: 45px; height: 20px; background: rgba(0,0,0,.5); border-radius:12px;}
.sub_wrap .txt_wrap .slide_box .slide_items span{position: relative;font-size: 11px; 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: -6px;}
.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: 28px; height: 28px; 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: 28px; height: 28px; background-size: cover;z-index: 100; text-indent: -9999px;}


/* sub0101 */
.sub0101_wrap{display: flex;flex-direction: column;gap:30px;padding-bottom: 70px;background: url(/assets/images/sub/sub0101_bg01_mob.png)center bottom no-repeat;background-size: 100%;line-height: 1;}
.sub0101_wrap .tit{width: 100%;}
.sub0101_wrap .tit p{font-size: 20px; color: #333; line-height: 32px;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: 12px; color: #666; line-height: 20px;}
.sub0101_wrap .txt_wrap p:not(:last-child){margin-bottom: 15px;}
.sub0101_wrap .txt_wrap strong{display: block;font-size: 14px; color: #333; font-weight: 600;text-align: right;margin-top: 35px;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .tab-menu-wrap{display: flex;flex-wrap:wrap; margin-bottom: 40px;}
.sub0102_wrap .tab-menu-wrap a{display: flex;align-items: center; justify-content: center; flex:initial; width: calc(100% / 3); height: 40px; font-size: 12px; color: #999; font-weight: 600; background: #f5f5f5;transition:.3s;text-align: center;line-height: 1.3;}
.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: 12px 10px; border-radius:10px;min-height: 45px;}
.sub0102_wrap .list_wrap .list:not(:last-child){margin-bottom: 5px;}
.sub0102_wrap .list_wrap .list p{position: relative;font-size: 13px; color: #666; line-height: 1.6;padding-left: 16px;}
.sub0102_wrap .list_wrap .list p::after{content:'';position: absolute; left: 0; top: 7px; background: url(/assets/images/sub/txt_icon01.png) center no-repeat; width: 6px; height: 6px; 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: 355px;}

/* sub0104 */
.sub0104_wrap{position: relative;line-height: 1;}
.sub0104_wrap::after{content:'';position: absolute; top: 60px;right: -20px; background: url(/assets/images/sub/sub0104_bg01.png); width: 200px; height: 42.448px; background-size: cover;z-index: -1;}
.sub0104_wrap .contop{margin-bottom: 20px;}
.sub0104_wrap .contop h3{text-align: left;}
.sub0104_wrap .txt_wrap{margin-bottom: 20px;}
.sub0104_wrap .txt_wrap p{font-size: 14px; color: #333; font-weight: 600;margin-bottom: 12px; line-height: 1.6;}
.sub0104_wrap .txt_wrap .txt{display: flex;gap:10px 20px;flex-wrap:wrap;}
.sub0104_wrap .txt_wrap .txt strong{font-size: 13px; color: #333;font-weight: 600;}
.sub0104_wrap .txt_wrap .txt strong:not(:last-child)::after{content:'|';position: absolute; right: -12px; 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: 20%;}
.sub0201_wrap .con05 table.tbl01 .col02{width: 45%;}

.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:10px; padding: 140px 15px 20px; border:1px solid #ddd; border-radius:10px;}
.sub0202_wrap .con01 .box_wrap .box{position: relative;display: flex; width: 100%; 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: 70px; height: 100%; border-radius:10px; font-size: 13px; 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: 80px;padding-right: 10px;}
.sub0202_wrap .con01 .box_wrap .box .right strong{font-size: 13px; color: var(--co01);}
.sub0202_wrap .con01 .box_wrap .box .right span{font-size: 13px; color: #333;line-height: 1.5;}
.sub0202_wrap .con01 .box_wrap .center{display: flex;align-items: center; justify-content: center;position: absolute;top: 20px;left: 50%;transform:translateX(-50%);width: 100px; height: 100px;font-size: 16px; 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:5px;flex-direction: column;}
.sub0601_wrap .con07 .box_wrap .th_box{display: flex;gap:5px;}
.sub0601_wrap .con07 .box_wrap .th_box .box{display: flex;align-items: center; justify-content: center;width: 40%;background: #e4e4e4; border-radius:6px;}
.sub0601_wrap .con07 .box_wrap .th_box .box.box01{height: 30px;margin-bottom: 0px;}
.sub0601_wrap .con07 .box_wrap .th_box .box.box02{width: 60%;height: 30px;}
.sub0601_wrap .con07 .box_wrap .th_box .box p{font-size: 13px; 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: 5px;}
.sub0601_wrap .con07 .box_wrap .td_box .box{border-radius:6px;}
.sub0601_wrap .con07 .box_wrap .td_box .top{display: flex;gap:5px;flex-direction: column;width: 40%;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box{width: 100%; padding: 15px 10px; }
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box01{background: #d6d4f7;height: 286px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box02{background: #c1bfd9;height: 190px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box03{background: #c6c4d8;height: 268px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box p{font-size: 13px;color: var(--co02);font-weight: 600;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box p em{display: block;color: #fff;font-weight: 700;margin-right: 3px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box p span{display: block;font-size: 11px;font-weight: 500;margin-top: 3px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box > span{display: block;font-size: 12px; color: #333; font-weight: 500; line-height: 1.6;margin-top: 5px;}

.sub0601_wrap .con07 .box_wrap .td_box .bot{display: flex;gap:5px;flex-direction: column;width: 60%;margin-top: 0px;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box{width: 100%;padding: 15px 10px;background: #fff;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box p{font-size: 13px;font-weight: 700;margin-bottom: 3px;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box ul.ul_st04 li{line-height: 1.6;font-size: 12px;}

.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: 5px;}
.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:5px;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: 15px 10px;border:1px solid #302a72;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .right .box p{color: var(--co02);}


}