@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: absolute; top: 0; left: 0; width: 100%;z-index: 7000; line-height: 1;}
#header .inner{display: flex;align-items: center; justify-content: space-between;height: 80px; }
#header h1 a img{width: 62px;}

#header .gnb{display: none;align-items: center;height: 100%;}
#header .gnb > li{position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 0px 80px;height: 100%;}
#header .gnb > li:not(:last-child)::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 2px; height: 16px; background: #fff;}
#header .gnb > li:last-child{padding-right: 0;}
#header .gnb span a p{font-size: 22px; color: #fff; font-weight: 700;text-align: center;}
#header .gnb span a em{display: block;font-size: 20px;color: #fff;text-align: center;margin-top: 15px;}
#header .gnb > li.on span a p{color:var(--co01);}
#header .gnb > li.on span a em{color:var(--co01);}

#header .gnb .lnb_sub{position: absolute; top: 120px; left: 50%; transform:translateX(-50%);z-index: 100; width: 330px; }
#header .gnb .lnb_sub ul{display: none;border-top: 2px solid var(--co01);}
#header .gnb .lnb_sub ul li a{display: flex;align-items: center; justify-content: center;height: 53px;font-size: 18px;color: #666;text-align: center; background: #fff;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 1px;}

/*navi*/
.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: #fff;transition:.5s;}
.nav_btn::after{content:'';position: absolute; right: 0; bottom: 0; width: 100%; height: 2px; background: #fff;transition:.5s;}
.nav_btn span{position: absolute;top: 7px;right: 0; width: 100%; height: 2px; background: #fff;}

#header.nav{background: #000;}
#header.nav .nav_btn::before{transform:rotate(45deg);top: 7px; }
#header.nav .nav_btn::after{transform:rotate(135deg);bottom: 7px;}
#header.nav .nav_btn span{opacity: 0;}

.navigation{position:absolute;top: 80px;z-index:5000;width:100%;background-color:#000;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation .lnb{padding: 50px 35px 0;}
.navigation h3{height:75px;width:100%;}
.navigation h3 a{border-bottom: 1px solid rgba(153,153,153,.5);}
.navigation h3:nth-child(1) a{border-top: 1px solid rgba(153,153,153,.5);}
.navigation h3.active a:after{background:url(/assets/images/main/nav_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3.on a:after{;background:url(/assets/images/main/nav_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3 a{position: relative;height:75px;width:100%;display: flex;align-items: center;padding: 0 20px;color:#fff;font-size:18px;font-weight: 700;}
.navigation h3 a span{display: flex;align-items: baseline;gap:18px;}
.navigation h3 a span em{font-size: 12px;}
.navigation h3.on a,
.navigation h3.active a{color: var(--co01);border-bottom: 0;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 17px;height: 9px;background:url(/assets/images/main/nav_bt_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:0 0 30px;background:#000;border-bottom: 1px solid rgba(153,153,153,.5);}
.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:#fff;font-size:14px;border:none;font-weight: 400;padding: 0 40px; word-break:keep-all;}
.navigation ul li a:after{display: none;}

/* 공통 */
.tit_st01{margin-bottom: 100px;}
.tit_st01 p{font-size: 75px; color: #fff; font-weight: 700;}
.tit_st01 span{display: block;font-size: 30px; color: #fff; font-weight: 700; margin-top: 25px;}

.btn_wrap_st01 a{display: flex; align-items: center; justify-content: space-between;padding: 70px 20px;border-bottom: 1px solid #ddd;}
.btn_wrap_st01 a:first-child{border-top: 1px solid #fff;}
.btn_wrap_st01 a p{width: calc(100% - 70px);font-size: 30px; color: #fff; font-weight: 700;}
.btn_wrap_st01 a img{width: 30px;}
.btn_wrap_st01 a:hover img{animation:btnAni01 1s ease forwards;}
@keyframes btnAni01{
0%{transform:translateX(0px);}
50%{transform:translateX(-30px);}
100%{transform:translateX(0px);}
}


.grid_con{position: relative;min-height: 825px; }
.grid{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;display: grid;pointer-events: none;}

.bubble img{position: absolute;z-index: 30;pointer-events: none;}
.bubble img.bubble04{width: 424px;top: 45%;right: -200px;transform:translateY(-50%);}

/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .vis_img{position: absolute; top: 30%;left: 50%;transform:translate(-50%,-50%);z-index: 20;}
#visual_wrap .vis_img img{width: 450px;}

#visual_wrap .con01{background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%);}
#visual_wrap .con01 .logo01{position: absolute;top: 200px;z-index: 40;}
#visual_wrap .con01 .logo01 img{width: 352px;}
#visual_wrap .con01 .txt01{position: absolute;bottom: 50px; right: 2.6%;z-index: 40;}
#visual_wrap .con01 .txt01 p{font-size: 75px; color: #fff;font-weight: 700; line-height: 85px;text-align: right;letter-spacing: -3px;}

#visual_wrap .con01 .bubble img.bubble01{width: 301px;top: 80px;left: -120px;}
#visual_wrap .con01 .bubble img.bubble02{width: 189px;bottom: -80px;left: 20px;transform: initial;z-index: 10;}
#visual_wrap .con01 .bubble img.bubble03{width: 555px;top: -10px;left: 25%;transform:translateX(-50%);}

#visual_wrap .con02{padding-top: 200px; background: linear-gradient(180deg,rgba(51, 51, 51, 1) 0%, rgba(158, 157, 157, 1) 95%);}
#visual_wrap .con02 .bubble img.bubble05{width: 302px;top: 220px;left: -50px;}
#visual_wrap .con02 .txt_wrap01{position: relative;display: flex;flex-wrap:wrap;gap:85px;z-index: 40;}
#visual_wrap .con02 .txt_wrap01 .txt01{display: flex;align-items: center;gap:40px;width: 100%;}
#visual_wrap .con02 .txt_wrap01 .txt01 p{display: flex;gap:20px;font-size: 75px; line-height: 1; color: #fff; font-weight: 700;}
#visual_wrap .con02 .txt_wrap01 .txt01 p br{display: none;}
#visual_wrap .con02 .txt_wrap01 .txt01 a{display: flex;align-items: center; justify-content: center; width: 120px; height: 40px; font-size: 20px; margin-top: 0px; color: var(--co01); font-weight: 700; border-radius:30px; border:2px solid var(--co01);box-shadow: 6px 6px 12px rgba(0,0,0,.2);background: linear-gradient(180deg,rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 100%);}
#visual_wrap .con02 .txt_wrap01 .txt01 a:hover{background: linear-gradient(180deg,rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 100%);}

#visual_wrap .con02 .txt_wrap01 .txt02{padding-left: 120px;}
#visual_wrap .con02 .txt_wrap01 .txt02 p{font-size: 45px; color: #fff; font-weight: 700; line-height: 50px;}
#visual_wrap .con02 .txt_wrap01 .txt02 p span{font-weight: 400;}

#visual_wrap .con02 .txt_wrap02{position: absolute;right: 0px;left: calc(120px + 2.6%); bottom: 230px;z-index: 40;width: 607px;}
#visual_wrap .con02 .txt_wrap02 p{font-size: 30px; color: #fff; font-weight: 700;margin-bottom: 12px; padding-bottom: 12px;border-bottom: 1px solid #fff;}
#visual_wrap .con02 .txt_wrap02 span{display: block;font-size: 24px;color: #fff; }


/* section01 */
#section01{padding-top: 0px;background: linear-gradient(180deg,rgba(158, 157, 157, 1) 0%, rgba(0, 0, 0, 1) 100%);line-height: 1;}
#section01 .bubble06{width: 244px;left: 200px;bottom: 0px;}
#section01 .con{display: flex;flex-direction: column-reverse;}
#section01 .con .btn_wrap_st01{width: 100%;}
#section01 .con .tit_st01{width: 100%;padding-left: 80px;text-align: right;transform: translateY(0px);}

/* section02 */
#section02{padding-top: 0px;background: #000;line-height: 1;}
#section02 .bubble07{width: 360px;right: 100px;bottom: 0px;}
#section02 .con{display: flex;flex-direction: column;}
#section02 .con .tit_st01{width: 100%;transform: translateY(0px);}
#section02 .con .btn_wrap_st01{width: 100%;}

/* section03 */
#section03{padding-top: 0px;background: linear-gradient(180deg,rgba(0, 0, 0, 1) 50%, rgba(24, 163, 186, 1) 100%);line-height: 1;}
#section03 .bubble08{width: 192px;right: initial;left: 100px;bottom: 180px;}
#section03 .con{display: flex;flex-direction: column-reverse;}
#section03 .con .tit_st01{width: 100%;transform: translateY(0px);text-align: right;}
#section03 .con .btn_wrap_st01{width: 100%;}

/* section04 */
#section04{padding-top: 0px;background: linear-gradient(180deg,rgba(24, 163, 186, 1) 30%, rgba(51, 51, 51, 1) 100%);line-height: 1;}
#section04 .bubble09{width: 209px;left: initial; right: 95px;bottom: 70px;}
#section04 .con{display: flex;flex-direction: column;}
#section04 .con .tit_st01{width: 100%;transform: translateY(0px);}
#section04 .con .btn_wrap_st01{width: 100%;}
#section04 .con .btn_wrap_st01 a{padding: 70px 20px;}

/* footer */
#footer{display: flex;flex-direction: column-reverse;background: linear-gradient(180deg,rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 80%, rgba(24, 163, 186, 1) 100%);}
#footer.grid_con{height: auto;min-height: 825px;}
#footer .banner_wrap{display: flex;align-items: center; justify-content: center;gap:40px;padding: 40px 0;border-bottom: 1px solid rgba(255,255,255,.5);}
#footer .banner_wrap img{height: 30px;}
#footer .f_wrap{padding: 50px 0;}
#footer .f_wrap .a_wrap{display: flex;gap:95px;margin-bottom: 185px;}
#footer .f_wrap .a_wrap a{font-size: 18px; color: #fff; font-weight: 700;}
#footer .f_wrap .bot{display: flex;align-items: flex-end;justify-content: space-between;}
#footer .f_wrap .bot .f_logo img{width: 352px;}
#footer .f_wrap .bot address p{font-size: 15px; color: #fff;line-height: 24px;}
#footer .f_wrap .bot address p b{display: block;}
#footer .f_wrap .bot address p i{display: inline-block;width: 62px;}
#footer .f_wrap .bot address p.copy{margin-top: 20px;}

/* ====sub=================================== */
#sub_contents{padding: 180px 0 120px; background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%);}
#sub_contents .contop{margin-bottom: 80px;line-height: 1;}
#sub_contents .contop h3{font-size: 70px; color: #fff;font-weight: 700;text-align: center;}
#sub_contents .contop p{font-size: 25px; color: #fff;font-weight: 700;text-align: center; margin-top: 30px;}

#sub_contents .conbody{position: relative;z-index: 2;}

ul.depth02{display: flex;align-items: center; justify-content: center;flex-wrap:wrap;gap:10px;/* margin-top: 40px; */ }
ul.depth02 li{width: calc((100% - 10px) / 2);}
ul.depth02 li a{display: flex;align-items: center; justify-content: center;font-size: 16px; min-width: 100%; padding: 0 10px; height: 40px; border:1px solid #fff; color: #fff;}
ul.depth02 li.on a{background: #fff;color: #222;}
ul.depth03{margin-top: 25px;}

/* 공통 */
.sub_tit01{margin-bottom: 30px;}
.sub_tit01 p{font-size: 40px; color: #fff; line-height: 1.3;text-align: center;font-weight: 700;}

table.tbl01{border-top: 1px solid #fff;}
table.tbl01 tr{border-bottom: 1px solid #fff;}
table.tbl01 th{padding: 10px;font-size: 15px; color: #fff; font-weight: 700;}
table.tbl01 td{padding: 10px;font-size: 15px; color: #fff; line-height: 1.4; text-align: center;}
table.tbl01 td.left{text-align: left;}
table.tbl01 td a{color: #fff;}

/* list_st01 */
.list_st01_wrap{line-height: 1;}
.list_st01_wrap .top_txt{margin-bottom: 40px;}
.list_st01_wrap .top_txt p{font-size: 25px; color: #fff; line-height: 1.4;text-align: center;}
.list_st01_wrap ul{display: flex;flex-wrap:wrap;gap:30px 20px;}
.list_st01_wrap ul li{width: calc((100% - 20px) / 2);}
.list_st01_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:54.878%;border:1px solid #fff;}
.list_st01_wrap ul li .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_st01_wrap ul li .txt_wrap{display: flex;align-items: center;justify-content: space-between;padding: 20px 10px;}
.list_st01_wrap ul li .txt_wrap .txt{width: calc(100% - 40px);}
.list_st01_wrap ul li .txt_wrap .txt p{font-size: 18px; color: #fff; font-weight: 700; line-height: 1.5;}
.list_st01_wrap ul li .txt_wrap .txt span{display: block;font-size: 14px; color: #fff; line-height: 1.5;margin-top: 10px;}
.list_st01_wrap ul li .txt_wrap .icon img{width: 30px;}

/*view_st01*/
.view_st01_wrap{line-height: 1;}
.view_st01_wrap .tit_wrap{margin-bottom: 50px;}
.view_st01_wrap .tit_wrap p{font-size: 35px;	color: #fff; font-weight: 700;}
.view_st01_wrap .tit_wrap span{display: flex;gap:30px;margin-top: 20px;}
.view_st01_wrap .tit_wrap span em{position: relative;font-size: 20px; color: #fff;font-weight: 400;}
.view_st01_wrap .tit_wrap span em:not(:last-child)::after{content:'|';position: absolute; right: -17px; top: 50%; transform:translateY(-50%);}

.view_st01_wrap .view_wrap .img_con{position: relative;width: 1130px; max-width: 100%;margin: 0 auto 50px;}
.view_st01_wrap .view_wrap .img_con .play_btn{position: absolute; top: 50%; left: 50%;transform:translate(-50%,-50%);}
.view_st01_wrap .view_wrap .img_con .img_wrap{position:relative; width:100%; padding-bottom:54.867%;border:1px solid #fff;}
.view_st01_wrap .view_wrap .img_con .img_wrap img,
.view_st01_wrap .view_wrap .img_con .img_wrap video,
.view_st01_wrap .view_wrap .img_con .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;}

.view_st01_wrap .view_wrap .img_con_slide{width: 1130px; margin: 0 auto 50px;max-width: 100%;}
.view_st01_wrap .view_wrap .img_con_slide .img_con{margin: 0;}
.view_st01_wrap .view_wrap .img_con_slide .img_con .img_wrap{width: calc(100% - 1px);}
.view_st01_wrap .view_wrap .img_con_slide .slick-prev{position: absolute;left: 0px; top: 50%;transform:translateY(-50%);width: 60px; height: 60px; background: url(/assets_2025/images/sub/prev01.png)center no-repeat; background-size: cover;z-index: 100;text-indent: -9999px;}
.view_st01_wrap .view_wrap .img_con_slide .slick-next{position: absolute;right: 0px; top: 50%;transform:translateY(-50%);width: 60px; height: 60px; background: url(/assets_2025/images/sub/next01.png)center no-repeat; background-size: cover;z-index: 100;text-indent: -9999px;}

.view_st01_wrap .view_wrap .slide_con{width: 1350px;margin: 0 auto 50px;max-width: 100%;}
.view_st01_wrap .view_wrap .slide_con ul li .img_wrap{position:relative; width:100%; padding-bottom:54.867%;border:1px solid #fff;background: #222;}
.view_st01_wrap .view_wrap .slide_con ul li .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_st01_wrap .view_wrap .slide_con .slick-prev{position: absolute;left: 0px; top: 50%;transform:translateY(-50%);width: 60px; height: 60px; background: url(/assets_2025/images/sub/prev01.png)center no-repeat; background-size: cover;z-index: 100;text-indent: -9999px;}
.view_st01_wrap .view_wrap .slide_con .slick-next{position: absolute;right: 0px; top: 50%;transform:translateY(-50%);width: 60px; height: 60px; background: url(/assets_2025/images/sub/next01.png)center no-repeat; background-size: cover;z-index: 100;text-indent: -9999px;}

.view_st01_wrap .view_wrap .txt_con{border-top: 1px solid #fff;}
.view_st01_wrap .view_wrap .txt_con .txt{padding: 30px 20px;border-bottom: 1px solid #fff;}
.view_st01_wrap .view_wrap .txt_con .txt strong{display: block;font-size: 26px; color: #fff; font-weight: 700;margin-bottom: 20px;}
.view_st01_wrap .view_wrap .txt_con .txt .p_con{display: flex;gap:40px;}
.view_st01_wrap .view_wrap .txt_con .txt .p_con img{width: 140px; height: 140px;}
.view_st01_wrap .view_wrap .txt_con .txt p{font-size: 16px; color: #fff; line-height: 1.5;}
.view_st01_wrap .view_wrap .txt_con .txt p b{display: block;font-size: 20px; color: #fff; font-weight: 700; line-height: 1.5;margin-bottom: 15px;}
.view_st01_wrap .view_wrap .txt_con .txt p b em{font-size: 18px;font-weight: 700; }
.view_st01_wrap a.list_btn{display: flex;align-items: center; justify-content: center;width: 180px; height: 45px; font-size: 16px;color: #fff; border:1px solid #fff;margin: 40px auto 0;}


/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{display: flex; align-items: center;flex-direction: column;gap:50px;}
.sub0101_wrap .con01 .img{padding: 0;}
.sub0101_wrap .con01 .img img{width: 350px;}
.sub0101_wrap .con01 .txt_wrap .tit{margin-bottom: 30px; padding-bottom: 30px;border-bottom: 1px solid #fff;}
.sub0101_wrap .con01 .txt_wrap .tit p{font-size: 40px; color: #fff; line-height: 1.2;font-weight: 700;}
.sub0101_wrap .con01 .txt_wrap .tit p span{display: block;font-weight: 400;}
.sub0101_wrap .con01 .txt_wrap .txt p{font-size: 18px; color: #fff; line-height: 1.5;}
.sub0101_wrap .con01 .txt_wrap .txt p:not(:last-child){margin-bottom: 30px;}
.sub0101_wrap .con01 .txt_wrap .txt p strong{display: block;font-size: 20px; color: #fff;font-weight: 700;margin-bottom: 10px;}

.sub0101_wrap .con02{margin-top: 120px;}
.sub0101_wrap .con02 ul{display: flex;flex-wrap:wrap;border-top: 1px solid #fff;}
.sub0101_wrap .con02 ul li{width: 50%;padding: 30px 15px;border-bottom: 1px solid #fff;}
.sub0101_wrap .con02 ul li strong{display: block;font-size: 20px; color: #fff; font-weight: 700;margin-bottom: 12px;}
.sub0101_wrap .con02 ul li p{font-size: 16px; color: #fff;line-height: 1.3;}
 
/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con{display: flex;gap:40px;/*flex-direction: column;align-items: center;*/}
.sub0102_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0102_wrap .con .img_wrap{width: 200px;}
.sub0102_wrap .con .txt_wrap{width: 100%;}
.sub0102_wrap .con .txt_wrap .tit{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #fff;}
.sub0102_wrap .con .txt_wrap .tit p{font-size: 40px; color: #fff; font-weight: 700;}
.sub0102_wrap .con .txt_wrap .tit span{display: block;font-size: 20px; color: #fff;margin-top: 15px;line-height: 1.6;}
.sub0102_wrap .con .txt_wrap .txt p{font-size: 16px; color: #fff; line-height: 1.5;}
.sub0102_wrap .con .txt_wrap .txt > p:not(:last-child){margin-bottom: 20px;}

.sub0102_wrap .con02{flex-direction: row-reverse;}

/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap table.tbl01:not(:last-child){margin-bottom: 60px;}

.sub0104_wrap table.tbl01 .col01{width: 50%;}
.sub0104_wrap table.tbl01 .col02{width: 50%;}

/* .sub0104_wrap .col01{width: 10%; }
.sub0104_wrap .col02{width: 15%;}
.sub0104_wrap .col03{width: 10%;}
.sub0104_wrap .col04{}
.sub0104_wrap .col05{width: 20%;}
.sub0104_wrap .mob_tbl{display: none;}
.sub0104_wrap table.tbl01 td a{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:5px;}
.sub0104_wrap table.tbl01 td a:hover{text-decoration:underline;}
.sub0104_wrap table.tbl01 td a img{width: 15px;}
.sub0104_wrap table.tbl01 td br{display: none;} */

/* archive */
.archive_list_wrap{line-height: 1;}
.archive_list_wrap ul.archive_list{border-top: 1px solid #fff;margin-top: 40px;}
.archive_list_wrap ul.archive_list li{border-bottom: 1px solid #fff;}
.archive_list_wrap ul.archive_list li a{display: flex; align-items: center; justify-content: space-between; padding: 25px 15px; }
.archive_list_wrap ul.archive_list li .txt{width: calc(100% - 50px);}
.archive_list_wrap ul.archive_list li .txt p{font-size: 30px; color: #fff; font-weight: 700;}
.archive_list_wrap ul.archive_list li .txt span{display: block;font-size: 16px; color: #fff;margin-top: 15px;}
.archive_list_wrap ul.archive_list li .icon img{width: 30px;}

/* poster */
.sub0404_wrap{padding-bottom: 100px;}
.sub0404_wrap .sub04_slide li{width: 237px; margin-right: 30px;}
.sub0404_wrap .sub04_slide li .img_wrap{position:relative; width:100%; padding-bottom:141.643%;cursor:pointer;}
.sub0404_wrap .sub04_slide li .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%;}
.sub0404_wrap .sub04_slide li .img_wrap .img_hover{opacity: 0;position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/assets_former_poster/images/sub/sub0404_icon01_pc.png)center no-repeat rgba(0,0,0,.7); background-size: 50px;transition:.4s;}
.sub0404_wrap .sub04_slide li .img_wrap .img_hover:hover{opacity: 1;}
.sub0404_wrap .sub04_slide .slick-prev{position: absolute; top: 50%; left: 0;transform:translateY(-50%); background: url(/assets_former_poster/images/sub/sub0201_view_prev_tab.png)center no-repeat; width: 40px; height: 40px; background-size: cover;z-index: 100; text-indent: -9999px;}
.sub0404_wrap .sub04_slide .slick-next{position: absolute; top: 50%; right: 0;transform:translateY(-50%); background: url(/assets_former_poster/images/sub/sub0201_view_next_tab.png)center no-repeat; width: 40px; height: 40px; background-size: cover;z-index: 100; text-indent: -9999px;}
.sub0404_wrap .progress { position:relative; width:calc(100%); height:2px; background:#e5e5e5;top: 30px;}
.sub0404_wrap .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:#000; transition:0.5s;}
.sub0404_pop{display: none;position: absolute; top: 0; left: 0; z-index: 9999;background: rgba(0,0,0,.9); width: 100%; height: 100%;padding-top: 45px;}
.sub0404_pop .sub_inner{margin: 0 auto;}
.sub0404_pop .pop_x{position: absolute; top: 25px; right: 20px; display: block; background: url(/assets_former_poster/images/sub/sub0404_icon02_tab.png)center no-repeat;width: 30px; height: 30px; background-size: cover;}
.sub0404_pop .pop_big_slide{margin-bottom: 60px;}
.sub0404_pop .pop_big_slide .txt_wrap{text-align: center; padding-bottom: 40px;}
.sub0404_pop .pop_big_slide .txt_wrap p{font-size: 30px; color: #fff;font-weight: 700;}
.sub0404_pop .pop_big_slide .img_wrap{position:relative; width:100%; padding-bottom:50.425%;}
.sub0404_pop .pop_big_slide .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%;}
.sub0404_pop .pop_big_slide .slick-prev{position: absolute; top: 60%; left: 2.6%;transform:translateY(-50%); background: url(/assets_former_poster/images/sub/sub0201_view_prev_tab.png)center no-repeat; width: 40px; height: 40px; background-size: cover;z-index: 100; text-indent: -9999px;}
.sub0404_pop .pop_big_slide .slick-next{position: absolute; top: 60%; right: 2.6%;transform:translateY(-50%); background: url(/assets_former_poster/images/sub/sub0201_view_next_tab.png)center no-repeat; width: 40px; height: 40px; background-size: cover;z-index: 100; text-indent: -9999px;}
.sub0404_pop .pop_sm_slide .slick-list{width: calc(100% + 45px);padding: 0 2.6%;}
.sub0404_pop .pop_sm_slide li{margin-right: 45px;}
.sub0404_pop .pop_sm_slide .img_wrap{position:relative; width:100%; padding-bottom:66.667%;transition:.2s;}
.sub0404_pop .pop_sm_slide .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%;}
.sub0404_pop .pop_sm_slide .slick-current .img_wrap{border: 2px solid #fff;}



}