#wrap {
    width: 100%;
    max-width: 2560px;
    height: 100%;
    margin: 0 auto;
    min-width: 100%;
    position: absolute;
    /*left:50%;top:50%;transform:translate(-50%, -50%);*/
    left: 0;
    right: 0;
}

/* subpage */
#wrap.sub {
    height: auto;
}

/* subpage */
.section li {
    opacity: 0;
    transition: all .3s .5s;
}

.section.active li {
    opacity: 1;
    transform: translateY(-20px);
}

/*게시판 다운로드 파일 아이콘 수정*/
.fa-download:before {
    display: none !important;
}

.fa-chain:before,
.fa-link:before {
    display: none !important;
}

/* header_info */

.header_info {
    position: absolute;
    top: 39px;
    right: 22%
}

.header_info a {
    position: relative;
    color: #222;
    font-size: 15px;
    margin: 0 15px;
    display: inline-block;
    position: relative
}

.header_info a:hover {
    text-decoration: none
}

.header_sns {
    position: absolute;
    top: 39px;
    right: 25%
}


/* section */
.sec_box {
    max-width: 1500px;
    margin: 0 auto;
}

.sec-wrap,
.header,
.sec-content,
.sec-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0
}

/* header */
.header {
    *position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100px;
    text-align: center;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    z-index: 999;
    overflow: hidden;
}

.header.on {
    background: #fff;
}

.header.on .logo {
    background-image: url(../img/logo_on.png);
}

.header.on .logo_lang {
    background-image: url(../img/logo_on_lang.png);
}

.header.on .menu:after {
    display: none
}

.header.on .menu>li>h2 a {
    color: #333
}

.header .logo {
    display: block;
    width: 187px;
    height: 35px;
    background: url(../img/logo.png) no-repeat 50%;
    position: absolute;
    left: 18%;
    top: 34px;
    background-size: cover;
}

.header .logo_lang {
    display: block;
    width: 187px;
    height: 35px;
    background: url(../img/logo_lang.png) no-repeat 50%;
    position: absolute;
    left: 18%;
    top: 34px
}

.header:after {
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s
}

.header:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
}

.header.active {
    background-color: #fff;

}

.header.on,
.fp-viewing-anchor2 .header,
.fp-viewing-anchor3 .header,
.fp-viewing-anchor4 .header,
.fp-viewing-anchor5 .header {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.fp-viewing-anchor2 .header .logo,
.fp-viewing-anchor3 .header .logo,
.fp-viewing-anchor4 .header .logo,
.fp-viewing-anchor5 .header .logo {
    background-image: url(../img/logo_on.png);
}

.fp-viewing-anchor2 .header .logo_lang,
.fp-viewing-anchor3 .header .logo_lang,
.fp-viewing-anchor4 .header .logo_lang,
.fp-viewing-anchor5 .header .logo_lang {
    background-image: url(../img/logo_on_lang.png);
}

.fp-viewing-anchor2 .header .menu:after,
.fp-viewing-anchor3 .header .menu:after,
.fp-viewing-anchor4 .header .menu:after,
.fp-viewing-anchor5 .header .menu:after {
    display: none;
}

.fp-viewing-anchor2 .header .menu>li>h2 a,
.fp-viewing-anchor3 .header .menu>li>h2 a,
.fp-viewing-anchor4 .header .menu>li>h2 a,
.fp-viewing-anchor5 .header .menu>li>h2 a {
    color: #333;
}

.fp-viewing-anchor2 .header .btn_menu .bar,
.fp-viewing-anchor3 .header .btn_menu .bar,
.fp-viewing-anchor4 .header .btn_menu .bar,
.fp-viewing-anchor5 .header .btn_menu .bar {
    background: #000;
}

.fp-viewing-anchor2 .header #clickcontents,
.fp-viewing-anchor3 .header #clickcontents,
.fp-viewing-anchor4 .header #clickcontents,
.fp-viewing-anchor5 .header #clickcontents {
    color: #222;
}


/* header_lang */
#click-contents {
    position: absolute;
    top: 15px;
    left: -30px;
    cursor: pointer;
    z-index: 99999999999;
    border: 1px solid #bbb;
    width: 100px;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    background-color: #fff;
}

#clickcontents {
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
}

#click-contents a:hover {
    color: #0d2563;
    font-weight: bold;
}

.header.on #clickcontents,
.header.stm-hd #clickcontents {
    color: #222;
}

