@media screen and (max-width:1400px) {
img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.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 */
#header{line-height: 1; z-index: 9000;background: #fff;line-height: 1;border-bottom: 2px solid rgba(221,221,221,.2);}
#header h1 a img{width: 82px;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 80px;}
#header ul.gnb{display: none;	gap:100px;transition:.4s;}
#header ul.gnb li{position: relative;padding: 38px 0;}
#header ul.gnb li::after{content:'';position: absolute;bottom: 0; left: 50%;transform:translateX(-50%); width: 0px; height: 2px; background: url(/assets/images/main/gnb_bg01.png)center no-repeat;transition:.4s;}
#header ul.gnb li.on::after{width: 156px;}
#header ul.gnb li a{font-size: 18px; color: #333; font-weight: 500;}
#header.on ul.gnb{gap:150px;}
#header .btn_wrap{display:flex; align-items:center; justify-content:center; gap:20px;}
.lang_tab{display:block; transition: 0.5s ease; width:70px; height:32px; border-radius:16px; border:1px solid #ddd;}
.lang{display:none;}
.lang_tab a{display:flex; font-size:15px; width:100%; height:100%; align-items:center; justify-content:center; text-align:center;}
.lang_tab:hover{background-color:var(--co01); border:1px solid var(--co01);}
.lang_tab:hover a{color:#fff;}

.all_wrap{display: none;position: absolute;top: 92px; left: 0; width: 100%; background: #fff;z-index: 6000;padding: 30px 0 60px;}
.all_wrap .inner{display: flex;justify-content: flex-end;}
.all_wrap ul{width: 170px;}
.all_wrap ul:nth-child(2){width: 260px;}
.all_wrap ul li:not(:last-child){margin-bottom: 20px;}
.all_wrap ul li a{display: block;font-size: 18px; color: #666;text-align: center;transition:.3s;}
.all_wrap ul li:hover a{color: var(--co01);}

.nav_btn{position: relative;display: block;width: 35px; height: 16px;}
.nav_btn::before{content:'';position: absolute; right: 0; top: 0; width: 100%;height: 2px; background: #333;}
.nav_btn::after{content:'';position: absolute; right: 0; bottom: 0; width: 100%;height: 2px; background: #333;}
.nav_btn span{position: absolute; right: 0; top: 7px; width: 100%;height: 2px; background: #333;}

.navigation{position:absolute;top: 0px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 9500;line-height: 1;}
.navigation .nav_header{display: flex;align-items: center; justify-content: flex-end;height: 80px;padding-right: 20px; gap:20px;}
.navigation .nav_header .nav_btn::before{top: 7px; transform:rotate(45deg);}
.navigation .nav_header .nav_btn::after{bottom: 7px;transform:rotate(-45deg);}
.navigation .lnb{padding: 60px 40px;}
.navigation h3{margin-bottom: 27px;transition:.3s;}
.navigation h3.on,
.navigation h3.active{margin-bottom: 20px;}
.navigation h3 a{position: relative;width:100%;color:#333;font-size:18px;font-weight: 500;}
.navigation ul{display: block; padding:0 10px 27px 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:#666;font-size:16px;border:none;font-weight: 400;word-break:keep-all;}
.navigation ul li.on a{color: var(--co01);}
.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: 1000;}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .vis_con{position: absolute;width: 100%; top: 55%;transform:translateY(-50%)}
#visual_wrap .vis_con .inner{display: flex;flex-direction: column;align-items: flex-end;justify-content: flex-end;gap:85px;}
#visual_wrap .vis_con .txt_wrap{position: relative;width: 100%;}
#visual_wrap .vis_con p{font-size: 55px; color: #fff; line-height: 68px; font-weight: 700; }
#visual_wrap .vis_con span{display: block;font-size: 22px; color: #fff;margin-top: 20px;}
#visual_wrap .vis_con span b{color: var(--co01); color: var(--co01);}
#visual_wrap .vis_con a{position: absolute;right: 0; bottom: 0;display: flex; align-items: center; justify-content: center; font-size: 15px; color: #fff; width: 150px; height: 42px; border:1px solid rgba(255,255,255,.2); margin-top: 0px;transition:.3s;}
#visual_wrap .vis_con a:hover{background: var(--co01);}
#visual_wrap .vis_con .img_wrap{opacity: 0; transform:translateY(100px);transition:1.5s;}
#visual_wrap .vis_con .img_wrap img{width: 510px;}
#visual_wrap ul li.slick-active .img_wrap{opacity: 1; transform:translateY(0px);}

/* section */
.section{padding: 100px 0;line-height: 1;}
.section .sec_tit{margin-bottom: 50px;}
.section .sec_tit span{display: block;font-size: 20px; color: var(--co01);margin-bottom: 10px;text-align: center; font-family: "Play", sans-serif;text-transform:uppercase;}
.section .sec_tit p{text-align: center;font-size: 40px;color: #333; line-height: 50px;font-weight: 700;} 

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;padding-left: 24px;font-size: 14px; color: #666;}
input.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 1px;width: 14px; height: 14px; border:1px solid #ddd; color: #fff;font-size: 12px;text-align: center;line-height: 12px;}
input:checked.chk_st01 + label::after{content:'✓';border:1px solid var(--co01); background: var(--co01);}

/* section01 */
#section01 .box_wrap{display: flex;flex-wrap:wrap;}	
#section01 .box_wrap .box{position: relative;width: calc(100% / 2);}
#section01 .box_wrap .box .num{display: flex;align-items: center; justify-content: center;position: absolute;top: 25px; right: 25px; width: 28px; height: 28px; background: var(--co01); border:1px solid var(--co01); font-size: 15px; color: #fff;transition:.4s;}
#section01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:74.176%;}
#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;}
#section01 .box_wrap .box .txt_wrap{position: absolute;left: 0px; top: 0px; width: 100%; height: 100%;transition:.4s;}
#section01 .box_wrap .box .txt_wrap::before{content:'';position: absolute;left: 0; top: 50%;transform:translateY(-50%); width: 0px; height: 1px; background: rgba(255,255,255,.3);transition:.4s ease-in;}
#section01 .box_wrap .box .txt_wrap::after{content:'';position: absolute;right: 0; top: 50%;transform:translateY(-50%); width: 0px; height: 1px; background: rgba(255,255,255,.3);transition:.4s ease-in;}
#section01 .box_wrap .box .txt_wrap .txt{position: absolute;left: 25px; top: calc(100% - 100px);transition:.4s;}
#section01 .box_wrap .box .txt_wrap span{display: block;font-size: 16px; color: var(--co01); margin-bottom: 10px;transition:.4s;}
#section01 .box_wrap .box .txt_wrap p{font-size: 28px; color: #fff; font-weight: 700;transition:.4s;}
#section01 .box_wrap .box .txt_wrap a.more_btn{opacity: 0;display: flex;align-items: center;justify-content: center;position: absolute;left: 50%;transform:translateX(-50%); bottom: 25px;font-size: 15px; color: #fff;width: 120px; height: 42px; border:1px solid rgba(255,255,255,.3);transition:.4s;}

#section01 .box_wrap .box.on .num{border:1px solid rgba(255,255,255,.3);background: transparent;}
#section01 .box_wrap .box.on .txt_wrap{background: rgba(151,40,0,.5);}
#section01 .box_wrap .box.on .txt_wrap .txt{left: 50%;top: 50%;transform:translate(-50%,-50%);}
#section01 .box_wrap .box.on .txt_wrap .txt span{text-align: center;color: #fff;}
#section01 .box_wrap .box.on .txt_wrap .txt p{text-align: center;}
#section01 .box_wrap .box.on .txt_wrap a.more_btn{opacity: 1;}
#section01 .box_wrap .box.on .txt_wrap::before{width: 30px;}
#section01 .box_wrap .box.on .txt_wrap::after{width: 30px;}

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section02 .inner{display: flex;gap:60px;flex-wrap:wrap;}
#section02 .sec_tit span{text-align: center;}
#section02 .sec_tit p{text-align: center;}
#section02 .left{width: 100%;}
#section02 .online_wrap .input_wrap{display: flex;flex-wrap:wrap;gap:15px;}
#section02 .online_wrap .input{position: relative;width: calc((100% - 15px) / 2);}
#section02 .online_wrap .input02{width: 100%;}
#section02 .online_wrap .input input[type="text"]{width: 100%; height: 50px; background: #fff;border:0;padding: 0px 15px;font-size: 14px; color: #999;}
#section02 .online_wrap .input input[type="text"]:focus{outline:0;}
#section02 .online_wrap .input input[type="text"] + label{opacity: 1;position: absolute; top: 50%; left: 14px;transform:translateY(-50%);font-size: 14px; color: #999;transition:.3s;}
#section02 .online_wrap .input input[type="text"] + label em{color: #fe7800;}
#section02 .online_wrap .input input[type="text"]:focus + label{opacity: 0;}
#section02 .online_wrap .input input[type="text"]:valid + label{opacity: 0;}

#section02 .online_wrap .pri_wrap{display: flex;align-items: center;gap:5px;margin: 15px 0;}
#section02 .online_wrap .pri_wrap em.pri_pop_btn{font-size: 14px; color: #222; font-weight: 500; cursor:pointer;}
#section02 .online_wrap .pri_wrap em.pri_pop_btn span{text-decoration:underline;text-underline-position: under;}
#section02 .online_wrap a.submit_btn{display: flex;align-items: center; justify-content: center;width: 100%;height: 50px; background: var(--co01);font-size: 16px; color: #fff;}

#section02 .online_wrap .input textarea{width: 100%; height: 150px; background: #fff;border:0;padding: 15px;font-size: 14px; color: #999;resize:none;}
#section02 .online_wrap .input textarea:focus{outline:0;}
#section02 .online_wrap .input textarea + label{opacity: 1;position: absolute; top: 15px; left: 15px;font-size: 14px; color: #999;transition:.3s;}
#section02 .online_wrap .input textarea + label em{color: #fe7800;}
#section02 .online_wrap .input textarea:focus + label{opacity: 0;}
#section02 .online_wrap .input textarea:valid + label{opacity: 0;}

#section02 .right{width: 100%;}
#section02 .right .box_wrap{display: flex;flex-wrap:wrap;gap:20px; flex-wrap:wrap;}
#section02 .right .box_wrap .box{display: flex;align-items: center; justify-content: center; flex-direction: column; width: calc((100% - 20px) / 2); height: auto; padding: 20px; background: #fff; border-radius:6px;}
#section02 .right .box_wrap .box p{font-size: 16px; color: #222; font-weight: 700;text-align: center;margin: 25px 0px 13px;}
#section02 .right .box_wrap .box span{display: block;font-size: 15px; color: #666;text-align: center;line-height: 1.5;}

#section02 .right .box_wrap .box:nth-child(1) .icon img{width: 30px;}
#section02 .right .box_wrap .box:nth-child(2) .icon img{width: 34px;}
#section02 .right .box_wrap .box:nth-child(3) .icon img{width: 35px;}
#section02 .right .box_wrap .box:nth-child(4) .icon img{width: 23px;}

#section02 .right .box_wrap .box01{background: #333;}
#section02 .right .box_wrap .box01 p{color: #fff;}
#section02 .right .box_wrap .box01 span{color: #fff;}

/* footer */
#footer{padding: 40px 0;line-height: 1;background: #333;}
#footer .inner{display: flex;justify-content: space-between;}
#footer .left{display: flex;gap:70px;}
#footer .left .f_logo img{width: 90px;}
#footer .f_con .sitemap{margin-bottom: 25px;margin-top: 20px;}
#footer .f_con .sitemap a{display: block;font-size: 15px; color: #fff;}
#footer .f_con .sitemap a:not(:last-child){margin-bottom: 12px;}
#footer .f_con .sitemap a.pri{color: var(--co01);}
#footer .f_con address p{font-size: 14px; color: #999; line-height: 22px;}
#footer .f_con address p i{display: inline-block;width: 15px;}
#footer .f_con address p i:nth-of-type(2){display: none;}
#footer .f_con address p b{display: block;}
#footer .f_con address p.copy{margin-top: 10px;}
#footer .top_btn{display: flex;align-items: center; justify-content: center;gap:10px;width: 160px; height: 42px; border-radius:28px;font-size: 15px; color: #fff; border:1px solid rgba(255,255,255,.3);margin-top: 20px;}
#footer .top_btn img{width: 11px;}

/* ======sub=============================================== */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .vis_con{position: absolute; top: 0; left: 0;width: 100%; height: 100%;}
#sub_visual_wrap ul.sub_nav{display: flex;align-items: center;gap:40px;margin-top: 40px;}
#sub_visual_wrap ul.sub_nav li{position: relative;font-size: 14px;color: #ddd;font-weight: 500;}
#sub_visual_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; right: -22px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub_nav_arr_tab.png)center no-repeat; width: 4px; height: 5px; background-size: cover;}
#sub_visual_wrap ul.sub_nav li img{width: 12px;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
#sub_visual_wrap .txt_wrap h2{font-size: 55px; color: #fff;font-weight: 700;text-align: center;}
#sub_visual_wrap .txt_wrap p{font-size: 22px; color: #fff;text-align: center;font-weight: 500; margin-top: 28px;}
#sub_visual_wrap .txt_wrap p b{color: var(--co01);font-weight: 500;}

#sub_contents{padding: 25px 0px 100px;}
#sub_contents .contop{display: flex;flex-direction: column-reverse;align-items: flex-start; justify-content: flex-start;gap:0px;margin-bottom: 45px;line-height: 1;}
#sub_contents .contop .tit{display: flex; align-items: center;justify-content: center;gap:15px;margin-top: 45px;}
#sub_contents .contop .tit h2{font-size: 37px; color: #333;font-weight: 700;}
#sub_contents .contop .tit p{font-size: 18px; color: #ddd;text-transform:uppercase;}
#sub_contents .contop .tit p.pc_txt{display: none;}
#sub_contents .contop .tit p.mob_txt{display: block;color: var(--co01);}

.tab_menu{line-height: 1;border-bottom: 1px solid #ddd;}
.tab_menu .inner ul{display: flex;height: 45px;}
.tab_menu .inner ul li{position: relative;flex:1;}
.tab_menu .inner ul li::after{content:'';position: absolute; left: 50%; bottom: -1px; transform:translateX(-50%);width: 0%; height: 2px;background: var(--co01);transition:.4s;}
.tab_menu .inner ul li.on::after{width: 100%;}
.tab_menu .inner ul li:hover::after{width: 100%;}
.tab_menu .inner ul li a{display: flex; align-items: center; justify-content: center;font-size: 15px; color: #999;font-weight: 500;height: 100%;}
.tab_menu .inner ul li.on a{color: #333; font-weight: 600;}

ul.depth03{display: flex;gap:15px;width: 100%;}
ul.depth03 li{flex:1;}
ul.depth03 li a{display: flex; align-items: center; justify-content: center;font-size: 15px; color: #bbb;width: 100%; height: 38px; border:1px solid #ddd; border-radius:25px;transition:.3s;}
ul.depth03 li.on a{background: var(--co01); color: #fff; border:1px solid var(--co01);}
ul.depth03 li:hover a{background: var(--co01); color: #fff; border:1px solid var(--co01);}

.sub_tit01{margin-bottom: 55px;}
.sub_tit01 span{display: block;text-align: center;font-size: 16px;color: var(--co01); text-transform:uppercase; margin-bottom: 15px;}
.sub_tit01 p{font-size: 28px; line-height: 1.6; color: #333; font-weight: 700;text-align: center;}

h3.h3_tit01{font-size: 30px; color: #333; font-weight: 700; margin-bottom: 30px;text-transform:uppercase;}

table.tbl01{width: 100%;}
table.tbl01 th{padding: 10px;font-size: 15px; color: #333;background: #ddd;border:1px solid #fff;}
table.tbl01 td{padding: 10px;font-size: 15px; color: #666;text-align: center;border:1px solid #ddd;}
table.tbl01 td:first-child{border-left: 0;}
table.tbl01 td:last-child{border-right: 0;}
table.tbl01 td.bg01{color: #333; font-weight: 700;background: #f5f5f5;}
.tbl_sub_txt{margin-top: 15px;}
.tbl_sub_txt p{font-size: 15px; color: #666;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{padding-bottom: 100px;}
.sub0101_wrap .con01 .box_wrap{display: flex;gap:20px;}
.sub0101_wrap .con01 .box_wrap .box{position: relative;width: calc((100% - 20px) / 2);transition:.5s; overflow: hidden;}
.sub0101_wrap .con01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:54.795%;}
.sub0101_wrap .con01 .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;}
.sub0101_wrap .con01 .box_wrap .box .txt{position: absolute; left: 0; top: 0;display: flex;align-items: center; justify-content: center; flex-direction: column;width: 100%; height: 100%;backdrop-filter: brightness(0.4);transition:.5s;}
.sub0101_wrap .con01 .box_wrap .box .txt p{font-size: 25px; color: #ddd; font-weight: 700; text-align: center;}
.sub0101_wrap .con01 .box_wrap .box .txt span{display: block;font-size: 16px; color: #ddd;text-align: center;margin-top: 10px;text-transform:uppercase;}
.sub0101_wrap .con01 .box_wrap .box:hover{border-radius:24px;}
.sub0101_wrap .con01 .box_wrap .box:hover .txt{backdrop-filter: brightness(1);}

.sub0101_wrap .con02{padding: 0px 0px 100px;}
.sub0101_wrap .con02 .box_wrap{position: relative;}
.sub0101_wrap .con02 .box{width: 100%; height: 350px; border-radius:24px;}
.sub0101_wrap .con02 .box .txt_wrap{display: flex;padding: 40px;}
.sub0101_wrap .con02 .box .txt_wrap strong{display: block;font-size: 20px; color: #fff;font-weight: 700;width: 380px; line-height: 1.6;}
.sub0101_wrap .con02 .box .txt_wrap p{width: calc(100% - 380px);font-size: 16px; color: #fff;font-weight: 600; line-height: 1.6;}
.sub0101_wrap .con02 .box .txt_wrap p br{display: none;}
.sub0101_wrap .con02 .box01{background: url(/assets/images/sub/sub0101_img03.png)center no-repeat; background-size: cover; }
.sub0101_wrap .con02 .box02{/* position: absolute; left: 0; top: 0; */background: url(/assets/images/sub/sub0101_img03-2.png)center no-repeat; background-size: cover; }
.sub0101_wrap .con02 .box03{/* position: absolute; left: 0; top: 0; */background: url(/assets/images/sub/sub0101_img03-3.png)center no-repeat; background-size: cover; }

.sub0101_wrap .con02_bak{padding-top: 80px;}
.sub0101_wrap .con02_bak .box02{margin-top: 0;position: absolute; left: 0; top: 0;background: url(/assets/images/sub/sub0101_img03-2.png)center no-repeat; background-size: cover; }
.sub0101_wrap .con02_bak .box03{margin-top: 0;position: absolute; left: 0; top: 0;background: url(/assets/images/sub/sub0101_img03-3.png)center no-repeat; background-size: cover; }

.sub0101_wrap .con03{background: url(/assets/images/sub/sub0101_bg01.png)bottom 0px right 0px no-repeat;padding-top: 100px;background-size: 500px;}
.sub0101_wrap .con03 .sub_tit01 p i{display: block;}
.sub0101_wrap .con03 .box_wrap{display: flex;gap:20px;}
.sub0101_wrap .con03 .box_wrap .box{position: relative;width: calc((100% - 40px) / 3); height: auto; padding: 0px; background: #333;transition:.4s;}
.sub0101_wrap .con03 .box_wrap .box .tit{padding: 30px;}
.sub0101_wrap .con03 .box_wrap .box em.tag{display: flex; align-items: center; width: fit-content; height: 35px; font-size: 14px; color: #ddd; font-weight: 700; padding: 0px 20px; border-radius:50px; border:1px solid #ddd;transition:.4s;text-transform:uppercase;}
.sub0101_wrap .con03 .box_wrap .box p{font-size: 18px; color: #fff; font-weight: 700;transition:.4s;}
.sub0101_wrap .con03 .box_wrap .box .img{position: initial; bottom: 30px; left: 50%;transform:initial;margin: 40px auto 20px;transform: initial;width: fit-content;}
.sub0101_wrap .con03 .box_wrap .box .img img{width: 200px;}
.sub0101_wrap .con03 .box_wrap .box:hover{background: var(--co01); border-radius:24px;}
.sub0101_wrap .con03 .box_wrap .box:hover em.tag{background: #fff; color: var(--co01);}
.sub0101_wrap .con03 .box_wrap .box:hover p{color: #fff;}

/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con{display: flex;}
.sub0103_wrap .con .tab-menu-wrap{display: flex;gap:10px;justify-content: flex-end; flex-direction: column-reverse;width: 250px;}
.sub0103_wrap .con .tab-menu-wrap a{display: flex;align-items: center; justify-content: center; font-size: 16px;font-weight: 700; color: #999;width: 200px; height: 50px; background: #f5f5f5;}
.sub0103_wrap .con .tab-menu-wrap a.on{background: var(--co01);color: #fff;}
.sub0103_wrap .con .tab-container{width: calc(100% - 250px);}

.sub0103_wrap .con .his_wrap .his_box{display: flex;}
.sub0103_wrap .con .his_wrap .his_box:not(:last-child){margin-bottom: 100px;}
.sub0103_wrap .con .his_wrap .his_box .year{position: relative;width: 150px;font-size: 30px; color: #333; font-weight: 700;}
.sub0103_wrap .con .his_wrap .his_box .year::after{content:'';position: absolute; right: 0; top: 15px;width: 50px; height: 1px; background: #bbb;}
.sub0103_wrap .con .his_wrap .his_box ul{width: calc(100% - 150px);padding-left: 30px;transform: translateY(3px);}
.sub0103_wrap .con .his_wrap .his_box ul li{display: flex;}
.sub0103_wrap .con .his_wrap .his_box ul li:not(:last-child){margin-bottom: 20px;}
.sub0103_wrap .con .his_wrap .his_box ul li em{display: block; width: 40px;font-size: 16px; color: #333; font-weight: 700;line-height: 1.6;}
.sub0103_wrap .con .his_wrap .his_box ul li p{width: calc(100% - 40px);font-size: 16px; color: #666; font-weight: 500;line-height: 1.6;}

/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .map_wrap{position:relative; width:100%; padding-bottom:52.26%;}
.sub0104_wrap .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0104_wrap .txt_wrap{position: relative;margin-top: 50px;}
.sub0104_wrap .txt_wrap strong{position: relative;display: block;font-size: 25px; color: #333; font-weight: 700;padding-left: 30px;margin-bottom: 30px;}
.sub0104_wrap .txt_wrap strong::after{content:'';position: absolute; left: 0; top: 0; background: url(/assets/images/sub/pin_icon01.png)center no-repeat; width: 20px;height: 26px; background-size: cover;}
.sub0104_wrap .txt_wrap ul li{display: flex;}
.sub0104_wrap .txt_wrap ul li:not(:last-child){margin-bottom: 22px;}
.sub0104_wrap .txt_wrap ul li span{display: block; width: 100px;font-size: 18px; color: #333; font-weight: 700;line-height: 1.5;}
.sub0104_wrap .txt_wrap ul li p{width: calc(100% - 100px);font-size: 18px; color: #666; font-weight: 500;line-height: 1.5;}
.sub0104_wrap .txt_wrap .bg_txt{position: absolute; bottom: -15px; right: 0;font-size: 140px; color: var(--co01);opacity: 0.05;font-weight: 700;}

/*sub0202*/
.sub0202_wrap{line-height: 1;}
.sub0202_wrap .con01{display: flex;align-items: flex-start;gap:30px;}
.sub0202_wrap .con01 .img_box{width: 380px; overflow: hidden; padding: 20px; border-radius:15px; background: #f5f5f5;}
.sub0202_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:70.423%;}
.sub0202_wrap .con01 .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%;}
.sub0202_wrap .con01 .txt_box{width: calc(100% - 410px);}
.sub0202_wrap .con01 .txt_box .tit{position: relative;margin-bottom: 25px; padding-bottom: 25px;border-bottom: 1px solid #ddd;}
.sub0202_wrap .con01 .txt_box .tit::after{content:'';position: absolute; left: 0; bottom: -2px; width: 50px; height: 2px; background: var(--co01);}
.sub0202_wrap .con01 .txt_box .tit strong{display: block;font-size: 25px; color: #333; font-weight: 700;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt01 ul li{position: relative;padding-left: 16px;font-size: 16px; color: #666;line-height: 1.6;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt01 ul li:not(:last-child){margin-bottom: 8px;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt01 ul li::after{content:'';position: absolute;left: 0; top: 11px;width: 4px; height: 4px; background: var(--co01); border-radius:50%;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt02{margin-top: 30px;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt02 strong{display: block;font-size: 18px; color: #333; font-weight: 700;margin-bottom: 15px;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt02 ul li{position: relative;padding-left: 15px;font-size: 16px; color: #666;line-height: 1.6;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt02 ul li:not(:last-child){margin-bottom: 8px;}
.sub0202_wrap .con01 .txt_box .txt_wrap .txt02 ul li::after{content:'-';position: absolute; left: 0; top: 0; }

.sub0202_wrap .con02{padding-top: 100px;}
.sub0202_wrap .con02 table.tbl01 .col01{width: 300px;}
.sub0202_wrap .con02 table.tbl01 .col02{width: calc(100% - 300px);}

.sub0202_wrap .video_wrap{width: 1000px;margin: 100px auto 0;max-width: 100%;}
.sub0202_wrap .video_wrap .video{position:relative; width:100%; padding-bottom:56.25%;}
.sub0202_wrap .video_wrap .video iframe,
.sub0202_wrap .video_wrap .video video{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;}

/* sub0205 */
.sub0205_wrap{line-height: 1;}
.sub0205_wrap .tbl_scroll{overflow-x: scroll;}
.sub0205_wrap .tbl_scroll::-webkit-scrollbar {width: auto; /* 기본 크기 유지 */height: auto;}
.sub0205_wrap .tbl_scroll::-webkit-scrollbar-thumb {background-color: #666; /* 스크롤 손잡이 색상 */ border-radius:50px;}
.sub0205_wrap .tbl_scroll::-webkit-scrollbar-thumb:hover {background-color: var(--co01); /* 호버 시 색상 */}
.sub0205_wrap .tbl_scroll::-webkit-scrollbar-track {background-color: #f5f5f5; /* 트랙(바닥) 색상 */}
.sub0205_wrap .tbl_scroll table.tbl01{width: max-content;}
.sub0205_wrap .tbl_scroll table.tbl01 th,
.sub0205_wrap .tbl_scroll table.tbl01 td{width: 200px;}
.sub0205_wrap .tbl_scroll table.tbl01 td:first-child,
.sub0205_wrap .tbl_scroll table.tbl01 th:first-child{position: -webkit-sticky; position: sticky; left: 0;width: 200px;}

.sub0205_wrap .con:not(:last-child){margin-bottom: 90px;}


}