




/*서브상단*/
.sub_visual {
    position: relative;
    max-width: 2560px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top
}





.sub_visual .title_warp {
    max-width: 1240px;
    margin: 0 auto;
}

.sub_visual .title_warp .title_page {
    height: auto;
    position: relative;
    text-align: center;
    margin: 0 auto;
    transform: translateY(40%);
    z-index: 2;
    margin-top: 150px;
}


@media (max-width: 768px) {
  
  .sub_visual .title_warp .title_page {

    margin-top: 40px;
}  
    
}



.sub_visual h3 {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.8
}

.sub_visual .main_title {
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: -1px
}

.sub_visual .inBox {
    font-size: 14px;
    padding-top: 10px;
    color: #fff
}

.sub_visual .inBox i {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.sub_visual .inBox a {
    padding: 0 13px 0 0
}

.sub_visual .inBox span {
    padding: 0 13px;
    opacity: 0.8
}

.sub_visual .inBox span.strong {
    opacity: 1;
    padding: 0 0 0 13px
}

.sub_visual .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/sub_visual_cover.png) center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 1200px;
    opacity: .6;
    z-index: 1
}

.sub_visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub_visual.tmp {
    height: 100px;
    background-color: #000;
}

.sub_visual.tmp .title_warp {
    display: none;
}

.sub_visual h3,
.sub_visual .main_title,
.sub_visual .inBox {
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-name: visual-tit;
    -webkit-animation-name: visual-tit;
}

.sub_visual .main_title {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.sub_visual .inBox {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.sub_visual .bg {
    content: '';
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-name: visual-zoom;
    -webkit-animation-name: visual-zoom;
}



@keyframes visual-zoom {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes visual-zoom {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes visual-tit {
    0% {
        opacity: 0;
        -webkit-opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes visual-tit {
    0% {
        opacity: 0;
        -webkit-opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-opacity: 1;
        transform: translateY(0px);
    }
}




@media screen and (max-width: 640px) {
    .sub_visual {
        height: 422px
    }

    .sub_visual .title_warp {
        width: 100%;
    }

    .sub_visual .title_warp .title_page {
        height: 422px
    }

    .sub_visual h3 {
        font-size: 12px
    }

    .sub_visual .main_title {
        font-size: 34px;
    }

    .sub_visual .inBox {
        font-size: 12px
    }
}

/*서브상단*/





/*서브 제목*/
.content_wrap {
    width: 100%;
}

.content_wrap .txtCon {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px 50px 20px;
    clear: both
}

.content_wrap .txtCon .sub_title {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    padding-top: 50px; padding-bottom: 50px;
}

.content_wrap .txtCon .sub_title h2 {
    font-size: 42px;
    color: #000;
    padding-bottom: 0px
}

.content_wrap .txtCon .sub_title p {
    font-size: 20px;
    color: #1f2c64;
    font-weight: 300;
    word-break: keep-all;
}

.content_wrap .txtCon .content_area {
    width: 100%;
}

.content_wrap .txtboard {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px 50px 20px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: -0.02em;
    clear: both
}

.content_wrap .txtboard span {
    font-size: 14px
}

@media screen and (max-width:640px) {
    .content_wrap .txtCon .sub_title {
        margin: 50px 0 50px
    }

    .content_wrap .txtCon .sub_title h2 {
        font-size: 32px
    }
}

/*서브 제목*/



