@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;z-index: 7000; line-height: 1;}
#header .inner{display: flex;align-items: center;justify-content: space-between;height: 55px;}
#header h1 a img{width: 70px;}

#header .left{display: flex;align-items: center;gap:50px;}

#header .gnb{display: none;}
#header .gnb > li{position: relative;padding: 41px 30px;}
#header .gnb span a{display: block;font-size: 17px; color: #222; font-weight: 700;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 160px; }
#header .gnb .lnb_sub ul{display: none;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 1px;}
#header .gnb .lnb_sub ul li a{display: flex;align-items: center;justify-content: center;height: 46px;color: #fff;font-size: 15px;text-align: center;background: rgba(0,0,0,.5);}

#header .right{display: flex;gap:10px;align-items: center;}
#header .right .search_wrap{display: flex;align-items: center;width: 150px;height: 28px; border:1px solid #ddd;padding: 0 6px;}
#header .right .search_wrap input[type="text"]{width: calc(100% - 12px);font-size: 10px; color: #999;border:0;}
#header .right .search_wrap input[type="text"]::placeholder{color: #999;}
#header .right .search_wrap input[type="text"]:focus{outline:0;}
#header .right .search_wrap img{	width: 12px;}

#header .right .my_btn img{width: 18px;}

/* navi */
.nav_btn{display: block;}
.nav_btn img{width: 22px;}

#header.nav_header .inner{justify-content: flex-end;padding: 0 10px;}
#header.nav_header .nav_x_btn{width: 22px;}
#header.nav_header .nav_x_btn img{width: 17px;margin-left: auto;}

