@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0); 
    }
    40% {
        transform: translateY(-15px); 
    }
    60% {
        transform: translateY(-10px); 
    } 
}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* jumbotron */
.jumbotron {
    position: relative; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide {
    min-height: 970px;
    height: 100vh;
    overflow: hidden; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transform: scale(1);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container {
    position: relative;
    z-index: 1;
    display: table;
    height: 100%; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 100px; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align small {
    position: relative;
    top: -30px;
    opacity: 0;
    display: block;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-family: 'Play', sans-serif;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align h3 {
    position: relative;
    top: -30px;
    opacity: 0;
    font-size: 55px;
    color: #fff;
    line-height: 75px;
    margin-top: 50px;
    font-weight: 500;
    font-family: 'OneMobileTitle';
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align p {
    position: relative;
    top: -30px;
    opacity: 0;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    margin-top: 60px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .backdrop {
    transform: scale(1.1); 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .container .v-align small {
    top: 0;
    opacity: 1; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .container .v-align h3 {
    top: 0;
    opacity: 1; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .container .v-align p {
    top: 0;
    opacity: 1; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-1 .backdrop {background-image: url(../images/main/bg_jumbo_slider01.png);}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-2 .backdrop {background-image: url(../images/main/bg_jumbo_slider02.png);}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-3 .backdrop {background-image: url(../images/main/bg_jumbo_slider03.png);}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-4 .backdrop {background-image: url(../images/main/bg_jumbo_slider04.png);}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-5 .backdrop {background-image: url(../images/main/bg_jumbo_slider05.png);}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-6 .backdrop {background-image: url(../images/main/bg_jumbo_slider06.png);}



.jumbotron .control-pagination {
    position: absolute;
    bottom: 270px;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 1490px;
    font-size: 0;
	padding: 0 15px;
    transform: translateX(-50%); 
}
.jumbotron .control-pagination .inner {
    position: relative;
    display: inline-block;
    padding: 0 70px 0 40px; 
}
.jumbotron .control-pagination .inner > button {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 17px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto auto; 
}
.jumbotron .control-pagination .inner > button.btn-jumbo-prev {
    left: 0;
    background-image: url(../images/main/ico_arrow_prev.png); 
}
.jumbotron .control-pagination .inner > button.btn-jumbo-next {
    right: 0;
    background-image: url(../images/main/ico_arrow_next.png); 
}
.jumbotron .control-pagination .inner .jumbo-pagination {
    display: inline-block;
    vertical-align: top; 
}
.jumbotron .control-pagination .inner .jumbo-pagination > span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
    margin: 0 10px;
    background: none; 
}
.jumbotron .control-pagination .inner .jumbo-pagination > span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #7b7c7e;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.jumbotron .control-pagination .inner .jumbo-pagination > span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    display: block;
    content: '';
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.jumbotron .control-pagination .inner .jumbo-pagination > span.swiper-pagination-bullet-active:before {
    width: 0;
    height: 0; 
}
.jumbotron .control-pagination .inner .jumbo-pagination > span.swiper-pagination-bullet-active:after {
    width: 100%;
    height: 100%;
    border: 2px solid #fff; 
}
.jumbotron .control-pagination .inner .btn-area {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%); 
}
.jumbotron .control-pagination .inner .btn-area .btn-controls {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../images/main/ico_stop.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 10px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.jumbotron .control-pagination .inner .btn-area .btn-controls.start {
    background-image: url(../images/main/ico_play.png); 
}
.jumbotron .scroll-down {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%); 
}
.jumbotron .scroll-down .next-section {
    display: block;
    text-align: center; 
}
.jumbotron .scroll-down .next-section .mouse {
    position: relative;
    width: 35px;
    height: 48px;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 3px solid #fff;
    animation: bounce 1.3s ease infinite; 
}
.jumbotron .scroll-down .next-section .mouse:before {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 5px;
    height: 10px;
    content: '';
    border-radius: 10px;
    background-color: #fff;
    transform: translateX(-50%); 
}
.jumbotron .scroll-down .next-section > span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px; 
}

/* common */
.section-header {
    text-align: center; 
}
.section-header h3 {
    position: relative;
    display: block;
    font-size: 60px;
    color: #000;
    font-weight: bold;
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif; 
}
.section-header h3:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 23px;
    height: 6px;
    content: '';
    display: block;
    background-color: #17214d;
    transform: rotate(-45deg) translateX(-50%); 
}
.section-header p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    font-weight: 400;
    margin-top: 40px; 
}

/* business */
.business {
    position: relative;
    overflow: hidden;
    padding: 170px 0;
    background-image: url(../images/main/bg_business.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
}
.business:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    /*width: 42%;*/
    height: 100%;
    content: '';
    z-index: 2;
    transform: skewX(-9.5deg);
    background-color: #fff;
    overflow: hidden; 
}
.business:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    content: '';
    z-index: 2;
    background-color: #fff; 
}
.business .container {
    display: table;
    table-layout: fixed; 
}
.business .container > div {
    display: table-cell;
    vertical-align: top; 
}
.business .container > div.section-header {
    position: relative;
    right: 30px;
    z-index: 2;
    opacity: 0;
    width: 440px;
    text-align: left;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.business .container > div.section-header h3:before {
    left: 0;
    transform: rotate(-45deg); 
}
.business .container > div.section-header .btn-area {
    margin-top: 70px; 
}
.business .container > div.section-header .btn-area .btn-more {
    display: block;
    width: 220px;
    transform: skewX(-15deg);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #000; 
}
.business .container > div.section-header .btn-area .btn-more span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    padding: 0 36px;
    font-family: 'Montserrat', sans-serif;
    transform: skewX(15deg);
    background-image: url(../images/main/ico_arrow_more.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 36px) 50%;
    background-size: 11px auto; 
}
.business .container > div.section-header .btn-area .btn-more:hover {
    background-color: #17214d; 
}
.business .container > div.section-header .controls {
    margin-top: 126px; 
}
.business .container > div.section-header .controls > ul {
    font-size: 0; 
}
.business .container > div.section-header .controls > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top; 
}
.business .container > div.section-header .controls > ul > li button {
    display: block; 
	width: 14px;
	height: 24px;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 14px auto;
}
.business .container > div.section-header .controls > ul > li button.btn-business-prev {
	background-image: url(../images/main/ico_arrow_business_prev.png);
}
.business .container > div.section-header .controls > ul > li button.btn-business-next {
	background-image: url(../images/main/ico_arrow_business_next.png);
}
.business .container > div.section-header .controls > ul > li button.btn-business-prev:hover {
	background-image: url(../images/main/ico_arrow_business_prev_on.png);
}
.business .container > div.section-header .controls > ul > li button.btn-business-next:hover {
	background-image: url(../images/main/ico_arrow_business_next_on.png);
}


.business .container > div.section-header .controls > ul > li button img {
    display: block;
    max-width: 100%; 
}
.business .container > div.section-header .controls > ul > li:nth-of-type(1) {
    padding-right: 25px; 
}
.business .container > div.section-header .controls > ul > li:nth-of-type(1):after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background-color: #cecece;
    transform: translateY(-50%); 
}
.business .container > div.section-header .controls > ul > li:nth-of-type(2) {
    padding-left: 25px; 
}
.business .container > div.section-content {
    position: relative;
    opacity: 0;
    left: 30px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.business .container > div.section-content .business-slider {
    overflow: visible; 
}
.business .container > div.section-content .business-slider img {
    display: block;
    width: 100%; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: skewX(-9.5deg);
    box-shadow: 7px 11px 10px 0px rgba(0, 0, 0, 0.17); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a > img {
    height: 550px; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(9.5deg); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse > img {
    position: relative;
    display: block;
    width: 130%;
    height: 550px;
    margin-left: -16%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 60px; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0;
    display: block;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transform: translateX(-16%);
    background-color: rgba(0, 0, 0, 0.5); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align:hover {
    opacity: 1;
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align small {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align strong {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a:hover .reverse .details .v-align:before {
    opacity: 1; 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide.slide-1 > a .reverse > img {
    background-image: url(../images/main/bg_business_list01.png); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide.slide-2 > a .reverse > img {
    background-image: url(../images/main/bg_business_list02.png); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide.slide-3 > a .reverse > img {
    background-image: url(../images/main/bg_business_list03.png); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide.slide-4 > a .reverse > img {
    background-image: url(../images/main/bg_business_list04.png); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide.slide-5 > a .reverse > img {
    background-image: url(../images/main/bg_business_list05.png); 
}
.business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide.slide-6 > a .reverse > img {
    background-image: url(../images/main/bg_business_list06.png); 
}
.business.action .container > div.section-header {
    opacity: 1;
    right: 0; 
}
.business.action .container > div.section-content {
    opacity: 1;
    left: 0; 
}

/* products */
.products {
	overflow: hidden;
    padding: 120px 0 150px;
    background-image: url(../images/main/bg_products.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
}
.products .container .section-header {
    position: relative;
    top: -30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding-bottom: 55px; 
}
.products .container .section-content {
    position: relative;
    top: -30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; 
}
.products .container .section-content .tab-menu > ul {
    display: table;
    width: 460px;
    font-size: 0;
    margin: 0 auto;
    text-align: center;
    table-layout: fixed;
    border-bottom: 3px solid #e3e4e7; 
}
.products .container .section-content .tab-menu > ul > li {
    display: table-cell;
    vertical-align: top; 
}
.products .container .section-content .tab-menu > ul > li > a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding-bottom: 25px; 
}
.products .container .section-content .tab-menu > ul > li > a:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 3px;
    content: '';
    display: block;
    transform: translateX(-50%);
    background-color: #17214d;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.products .container .section-content .tab-menu > ul > li.active > a {
    color: #17214d; 
}
.products .container .section-content .tab-menu > ul > li.active > a:after {
    width: 100%; 
}
.products .container .section-content .tab-content {
    padding-top: 50px; 
}
.products .container .section-content .tab-content .tab-pane {
    position: relative;
    visibility: hidden;
    height: 0;
    opacity: 0; 
}
.products .container .section-content .tab-content .tab-pane .swiper {
    position: relative; 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a > figure {
    position: relative; 
	background-color: #fff;
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a > figure img {
    display: block;
    width: 100%; 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a > figure:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a > figure:after {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 90px;
    height: 90px;
    content: '';
    background-image: url(../images/main/ico_arrow_white_hover.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25px auto;
    border-radius: 50%;
    background-color: #17214d;
    transform: translate(-50%, -50%); 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a .details {
    background-color: #fff; 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a .details > p {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding: 0 60px 0 40px;
    line-height: 80px; 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a .details > p:after {
    position: absolute;
    top: 50%;
    right: 40px;
    display: block;
    width: 9px;
    height: 13px;
    content: '';
    background-image: url(../images/main/ico_arrow_more2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px auto;
    transform: translateY(-50%); 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a:hover > figure:before {
    opacity: 1; 
}
.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a:hover > figure:after {
    opacity: 1; 
}
.products .container .section-content .tab-content .tab-pane .controls > button {
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%); 
}
.products .container .section-content .tab-content .tab-pane .controls > button img {
    display: block;
    max-width: 100%; 
}
.products .container .section-content .tab-content .tab-pane .controls > button.prev {
    left: -100px; 
}
.products .container .section-content .tab-content .tab-pane .controls > button.next {
    right: -100px; 
}
.products .container .section-content .tab-content .tab-pane.active {
    visibility: visible;
    height: auto;
    opacity: 1; 
}
.products.action .container .section-header {
    top: 0;
    opacity: 1; 
}
.products.action .container .section-content {
    top: 0;
    opacity: 1; 
}

/* company-info */
.company-info {
    padding: 130px 0 150px; 
}
.company-info .container .section-header {
    position: relative;
    top: -30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding-bottom: 70px; 
}
.company-info .container .section-content {
    position: relative;
    top: -30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    text-align: center; 
}
.company-info .container .section-content > ul {
    display: table;
    width: 100%;
	font-size: 0;
    table-layout: fixed;
    border-bottom: 2px solid #ddd; 
}
.company-info .container .section-content > ul > li {
    display: table-cell;
    vertical-align: top; 
}
.company-info .container .section-content > ul > li > a {
    position: relative;
    display: block;
    padding-bottom: 80px; 
}
.company-info .container .section-content > ul > li > a:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 2px;
    display: block;
    content: '';
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transform: translateX(-50%);
    background-color: #17214d; 
}
.company-info .container .section-content > ul > li > a > figure img {
    display: block;
    max-width: 100%;
    margin: 0 auto; 
}
.company-info .container .section-content > ul > li > a > figure figcaption {
    padding-top: 30px; 
}
.company-info .container .section-content > ul > li > a > figure figcaption dl dt {
    font-size: 25px;
    color: #000;
    font-weight: bold; 
}
.company-info .container .section-content > ul > li > a > figure figcaption dl dd {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px; 
}
.company-info .container .section-content > ul > li > a:hover:after {
    width: 100%; 
}
.company-info.action .container .section-header {
    top: 0;
    opacity: 1; 
}
.company-info.action .container .section-content {
    top: 0;
    opacity: 1; 
}

/* inquiry */
.inquiry {
	overflow: hidden;
    padding: 110px 0 100px;
    background-image: url(../images/main/bg_inquiry.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
}
.inquiry .container .details small {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    left: 30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.inquiry .container .details h3 {
    font-size: 45px;
    line-height: 65px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
    left: 30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; 
}
.inquiry .container .details p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
    position: relative;
    left: 30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; 
}
.inquiry .container .details .btn-area {
    margin-top: 60px;
    position: relative;
    left: 30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; 
}
.inquiry .container .details .btn-area .btn-more {
    display: block;
    width: 220px;
    transform: skewX(-15deg);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #000; 
}
.inquiry .container .details .btn-area .btn-more span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    padding: 0 36px;
    font-family: 'Montserrat', sans-serif;
    transform: skewX(15deg);
    background-image: url(../images/main/ico_arrow_more.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 36px) 50%;
    background-size: 11px auto; 
}
.inquiry .container .details .btn-area .btn-more:hover {
    background-color: #17214d; 
}
.inquiry .container .details.action small {
    opacity: 1;
    left: 0; 
}
.inquiry .container .details.action h3 {
    opacity: 1;
    left: 0; 
}
.inquiry .container .details.action p {
    opacity: 1;
    left: 0; 
}
.inquiry .container .details.action .btn-area {
    opacity: 1;
    left: 0; 
}


@media (max-width: 1750px) {
    .business .container > div.section-content .business-slider {
        padding-left: 3%; 
    } 
}


@media (max-width: 1520px) {
    .business:before {
        width: 34%; 
    }
    .business:after {
        display: none; 
    }
    .business .container > div.section-content .business-slider {
        width: calc(100% + 15px);
        overflow: hidden;
        padding-left: 45px;
        margin-right: -15px; 
    } 
}



@media (max-width: 1440px) {
    .business {
        padding: 100px 0;
        background: none;
        background-color: #fff; 
    }
    .business:before {
        display: none; 
    }
    .business .container {
        display: block; 
    }
    .business .container > div {
        display: block;
        width: 100% !important; 
    }
    .business .container > div.section-header {
        position: relative;
        text-align: center;
        padding-bottom: 60px; 
    }
    .business .container > div.section-header h3:before {
        left: 50%;
        transform: translateX(-50%) rotate(-45deg); 
    }
    .business .container > div.section-header .btn-area {
        margin-top: 30px; 
    }
    .business .container > div.section-header .btn-area .btn-more {
        text-align: left;
        margin: 0 auto; 
    }
    .business .container > div.section-header .controls {
        position: absolute;
        bottom: 60px;
        right: 0;
        margin-top: 0; 
    }
    .business .container > div.section-content .business-slider {
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 0; 
    } 
}


@media (max-width: 1024px) {
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide {
        min-height: auto;
        height: 700px; 
    }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align small {
        font-size: 20px; 
    }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align h3 {
        font-size: 45px;
        line-height: 65px;
        margin-top: 30px; 
    }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px; 
    }
	.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align p br {
		display: none;
	}
    .jumbotron .control-pagination {
        bottom: 200px; 
    }
    .jumbotron .scroll-down {
        bottom: 50px; 
    } 

	.section-header h3 {
        font-size: 40px;
        padding-top: 25px; 
    }
    .section-header p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 28px; 
    } 

	.business {
        padding: 60px 0; 
    }
    .business .container > div.section-header {
		right: 0 !important;
		opacity: 1 !important;
        padding-bottom: 40px; 
    }
    .business .container > div.section-header h3 {
        font-size: 40px;
        padding-top: 20px; 
    }
    .business .container > div.section-header p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 28px; 
    }
    .business .container > div.section-header .btn-area .btn-more {
        width: 180px; 
    }
    .business .container > div.section-header .btn-area .btn-more span {
        padding: 0 20px;
        line-height: 50px;
        background-position: calc(100% - 20px) 50%; 
    }
    .business .container > div.section-header .controls {
        bottom: 40px;
        padding-bottom: 13px; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a {
        transform: skewX(-7deg); 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse {
        transform: skewX(7deg); 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align {
        padding-left: 20px; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align small {
        font-size: 14px; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align strong {
        font-size: 26px;
        margin-top: 10px; 
    } 

	.products {
        padding: 60px 0; 
    }
    .products .container .section-header {
        padding-bottom: 30px; 
    }
    .products .container .section-content .tab-menu > ul > li > a {
        font-size: 16px;
        padding-bottom: 15px; 
    }
    .products .container .section-content .tab-content {
        padding-top: 30px; 
    }
    .products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a .details p {
        font-size: 16px;
        padding: 0 40px 0 20px;
        line-height: 50px;
    } 
	.products .container .section-content .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide > a .details p:after {
		right: 20px;
	}

	.company-info {
        padding: 60px 0; 
    }
    .company-info .container .section-header {
        padding-bottom: 40px; 
    }
    .company-info .container .section-content > ul {
        text-align: center;
        width: calc(100% + 20px);
        margin: 0 -10px;
        border-bottom: 0; 
    }
    .company-info .container .section-content > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px; 
    }
    .company-info .container .section-content > ul > li > a {
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd; 
    }
    .company-info .container .section-content > ul > li > a > figure img {
        width: 100px; 
    }
    .company-info .container .section-content > ul > li > a > figure > figcaption {
        padding-top: 20px; 
    }
    .company-info .container .section-content > ul > li > a > figure > figcaption > dl > dd {
        margin-top: 20px; 
    }
    .company-info .container .section-content > ul > li:nth-of-type(2) ~ li {
        margin-top: 30px; 
    } 

	.inquiry {
        padding: 60px 0; 
    }
    .inquiry .container .details small {
        font-size: 18px; 
    }
    .inquiry .container .details h3 {
        font-size: 30px;
        line-height: 45px; 
    }
    .inquiry .container .details p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px; 
    }
    .inquiry .container .details .btn-area {
        margin-top: 30px; 
    } 
}


@media (max-width: 768px) {
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide {
        height: 500px; 
    }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align {
        padding-bottom: 20px; 
    }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align small {
        font-size: 14px; 
    }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align h3 {
        font-size: 25px;
        line-height: 35px;
        margin-top: 20px; 
    }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px; 
    }
    .jumbotron .control-pagination {
        bottom: 50px; 
    }
    .jumbotron .scroll-down {
        bottom: 20px;
        left: auto;
        right: 15px;
        transform: none; 
    }
    .jumbotron .scroll-down .next-section .mouse {
        width: 25px;
        height: 38px; 
    }
    .jumbotron .scroll-down .next-section .mouse:before {
        top: 6px;
        width: 3px;
        height: 5px; 
    }
    .jumbotron .scroll-down .next-section span {
        font-size: 12px;
        margin-top: 5px; 
    } 

	.section-header h3 {
        font-size: 30px; 
    } 

	.business .container > div.section-header h3 {
        font-size: 30px; 
    }
    .business .container > div.section-header p br {
        display: none; 
    }
    .business .container > div.section-header .btn-area .btn-more {
        margin: 0; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a > img {
        height: 450px; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse > img {
        height: 450px; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align {
        padding-left: 10px;
        padding-bottom: 30px; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align:before {
        opacity: 1; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide > a .reverse .details .v-align strong {
        font-size: 20px; 
    }
    .business .container > div.section-content .business-slider .swiper-wrapper .swiper-slide.swiper-slide-active > a .reverse .details .v-align:before {
        opacity: 0; 
    } 

	.products .container .section-content .tab-menu > ul {
        width: 100%; 
    } 

	.company-info .container .section-content > ul > li > a > figure figcaption > dl > dt {
        font-size: 20px; 
    }
    .company-info .container .section-content > ul > li > a > figure figcaption > dl > dd {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -1px; 
    }
    .company-info .container .section-content > ul > li:nth-of-type(2) ~ li {
        margin-top: 20px; 
    } 

	.inquiry {
        text-align: center;
        background-size: 300% 100%;
        background-position: 0 0; 
    }
    .inquiry .container .details small {
        font-size: 16px; 
    }
    .inquiry .container .details h3 {
        font-size: 25px;
        line-height: 40px; 
    }
    .inquiry .container .details .btn-area .btn-more {
        text-align: left;
        margin: 0 auto; 
    }
    .inquiry .container .details .btn-area .btn-more span {
        padding: 0 20px;
        line-height: 50px;
        background-position: calc(100% - 20px) 50%; 
    } 
}



