/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1200px;
    position: relative;
    overflow: hidden;
    margin-top:100px;
}
.sub_visual::before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
.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:50%;
    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 */


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

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

/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01 */
/* sub02 */
/* sub03 */
/* sub04 */
.sub01 .chart tr td{width:33.333%}
.sub02 .chart tr td{width:33.333%}
.sub03 .chart tr td{width:33.333%}
.sub04 .chart tr td{width:33.333%}
.sub05 .chart tr td{width:33.333%}
/* main css 똑같음 */

/* sub05 */
.information{padding:60px 0;}
.information li .information_img{background-color: #000; overflow: hidden;}
.information li .information_img img{width:100%; transition: all .3s ease-in-out;}
.information li p{
    font-size:24px;
    color:#2d36ae;
    text-align: center;
    padding:20px 0;
    border-bottom:1px solid #ccc;
}
.information li:nth-of-type(2) p{color:#d4252e;}
.information li span:nth-of-type(1){margin-top:30px;}
.information li span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#000;
    padding-left:30px;
    position: relative;
}
.information li span::before{
    content: '';
    position: absolute;
    top:13px;
    left:15px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #2d36ae;
}
.information li:nth-of-type(2) span::before{background-color: #d4252e;}
/* sub05 */

/* sub06 */
.map{padding:60px 0;}
.map .chart{
    width:100%;
    border-top:3px solid #fdf3af;
    margin-top:30px;
}
.map .chart tr th{background-color: #f7f7f7;}
.map .chart tr th,
.map .chart tr td{
    font-size:16px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}

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