#click-contents>div {
    padding: 5px 0;
}

#click-contents {
    z-index: 9999999999;
}

/* menu */
/* menu */
.menu {
    display: inline-block
}

.menu>li {
    float: left;
}

.menu>li h2 a {
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    line-height: 100px;
    letter-spacing: -.08em;
}

.menu>li>a {
    color: #666;
    font-size: 15px
}

.menu>li>ul {
    *width: 100%;
    min-height: 150px;
    padding: 0;
    position: absolute;
    *top: 110px;
    top: 100px;
    padding-top: 10px;
    text-align: center;
}

.menu>li>ul>li {
    *display: inline-block;
    display: none;
    float: left;
    text-align: left;
    padding: 20px 40px;
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.menu>li.on>ul>li {
    display: inline-block;
}

.menu>li>ul>li>a {
    display: block;
    padding: 5px 0;
    font-size: 1.1em;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    color: #666
}

.menu>li>ul>li>a:hover {
    color: #0d2563
}

.menu>li.open h2 {
    position: relative
}

.menu>li.on h2:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #0d2563;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -3px;
}



.menu>li.on .m-open {
    opacity: 1;
    background: #fff;
}

/* section_business_banner */
.section_business_banner {
    margin-top: 200px;
}

.section_business_banner>.main_tit {
    padding-top: 50px;
}

.business-banner-box {
    position: relative;
    cursor: pointer;

}

.business-banner-box {
    background-color: #000;
    margin-top: -3px;

}

.business-banner-box img {
    width: 100%;
    margin-top: -1px;
    opacity: 0.8;
    transition: 0.5s;
}

.business-banner-box:hover img {
    opacity: 1;
    z-index: 999;
}

.business-banner-box>.business-banner-txt {
    position: absolute;
    top: 40%;
    text-align: center;
    color: #ffffff;
}

.business-banner-txt {
    width: 100%;
    margin: 0 auto;
}

.business-banner-txt h1 {
    font-size: 40px;
    padding-bottom: 0px;
}

.business-banner-txt>div {
    font-size: 18px;
    font-weight: 200;
    line-height: 2.5rem;
}

/* banner */
.section_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../img/banner-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section_banner ul {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    ;
}

.section_banner li {
    flex: 1;
    width: 25%;
    padding: 0 0px;
}

/* .section_banner li a{display:block;height:550px;background-color:#fff;background-size: auto 55px; box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);}  */

.section_banner div>img {
    padding-bottom: 25px;
}

.section_banner div span {
    font-size: 40px;
    font-weight: 600;
    color: #0d2563;
}



/* visual swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* visual */
#visual {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover !important;
    overflow: hidden;
    margin-top: -5px;
}

#visual .imgBox {
    width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover !important
}

#visual .img1 {
    background: url(../img/visual/visual_img1.jpg) center top no-repeat
}

/* #visual .img2{background:url(../img/visual/visual_img2.jpg) center top no-repeat} */
#visual .img3 {
    background: url(../img/visual/visual_img3.jpg) center top no-repeat
}

video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    object-position: 25% 75%;
}

.visualList {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.visualList .txtBox {
    position: absolute;
    top: 30%;
    left: 70%;
    margin-left: -50%;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 60px;
    color: #fff;
}

.visualList .txtBox .txt1 {
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    position: relative;
    border: 1px solid #fff;
    width: 200px;
    margin-top: 30px;
    border-radius: 3px;
}

.visualList .txtBox .txt1 i {
    padding-left: 30px;
    font-size: 15px;
}

.txt1 a {
    color: #fff;
}

.visualList .txtBox .txt2 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 1px;
}

.visualList .txtBox .txt3 {
    font-size: 24px;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -1px;
}

#visual .btn_prev,
.btn_next {
    color: #fff !Important
}

.visual-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);

}

/* visual 애니메이션 효과 */
@keyframes bgmove {
    0% {
        height: 100vh;
    }

    50% {
        height: 500px;
    }

    100% {
        height: 0px;
    }
}


.visual-low-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.visual-low {

    width: 240px;
    height: 100vh;
    background-color: rgba(70, 70, 70, 0.993)
}

