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

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

#header{position: relative;z-index: 7000;line-height: 1;}
#header .inner{display: flex;align-items: center;justify-content: space-between; height: 80px;}
#header h1 a img{width: 125px;}

#header .gnb{display: none;}
#header .gnb > li{position: relative;padding: 41px 50px;}
#header .gnb span a{display: block;font-size: 18px; color: #333; font-weight: 500;}
#header .gnb .lnb_sub{position: absolute; top: 97px; left: 50%; transform:translateX(-50%);z-index: 100; width: 240px; }
#header .gnb .lnb_sub ul{display: none;border-top: 3px solid var(--co01);}
#header .gnb .lnb_sub ul li a{display: flex; align-items: center;justify-content: center; height: 54px;color: #fff;font-size: 18px;text-align: center;background: rgba(0,0,0,.6);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 1px;}

#header .right_wrap{display: flex;align-items: center;gap:20px;}
#header .right_wrap .lan_wrap{position: relative;font-size: 14px; color: #666;font-weight: 600;padding-left: 15px;}
#header .right_wrap .lan_wrap em{display: flex;align-items: center;gap:10px;cursor:pointer;font-weight: 600;}
#header .right_wrap .lan_wrap em img{transition:.3s;width: 6px;}
#header .right_wrap .lan_wrap em.on img{transform:rotate(180deg);}
#header .right_wrap .lan_wrap ul{display: none;position: absolute;left: 0;top: calc(100% + 10px);padding: 10px 15px; background: #fff;width: 100%;border-radius: 10px;box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);z-index: 100;}
#header .right_wrap .lan_wrap ul li a{color: #666;line-height: 1.5;transition:.3s;}
#header .right_wrap .lan_wrap ul li a:hover{opacity: .6;}