.navigation{position:absolute;top: 0px;z-index:5000;width:290px;background-color:#fff;height:100%;display:none;right: 0px;z-index: 8000; line-height: 1;}
.navigation .lnb{padding: 25px 20px; }
.navigation h3{width:100%;margin-bottom: 25px;}
.navigation h3.active a.arr:after,
.navigation h3.on a.arr:after{transform:translateY(-50%) rotate(180deg);}
.navigation h3 a{position: relative;width:100%;background-color:#fff;display: flex;align-items: center;color:#222;font-size:16px;font-weight: 500;}
.navigation h3 a.arr:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 10px;width: 15px;height: 8px;background:url(/assets/images/main/nav_arr_mob.png)center no-repeat;background-size:cover; transition:.3s;}
.navigation ul{display: block; padding-bottom: 15px;transform:translateY(-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:#999;font-size:13px;border:none;font-weight: 400;padding-left: 10px; word-break:keep-all;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 0px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 7000;}

/*visual_wrap*/
#visual_wrap{line-height: 1;padding:0 10px 60px;}
#visual_wrap .slide_wrap{position: relative;}
#visual_wrap ul.visual li{position: relative;width: 100%;margin-right: 1px;}
#visual_wrap ul.visual li .img_wrap{position:relative; width:100%; padding-bottom:136.364%;}
#visual_wrap ul.visual li .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;}
#visual_wrap ul.visual li .txt_wrap{position: absolute;left: 0; bottom: 0; width: 100%;padding: 80px 20px;z-index: 10;}
#visual_wrap ul.visual li .txt_wrap p{font-size: 28px; color: #fff; line-height: 36px;}

#visual_wrap .slide_wrap .slide_items{position: absolute;bottom: 30px;left: 30px;z-index: 100;}
#visual_wrap .slide_wrap .slide_items .numcount{display: flex;align-items: center;justify-content: center;gap:11px; width: 44px; height: 22px; background: rgba(0,0,0,.4); border-radius:18px;}
#visual_wrap .slide_wrap .slide_items span{position: relative;display: block;font-size: 12px; color: #fff;}
#visual_wrap .slide_wrap .slide_items span.total::after{content:'/';position: absolute;top: 50%; left: -7px;transform:translateY(-50%);}

#visual_wrap .progress{position:relative; width:calc(100%); height:3px; background:#eee; margin-top: 30px;}
#visual_wrap .progress .slider__label{position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:#666; transition:0.5s; border-radius:2px;}

/* section */
.section{line-height: 1;padding: 60px 0;}
.section .sec_tit01{margin-bottom: 20px;}
.section .sec_tit01 p{font-size: 22px; color: #222; font-weight: 700;text-transform:uppercase;}
.section .sec_tit01.wh p{color: #fff;}

/* section01 */
#section01{background: #000;}
#section01 .slide_wrap{padding-left: 2.6%;}
#section01 ul.sec01_slide li{position: relative;width: 220px; margin-right: 10px;}
#section01 ul.sec01_slide li .img_wrap{position:relative; width:100%; padding-bottom:135.185%;}
#section01 ul.sec01_slide li .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;}
#section01 ul.sec01_slide li .txt_wrap{position: absolute;left: 0; bottom: 0;width: 100%; padding: 25px 10px;text-align: center;color: #fff;}
#section01 ul.sec01_slide li .txt_wrap em{display: block;font-size: 11px; font-weight: 700;}
#section01 ul.sec01_slide li .txt_wrap p{font-size: 14px;margin-top: 6px;}

/* section02 */
#section02 ul.list_wrap{display: flex;gap:5px;flex-wrap:wrap;}
#section02 ul.list_wrap li{position: relative;width: 100%;}
#section02 ul.list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:39.437%;}
#section02 ul.list_wrap li .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;}
#section02 ul.list_wrap li .txt_wrap{position: absolute;bottom: 10px;left: 10px; background: rgba(0,0,0,.3); padding: 10px;width: calc(100% - 20px);}
#section02 ul.list_wrap li .txt_wrap strong{display: block;font-size: 14px; color: #fff;font-weight: 700;}
#section02 ul.list_wrap li .txt_wrap p{font-size: 11px; color: #fff;font-weight: 300; line-height: 17PX; margin-top: 5px;}
 
/* section03 */
#section03{display: flex;align-items: center;background: url(/assets/images/main/sec03_bg01_mob.png)center no-repeat; background-size: cover; height: 400px;}
#section03 .txt_wrap{color: #fff;}
#section03 .txt_wrap p{font-size: 22px; line-height: 29px;}
#section03 .txt_wrap span{display: block;font-size: 14px; margin-top: 10px; line-height: 20px;}
#section03 .txt_wrap i{display: block;}
 
/* section04 */
#section04 ul.sec04_slide .slick-list{width: calc(100% + 20px);}
#section04 ul.sec04_slide li{margin-right: 20px;}
#section04 ul.sec04_slide li .img_wrap{position:relative; width:100%; padding-bottom:67.138%;}
#section04 ul.sec04_slide li .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;}
#section04 ul.sec04_slide li .txt_wrap{margin-top: 15px;}
#section04 ul.sec04_slide li .txt_wrap p{font-size: 14px; color: #222; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  line-height: 1.6;}
#section04 ul.sec04_slide li .txt_wrap span{display: block;font-size: 11px; color: #999; font-weight: 700;margin-top: 5px;}

#section04 ul.sec04_slide .slick-arrow{position: absolute;top: 50%; transform:translateY(-50%);text-indent: -9999px;z-index: 100;width: 35px; height: 35px; }
#section04 ul.sec04_slide .slick-prev{left: 0; background: url(/assets/images/main/prev01_mob.png)center no-repeat; background-size: cover;}
#section04 ul.sec04_slide .slick-next{right: -1px; background: url(/assets/images/main/next01_mob.png)center no-repeat; background-size: cover;}

/* pri_pop */
.pri_pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);z-index: 9999;line-height: 1;}
.pri_pop_wrap .pop_box_wrap{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);width: calc(100% - 10px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 15px; color: #fff;font-weight: 700;margin-bottom: 15px;padding-right: 20px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 13px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 380px;background: #fff; border-radius:12px;padding: 25px 20px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 13px; color: #999;line-height: 1.8;white-space:pre-wrap;}

.pri_pop_wrap .pop_box .txt::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-track {background: rgba(33, 122, 244, 0);  /*스크롤바 뒷 배경 색상*/}

button.top_btn{position: fixed;bottom: 40px;right: 2.6%; display: none;align-items: center;justify-content: center; width: 40px;height: 40px; border:1px solid #fff; border-radius:6px; color: #fff; font-weight: 700;z-index: 1000;font-size: 12px;mix-blend-mode: difference;}

/* footer */
#footer{padding: 40px 0;line-height: 1;background: #333;}
#footer .inner{display: flex;justify-content: center;align-items: center; flex-direction: column-reverse;gap:20px;}
#footer address p{font-size: 11px; color: #fff; font-weight: 300; line-height: 17px;text-align: center;}
#footer address p span{display: inline-block;margin-right: 6px;}
#footer address p i{display: inline-block;width: 20px;}
#footer address p i:nth-of-type(1),
#footer address p i:nth-of-type(2){display: block;width: 0; height: 0;}
#footer a.f_logo{display: block;width: fit-content;margin: 35px auto 0;}
#footer a.f_logo img{width: 70px;}
#footer p.copy{font-size: 11px; color: #999; font-weight: 300;margin-top: 10px;text-align: center;}

#footer .a_wrap{display: flex;gap:15px;}
#footer .a_wrap a{font-size: 12px; color: #fff;font-weight: 500;text-transform:uppercase;}

/* ====sub=================================== */
#header.sub_header{border-bottom: 1px solid #ddd;}
#sub_contents{padding: 50px 0;}
#sub_contents .inner02{width: 100%;padding: 0 2.6%;}

#sub_contents .contop{margin-bottom: 20px; line-height: 1;}
#sub_contents ul.sub_nav{display: flex;align-items: center;gap:20px;}
#sub_contents ul.sub_nav li{position: relative;font-size: 13px; color: #999;font-weight: 300;}
#sub_contents ul.sub_nav li:last-child{color: #222;}
#sub_contents ul.sub_nav li:not(:last-child)::after{content:'>';position: absolute;right: -15px; top: 45%;transform:translateY(-50%); color: #999;}
#sub_contents ul.sub_nav li img{display: block;width: 12px;}
#sub_contents h3{font-size: 24px; color: #222; font-weight: 700; margin-top: 12px;}

.list_wrap_st01{display: flex;flex-wrap:wrap;gap:30px 10px; line-height: 1;}
.list_wrap_st01 .list{width: calc((100% - 10px) / 2);}
.list_wrap_st01 .list .img_wrap{position:relative; width:100%; padding-bottom:131.765%;border:1px solid #ddd;}
.list_wrap_st01 .list .img_wrap img{ position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.list_wrap_st01 .list .txt_wrap{margin-top: 15px;}
.list_wrap_st01 .list .txt_wrap p{font-size: 14px; color: #222; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.view_wrap_st01{line-height: 1;}
.view_wrap_st01 .con_wrap{display: flex;gap:40px;flex-direction: column-reverse;}
.view_wrap_st01 .con_wrap .img_con{display: flex;flex-wrap:wrap;gap:10px;width: 100%;}
.view_wrap_st01 .con_wrap .img_box{width: calc((100% - 10px) / 2);}
.view_wrap_st01 .con_wrap .img_box .img_wrap{position:relative; width:100%; padding-bottom:100%;border:1px solid #ddd;}
.view_wrap_st01 .con_wrap .img_box .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}

.view_wrap_st01 .con_wrap .txt_con{width: 100%;}
.view_wrap_st01 .con_wrap .txt_con h4{font-size: 24px; color: #222; font-weight: 700;margin-bottom: 25px;}
.view_wrap_st01 .con_wrap .txt_con .txt_box{border-top: 1px solid #ddd;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .txt{border-bottom: 1px solid #ddd;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .tit{display: flex;align-items: center;justify-content: space-between;	padding: 20px 0;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .txt_c .tit{cursor:pointer;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .tit p{font-size: 14px; color: #222; font-weight: 700;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .tit span{font-size: 14px; color: #999;font-weight: 300;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .tit em{position: relative;width: 11px; height: 11px;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .tit em::before{content:'';position: absolute;left: 0; top: 5px; width: 100%; height: 1px;background: #222;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .tit em::after{content:'';position: absolute;top: 0; left: 5px; width: 1px; height: 100%;background: #222;transition:.3s;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .tit.on em::after{transform:rotate(90deg);}
.view_wrap_st01 .con_wrap .txt_con .txt_box .slide_box{display: none;padding: 12px; background: #f5f5f5; margin-bottom: 20px;}
.view_wrap_st01 .con_wrap .txt_con .txt_box .slide_box p{font-size: 13px; color: #999;font-weight: 300; line-height: 1.6;}
.view_wrap_st01 .con_wrap .txt_con a{display: flex;align-items: center;justify-content: center;width: 100%; height: 40px; font-size: 14px; font-weight: 300;color: #fff; margin-top: 15px; background: #000022;}

/* 공통 */
.txt_wrap_st01{color: #222;}
.txt_wrap_st01.wh{color: #fff;}
.txt_wrap_st01 p{font-size: 17px; line-height: 1.5;font-weight: 700;}
.txt_wrap_st01 span{display: block;font-size: 13px; line-height: 1.6; margin-top: 8px;}

.search_wrap_st01.flex{display: flex;justify-content: flex-start;margin-bottom: 20px;}
.search_wrap_st01.flex .right{display: flex;justify-content: flex-end;gap:5px;margin-bottom: 0px;width: calc(100% - 75px);}

.search_wrap_st01{display: flex;justify-content: flex-end;gap:5px;margin-bottom: 20px;}
.search_wrap_st01 select{width: 70px; height: 35px; border:1px solid #ddd;padding: 0px 10px;font-size: 11px; color: #222;background: url(/assets/images/sub/select_icon01.png)center right 10px no-repeat; background-size: 8px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
.search_wrap_st01 select.bg01{background: url(/assets/images/sub/select_icon01.png)center right 10px no-repeat #f5f5f5; border:0;background-size: 8px;}
.search_wrap_st01 .input{display: flex;align-items: center; width: calc(100% - 150px);border:1px solid #ddd;padding: 0px 10px;}
.search_wrap_st01 input[type="text"]{width: calc(100% - 12px); height: 33px; font-size: 11px; color: #222; border:0;}
.search_wrap_st01 .input img{width: 12px;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0101_wrap .con01 .img_wrap{width: 100%;margin-bottom: 20px;}
.sub0101_wrap .con01 .img_wrap img{width: 100%;}

.sub0101_wrap .con02 .inner{display: flex;gap:20px;flex-direction: column;}
.sub0101_wrap .con02 .left{width: 100%;}
.sub0101_wrap .con02 .txt_wrap_st01{margin-top: 20px;}
.sub0101_wrap .con02 .right{display: flex;gap:20px;width: 100%;}
.sub0101_wrap .con02 .right .img_wrap01{margin-top: 45px;}
.sub0101_wrap .con02 .right .img_wrap02{display: flex;align-items: flex-end;justify-content: space-between;flex-direction: column;}
.sub0101_wrap .con02 .right .img_wrap02 strong{display: block;font-size: 18px;color: #ddd;font-weight: 400;text-transform:uppercase;}

.sub0101_wrap .con03{background: #222;padding-top: 10px;}
.sub0101_wrap .con03 .inner{display: flex;flex-direction: column;}
.sub0101_wrap .con03 .img_wrap{width: 100%;}
.sub0101_wrap .con03 .img_wrap img{width: 100%; height: 100%;object-fit:cover;}
.sub0101_wrap .con03 .txt_wrap{display: flex;flex-direction: column;align-items: flex-start; justify-content: space-between;width: 100%;padding: 40px 10px;}

.sub0101_wrap .con04 .box_wrap{display: flex;margin-top: 20px;gap:20px;flex-direction: column;}
.sub0101_wrap .con04 .box_wrap .box{display: flex;width: 100%;flex-direction: column;}
.sub0101_wrap .con04 .box_wrap .box .img_wrap{position: relative;width: 100%;}
.sub0101_wrap .con04 .box_wrap .box .img_wrap img{width: 100%;}
.sub0101_wrap .con04 .box_wrap .box .img_wrap .txt{position: absolute; top: 0; left: 0; width: 100%;padding: 50px 25px;color: #fff;}
.sub0101_wrap .con04 .box_wrap .box .img_wrap .txt p{font-size: 16px;font-weight: 700;}
.sub0101_wrap .con04 .box_wrap .box .img_wrap .txt span{display: block;font-size: 13px; line-height: 1.5; margin-top: 12px;}
.sub0101_wrap .con04 .box_wrap .box .color_wrap{width: 100%;}

.sub0101_wrap .con04 .box_wrap .box .color_wrap{display: flex;flex-direction: row;height: 80px;}
.sub0101_wrap .con04 .box_wrap .box .color_wrap .color{flex:1;}
.sub0101_wrap .con04 .box_wrap .box01 .color_wrap{background: #5e5e5e;}
.sub0101_wrap .con04 .box_wrap .box02 .color_wrap .color01{background: #f3f2ed;}
.sub0101_wrap .con04 .box_wrap .box02 .color_wrap .color02{background: #e5e0da;}
.sub0101_wrap .con04 .box_wrap .box02 .color_wrap .color03{background: #d1c8bf;}
.sub0101_wrap .con04 .box_wrap .box02 .color_wrap .color04{background: #b8b1a7;}

.sub0101_wrap .con05 .txt_wrap_st01{margin-bottom: 30px;}
.sub0101_wrap .con05 .box_wrap{position: relative;display: flex; flex-direction: column; background: #f7f7f7;}
.sub0101_wrap .con05 .box{width: 100%;}
.sub0101_wrap .con05 .box01{position: relative;}
.sub0101_wrap .con05 .box01 img.bg{height: 100%;object-fit: cover;}
.sub0101_wrap .con05 .box01 .bg_logo{position: absolute;top: 20px; left: 20px;opacity: .5;}
.sub0101_wrap .con05 .box01 img.bg_logo{width: 70px;}
.sub0101_wrap .con05 .box02{position: relative;display: flex;align-items: flex-start;justify-content: space-between;flex-direction: column;gap:30px;margin-left: auto;padding: 40px 20px;}
.sub0101_wrap .con05 .box02::after{top:initial;bottom: 100%;left: 0;right: initial; width: 100%; height: 120px; background: linear-gradient(180deg,transparent 0%, rgba(247, 247, 247, 1) 100%);}
.sub0101_wrap .con05 .box02 .logo_wrap{display: flex;gap:30px;}
.sub0101_wrap .con05 .box02 .logo_wrap img{height: 50px;}

/* sub0201 */
.sub0201_wrap .con01{margin-bottom: 40px;}
.sub0201_wrap .con01 .txt_wrap_st01{margin-top: 15px;}

.sub0201_wrap .flex_box_wrap{}
.sub0201_wrap .flex_box_wrap .box_wrap{display: flex;flex-direction: column;gap:20px;}
.sub0201_wrap .flex_box_wrap .box_wrap:not(:last-child){margin-bottom: 30px;}
.sub0201_wrap .flex_box_wrap .box_wrap .img_wrap{width: 100%;}
.sub0201_wrap .flex_box_wrap .box_wrap .img_wrap img{}
.sub0201_wrap .flex_box_wrap .box_wrap .txt_wrap{display: flex;align-items: flex-end;position: relative;padding: 0;width: 100%;}
.sub0201_wrap .flex_box_wrap .box_wrap .txt_wrap em{position: absolute;top: -3px; right: 0px;font-size: 18px; color: #ddd;font-weight: 700;}

.sub0201_wrap .flex_box_wrap .box_wrap:nth-child(2n){flex-direction: column;}
.sub0201_wrap .flex_box_wrap .box_wrap:nth-child(2n) .txt_wrap{padding-left: 0;}
.sub0201_wrap .flex_box_wrap .box_wrap:nth-child(2n) .txt_wrap em{right: 0;left: initial;}

.sub0201_wrap .flex_box_wrap .txt_wrap_st01 span br{display: none;}
.sub0201_wrap .flex_box_wrap .txt_wrap_st01 span i{display: block;}
.sub0201_wrap .flex_box_wrap .txt_wrap_st01 span i.i02{height: 10px;}

.sub0201_wrap .con02{margin-bottom: 60px;}

.sub0201_wrap .con03{padding: 60px 0; background: url(/assets/images/sub/sub0201_bg01.png)center no-repeat; background-size: cover;}
.sub0201_wrap .con03 .inner{display: flex;flex-direction: column;gap:40px;}
.sub0201_wrap .con03 .left{width: 100%;height: fit-content;}

.sub0201_wrap .con03 .right{width: 100%;height: fit-content;}
.sub0201_wrap .con03 .right .box:not(:last-child){margin-bottom: 50px;}
.sub0201_wrap .con03 .right .txt_wrap_st01{margin-top: 20px;}

/*sub0301*/
.sub0301_wrap .con01 .img_wrap{position: relative;}
.sub0301_wrap .con01 .img_wrap p{position: absolute;top: 10px; left: 10px;font-size: 16px;line-height: 1.4;color: rgba(255,255,255,.2);font-weight: 700;text-transform:uppercase;}

.sub0301_wrap .flex_box_wrap .box_wrap{gap:0px;}
.sub0301_wrap .flex_box_wrap .box_wrap:not(:last-child){margin-bottom: 0;}
.sub0301_wrap .flex_box_wrap .box_wrap .txt_wrap{padding: 15px;}
.sub0301_wrap .flex_box_wrap .box_wrap .txt_wrap em{top: 12px; right: 15px;}
.sub0301_wrap .flex_box_wrap .box_wrap:nth-child(2n) .txt_wrap{padding: 15px;}
.sub0301_wrap .flex_box_wrap .box_wrap:nth-child(2n) .txt_wrap em{top: 13px; right: 15px;left: initial;}
.sub0301_wrap .flex_box_wrap .box_wrap .txt_wrap{background: #fffaf4;}

.sub0301_wrap .con04{padding: 60px 0;background: url(/assets/images/sub/sub0301_bg01.jpg)center no-repeat; background-size: cover;}
.sub0301_wrap .con04 .slide_wrap{margin-top: 40px;}
.sub0301_wrap .con04 .slide_wrap ul li{width: 300px;margin-right: 10px;}

/* sub0401 */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .list_wrap{display: flex;flex-wrap:wrap;gap:40px;}
.sub0401_wrap .list_wrap .list{width: 100%;}
.sub0401_wrap .list_wrap .list .img_wrap{position:relative; width:100%; padding-bottom:65.116%;}
.sub0401_wrap .list_wrap .list .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;}
.sub0401_wrap .list_wrap .list .txt_wrap{margin-top: 15px;}
.sub0401_wrap .list_wrap .list .txt_wrap p{font-size: 15px; color: #222; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.sub0401_wrap .list_wrap .list .txt_wrap span{display: block;font-size: 12px; color: #999;margin-top: 12px;}

/* sub0602 */
.sub0602_wrap{line-height: 1;}
.sub0602_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0602_wrap .map_wrap{position:relative; width:100%; padding-bottom:34.091%;}
.sub0602_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;}
.sub0602_wrap .txt_box{display: flex;flex-direction: column;}
.sub0602_wrap .txt_box .box{width: 100%;padding: 20px 15px;}
.sub0602_wrap .txt_box .box02{background: #f5f5f5;padding: 20px 15px;}
.sub0602_wrap .txt_box .box02 ul li{display: flex;font-size: 13px; color: #222;}
.sub0602_wrap .txt_box .box02 ul li:not(:last-child){margin-bottom: 15px;}	
.sub0602_wrap .txt_box .box02 ul li p{width: 40px;font-weight: 700;}
.sub0602_wrap .txt_box .box02 ul li span{}

}