/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1400px;
    position: relative;
    overflow: hidden;
    padding-top:80px;
}
.sub_visual::before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    transition: all 3s ease-in-out;
    transform:scale(1.2);
}
.sub_visual > img.zoom{transform:scale(1);}
.sub_visual .sub_typo{
    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    z-index: 99;
}
.sub_visual .sub_typo > span.up{opacity:1; transform:translate(0,0);}
.sub_visual .sub_typo span{
    color:#fff;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
    font-family:'GmarketSansMedium';
}
.sub_visual .sub_typo span:first-child{
    font-size:42px;
    transition-delay:0s;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    transition-delay:0.5s;
    font-family:'GmarketSansLight';
}
/* visual sub 공통 end */

/* tab 메뉴 공통 */
/* .contents{padding:30px 0;} */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:171px;
    transform: translateY(-90px);
    background: rgba(0,0,0,0.6);
    height:60px;
    line-height: 60px;
}
.sub_tabmenu.on{
    position: fixed;
    width:100%;
    top:171px;
    z-index: 99;
    background: rgba(0,0,0,0.7);
}

.sub_tabmenu ul{font-size:0;}
.sub_tabmenu li{display:inline-block;}
.sub_tabmenu li a{
    display: block;
    font-size:18px;
    text-align: center;
    color:#fff;
    transition: all .3s ease-in-out;
}
.tabmenu01 li{width:33.333%;}
.tabmenu02 li{width:16.666%;}
.tabmenu03 li{width:100%;}
.tabmenu04 li{width:20%;}
.tabmenu05 li{width:50%;}
.tabmenu06 li{width:25%;}

.sub_tabmenu li a:hover{background-color: #003625; color:#fff; transition: all .3s ease-in-out;}

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #003625; color:#fff;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #003625; color:#fff;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{background-color: #003625; color:#fff;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #003625; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #003625; color:#fff;}
.sub02_03 .sub_tabmenu li:nth-child(3) a{background-color: #003625; color:#fff;}
.sub02_04 .sub_tabmenu li:nth-child(4) a{background-color: #003625; color:#fff;}
.sub02_05 .sub_tabmenu li:nth-child(5) a{background-color: #003625; color:#fff;}
.sub02_06 .sub_tabmenu li:nth-child(6) a{background-color: #003625; color:#fff;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #003625; color:#fff;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #003625; color:#fff;}
.sub04_02 .sub_tabmenu li:nth-child(2) a{background-color: #003625; color:#fff;}
.sub04_03 .sub_tabmenu li:nth-child(3) a{background-color: #003625; color:#fff;}
.sub04_04 .sub_tabmenu li:nth-child(4) a{background-color: #003625; color:#fff;}
.sub04_05 .sub_tabmenu li:nth-child(5) a{background-color: #003625; color:#fff;}

.sub05_01 .sub_tabmenu li:nth-child(1) a{background-color: #003625; color:#fff;}
.sub05_02 .sub_tabmenu li:nth-child(2) a{background-color: #003625; color:#fff;}

.sub06_01 .sub_tabmenu li:nth-child(1) a{background-color: #003625; color:#fff;}
.sub06_02 .sub_tabmenu li:nth-child(2) a{background-color: #003625; color:#fff;}
.sub06_03 .sub_tabmenu li:nth-child(3) a{background-color: #003625; color:#fff;}
.sub06_04 .sub_tabmenu li:nth-child(4) a{background-color: #003625; color:#fff;}
/* tab 메뉴 공통 */

/* sub 타이틀 공통 */
.contents_title{
    padding:30px 0;
    position: relative;
    width:100%;
    min-width:1224px;
    overflow: hidden;
}
.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#333;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.contents_title h2::before{
    position: absolute;
    content: '';
    bottom:0px;
    width:50px;
    height:3px;
    left:50%;
    transform: translateX(-50%);
    background-color: #003625;
}
.contents_title h2 span{
    font-size:40px;
    font-weight:800;
    display: block;
}

.contents_detail{padding:30px 0;}
/* sub 타이틀 공통 */

/* image_show_wrap 공통 */
.image_show_wrap,
.image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.image_show_wrap2{animation-duration: 1.4s;}

.show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* ------------------------------------------- sub -------------------------------------------------------- */


/* ------------------------------------------- sub -------------------------------------------------------- */