.visual-low {
    animation-name: bgmove;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.visual-low-box li:nth-child(1) {
    animation-delay: 000ms;
}

.visual-low-box li:nth-child(2) {
    animation-delay: 80ms;
}

.visual-low-box li:nth-child(3) {
    animation-delay: 280ms;
}

.visual-low-box li:nth-child(4) {
    animation-delay: 480ms;
}

.visual-low-box li:nth-child(5) {
    animation-delay: 680ms;
}

.visual-low:nth-child(6) {
    animation-delay: 780ms;
}

.visual-low:nth-child(7) {
    animation-delay: 900ms;
}

.visual-low:nth-child(8) {
    animation-delay: 1200ms;
}

/*스크롤 아이콘*/

@keyframes scroll-down {
    0% {
        top: 0px
    }

    50% {
        top: 20px
    }

    100% {
        top: 0px
    }
}

.scroll-down {
    position: absolute;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    bottom: 50px;
}

.scroll-icon {
    width: 50px;
    position: relative;
    animation-name: scroll-down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.scroll-icon span {
    display: block;
    color: #fff;
    padding-bottom: 10px;
    font-size: 18px;
}


/* .swiper-pagination {
    bottom: 20px;
    left: 50%;
}

.swiper-pagination-bullet {
	margin: 4px;
} */

#visual.swiper-pagination {
    color: #fff;
    bottom: 20px;
    left: 50%
}

/* common */
.main_tit {
    width: 100%;
    text-align: center;
}

.main_tit h3 {
    color: #0d2563;
    font-size: 40px;
    letter-spacing: -0.8px;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 5px;
}

.main_tit p {
    color: #222;
    font-size: 20px;
    padding-bottom: 50px;
}

.section_business_banner .main_tit p {
    padding-bottom: 10px;
}

/* gallery */
#gallery {
    padding: 85px 0 100px 0
}

#gallery .galleryList .swiper-slide {
    background: #222;
    height: 350px
}

#gallery .swiper-button-next,
#gallery .swiper-button-prev {
    color: #999
}

/* business */
.section_business {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    background: url(../img/visual/visual_img1.jpg) 50% 50% no-repeat;
    background-size: cover !important;
    padding: 150px 0 130px 0;
    text-align: center;
}

.section_business h3 {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
}

.section_business h3 strong {
    font-weight: 600;
}

.section_business ul {
    display: flex;
    padding: 30px 100px 0;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.section_business ul li {
    width: 25%;
    position: relative;
    padding: 30px;
    margin-right: 1%;
    list-style: none
}

.section_business ul li a {
    color: #fff;
    display: block
}

.section_business ul li .title {
    padding: 5px 40px;
    font-size: 25px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    transition: background-color 0.3s ease-in-out
}

.section_business ul li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 130px;
    ;
    background: #fff;
    opacity: 0.2;
    top: 50%;
    right: 0;
    margin-top: -60px
}

.section_business ul li:last-child::before {
    content: none
}

.section_business ul li .title {
    display: inline-block;
    padding: 5px 40px;
    font-size: 24px;
    position: relative;
    border: 1px solid transparent;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out
}

.section_business ul li .title span {
    position: absolute;
    background-color: #fff;
    transform-origin: center;
    transition: transform 0.5s ease;
    opacity: .5;
    -webkit-transition: transform 0.5s ease;
    opacity: .5;
    -moz-transition: transform 0.5s ease;
    opacity: .5;
    -o-transition: transform 0.5s ease;
    opacity: .5;
    -ms-transition: transform 0.5s ease;
    opacity: .5
}

.section_business ul li .title .bottom,
.section_business ul li .title .top {
    height: 1px;
    left: 0;
    right: 0;
    transform: scaleX(0)
}

.section_business ul li .title .left,
.section_business ul li .title .right {
    width: 1px;
    top: 0;
    bottom: 0;
    transform: scaleY(0)
}

.section_business ul li .title .top {
    top: 0
}

.section_business ul li .title .bottom {
    bottom: 0
}

.section_business ul li .title .left {
    left: 0
}

.section_business ul li .title .right {
    right: 0
}

.section_business ul li:hover .top,
.section_business ul li:hover .bottom {
    transform: scaleX(1)
}

.section_business ul li:hover .left,
.section_business ul li:hover .right {
    transform: scaleY(1)
}

.section_business ul li p {
    color: #fff
}

#doz_body {
    position: relative;
}

.pointer {
    z-index: 999999;
    position: absolute;
    padding-top: 25px;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}



/* board */

.board-wrap {
    margin-bottom: -5px;
    background: url(../img/sub/board-img.jpg);
    width: 100%;
    height: 220px;
    display: flex;
}

