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

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;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: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

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

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */
.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #334eac;
}

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

.fp{font-family: "Play", sans-serif;}

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

/* header */
#header{position: relative;line-height: 1;border-bottom: 1px solid #ddd;}
#header .inner{display: flex;align-items: center;gap:220px;height: 80px;}

#header .gnb{display: flex;}
#header .gnb > li{padding: 32px 30px;}
#header .gnb span a{display: block;font-size: 17px; color: #333; font-weight: 500;}
#header .gnb .lnb_sub{display: none;position: absolute; top: 81px; left: 50%; transform:translateX(-50%);z-index: 100; height: 343px;}
#header .gnb .lnb_sub .flex_wrap{display: flex;}
#header .gnb .lnb_sub .flex_wrap .flex{width: 360px;background: #fff;}
#header .gnb .lnb_sub .flex_wrap .flex:not(:last-child){border-right: 1px solid #ddd;}
#header .gnb .lnb_sub ul{padding: 15px 0px;}
#header .gnb .lnb_sub ul li a{display: flex;align-items: center;color: #333;font-size: 16px;padding: 0 0px 0 20px;height: 42px;}
#header .gnb .lnb_sub ul li:hover a{background: #f5f5f5; color: var(--co01);font-weight: 700;}
#header .gnb .lnb_sub ul li.on a{background: #f5f5f5; color: var(--co01);font-weight: 700;}

#header .gnb .lnb_sub ul.depth03{display: none;}

#header .gnb .lnb_sub .img_con{padding: 30px 30px 65px;}
#header .gnb .lnb_sub .img_con .img_box{display: none;}
#header .gnb .lnb_sub .img_wrap{position:relative; width:100%; padding-bottom:53.333%;overflow: hidden;border-radius:12px;}
#header .gnb .lnb_sub .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;}
#header .gnb .lnb_sub .txt_wrap{margin-top: 10px;}
#header .gnb .lnb_sub .txt_wrap p{font-size: 16px; color: #333; font-weight: 700;}
#header .gnb .lnb_sub .txt_wrap span{display: block;font-size: 15px; color: #999; line-height: 24px;margin-top: 15px;}

.nav_btn{display: none;}
.navigation{display: none;}

/*visual_wrap*/
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);}
#visual_wrap .txt_wrap p{font-size: 80px; color: #fff; font-weight: 700;text-align: center;opacity: 0;transform:translateY(100px);transition:1s;}
#visual_wrap .txt_wrap span{display: block;font-size: 22px; color: #fff; line-height: 32px;text-align: center;margin-top: 50px;opacity: 0;transform:translateY(100px);transition:1.5s;}
#visual_wrap ul li.slick-active .txt_wrap p{opacity: 1;transform:translateY(0px);}
#visual_wrap ul li.slick-active .txt_wrap span{opacity: 1;transform:translateY(0px);}
#visual_wrap .slick-prev{position: absolute;left: 220px; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_prev_pc.png)center no-repeat; width: 30px; height: 52px; background-size: cover; text-indent: -9999px;z-index: 100;}
#visual_wrap .slick-next{position: absolute;right: 220px; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_next_pc.png)center no-repeat; width: 30px; height: 52px; background-size: cover; text-indent: -9999px;z-index: 100;}
#visual_wrap .scroll{position: absolute;left: 50%;transform:translateX(-50%);bottom: 60px; z-index: 100;padding-bottom: 42px;}
#visual_wrap .scroll::before{content:'';position: absolute;left: 50%;transform:translateX(-50%);bottom: 0; width: 8px; height: 8px; background: #fff; border-radius:50%;animation: scrollAni ease 1s infinite alternate;}
#visual_wrap .scroll::after{content:'';position: absolute;left: 50%;transform:translateX(-50%);bottom: 0;width: 8px;height: 32px; border-radius:4px;background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .5) 100%);}
#visual_wrap .scroll p{font-size: 16px; font-weight: 700;color: #fff; }
@keyframes scrollAni{
0%{bottom: 0px;}
100%{bottom: 25px;}
}

