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

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

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

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

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

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

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

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Suit'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */

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


:root {
  --co01: #060b49;
  --co02: #1b1464;
}

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

.fc{font-family: "Cormorant Garamond", serif;}

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

/* header */
#header{position: absolute;left: 0; top: 0; width: 100%;line-height: 1; z-index: 8000;}
#header .inner{display: flex;align-items: center;justify-content: space-between; height: 100px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_pc.png)center no-repeat; width: 195px; height: 41px; background-size: cover;}
#header .gnb{display: flex;}
#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{display: none;}
.navigation{display: none;}

/* visual_wrap */
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;bottom: 120px;left: 0;width: 100%;}
#visual_wrap .txt_wrap .logo{margin-bottom: 20px;}
#visual_wrap .txt_wrap p{font-size: 28px; color: #fff; font-weight: 500; line-height: 40px;margin-bottom: 20px;}
#visual_wrap .txt_wrap p span{font-size: 24px;}
#visual_wrap .txt_wrap strong{display: block;font-size: 60px; color: #fff;font-weight: 700;margin-bottom: 75px;}
#visual_wrap .txt_wrap .progress .dots_wrap ul{display: flex;gap:20px;}
#visual_wrap .txt_wrap .progress .dots_wrap ul li{position: relative;width: 320px; 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:20px;margin-top: 20px;}
#visual_wrap .txt_wrap .txt em{display: block;width: 320px;font-size: 17px;color: #fff;font-weight: 700;}

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

/* section01 */
#section01{background: url(/assets/images/main/sec01_bg01_pc.png)bottom left no-repeat;}
#section01 .inner{display: flex;align-items: flex-end;}
#section01 .txt_wrap{width: 640px;}
#section01 .txt_wrap .sec_tit{margin-bottom: 30px;}
#section01 .txt_wrap .txt{margin-top: 100px;}
#section01 .txt_wrap .txt p{font-size: 17px; color: #666; line-height: 30px;}
#section01 .txt_wrap .txt p:not(:last-child){margin-bottom: 20px;}

#section01 .slide_wrap{width: calc(100% - 640px);}
#section01 .img_wrap{position:relative; width:100%; padding-bottom:48.075%;}
#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{background: linear-gradient(180deg,#fff 315px, #f5f5f5 315px);}*/
#section02 .sec_tit{margin-bottom: 50px;}
#section02 .logo_wrap{display: flex;flex-wrap:wrap;gap:40px;}
#section02 .logo_wrap .logo{width: calc((100% - 200px) / 6);}
#section02 .logo_wrap .logo p{font-size:18px; text-align:center; margin-top:10px;}
#section02 .logo_wrap .logo .img_wrap{position:relative; width:100%; padding-bottom:35.573%;}
#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: 80px 0;background: #090c1d; line-height: 1;}
#footer .f_top{display: flex;justify-content: space-between;margin-bottom: 40px;}
#footer .f_top .top_btn{display: flex;align-items: center;justify-content: center;width: 50px; height: 50px; border:1px solid rgba(255,255,255,.3);}
#footer address p{font-size: 17px; color: #888;line-height: 2;}
#footer address strong{display: inline-block;color: #fff;font-weight: 700;margin-right: 20px;}
#footer address i{display: inline-block;width: 50px;}
#footer p.copy{font-size: 17px; color: #888;margin-top: 20px; padding-top: 20px; 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_pc.png)center no-repeat; background-size: cover;}
#header.sub_header .gnb span a{color: #333;}
#header.sub_header .gnb span a::after{background: #333;}

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

#sub_contents{padding: 120px 0;}
#sub_contents.no_pb{padding-bottom: 0;}
#sub_contents .inner{width: 1500px;padding: 0;}
#sub_contents .inner02{width: 1720px;margin: 0 auto;}

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