.board-item {
    border-left: #bbb 1px solid;
    width: 50%;
    background-color: rgba(7, 83, 182, 0.6);
    padding-top: 30px;
    transition: 0.4s;
    padding: 40px 0 0 100px;
    cursor: pointer;
}

.board-item:nth-child(1) {
    border-left: none;
}

.board-item img {
    width: 100%;
}

.board-item-1 {
    border-left: none;
}

.board-item h3 {
    font-size: 35px;
    padding-bottom: 10px;
}

.board-item p {
    font-size: 18px;
}

.board-item a {
    color: #fff;
}

.board-item:hover {
    background-color: rgba(0, 0, 0, 0.0);
}





/* sub_visual */
.subv_top {
    padding: 180px 20px
}

.location {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px
}

.location li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px
}

.location li a.home {
    background: url(../img/sub/icon_location_home.png) no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block
}

.location li:before {
    display: inline-block;
    content: ">";
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin: 0px 20px 0 17px;
    color: #fff;
    font-size: 12px
}

.location li:first-child:before {
    display: none
}

.location li:last-child {
    color: #fff
}

.sub_visual {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden
}

.sub_visual:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sub_visual:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    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;
}

.sub_visual:after {
    background-size: cover !important;
    width: 100%;
    height: 100%
}

.sub_bg1:after {
    background: url(../img/sub/sub_visual1.jpg)
}

.sub_bg2:after {
    background: url(../img/sub/sub_visual2.jpg)
}

.sub_bg3:after {
    background: url(../img/sub/sub_visual3.jpg)
}

.sub_bg4:after {
    background: url(../img/sub/sub_visual4.jpg)
}

.sub_bg5:after {
    background: url(../img/sub/sub_visual5.jpg)
}

.sub_bg6:after {
    background: url(../img/sub/sub_visual6.jpg)
}

.sub_bg_1:after {
    background: url(../img/sub/sub_visual1.jpg)
}

.sub_bg_2:after {
    background: url(../img/sub/sub_visual2.jpg)
}

.sub_bg_3:after {
    background: url(../img/sub/sub_visual3.jpg)
}

.sub_bg_4:after {
    background: url(../img/sub/sub_visual4.jpg)
}

.sub_bg_5:after {
    background: url(../img/sub/sub_visual5.jpg)
}

.sub_bg_6:after {
    background: url(../img/sub/sub_visual6.jpg)
}

.sub_visual h1 {
    font-size: 3.3em;
    color: #fff;
    text-align: center;
    font-weight: 500
}

.sub_visual ul,
.sub_visual h1 span,
.sub_visual h1 p {
    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 h1 span,
.sub_visual h1 p {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}


@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)
    }
}

.sub-depth-wrap {
    position: relative;
}

.sub_visual h1 p {
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 0
}

.sub-depth-1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.sub-depth-1 ul {
    max-width: 1280px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #bbbbbb;
}

.sub-depth-1 li {
    float: left;
    padding: 0 30px;
}

.sub-depth-1 li:only-child {
    width: 100%;
}

/* .sub-depth-1 li:first-child:nth-last-child(2),                    
.sub-depth-1 li:first-child:nth-last-child(2)+li {width:50%}    
.sub-depth-1 li:first-child:nth-last-child(3),                       
.sub-depth-1 li:first-child:nth-last-child(3)~li {width:33.33%}  
.sub-depth-1 li:first-child:nth-last-child(4),                    
.sub-depth-1 li:first-child:nth-last-child(4)~li {width:25%}    
.sub-depth-1 li:first-child:nth-last-child(5),                     
.sub-depth-1 li:first-child:nth-last-child(5)~li {width:20%}    */
.sub-depth-1 li a {
    cursor: pointer;
    display: block;
    color: #555;
    text-align: center;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    font-size: 16px;
    padding: 30px 0 10px 0;
}

.sub-depth-1 li a:hover {
    color: #0d2563;
}

.sub-depth-1 li.active a {
    border-bottom: 2px solid #0d2563;
    color: #0d2563;
    font-weight: 600;
}

.sub-depth-1 li a:before {
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
}

.sub-depth-1 li:last-child a:before,
.sub-depth-1 li.active a:before {
    display: none;
}

.sub-depth-2 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: none;
}

.sub-depth-2 a {
    display: inline-block;
    line-height: 70px;
    margin: 0 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    position: relative;
}

.sub-depth-2 a.active {
    color: #333;
    background: #f8f8f8
}

