@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: 320px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* 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: 59px;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 50px;}
#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:10px;}
.lang_tab{display:block; transition: 0.5s ease; width:52px; height:24px; border-radius:12px; border:1px solid #ddd;}
.lang{display:none;}
.lang_tab a{display:flex; font-size:12px; 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: 18px; height: 12px;}
.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: 5px; 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: 50px;padding-right: 10px; gap:10px;}
.navigation .nav_header .nav_btn::before{top: 5px; transform:rotate(45deg);}
.navigation .nav_header .nav_btn::after{bottom: 5px;transform:rotate(-45deg);}
.navigation .lnb{padding: 40px 20px;}
.navigation h3{margin-bottom: 25px;transition:.3s;}
.navigation h3.on,
.navigation h3.active{margin-bottom: 15px;}
.navigation h3 a{position: relative;width:100%;color:#333;font-size:14px;font-weight: 500;}
.navigation ul{display: block; padding:0 8px 25px 8px;}
.navigation ul li{margin-bottom: 12px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#666;font-size:12px;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:25px;}
#visual_wrap .vis_con .txt_wrap{position: relative;width: 100%;}
#visual_wrap .vis_con p{font-size: 35px; color: #fff; line-height: 45px; font-weight: 700; }
#visual_wrap .vis_con span{display: block;font-size: 16px; color: #fff;margin-top: 15px;}
#visual_wrap .vis_con span b{color: var(--co01); color: var(--co01);}
#visual_wrap .vis_con a{position: initial;right: 0; bottom: 0;display: flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; width: 120px; height: 35px; border:1px solid rgba(255,255,255,.2); margin-top: 28px;margin-left: auto;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: 277px;}
#visual_wrap ul li.slick-active .img_wrap{opacity: 1; transform:translateY(0px);}

/* section */
.section{padding: 70px 0;line-height: 1;}
.section .sec_tit{margin-bottom: 30px;}
.section .sec_tit span{display: block;font-size: 14px; 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: 24px;color: #333; line-height: 32px;font-weight: 700;} 

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;padding-left: 20px;font-size: 12px; color: #666;}
input.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 1px;width: 12px; height: 12px; border:1px solid #ddd; color: #fff;font-size: 10px;text-align: center;line-height: 9px;}
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%);}
#section01 .box_wrap .box .num{display: flex;align-items: center; justify-content: center;position: absolute;top: 15px; right: 15px; width: 22px; height: 22px; background: var(--co01); border:1px solid var(--co01); font-size: 12px; color: #fff;transition:.4s;}
#section01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:45.07%;}
#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: 20px; top: calc(100% - 60px);transition:.4s;}
#section01 .box_wrap .box .txt_wrap span{display: block;font-size: 13px; color: var(--co01); margin-bottom: 10px;transition:.4s;}
#section01 .box_wrap .box .txt_wrap p{font-size: 18px; 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: 15px;font-size: 12px; color: #fff;width: 90px; height: 35px; 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: 45%;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: 60px;}
#section01 .box_wrap .box.on .txt_wrap::after{width: 60px;}

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_mob.jpg)center no-repeat; background-size: cover;}
#section02 .inner{display: flex;gap:40px;flex-wrap:wrap;}
#section02 .left{width: 100%;}
#section02 .online_wrap .input_wrap{display: flex;flex-wrap:wrap;gap:5px;}
#section02 .online_wrap .input{position: relative;width: 100%;}
#section02 .online_wrap .input02{width: 100%;}
#section02 .online_wrap .input input[type="text"]{width: 100%; height: 38px; background: #fff;border:0;padding: 0px 10px;font-size: 12px; 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: 12px; 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 .input textarea{width: 100%; height: 120px; background: #fff;border:0;padding: 10px;font-size: 12px; color: #999;resize:none;}
#section02 .online_wrap .input textarea:focus{outline:0;}
#section02 .online_wrap .input textarea + label{opacity: 1;position: absolute; top: 10px; left: 10px;font-size: 12px; 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 .online_wrap .pri_wrap{display: flex;align-items: center;gap:5px;margin: 12px 0;}
#section02 .online_wrap .pri_wrap em.pri_pop_btn{font-size: 12px; 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: 38px; background: var(--co01);font-size: 14px; color: #fff;}

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

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