#section01{line-height: 1;padding: 60px 0;}
#section01 .box_wrap{display: flex;gap:20px;}
#section01 .box_wrap .box{position: relative;width: calc((100% - 40px) / 3);overflow: hidden; border-radius:12px;}
#section01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:62.5%;}
#section01 .box_wrap .box .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;transition: .4s ease;}
#section01 .box_wrap .box:hover .img_wrap img{transform:scale(1.05);}
#section01 .box_wrap .box em{position: absolute;top: 30px; right: 20px;display: flex;align-items: center; justify-content: center;width: 110px; height: 36px;border:1px solid rgba(255,255,255,.5);font-size: 15px; color: #fff; border-radius:18px;}
#section01 .box_wrap .box p{position: absolute;bottom: 30px; left: 30px;font-size: 24px; color: #fff; font-weight: 700;font-weight: 700;}

/*footer*/
#footer{padding: 60px 0; background: #151515; line-height: 1;}
#footer .f_logo{display: block;width: fit-content;margin-bottom: 40px;}
#footer address p{font-size: 15px; color: #fff;}
#footer address p i{display: inline-block;width: 17px;}
#footer address p.copy{font-size: 15px;color: #999; margin-top: 20px;}

/* ==sub=================================== */
#sub_visual_wrap{position: relative;	line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;left: 0;top: 44%;transform:translateY(-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h3{font-size: 64px; color: #fff; font-weight: 700;}

#sub_contents{padding: 100px 0;}
#sub_contents.no_pb{padding-bottom: 0;}
#sub_contents .contop{line-height: 1;margin-bottom: 50px;}
#sub_contents .contop h3{font-size: 50px; color: #333; font-weight: 700; text-align: center;}