.sub-depth-2 a.active:after {
    content: '';
    width: 0;
    height: 3px;
    background: #1ac0e4;
    position: absolute;
    left: 50%;
    bottom: -1px;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.3s;
    -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: sub-tab-line;
    -webkit-animation-name: sub-tab-line;
}

.sub-depth-2 a.active,
.sub-depth-2 a:hover {
    color: #333;
    background: #f8f8f8;
    font-weight: bold;
}

@keyframes sub-tab-line {
    0% {
        width: 0%;
        left: 50%
    }

    100% {
        width: 100%;
        left: 0
    }
}

@-webkit-keyframes sub-tab-line {
    0% {
        width: 0%;
        left: 50%
    }

    100% {
        width: 100%;
        left: 0
    }
}



/* allmenu */
.btn_menu {
    position: absolute;
    top: 36px;
    right: 50px;
    width: 32px;
    height: 24px;
    cursor: pointer;
    display: none;
}

.btn_menu .bar {
    position: absolute;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    border: 0;
    background: #fff;
    transition: opacity 0.3s, top 0.3s, transform 0.5s;
    transition-delay: 0.3s, 0.3s, 0s
}

.on .btn_menu .bar {
    background: #000
}

.btn_menu .bar:nth-child(1) {
    top: 0;
    transform: rotate(0)
}

.btn_menu .bar:nth-child(2) {
    top: 11px;
    opacity: 1
}

.btn_menu .bar:nth-child(3) {
    top: 22px;
    transform: rotate(0)
}

.btn_menu.map {
    right: 67px
}

.btn_menu.map .bar {
    background: #000;
    transition: background 1s, opacity 0.3s, top 0.3s, transform 0.5s;
    transition-delay: 0s, 0s, 0s, 0.3s
}

.btn_menu.map .bar:nth-child(1) {
    top: 11px;
    background: #000;
    transform: rotate(-45deg)
}

.btn_menu.map .bar:nth-child(2) {
    opacity: 0
}

.btn_menu.map .bar:nth-child(3) {
    top: 11px;
    background: #000;
    transform: rotate(45deg)
}

#sitemap {
    display: none;
    position: fixed;
    top: 100px;
    right: -100%;
    width: 100%;
    height: calc(100% - 100px);
    background: #fff;
    padding: 50px 20px;
    z-index: 9999999;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    overflow: hidden;
    overflow-y: auto;
}

#sitemap .top_info {
    display: none
}

#sitemap>ul {
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
}

#sitemap>ul>li {
    float: left;
    width: 20%;
    padding: 0 10px;
}

#sitemap>ul>li h2 {
    font-size: 24px;
    color: #333
}

#sitemap>ul>li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 0 0 10px
}

#sitemap>ul>li>ul>li {
    margin: 30px 0
}

#sitemap>ul>li>ul>li>a {
    color: #999;
    font-size: 16px;
    padding: 7px 0;
    display: block;
    z-index: 9999999999999999999999999999;
}

#sitemap>ul>li h3>a:hover {
    color: #014099;
}

#sitemap>ul>li>ul>li>a:hover {
    color: #014099;
}

#sitemap .top_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    z-index: 10;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#sitemap .top_info a {
    display: inline-block;
    width: 50%;
    height: 45px;
    float: left;
    background: #f8f8f8;
    text-align: center;
    color: #666;
    line-height: 45px
}

#sitemap.open {
    display: block;
    right: 0;
}

.header.stm-hd {
    background: #fff;
}

.header.stm-hd .logo {
    background-image: url(../img/logo_on.png)
}

.header.stm-hd .nav {
    display: none;
}

.header.stm-hd .lang {
    display: none;
}

.scr {
    overflow-y: hidden;
}


/* footer */
#footer {
    clear: both;
    background-color: #000e22;
    overflow: hidden;
    height: 500px;
}

#footer .foot_wrap {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 50px
}

#footer .foot_menu {
    width: 100%;
    position: relative;
}

.foot_menu div {
    display: inline-block;
    float: left;
    position: relative
}

.foot_menu div a {
    font-size: 14px;
    color: #fff;
    padding: 5px 15px 0 0;
    margin-left: 15px
}

.foot_menu div a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 1px;
    height: 15px;
    background: #444
}

.foot_menu div:first-child a:before {
    display: none
}

.foot_menu div:first-child a {
    margin: 0
}

.foot_menu div a:hover {
    text-decoration: underline
}

.copyright {
    float: left;
    width: 100%;
    padding: 22px 0 70px 0px
}

