/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1200px;
    position: relative;
    overflow: hidden;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    transition: all 1.5s ease-in-out;
    transform:scale(1.5);
}
.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 */


/* sub 타이틀 공통 */
.sub01,
.sub02,
.sub03,
.sub04,
.sub05,
.sub06{margin-top:80px;}

/* 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 -------------------------------------------------------- */
/* sub02_02 */
.sub02_02{padding:30px 0;}
.sub02_02 h2{
    font-size:44px;
    font-weight: 600;
    color:#333;
    text-align: left;
    padding:30px 0;
    letter-spacing: -2px;
}
.sub02_02 .board .photo_bbs .thumb{padding-top:90%;}
/* sub02_02 */

/* sub05 */
.sub05{
    margin-top:80px;
    padding:60px 0;
}
.sub05 .notice h2{
font-size:32px;
color:#333;
text-align: left;
padding:20px 0;
position: relative;
}
.sub05 .notice h2::after{
position: absolute;
content: '';
top:0;
left:0;
width:60px;
height:3px;
background-color: #6a94c6;
}
/* sub05 */

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