@charset "utf-8";

/* Web font */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');

html,
body {
    max-width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #151516;
}
* {
    box-sizing: border-box;
}

/* margin */
.mt70 {
    margin-top: 70px;
}
.mb33 {
    margin-bottom: 33px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}

/* padding */
.pt50 {
    padding-top: 50px;
}
.pt12 {
    padding-top: 12px;
}

/* main */
#mainContainer {
    width: 100%;
    /*height: 100%;*/
}
#mainVisual {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#mainVusualM {
    display: none;
}
#mainContainer .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.bx-viewport {
    height: 100% !important;
}
.bx-wrapper .bx-pager {
    bottom: 100px !important;
}
#mainContainer .bx-wrapper .bx-prev {
    background: url(/resources/landing/img/arrow_left.png) no-repeat;
}
#mainContainer .bx-wrapper .bx-controls-direction a {
    width: 43px;
    height: 82px;
}
#mainContainer .bx-wrapper .bx-next {
    background: url(/resources/landing/img/arrow_right.png) no-repeat;
}

.visual1 {
    width: 100%;
    height: 100%;
    background: url(/resources/landing/img/main_visual1.png) center center no-repeat;
    background-size: cover;
}
.visual2 {
    width: 100%;
    height: 100%;
    background: url(/resources/landing/img/main_visual2.png) center center no-repeat;
    background-size: cover;
}
.visual3 {
    width: 100%;
    height: 100%;
    background: url(/resources/landing/img/main_visual3.png) center center no-repeat;
    background-size: cover;
}

.txt_visual {
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
    color: #fff;
}
.txt_visual1 {
    position: relative;
    top: 30px;
    opacity: 0;
    font-size: 40px;
    font-weight: 300;
}
.txt_visual_box {
    position: relative;
    opacity: 0;
    top: 30px;
}
.txt_visual2 {
    margin-bottom: 11px;
    font-size: 70px;
    font-weight: 400;
}
.txt_visual3 {
    font-size: 24px;
}
#mainContainer .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
}
#mainContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity: 1;
}
#mainContainer .arrow-down.more-up {
    bottom: 45px;
}
.bx-wrapper .bx-prev {
    left: 40px !important;
}
.bx-wrapper .bx-next {
    right: 40px !important;
}

/* main contents */
#mainContents {
    width: 1200px;
    padding-top: 105px;
    margin: 0 auto;
}
.tit_main_content {
    margin-bottom: 50px;
    text-align: center;
    font-size: 50px;
}
.main_contents {
    padding-bottom: 100px;
}
.main_contents:after {
    content: "";
    clear: both;
    display: block;
}
.main_contents li {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.main_contents li:first-child {
    margin-left: 0;
}
.txt_main_content1 {
    margin: 40px 0 20px 0;
    padding: 0 10px;
    font-weight: 500;
    font-size: 22px;
    color: #004b8d;
}
.txt_main_content2 {
    padding: 0 10px;
    font-size: 16px;
}
.go_product {
    padding-bottom: 100px;
    text-align: center;
}
.go_product button {
    padding: 20px 40px;
    background: none;
    border: 2px solid #003c93;
    border-radius: 40px;
    font-size: 18px;
    color: #003c93;
}
.go_product button:hover {
    background: #003c93;
    color: #fff;
}

/* tablet */
@media all and (min-width:769px) and (max-width: 1199px) {
    #mainContents {
        width: 90%;
    }   
    .txt_visual {
        width: 100%;
    }
}

/* mobile */
@media all and (max-width: 768px) {
    #mainVisual {
        display: none;
    }
    #mainVusualM {
        display: block;
    }
    .bx-controls-direction {
        display: none;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px !important;
    }
    #mainVusualM .swiper-pagination-bullet {
        height: 15px;
        width: 15px;
        background: #fff;
    } 
    #mainContainer .bx-wrapper .bx-pager {
        display: none;
    }
    
    #mainContents {
        width: 100%;
        padding-top: 40px;
    }    
    .tit_main_content {
        margin-bottom: 30px;
        font-size: 2.2em;
    }
    .tit_main_content span {
        display: inline-block;
    }
    .main_contents {
        margin: 0 10px;
        padding-bottom: 0;
    }
    .main_contents li {
        width: 100%;
        margin: 0;
        margin-bottom: 55px;
    }
    .txt_main_content1 {
        margin: 15px 0 5px 0;
        text-align: center;
    }
    .txt_main_content2 {
        text-align: center;
    }
    .go_product {
        padding-bottom: 80px;
    }
    .go_product button {
        display: inline-block;
        width: 80%;
        padding: 15px 0;
        background: #003c93;
        border: none;
        border-radius: 40px;
        font-size: 1.3em;
        color: #fff;
    }    
    
}