.copyright address {
    font-size: 15px;
    color: #fff;
}

.copy {
    color: #fff;
}

.foot_sns {
    position: absolute;
    top: 25px;
    right: 0
}

.foot_sns a {
    float: left;
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/icon_sns_common.png) no-repeat;
    vertical-align: middle;
    margin-left: 15px;
}

.foot_sns a:first-child {
    background-position: 0 0;
    margin-left: 0
}

.foot_sns a:nth-child(2) {
    background-position: -20px 0
}

.foot_sns a:nth-child(3) {
    background-position: -40px 0
}

#top_btn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 50px
}

#top_btn a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #83868d url(../img/icon_gotop.png) center top no-repeat;
    border-radius: 50%
}

/*footer custom*/
.sitemap-box {
    display: flex;
}

.sitemap-box ul {
    flex: 1;
    width: 30%;
    padding: 0 10px;
}

.sitemap-box li:hover {
    font-weight: 500;
}

.foot_sitemap {
    display: flex;
    margin-bottom: 60px;
}

.foot_sitemap>div {
    flex: 1;
    width: 50%;
}

.sitemap-box span {
    color: #888;
}

.sitemap-box li:nth-child(1) {
    padding-bottom: 10px;
}

.sitemap-box li {
    padding-bottom: 5px;
}

.word-set {
    word-spacing: 1px;
}

/* contents */
#contents_wrap {
    max-width: 1500px;
    margin: 70px auto 0;
    padding: 60px 20px 80px 20px
}



/**************************** responsive ****************************/