/* navi */
.nav_btn{position: relative;display: block;width: 30px; height: 19px;}
.nav_btn::before{content:'';position: absolute;top: 0; right: 0;width: 100%;height: 3px; background: #333;transition:.3s;}
.nav_btn::after{content:'';position: absolute;bottom: 0; right: 0;width: 100%;height: 3px; background: #333;transition:.3s;}
.nav_btn span{position: absolute;top: 8px;right: 0;width: 100%;height: 3px; background: #333;}

#header.nav .nav_btn::before{transform:rotate(45deg);top: 8px;}
#header.nav .nav_btn::after{transform:rotate(-45deg);bottom: 8px;}
#header.nav .nav_btn span{opacity: 0; }

.navigation{position:absolute;top: 80px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000; line-height: 1;}
.navigation h3{height:55px;width:100%;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3.active a:after,
.navigation h3.on a:after{transform:translateY(-50%) rotate(0deg);filter: grayscale(0);}
.navigation h3 a{position: relative;height:55px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 20px;color:#333;font-size:18px;font-weight: 700;border-bottom: 1px solid #ddd;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%) rotate(180deg);right: 20px;width: 15px;height: 9px;background:url(/assets/images/main/nav_arr_tab.png)center no-repeat;background-size:cover ;transition:.3s;filter: grayscale(1);}
.navigation ul{display: block; padding:20px 0;background:#f5f5f5;border-top:2px solid var(--co01);border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 25px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#666;font-size:15px;border:none;font-weight: 400;padding-left: 20px; word-break:keep-all;}
.navigation ul li.on a{color: var(--co01); font-weight: 700;}
.navi_bg{display: none;position: absolute;top: 80px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;left: 0; top: 50%;transform:translateY(-50%);width: 100%;}
#visual_wrap .txt_wrap span{display: block;font-size: 18px; font-weight: 700;color: var(--co01); margin-bottom: 20px;}
#visual_wrap .txt_wrap p{font-size: 30px; color: #fff; font-weight: 700;line-height: 1.4;}
#visual_wrap ul.slick-dots{position: absolute;left: 50%;bottom: 47px; transform:translateX(-50%);display: flex;gap:38px;}
#visual_wrap ul.slick-dots li{position: relative;width: 4px; height: 4px; background: rgba(255,255,255,.5);text-indent: -9999px; border-radius:50%;transition:.3s;}
#visual_wrap ul.slick-dots li::after{content:'';opacity: 0;position: absolute;left: 50%; top: 50%; transform:translate(-50%,-50%); width: 18px; height: 18px; border:1px solid #fff; border-radius:50%;transition:.3s;} 
#visual_wrap ul.slick-dots li.slick-active{background: #fff;}
#visual_wrap ul.slick-dots li.slick-active::after{opacity: 1;}

/* section */
.section{line-height: 1;padding: 90px 0;}
.sec_tit01{margin-bottom: 35px;}
.sec_tit01 .tit span{display: block;font-size: 14px; color: var(--co01);font-weight: 700;margin-bottom: 10px;}
.sec_tit01 .tit p{font-size: 20px; color: #333; line-height: 1.5; font-weight: 700;}
.sec_tit01 .txt{margin-top: 20px;}
.sec_tit01 .txt p{font-size: 13px; line-height: 1.5;color: #666;}

/* section01 */
#section01{position: relative;}
#section01 .sec_tit01{margin-bottom: 0;}
#section01 .inner{display: flex;gap:0px; align-items: center;}
#section01 .bg{position: absolute;right: 0; bottom: -15px;font-size: 100px; color: #f7f7f7; font-weight: 700;z-index: -1;text-transform:uppercase;}
#section01 .img_wrap{width: 50%;padding-right: 40px;	}	
#section01 .img_wrap img{width: 100%;}
#section01 .txt_wrap{width: 50%;}
#section01 .txt_wrap .sec_tit01 .txt p br{display: none;}

/* section02 */
#section02{position: relative;background: url(/assets/images/main/sec02_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section02 .box_wrap{display: flex;gap:20px;flex-direction: column;}
#section02 .box_wrap .box{width: 100%; border-top: 2px solid #000;}
#section02 .box_wrap .box a{display: flex;flex-direction: row;padding-top: 20px;}
#section02 .box_wrap .box .tit{position: relative;margin-bottom: 18px;width: calc(100% - 220px);}
#section02 .box_wrap .box .tit p{font-size: 18px; color: #333; font-weight: 700;}
#section02 .box_wrap .box .tit em{position: absolute; top: 0; right: 0;}
#section02 .box_wrap .box .tit em img{width: 17px;}
#section02 .box_wrap .box .tit span{display: block;font-size: 14px; color: #666; line-height: 21px;margin-top: 15px;}
#section02 .box_wrap .box .img{width: 200px;}
#section02 .box_wrap .box .img img{width: 100%; box-shadow: 0px 0px 8px rgba(0,0,0,.15);}

/* section03 */
#section03{background: url(/assets/images/main/sec03_bg01_tab.jpg)center bottom no-repeat; background-size: 100%;}
#section03 .inner{display: flex;align-items: center;}
#section03 .left{width: 50%;margin-right: 40px;}
#section03 .left .map_con .tel{display: flex;align-items: center;justify-content: center;gap:13px; width: 175px; height: 45px; background: var(--co01);border-radius:30px;}
#section03 .left .map_con .tel a{font-size: 16px; color: #fff; font-weight: 700; }
#section03 .left .map_con .tel img{width: 18px;}
#section03 .left .map_con .map_wrap{position:relative; width:100%; padding-bottom:74.074%;margin-top: 20px; border:1px solid #ddd; border-radius:10px; overflow: hidden;}
#section03 .left .map_con .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;}

#section03 .right{width: 50%;}
#section03 .online_wrap .input:not(:last-child){margin-bottom: 15px;}
#section03 .online_wrap .input p{font-size: 15px; color: #333; margin-bottom: 15px;}
#section03 .online_wrap .input p em{color: var(--co01);}
#section03 .online_wrap .input input[type="text"]{width: 100%; height: 40px; background: #f7f7f7; border:0;padding: 0 10px; font-size: 14px;}
#section03 .online_wrap .input input[type="text"]::placeholder{font-size: 9px;}
#section03 .online_wrap .input textarea{font-size: 15px;padding: 10px;height: 100px;}

#section03 .chk_wrap{margin-top: 15px;}
#section03 .chk_wrap input[type="checkbox"]{display: none;}
#section03 .chk_wrap input[type="checkbox"] + label{position: relative;padding-left: 25px;font-size: 15px; color: #666; line-height: 1.4;}
#section03 .chk_wrap input[type="checkbox"] + label em{font-weight: 500;color: #222;cursor:pointer}
#section03 .chk_wrap input[type="checkbox"] + label em b{font-weight: 500; border-bottom: 1px solid #222;}
#section03 .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 1px; width: 15px; height: 15px; border:1px solid #ddd;}

#section03 .chk_wrap input[type="checkbox"]:checked + label{}
#section03 .chk_wrap input[type="checkbox"]:checked + label::after{content:'✓';background:var(--co01); border:1px solid var(--co01); color: #fff;text-align: center; line-height: 13px;}

#section03 a.submit_btn{display: flex;align-items: center;justify-content: center; height: 50px; background: #333; color: #fff;font-size: 15px; margin-top: 15px;}

/* 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% - 20px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 20px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 25px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 397px;background: #fff; border-radius:12px;padding: 35px 30px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 16px; 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);  /*스크롤바 뒷 배경 색상*/}

#footer{padding: 60px 0;background: #222; line-height: 1;}
#footer .inner{display: flex;align-items: center;justify-content: space-between;}
#footer .left{width: calc(100% - 260px);}
#footer .left .f_logo{display: block; width: fit-content;}
#footer .left .f_logo img{width: 109px;}
#footer .left .a_wrap{display: flex;gap:20px;margin: 25px 0px 20px;}
#footer .left .a_wrap a{font-size: 14px; color: #fff; font-weight: 700;}
#footer .left address p{font-size: 14px; color: #fff; line-height: 21px;}
#footer .left address p em{font-size: 14px;vertical-align: middle;}
#footer .left address p em:nth-of-type(2),
#footer .left address p em:nth-of-type(4){display: block;width: 0; height: 0; margin: 0; padding: 0; font-size: 0;}
#footer .left p.copy{font-size: 13px; color: #999; margin-top: 12px;}

#footer .right{width: 240px;padding: 30px; border-radius:15px; background: rgba(255,255,255,.04);}
/* #footer .right .top{margin-bottom: 20px;} */
#footer .right .top span{display: block;font-size: 14px; color: #fff; margin-bottom: 10px;}
#footer .right .top p{font-size: 20px; color: #fff; font-weight: 700;}
#footer .right .bot p{font-size: 13px; color: #fff; line-height: 20px;}
#footer .right .bot p em{display: block;width: 0; height: 0; font-size: 0;}

#footer .top_btn{position: fixed;bottom: 50px;right: 2.6%;display: none;width: 42px;height: 42px;border-radius: 8px; border:1px solid #fff;mix-blend-mode: exclusion;backdrop-filter: blur(3px);}
#footer .top_btn img{display: block;position: absolute; transform:translateX(-50%);left: 50%;top: 10px;width: 22px;}

/* =====sub==================================== */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; width: 100%; transform:translate(-50%,-50%);}
#sub_visual_wrap .txt_wrap span{display: block;font-size: 18px; color: var(--co01);text-align: center; font-weight: 700;}
#sub_visual_wrap .txt_wrap p{font-size: 50px; color: #fff;font-weight: 700;text-align: center; margin-top: 30px;}

.tab_menu{position: absolute;bottom: 0;left: 0;width: 100%;}
.tab_menu .inner{}
.tab_menu	ul{display: flex; background: var(--co01);}
.tab_menu	ul li{position: relative;flex:1;}
.tab_menu	ul li:not(:last-child)::after{content:'';position: absolute;width: 1px; height: 22px; background: #ebe3d3; top: 50%; right: 0; transform:translateY(-50%);opacity: .5;}
.tab_menu	ul li a{display: flex;align-items: center;justify-content: center;height: 70px;font-size: 16px; color: #ebe3d3; font-weight: 500;padding: 0 20px; line-height: 1.5;text-align: center;}
.tab_menu	ul li.on a{color: #fff;font-weight: 700;}
.tab_menu em{display: none;}

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

/* 공통 */
a.more_btn_st01{display: flex;align-items: center;justify-content: center;gap:20px;width: 210px; height: 50px; border-radius:30px; background: var(--co01);font-size: 16px; color: #fff;font-weight: 700;}

h3.h3_tit01{position: relative;font-size: 30px; color: #333; font-weight: 700;margin-bottom: 25px;}

ul.ul_st01 li{position: relative;padding-left: 16px;font-size: 16px; line-height: 1.6;color: #666;}
ul.ul_st01 li::after{content:'';position: absolute; left: 0; top: 11px; width: 4px; height: 4px; background: var(--co01);}

/* sub_list */
.sub_list_wrap{line-height: 1;}
.sub_list_wrap ul.sub_list{display: flex;flex-wrap:wrap;gap:50px 30px;}
.sub_list_wrap ul.sub_list li{width: calc((100% - 60px) / 3);}
.sub_list_wrap ul.sub_list li .img_wrap{position:relative; width:100%; border:1px solid #ddd; border-radius:12px;overflow: hidden;}
.sub_list_wrap ul.sub_list 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;}
.sub_list_wrap ul.sub_list li .txt_wrap{display: flex;align-items: flex-end; gap: 15px; justify-content: space-between;flex-direction: column;position: relative;margin-top: 20px;padding-top: 15px;}
.sub_list_wrap ul.sub_list li .txt_wrap::after{content:'';position: absolute; top: 0; left: 0;width: 20px; height: 2px; background: var(--co01);}
.sub_list_wrap ul.sub_list li .txt_wrap p{width: 100%;font-size: 20px; color: #333; font-weight: 700;}
.sub_list_wrap ul.sub_list li .txt_wrap span{display: flex;align-items: center; gap:10px; font-size: 16px;color: #999;}
.sub_list_wrap ul.sub_list li .txt_wrap span img{transition:.3s;width: 16px;}
.sub_list_wrap ul.sub_list li:hover .txt_wrap span img{transform:rotate(90deg);}

/* sub_view */
.sub_view_wrap{line-height: 1;}
.sub_view_wrap .search_wrap{display: flex;align-items: center; justify-content: space-between;width: 1000px;max-width: 100%;border-bottom: 3px solid #333;margin: 0 auto 50px;padding-bottom: 15px;}
.sub_view_wrap .search_wrap input[type="text"]{width: calc(100% - 100px);border:0;font-size: 16px; color: #999;}
.sub_view_wrap .search_wrap input[type="text"]::placeholder{font-size: 16px; color: #999;}
.sub_view_wrap .search_wrap input[type="text"]:focus{outline:0;}
.sub_view_wrap .search_wrap .btn_wrap{display: flex;align-items: center;justify-content: flex-end;gap:25px;width: 100px;}
.sub_view_wrap .search_wrap .btn_wrap .search_btn img{width: 26px;}
.sub_view_wrap .search_wrap .btn_wrap .del_btn img{width: 24px;}

.sub_view_wrap .con{margin-bottom: 80px;}
.sub_view_wrap .con .p_wrap p{font-size: 16px; color: #666; line-height: 1.6;}
.sub_view_wrap .con .flex_con{display: flex;}
.sub_view_wrap .con .flex_con .p_wrap{position: relative;flex:1;padding: 0px 20px;}
.sub_view_wrap .con .flex_con .p_wrap:not(:last-child)::after{content:'';position: absolute; top: 50%;transform:translateY(-50%); right: 0; width: 1px; height: 110px; background: #ddd;}
.sub_view_wrap .con .flex_con .p_wrap strong{display: block;font-size: 18px; line-height: 1.6; color: #333; font-weight: 700;text-align: center;margin-bottom: 10px;}
.sub_view_wrap .con .flex_con .p_wrap p{text-align: center;}

.sub_view_wrap .con .img_con{padding: 40px;border-radius:20px; border:1px solid #ddd;}
.sub_view_wrap .con .img_con img{display: block;margin: 0 auto; max-width: 100%;}

.sub_view_wrap a.back_btn{display: flex; gap: 20px; align-items: center; justify-content: center; width: 180px; height: 50px; background: var(--co01);font-size: 16px; color: #fff;padding: 0 15px; margin: 0 auto;}

.sub_view_wrap .con01{display: flex; align-items: center; justify-content: flex-end;gap:80px;}
.sub_view_wrap .con01 .img_box{width: 300px;border:1px solid #ddd;border-radius:10px;}
.sub_view_wrap .con01 .img_wrap{position:relative; width:100%; }
.sub_view_wrap .con01 .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%;}

.sub_view_wrap .con01 .txt_box{width: calc(100% - 380px);}
.sub_view_wrap .con01 .txt_box .tit{position: relative;padding-bottom: 30px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
.sub_view_wrap .con01 .txt_box .tit::after{content:'';position: absolute; left: 0; bottom: -2px; width: 50px; height: 3px; background: var(--co01);}
.sub_view_wrap .con01 .txt_box .tit span{display: block;font-size: 16px; color: var(--co01); font-weight: 700;margin-bottom: 15px;text-transform:uppercase;}
.sub_view_wrap .con01 .txt_box .tit p{font-size: 35px; color: #333; font-weight: 700;} 

@media screen and (max-width:1024px) {
.sub_view_wrap .con01{gap:50px;}
.sub_view_wrap .con01 .img_box{width: 250px;}
.sub_view_wrap .con01 .txt_box{width: calc(100% - 300px);}
}



/* sub0101 */
.sub0101_wrap{line-height: 1; background: url(/assets/images/sub/sub0101_bg01.png)left bottom 100px no-repeat; }
.sub0101_wrap .con01 .tit{margin-bottom: 30px;	}
.sub0101_wrap .con01 .tit p{font-size: 24px; color: var(--co01); line-height: 1.6;font-weight: 700;}
.sub0101_wrap .con01 .img{background: url(/assets/images/sub/sub0101_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; height: 300px; border-radius:15px;}

.sub0101_wrap .con02{margin-top: 50px;}
.sub0101_wrap .con02 .txt_wrap{width: 100%; margin-left: auto;}
.sub0101_wrap .con02 .txt_wrap strong{display: block;font-size: 20px; color: #333; font-weight: 700;line-height: 1.6;}
.sub0101_wrap .con02 .txt_wrap p{font-size: 16px; color: #333; font-weight: 500; line-height: 1.6;margin-top: 25px;}
.sub0101_wrap .con02 .txt_wrap a.more_btn_st01{margin-top: 50px;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con_wrap{position: relative;}
.sub0102_wrap .con_wrap::after{content:'';position: absolute;top: 40px; left: 199px;width: 1px; height: calc(100% - 40px);border-right: 1px solid #ddd;z-index: -1;}
.sub0102_wrap .flex_wrap{display: flex;}
.sub0102_wrap .flex_wrap .left{position: relative;width: 200px;padding-bottom: 80px;}
.sub0102_wrap .flex_wrap .left::after{}
.sub0102_wrap .flex_wrap .left span{display: block;font-size: 16px; color: var(--co01);margin-bottom: 10px;font-weight: 700;}
.sub0102_wrap .flex_wrap .left p{font-size: 40px; color: #333; font-weight: 700;}

.sub0102_wrap .flex_wrap:first-child .right{margin-top: 20px;}
.sub0102_wrap .flex_wrap .right{width: calc(100% - 200px);padding-top: 10px;}
.sub0102_wrap .flex_wrap{margin-bottom: 100px;}
.sub0102_wrap .flex_wrap .right .his_wrap .his{display: flex;}
.sub0102_wrap .flex_wrap .right .his_wrap .his:not(:last-child){margin-bottom: 70px;}
.sub0102_wrap .flex_wrap .right .his_wrap .his .year{position: relative;font-size: 26px; color: #bbb; font-weight: 700;width: 180px;padding-left: 60px;transition:.3s;}
.sub0102_wrap .flex_wrap .right .his_wrap .his .year::before{content:''; position: absolute;left: -5px;top: 8px;width: 9px; height: 9px; background: #bbb; border-radius:50%;transition:.3s;}
.sub0102_wrap .flex_wrap .right .his_wrap .his .year::after{content:'';position: absolute;left: -9px;top: 4px;width: 17px; height: 17px; background: #bbb; border-radius:50%;opacity: .3;transition:.3s;}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul{width: calc(100% - 180px);}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul li{position: relative;font-size: 16px; color: #999;font-weight: 500;padding-left: 20px;transition:.3s;}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul li:not(:last-child){margin-bottom: 15px;}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul li::after{content:'•';position: absolute;left: 0; top: 0;}

.sub0102_wrap .flex_wrap .right .his_wrap .his.on .year{color: var(--co01);}
.sub0102_wrap .flex_wrap .right .his_wrap .his.on .year::before{background: var(--co01);}
.sub0102_wrap .flex_wrap .right .his_wrap .his.on .year::after{background: var(--co01);}
.sub0102_wrap .flex_wrap .right .his_wrap .his.on ul li{color: #333;}

/* sub0105 */
.sub0105_wrap{line-height: 1;}
.sub0105_wrap .map_wrap{position:relative; width:100%; padding-bottom:45.714286%;}
.sub0105_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;}

.sub0105_wrap .txt_wrap{display: flex;align-items: center; margin-top: 50px;}
.sub0105_wrap .txt_wrap .left{width: 50%;}
.sub0105_wrap .txt_wrap .left ul li{display: flex;}
.sub0105_wrap .txt_wrap .left ul li:not(:last-child){margin-bottom: 20px;}
.sub0105_wrap .txt_wrap .left ul li span{display: block;width: 100px;font-size: 16px; color: var(--co01);font-weight: 700;}
.sub0105_wrap .txt_wrap .left ul li p{width: calc(100% - 100px);font-size: 16px; color: #333; font-weight: 500;}
.sub0105_wrap .txt_wrap .right{width: 50%;}
.sub0105_wrap .txt_wrap .right .btn_wrap{display: flex;gap:15px;}
.sub0105_wrap .txt_wrap .right .btn_wrap a{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:16px; width: calc((100% - 30px) / 3);height: 120px; border-radius:12px; border:2px solid var(--co01);}
.sub0105_wrap .txt_wrap .right .btn_wrap p{font-size: 16px; color: var(--co01);font-weight: 500;text-align: center;}

@media screen and (max-width:1025px) {
.sub0105_wrap .txt_wrap{flex-direction: column;gap:40px;}
.sub0105_wrap .txt_wrap .left{width: 100%;}
.sub0105_wrap .txt_wrap .right{width: 100%;}
}

/* sub0402 */
.sub0402_wrap{line-height: 1;}
.sub0402_wrap .online_wrap{padding-bottom: 30px;border-bottom: 1px solid #ddd;}
.sub0402_wrap .online_wrap .input_wrap{display: flex;}
.sub0402_wrap .online_wrap .input_wrap:not(:last-child){margin-bottom: 15px;}
.sub0402_wrap .online_wrap .input_wrap p{width: 140px;font-size: 16px; color: #333; line-height: 60px;}
.sub0402_wrap .online_wrap .input_wrap p em{color: var(--co01);}
.sub0402_wrap .online_wrap .input_wrap .input{width: calc(100% - 140px);}
.sub0402_wrap .online_wrap .input_wrap .input input[type="text"]{width: calc(100% / 3);height: 50px; background: #f7f7f7; border:0;padding: 0 20px;font-size: 16px; color: #333;}
.sub0402_wrap .online_wrap .input_wrap .input input[type="text"]::placeholder{color: #999;}
.sub0402_wrap .online_wrap .input_wrap .input select{width: calc(100% / 3);height: 50px; background: url(/assets/images/sub/select_icon01.png)right 20px center no-repeat #f7f7f7; border:0;padding: 0 20px;font-size: 16px; color: #333; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
.sub0402_wrap .online_wrap .input_wrap .input textarea{width: 100%;height: 120px; background: #f7f7f7; border:0;padding: 20px;font-size: 16px; color: #333; resize:none;}
.sub0402_wrap .online_wrap .input_wrap .input span{display: block;font-size: 16px; color: #333;}
.sub0402_wrap .online_wrap .input_wrap .input input[type="file"]{width: 100%;height: 50px; background: #f7f7f7; border:0;padding: 0 20px;font-size: 16px; color: #333;line-height: 52px;}

.sub0402_wrap .online_wrap .input_wrap .input.flex{display: flex;gap:10px;align-items: center;}
.sub0402_wrap .online_wrap .input_wrap .input.w02 input[type="text"]{width: 100%;}
.sub0402_wrap .online_wrap .input_wrap .input.w03 input[type="text"]{width: 100%;}

.sub0402_wrap .bot_wrap{display: flex;justify-content: space-between; margin-top: 30px;}
.sub0402_wrap .chk_wrap input[type="checkbox"]{display: none;}
.sub0402_wrap .chk_wrap input[type="checkbox"] + label{position: relative;padding-left: 25px;font-size: 15px; color: #666; line-height: 1.4;}
.sub0402_wrap .chk_wrap input[type="checkbox"] + label em{display: block;margin-top: 5px;margin-left: auto;width: fit-content;font-weight: 500;color: #222;cursor:pointer}
.sub0402_wrap .chk_wrap input[type="checkbox"] + label em b{font-weight: 500; border-bottom: 1px solid #222;}
.sub0402_wrap .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 1px; width: 15px; height: 15px; border:1px solid #ddd;}

.sub0402_wrap .chk_wrap input[type="checkbox"]:checked + label{}
.sub0402_wrap .chk_wrap input[type="checkbox"]:checked + label::after{content:'✓';background:var(--co01); border:1px solid var(--co01); color: #fff;text-align: center; line-height: 13px;}



}