#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{position: relative;padding: 30px 0;line-height: 1;background: #333;}
#footer .inner{display: flex;justify-content: space-between;}
#footer .left{display: flex;flex-direction: column;gap:30px;}
#footer .left .f_logo img{width: 68px;}
#footer .f_con .sitemap{margin-bottom: 28px;margin-top: 0px;}
#footer .f_con .sitemap a{display: block;font-size: 12px; color: #fff;}
#footer .f_con .sitemap a:not(:last-child){margin-bottom: 10px;}
#footer .f_con .sitemap a.pri{color: var(--co01);}
#footer .f_con address p{font-size: 11px; color: #999; line-height: 17px;}
#footer .f_con address p i{display: inline-block;width: 10px;}
#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: 8px;}
#footer .top_btn{position: absolute; top: 30px; right: 2.6%;display: flex;align-items: center; justify-content: center;gap:7px;width: 120px; height: 33px; border-radius:28px;font-size: 12px; color: #fff; border:1px solid rgba(255,255,255,.3);margin-top: 0px;}
#footer .top_btn img{width: 9px;}

/* ======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:25px;margin-top: 30px;}
#sub_visual_wrap ul.sub_nav li{position: relative;font-size: 10px;color: #ddd;font-weight: 500;}
#sub_visual_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; right: -15px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub_nav_arr_mob.png)center no-repeat; width: 4px; height: 5px; background-size: cover;}
#sub_visual_wrap ul.sub_nav li img{width: 9px;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 35px; color: #fff;font-weight: 700;text-align: center;}
#sub_visual_wrap .txt_wrap p{font-size: 16px; color: #fff;text-align: center;font-weight: 500; margin-top: 20px;}
#sub_visual_wrap .txt_wrap p b{color: var(--co01);font-weight: 500;}

#sub_contents{padding: 20px 0px 85px;}
#sub_contents .contop{display: flex;flex-direction: column-reverse;align-items: flex-start; justify-content: flex-start;gap:0px;margin-bottom: 30px;line-height: 1;}
#sub_contents .contop .tit{display: flex; align-items: center;justify-content: center;gap:10px;margin-top: 30px;}
#sub_contents .contop .tit h2{font-size: 22px; color: #333;font-weight: 700;}
#sub_contents .contop .tit p{font-size: 11px; 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: 30px;}
.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: 10px; color: #999;font-weight: 500;height: 100%;}
.tab_menu .inner ul li.on a{color: #333; font-weight: 600;}

ul.depth03{display: flex;gap:13px;width: 100%;}
ul.depth03 li{flex:1;}
ul.depth03 li a{display: flex; align-items: center; justify-content: center;font-size: 10px; color: #bbb;width: 100%; height: 28px; 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: 35px;}
.sub_tit01 span{display: block;text-align: center;font-size: 13px;color: var(--co01); text-transform:uppercase; margin-bottom: 10px;}
.sub_tit01 p{font-size: 16px; 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 5px;font-size: 12px; color: #333;background: #ddd;border:1px solid #fff;}
table.tbl01 td{padding: 10px 5px;font-size: 12px; 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: 12px;}
.tbl_sub_txt p{font-size: 12px; color: #666;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{padding-bottom: 60px;}
.sub0101_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;gap:10px;}
.sub0101_wrap .con01 .box_wrap .box{position: relative;width: 100%;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: 20px; color: #ddd; font-weight: 700; text-align: center;}
.sub0101_wrap .con01 .box_wrap .box .txt span{display: block;font-size: 14px; color: #ddd;text-align: center;margin-top: 10px;text-transform:uppercase;}
.sub0101_wrap .con01 .box_wrap .box:hover{border-radius:10px;}
.sub0101_wrap .con01 .box_wrap .box:hover .txt{backdrop-filter: brightness(1);}

.sub0101_wrap .con02{padding: 0px 0px 60px;}
.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;flex-wrap:wrap;gap:15px;padding: 30px;}
.sub0101_wrap .con02 .box .txt_wrap strong{display: block;font-size: 18px; color: #fff;font-weight: 700;width: 100%; line-height: 1.6;}
.sub0101_wrap .con02 .box .txt_wrap p{width: 100%;font-size: 13px; 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{margin-top: 10px;/* 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{margin-top: 10px;/* 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: 50px;}
.sub0101_wrap .con02_bak .box02{margin-top: 0px;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: 0px;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: 60px;background-size: 300px;}
.sub0101_wrap .con03 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0101_wrap .con03 .box_wrap .box{position: relative;width: 100%; height: auto; padding: 0px; background: #333;transition:.4s;}
.sub0101_wrap .con03 .box_wrap .box .tit{padding: 20px;}
.sub0101_wrap .con03 .box_wrap .box em.tag{display: flex; align-items: center; width: fit-content; height: 30px; font-size: 13px; 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: 20px; color: #fff; font-weight: 700;transition:.4s;}
.sub0101_wrap .con03 .box_wrap .box .img{position: initial; bottom: 30px; left: 50%;transform:initial;margin: 30px 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:10px;}
.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;flex-wrap:wrap;gap:40px;}
.sub0103_wrap .con .tab-menu-wrap{display: flex;gap:10px;justify-content: flex-end; flex-direction: row-reverse;width: 100%;}
.sub0103_wrap .con .tab-menu-wrap a{display: flex;align-items: center; justify-content: center; font-size: 13px;font-weight: 700; color: #999;width: calc((100% - 20px) / 3); height: 30px; background: #f5f5f5;}
.sub0103_wrap .con .tab-menu-wrap a.on{background: var(--co01);color: #fff;}
.sub0103_wrap .con .tab-container{width: 100%;}

.sub0103_wrap .con .his_wrap .his_box{display: flex;}
.sub0103_wrap .con .his_wrap .his_box:not(:last-child){margin-bottom: 60px;}
.sub0103_wrap .con .his_wrap .his_box .year{position: relative;width: 100px;font-size: 20px; color: #333; font-weight: 700;}
.sub0103_wrap .con .his_wrap .his_box .year::after{content:'';position: absolute; right: 0; top: 10px;width: 30px; height: 1px; background: #bbb;}
.sub0103_wrap .con .his_wrap .his_box ul{width: calc(100% - 100px);padding-left: 20px;transform: translateY(0px);}
.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: 15px;}
.sub0103_wrap .con .his_wrap .his_box ul li em{display: block; width: 30px;font-size: 13px; color: #333; font-weight: 700;line-height: 1.6;}
.sub0103_wrap .con .his_wrap .his_box ul li p{width: calc(100% - 30px);font-size: 13px; 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: 18px; color: #333; font-weight: 700;padding-left: 25px;margin-bottom: 20px;}
.sub0104_wrap .txt_wrap strong::after{content:'';position: absolute; left: 0; top: -2px; background: url(/assets/images/sub/pin_icon01.png)center no-repeat; width: 17px;height: 22px; background-size: cover;}
.sub0104_wrap .txt_wrap ul li{display: flex;}
.sub0104_wrap .txt_wrap ul li:not(:last-child){margin-bottom: 10px;}
.sub0104_wrap .txt_wrap ul li span{display: block; width: 60px;font-size: 14px; color: #333; font-weight: 700;line-height: 1.6;}
.sub0104_wrap .txt_wrap ul li p{font-size: 14px; color: #666; font-weight: 500;line-height: 1.6;}
.sub0104_wrap .txt_wrap .bg_txt{position: absolute; bottom: -10px; right: 0;font-size: 80px; color: var(--co01);opacity: 0.05;font-weight: 700;}

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

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

.sub0202_wrap .video_wrap{width: 1000px;margin: 60px 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: 10px;}
.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: 120px;}
.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: 120px;}

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


}