@media screen and (max-width:690px) {

    /******* mobile ******/
    #fp-nav {
        display: none;
    }


    /* layout */
    html {
        font-size: 14px
    }

    /* header */
    .header .logo {
        left: 20px
    }

    .header .logo_lang {
        left: 5px
    }

    .btn_menu {
        display: block;
    }

    .btn_menu,
    .btn_menu.map {
        right: 20px
    }

    .btn_menu {
        color: #222
    }

    .header_info {
        right: 18%;
    }

    .menu {
        display: none
    }

    .header_sns {
        position: absolute;
        top: 39px;
        right: 30%;
    }

    /* sitemap */
    #sitemap .top_info {
        display: block
    }

    #sitemap>ul>li {
        width: 100%;
        float: none;
        margin: 0 0 30px
    }

    #sitemap>ul>li h2 {
        color: #014099
    }

    #sitemap>ul>li>ul>li {
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #ddd
    }

    #sitemap>ul>li>ul>li.m-open {
        height: auto
    }

    #sitemap>ul>li>ul>li>h3>a {
        display: block;
        background: #fff
    }

    #sitemap>ul {
        max-width: 500px;
        padding: 20px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 40px;
        width: 100%
    }

    /* visual */
    .visualList .txtBox {
        width: 75%;
        left: 5%;
        right: 0;
        margin: 0 auto;
        top: 35%
    }

    .visualList .txtBox .txt2 {
        font-size: 30px;
        line-height: 40px;
    }

    .visualList .txtBox .txt3 {
        width: 100%;
        font-size: 18px
    }




    /* common */
    .main_tit h3 {
        color: #0d2563;
        font-size: 30px;
        letter-spacing: -0.8px;
        font-family: "Montserrat", sans-serif;
        padding-bottom: 5px;
    }

    .main_tit p {
        color: #222;
        font-size: 15px;
        padding-bottom: 20px;
    }


    /* section_business_banner */
    .section_business_banner {
        margin-top: 0 !important;
    }

    .business-banner-txt h1 {
        font-size: 1.9rem;
        padding-bottom: 0px;
    }


    .business-banner-box img {
        object-fit: cover;
        width: 100%;
        height: 300px;
        display: block;
        margin-top: 0;
    }

    .business-banner-box>.business-banner-txt {
        padding: 0 30px;
    }

    /* banner */
    .section_banner ul {
        display: flex;
        max-width: 1400px;
        margin: 0 auto;
        text-align: center;
        ;
    }

    .section_banner li {
        flex: 1;
        width: 25%;
        padding: 0 10px;
    }

    .section_banner li a {
        display: block;
        height: 0px;
        background-color: #fff;
        background-size: auto 55px;
        box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
    }

    .section_banner div {
        padding: 10px;
    }

    .section_banner div>img {
        padding-bottom: 25px;
    }

    .section_banner div span {
        font-size: 24px;
        font-weight: 600;
        color: #0d2563;
    }

    /* board */

    .board-wrap {
        background: url(../img/sub/board-img.jpg);
        width: 100%;
        height: 300px;
        display: flex;
    }

    .board-item {
        border-left: #bbb 1px solid;
        width: 100%;
        background-color: rgba(7, 83, 182, 0.6);
        padding-top: 30px;
        transition: 0.4s;
        padding: 40px 0 0 10px;
        cursor: pointer;
    }

    .board-item-1 {
        border-left: none;
    }

    .board-item h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .board-item p {
        font-size: 15px;
    }

    .board-item a {
        color: #fff;
    }

    .board-item:hover {
        background-color: rgba(0, 0, 0, 0.0);
    }



    /* banner */
    .section_banner {
        padding: 0;
    }

    .section_banner ul {
        display: inherit
    }

    .section_banner li {
        width: 100%
    }

    .section_banner li h2 {
        font-size: 23px
    }

    .section_banner li a {
        height: 200px;
        margin-bottom: 10px
    }

    .section_business ul li .title {
        font-size: 20px
    }

    /* gallery */
    #gallery .galleryList .swiper-slide {
        height: 250px
    }



    /* board */
    #section_board {
        display: inherit;
        padding: 50px 20px
    }

    #section_board>div {
        width: 100%;
        margin-bottom: 30px
    }

    #section_board>div h3 {
        font-size: 20px
    }


    /* sub_visual */
    .sub_visual {
        height: auto;
        overflow: hidden
    }

    .sub_visual h1 {
        font-size: 30px
    }

    .sub_visual h1 p {
        font-size: 1.1rem
    }

    .subv_top {
        padding: 130px 20px;
        height: 360px;
        overflow: hidden
    }

    .location {
        display: none
    }

    .sub-depth-wrap {
        margin-top: 0
    }

    .sub-depth-1 {
        position: absolute;
        bottom: 0;
        top: auto !Important;
        background: none;
    }

    .sub-depth-1 li.active a {
        text-align: left;
        padding: 0 20px;
        line-height: 50px;
        background: #0d2563 url(../img/icon_select_arrow.png) center right no-repeat;
        transition: none;
        width: 300px;
        color: #fff;
    }

    .sub-depth-2 {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
        z-index: 1;
        background: #fff;
        display: none
    }

    .sub-depth-2 a {
        width: 100%;
        display: block;
        margin: 0;
        background: #f5f5f5;
        color: #222;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        padding-left: 20px;
    }

    .sub-depth-1 li {
        width: 100% !important
    }

    .sub-depth-1 li.active a {
        display: block
    }

    .sub-depth-1 li a {
        font-size: 14px;
        display: none
    }

    /* contents */
    #contents_wrap {
        max-width: 100%;
        padding: 30px 20px 40px 20px;
        margin: 0
    }


    /* footer */
    #footer {
        padding: 0 15px;
    }

    .foot_sns {
        position: static;
        margin: 0 auto
    }

}

/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1670px) {

    /* header */
    .header .logo {
        left: 20px
    }

    .header .logo_lang {
        left: 20px
    }

    .btn_menu {
        display: block;
    }

    .btn_menu,
    .btn_menu.map {
        right: 20px
    }

    .btn_menu {
        color: #222
    }

    .header_info {
        right: 10%
    }

    .menu {
        left: 100px;
    }

    .header_sns {
        right: 15%;
    }

    .menu>li h2 a {
        font-size: 18px;
        padding: 0 15px;
    }

    /* board */

    .board-wrap {
        background: url(../img/sub/board-img.jpg);
        width: 100%;
        height: 300px;
        display: flex;
    }

    .board-item {
        border-left: #bbb 1px solid;
        width: 100%;
        background-color: rgba(7, 83, 182, 0.6);
        padding-top: 30px;
        transition: 0.4s;
        padding: 40px 0 0 10px;
        cursor: pointer;
    }

    .business-banner-txt h1 {
        font-size: 30px;
        padding-bottom: 0px;
    }


}

@media screen and (min-width:691px) and (max-width:1670px) {

    /* header */
    .header .logo {
        left: 20px
    }

    .header .logo_lang {
        left: 20px
    }

    .btn_menu {
        display: block;
    }

    .btn_menu,
    .btn_menu.map {
        right: 20px
    }

    .btn_menu {
        color: #222
    }

    .menu {
        display: none
    }




}