.tab_menu{display: block;position: absolute;bottom: 0px; width:100%;background:rgba(255,255,255,.8); }
.tab_menu .inner{position:relative; display: flex; align-items: center;height:80px;}
.tab_menu .home{position: relative;width: 60px;}
.tab_menu .home::after{content:'';position: absolute;top: 50%;right: 0; transform:translateY(-50%);width: 1px; height: 24px; background: #fff;}
.tab_menu .menu {display: flex; width:calc(100% - 60px); height:100%;}
.tab_menu .menu > li{position:relative;min-width: 220px; height:100%;}
.tab_menu .menu > li:not(:last-child)::before{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 9px; height: 15px; background: url(/assets/images/sub/btn_icon01.png)center no-repeat;}
.tab_menu .menu > li::after{content:'';position: absolute; right: 40px; top: 50%; transform:translateY(-50%);width: 22px; height: 22px; background: url(/assets/images/sub/tab_arr_pc.png)center no-repeat #fff; border-radius:50%;transition:.3s;}
.tab_menu .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 92px 0 40px; width:100%; height:100%; font-size: 18px; color:#333; font-weight: 600; 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% - 15px); left:-1px; padding:20px 0; box-sizing:content-box; background-color:#fff; z-index:10;box-shadow: 1px 1px 6px rgba(54,53,51,.25); border-radius:12px;}
.tab_menu .menu > li ul li ~ li { margin-top:15px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:16px; color:#666;  font-weight: 500;padding:0 20px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu .menu > li ul li.on a{color: var(--co01);font-weight: 600;}

/* 공통 */
h3.h3_tit01{font-size: 60px; color: #333; font-weight: 700; line-height: 70px;text-transform:uppercase;}
h3.h3_tit01 b{font-weight: 700;color: var(--co01);}

.tit_st01{margin-bottom: 40px;}
.tit_st01 p{font-size: 35px; color: #333; font-weight: 700;}
.tit_st01 p em{display: inline-block;width: 40px; height: 36px; line-height: 36px; background: #334eac; color: #fff;font-size: 24px;font-weight: 700;text-align: center;vertical-align: bottom;margin-right: 20px;}
.tit_st01 span{display: block;font-size: 18px; color: #666; line-height: 30px; margin-top: 25px;}

ul.ul_st01 li{position: relative;font-size:18px;color: #666; line-height: 30px;padding-left: 20px;letter-spacing: -0.1px;}
ul.ul_st01 li::after{content:'·';position: absolute;left: 0;top: 0;color: var(--co01);font-weight: 800;font-size: 24px;}

table.tbl01{width: 100%;table-layout: fixed;}
table.tbl01 th{padding: 15px;font-size: 18px; color: #333; font-weight: 700;border:1px solid #ddd; background: #f5f5f5;}

table.tbl01 td{padding: 15px 20px;font-size: 18px; color: #666;border:1px solid #ddd;text-align: left;}
table.tbl01 td.center{text-align: center;}

/*sub0101*/
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{display: flex;align-items: center; justify-content: center;height: 400px;background: url(/assets/images/sub/sub0101_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; border-radius:12px;}
.sub0101_wrap .con01 p{font-size: 30px; color: #fff; font-weight: 700; text-align: center; line-height: 48px;}
.sub0101_wrap .con02{display: flex;padding-top: 100px;}
.sub0101_wrap .con02 .tit_wrap{width: 430px;}
.sub0101_wrap .con02 .txt_wrap{width: calc(100% - 430px);}
.sub0101_wrap .con02 .txt_wrap p:not(:last-child){margin-bottom: 30px;}
.sub0101_wrap .con02 .txt_wrap p{font-size: 18px; color: #666; line-height: 30px;}
.sub0101_wrap .con02 .txt_wrap strong{display: block;font-size: 20px; color: #333; font-weight: 700;margin-top: 50px;}

/*sub0201*/
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con_wrap .con{display: flex;align-items: center;gap:60px;padding: 60px 0;border-bottom: 1px solid #ddd;}
.sub0201_wrap .con_wrap .con:first-child{border-top: 1px solid #ddd;}
.sub0201_wrap .con_wrap .con .img_box{width: 680px; border-radius:12px;}
.sub0201_wrap .con_wrap .con .img_box img{max-width: 100%;}
.sub0201_wrap .con_wrap .con .txt_box{width: calc(100% - 740px);}
.sub0201_wrap .con_wrap .con .txt_box .tit_wrap p{font-size: 24px; color: #333; font-weight: 700;}
.sub0201_wrap .con_wrap .con .txt_box .tit_wrap span{display: block;font-size: 18px; color: #666; line-height: 30px;margin-top: 25px;}

.sub0201_wrap .con_wrap .con .txt_box .txt_wrap{margin-top: 25px;}
.sub0201_wrap .con_wrap .con .txt_box .txt_wrap p{font-size: 18px; color: #333; font-weight: 700;}
.sub0201_wrap .con_wrap .con .txt_box .txt_wrap ul{margin-top: 20px;}
.sub0201_wrap .con_wrap .con .txt_box .txt_wrap ul li{font-size: 18px; color: #666; line-height: 30px;}

/*sub02*/
.sub02{line-height: 1;}
.sub02 .con:not(:last-child){margin-bottom: 100px;}

.sub02 .con .con_txt01 .img_wrap{margin-bottom: 35px;}
.sub02 .con .con_txt01 .img_wrap img{border-radius:12px;}
.sub02 .con .con_txt01 p{font-size: 18px; color: #666; line-height: 30px;}

.sub02 .con img{max-width: 100%;}

.sub02 .con .img_flex{display: flex;gap:20px;}
.sub02 .con .img_flex .img{flex:1;border:1px solid #ddd; border-radius:12px; overflow: hidden;}

/*sub0202*/
.sub0202_wrap .box_wrap{display: flex;flex-wrap:wrap;gap:0px 40px;}
.sub0202_wrap .box_wrap .box{width: calc((100% - 40px) / 2); padding: 60px 0;border-bottom: 1px solid #ddd;}
.sub0202_wrap .box_wrap .box:nth-child(1),
.sub0202_wrap .box_wrap .box:nth-child(2){border-top: 1px solid #ddd;}
.sub0202_wrap .box_wrap .box .tit_wrap{display: flex;align-items: center; justify-content: space-between; margin-bottom: 35px;}
.sub0202_wrap .box_wrap .box .tit_wrap em{font-size: 18px; color: var(--co01);}
.sub0202_wrap .box_wrap .box .tit_wrap p{font-size: 24px; color: #333; font-weight: 700; margin-top: 18px;}
.sub0202_wrap .box_wrap .box .tit_wrap b{font-size: 60px; color: #f5f5f5;}

/*sub0202_2*/
.sub0202_2_wrap table.tbl01{margin-top: 50px;}
.sub0202_2_wrap table.tbl01 .col01{width: 370px;}
.sub0202_2_wrap table.tbl01 .col02{}
.sub0202_2_wrap table.tbl01 td .ul_wrap strong{font-size: 18px; color: #333;}

/*sub0202_3*/
.sub0202_3_wrap .con01 .box_wrap{display: flex;gap:40px;margin-top: 60px;}
.sub0202_3_wrap .con01 .box_wrap .box{position: relative;width: calc((100% - 120px) / 4);}
.sub0202_3_wrap .con01 .box_wrap .box .tit{position: absolute;display: flex;align-items: center;justify-content: center;font-size: 18px; color: #fff; font-weight: 700; width: 100%;height: 50px;border-radius:12px 12px 0 0; background: var(--co01);z-index: 100;}
.sub0202_3_wrap .con01 .box_wrap .box .img{border:1px solid #ddd;border-radius:12px;}
.sub0202_3_wrap .con01 .box_wrap .box02 .img{border:3px solid var(--co01);}
.sub0202_3_wrap .con01 .box_wrap .box .img strong{display: block;position: absolute;top: 80px; left: 50%;transform:translateX(-50%);font-size: 20px;color: #333; font-weight: 700;width: 100%;text-align: center;}
.sub0202_3_wrap .con01 .box_wrap .box strong.s02{display: block;font-size: 20px; color: #333;text-align: center;width: max-content;transform: translateX(-10px);margin-top: 30px;}

.sub0202_3_wrap .con02 .img_flex{margin-bottom: 60px;}
.sub0202_3_wrap .con02 table.tbl01 .col01{width: 370px;}
.sub0202_3_wrap .con02 table.tbl01 .col02{}

/*sub0202_4*/
.sub0202_4_wrap .con01{margin-bottom: 60px;}
.sub0202_4_wrap .con01 .box_wrap{display: flex;gap:20px;}
.sub0202_4_wrap .con01 .box_wrap .box{border:1px solid #ddd; border-radius:12px;}
.sub0202_4_wrap .con01 .box_wrap .box01{width: 480px; }
.sub0202_4_wrap .con01 .box_wrap .box01 .flex_wrap{display: flex;}
.sub0202_4_wrap .con01 .box_wrap .box01 .flex_wrap p{flex:1;font-size: 16px; color: #333; font-weight: 700; line-height: 24px;padding: 60px 0px 40px;text-align: center;}
.sub0202_4_wrap .con01 .box_wrap .box01 .flex_wrap p:nth-child(2){background: #f8f8f8;}

.sub0202_4_wrap .con01 .box_wrap .box02{width: calc(100% - 500px);padding: 40px;}
.sub0202_4_wrap .con01 .box_wrap .box02 strong{display: block;font-size: 16px; color: #333; font-weight: 700;text-align: center; margin-bottom: 30px;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap{display: flex;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap .flex{display: flex;align-items: center; justify-content: center;gap:30px;flex-direction: column;width: 225px;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap .flex:not(:last-child){border-right: 1px solid #ddd;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap .flex p{font-size: 20px; color: #334eac; font-weight: 700;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap .flex span{display: block;font-size: 16px; color: #666; line-height: 24px;text-align: center;}

/*sub0202_5*/
.sub0202_5_wrap .con.con01{margin-bottom: 60px;}
.sub0202_5_wrap .con01 .box_wrap{border-top: 1px solid #ddd;margin-top: 60px;}
.sub0202_5_wrap .con01 .box_wrap .box{display: flex;align-items: center;gap:40px;padding: 40px 20px;border-bottom: 1px solid #ddd;}
.sub0202_5_wrap .con01 .box_wrap .box .txt_wrap p{font-size: 24px; color: #333; font-weight: 700; margin-bottom: 30px;}

.sub0202_5_wrap .con02{display: flex;gap:40px;}
.sub0202_5_wrap .con02 .img{display: flex;align-items: center; justify-content: center;border:1px solid #ddd;border-radius:12px;}
.sub0202_5_wrap .con02 .img img{max-width: 100%;}

/* sub0203 */
.sub0203_wrap .txt_box{border-top: 1px solid #ddd;}
.sub0203_wrap .txt_box .txt{display: flex;padding: 40px 60px;border-bottom: 1px solid #ddd;}
.sub0203_wrap .txt_box .txt .tit{width: 440px;font-size: 24px; color: #333; font-weight: 700;}
.sub0203_wrap .txt_box .txt ul{width: calc(100% - 440px);}

.sub0203_wrap .img_box{display: flex;gap:20px; margin-top: 60px;}
.sub0203_wrap .img_box .img{flex:1;border:1px solid #ddd; border-radius:12px; overflow: hidden;}
.sub0203_wrap .img_box .img img{max-width: 100%;}

.sub0203_wrap .flex_box{display: flex;gap:40px;justify-content: center;}
.sub0203_wrap .flex_box .txt_box .txt{flex-direction: column;}
.sub0203_wrap .flex_box .txt_box .txt .tit{margin-bottom: 80px;}
.sub0203_wrap .flex_box .txt_box .txt ul{width: 100%;}
.sub0203_wrap .flex_box .img_box{margin-top: 0;}

/* sub0203_3 */
.sub0203_3_wrap .txt_box{display: flex;gap:40px;border-top: 0;}
.sub0203_3_wrap .txt_box .txt{padding: 40px 20px;}
.sub0203_3_wrap .txt_box .txt:nth-child(1){border-top: 1px solid #ddd;}
.sub0203_3_wrap .txt_box > .txt{border-top: 1px solid #ddd;}
.sub0203_3_wrap .txt_box .txt .tit{width: 172px;}
.sub0203_3_wrap .txt_box .txt ul{width: calc(100% - 172px);}

.sub0203_3_wrap table.tbl01{margin-top: 60px;}
.sub0203_3_wrap table.tbl01 td{text-align: center;}

/* sub0203_4 */
.sub0203_4_wrap{padding-bottom: 300px;background: url(/assets/images/sub/sub0203_4_bg01.jpg)center bottom no-repeat; background-size: 100%;}
.sub0203_4_wrap .txt_wrap{margin-top: 60px;}
.sub0203_4_wrap .txt_wrap p{font-size: 30px; color: #333; font-weight: 700; line-height: 48px;text-align: center;}

/* sub0204 */
.sub0204_wrap .box_wrap{display: flex;gap:40px;}
.sub0204_wrap .box_wrap .img img{max-width: 100%;}
.sub0204_wrap .box_wrap .txt_wrap{border-top: 1px solid #ddd;}
.sub0204_wrap .box_wrap .txt_wrap .txt{display: flex;padding: 35px 20px 30px;border-bottom: 1px solid #ddd;}
.sub0204_wrap .box_wrap .txt_wrap .txt p{width: 240px;font-size: 24px; color: #333; font-weight: 700;}
.sub0204_wrap .box_wrap .txt_wrap .txt span{display: block;width: calc(100% - 240px);font-size: 18px; color: #666; line-height: 30px;}
.sub0204_wrap .box_wrap .txt_wrap .txt ul{width: calc(100% - 240px);}

/*sub0501*/
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .txt_wrap{display: flex;padding: 60px;background: #293e8a; border-radius:16px; margin-bottom: 40px;}
.sub0501_wrap .txt_wrap .logo{width: 50%;}
.sub0501_wrap .txt_wrap ul{display: flex;flex-wrap:wrap;gap:30px 39px;width: 50%;}
.sub0501_wrap .txt_wrap ul li{display: flex;align-items: center;gap:17px;}
.sub0501_wrap .txt_wrap ul li.li01{width: 100%;}
.sub0501_wrap .txt_wrap ul li em{display: flex;justify-content: center;align-items: center; width: 24px;}
.sub0501_wrap .txt_wrap ul li p{font-size: 20px; color: #fff;}
.sub0501_wrap .map_wrap{position:relative; width:100%; padding-bottom:37.838%;}
.sub0501_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;}