.tab_menu{position:relative; display: flex;align-items: center;gap:10px; }
.tab_menu .home{display: flex;align-items: center; justify-content: center;width: 64px; height: 64px;border-radius:50%;background: linear-gradient(90deg,rgba(27, 20, 100, .8) 0%, rgba(0, 0, 0, .8) 100%);}
.tab_menu .menu {display: flex; gap:10px; height:64px;}
.tab_menu .menu > li {position:relative;width:260px;  height:100%; background: rgba(255,255,255,.8); border-radius:32px;}
.tab_menu .menu > li::after{content:'';position: absolute; right: 30px; top: 50%; transform:translateY(-50%);width: 14px; height: 8px; background: url(/assets/images/sub/tab_arr_pc.png)center no-repeat; background-size: cover;}
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 30px; width:100%; height:100%; font-size: 20px; 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% + 6px); left:0px; padding:30px 0; box-sizing:content-box; background-color:rgba(255,255,255,.8); z-index:10;border-radius:28px; box-shadow: 0px 0px 10px rgba(0,0,0,.2);}
.tab_menu .menu > li ul li ~ li { margin-top:22px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:20px; color:#333;  font-weight: 700;padding:0 30px; 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{max-width: 100%;}
.sub_wrap .con .inner{display: flex;}
.sub_wrap .con:not(:last-child){padding-bottom: 120px;}
.sub_wrap .con.bg01{padding-top: 120px; background: #f5f5f5;margin-bottom: 120px;}
.sub_wrap .con.bg01:last-child{margin-bottom: 0;padding-bottom: 120px;}

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

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

ul.ul_st01 li{position: relative;font-size: 20px; color: #333; line-height: 40px;font-weight: 500;padding-left: 35px;}
ul.ul_st01 li::after{content:'';position: absolute;top: 16px; left: 0;width: 6px; height: 6px; background: #999; border-radius:50%;}

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

ul.ul_st03 > li{display: flex;gap:30px;}
ul.ul_st03 > li:not(:last-child){margin-bottom: 20px;}
ul.ul_st03 > li em{position: relative;display: flex;align-items: center; justify-content: center;width: 56px; height: 56px;font-size: 18px; color: #999; font-weight: 700; z-index: 1;transition:.3s;transform: translateY(12px);}
ul.ul_st03 > li em::after{content:'';position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%) rotate(45deg);z-index: -1;width: 40px; height: 40px;background: #ddd;transition:.3s;}
ul.ul_st03 > li .span_wrap{display: flex;align-items: center;padding: 30px 60px;width: calc(100% - 86px);min-height: 80px; background: #fff; border-radius:16px;border:1px solid #fff;transition:.3s;}
ul.ul_st03 > li .span_wrap span{display: block;font-size: 18px; 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: 20px;font-size: 16px; line-height: 32px;transition:.3s;}
ul.ul_st04 li::after{content:'';position: absolute;top: 12px; left: 0;width: 6px; height: 6px; 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: 15px;font-size: 18px; color: #333; font-weight: 600; background: #f7f6ff;border:1px solid #ddd;}
table.tbl01 td{padding: 15px;font-size: 18px; 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:20px;}
.sub_wrap .box_wrap_st01 .box{width: calc((100% - 40px) / 3); height: 160px; padding: 25px 30px; background: url(/assets/images/sub/sub0201_icon01.png)bottom 20px right 20px no-repeat #f1f1f1; border-radius:12px;}

.sub_wrap .box_wrap_st01.flex-c .box{width: 100%;}
.sub_wrap .box_wrap_st01.flex-c02 .box{width: calc((100% - 20px) / 2);}

.sub_wrap .box_wrap_st02{display: flex;flex-wrap:wrap;gap:20px;}
.sub_wrap .box_wrap_st02 .box{position: relative;display: flex;align-items: center;width: calc((100% - 20px) / 2); background: #ebe9ff; border-radius:8px;}
.sub_wrap .box_wrap_st02 .box em{display: flex;align-items: center;font-size: 20px; color: var(--co02); font-weight: 700;justify-content: center;width: 60px; height: 100%;border-right: 1px solid #d2cff9;}
.sub_wrap .box_wrap_st02 .box p{font-size: 18px; line-height: 32px; color: var(--co02); font-weight: 600;padding:20px;width: calc(100% - 60px);}
.sub_wrap .box_wrap_st02 .box p span{display: block;font-size: 17px; color: #7670b3;}
.sub_wrap .box_wrap_st02 .box .tag{display: flex;align-items: center; justify-content: center;position: absolute; right: 30px; top: 50%;transform:translateY(-50%);width: 120px; height: 50px; background: #fff; border-radius:8px;font-size: 18px; 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: 80px;}
.sub_wrap .box_wrap_st03 .box > p{margin-bottom: 20px;}
.sub_wrap .box_wrap_st03 .box .bg_box{padding: 50px 40px 40px;background: #fff; border-radius:12px;}

.sub_wrap .img_flex{display: flex;gap:40px;}
.sub_wrap .img_flex .img span{display: block;font-size: 16px; 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: 30px;right: 30px;}
.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;background: url(/assets/images/sub/sub0101_bg01_pc.png)bottom left no-repeat;line-height: 1;}
.sub0101_wrap .tit{width: 50%;}
.sub0101_wrap .tit p{font-size: 40px; color: #333; line-height: 64px;font-weight: 700;}
.sub0101_wrap .tit p b{color: var(--co02);font-weight: 700;}

.sub0101_wrap .txt_wrap{width: 50%;}
.sub0101_wrap .txt_wrap p{font-size: 17px; color: #666; line-height: 30px;}
.sub0101_wrap .txt_wrap p:not(:last-child){margin-bottom: 20px;}
.sub0101_wrap .txt_wrap strong{display: block;font-size: 20px; color: #333; font-weight: 600;text-align: right;margin-top: 30px;}

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

.sub0102_wrap .list_wrap{width: 1000px;max-width: 100%;margin: 0 auto;}
.sub0102_wrap .list_wrap .list{border:1px solid #b2afd0;padding: 18px 30px; border-radius:12px;min-height: 70px;}
.sub0102_wrap .list_wrap .list:not(:last-child){margin-bottom: 10px;}
.sub0102_wrap .list_wrap .list p{position: relative;font-size: 20px; color: #666; line-height: 1.6;padding-left: 30px;}
.sub0102_wrap .list_wrap .list p::after{content:'';position: absolute; left: 0; top: 12px; 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%;}

/* sub0104 */
.sub0104_wrap{position: relative;line-height: 1;}
.sub0104_wrap::after{content:'';position: absolute; top: 140px;right: -250px; background: url(/assets/images/sub/sub0104_bg01.png); width: 768px; height: 163px; background-size: cover;z-index: -1;}
.sub0104_wrap .contop{margin-bottom: 100px;}
.sub0104_wrap .contop h3{text-align: left;}
.sub0104_wrap .txt_wrap{margin-bottom: 60px;}
.sub0104_wrap .txt_wrap p{font-size: 28px; color: #333; font-weight: 600;margin-bottom: 30px;}
.sub0104_wrap .txt_wrap .txt{display: flex;gap:35px;}
.sub0104_wrap .txt_wrap .txt strong{position: relative;font-size: 20px; color: #333;font-weight: 600;}
.sub0104_wrap .txt_wrap .txt strong:not(:last-child)::after{content:'|';position: absolute; right: -21px; 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:36%;}
.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: 120px;}
.sub0201_wrap .con05 table.tbl01 .col02{width: 440px;}

.sub0201_wrap .con07 .box_wrap_st03 .box .bg_box img{margin-bottom: 30px;}

/*sub0202*/
.sub0202_wrap .con01 .box_wrap{position: relative;display: flex;flex-wrap:wrap;gap:20px 260px; padding: 50px; border:1px solid #ddd; border-radius:20px;}
.sub0202_wrap .con01 .box_wrap .box{position: relative;display: flex; 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: 100px; height: 100%; border-radius:12px; font-size: 18px; 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: 319px;padding-left: 120px;}
.sub0202_wrap .con01 .box_wrap .box .right strong{font-size: 18px; color: var(--co01);}
.sub0202_wrap .con01 .box_wrap .box .right span{font-size: 18px; color: #333;}
.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: 200px; height: 200px;font-size: 24px; 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 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;}
.sub0601_wrap .con07 .box_wrap .th_box .box{display: flex;align-items: center; justify-content: center;width: 100px;background: #e4e4e4; border-radius:12px;}
.sub0601_wrap .con07 .box_wrap .th_box .box.box01{height: 140px;margin-bottom: 10px;}
.sub0601_wrap .con07 .box_wrap .th_box .box.box02{height: 420px;}
.sub0601_wrap .con07 .box_wrap .th_box .box p{font-size: 18px; color: #666; font-weight: 500;line-height: 28px;}

.sub0601_wrap .con07 .box_wrap .td_box{width: calc(100% - 100px);}
.sub0601_wrap .con07 .box_wrap .td_box .box{border-radius:16px;}
.sub0601_wrap .con07 .box_wrap .td_box .top{display: flex;gap:10px;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box{width: calc((100% - 20px) / 3); padding: 23px 30px; }
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box01{background: #d6d4f7;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box02{background: #c1bfd9;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box.box03{background: #c6c4d8;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box p{font-size: 18px;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: 16px;font-weight: 500;}
.sub0601_wrap .con07 .box_wrap .td_box .top .box > span{display: block;font-size: 16px; color: #333; font-weight: 500; line-height: 28px;margin-top: 2px;}

.sub0601_wrap .con07 .box_wrap .td_box .bot{display: flex;gap:10px;margin-top: 10px;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box{width: 290px;padding: 21px 30px;background: #fff;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box p{font-size: 18px;font-weight: 700;margin-bottom: 3px;}
.sub0601_wrap .con07 .box_wrap .td_box .bot .box ul.ul_st04 li{line-height: 28px;}

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