@media screen and (min-width:691px) and (max-width:899px) {

    /* layout */
    html {
        font-size: 14px
    }


    /* sitemap */
    .btn_menu {
        display: block;
    }

    #sitemap .top_info {
        display: block;
    }

    #sitemap {
        z-index: 9999999;
    }

    #sitemap>ul>li {
        width: 100%;
        float: none;
        margin: 0 0 30px
    }

    #sitemap>ul>li h2 {
        color: #014099
    }

    #sitemap>ul>li>ul>li {
        height: 46px;
        overflow: hidden;
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #ddd
    }

    #sitemap>ul>li>ul>li.m-open {
        height: auto
    }

    #sitemap>ul>li>ul>li>h3>a {
        display: block;
        background: #fff
    }

    #sitemap>ul {
        padding: 20px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 45px;
        width: 100%
    }

    /* visual */
    .visualList .txtBox {
        width: 75%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 35%
    }

    .visualList .txtBox .txt1 {
        padding-bottom: 20px
    }

    .visualList .txtBox .txt2 {
        font-size: 40px;
        line-height: 60px;
        font-weight: 700;
    }

    .visualList .txtBox .txt3 {
        width: 100%
    }

    .visualList video {
        width: 100%;
        height: 100% !important;
        object-fit: cover
    }

    /* banner */
    .section_banner {
        padding: 20px 10px 50px 10px
    }

    .section_banner li {
        width: 50%;
        float: left
    }

    .section_banner li:nth-child(2n) {
        padding: 0
    }

    .section_banner li h2 {
        font-size: 23px
    }

    .section_banner li a {
        height: 200px;
        margin-bottom: 10px
    }

    .section_banner ul {
        display: inherit
    }

    /* gallery */
    #gallery .galleryList .swiper-slide {
        height: 250px
    }



    /* board */
    #section_board {
        display: inherit;
        padding: 50px 30px
    }

    #section_board>div {
        width: 100%;
        margin-bottom: 30px
    }


    /* sub_visual */
    .sub_visual {
        height: auto;
        overflow: hidden
    }

    .sub_visual h1 {
        font-size: 3em
    }

    .sub_visual h1 p {
        font-size: 1.1rem
    }

    .subv_top {
        padding: 130px 20px;
        height: 360px;
        overflow: hidden
    }

    .location {
        display: none
    }

    .sub-depth-wrap {
        margin-top: 0;
    }

    .sub-depth-1 {
        position: absolute;
        bottom: 0;
        top: auto !Important;
        background: none;
    }

    .sub-depth-1 li.active a {
        text-align: left;
        padding-left: 20px;
        line-height: 50px;
        background: #0d2563 url(../img/icon_select_arrow.png) center right no-repeat;
        transition: none;
    }

    .sub-depth-2 {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
        z-index: 1 !important;
        background: #fff;
        display: none
    }

    .sub-depth-2 a {
        width: 100%;
        display: block;
        margin: 0;
        background: #f5f5f5;
        color: #222;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        padding-left: 20px
    }

    .sub-depth-1 li {
        width: 100% !important
    }

    .sub-depth-1 li.active a {
        display: block
    }

    .sub-depth-1 li a {
        font-size: 18px;
        display: none
    }

    .sub-depth-2 {
        display: none
    }

    /* contents */
    #contents_wrap {
        max-width: 100%;
        padding: 30px 20px 40px 20px;
        margin: 0
    }

    /* footer */
    #footer {
        padding: 0 20px 20px 20px
    }

    .foot_sns {
        position: static;
        margin: 0 auto
    }
}

/****** Desktop Device ******/
@media screen and (min-width:900px) and (max-width:1599px) {

    .pages {}

    .pages {
        height: 100vh;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .page {
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: -100%;
        transition: bottom .7s;

        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .page:first-child {
        bottom: 0;
    }


    /* header */
    .btn_menu {
        display: block;
    }

    .menu {
        margin-left: -30px
    }

    .menu>li h2 {
        padding: 0 10px
    }

    .menu>li>ul>li {
        padding: 0 10px
    }



    /* visual */
    .visualList video {
        width: 100%;
        height: 100% !important;
        object-fit: cover
    }

    /* sub_visual */
    .sub-depth-2 {
        display: none
    }



    /* board */
    #section_board {
        padding: 70px 30px
    }

    /* footer */
    #footer {
        padding: 0 30px
    }

    /* sitemap */
    #sitemap .top_info {
        display: none
    }
}