@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: relative;line-height: 1;border-bottom: 1px solid #ddd;}
#header .inner{display: flex;align-items: center;gap:0px;height: 60px;justify-content: space-between;}
#header h1 a img{width: 106px;}

#header .gnb{display: none;}
#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; }
#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 */
.nav_btn{position: relative;display: block;width: 22px; height: 15px;}
.nav_btn::before{content:'';position: absolute;right: 0; top: 0; width: 100%;height: 2px; background: #333;transition:.3s;}
.nav_btn::after{content:'';position: absolute;right: 0; bottom: 0; width: 100%;height: 2px; background: #333;transition:.3s;}
.nav_btn span{position: absolute;right: 0; top: 7px; width: 100%;height: 2px; background: #333;}

#header.nav .nav_btn::before{transform:rotate(45deg);top: 7px;}
#header.nav .nav_btn::after{transform:rotate(-45deg);bottom: 6px;}
#header.nav .nav_btn span{display: none;}

.navigation{position:absolute;top: 60px;z-index:5000;width:100%;background-color:#fff;height:100%;min-height: 100vh;display:none;right: 0px;z-index: 4000;border-top: 1px solid #ddd;line-height: 1;}
.navigation .nav_box{display: flex;height: 100%;}
.navigation .nav_box .depth03{width: 43%;background: #f5f5f5;padding: 10px;}
.navigation .nav_box .depth04{width: 57%;background: #fff;padding: 10px;}
.navigation h3{height:35px;width:100%;}
.navigation .depth04 h3.active a:after{background:url(/assets/images/main/nav_top_mob.png)center no-repeat;background-size:cover ;}
.navigation .depth04 h3.on a:after{;background:url(/assets/images/main/nav_top_mob.png)center no-repeat;background-size:cover ;}
.navigation h3 a{position: relative;height:35px;width:100%;display: flex;align-items: center;color:#333;font-size:14px;font-weight: 600;}
.navigation h3.on a,
.navigation h3.active a,
.navigation h3.hover a{color: var(--co01);}
.navigation .depth04 h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 0;width: 11px;height: 6px;background:url(/assets/images/main/nav_bt_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:15px 0;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.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;line-height: 18px;border:none;font-weight: 400;word-break:keep-all;}

.navigation .img_con{display: none;position: relative;margin-top: 55px;}
.navigation .img_con .img_box{display: none;}
.navigation .img_con .img_wrap{position:relative; width:100%; padding-bottom:61.224%;overflow: hidden; border-radius:6px;}
.navigation .img_con .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;}
.navigation .img_con .txt_wrap{margin-top: 25px;}
.navigation .img_con .txt_wrap p{font-size: 16px; color: #333; font-weight: 600;}
.navigation .img_con .txt_wrap span{display: block;font-size: 12px; color: #999; line-height: 20px; margin-top: 10px;}

/*visual_wrap*/
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);width: 100%;}
#visual_wrap .txt_wrap p{font-size: 30px; line-height: 40px;color: #fff; font-weight: 700;text-align: center;opacity: 0;transform:translateY(100px);transition:1s;}
#visual_wrap .txt_wrap span{display: block;font-size: 14px; color: #fff; line-height: 20px;text-align: center;margin-top: 30px;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: 2.6%; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_prev_mob.png)center no-repeat; width: 17px; height: 30px; background-size: cover; text-indent: -9999px;z-index: 100;}
#visual_wrap .slick-next{position: absolute;right: 2.6%; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_next_mob.png)center no-repeat; width: 17px; height: 30px; background-size: cover; text-indent: -9999px;z-index: 100;}
#visual_wrap .scroll{position: absolute;left: 50%;transform:translateX(-50%);bottom: 30px; z-index: 100;padding-bottom: 20px;}
#visual_wrap .scroll::before{content:'';position: absolute;left: 50%;transform:translateX(-50%);bottom: 0; width: 4px; height: 4px; 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: 4px;height: 16px; border-radius:4px;background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .5) 100%);}
#visual_wrap .scroll p{font-size: 12px; font-weight: 700;color: #fff; }
@keyframes scrollAni{
0%{bottom: 0px;}
100%{bottom: 10px;}
}

#section01{line-height: 1;padding: 50px 0;}
#section01 .box_wrap{display: flex;gap:15px;flex-wrap:wrap;}
#section01 .box_wrap .box{position: relative;width: 100%;overflow: hidden; border-radius:10px;}
#section01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:38.462%;}
#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: 15px; right: 15px;display: flex;align-items: center; justify-content: center;width: 80px; height: 23px;border:1px solid rgba(255,255,255,.5);font-size: 12px; color: #fff; border-radius:18px;}
#section01 .box_wrap .box p{position: absolute;bottom: 20px; left: 20px;font-size: 18px; color: #fff; font-weight: 700;font-weight: 700;}

/*footer*/
#footer{padding: 50px 0; background: #151515; line-height: 1;}
#footer .f_logo{display: block;width: fit-content;margin-bottom: 20px;}
#footer .f_logo img{width: 263px;}
#footer address p{font-size: 11px; line-height: 22px; color: #fff;}
#footer address p i{display: inline-block;width: 12px;}
#footer address p i:nth-of-type(1),
#footer address p i:nth-of-type(2){display: block; width: 0; }
#footer address p.copy{font-size: 11px;color: #999; margin-top: 10px;}

/* ==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: 40px; color: #fff; font-weight: 700;}

#sub_contents{padding: 60px 0;}
#sub_contents.p02{padding: 115px 0 60px;}
#sub_contents .contop{line-height: 1;margin-bottom: 30px;}
#sub_contents .contop h3{font-size: 28px; color: #333; font-weight: 700; text-align: center; line-height: 35px;}

.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:50px;padding: 0;}
.tab_menu .home{display: none;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; flex-wrap:wrap; gap: 20px 0; justify-content: center; width:calc(100%); height:100%;}
.tab_menu .menu > li{position:relative;min-width: initial; width: 50%; height:100%;}
.tab_menu .menu > li:only-child{width: auto; flex:1;}
.tab_menu .menu > li:not(:last-child)::before{content:'';position: absolute; right: -2px; top: 50%; transform:translateY(-50%); width: 4px; height: 8px; background: url(/assets/images/sub/btn_icon01.png)center no-repeat; background-size: cover;}
.tab_menu .menu > li.menulink02::before{display: none;}
.tab_menu .menu > li.menulink03{width: calc(100% - 5.2%); border:1px solid #eee;}
.tab_menu .menu > li::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%);width: 18px; height: 18px; background: url(/assets/images/sub/tab_arr_mob.png)center no-repeat #fff; background-size: 10px; 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 30px 0 10px; width:100%; height:100%; font-size: 12px; 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% - 5px); left:-1px; padding:15px 0; box-sizing:content-box; background-color:#fff; z-index:10;box-shadow: 1px 1px 6px rgba(54,53,51,.25); border-radius:10px;}
.tab_menu .menu > li ul li ~ li { margin-top:10px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:12px; color:#666;  font-weight: 500;padding:0 10px; 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: 30px; color: #333; font-weight: 700; line-height: 1.1;text-transform:uppercase;}
h3.h3_tit01 b{font-weight: 700;color: var(--co01);}

.tit_st01{margin-bottom: 20px;}
.tit_st01 p{font-size: 20px; color: #333; font-weight: 700;line-height: 1.4;}
.tit_st01 p em{display: inline-block;width: 25px; height: 25px; line-height: 25px; background: #334eac; color: #fff;font-size: 14px;font-weight: 700;text-align: center;vertical-align: middle;margin-right: 10px;}
.tit_st01 span{display: block;font-size: 13px; color: #666; line-height: 1.6; margin-top: 12px;}

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

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

table.tbl01 td{padding: 10px 6px;font-size: 12px; color: #666;border:1px solid #ddd;text-align: left;word-break: break-word;}
table.tbl01 td.center{text-align: center;}
table.tbl01 td ul.ul_st01 li{font-size: 12px;}

/*sub0101*/
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{display: flex;align-items: center; justify-content: center;height: 200px;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: 16px; color: #fff; font-weight: 700; text-align: center; line-height: 1.6;}
.sub0101_wrap .con02{display: flex;flex-direction: column;gap:20px;padding-top: 50px;}
.sub0101_wrap .con02 h3.h3_tit01 br{display: none;}
.sub0101_wrap .con02 .tit_wrap{width: 100%;}
.sub0101_wrap .con02 .txt_wrap{width: 100%;}
.sub0101_wrap .con02 .txt_wrap p:not(:last-child){margin-bottom: 20px;}
.sub0101_wrap .con02 .txt_wrap p{font-size: 13px; color: #666; line-height: 1.6;}
.sub0101_wrap .con02 .txt_wrap strong{display: block;font-size: 15px; color: #333; font-weight: 700;margin-top: 30px;}

/*sub0201*/
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con_wrap .con{display: flex;flex-direction: column;align-items: center;gap:20px;padding: 30px 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: 100%; border-radius:10px;}
.sub0201_wrap .con_wrap .con .img_box img{display: block;max-width: 100%;margin: 0 auto;}
.sub0201_wrap .con_wrap .con .txt_box{width: 100%;}
.sub0201_wrap .con_wrap .con .txt_box .tit_wrap p{font-size: 16px; color: #333; font-weight: 700;}
.sub0201_wrap .con_wrap .con .txt_box .tit_wrap span{display: block;font-size: 13px; color: #666; line-height: 1.6;margin-top: 12px;}

.sub0201_wrap .con_wrap .con .txt_box .txt_wrap{margin-top: 15px;}
.sub0201_wrap .con_wrap .con .txt_box .txt_wrap p{font-size: 14px; color: #333; font-weight: 700;}
.sub0201_wrap .con_wrap .con .txt_box .txt_wrap ul{margin-top: 15px;}
.sub0201_wrap .con_wrap .con .txt_box .txt_wrap ul li{font-size: 13px; color: #666; line-height: 1.6;}

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

.sub02 .con .con_txt01 .img_wrap{margin-bottom: 25px;}
.sub02 .con .con_txt01 .img_wrap img{border-radius:10px;height: 200px; object-fit:cover;}
.sub02 .con .con_txt01 p{font-size: 13px; color: #666; line-height: 1.6;}

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

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

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

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

/*sub0202_3*/
.sub0202_3_wrap .con01 .box_wrap{display: flex;gap:40px 10px;flex-wrap:wrap;margin-top: 30px;}
.sub0202_3_wrap .con01 .box_wrap .box{position: relative;width: calc((100% - 10px) / 2);}
.sub0202_3_wrap .con01 .box_wrap .box .tit{position: absolute;display: flex;align-items: center;justify-content: center;font-size: 13px; color: #fff; font-weight: 700; width: 100%;height: 30px;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:10px;overflow: hidden;}
.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: 40px; left: 50%;transform:translateX(-50%);font-size: 13px;color: #333; font-weight: 700;width: 100%;text-align: center;}
.sub0202_3_wrap .con01 .box_wrap .box strong.s02{display: block;font-size: 10px; color: #333;text-align: center;width: max-content;position: absolute;transform: translateX(-50%); left: 50%;margin-top: 13px;}

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

/*sub0202_4*/
.sub0202_4_wrap .con01{margin-bottom: 30px;}
.sub0202_4_wrap .con01 .box_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.sub0202_4_wrap .con01 .box_wrap .box{border:1px solid #ddd; border-radius:10px;}
.sub0202_4_wrap .con01 .box_wrap .box01{width: 100%; }
.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: 12px; color: #333; font-weight: 700; line-height: 1.6;padding: 20px 0px 15px;text-align: center;}
.sub0202_4_wrap .con01 .box_wrap .box01 .flex_wrap p:nth-child(2){background: #f8f8f8;}
.sub0202_4_wrap .con01 .box_wrap .box01 .img img{width: 100%;}

.sub0202_4_wrap .con01 .box_wrap .box02{width: 100%;padding: 20px 0;}
.sub0202_4_wrap .con01 .box_wrap .box02 strong{display: block;font-size: 13px; color: #333; font-weight: 700;text-align: center; margin-bottom: 20px;}
.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:0px;flex-direction: column;width: 225px;padding: 0 10px;}
.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: 12px; color: #334eac; font-weight: 700;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap .flex span{display: block;font-size: 11px; color: #666; line-height: 1.6;text-align: center;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap .flex span br{display: none;}
.sub0202_4_wrap .con01 .box_wrap .box02 .flex_wrap .flex img{transform:scale(0.7)}

/*sub0202_5*/
.sub0202_5_wrap .con.con01{margin-bottom: 30px;}
.sub0202_5_wrap .con01 .box_wrap{border-top: 1px solid #ddd;margin-top: 40px;}
.sub0202_5_wrap .con01 .box_wrap .box{display: flex;align-items: center;flex-direction: column;gap:20px;padding: 20px 10px;border-bottom: 1px solid #ddd;}
.sub0202_5_wrap .con01 .box_wrap .box .txt_wrap{width: 100%;}
.sub0202_5_wrap .con01 .box_wrap .box .txt_wrap p{font-size: 16px; line-height: 1.5;color: #333; font-weight: 700; margin-bottom: 10px;}

.sub0202_5_wrap .con02{display: flex;gap:10px;flex-direction: column;}
.sub0202_5_wrap .con02 .img{display: flex;align-items: center; justify-content: center;border:1px solid #ddd;border-radius:10px;}
.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;flex-direction: column;gap:20px;padding: 20px;border-bottom: 1px solid #ddd;}
.sub0203_wrap .txt_box .txt .tit{width: 100%;font-size: 15px; color: #333; font-weight: 700;}
.sub0203_wrap .txt_box .txt ul{width: 100%;}

.sub0203_wrap .img_box{display: flex;gap:10px; flex-direction: column;margin-top: 30px;}
.sub0203_wrap .img_box .img{flex:1;border:1px solid #ddd; border-radius:10px; overflow: hidden;}
.sub0203_wrap .img_box .img img{max-width: 100%;}

.sub0203_wrap .flex_box{display: flex;gap:10px;flex-direction: column;justify-content: center;align-items: center;}
.sub0203_wrap .flex_box .txt_box .txt{flex-direction: column;}
.sub0203_wrap .flex_box .txt_box .txt .tit{margin-bottom: 0px;}
.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;flex-wrap:wrap;gap:0px;border-top: 0;}
.sub0203_3_wrap .txt_box .txt_flex{width: 100%;}
.sub0203_3_wrap .txt_box .txt{padding: 20px 10px;}
.sub0203_3_wrap .txt_box .txt:nth-child(1){border-top: 1px solid #ddd;}
.sub0203_3_wrap .txt_box > .txt{border-top: 0;width: 100%;}
.sub0203_3_wrap .txt_box .txt .tit{width: 100%;}
.sub0203_3_wrap .txt_box .txt ul{width: 100%;}

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

/* sub0203_4 */
.sub0203_4_wrap{padding-bottom: 100px;background: url(/assets/images/sub/sub0203_4_bg01.jpg)center bottom no-repeat; background-size: 100%;}
.sub0203_4_wrap img{width: 100%;height: 150px;object-fit:cover;border-radius:10px;}
.sub0203_4_wrap .txt_wrap{margin-top: 30px;}
.sub0203_4_wrap .txt_wrap p{font-size: 14px; color: #333; font-weight: 700; line-height: 1.6;text-align: center;}

/* sub0204 */
.sub0204_wrap .box_wrap{display: flex;flex-direction: column;gap:20px;}
.sub0204_wrap .box_wrap .img img{display: block;max-width: 100%;margin: 0 auto;}
.sub0204_wrap .box_wrap .txt_wrap{border-top: 1px solid #ddd;}
.sub0204_wrap .box_wrap .txt_wrap .txt{display: flex;flex-direction: column;gap:10px;padding: 20px 10px;border-bottom: 1px solid #ddd;}
.sub0204_wrap .box_wrap .txt_wrap .txt p{width: 100%;font-size: 15px; color: #333; font-weight: 700;}
.sub0204_wrap .box_wrap .txt_wrap .txt span{display: block;width: 100%;font-size: 13px; color: #666; line-height: 1.6;}
.sub0204_wrap .box_wrap .txt_wrap .txt ul{width: 100%;}

/*sub0501*/
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .txt_wrap{display: flex;flex-direction: column;gap:20px;padding: 30px;background: #293e8a; border-radius:10px; margin-bottom: 20px;}
.sub0501_wrap .txt_wrap .logo{width: 100%;}
.sub0501_wrap .txt_wrap .logo img{width: 160px;}
.sub0501_wrap .txt_wrap ul{display: flex;flex-wrap:wrap;gap:5px;width: 100%;}
.sub0501_wrap .txt_wrap ul li{display: flex;align-items: flex-start;gap:10px;width: 100%;}
.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: auto;}
.sub0501_wrap .txt_wrap ul li em img{width: 14px;transform: translateY(4px);}
.sub0501_wrap .txt_wrap ul li p{font-size: 13px; color: #fff;line-height: 1.6;}
.sub0501_wrap .map_wrap{position:relative; width:100%; padding-bottom:120%;}
.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;}

.hd_lang{position: absolute;right: 70px;}
}