/* ***************  global *************** */
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url("/vn/assets/img/font/NanumSquareR.eot");
    src: url("/vn/assets/img/font/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("/vn/assets/img/font/NanumSquareR.woff2") format("woff2"), url("/vn/assets/img/font/NanumSquareR.woff") format("woff"), url("/vn/assets/img/font/NanumSquareR.ttf") format("truetype");
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url("/vn/assets/img/font/NanumSquareB.eot");
    src: url("/vn/assets/img/font/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("/vn/assets/img/font/NanumSquareB.woff2") format("woff2"), url("/vn/assets/img/font/NanumSquareB.woff") format("woff"), url("/vn/assets/img/font/NanumSquareB.ttf") format("truetype");
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url("/vn/assets/img/font/NanumSquareEB.eot");
    src: url("/vn/assets/img/font/NanumSquareEB.eot?#iefix") format("embedded-opentype"), url("/vn/assets/img/font/NanumSquareEB.woff") format("woff"), url("/vn/assets/img/font/NanumSquareEB.ttf") format("truetype");
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url("/vn/assets/img/font/NanumSquareL.eot");
    src: url("/vn/assets/img/font/NanumSquareL.eot?#iefix") format("embedded-opentype"), url("/vn/assets/img/font/NanumSquareL.woff") format("woff"), url("/vn/assets/img/font/NanumSquareL.ttf") format("truetype");
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 400;
    src: url("/vn/assets/img/font/notokr-regular.eot");
    src: url("/vn/assets/img/font/notokr-regular.eot?#iefix") format("embedded-opentype"), url("/vn/assets/img/font/notokr-regular.woff2") format("woff2"), url("/vn/assets/img/font/notokr-regular.woff") format("woff"), url("/vn/assets/img/font/notokr-regular.ttf") format("truetype"), url("/vn/assets/img/font/notokr-regular.svg#notokr-regular") format("svg");
}

@font-face {
    font-family: 'PretendardLight';
    font-weight: 400;
    src: url("/vn/assets/img/font/Pretendard-Light.woff2") format("woff2"), url("/vn/assets/img/font/Pretendard-Light.woff") format("woff");
}

@font-face {
    font-family: 'PretendardSemiBold';
    font-weight: 800;
    src: url("/vn/assets/img/font/Pretendard-SemiBold.woff2") format("woff2"), url("/vn/assets/img/font/Pretendard-SemiBold.woff") format("woff");
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: unset;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/*  ie-mac \*/
*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ie-mac */
/* *********** other ********** */
.effect {
    background-color: #000;
    filter: Alpha(opacity=35);
    opacity: 0.3;
    -moz-opacity: 0.3;
}

hr, summary {
    display: none;
}

/* link */
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* image */
img {
    border: 0;
    vertical-align: top;
}

/* define */
dl, dt, dd {
    margin: 0px;
    padding: 0px;
}

/* sentence */
div, p {
    padding: 0;
    margin: 0;
}

/* list */
ul, ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* form */
form {
    margin: 0;
    padding: 0;
}

form label, label {
    height: 19px;
    cursor: default;
    font-size: 100%;
}

select {
    font-size: 100%;
    vertical-align: middle;
    height: 20px;
    letter-spacing: 0px;
}

legend {
    display: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

/* table */
table {
    margin: 0px;
    padding: 0px;
    border-spacing: 0;
}

td {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}

.notable {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 0 solid;
}

th {
    font-weight: normal;
}

/* h */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* border */
.nobd {
    border: 0 !important;
}

/**********************
* variable
***********************/
/**********************
* mixins
***********************/
/**********************
* margin, padding, width, height util
***********************/
.mgr-0 {
    margin-right: 0px !important;
}

.mgr-5 {
    margin-right: 5px !important;
}

.mgr-10 {
    margin-right: 10px !important;
}

.mgr-15 {
    margin-right: 15px !important;
}

.mgr-20 {
    margin-right: 20px !important;
}

.mgr-25 {
    margin-right: 25px !important;
}

.mgr-30 {
    margin-right: 30px !important;
}

.mgr-35 {
    margin-right: 35px !important;
}

.mgr-40 {
    margin-right: 40px !important;
}

.mgr-45 {
    margin-right: 45px !important;
}

.mgr-50 {
    margin-right: 50px !important;
}

.mgl-0 {
    margin-left: 0px !important;
}

.mgl-5 {
    margin-left: 5px !important;
}

.mgl-10 {
    margin-left: 10px !important;
}

.mgl-15 {
    margin-left: 15px !important;
}

.mgl-20 {
    margin-left: 20px !important;
}

.mgl-25 {
    margin-left: 25px !important;
}

.mgl-30 {
    margin-left: 30px !important;
}

.mgl-35 {
    margin-left: 35px !important;
}

.mgl-40 {
    margin-left: 40px !important;
}

.mgl-45 {
    margin-left: 45px !important;
}

.mgl-50 {
    margin-left: 50px !important;
}

.mgb-0 {
    margin-bottom: 0px !important;
}

.mgb-5 {
    margin-bottom: 5px !important;
}

.mgb-10 {
    margin-bottom: 10px !important;
}

.mgb-15 {
    margin-bottom: 15px !important;
}

.mgb-20 {
    margin-bottom: 20px !important;
}

.mgb-25 {
    margin-bottom: 25px !important;
}

.mgb-30 {
    margin-bottom: 30px !important;
}

.mgb-35 {
    margin-bottom: 35px !important;
}

.mgb-40 {
    margin-bottom: 40px !important;
}

.mgb-45 {
    margin-bottom: 45px !important;
}

.mgb-50 {
    margin-bottom: 50px !important;
}

.mgt-0 {
    margin-top: 0px !important;
}

.mgt-5 {
    margin-top: 5px !important;
}

.mgt-10 {
    margin-top: 10px !important;
}

.mgt-15 {
    margin-top: 15px !important;
}

.mgt-20 {
    margin-top: 20px !important;
}

.mgt-25 {
    margin-top: 25px !important;
}

.mgt-30 {
    margin-top: 30px !important;
}

.mgt-35 {
    margin-top: 35px !important;
}

.mgt-40 {
    margin-top: 40px !important;
}

.mgt-45 {
    margin-top: 45px !important;
}

.mgt-50 {
    margin-top: 50px !important;
}

.pdt-0 {
    padding-top: 0px !important;
}

.pdt-5 {
    padding-top: 5px !important;
}

.pdt-10 {
    padding-top: 10px !important;
}

.pdt-15 {
    padding-top: 15px !important;
}

.pdt-20 {
    padding-top: 20px !important;
}

.pdt-25 {
    padding-top: 25px !important;
}

.pdt-30 {
    padding-top: 30px !important;
}

.pdt-35 {
    padding-top: 35px !important;
}

.pdt-40 {
    padding-top: 40px !important;
}

.pdt-45 {
    padding-top: 45px !important;
}

.pdt-50 {
    padding-top: 50px !important;
}

.pdt-55 {
    padding-top: 55px !important;
}

.pdt-60 {
    padding-top: 60px !important;
}

.pdt-70 {
    padding-top: 70px !important;
}

.pdt-80 {
    padding-top: 80px !important;
}

.pdt-90 {
    padding-top: 90px !important;
}

.pdt-100 {
    padding-top: 100px !important;
}

.pdb-0 {
    padding-bottom: 0px !important;
}

.pdb-5 {
    padding-bottom: 5px !important;
}

.pdb-10 {
    padding-bottom: 10px !important;
}

.pdb-15 {
    padding-bottom: 15px !important;
}

.pdb-20 {
    padding-bottom: 20px !important;
}

.pdb-25 {
    padding-bottom: 25px !important;
}

.pdb-30 {
    padding-bottom: 30px !important;
}

.pdb-35 {
    padding-bottom: 35px !important;
}

.pdb-40 {
    padding-bottom: 40px !important;
}

.pdb-45 {
    padding-bottom: 45px !important;
}

.pdb-50 {
    padding-bottom: 50px !important;
}

.pdb-55 {
    padding-bottom: 55px !important;
}

.pdb-60 {
    padding-bottom: 60px !important;
}

.pdl-0 {
    padding-left: 0px !important;
}

.pdl-5 {
    padding-left: 5px !important;
}

.pdl-10 {
    padding-left: 10px !important;
}

.pdl-15 {
    padding-left: 15px !important;
}

.pdl-20 {
    padding-left: 20px !important;
}

.pdl-25 {
    padding-left: 25px !important;
}

.pdl-30 {
    padding-left: 30px !important;
}

.pdl-35 {
    padding-left: 35px !important;
}

.pdl-40 {
    padding-left: 40px !important;
}

.pdl-45 {
    padding-left: 45px !important;
}

.pdl-50 {
    padding-left: 50px !important;
}

.pdl-55 {
    padding-left: 55px !important;
}

.pdl-60 {
    padding-left: 60px !important;
}

.pdr-0 {
    padding-right: 0px !important;
}

.pdr-5 {
    padding-right: 5px !important;
}

.pdr-10 {
    padding-right: 10px !important;
}

.pdr-15 {
    padding-right: 15px !important;
}

.pdr-20 {
    padding-right: 20px !important;
}

.pdr-25 {
    padding-right: 25px !important;
}

.pdr-30 {
    padding-right: 30px !important;
}

.pdr-35 {
    padding-right: 35px !important;
}

.pdr-40 {
    padding-right: 40px !important;
}

.pdr-45 {
    padding-right: 45px !important;
}

.pdr-50 {
    padding-right: 50px !important;
}

.pdr-55 {
    padding-right: 55px !important;
}

.pdr-60 {
    padding-right: 60px !important;
}

/**********************
* fallbox
***********************/
#fall-video {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#fall-video video {
    position: absolute;
    left: 0;
    top: 0;
}

#fall-video .fall-video-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 /*   background-image: url("");*/
}

/* fall nav */
#fall-nav {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* fake box */
.fake-box-contents {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0 auto;
}

.fake-box-inner {
    position: relative;
    left: -25px;
    top: 0;
    padding-left: 25px;
    margin: 0 auto;
}

/* fall scroll */
#fall-scroll {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1100px;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    #fall-scroll {
        position: relative;
        min-width: 100%;
    }
}

#fall-scroll .fall-section {
    z-index: 2;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*
@media screen and (max-width: 760px) {
    #fall-scroll .fall-section {
        position: relative;
        opacity: 1;
    }
}
*/

.fall-section-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.fall-section-scroll.hide-scroll {
    overflow: hidden;
}

.fall-section-scroll.fake-hide-scroll {
    overflow: hidden;
}

.fall-section-scroll .fall-container {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0 auto;
}

.fall-section-scroll .fall-container .fall-contents {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0 auto;
}

.fall-section-scroll .fall-container .fall-contents .fall-inner {
    position: relative;
    left: -25px;
    top: 0;
    min-height: 100%;
    padding-left: 25px;
    margin: 0 auto;
}

/* slide-horizontal */
#fall-scroll.slide-horizontal .fall-section.current {
    z-index: 20;
    opacity: 1;
    left: 0;
}

#fall-scroll.slide-horizontal .fall-section.prepare-prev {
    opacity: 1;
    left: -100%;
}

#fall-scroll.slide-horizontal .fall-section.prepare-next {
    opacity: 1;
    left: 100%;
}

#fall-scroll.slide-horizontal .fall-section.hide-prev {
    left: 100%;
}

#fall-scroll.slide-horizontal .fall-section.hide-next {
    left: -100%;
}

#fall-scroll.slide-horizontal .fall-section.show-prev {
    left: 0;
}

#fall-scroll.slide-horizontal .fall-section.show-next {
    left: 0;
}

/* slide-vertical */
#fall-scroll.slide-vertical .fall-section.current {
    z-index: 20;
    opacity: 1;
    top: 0;
}

#fall-scroll.slide-vertical .fall-section.prepare-prev {
    opacity: 1;
    top: -100%;
}

#fall-scroll.slide-vertical .fall-section.prepare-next {
    opacity: 1;
    top: 100%;
}

#fall-scroll.slide-vertical .fall-section.hide-prev {
    top: 100%;
}

#fall-scroll.slide-vertical .fall-section.hide-next {
    top: -100%;
}

#fall-scroll.slide-vertical .fall-section.show-prev {
    top: 0;
}

#fall-scroll.slide-vertical .fall-section.show-next {
    top: 0;
}

/* fade-scale */
#fall-scroll.fade-scale .fall-section.current {
    z-index: 5;
    opacity: 1;
    left: 0;
}

.fall-scale #fall-scroll.fade-scale .fall-section.prepare-prev {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
}

.fall-scale #fall-scroll.fade-scale .fall-section.prepare-next {
    transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
}

.fall-scale #fall-scroll.fade-scale .fall-section.hide-prev {
    opacity: 0;
    transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
}

.fall-scale #fall-scroll.fade-scale .fall-section.hide-next {
    opacity: 0;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
}

.fall-scale #fall-scroll.fade-scale .fall-section.show-prev {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.fall-scale #fall-scroll.fade-scale .fall-section.show-next {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/**********************
* utils
***********************/
div.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* 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;
}

div.flex-wrap {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    div.flex-wrap {
        width: 100%;
    }
}

div.paging-wrap {
    text-align: center;
    padding-top: 30px;
}

div.paging-wrap a {
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    background: #e7e7e7;
}

@media screen and (max-width: 1024px) {
    div.paging-wrap a {
        width: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

div.paging-wrap a.on {
    background: #ed6d00;
    color: #fff;
}

div.gnb-etc-menu {
    display: none;
    position: absolute;
    width: 90%;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

@media screen and (max-width: 1024px) {
    div.gnb-etc-menu {
        display: block;
    }
}

div.gnb-etc-menu ul.etcs-navi {
    width: 100%;
}

div.gnb-etc-menu ul.etcs-navi li {
    float: left;
    margin: 0 3.5%;
}

div.gnb-etc-menu ul.etcs-navi li > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #404648;
    cursor: pointer;
}

div.gnb-etc-menu ul.etcs-navi li:nth-child(1) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_1on.png");
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

div.gnb-etc-menu ul.etcs-navi li:nth-child(2) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_2on.png");
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

div.gnb-etc-menu ul.etcs-navi li:nth-child(3) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_3on.png");
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

div.gnb-etc-menu ul.etcs-navi li:nth-child(4) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_4on.png");
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

div.gnb-etc-menu.off ul.etcs-navi li > span {
    transform: scale(0);
}

@keyframes scroller {
    0% {
        top: 25px;
        opacity: 1;
    }
    100% {
        top: 32px;
        opacity: 0;
    }
}

@keyframes scroll-down {
    0% {
        bottom: -53px;
        opacity: 0;
    }
    99% {
        bottom: 53px;
        opacity: 1;
    }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
    display: none;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/**
  * AOS
  */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
    transform: scale(0.6);
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
    transform: scale(1.2);
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0);
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

/**********************
* layout
***********************/
#wrap.visible {
    visibility: visible;
}

div.wrapper {
    margin: 0 auto;
}

div.wrapper div.mobile-film {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
    div.wrapper div.mobile-film {
        display: block;
    }
    .weeds_news_wrap  div.mobile-film {display: none !important;}
    .weeds_news_wrap  div.mobile-film.on{display: block !important;}

}

div.wrapper div.mobile-film.on {
    opacity: 0.5;
    z-index: 6;
}

div.wrapper div.main-grid-width {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    div.wrapper div.main-grid-width {
        width: 100%;
    }
}

div.wrapper header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 12;
    border-bottom: 1px solid #b2b2b2;
}
div.header-rect {
    position: absolute;
    width: 115px;
    height: 59px;
    top: 79px;
    right: 240px;
    z-index: 12;
    background: url('/vn/assets/img/pc/header_triangle.png') 0 0 no-repeat;
}

@media screen and (max-width: 1120px) {
    div.wrapper header {
        width: 1120px;
    }
}


/*@media screen and (max-width: 760px) {
    div.wrapper header {
        width: 100%;
        height: 56px;
        background: #fff;
    }
    .header-rect{
        display: none;
    }
}*/

div.wrapper header h1 a {
    position: absolute;
    z-index: 10;
    top: 27px;
    width: 155px;
    height: 25px;
    background: url("/vn/assets/img/pc/logo_new.png") 0 0 no-repeat;
    text-indent: -9999px;
    /*transition: all 0.5s ease-in;*/
    cursor: pointer;
}

/*@media screen and (max-width: 760px) {
    div.wrapper header h1 {
        background: url("/vn/assets/img/pc/logo_black.png") 0 0 no-repeat;
        top: 20px;
        left: 50%;
        margin-left: -52px;
        background-size: 104px 14px;
        width: 104px;
        height: 14px;
    }
}*/

div.wrapper header nav {
    position: relative;
    text-align: right;
}

div.wrapper header nav a {
    position: relative;
    display: inline-block;
    /*color: #fff;*/
    color: #000;
    font-weight: 700;
    padding: 33px 34px;
    font-size: 17px;
}

div.wrapper header nav a::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background: #ff6c00;
    transition: all 0.3s ease-in;
    width: 0;
}

div.wrapper header nav a.on::before {
    width: 100%;
}

/*@media screen and (max-width: 760px) {
    div.wrapper header nav {
        position: fixed;
        top: 0px;
        right: -60%;
        width: 60%;
        height: 100%;
        text-align: left;
        background: transparent;
        padding-top: 56px;
        transition: right 0.3s ease-in;
    }
    div.wrapper header nav div.mobile {
        position: absolute;
        top: 56px;
        width: 100%;
        height: 100%;
        background: #fff;
        border-left: 1px solid #d1d1d1;
    }
    div.wrapper header nav a {
        position: relative;
        display: block;
        color: #fff;
        font-weight: 700;
        padding: 13px 10px;
        margin: 0 15px;
        font-size: 15px;
        border-bottom: 1px solid #bbbbbb;
    }
    div.wrapper header nav a.on::before {
        width: 0%;
    }
}*/

div.wrapper header a.btn-sitemap {
    position: absolute;
    width: 74px;
    height: 79px;
    right: 0px;
    top: 0px;
    border-left: 1px solid #b2b2b2;
    padding: 26px 0 0 25px;
}

@media screen and (max-width: 1270px) {
    div.wrapper header a.btn-sitemap {
        display: none;
    }
}

/*@media screen and (max-width: 760px) {
    div.wrapper header a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        padding: 17px 0 0 17px;
        z-index: 10;
    }
}*/

div.wrapper header a.btn-sitemap span {
    display: block;
    width: 28px;
    height: 3px;
    background: #000;
}

/*@media screen and (max-width: 760px) {
    div.wrapper header a.btn-sitemap span {
        position: absolute;
        width: 24px;
        height: 3px;
    }
}

@media screen and (max-width: 760px) {
    div.wrapper header a.btn-sitemap span:nth-child(1) {
        top: 16px;
        left: 16px;
        transition: all 0.3s ease-in;
    }
}*/

div.wrapper header a.btn-sitemap span:nth-child(2) {
    margin: 7px 0;
}

/*@media screen and (max-width: 760px) {
    div.wrapper header a.btn-sitemap span:nth-child(2) {
        margin: 0;
        top: 24px;
        left: 16px;
    }
}

@media screen and (max-width: 760px) {
    div.wrapper header a.btn-sitemap span:nth-child(3) {
        top: 32px;
        left: 16px;
        transition: all 0.3s ease-in;
    }
}*/

/*
div.wrapper header.on h1 {
  background: url("/vn/assets/img/pc/logo_black.png") 0 0 no-repeat;
}
*/

/*@media screen and (max-width: 760px) {
    div.wrapper header.on h1 {
        background-size: 104px 14px;
    }
}*/

div.wrapper header.on nav a {
    color: #000;
}

/*@media screen and (max-width: 760px) {
    div.wrapper header.on nav {
        right: 0%;
    }
}*/

div.wrapper header.on a.btn-sitemap {
    position: absolute;
    width: 74px;
    height: 79px;
    right: 0px;
    top: 0px;
    border-left: 1px solid #404648;
    padding: 26px 0 0 25px;
}

@media screen and (max-width: 1240px) {
    div.wrapper header.on a.btn-sitemap {
        display: none;
    }
}

/*@media screen and (max-width: 760px) {
    div.wrapper header.on a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        z-index: 10;
    }
}*/

div.wrapper header.on a.btn-sitemap span {
    display: block;
    width: 28px;
    height: 3px;
    background: #919293;
}

/*@media screen and (max-width: 760px) {
    div.wrapper header.on a.btn-sitemap span:nth-child(1) {
        top: 24px;
        left: 16px;
        transform: rotate(45deg);
    }
}*/

div.wrapper header.on a.btn-sitemap span:nth-child(2) {
    margin: 7px 0;
}

/*@media screen and (max-width: 760px) {
    div.wrapper header.on a.btn-sitemap span:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    div.wrapper header.on a.btn-sitemap span:nth-child(3) {
        top: 24px;
        left: 16px;
        transform: rotate(-45deg);
    }
}*/

div.wrapper header.active {
    background: #fff;
}

div.wrapper header.active h1 a{
    background: url("/vn/assets/img/pc/logo_new.png") 0 0 no-repeat;
}

@media screen and (max-width: 1120px) {
    div.wrapper header.active h1 a{
        margin-left: 20px;
    }
}

/*@media screen and (max-width: 760px) {
    div.wrapper header.active h1 {
        position: absolute;
        background: url("/vn/assets/img/pc/logo_black.png") 0 0 no-repeat;
        top: 20px;
        left: 50%;
        margin-left: -52px;
        background-size: 104px 14px;
        width: 104px;
        height: 14px;
    }
}*/

div.wrapper header.active nav a {
    color: #333;
}

div.wrapper div.submenus {
    visibility: hidden;
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    height: 320px;
    border-bottom: 1px solid #d1d1d1;
    z-index: 11;
    opacity: 0;
    background: #fff;
    transition: top 0.3s ease-in, opacity 0.5s ease-out, visibility 0.5s ease-out;
}

@media screen and (max-width: 1120px) {
    div.wrapper div.submenus {
        /*position: absolute;
        width: 1120px;*/
    }
}

@media screen and (max-width: 1024px) {
    div.wrapper div.submenus {
        display: none;
    }
}

div.wrapper div.submenus.on {
    visibility: visible;
    top: 0;
    opacity: 1;
    left: auto;
    right: 0;
}

div.wrapper div.submenus div.inner-menu {
    width: 1120px;
    margin: 0 auto;
    margin-top: 78px;
    padding-left: 240px;
    text-align: center;
}

div.wrapper div.submenus div.inner-menu ul {
    float: left;
    padding-top: 23px;
}

div.wrapper div.submenus div.inner-menu ul:nth-child(1) {
    width: 130px;
}

div.wrapper div.submenus div.inner-menu ul:nth-child(2) {
    width: 140px;
}

div.wrapper div.submenus div.inner-menu ul:nth-child(3) {
    width: 140px;
}

div.wrapper div.submenus div.inner-menu ul:nth-child(4) {
    width: 150px;
}

div.wrapper div.submenus div.inner-menu ul:nth-child(5) {
    width: 150px;
}

div.wrapper div.submenus div.inner-menu ul:nth-child(6) {
    width: 166px;
}

@media screen and (max-width: 1024px) {
    div.wrapper div.submenus div.inner-menu ul {
        float: none;
        width: 100% !important;
    }
}

div.wrapper div.submenus div.inner-menu ul li {
    padding-bottom: 10px;
}

div.wrapper div.submenus div.inner-menu ul li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
}

div.wrapper div.submenus div.inner-menu ul li a:hover {
    color: #ff6c00;
    font-size: 13px;
    font-weight: 700;
}

div.wrapper section {
    position: relative;
}

@media screen and (max-width: 1120px) {
    div.wrapper section {
        width: 1120px;
    }
}

@media screen and (max-width: 1024px) {
    div.wrapper section {
        width: 100%;
    }
    div.wrapper section p.navi {
        display: none;
    }
}

/*footer*/
footer{
    display: block;
    width: 100%;
    height: 250px;
    background-color: #2c2c2c;
    color: #fff;
    margin-top: 100px;
    position: unset;
}
footer .inner{
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
footer .inner .footer_logo{
    display: inline-block;
    width: 114px;
    height: 15px;
    text-align: center;
    float: left;
    background: url("../img/pc/logo_copy.png") 0 0 no-repeat;
    margin: 30px 0;
}
footer .inner .sitemap_wrap{
    display: inline-block;
    width: calc(100% - 160px);
    height: 170px;
    float: left;
    margin-left: 40px;
    padding: 20px 0;
}
footer .inner .sitemap_wrap .sitemap_wrap_inner{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth{
    display: inline-block;
    width: 20%;
    height: 100%;
    float: left;
    text-align: left;
}

.sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth .sitemap_onedepth_menu{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth .sitemap_onedepth_menu:hover{
    text-decoration: underline !important;
}
.sitemap_wrap_inner .sitemap_onedepth .sitemap_twodepth_menu{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.sitemap_onedepth .sitemap_twodepth_menu .sitemap_twodepth_link{
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
}
.sitemap_onedepth .sitemap_twodepth_menu .sitemap_twodepth_link:hover{
    text-decoration: underline !important;
}


footer .inner .footer_bottom{
    display: inline-block;
    width: 100%;
    height: 60px;
    float: left;
    border-top: 1px solid #fff;
    padding: 20px 0;
    position: relative;
}
footer .inner .footer_bottom .copy_right{
    display: inline-block;
    width: 240px;
    font-size: 11px;
    font-weight: 100;
    color: #cdcdcd;
    vertical-align: top;
}
footer .inner .footer_bottom .privacy_policy{
    display: inline-block;
    width: 100px;
    font-size: 11px;
    font-weight: 100;
    color: #cdcdcd;
    float: right;
    vertical-align: top;
}
footer .inner .footer_bottom .facebook_link{
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #cdcdcd;
    float: right;
    text-align: center;
    margin-top: -4px;
}
footer .inner .footer_bottom .linkedin_link{
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #cdcdcd;
    float: right;
    text-align: center;
    margin-right: 12px;
    margin-top: -4px;
}


/**********************
* globals
***********************/
*:focus {
    outline: none;
}

.border {
    border: 1px solid red;
}

.nobd {
    border: 0 !important;
}

.text-orange {
    color: #ed6c00 !important;
}
.text-gray {
    color: #ccc !important;
}

.bold {
    font-weight: 700 !important;
}

.eb {
    font-weight: 800 !important;
}

.ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input.input-normal {
    border: 1px solid #ccc;
    line-height: 46px;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    input.input-normal {
        font-size: 11px;
        line-height: 14px;
        padding: 12px;
    }
}

textarea.input-normal {
    border: 1px solid #ccc;
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

@media screen and (max-width: 1024px) {
    textarea.input-normal {
        font-size: 11px;
        padding: 12px;
        line-height: 18px;
    }
}

.btn-center {
    text-align: center;
    padding: 30px 0 0 0;
}

div.inner {
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    div.inner {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1024px) {
    div.inner {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1024px) {
    span.pc-rwd {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    span.rwd {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    div.rwd {
        display: block;
    }
}

.rwd-show {
    display: none;
}

@media screen and (max-width: 1024px) {
    .rwd-show {
        display: inline-block;
    }
}

.rwd-hide {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .rwd-hide {
        display: none;
    }
}

.rwd-hide-table {
    display: table-cell;
}

@media screen and (max-width: 1024px) {
    .rwd-hide-table {
        display: none;
    }
}

a.go-top {
    position: fixed;
    bottom: 5%;
    right: 10%;
    margin-left: 570px;
    z-index: 10;
    width: 65px;
    height: 65px;
    background: url("/vn/assets/img/pc/icon/icon_go_top.png") 0 0 no-repeat;
    background-size: 65px;
    text-indent: -9999px;
}

/****
* main visual
*/
div.main-visual {
    width: 100%;
    height: 100%;
}

#section2 div.product-visual {
    width: 100%;
    height: 100%;
}

/*@media screen and (max-width: 760px) {
    #section2 div.product-visual {
        height: 232px;
        margin-top: 200px;
    }
}*/

div.scene_bg {
    background: white;
}

div#section0 div.fall-contents {
    width: 100%;
    height: 100%;
}

div#section0 div.fall-contents div.typo-wrap {
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
}

div#section0 div.main-content-wrap {
    position: relative;
    width: 1120px;
    border: 1px solid red;
    height: 100%;
    margin: 0 auto;
}

div#section0 div.fall-contents .weeds-text strong.black {
    color: #000;
}
div#section0 div.fall-contents .weeds-text strong.black.a {
    display: block;
    font-size: 40px;
    margin-bottom: 120px;
}
div#section0 div.fall-contents .weeds-text strong.black.c {
    display: block;
    font-size: 35px;
    margin-bottom: 120px;
}
div#section0 div.fall-contents .weeds-text strong.black.d {
    display: block;
    font-size: 40px;
    margin-bottom: 120px;
}

div#section0 div.fall-contents .weeds-text {
    position: absolute;
    z-index: 10;
    font-size: 45px;
    color: #000;
    line-height: 55px;
    top: 50%; right: 65%;
    transform: translate(50%,-50%);
    font-family: 'PretendardLight';
    width: 100%;
    letter-spacing: -1.5px;
}
div#section0 div.fall-contents .weeds-text.a {
    left: 0%;
    right: auto;
    transform: translate(0%,-50%);
}
div#section0 div.fall-contents .weeds-text.c {
    font-size: 40px;
    left: 0%;
    right: auto;
    transform: translate(0%,-50%);
}
div#section0 div.fall-contents .weeds-text.d {
    font-size: 40px;
    left: 0%;
    right: auto;
    transform: translate(0%,-35%);
}
div#section0 div.fall-contents .weeds-text span {
    color: #ff6c00;
    font-family: 'PretendardSemiBold';
}
div#section0 div.fall-contents div.weeds-robot {
    position: absolute;
    z-index: 10;
    top: 50%; right: 25%;
    transform: translate(50%,-50%);
    width: 157px;
    height: 257px;
    background: url('/vn/assets/img/pc/weeds_robot.png') 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 85px 0 0 0;
}
div#section0 div.fall-contents div.weeds-robot.a {
    right: 25px;
    transform: translate(0%,-50%);
}
div#section0 div.fall-contents div.weeds-robot.c {
    right: 25px;
    transform: translate(0%,-50%);
}
div#section0 div.fall-contents div.weeds-robot.d {
    right: 25px;
    transform: translate(0%,-65%);
}

div#section0 div.fall-contents div.typo-wrap.typo-section0 p {
    position: absolute;
    width: 100%;
    opacity: 0;
    text-align: center;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section0 p.f {
    top: 200px;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -2px;
    color: #fff;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section0 p.f {
        top: 200px;
        font-size: 19px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section0 p.f.on {
    top: 175px;
    opacity: 1;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section0 p.s {
    top: 270px;
    font-size: 70px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 70px;
    color: #ff6c00;
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section0 p.s {
        top: 230px;
        font-size: 35px;
        line-height: 45px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section0 p.s.on {
    top: 230px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section0 p.s.on {
        top: 200px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section0 p.t {
    top: 335px;
    font-size: 16px;
    /*color: #fff;*/
    color: #000;
    padding-top: 14px;
    line-height: 22px;
    letter-spacing: 0;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section0 p.t {
        top: 280px;
        padding-top: 5px;
        line-height: 20px;
        font-size: 12px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section0 p.t.on {
    top: 300px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section0 p.t.on {
        top: 250px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p.f {
    top: 200px;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: -4px;
    line-height: 70px;
    color: #ff6c00;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section1 p.f {
        font-size: 29px;
        letter-spacing: -2px;
        line-height: 50px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p.f span {
    color: #fff;
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p.f.on {
    top: 175px;
    opacity: 1;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p.s {
    top: 280px;
    font-size: 58px;
    font-weight: 300;
    letter-spacing: -4px;
    color: #fff;
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section1 p.s {
        top: 245px;
        font-size: 29px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p.s.on {
    top: 240px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section1 p.s.on {
        top: 215px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p.t {
    top: 355px;
    font-size: 16px;
    color: #fff;
    padding-top: 14px;
    line-height: 22px;
    letter-spacing: 0;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section1 p.t {
        top: 285px;
        font-size: 12px;
        line-height: 20px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section1 p.t.on {
    top: 320px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section1 p.t.on {
        top: 255px;
    }
}

/* 임시로 section1 과 section2 가 변경*/
div#section0 div.fall-contents div.typo-wrap.typo-section2 p {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section2 p.f {
    top: 200px;
    font-size: 58px;
    font-weight: 300;
    letter-spacing: -4px;
    color: #fff;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section2 p.f {
        font-size: 29px;
        letter-spacing: -2px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section2 p.f.on {
    top: 175px;
    opacity: 1;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section2 p.s {
    top: 290px;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: -4px;
    line-height: 70px;
    color: #ff6c00;
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section2 p.s {
        top: 238px;
        font-size: 29px;
        letter-spacing: -2px;
        line-height: 50px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section2 p.s.on {
    top: 250px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section2 p.s.on {
        top: 208px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section2 p.t {
    top: 355px;
    font-size: 16px;
    color: #fff;
    padding-top: 14px;
    line-height: 22px;
    letter-spacing: 0;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section2 p.t {
        top: 290px;
        font-size: 12px;
        padding-top: 5px;
        line-height: 20px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section2 p.t.on {
    top: 320px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section2 p.t.on {
        top: 260px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section3 p {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section3 p.f {
    top: 200px;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: -4px;
    line-height: 70px;
    color: #ff6c00;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section3 p.f {
        font-size: 29px;
        letter-spacing: -2px;
        line-height: 50px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section3 p.f.on {
    top: 175px;
    opacity: 1;
    transform: scale(1);
}

div#section0 div.fall-contents div.typo-wrap.typo-section3 p.s {
    top: 275px;
    font-size: 58px;
    font-weight: 300;
    letter-spacing: -4px;
    color: #fff;
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section3 p.s {
        top: 250px;
        font-size: 29px;
        letter-spacing: -2px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section3 p.s.on {
    top: 235px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section3 p.s.on {
        top: 220px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section3 p.t {
    top: 350px;
    font-size: 16px;
    color: #fff;
    padding-top: 14px;
    line-height: 22px;
    letter-spacing: 0;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section3 p.t {
        top: 290px;
        font-size: 12px;
        line-height: 20px;
    }
}

div#section0 div.fall-contents div.typo-wrap.typo-section3 p.t.on {
    top: 315px;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.typo-wrap.typo-section3 p.t.on {
        top: 260px;
    }
}

div#section0 div.fall-contents div.scene_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 2;
}

div#section0 div.fall-contents div.scene_bg div.scroll-down {
    position: absolute;
    width: 77px;
    height: 86px;
    background: url("/vn/assets/img/pc/icon/icon_main_scroll_dark.png") 50% 50% no-repeat;
    z-index: 11;
    left: 50%;
    bottom: 53px;
    margin: 0 0 0 -38px;
    animation-name: scroll-down;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
}

@media screen and (max-width: 1024px) {
    div#section0 div.fall-contents div.scene_bg div.scroll-down {
        display: none;
    }
}

div#section0 div.fall-contents div.scene_bg div.scroll-down span.roller {
    position: absolute;
    width: 4px;
    height: 8px;
    background: #000;
    border-radius: 1px;
    left: 51%;
    top: 25px;
    margin-left: -2px;
    animation-name: scroller;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}

div#section0 .swiper-slide.visual-1 div {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    /*background: url("/vn/assets/img/pc/main_visual_1.jpg") 50% 50% no-repeat;*/
    background: none;
    background-size: cover;
    transform: scale(1.15);
    transition: transform 1s ease;
}

div#section0 .swiper-slide.visual-1.swiper-slide-active div {
    transform: scale(1);
    transition: transform 6s ease;
}

div#section0 .swiper-slide.visual-2 div {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url("/vn/assets/img/pc/main_visual_2.jpg") 50% 50% no-repeat;
    background-size: cover;
    transform: scale(1.15);
    transition: transform 1s ease;
}

div#section0 .swiper-slide.visual-2.swiper-slide-active div {
    transform: scale(1);
    transition: transform 6s ease;
}

div#section0 .swiper-slide.visual-3 div {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url("/vn/assets/img/pc/main_visual_3.jpg") 50% 50% no-repeat;
    background-size: cover;
    transform: scale(1.15);
    transition: transform 1s ease;
}

div#section0 .swiper-slide.visual-3.swiper-slide-active div {
    transform: scale(1);
    transition: transform 6s ease;
}

div#section0 .swiper-slide.visual-4 div {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url("/vn/assets/img/pc/main_visual_4.jpg") 50% 50% no-repeat;
    background-size: cover;
    transform: scale(1.15);
    transition: transform 1s ease;
}

div#section0 .swiper-slide.visual-4.swiper-slide-active div {
    transform: scale(1);
    transition: transform 6s ease;
}

div#section0 .swiper-slide.visual-5 div {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url("/vn/assets/img/pc/main_visual_5.jpg") 50% 50% no-repeat;
    background-size: cover;
    transform: scale(1.15);
    transition: transform 1s ease;
}

div#section0 .swiper-slide.visual-5.swiper-slide-active div {
    transform: scale(1);
    transition: transform 6s ease;
}

div#section0 .swiper-button-prev,
div#section0 .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 49px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 26px 49px;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    div#section0 .swiper-button-prev,
    div#section0 .swiper-button-next {
        top: 65%;
        width: 18px;
    }
}

div#section0 .swiper-button-prev {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_left.png");
    left: 150px;
    right: auto;
}

@media screen and (max-width: 1024px) {
    div#section0 .swiper-button-prev {
        left: 25px;
        background-size: 18px auto;
    }
}

div#section0 .swiper-button-next {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_right.png");
    right: 200px;
    left: auto;
}

@media screen and (max-width: 1024px) {
    div#section0 .swiper-button-next {
        right: 25px;
        background-size: 18px auto;
    }
}

@media screen and (max-width: 1024px) {
    div#section100 div.fall-container {
        height: 900px !important;
    }
}

div#section100 div.fall-contents {
    width: 100%;
    height: 100%;
}

div#section100 div.fall-contents div.scene_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/vn/assets/img/pc/main_section_1.jpg") 0 0 no-repeat;
    background-size: cover;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    div#section100 div.fall-contents div.scene_bg {
        background-image: none;
    }
}

div#section100 div.fall-contents div.scene_bg div.inner-content {
    text-align: center;
}

div#section100 div.fall-contents div.scene_bg div.inner-content p.tit {
    font-size: 76px;
    color: #ff6c00;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -4px;
    padding: 120px 0 35px 0;
}

@media screen and (max-width: 1024px) {
    div#section100 div.fall-contents div.scene_bg div.inner-content p.tit {
        font-size: 34px;
        line-height: 35px;
        letter-spacing: -2px;
        padding: 60px 0 20px 0;
    }
}

div#section100 div.fall-contents div.scene_bg div.inner-content p.tit span {
    color: #000;
    font-size: 58px;
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
    div#section100 div.fall-contents div.scene_bg div.inner-content p.tit span {
        font-size: 28px;
    }
}

div#section100 div.fall-contents div.scene_bg div.inner-content ul li {
    position: relative;
    float: left;
    width: 18.6%;
    margin-right: 1.3%;
    padding-top: 42px;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    div#section100 div.fall-contents div.scene_bg div.inner-content ul li {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 22px;
        height: 350px;
    }
    div#section100 div.fall-contents div.scene_bg div.inner-content ul li:nth-child(3) {
        padding-top: 50px;
    }
    div#section100 div.fall-contents div.scene_bg div.inner-content ul li:nth-child(4) {
        padding-top: 50px;
    }
}

div#section100 div.fall-contents div.scene_bg div.inner-content ul li:last-child {
    margin-right: 0;
}

div#section100 div.fall-contents div.scene_bg div.inner-content ul li:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 50%;
    border-top: 0px solid #d1d1d1;
    width: 37px;
    margin-left: -17px;
}

div#section100 div.fall-contents div.scene_bg div.inner-content ul li p.f {
    font-size: 19px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 12px;
}

@media screen and (max-width: 1024px) {
    div#section100 div.fall-contents div.scene_bg div.inner-content ul li p.f {
        font-size: 16px;
        padding-top: 20px;
    }
}

div#section100 div.fall-contents div.scene_bg div.inner-content ul li p.s {
    font-size: 13px;
    color: #888;
    line-height: 21px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    div#section100 div.fall-contents div.scene_bg div.inner-content ul li p.s {
        height: 92px;
        padding-bottom: 0px;
    }
}

div#section100 div.fall-contents div.scene_bg div.inner-content ul li div.logo {
    box-shadow: 0px 0px 0px #e5e5e5;;
}

div#section100 div.fall-contents div.scene_bg div.inner-content ul li div.logo img {
    padding:24px 0 16px 0px;
}

/*@media screen and (max-width: 760px) {
    div#section1 div.fall-container {
        height: 530px !important;
    }
}*/

div#section1 div.fall-contents {
    width: 100%;
    height: 100%;
}

div#section1 div.fall-contents div.scene_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/vn/assets/img/pc/main_section_2.jpg") 0 -28px no-repeat;
    background-size: cover;
    z-index: 2;
}

/*@media screen and (max-width: 760px) {
    div#section1 div.fall-contents div.scene_bg {
        background: url("/vn/assets/img/pc/main/mobile_main_number.png") 0 100% no-repeat;
        background-size: 100% auto;
    }
}*/

div#section1 div.fall-contents div.scene_bg div.inner-content {
    text-align: center;
}

div#section1 div.fall-contents div.scene_bg div.inner-content p.tit {
    font-size: 64px;
    color: #ff6c00;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -4px;
    padding: 120px 0 0 0;
}

/*@media screen and (max-width: 760px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content p.tit {
        padding: 40px 0 0 0;
        font-size: 32px;
        line-height: 32px;
    }
}*/

div#section1 div.fall-contents div.scene_bg div.inner-content p.tit span {
    color: #000;
    font-size: 48px;
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content p.tit span {
        font-size: 24px;
    }
}

div#section1 div.fall-contents div.scene_bg div.inner-content p.s-tit {
    font-size: 17px;
    color: #393939;
    padding: 14px 0 0 0;
    line-height: 24px;
}

/*@media screen and (max-width: 760px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content p.s-tit {
        font-size: 13px;
        line-height: 20px;
        padding: 14px 30px 0 30px;
    }
}*/

div#section1 div.fall-contents div.scene_bg div.inner-content div.count {
    position: relative;
    margin-top: 50px;
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.count p.cnt-number {
    position: absolute;
    width: 100%;
    height: 100%;
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.count p.cnt-number span.num-wrap {
    display: inline-block;
    width: 220px;
    height: 152px;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -3px;
    color: #fff;
    padding-top: 100px;
}
div#section1 div.fall-contents div.scene_bg div.inner-content div.count .cnt_txt{
    position: absolute;
    width: 733px;
    height: 100%;
    left: 50%;
    margin-left: -366px;
}
div#section1 div.fall-contents div.scene_bg div.inner-content div.count .cnt_txt .cnt_txt_inner{
    display: inline-block;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 48px;
    left: 10px;
}
div#section1 div.fall-contents div.scene_bg div.inner-content div.count .cnt_txt .cnt_txt_inner.txt02{
    left: 320px;
}
div#section1 div.fall-contents div.scene_bg div.inner-content div.count .cnt_txt .cnt_txt_inner.txt03{
    left: 620px;
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.count p.cnt-number span.num-wrap:nth-child(2) {
    margin: 0 92px;
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area {
    text-align: center;
    padding-top: 30px;
}

@media screen and (max-width: 1024px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area {
        padding-top: 15px;
    }
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div {
    display: inline-block;
    width: 27.5%;
    color: #fff;
    padding: 60px 20px 5px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1024px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div {
        display: block;
        width: 100%;
        padding: 0px 25px 0px 25px;
        border: 0;
    }
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div:nth-child(1) {
    background: url("/vn/assets/img/pc/main/main_client_1.png") 50% 20px no-repeat;
}

@media screen and (max-width: 1024px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div:nth-child(1) {
        height: 300px;
        background: url("/vn/assets/img/pc/main/mobile_main_number_1_ko.png") 50% 20px no-repeat;
        background-size: auto 92%;
    }
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div:nth-child(2) {
    margin: 0 0.8%;
    background: url("/vn/assets/img/pc/main/main_client_2.png") 50% 20px no-repeat;
}

@media screen and (max-width: 1024px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div:nth-child(2) {
        height: 300px;
        background: url("/vn/assets/img/pc/main/mobile_main_number_2_ko.png") 50% 20px no-repeat;
        background-size: auto 92%;
    }
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div:nth-child(3) {
    background: url("/vn/assets/img/pc/main/main_client_3.png") 50% 22px no-repeat;
}

@media screen and (max-width: 1024px) {
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div:nth-child(3) {
        height: 300px;
        background: url("/vn/assets/img/pc/main/mobile_main_number_3_ko.png") 50% 20px no-repeat;
        background-size: auto 92%;
    }
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div.number-1 {
    height: 300px;
    background: url("/vn/assets/img/pc/main/mobile_main_number_1_En.png") 50% 20px no-repeat;
    background-size: auto 92%;
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div.number-2 {
    height: 300px;
    background: url("/vn/assets/img/pc/main/mobile_main_number_2_En.png") 50% 20px no-repeat;
    background-size: auto 92%;
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div.number-3 {
    height: 300px;
    background: url("/vn/assets/img/pc/main/mobile_main_number_3_En.png") 50% 20px no-repeat;
    background-size: auto 92%;
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div p.f {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div p.s {
    font-size: 14px;
    padding: 16px 0px;
    line-height: 22px;
    word-break: keep-all;
}

div#section1 .swiper-button-prev,
div#section1 .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 49px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 26px 49px;
    background-position: center;
    background-repeat: no-repeat;
}

/*
@media screen and (max-width: 760px) {
    div#section1 .swiper-button-prev,
    div#section1 .swiper-button-next {
        top: 76%;
        width: 18px;
    }
}
*/

div#section1 .swiper-button-prev {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_left.png");
    left: 150px;
    right: auto;
}

/*@media screen and (max-width: 760px) {
    div#section1 .swiper-button-prev {
        left: 15px;
        background-size: 18px auto;
    }
}*/

div#section1 .swiper-button-next {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_right.png");
    right: 200px;
    left: auto;
}

/*
@media screen and (max-width: 760px) {
    div#section1 .swiper-button-next {
        right: 15px;
        background-size: 18px auto;
    }
}
*/

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-container {
        height: 432px !important;
    }
}*/

div#section2 div.fall-contents {
    width: 100%;
    height: 100%;
}

div#section2 div.fall-contents div.scene_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    background-size: cover;
    z-index: 2;
}

div#section2 div.fall-contents div.scene_bg div.product-navi {
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
}

div#section2 div.fall-contents div.scene_bg div.product-navi p.tit {
    font-size: 85px;
    font-weight: 800;
    line-height: 76px;
    letter-spacing: -4px;
    padding: 120px 0 0 0;
}

@media screen and (max-width: 1024px) {
    div#section2 div.fall-contents div.scene_bg div.product-navi p.tit {
        padding: 40px 0 0 0;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -2px;
    }
}

div#section2 div.fall-contents div.scene_bg div.product-navi p.tit span {
    color: #000;
    font-size: 62px;
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
    div#section2 div.fall-contents div.scene_bg div.product-navi p.tit span {
        font-size: 24px;
    }
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab {
    padding-top: 60px;
}

@media screen and (max-width: 1024px) {
    div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab {
        padding-top: 30px;
    }
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab span.blank {
    display: inline-block;
    width: 110px;
    height: 10px;
    background: url("/vn/assets/img/pc/main/main_product_dot.png") 50% 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab span.blank {
        width: 20px;
    }
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a {
        font-size: 13px;
    }
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.a {
    color: #ff6c00;
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.a:after {
    border-bottom: 2px solid #ff6c00;
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.b {
    color: #c42654;
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.b:after {
    border-bottom: 2px solid #c42654;
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.c {
    color: #8fb320;
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.c:after {
    border-bottom: 2px solid #8fb320;
}

div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.on:after {
    position: absolute;
    content: '';
    width: 30px;
    left: 50%;
    top: 35px;
    margin: 0 0 0 -15px;
}

@media screen and (max-width: 1024px) {
    div#section2 div.fall-contents div.scene_bg div.product-navi div.product-tab a.on:after {
        top: 25px;
    }
}

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos {
    position: absolute;
    width: 1120px;
    bottom: 90px;
    left: 45%;
    margin-left: -560px;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos {
        width: 100%;
        bottom: 20px;
        left: 40px !important;
        margin-left: 0px;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area {
    text-align: left;
    color: #fff;
}

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-1 {
    font-size: 78px;
    font-weight: 800;
    line-height: 70px;
    padding-bottom: 20px;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-1 {
        font-size: 30px;
        font-weight: 800;
        line-height: 30px;
        padding-bottom: 10px;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-2 {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 30px;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-2 {
        font-size: 14px;
        padding-bottom: 15px;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 30px;
}
div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.mobile-text-3{
    display: none;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3 {
        font-size: 11px;
        line-height: 18px;
        padding-bottom: 15px;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area a.learn-more {
    display: inline-block;
    width: 135px;
    height: 40px;
    font-size: 14px;
    padding: 10px 0 0 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2) url("/vn/assets/img/pc/icon/icon_learn_more.png") 100px 50% no-repeat;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area a.learn-more {
        font-size: 12px;
        width: 100px;
        height: 24px;
        padding: 5px 0 0 12px;
        background: rgba(255, 255, 255, 0.2) url("/vn/assets/img/pc/icon/icon_learn_more.png") 70px 65% no-repeat;
        background-size: 16px auto;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.image-area {
    position: absolute;
    bottom: -60px;
    right: -200px;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos.on {
    left: 50%;
    opacity: 1;
}

div#section2 div.fall-contents div.scene_bg div.product-visual div.infos.on div.image-area {
    right: 0px;
    opacity: 1;
}

div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-1 div.visual-wrap {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url("/vn/assets/img/pc/product_bg_1.jpg") 50% 50% no-repeat;
    background-size: cover;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-1 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_1.png") 50% 50% no-repeat;
        height: 232px;
        background-size: 100% auto;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-2 div.visual-wrap {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url("/vn/assets/img/pc/product_bg_2.jpg") 50% 50% no-repeat;
    background-size: cover;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-2 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_2.png") 50% 50% no-repeat;
        height: 232px;
        background-size: 100% auto;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-3 div.visual-wrap {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url("/vn/assets/img/pc/product_bg_3.jpg") 50% 50% no-repeat;
    background-size: cover;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-3 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_3.png") 50% 50% no-repeat;
        height: 232px;
        background-size: 100% auto;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-prev,
div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-next {
    position: absolute;
    top: 72%;
    width: 29px;
    height: 55px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 29px 55px;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-prev,
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-next {
        width: 14px;
        background-size: 14px auto;
    }
}

div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-prev {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_product_left.png");
    left: 7%;
    right: auto;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-prev {
        left: 3%;
    }
}*/

div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-next {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_product_right.png");
    right: 7%;
    left: auto;
}

/*@media screen and (max-width: 760px) {
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-next {
        right: 3%;
    }
}*/

@media screen and (max-width: 1024px) {
    div#section4 div.fall-container {
        height: 600px !important;
    }
}

div#section4 div.fall-contents {
    width: 100%;
    height: 100%;
}

div#section4 div.fall-contents div.scene_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/vn/assets/img/pc/main_section_4.jpg") 0 0 no-repeat;
    background-size: cover;
    z-index: 2;
}

div#section4 div.fall-contents div.scene_bg div.inner-content {
    text-align: center;
}

div#section4 div.fall-contents div.scene_bg div.inner-content p.tit {
    font-size: 76px;
    color: #ff6c00;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -4px;
    padding: 150px 0 12px 0;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content p.tit {
        padding: 60px 0 0 0;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -2px;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content p.tit span {
    color: #000;
}

div#section4 div.fall-contents div.scene_bg div.inner-content p.t1 {
    font-size: 38px;
    font-weight: 300;
    padding-bottom: 6px;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content p.t1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 2px;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content p.t2 {
    font-size: 20px;
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content p.t2 {
        font-size: 13px;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content span.plus {
    display: block;
    padding: 34px 0;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content span.plus {
        padding: 20px 0;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client {
    height: 147px;
    margin-bottom: 70px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client {
        margin-bottom: 35px;
        padding: 0 10px;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client div.swiper-slide {
    background: #fff;
    border: 1px solid #c8c8c8;
    box-shadow: 2px 2px 0px #d2d2d2;
    text-indent: -9999px;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client div.swiper-slide.logo1-1 {
    background: #fff url("/vn/assets/img/pc/logo/logo_1.png") 50% 50% no-repeat;
    background-size: 80% auto;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client div.swiper-slide.logo1-2 {
    background: #fff url("/vn/assets/img/pc/logo/logo_2.png") 50% 50% no-repeat;
    background-size: 80% auto;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client div.swiper-slide.logo1-3 {
    background: #fff url("/vn/assets/img/pc/logo/logo_3.png") 50% 50% no-repeat;
    background-size: 80% auto;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client div.swiper-slide.logo1-4 {
    background: #fff url("/vn/assets/img/pc/logo/logo_4.png") 50% 50% no-repeat;
    background-size: 80% auto;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-prev,
div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-next {
    position: absolute;
    top: 70px;
    width: 25px;
    height: 49px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 25px 49px;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-prev,
    div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-next {
        width: 15px;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-pagination-fraction {
    width: 1120px;
    bottom: auto;
    left: 50%;
    margin: -170px 0 0 -560px;
    text-align: right;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-prev {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_client_left.png");
    left: -5%;
    right: auto;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-prev {
        left: 15px;
        background-size: 100% auto;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-next {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_client_right.png");
    right: -5%;
    left: auto;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content div.our-client .swiper-button-next {
        right: 15px;
        background-size: 100% auto;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list {
    text-align: left;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list span.tit {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list span.tit {
        font-size: 16px;
        padding: 0 15px 10px 15px;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li {
    padding: 25px 33px;
    border: 1px solid #c8c8c8;
    background: #fff url("/vn/assets/img/pc/main/main_icon_plus.png") 98% 50% no-repeat;
    margin-bottom: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #d9d9d9;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li {
        padding: 15px 17px;
        background-size: 15px auto;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li:hover {
    border: 1px solid #333;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li p.subject {
    font-size: 21px;
    color: #000;
}

@media screen and (max-width: 1024px) {
    div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li p.subject {
        font-size: 13px;
    }
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li p.subject span.news {
    color: #146197;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li p.subject span.other {
    color: #ff6c00;
}

div#section4 div.fall-contents div.scene_bg div.inner-content div.news-list ul li span.date {
    display: block;
    padding-top: 7px;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-inner {
        left: 0;
        padding-left: 0;
    }
}

div#section5 div.fall-contents {
    width: 100%;
    height: 100%;
}

div#section5 div.fall-contents div.scene_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/vn/assets/img/pc/main_section_5.jpg") 0 0 no-repeat;
    background-size: cover;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg {
        background-image: none;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content {
    text-align: center;
}

div#section5 div.fall-contents div.scene_bg div.inner-content p.tit {
    font-size: 76px;
    color: #ff6c00;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -4px;
    padding: 150px 0 0 0;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content p.tit {
        padding: 40px 0 0 0;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -2px;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content p.tit span {
    color: #000;
}

div#section5 div.fall-contents div.scene_bg div.inner-content p.t1 {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 0px;
    line-height: 24px;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content p.t1 {
        font-size: 12px;
        line-height: 18px;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content p.t2 {
    font-size: 22px;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content p.t2 {
        font-size: 16px;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form {
    width: 705px;
    margin: 130px auto 0 auto;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form {
        width: 94%;
        margin: 30px auto 0 auto;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form p.form-name {
    height: 52px;
    border: 1px solid #000;
    background: #fff url("/vn/assets/img/pc/main/main_contact_1.png") 18px 50% no-repeat;
    margin-bottom: 10px;
    box-shadow: 2px 2px 7px #333;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form p.form-name {
        box-shadow: 2px 2px 7px #fff;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form p.form-mail {
    height: 52px;
    border: 1px solid #000;
    background: #fff url("/vn/assets/img/pc/main/main_contact_2.png") 18px 50% no-repeat;
    margin-bottom: 10px;
    box-shadow: 2px 2px 7px #333;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form p.form-mail {
        box-shadow: 2px 2px 7px #fff;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form div.form-content {
    height: 215px;
    border: 1px solid #000;
    background: #fff url("/vn/assets/img/pc/main/main_contact_3.png") 18px 15px no-repeat;
    margin-bottom: 10px;
    box-shadow: 2px 2px 7px #333;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form div.form-content {
        box-shadow: 2px 2px 7px #fff;
    }
}

div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form a.send-btn {
    display: block;
    height: 52px;
    font-size: 16px;
    text-align: center;
    background: #ff6c00;
    color: #fff;
    border: 1px solid #000;
    box-shadow: 2px 2px 7px #333;
    padding-top: 15px;
}

@media screen and (max-width: 1024px) {
    div#section5 div.fall-contents div.scene_bg div.inner-content div.contact-form a.send-btn {
        box-shadow: 2px 2px 7px #fff;
    }
}

div#section5 div.copyright {
    width: 100%;
    height: 200px;
    background: #2c2c2c;
    z-index: 5;
    letter-spacing: 0;
}

div#section5 div.copyright div.inner {
    width: 1120px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

@media screen and (max-width: 1024px) {
    div#section5 div.copyright div.inner {
        font-size: 11px;
    }
}

div#section5 div.copyright div.inner div.address {
    border-bottom: 1px solid #000;
    padding: 20px 0;
}

div#section5 div.copyright div.inner div.address div.f {
    float: left;
    width: 50%;
    background: url("/vn/assets/img/pc/logo_copy.png") 0 0 no-repeat;
    padding-top: 24px;
}

div#section5 div.copyright div.inner div.address div.s {
    float: right;
    width: 50%;
    text-align: right;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn {
    float: right;
    margin-top: 12px;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn li {
    float: left;
    margin-left: 8px;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #2c2c2c;
    border: 2px solid #c3c3c3;
    border-radius: 50%;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn li:nth-child(1) a {
    background: url("/vn/assets/img/pc/icon/icon_copyright_1.png") 50% 50% no-repeat;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn li:nth-child(2) a {
    background: url("/vn/assets/img/pc/icon/icon_copyright_2.png") 50% 50% no-repeat;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn li:nth-child(3) a {
    background: url("/vn/assets/img/pc/icon/icon_copyright_3.png") 50% 50% no-repeat;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn li:nth-child(4) a {
    background: url("/vn/assets/img/pc/icon/icon_copyright_4.png") 50% 50% no-repeat;
}

div#section5 div.copyright div.inner div.address div.s ul.copy-btn li:last-child a {
    border: 2px solid #ff6c00;
    background: url("/vn/assets/img/pc/icon/icon_copyright_5.png") 50% 50% no-repeat;
}

div#section5 div.copyright div.inner div.copy-info {
    border-top: 1px solid #4b4b4b;
    padding: 20px 0;
    font-size: 11px;
}

div#section5 div.copyright div.inner div.copy-info div.f {
    float: left;
    width: 50%;
}

div#section5 div.copyright div.inner div.copy-info div.f span {
    color: #ff6c00;
}

div#section5 div.copyright div.inner div.copy-info div.s {
    float: right;
    width: 50%;
    text-align: right;
}

aside.main-aside {
    position: fixed;
    right: 0;
    width: 74px;
    height: 100%;
    border-left: 1px solid #b2b2b2;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    aside.main-aside {
        display: none;
    }
}

aside.main-aside div#productNavi {
    position: fixed;
    top: 50%;
    right: 49px;
    margin: -365px 0 0 0;
    z-index: 5;
}

aside.main-aside div#productNavi ul.product-navi li {
    position: relative;
    padding: 10px 0;
    width: 200px;
    text-align: right;
}

aside.main-aside div#productNavi ul.product-navi li:nth-child(1) a {
    background: #b2b2b2 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAZCAYAAAAxFw7TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjBFNDBDODVDNDdBMTFFOUI5RTRDNEU1M0UxNTY0N0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjBFNDBDODZDNDdBMTFFOUI5RTRDNEU1M0UxNTY0N0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMEU0MEM4M0M0N0ExMUU5QjlFNEM0RTUzRTE1NjQ3RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMEU0MEM4NEM0N0ExMUU5QjlFNEM0RTUzRTE1NjQ3RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PueUDMMAAAGRSURBVHjarJXPSgJRFIevk5CCxQQFhW+QewUXCj6B7VwEgqvZ5LoQJAjqAVzM69QiaJWrQjBoKxbMgAtNkOl37TdxuTVzJ5sDn8Oce87n/GHuEUEQiBgyoAmGpMlcZE/UggVa4An44Ir4zLVYYxRmQRs8Aw9cAltZt5nzWNNmzw/hLuiCVzAF56AQc2sF1kzZ06VjLXTBDIzBGcgbnqtKnj1jOlyZlNExPewEL086Akt8xSMIxOYR0CGshA11YoxsQuEJj3emQkukHKFwkYJrod5yTlvcAVvK+TaPtpJbgZlynlOF6rOUTe+aMAxHE+4DX3XIHw8cKIWyYE8T3vB4EXOF0uFJ4QQcaVcy084/lD+LCumYyJcyAscpvBTpGEnhPaimIKyuXfj8SmAFijHfap1ErRfpKIWJWzD4x+YwoON7P6yAJahtIKuxt6Lv2D3wBsp/kJXZ04saAddgDhzD/phhzZw9sUPqlMPoATR+WW9wzWdtoql3yNGw5Ph0yJA5lzWJx6gq7oMX0o8ShXwKMAB+U5hvcDiGmAAAAABJRU5ErkJggg==") 50% 50% no-repeat;
}

aside.main-aside div#productNavi ul.product-navi li:nth-child(2) a {
    background: #b2b2b2 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzIwMDUwNzlDNDdEMTFFOTlCMEVFQjJEQjBDNTNGN0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzIwMDUwN0FDNDdEMTFFOTlCMEVFQjJEQjBDNTNGN0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MjAwNTA3N0M0N0QxMUU5OUIwRUVCMkRCMEM1M0Y3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MjAwNTA3OEM0N0QxMUU5OUIwRUVCMkRCMEM1M0Y3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmL7cvwAAAIUSURBVHjaxJa9S0JhFMbfWxYKCncIybVFssClD6FFnBz9D2wJahOXtpC2mhrawyBwkdoMR8EoXBqqISlcJIg+HAwhjdtz9LlwuaVW4O2FH8f33Oec975f56rUgGYYhg8kQQ7cgY7Rax32c3zuG5RH65PcA7MJUmACnIIyuAcNoIMZsALioA32wI6maS01rGGAMLgFLyA97C052zT1EhceNkAMNEEB+NUvmugZJ/GxQTMQQRaMqz80iWN888uMZA841cJfB7ANVGA+j/VBhmvqH5JgDOhif7B0ki9j3biGbF6fgADYBpegzSPcZl/8gT5xaeb1KZ7zN/spQt8NdkEL1EAR3IAH2iL9Lerc35w6yZtUvFB5myDIRM9gDRyDKl9oibZK/xp1og/a8uQlv6ztIi+a+WAZ5hw8gTngAvPUyUbGceGysAv0u6gT/TnjzVbuxrFEJDhACLyCEzBJX5lvvs79OLC8kPjL/D3JOIkP0ZeQ/IqBUTplnZ+A15KoxiU6pPZdBgJb9NcsWi/ji+xHDR7FD9YixVol9+TInAlaHcyCM/allq2CR/rr5kwkjvEpavVuflbTtHVPOOUSmAYb3GSdS3ZIq9O/QV2Jccu2Y3wnM6mwmvbKsqZdwETAFLgGHXBFnVTYfdoK/R3qRB9hvNlWujqn7snob7wjtcuxKuzI98SxL+Mov/H/829lFP+7PgUYAOHhv2uG5uSoAAAAAElFTkSuQmCC") 50% 50% no-repeat;
}

aside.main-aside div#productNavi ul.product-navi li:nth-child(3) a {
    background: #b2b2b2 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q4ODI0RTRDNDdEMTFFOTlGMkJFQzMxN0I3QzA1QzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q4ODI0RTVDNDdEMTFFOTlGMkJFQzMxN0I3QzA1QzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RDg4MjRFMkM0N0QxMUU5OUYyQkVDMzE3QjdDMDVDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RDg4MjRFM0M0N0QxMUU5OUYyQkVDMzE3QjdDMDVDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph015PkAAAGgSURBVHjatJWxSgNBEEBvY9SIIppGSGWnYKMWphBBELETrKwtBRH8jTTaWokBGxG0SBUEC0Gw0cJCTCEiGDxQTBDRaOL5BlaIlzt3L8aBx9zezs7OzO3OOU6AeJ6XhZoXXaqQUQEOU6g7mIFrJ5pMwnY8YKJD6zOlVCmKRwLqQ7XFAuaKsArPTpOidLoL0G6wnYITWCeDz5BIR1Hnkv4RvMKNwWkaZiEPF6Y6iIxZ1OsAyvAI02GRirPvD+VZlKoGWV3rPGtX0MeU4tJvGPftNI7q1cMqnLLoQ493YUe+rh5vgkSebKixTl/CTkARSponSPtsB7StsKbtu8PSd9jtDZX69ago5aJc7WAQ9c67F79dzPkHideFnkAdQo9hzS3RzVs5RSqwYeHUtY6U3eVY7bU6felYi5AwrHkggJxt+tKdlqDT4PQecrbpS03n/pi5arhRzQql20L1g5zdgv9IuXXXNEwKZDXkeyedLglypfd/3CgcT/DYZXBaDrhp2dCGwuRVq46UtLQRaSIR1w7rdAOLnNG/1qhSgeUgn18CDAAvrDdgsuNmcgAAAABJRU5ErkJggg==") 50% 50% no-repeat;
}

aside.main-aside div#productNavi ul.product-navi li > a {
    display: inline-block;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
    transform: scale(0.22);
    transition: all 0.2s ease-in;
}

aside.main-aside div#productNavi ul.product-navi li p {
    position: absolute;
    font-size: 11px;
    width: 200px;
    right: 40px;
    color: #000;
    text-align: right;
    line-height: 48px;
    height: 48px;
    letter-spacing: 0;
    padding-right: 0;
    opacity: 1;
    transition: all 0.2s ease-in;
}

aside.main-aside div#productNavi ul.product-navi li:hover > a {
    transform: scale(1);
    background-color: #ff6c00;
}

aside.main-aside div#productNavi ul.product-navi li:hover p {
    font-size: 14px;
    color: #ed6d00;
    font-weight: 700;
    padding-right: 20px;
}

aside.main-aside div#productNavi.off ul.product-navi li > p {
    opacity: 0;
}

aside.main-aside div#productNavi.off ul.product-navi li > a {
    transform: scale(0);
}

aside.main-aside div#sectionPaging {
    position: fixed;
    top: 50%;
    right: 68px;
    margin: -90px 0 0 0;
    z-index: 5;
}

aside.main-aside div#sectionPaging ul.lnb-navi li {
    padding: 7px 0;
}

aside.main-aside div#sectionPaging ul.lnb-navi li a {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #b2b2b2;
    text-indent: -9999px;
    border-radius: 50%;
    background: #fff;
}

aside.main-aside div#sectionPaging ul.lnb-navi li a.active {
    border: 2px solid #ff5500;
    background: #fff;
}

aside.main-aside div#sectionPaging.on ul.lnb-navi li a {
    border: 2px solid #9b9b9b;
    background: #fff;
}

aside.main-aside div#sectionPaging.on ul.lnb-navi li a.active {
    border: 2px solid #ff5500;
}

aside.main-aside div#etcsNavi {
    position: fixed;
    top: 45%;
    right: 53px;
    margin: 310px 0 0 0;
    z-index: 5;
}

aside.main-aside div#etcsNavi ul.etcs-navi li {
    position: relative;
    padding: 6px 0;
    margin-top: 39px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #404648;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #000;
}
aside.main-aside div#etcsNavi ul.etcs-navi li a {
    color: #000;
    text-decoration: none;
}

aside.main-aside div#etcsNavi ul.etcs-navi li > span:hover {
    width: 160px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li > span:hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 20px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li > span img.arrow {
    position: absolute;
    right: 12px;
    top: 10px;
    display: block;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(1) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_1.png");
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(1) span:hover {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_1on.png");
    background-color: #fff;
    background-position: 10% 50%;
    padding: 10px 0 0 45px;
    font-size: 13px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(2) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_4.png");
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(2) span:hover {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_4on.png");
    background-color: #fff;
    background-position: 10% 50%;
    padding: 10px 0 0 45px;
    font-size: 13px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(3) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_3.png");
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(3) span:hover {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_3on.png");
    background-color: #fff;
    background-position: 10% 50%;
    padding: 10px 0 0 45px;
    font-size: 13px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(4) span {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_4.png");
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

aside.main-aside div#etcsNavi ul.etcs-navi li:nth-child(4) span:hover {
    background-image: url("/vn/assets/img/pc/icon/icon_main_right_4on.png");
    background-color: #fff;
    background-position: 10% 50%;
    padding: 10px 0 0 45px;
    font-size: 13px;
}

aside.main-aside div#etcsNavi.off ul.etcs-navi li > span {
    transform: scale(0);
}
/****
* company scss
****/

.page_navi{margin-bottom: 50px !important;}


section.company {
    padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    section.company {
        padding-bottom: 75px;
    }
}

section.company div.company-visual {
    position: relative;
    height: 266px;
    /*background: url("/vn/assets/img/pc/company/company_visual.png") 50% 0 no-repeat;*/
    background-size: cover;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.company div.company-visual {
        height: 175px;
    }
}

section.company div.company-visual p.tit-1 {
    font-size: 52px;
    font-weight: 800;
    padding: 135px 0 0px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.company-visual p.tit-1 {
        font-size: 26px;
        padding: 85px 0 0px 0;
    }
}

section.company div.company-visual p.tit-2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    section.company div.company-visual p.tit-2 {
        font-size: 10px;
        line-height: 15px;
    }
}

section.company div.company-tab {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

section.company div.company-tab div.company-tab-inner {
    position: relative;
    width: 1120px;
    height: 60px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    section.company div.company-tab div.company-tab-inner {
        width: 100%;
    }
}

section.company div.company-tab div.company-tab-inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #d5d5d5;
    padding: 19px 0;
    float: left;

}

@media screen and (max-width: 1024px) {
    section.company div.company-tab div.company-tab-inner a {
        font-size: 12px;
        padding: 12px 0;
    }
}

section.company div.company-tab div.company-tab-inner a:first-child {
    border-left: 1px solid #d5d5d5;
}

section.company div.company-tab div.company-tab-inner a.on {
    background: #ff6c00;
    color: #fff;
    border-left: 1px solid #ff6c00;
    border-right: 1px solid #ff6c00;
}

section.company div.basic-senten {
    padding-top: 45px;
}

@media screen and (max-width: 1024px) {
    section.company div.basic-senten {
        padding-top: 25px;
    }
}

section.company div.basic-senten h2 {
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 800;
}
section.company div.basic-senten h2.company_title_skill{
    float: none;
    padding-top: 50px;
}
section.company div.basic-senten h2.company_title_skill.title1{
    font-size: 48px;
}

/*@media screen and (max-width: 760px) {
    section.company div.basic-senten h2 {
        font-size: 14px;
    }
}*/

section.company div.basic-senten p.navi {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    background: url("/vn/assets/img/pc/icon/icon_house.png") 0 0 no-repeat;
    padding: 0px 0 10px 26px;
}

@media screen and (max-width: 1024px) {
    section.company div.basic-senten p.navi {
        font-size: 10px;
        background-size: 10px 9px;
        padding: 0px 0 3px 15px;
    }
}

section.company div.basic-senten p.navi span {
    color: #000;
}

section.company div.basic-senten p.paragraph {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    word-break: auto-phrase;
    padding-left: 5px;
}

@media screen and (max-width: 1024px) {
    section.company div.basic-senten p.paragraph {
        font-size: 11px;
        line-height: 16px;
        padding-top: 10px !important;
        word-break: auto-phrase;
    }
}

section.company div.company-logo {
    padding: 60px 0 20px 0;
}

section.company div.bg-container {
    background: #f7f7f7;
    margin-top: 135px;
    padding: 100px 0;
    font-weight: 300;
    text-align: center;
    color: #000;
}

section.company div.bg-container1 {
    background: #fff;
    margin-top: 35px;
    padding: 50px 0;
    font-weight: 300;
    text-align: center;
    color: #000;
}
section.company div.bg-container.weeds_dream{
    padding-bottom: 0 !important;
}
section.company div.bg-container.weeds_soul{
    margin-top: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}
section.company div.bg-container.weeds_soul .company-soul{
    display: inline-block;
    padding-left: 230px;
}
section.company div.bg-container.weeds_dna{
    margin-top: 0 !important;
    padding-top: 100px
}
section.company div.bg-container.weeds_dna .company-dna{
    display: inline-block;
    padding-left: 140px;
    width: 1072px;
}

section.company div.bg-container1.weeds_explorer{
    padding: 100px 0 0 0;
}

section.company div.weeds_skill{
    padding: 50px 0 0 0;
    font-weight: 300;
    text-align: center;
    color: #000;
}


@media screen and (max-width: 1024px) {
    section.company div.bg-container {
        padding: 20px 0;
    }
}

section.company div.bg-container p.txt-1 {
    font-size: 26px;
}

@media screen and (max-width: 1024px) {
    section.company div.bg-container p.txt-1 {
        font-size: 12px;
    }
}

section.company div.bg-container p.txt-2 {
    font-size: 50px;
    padding: 5px 0 20px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.bg-container p.txt-2 {
        font-size: 24px;
        padding: 5px 0 10px 0;
    }
}

section.company div.bg-container p.txt-2 span.color {
    font-size: 50px;
    font-weight: 700;
    color: #ff6c00;
}

@media screen and (max-width: 1024px) {
    section.company div.bg-container p.txt-2 span.color {
        font-size: 24px;
    }
}

section.company div.bg-container p.txt-3 {
    font-size: 46px;
    font-weight: 800;
}

section.company div.bg-container1 p.txt-3 {
    font-size: 46px;
    font-weight: 800;
}


@media screen and (max-width: 1024px) {
    section.company div.bg-container p.txt-3 {
        font-size: 23px;
    }
}

section.company div.bg-container p.txt-4 {
    padding: 5px 0 35px 0;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    section.company div.bg-container p.txt-4 {
        font-size: 11px;
        padding: 5px 0 15px 0;
        line-height: 16px;
    }
}

section.company div.bg-container img.weare {
    width: 100%;
}

section.company div.bg-container img.vision {
    width: 91%;
}

section.company div.ceo-intro h2 {
    font-size: 28px;
    color: #000;
    font-weight: 800;
    padding: 60px 0 25px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.ceo-intro h2 {
        font-size: 14px;
        padding: 25px 0 15px 0;
    }
}

section.company div.ceo-intro div.ceo-visual {
    height: 192px;
    background: url("/vn/assets/img/pc/company/company_intro_img_2.png") 50% 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024x) {
    section.company div.ceo-intro div.ceo-visual {
        display: none;
    }
}

section.company div.ceo-intro p.paragraph {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    padding: 35px 24px 50px 24px;
}

@media screen and (max-width: 1024px) {
    section.company div.ceo-intro p.paragraph {
        font-size: 11px;
        padding: 0px 0px 20px 0px;
        line-height: 18px;
    }
}

section.company div.ceo-intro p.paragraph span {
    font-weight: 700;
}

section.company div.ceo-intro p.name {
    font-size: 17px;
    line-height: 30px;
    padding: 0 24px 60px 24px;
}

@media screen and (max-width: 1024px) {
    section.company div.ceo-intro p.name {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 0px 0;
    }
}

section.company div.ceo-intro p.name span {
    font-size: 22px;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    section.company div.ceo-intro p.name span {
        font-size: 16px;
    }
}

section.company div.business h2 {
    font-size: 28px;
    color: #000;
    font-weight: 800;
    padding: 60px 0 25px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.business h2 {
        font-size: 14px;
        padding: 25px 0 15px 0;
    }
}

section.company div.business h3 {
    position: relative;
    font-size: 22px;
    color: #000;
    font-weight: 800;
    padding: 40px 0 12px 20px;
}

@media screen and (max-width: 1024px) {
    section.company div.business h3 {
        font-size: 14px;
        padding: 20px 0 12px 15px;
    }
}

section.company div.business h3::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 43px;
    width: 12px;
    height: 3px;
    background: #000;
}

@media screen and (max-width: 1024px) {
    section.company div.business h3::after {
        top: 21px;
        width: 8px;
        height: 2px;
    }
}

section.company div.business ul li {
    float: left;
    width: 32.2%;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 1024px) {
    section.company div.business ul li {
        float: none;
        width: 100%;
        border: 0;
        text-align: center;
        margin-bottom: 15px;
    }
}

section.company div.business ul li.m {
    margin: 0 1.6%;
}

@media screen and (max-width: 1024px) {
    section.company div.business ul li.m {
        margin: 0 0 15px 0;
    }
}

section.company div.business ul li img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    section.company div.business ul li img {
        width: 60%;
        border: 1px solid #e5e5e5;
    }
}

section.company div.business ul.nobd li {
    border: 0;
}

section.company div.organization {
    font-size: 14px;
    color: #000;
}

@media screen and (max-width: 1024px) {
    section.company div.organization {
        font-size: 11px;
    }
}

section.company div.organization h2 {
    font-size: 28px;
    color: #000;
    font-weight: 800;
    padding: 60px 0 25px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.organization h2 {
        font-size: 14px;
        padding: 30px 0 15px 0;
    }
}

section.company div.organization p.para-1 {
    line-height: 22px;
    padding: 0 0 20px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.organization p.para-1 {
        line-height: 16px;
        padding: 0 0 15px 0;
    }
}

section.company div.organization p.info {
    border-top: 1px dashed #d6d6d6;
    border-bottom: 1px dashed #d6d6d6;
    padding: 20px;
    color: #666;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    section.company div.organization p.info {
        padding: 10px;
        line-height: 18px;
    }
}

section.company div.organization p.info span.t {
    margin-right: 30px;
}

section.company div.organization p.info span.t span {
    color: #000;
}

section.company div.organization p.info span.t:last-child {
    margin-right: 0;
}

section.company div.organization div.charts {
    padding-top: 40px;
    text-align: center;
}

section.company div.organization div.charts img {
    /*width: 94.6%;*/
    width: 100%;
}

@media screen and (max-width: 1120px) {
    section.company div.organization div.charts img {
        width: 100%;
    }
}

section.company div.history-wrap div.history-inner {

    border-bottom: 0px solid #fff;
    padding-bottom:10px;
}

section.company div.history-wrap div.history-inner_1 {
    border-bottom: 1px solid #d5d5d5;
}

section.company div.history-wrap div.history-inner p.year {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ffff;
    background: #f1f1f1 url("/vn/assets/img/pc/icon/icon_arrow_down.png") 97% 50% no-repeat;
    padding: 20px 30px;
    cursor: pointer;
}

section.company div.history-wrap div.history-inner p.year_1 {
    font-size: 30px;
    color: #ed6c00;
    font-weight: 800;
    border-bottom: 1px solid #eeeeee;
    background: url("/vn/assets/img/pc/company/history_blet.png") 0% 50% no-repeat;
    padding: 14px 37px;
}

/*@media screen and (max-width: 760px) {
    section.company div.history-wrap div.history-inner p.year {
        font-size: 12px;
        background-size: 11px 5px;
        padding: 12px 18px;
    }
}*/

section.company div.history-wrap div.history-inner p.year.on {
    background: #f1f1f1 url("/vn/assets/img/pc/icon/icon_arrow_up.png") 97% 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.company div.history-wrap div.history-inner p.year.on {
        background-size: 11px 5px;
    }
}

section.company div.history-wrap div.history-inner p.year span.thin {
    display: inline-block;
    padding: 0 10px;
    font-weight: 300;
    color: #bfbfbf;
}

section.company div.history-wrap div.history-inner div.history-detail ul.years > li {
    padding: 40px 0;
    line-height: 28px;
    border-bottom: 1px dashed #ebebeb;
}

@media screen and (max-width: 1024px) {
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li {
        padding: 20px 0;
    }
}

section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p {
    width: 260px; vertical-align:top;
}

section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p span {
    display: inline-block;
    border: 1px solid #bfbfbf;
}

/*@media screen and (max-width: 760px) {
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p {
        width: auto;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p img {
        width: 118px;
    }
}*/

section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
    width: 165px;
    font-size: 22px;
    color: #333;
    font-weight: 300;
    text-align: left;
    padding-left:35px;
    vertical-align:top;
}

/*@media screen and (max-width: 760px) {
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
        width: 70px;
        font-size: 12px;
    }
}*/

section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.h {
    width: auto;
}

section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.h li {
    font-size: 15px;
    line-height: 150%;
    padding-left:22px;
    color: #333;
}

@media screen and (max-width: 1024px) {
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.h li {
        font-size: 11px;
    }
}

section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.r {
    width: 150px;
}

section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.r span {
    display: inline-block;
    padding: 0 30px 0 20px;
    background: url("/vn/assets/img/pc/icon/icon_arrow_s_down.png") 85% 50% no-repeat;
}

section.company div.history-wrap div.history-inner div.history-detail ul.years > li:last-child {
    border-bottom: 0;
}

/*@media screen and (max-width: 760px) {
    section.company div.history-wrap div.history-inner div.history-detail ul.years ul.history-text li {
        padding: 15px 0 0 70px;
        font-size: 11px;
        line-height: 4px;
    }
}*/

section.company div.award-img div.awards {
    padding: 10px 0 60px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.award-img div.awards {
        padding: 10px 0 30px 0;
    }
}

section.company div.award-img div.awards img {
    width: 100%;
}

section.company div.award-img p.init-txt {
    color: #000;
    font-size: 39px;
    font-weight: 800;
    text-align: center;
    padding: 90px 0 130px 0;
    line-height: 59px;
}
section.company div.award-img p.init-txt span {
    color: #ef7d00;
}
section.company div.award-img ul.init-first {
    display: flex;
    justify-content: center;
    padding-bottom: 245px;
}
section.company div.award-img ul.init-first li {
    width: 25%;
    text-align: center;
}
section.company div.award-img ul.init-first li:nth-child(1) {
    padding-top: 2px;
}
section.company div.award-img ul.init-first li:nth-child(2) {
    padding-top: 6px;
}
section.company div.award-img ul.init-first li:nth-child(3) {
    padding-top: 9px;
}
section.company div.award-img ul.init-first li:nth-child(4) {

}
section.company div.award-img ul.init-first li:nth-child(1) p {
    padding-top: 57px;
}
section.company div.award-img ul.init-first li:nth-child(2) p {
    padding-top: 59px;
}
section.company div.award-img ul.init-first li:nth-child(3) p {
    padding-top: 67px;
}
section.company div.award-img ul.init-first li:nth-child(4) p {
    padding-top: 52px;
}

section.company div.award-img ul.init-first li p {
    font-size: 24px;
    font-weight: 800;
}

section.company div.award-list {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
}

section.company div.award-list div.awards {
    border: 1px solid #dedede;
    margin: 20px 0;
    padding: 20px 25px;
}

@media screen and (max-width: 1024px) {
    section.company div.award-list div.awards {
        margin: 10px 0;
        padding: 10px 15px;
    }
}

section.company div.award-list div.awards ul.list-txt {
    float: left;
}

section.company div.award-list div.awards ul.list-txt li {
    position: relative;
    font-size: 16px;
    color: #000;
    padding: 5px 0 5px 13px;
}

@media screen and (max-width: 1024px) {
    section.company div.award-list div.awards ul.list-txt li {
        font-size: 12px;
    }
}

section.company div.award-list div.awards ul.list-txt li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0px;
    top: 42%;
    border-radius: 50%;
    background: #000;
}

section.company div.award-list div.awards div.logo {
    float: right;
    height: 90px;
}

@media screen and (max-width: 1120px) {
    section.company div.award-list div.awards div.logo {
        float: left;
        height: 90px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    section.company div.award-list div.awards div.logo {
        margin-top: 10px;
        height: 55px;
    }
}

section.company div.award-list div.awards div.logo span {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin-left: 10px;
    text-indent: -9999px;
}

@media screen and (max-width: 1120px) {
    section.company div.award-list div.awards div.logo span {
        width: 50px;
        height: 50px;
    }
}

section.company div.award-list div.awards div.logo span.a {
    background: url("/vn/assets/img/pc/company/company_logo_1.png") 50% 50% no-repeat;
}

section.company div.award-list div.awards div.logo span.b {
    background: url("/vn/assets/img/pc/company/company_logo_2.png") 50% 50% no-repeat;
}

section.company div.award-list div.awards div.logo span.c {
    background: url("/vn/assets/img/pc/company/company_logo_3.png") 50% 50% no-repeat;
}

section.company div.award-list div.awards div.logo span.d {
    background: url("/vn/assets/img/pc/company/company_logo_4.png") 50% 50% no-repeat;
}

section.company div.award-list div.awards div.logo span.e {
    background: url("/vn/assets/img/pc/company/company_logo_5.png") 50% 50% no-repeat;
}

section.company div.award-list table {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    section.company div.award-list table {
        font-size: 11px;
    }
}

section.company div.award-list table th {
    font-weight: 800;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid #ed6c00;
    border-bottom: 1px solid #e8e8e8;
    background: #f1f1f1;
}

@media screen and (max-width: 1024px) {
    section.company div.award-list table th {
        padding: 12px 0;
    }
}

section.company div.award-list table td {
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 1024px) {
    section.company div.award-list table td {
        padding: 12px 10px;
        font-size: 10px;
        word-break: keep-all;
    }
}

section.company div.award-market h2 {
    margin: 60px 0 20px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.award-market h2 {
        margin: 30px 0 10px 0;
    }
}

section.company div.award-market div.market-img {
    text-align: center;
}

section.company div.award-market div.market-img img {

}

section.company div.award-certi h2 {
    margin: 60px 0 20px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.award-certi h2 {
        margin: 30px 0 10px 0;
    }
}

section.company div.award-certi ul.certi-txt li {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    section.company div.award-certi ul.certi-txt li {
        font-size: 11px;
        line-height: 18px;
    }
}

section.company div.award-certi ul.certi-list {
    margin-top: 20px;
}

section.company div.award-certi ul.certi-list li {
    float: left;
    width: 24.1%;
    margin-right: 1.16%;
    margin-bottom: 10px;
    border: 1px solid #dedede;
}

section.company div.award-certi ul.certi-list li img {
    width: 100%;
}

section.company div.award-certi ul.certi-list li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    section.company div.award-certi ul.certi-list li:nth-child(4n) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 1024px) {
    section.company div.award-certi ul.certi-list li {
        width: 48%;
        margin-right: 2%;
    }
    section.company div.award-certi ul.certi-list li:nth-child(2n) {
        margin-right: 0;
    }
}

section.company div.address-wrap {
    padding-top: 45px;
}

/*@media screen and (max-width: 760px) {
    section.company div.address-wrap {
        padding-top: 25px;
    }
}*/

section.company div.address-wrap div.f {
    float: left;
    width: 42.8%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1024px) {
    section.company div.address-wrap div.f {
        float: none;
        width: 100%;
        border-top: 0;
        border-bottom: 0;
    }
}

section.company div.address-wrap div.f ul {
    padding-bottom: 30px;
}

section.company div.address-wrap div.f ul li {
    width: 50%;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    padding: 26px 5px 0 5px;
}
section.company div.address-wrap div.f ul li.company_add_txt0{
    width: 100%;
}

/*@media screen and (max-width: 760px) {
    section.company div.address-wrap div.f ul li {
        font-size: 14px;
    }
}*/

section.company div.address-wrap div.f ul li.f {
    padding-bottom: 17px;
    border-bottom: 1px dashed #dedede;
    background: url("/vn/assets/img/pc/company/company_contact_icon_1.png") 10px 50% no-repeat;
    padding-left: 73px;
}

/*
@media screen and (max-width: 760px) {
    section.company div.address-wrap div.f ul li.f {
        background-size: 26px 27px;
        background-position: 0 24%;
        padding: 0px 0 10px 40px;
    }
}
*/

section.company div.address-wrap div.f ul li p.txt-1 {
    font-size: 16px;
    font-weight: 800;
    color: #666;
}

/*@media screen and (max-width: 760px) {
    section.company div.address-wrap div.f ul li p.txt-1 {
        font-size: 12px;
    }
}*/

section.company div.address-wrap div.f ul li p.txt-2 {
    font-size: 26px;
    font-weight: 800;
    padding-top: 7px;
}

/*@media screen and (max-width: 760px) {
    section.company div.address-wrap div.f ul li p.txt-2 {
        font-size: 14px;
    }
}*/

section.company div.address-wrap div.f ul li p.txt-2 span {
    color: #666;
}

section.company div.address-wrap div.f ul li p.txt-3 {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 13px;
}

/*@media screen and (max-width: 760px) {
    section.company div.address-wrap div.f ul li p.txt-3 {
        font-size: 12px;
    }
}*/

section.company div.address-wrap div.f ul li span.rd {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #ed6c00;
    vertical-align: middle;
    margin-right: 10px;
}

/*@media screen and (max-width: 760px) {
    section.company div.address-wrap div.f ul li span.rd {
        font-size: 12px;
        width: 70px;
        height: 22px;
        line-height: 22px;
    }
}*/

section.company div.address-wrap div.s {
    float: right;
    width: 54%;
}

@media screen and (max-width: 1024px) {
    section.company div.address-wrap div.s {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
}

section.company div.address-wrap div.s img {
    width: 100%;
    margin-top: -15px;
}

section.company div.map-wrap {
    margin: 75px 0 40px 0;
}

@media screen and (max-width: 1024px) {
    section.company div.map-wrap {
        margin: 40px 0 40px 0;
    }
}

section.company div.map-wrap img {
    width: 100%;
}

section.company div.traffic-wrap h3 {
    font-size: 24px;
    font-weight: 800;
    border-bottom: 1px solid #dedede;
    padding: 20px 0 20px 50px;
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap h3 {
        padding: 0px 0 5px 28px;
        font-size: 16px;
    }
}

section.company div.traffic-wrap h3.car {
    background: url("/vn/assets/img/pc/company/company_bus.png") 0 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap h3.car {
        background-size: 20px 20px;
        background-position: 0px 20%;
    }
}

section.company div.traffic-wrap h3.bus {
    background: url("/vn/assets/img/pc/company/company_subway.png") 0 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap h3.bus {
        background-size: 20px 20px;
        background-position: 0px 76%;
        padding-top: 20px;
    }
}

section.company div.traffic-wrap div.f {
    float: left;
    width: 48.25%;
}

@media screen and (max-width: 1120px) {
    section.company div.traffic-wrap div.f {
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap div.f {
        float: none;
        width: 100%;
    }
}

section.company div.traffic-wrap div.f ul {
    padding-top: 20px;
}

section.company div.traffic-wrap div.f ul li {
    padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap div.f ul li {
        padding-bottom: 20px;
    }
}

section.company div.traffic-wrap div.f ul li span.txt-1 {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    background: #444;
    vertical-align: middle;
    margin-right: 10px;
}

section.company div.traffic-wrap div.f ul li span.txt-1.orange {
    background: #ed6c00;
}

section.company div.traffic-wrap div.f ul li p.txt-2 {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 13px;
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap div.f ul li p.txt-2 {
        font-size: 12px;
    }
}

section.company div.traffic-wrap div.s {
    float: right;
    width: 48.25%;
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap div.s {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1120px) {
    section.company div.traffic-wrap div.s {
        line-height: 22px;
    }
}

section.company div.traffic-wrap div.s ul {
    padding-top: 20px;
}

section.company div.traffic-wrap div.s ul li {
    padding-bottom: 25px;
}

section.company div.traffic-wrap div.s ul li span.txt-1 {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    background: #444;
    vertical-align: middle;
    margin-right: 10px;
}

section.company div.traffic-wrap div.s ul li p.txt-2 {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 13px;
}

@media screen and (max-width: 1024x) {
    section.company div.traffic-wrap div.s ul li p.txt-2 {
        font-size: 12px;
    }
}

section.company div.traffic-wrap div.s ul li p.txt-2 span.v {
    color: #c3c3c3;
    margin: 0 8px;
}

section.company div.traffic-wrap div.s ul li p.txt-2 span.nine {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    vertical-align: middle;
    color: #fff;
    background: #cea33a;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

section.company div.traffic-wrap div.s ul li table {
    margin: 0px 0 0 13px;
}

section.company div.traffic-wrap div.s ul li table td {
    font-size: 14px;
    padding-top: 15px;
    vertical-align: top;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    section.company div.traffic-wrap div.s ul li table td {
        font-size: 12px;
    }
}

section.company div.traffic-wrap div.s ul li table td span.rect {
    display: inline-block;
    width: 35px;
    height: 17px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    line-height: 17px;
    margin-right: 5px;
}

section.company div.traffic-wrap div.s ul li table td span.rect.airport {
    background: #aa8874;
}

section.company div.traffic-wrap div.s ul li table td span.rect.trunk {
    background: #5e73ff;
}

section.company div.traffic-wrap div.s ul li table td span.rect.jisun {
    background: #59ad39;
}

section.company div.traffic-wrap div.s ul li table td span.rect.normal {
    background: #00aeab;
}

section.company div.traffic-wrap div.s ul li table td span.rect.vill {
    background: #5fb73c;
}

section.company div.traffic-wrap div.s ul li table td span.v {
    color: #c3c3c3;
    margin: 0 8px;
}

.company_map_iframe {
    width: 100%;
    max-width: 1120px;
    height: 420px;
    border: 0;
}

/****
* product scss
****/
section.product {
    padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    section.product {
        padding-bottom: 75px;
    }
}

section.product div.product-visual {
    position: relative;
    height: 266px;
    background: url("/vn/assets/img/pc/product/product_visual.png") 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.product div.product-visual {
        height: 175px;
    }
}

section.product div.product-visual p.tit-1 {
    font-size: 52px;
    font-weight: 800;
    padding: 112px 0 0px 0;
}

@media screen and (max-width: 1024px) {
    section.product div.product-visual p.tit-1 {
        font-size: 26px;
        padding: 85px 0 0px 0;
    }
}

section.product div.product-visual p.tit-2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    section.product div.product-visual p.tit-2 {
        font-size: 11px;
        line-height: 15px;
        letter-spacing: -1.3px;
        padding: 0 15px;
        word-break: auto-phrase;
    }
}

section.product div.product-tab {
    border-bottom: 1px solid #d5d5d5;
}

section.product div.product-tab div.product-tab-inner {
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    section.product div.product-tab div.product-tab-inner {
        width: 100%;
    }
}

section.product div.product-tab div.product-tab-inner a {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #d5d5d5;
    padding: 19px 0;
}

@media screen and (max-width: 1024px) {
    section.product div.product-tab div.product-tab-inner a {
        font-size: 12px;
        padding: 12px 0;
    }
}

section.product div.product-tab div.product-tab-inner a:first-child {
    border-left: 1px solid #d5d5d5;
    width: 34%;
}

section.product div.product-tab div.product-tab-inner a.on {
    color: #fff;
}

section.product div.product-tab div.product-tab-inner a.on.c1 {
    background: #ff6c00;
    border-left: 1px solid #ff6c00;
    border-right: 1px solid #ff6c00;
}

section.product div.product-tab div.product-tab-inner a.on.c2 {
    background: #c82c5b;
}

section.product div.product-tab div.product-tab-inner a.on.c3 {
    background: #7f9f00;
}

section.product div.basic-senten {
    padding-top: 45px;
}

@media screen and (max-width: 1024px) {
    section.product div.basic-senten {
        padding-top: 25px;
    }
}

section.product div.basic-senten h2 {
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.product div.basic-senten h2 {
        font-size: 14px;
    }
}

section.product div.basic-senten p.navi {
    float: right;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    background: url("/vn/assets/img/pc/icon/icon_house.png") 0 0 no-repeat;
    padding: 0px 0 10px 26px;
}

@media screen and (max-width: 1024px) {
    section.product div.basic-senten p.navi {
        font-size: 10px;
        background-size: 10px 9px;
        padding: 0px 0 3px 15px;
    }
}

section.product div.basic-senten p.navi span {
    color: #000;
}

section.product div.basic-senten p.paragraph {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1024px) {
    section.product div.basic-senten p.paragraph {
        font-size: 11px;
        line-height: 16px;
        padding-top: 10px !important;
    }
}

section.product div.bg-container {
    background: #f7f7f7;
    margin-top: 35px;
    padding: 50px 0;
    font-weight: 300;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 1024px) {
    section.product div.bg-container {
        padding: 25px 0;
    }
}

section.product div.bg-container img.weare {
    width: 100%;
}

section.product div.bg-container img.vision {
    width: 91%;
}

section.product div.blackbox-intro {
    text-align: left;
    padding: 60px 0;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro {
        padding: 30px 0;
    }
}

section.product div.blackbox-intro div.area-1 div.f {
    float: left;
    width: 48.6%;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-1 div.f {
        float: none;
        width: 100%;
    }
}

section.product div.blackbox-intro div.area-1 div.f img {
    width: 100%;
}

section.product div.blackbox-intro div.area-1 div.s {
    float: left;
    width: 51.4%;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    padding-top: 40px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-1 div.s {
        float: none;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        padding-top: 30px;
    }
}

section.product div.blackbox-intro div.area-1 div.s p.txt-1 {
    font-size: 24px;
    font-weight: 800;
    word-break: keep-all;
    line-height: 34px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-1 div.s p.txt-1 {
        font-size: 18px;
        line-height: 28px;
    }
}

section.product div.blackbox-intro div.area-1 div.s p.txt-1 span {
    color: #ed6c00;
}

section.product div.blackbox-intro div.area-1 div.s p.txt-1 span.green {
    color: #7f9f00;
}

section.product div.blackbox-intro div.area-1 div.s p.txt-2 {
    padding: 13px 0;
}

section.product div.blackbox-intro div.area-1 div.s p.txt-3 span {
    font-size: 20px;
    color: #ed6c00;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-1 div.s p.txt-3 span {
        font-size: 16px;
    }
}

section.product div.blackbox-intro div.area-1 div.s ul li {
    position: relative;
    padding-left: 15px;
}

section.product div.blackbox-intro div.area-1 div.s ul li div.tail {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-1 div.s ul li {
        padding-left: 10px;
    }
}

section.product div.blackbox-intro div.area-1 div.s ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-1 div.s ul li:before {
        top: 6px;
    }
}

section.product div.blackbox-intro div.area-1 div.s ul.trace li {
    font-size: 16px;
    font-weight: 800;
    padding: 0 0px 20px 15px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-1 div.s ul.trace li {
        font-size: 14px;
        padding: 0 0px 10px 10px;
    }
}

section.product div.blackbox-intro div.area-1 div.s ul.trace li span.pu {
    color: #c82c5b;
}

section.product div.blackbox-intro div.area-2 {
    padding: 40px 0;
}

section.product div.blackbox-intro div.area-2 div.f {
    float: right;
    width: 48.6%;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-2 div.f {
        float: none;
        width: 100%;
    }
}

section.product div.blackbox-intro div.area-2 div.f img {
    width: 100%;
}

section.product div.blackbox-intro div.area-2 div.s {
    float: left;
    width: 51.4%;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    padding-top: 40px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-2 div.s {
        float: none;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        padding-top: 30px;
    }
}

section.product div.blackbox-intro div.area-2 div.s p.txt-1 {
    font-size: 24px;
    font-weight: 800;
    word-break: keep-all;
    line-height: 34px;
    padding-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-2 div.s p.txt-1 {
        font-size: 18px;
        line-height: 28px;
    }
}

section.product div.blackbox-intro div.area-2 div.s p.txt-1 span {
    color: #ed6c00;
}

section.product div.blackbox-intro div.area-2 div.s p.txt-1 span.green {
    color: #7f9f00;
}

section.product div.blackbox-intro div.area-2 div.s ul li {
    position: relative;
    padding-left: 15px;
}

section.product div.blackbox-intro div.area-2 div.s ul li div.tail {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-2 div.s ul li {
        padding-left: 10px;
    }
}

section.product div.blackbox-intro div.area-2 div.s ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-2 div.s ul li:before {
        top: 6px;
    }
}

section.product div.blackbox-intro div.area-2 div.s ul.trace li {
    font-size: 16px;
    font-weight: 800;
    padding: 0 0px 20px 15px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro div.area-2 div.s ul.trace li {
        font-size: 14px;
        padding: 0 0px 10px 10px;
    }
}

section.product div.blackbox-intro div.area-2 div.s ul.trace li span.pu {
    color: #c82c5b;
}

section.product div.blackbox-intro ul.function {
    margin-top: 40px;
}

/*section.product div.blackbox-intro ul.function li{
    float: left;
    width: 32.3%;
    text-align: center;
    margin-right: 21px;
    margin-bottom: 9px;
    padding: 10px;
    box-shadow: 4px 4px 0 #f2f2f2;
    border: 1px solid #ddd;
    position: relative;
}*/
ul.product_trace_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
    margin-top: 40px;
    gap: 20px;
}
li.product_trace{
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc((100% - 2 * 20px) / 3);
    height: 186px;
    text-align: center;
    padding: 20px;
    box-shadow: 4px 4px 0 #f2f2f2;
    border: 1px solid #ddd;
    position: relative;
}
li.product_trace span{
    display: inline-block;
    width: 30px;
    height: 0.5px;
    background-color: #ddd;
    position: absolute;
}
li.product_trace span.border0{
    top: 10px;
    left: -5px;
    transform: rotate(45deg) ;
}
li.product_trace span.border1{
    top: 10px;
    right: -5px;
    transform: rotate(135deg) ;
}
li.product_trace span.border2{
    bottom: 10px;
    left: -5px;
    transform: rotate(-45deg) ;
}
li.product_trace span.border3{
    bottom: 10px;
    right: -5px;
    transform: rotate(-135deg) ;
}


li.product_trace img{width: 60px; height: 60px;}
li.product_trace p.product_trace_txt{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1px;
    border-bottom: 1px solid #ddd;
}
li.product_trace p.product_trace_txt.trace0{color:#ff6112;}
li.product_trace p.product_trace_txt.trace1{color:#c72c5a;}
li.product_trace p.product_trace_txt.trace2{color:#eda726;}
li.product_trace p.product_trace_txt.trace3{color:#18a873;}
li.product_trace p.product_trace_txt.trace4{color:#98b516;}
li.product_trace p.product_trace_txt.trace5{color:#897ad6;}
li.product_trace p.product_trace_txt.trace6{color:#1851a8;}
li.product_trace p.product_trace_txt.trace7{color:#23c2bd;}
li.product_trace p.product_trace_txt.trace8{color:#4d4d4d;}

li.product_trace p.product_trace_subtxt{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}




section.product div.blackbox-intro ul.function li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-intro ul.function li {
        width: 100%;
        text-align: center;
        margin-right: 0px;
    }
    section.product div.blackbox-intro ul.function li img {
        width: 80%;
    }
}

section.product div.blackbox-strong h2 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong h2 {
        font-size: 14px;
    }
}

section.product div.blackbox-strong div.bg-container {
    margin-top: 15px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container {
        padding: 20px 0;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank1-3 li {
    position: relative;
    float: left;
    width: 32.3%;
    border: 1px solid #d0d0d0;
    padding: 12px 0 25px 0;
    background: #fff;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 767px) {
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li {
        float: none;
        width: 100%;
        padding: 12px 0 15px 0;
    }
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li img {
        width: 94%;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank1-3 li:nth-child(2) {
    margin: 0 1.5%;
}

@media screen and (max-width: 767px) {
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li:nth-child(2) {
        margin: 15px 0;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank1-3 li span.ranking {
    position: absolute;
    width: 42px;
    height: 36px;
    background: #ed6c00;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding-top: 5px;
}

section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-1 {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 800;
    color: #666;
    line-height: 28px;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-1 {
        font-size: 12px;
        line-height: 22px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-1 span {
    font-size: 22px;
    color: #ed6c00;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-1 span {
        font-size: 18px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-2 {
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-2 {
        font-size: 12px;
        line-height: 20px;
        padding-top: 10px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank1-5 li {
    position: relative;
    float: left;
    width: 18.5%;
    border: 1px solid #d0d0d0;
    padding: 9px 0 15px 0;
    background: #fff;
    text-align: center;
    color: #000;
    margin-right: 1.87%;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank1-5 li {
        float: none;
        width: 100%;
        padding: 9px 0 15px 0;
        margin-bottom: 8px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank1-5 li img {
        width: 94%;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank1-5 li:nth-child(5) {
    margin-right: 0%;
}

section.product div.blackbox-strong div.bg-container ul.rank1-5 li p.txt-3 {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 20px 0 20px;
    font-weight: 800;
    height: 82px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank1-5 li p.txt-3 {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 10px 0 10px;
        height: auto;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 {
    padding-top: 16px;
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li {
    position: relative;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    padding: 18px 20px 18px 175px;
    background: #fff;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li {
        font-size: 14px;
        line-height: 20px;
        padding: 14px 20px 14px 65px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.small {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.small {
        font-size: 12px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking {
    position: absolute;
    width: 155px;
    height: 36px;
    background: #ed6c00;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding-top: 5px;
    top: 22px;
    left: 12px;
    line-height: 27px;
}
section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking.double{
    top: 18px;
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking.trace {
    background: #c82c5b;
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking.widas {
    background: #7f9f00;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking {
        font-size: 20px;
        top: 5px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking.double {
        font-size: 20px;
        top: 16px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking.widas{
        top: 11px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.tit {
    display: block;
    font-size: 22px;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.tit {
        font-size: 16px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.tit span.green {
    color: #7f9f00;
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li p.expl {
    font-size: 14px;
    padding-top: 15px;
}

@media screen and (max-width: 1024px) {
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li p.expl {
        font-size: 12px;
        padding-top: 10px;
    }
}

section.product div.blackbox-strong div.bg-container ul.rank4-8 li p.expl span.orange {
    color: #ed6c00;
}

section.product div.product-screen h2 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    padding: 60px 0 20px 0;
}

@media screen and (max-width: 1024px) {
    section.product div.product-screen h2 {
        font-size: 16px;
        padding: 30px 0 15px 0;
    }
}

section.product div.product-screen ul li {
    float: left;
    width: 32.3%;
    height: 365px;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    text-align: center;
    box-shadow: 4px 4px 0 #f2f2f2;
    border: 1px solid #ddd;
}
/*section.product div.product-screen ul li.product_bb_large{height: 343.25px;}*/
ul li.product_bb .product_bb_txt{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 10px;
    letter-spacing: 0.1px;
}
ul li.product_bb .product_bb_txt span{
    color: #666;
    font-size: 16px;
}
ul li.product_bb .product_bb_txt.bb_txt_double{
    height: 50px;
    line-height: normal;
}
.product_bb_subtxt{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.1px;
    padding: 0 10px;
}


@media screen and (max-width: 1024px) {
    section.product div.product-screen ul li {
        float: none;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
}

section.product div.product-screen ul li:nth-child(3n) {
    margin-right: 0;
}

section.product div.product-screen ul li img {
    width: 97%;
}

section.product div.product-qna h2 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    padding: 60px 0 20px 0;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna h2 {
        font-size: 14px;
        padding: 30px 0 15px 0;
    }
}

section.product div.product-qna ul li {
    margin-bottom: 10px;
}

section.product div.product-qna ul li a.question {
    display: block;
    color: #000;
    border: 1px solid #dddddd;
    height: 53px;
    background: #f3f3f3 url("/vn/assets/img/pc/product/product_qna_down.png") 100% 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna ul li a.question {
        background-size: 38px auto;
    }
}

section.product div.product-qna ul li a.question.on {
    background: #f3f3f3 url("/vn/assets/img/pc/product/product_qna_up.png") 100% 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna ul li a.question.on {
        background-size: 38px auto;
    }
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna ul li a.question {
        font-size: 12px;
        height: 36px;
    }
}

section.product div.product-qna ul li a.question span.mark-q {
    float: left;
    width: 56px;
    height: 53px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    background: #ed6c00;
    margin: -1px 0 0 -1px;
    padding-top: 10px;
}

section.product div.product-qna ul li a.question span.mark-q.trace {
    background: #c82c5b;
}

section.product div.product-qna ul li a.question span.mark-q.widas {
    background: #7f9f00;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna ul li a.question span.mark-q {
        width: 38px;
        height: 36px;
        font-size: 18px;
        padding-top: 8px;
    }
}

section.product div.product-qna ul li a.question span.qs {
    float: left;
    padding: 15px 0 0 15px;
    width: 87%;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna ul li a.question span.qs {
        padding: 10px 0 0 10px;
        width: 70%;
    }
}

section.product div.product-qna ul li div.answer {
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px 25px 25px 100px;
    line-height: 26px;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna ul li div.answer {
        font-size: 12px;
        padding: 25px 25px 25px 70px;
        line-height: 22px;
    }
}

section.product div.product-qna ul li div.answer span.mark-a {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 56px;
    height: 53px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    background: #000;
    padding-top: 14px;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna ul li div.answer span.mark-a {
        width: 38px;
        height: 36px;
        font-size: 18px;
        padding-top: 8px;
    }
}

section.product div.product-qna a.do-question {
    display: block;
    width: 260px;
    text-align: center;
    margin: 50px auto 0 auto;
    font-size: 14px;
    font-weight: 800;
    padding: 20px 20px;
    color: #fff;
    background: #ed6c00;
}

section.product div.product-qna a.do-question.trace {
    background: #c82c5b;
}

section.product div.product-qna a.do-question.widas {
    background: #7f9f00;
}

@media screen and (max-width: 1024px) {
    section.product div.product-qna a.do-question {
        font-size: 16px;
        width: 200px;
        margin: 25px auto 0 auto;
        padding: 15px 40px;
    }
}

/****
* support scss
****/
section.support {
    /*  padding-bottom: 150px;*/
}

/*@media screen and (max-width: 760px) {
    section.support {
        padding-bottom: 75px;
    }
}*/

section.support div.support-visual {
    position: relative;
    height: 266px;
    background: url("/vn/assets/img/pc/product/product_visual.png") 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.support div.support-visual {
        height: 175px;
    }
}

section.support div.support-visual p.tit-1 {
    font-size: 52px;
    font-weight: 800;
    padding: 112px 0 5px 0;
}

@media screen and (max-width: 1024px) {
    section.support div.support-visual p.tit-1 {
        font-size: 26px;
        padding: 75px 0 5px 0;
    }
}

section.support div.support-visual p.tit-2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    section.support div.support-visual p.tit-2 {
        font-size: 10px;
        line-height: 15px;
        padding: 0 15px;
        word-break: auto-phrase;
    }
}

section.support div.support-tab {
    border-bottom: 1px solid #d5d5d5;
}

section.support div.support-tab div.support-inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    section.support div.support-tab div.support-inner {
        width: 100%;
    }
}

section.support div.support-tab div.support-inner a {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #d5d5d5;
    padding: 19px 0;
}

@media screen and (max-width: 1024px) {
    section.support div.support-tab div.support-inner a {
        font-size: 12px;
        padding: 12px 0;
    }
}

section.support div.support-tab div.support-inner a:first-child {
    border-left: 1px solid #d5d5d5;
    width: 34%;
}

section.support div.support-tab div.support-inner a.on {
    background: #ff6c00;
    color: #fff;
}

section.support div.basic-senten {
    padding-top: 45px;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten {
        padding-top: 25px;
    }
}

section.support div.basic-senten h2 {
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten h2 {
        font-size: 14px;
    }
}

section.support div.basic-senten p.navi {
    float: right;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    background: url("/vn/assets/img/pc/icon/icon_house.png") 0 0 no-repeat;
    padding: 0px 0 10px 26px;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten p.navi {
        font-size: 10px;
        background-size: 10px 9px;
        padding: 0px 0 3px 15px;
    }
}

section.support div.basic-senten p.navi span {
    color: #000;
}

section.support div.basic-senten div.consult {
    color: #000;
    padding: 40px 0 0px 0;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult {
        padding: 25px 15px 0px 15px;
    }
}

section.support div.basic-senten div.consult p.headset {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 0 5px 100px;
    background: url("/vn/assets/img/pc/icon/icon_headset.png") 0 0 no-repeat;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult p.headset {
        background-size: 39px 39px;
        padding: 0px 0 0px 55px;
        font-size: 11px;
        line-height: 16px;
    }
}

section.support div.basic-senten div.consult p.telephone {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 0 5px 100px;
    background: url("/vn/assets/img/pc/icon/icon_telephone.png") 0 0 no-repeat;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult p.telephone {
        background-size: 39px 39px;
        padding: 0px 0 0px 55px;
        font-size: 11px;
        line-height: 16px;
    }
}

section.support div.basic-senten div.consult p.heart {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 0 5px 120px;
    background: url("/vn/assets/img/pc/icon/icon_heart.png") 0 0 no-repeat;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult p.heart {
        background-size: 39px 39px;
        padding: 0px 0 0px 55px;
        font-size: 11px;
        line-height: 16px;
    }
}

section.support div.basic-senten div.consult p.heart span.flex {
    display: block;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult p.heart span.flex {
        display: inline;
        margin-right: 2px;
    }
}

section.support div.basic-senten div.consult span.info {
    display: block;
    font-size: 18px;
    font-weight: 800;
    padding-top: 10px;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult span.info {
        font-size: 13px;
    }
}

section.support div.basic-senten div.consult span.info span.line {
    color: #cecece;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult span.info span.line {
        font-size: 13px;
        margin: 0 5px;
    }
}

section.support div.basic-senten div.consult a.connect {
    float: right;
    width: 220px;
    height: 60px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    padding-left: 40px;
    line-height: 60px;
    margin-top: 10px;
    background: #333 url("/vn/assets/img/pc/icon/icon_connect.png") 45px 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult a.connect {
        display: none;
    }
}

section.support div.basic-senten div.consult div.asking-tech {
    padding: 35px 65px;
    margin: 35px 0 0 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult div.asking-tech {
        padding: 20px 0;
        margin: 20px 0 0 0;
    }
}

section.support div.basic-senten div.consult div.asking-tech div.f {
    float: left;
    width: 48%;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult div.asking-tech div.f {
        float: none;
        width: 100%;
    }
}

section.support div.basic-senten div.consult div.asking-tech div.s {
    float: right;
    width: 48%;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult div.asking-tech div.s {
        float: none;
        width: 100%;
        padding-top: 15px;
    }
}

section.support div.basic-senten div.consult div.asking-tech p.title {
    padding-bottom: 10px;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult div.asking-tech p.title {
        font-size: 12px;
    }
}

section.support div.basic-senten div.consult div.asking-tech p.title.tt {
    padding-top: 30px;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult div.asking-tech p.title.tt {
        padding-top: 15px;
    }
}

section.support div.basic-senten div.consult div.asking-tech p.title span.star {
    display: inline-block;
    width: 7px;
    height: 6px;
    background: url("/vn/assets/img/pc/icon/icon_star.png") 0 0 no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

section.support div.basic-senten div.consult div.asking-tech p.input input {
    width: 100%;
}

section.support div.basic-senten div.consult div.asking-tech p.input textarea {
    width: 100%;
    height: 220px;
}

section.support div.basic-senten div.consult a.submit-ask {
    display: inline-block;
    text-align: center;
    background: #ed6c00;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    width: 230px;
    line-height: 55px;
}

@media screen and (max-width: 1024px) {
    section.support div.basic-senten div.consult a.submit-ask {
        font-size: 14px;
        line-height: 40px;
        width: 180px;
    }
}

/****
* support scss
****/
section.news {
    /*padding-bottom: 150px;*/
}

@media screen and (max-width: 1024px) {
    section.news {
        padding-bottom: 0;
    }
}

section.news div.news-visual {
    position: relative;
    height: 266px;
    background: url("/vn/assets/img/pc/news/news_visual.png") 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.news div.news-visual {
        height: 175px;
    }
}

section.news div.news-visual p.tit-1 {
    font-size: 52px;
    font-weight: 800;
    padding: 112px 0 5px 0;
}

@media screen and (max-width: 1024px) {
    section.news div.news-visual p.tit-1 {
        font-size: 26px;
        padding: 85px 0 5px 0;
    }
    section.news div.news-visual p.tit-1.news_tit{
        font-size: 23px;
        padding-top: 55px;
    }
}

section.news div.news-visual p.tit-2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    section.news div.news-visual p.tit-2 {
        font-size: 11px;
        line-height: 15px;
        padding: 0 15px;
        word-break: auto-phrase;
    }
}

section.news div.news-tab {
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
}

section.news div.news-tab div.news-inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    section.news div.news-tab div.news-inner {
        width: 100%;
    }
}

section.news div.news-tab div.news-inner a {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #d5d5d5;
    padding: 19px 0;
}

section.news div.news-tab div.news-inner a:nth-child(3) {
    width: 34%;
}

@media screen and (max-width: 1024px) {
    section.news div.news-tab div.news-inner a {
        font-size: 12px;
        padding: 12px 0;
    }
}

section.news div.news-tab div.news-inner a:first-child {
    border-left: 1px solid #d5d5d5;
}

section.news div.news-tab div.news-inner a.on {
    background: #ff6c00;
    color: #fff;
    border-left: 1px solid #ff6c00;
    border-right: 1px solid #ff6c00;
}

section.news div.basic-senten {
    padding-top: 45px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten {
        padding-top: 25px;
    }
}

section.news div.basic-senten h2 {
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten h2 {
        font-size: 14px;
    }
}

section.news div.basic-senten p.navi {
    float: right;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    background: url("/vn/assets/img/pc/icon/icon_house.png") 0 0 no-repeat;
    padding: 0px 0 10px 26px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten p.navi {
        font-size: 10px;
        background-size: 10px 9px;
        padding: 0px 0 3px 15px;
    }
}

section.news div.basic-senten p.navi span {
    color: #000;
}

section.news div.basic-senten div.news-content {
    height: 65px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content {
        height: 42px;
        margin-top: 15px;
    }
}

section.news div.basic-senten div.news-content div.under-option {
    padding: 15px 0;
    background: #e9e9e9;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option {
        padding: 9px 0;
    }
}

section.news div.basic-senten div.news-content div.under-option span.option {
    float: left;
    width: 50%;
    padding: 8px 0 0 50px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option span.option {
        padding: 0px 0 0 20px;
    }
}

section.news div.basic-senten div.news-content div.under-option span.option span {
    display: inline-block;
    margin: 0 30px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option span.option span {
        margin: 0 15px;
    }
}

section.news div.basic-senten div.news-content div.under-option span.option a {
    color: #000;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option span.option a {
        font-size: 12px;
    }
}

section.news div.basic-senten div.news-content div.under-option span.option a.on {
    color: #ed6c00;
}

section.news div.basic-senten div.news-content div.under-option div.search-option {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 25px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option div.search-option {
        padding-right: 15px;
    }
}

section.news div.basic-senten div.news-content div.under-option div.search-option input.input-search {
    height: 36px;
    background: #fff;
    border: 0;
    vertical-align: middle;
    padding: 15px;
    width: 200px;
    margin: 0 5px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option div.search-option input.input-search {
        display: none;
    }
}

section.news div.basic-senten div.news-content div.under-option div.search-option a.search-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff url("/vn/assets/img/pc/icon/icon_zoom.png") 50% 50% no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option div.search-option a.search-btn {
        background: #fff url("/vn/assets/img/pc/icon/icon_zoom.png") 50% 50% no-repeat;
        width: 26px;
        height: 26px;
        background-size: 64% auto;
    }
}

section.news div.basic-senten div.news-content div.under-option span.subject {
    float: left;
    width: 80%;
    padding: 8px 0 0 50px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option span.subject {
        width: 100%;
        font-size: 12px;
        padding: 15px 0 10px 20px;
    }
}

section.news div.basic-senten div.news-content div.under-option span.subject span.tit {
    font-weight: 800;
}

section.news div.basic-senten div.news-content div.under-option span.subject span.v {
    display: inline-block;
    margin: 0 30px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option span.subject span.v {
        margin: 0 15px;
    }
}

section.news div.basic-senten div.news-content div.under-option span.subject.views {
    font-weight: 800;
}

section.news div.basic-senten div.news-content div.under-option div.reg-date {
    float: right;
    width: 20%;
    text-align: right;
    padding: 8px 25px 0 0;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-content div.under-option div.reg-date {
        width: 100%;
        padding: 0px 0px 15px 20px;
        float: left;
        text-align: left;
        font-size: 11px;
    }
}

section.news div.basic-senten div.news-content div.under-option div.reg-date span {
    margin: 0 12px;
}

section.news div.basic-senten ul.news-list li {
    float: left;
    width: 30.5%;
    border: 1px solid #e5e5e5;
    margin: 20px 4.2% 20px 0;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten ul.news-list li {
        width: 48.5%;
        margin: 10px 3% 0px 0;
    }
}

section.news div.basic-senten ul.news-list li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten ul.news-list li:nth-child(3n) {
        margin-right: 3%;
    }
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten ul.news-list li:nth-child(2n) {
        margin-right: 0;
    }
}

section.news div.basic-senten ul.news-list li span.thumbnail img {
    width: 100%;
}

section.news div.basic-senten ul.news-list li p.subject {
    padding: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten ul.news-list li p.subject {
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
    }
}

section.news div.basic-senten ul.news-list li span.date {
    display: block;
    padding: 15px 20px 25px 20px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten ul.news-list li span.date {
        padding: 10px;
        font-size: 11px;
    }
}

section.news div.basic-senten div.news-inner-content {
    padding: 30px 50px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.news-inner-content {
        padding: 20px 10px;
        line-height: 20px;
        font-size: 12px;
    }
}

section.news div.basic-senten a.go-list {
    display: inline-block;
    text-align: center;
    background: #ed6c00;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    width: 160px;
    line-height: 55px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten a.go-list {
        font-size: 14px;
        line-height: 40px;
        width: 180px;
    }
}

section.news div.basic-senten div.customer p.text {
    font-size: 24px;
    color: #393939;
    text-align: center;
    font-weight: 800;
    line-height: 34px;
    padding: 45px 0 30px 0;
}

@media screen and (max-width: 1120px) {
    section.news div.basic-senten div.customer p.text {
        font-size: 15px;
        padding: 25px 0 20px 0;
        line-height: 25px;
    }
}

section.news div.basic-senten div.customer p.text span.a {
    display: block;
}

section.news div.basic-senten div.customer p.text span.orange {
    color: #ed6c00;
}

section.news div.basic-senten div.customer div.coperation-list {
    width: 92%;
    margin: 0 auto;
    height: 160px;
    overflow: hidden;
    padding-bottom: 3px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-list {
        height: 90px;
        overflow: hidden;
    }
}

section.news div.basic-senten div.customer div.coperation-list div.swiper-slide {
    background: #fff;
    border: 1px solid #c8c8c8;
    box-shadow: 2px 2px 0px #d2d2d2;
}

section.news div.basic-senten div.customer div.coperation-list div.swiper-slide span {
    display: block;
    border-bottom: 1px solid #e9e9e9;
}

section.news div.basic-senten div.customer div.coperation-list div.swiper-slide p.logo-name {
    text-align: center;
    font-size: 14px;
    color: #666;
}

section.news div.basic-senten div.customer div.coperation-list .swiper-button-prev,
section.news div.basic-senten div.customer div.coperation-list .swiper-button-next {
    position: absolute;
    top: 37%;
    width: 25px;
    height: 49px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: 25px 49px;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-list .swiper-button-prev,
    section.news div.basic-senten div.customer div.coperation-list .swiper-button-next {
        top: 32%;
    }
}

section.news div.basic-senten div.customer div.coperation-list .swiper-pagination-fraction {
    bottom: auto;
    left: auto;
    margin: -170px 0 0 115px;
}

section.news div.basic-senten div.customer div.coperation-list .swiper-button-prev {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_client_left.png");
    left: 0px;
    right: auto;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-list .swiper-button-prev {
        left: 5px;
        background-size: 9px 16px;
    }
}

section.news div.basic-senten div.customer div.coperation-list .swiper-button-next {
    background-image: url("/vn/assets/img/pc/icon/icon_arrow_client_right.png");
    right: 0px;
    left: auto;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-list .swiper-button-next {
        right: 5px;
        background-size: 9px 16px;
    }
}

section.news div.basic-senten div.customer div.coperation-wrap p.tit {
    font-size: 24px;
    color: #000;
    font-weight: 800;
    text-align: center;
    padding: 80px 0 25px 0;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-wrap p.tit {
        padding: 50px 0 20px 0;
    }
}

section.news div.basic-senten div.customer div.coperation-wrap p.tit span {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
}

section.news div.basic-senten div.customer div.coperation-wrap ul li {
    float: left;
    width: 13.3%;
    border: 1px solid #e5e5e5;
    margin-right: 1%;
    margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-wrap ul li {
        width: 31%;
        margin-right: 3.5%;
    }
}

section.news div.basic-senten div.customer div.coperation-wrap ul li:nth-child(7n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-wrap ul li:nth-child(7n) {
        margin-right: 3.5%;
    }
}

@media screen and (max-width: 1024px) {
    section.news div.basic-senten div.customer div.coperation-wrap ul li:nth-child(3n) {
        margin-right: 0;
    }
}

section.news div.basic-senten div.customer div.coperation-wrap ul li img {
    width: 100%;
}

/****
* support scss
****/
section.data {
    padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    section.data {
        padding-bottom: 35px;
    }
}

section.data div.data-visual {
    position: relative;
    height: 266px;
    background: url("/vn/assets/img/pc/news/news_visual.png") 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.data div.data-visual {
        height: 175px;
    }
}

section.data div.data-visual p.tit-1 {
    font-size: 52px;
    font-weight: 800;
    padding: 112px 0 5px 0;
}

@media screen and (max-width: 1024px) {
    section.data div.data-visual p.tit-1 {
        font-size: 26px;
        padding: 85px 0 5px 0;
    }
}

section.data div.data-visual p.tit-2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    section.data div.data-visual p.tit-2 {
        font-size: 10px;
        line-height: 15px;
    }
}

section.data div.data-tab {
    border-bottom: 1px solid #d5d5d5;
}

section.data div.data-tab div.data-inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    section.data div.data-tab div.data-inner {
        width: 100%;
    }
}

section.data div.data-tab div.data-inner a {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #d5d5d5;
    padding: 19px 0;
}

@media screen and (max-width: 1024px) {
    section.data div.data-tab div.data-inner a {
        font-size: 12px;
        padding: 12px 0;
    }
}

section.data div.data-tab div.data-inner a:first-child {
    border-left: 1px solid #d5d5d5;
}

section.data div.data-tab div.data-inner a.on {
    background: #ff6c00;
    color: #fff;
}

section.data div.basic-senten {
    padding-top: 45px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten {
        padding-top: 25px;
    }
}

section.data div.basic-senten h2 {
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten h2 {
        font-size: 14px;
    }
}

section.data div.basic-senten p.navi {
    float: right;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    background: url("/vn/assets/img/pc/icon/icon_house.png") 0 0 no-repeat;
    padding: 0px 0 10px 26px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten p.navi {
        font-size: 10px;
        background-size: 10px 9px;
        padding: 0px 0 3px 15px;
    }
}

section.data div.basic-senten p.navi span {
    color: #000;
}

section.data div.basic-senten div.data-content {
    height: 65px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-content {
        margin-top: 15px;
        height: auto;
    }
}

section.data div.basic-senten div.data-content div.under-option {
    padding: 15px 0;
    background: #e9e9e9;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-content div.under-option {
        padding: 0px 0;
    }
}

section.data div.basic-senten div.data-content div.under-option span.option {
    float: left;
    width: 50%;
    padding: 8px 0 0 50px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-content div.under-option span.option {
        width: 60%;
        padding: 6px 0 0 15px;
    }
}

section.data div.basic-senten div.data-content div.under-option span.option span {
    display: inline-block;
    margin: 0 30px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-content div.under-option span.option span {
        margin: 0 5px;
    }
}

section.data div.basic-senten div.data-content div.under-option span.option a {
    color: #000;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-content div.under-option span.option a {
        font-size: 12px;
    }
}

section.data div.basic-senten div.data-content div.under-option span.option a.on {
    color: #ed6c00;
}

section.data div.basic-senten div.data-content div.under-option div.search-option {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 25px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-content div.under-option div.search-option {
        width: 40%;
    }
}

section.data div.basic-senten div.data-content div.under-option div.search-option input.input-search {
    height: 36px;
    background: #fff;
    border: 0;
    vertical-align: middle;
    padding: 15px;
    width: 200px;
    margin: 0 5px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-content div.under-option div.search-option input.input-search {
        display: none;
    }
}

section.data div.basic-senten div.data-content div.under-option div.search-option a.search-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff url("/vn/assets/img/pc/icon/icon_zoom.png") 50% 50% no-repeat;
    vertical-align: middle;
}

section.data div.basic-senten div.data-list table {
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-list table {
        font-size: 12px;
    }
}

section.data div.basic-senten div.data-list table th {
    padding: 20px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-list table th {
        padding: 10px 0;
    }
}

section.data div.basic-senten div.data-list table td {
    padding: 20px 15px;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.data-list table td {
        padding: 10px 10px;
    }
}

section.data div.basic-senten div.data-list table td.l {
    text-align: left;
}

section.data div.basic-senten div.data-list table td a {
    color: #666;
}

section.data div.basic-senten div.data-list table td span.new {
    display: inline-block;
    padding: 3px 10px;
    vertical-align: middle;
    background: #ed6c00;
    color: #fff;
    margin-left: 10px;
}

section.data div.basic-senten div.login-wrap {
    width: 820px;
    margin: 50px auto 0 auto;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap {
        width: 100%;
        margin: 30px auto 0 auto;
    }
}

section.data div.basic-senten div.login-wrap p {
    color: #333;
    text-align: center;
}

section.data div.basic-senten div.login-wrap p.tit-1 {
    font-size: 40px;
    font-weight: 800;
    background: url("/vn/assets/img/pc/icon/icon_locker.png") 50% 0 no-repeat;
    padding: 80px 0 10px 0;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap p.tit-1 {
        font-size: 24px;
        background-size: 35px auto;
        padding: 60px 0 10px 0;
    }
}

section.data div.basic-senten div.login-wrap p.tit-2 {
    font-size: 14px;
    padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap p.tit-2 {
        font-size: 12px;
        padding: 0 50px 20px 50px;
        line-height: 20px;
    }
}

section.data div.basic-senten div.login-wrap div.login-form {
    padding: 50px 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap div.login-form {
        padding: 30px 0 0px 0;
        border-bottom: 0;
    }
}

section.data div.basic-senten div.login-wrap div.login-form input[type="text"], section.data div.basic-senten div.login-wrap div.login-form input[type="password"] {
    width: 360px;
    height: 36px;
    font-size: 16px;
    color: #333;
    margin: 9px 0 0 70px;
    border: 0;
    background: #ececec;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap div.login-form input[type="text"], section.data div.basic-senten div.login-wrap div.login-form input[type="password"] {
        margin: 2px 0 0 45px;
        width: 70%;
        height: 36px;
        font-size: 12px;
    }
}

section.data div.basic-senten div.login-wrap div.login-form div.id-input {
    display: inline-block;
    width: 450px;
    height: 55px;
    background: #ececec url("/vn/assets/img/pc/icon/icon_login_id.png") 20px 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap div.login-form div.id-input {
        width: 70%;
        height: 40px;
        background-size: 25px auto;
    }
}

section.data div.basic-senten div.login-wrap div.login-form div.pw-input {
    display: inline-block;
    width: 450px;
    height: 55px;
    background: #ececec url("/vn/assets/img/pc/icon/icon_login_pw.png") 20px 50% no-repeat;
    margin: 10px 0 15px 0;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap div.login-form div.pw-input {
        width: 70%;
        height: 40px;
        background-size: 25px auto;
    }
}

section.data div.basic-senten div.login-wrap div.login-form a.login-btn {
    display: inline-block;
    width: 450px;
    line-height: 54px;
    background: #ed6c00;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap div.login-form a.login-btn {
        width: 70%;
        font-size: 14px;
        line-height: 40px;
    }
}

section.data div.basic-senten div.login-wrap div.login-form p.partnet-join {
    display: inline-block;
    width: 450px;
    text-align: right;
    padding-top: 16px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap div.login-form p.partnet-join {
        width: 70%;
    }
}

section.data div.basic-senten div.login-wrap div.login-form p.partnet-join a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    background: url("/vn/assets/img/pc/icon/icon_partner.png") 0 50% no-repeat;
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    section.data div.basic-senten div.login-wrap div.login-form p.partnet-join a {
        font-size: 12px;
        line-height: 40px;
        padding-left: 25px;
        background-size: 16px auto;
    }
}

/****
* recruit scss
****/
section.recruit {
    padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    section.recruit {
        padding-bottom: 75px;
    }
}

section.recruit div.recruit-visual {
    position: relative;
    height: 266px;
    /*background: url("/vn/assets/img/pc/recruit/recruit_visual.png") 50% 0 no-repeat;*/
    background-size: cover;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section.recruit div.recruit-visual {
        height: 175px;
    }
}

section.recruit div.recruit-visual p.tit-1 {
    font-size: 52px;
    font-weight: 800;
    padding: 135px 0 5px 0;
}

@media screen and (max-width: 1024px) {
    section.recruit div.recruit-visual p.tit-1 {
        font-size: 26px;
        padding: 85px 0 5px 0;
    }
}

section.recruit div.recruit-visual p.tit-2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.recruit-visual p.tit-2 {
        font-size: 10px;
        line-height: 15px;
    }
}

section.recruit div.recruit-tab {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

section.recruit div.recruit-tab div.recruit-inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    section.recruit div.recruit-tab div.recruit-inner {
        width: 100%;
    }
}

section.recruit div.recruit-tab div.recruit-inner a {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #d5d5d5;
    padding: 19px 0;
}

@media screen and (max-width: 1024px) {
    section.recruit div.recruit-tab div.recruit-inner a {
        font-size: 12px;
        padding: 12px 0;
    }
}

section.recruit div.recruit-tab div.recruit-inner a:first-child {
    border-left: 1px solid #d5d5d5;
}

section.recruit div.recruit-tab div.recruit-inner a.on {
    background: #ff6c00;
    color: #fff;
    border-left: 1px solid #ff6c00;
    border-right: 1px solid #ff6c00;
}

section.recruit div.basic-senten {
    padding-top: 45px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten {
        padding-top: 25px;
    }
}

section.recruit div.basic-senten h2 {
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten h2 {
        font-size: 14px;
    }
}

section.recruit div.basic-senten p.navi {
    float: right;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    background: url("/vn/assets/img/pc/icon/icon_house.png") 0 0 no-repeat;
    padding: 0px 0 10px 26px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten p.navi {
        font-size: 10px;
        background-size: 10px 9px;
        padding: 0px 0 3px 15px;
    }
}

section.recruit div.basic-senten p.navi span {
    color: #000;
}

section.recruit div.basic-senten ul.li-1 {
    position: relative;
    padding-top: 20px;
}

section.recruit div.basic-senten ul.li-1:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    top: 32px;
    left: 0;
    background: #000;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten ul.li-1:before {
        width: 20px;
        top: 25px;
        left: 0;
    }
}

section.recruit div.basic-senten ul.li-1 li {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    padding-left: 55px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten ul.li-1 li {
        font-size: 12px;
        background-size: 10px 9px;
        padding: 0px 0 3px 30px;
        line-height: 22px;
        word-break: auto-phrase;
    }
}

section.recruit div.basic-senten ul.li-1 li span.b {
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten ul.li-1 li span.b {
        font-size: 14px;
    }
}

section.recruit div.basic-senten ul.li-2 li {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding-left: 65px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten ul.li-2 li {
        font-size: 12px;
        line-height: 22px;
        padding-left: 45px;
        word-break: auto-phrase;
    }
}

section.recruit div.basic-senten ul.li-2 li span.b {
    font-weight: 800;
}

section.recruit div.basic-senten div.method {
    padding-top: 40px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.method {
        padding-top: 20px;
    }
}

section.recruit div.basic-senten div.method img {
    width: 100%;
    margin-top: -5px;
}

section.recruit div.basic-senten div.apply-btn {
    text-align: center;
    border-top: 1px solid #dadada;
    margin-top: 55px;
    padding-top: 40px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.apply-btn {
        margin-top: 30px;
        padding-top: 20px;
    }
}

section.recruit div.basic-senten div.apply-btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    padding: 18px 40px;
    background: #ed6d00;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.apply-btn a {
        font-size: 14px;
        padding: 14px 20px;
    }
}

section.recruit div.basic-senten div.walfair ul li {
    float: left;
    width: 50%;
    padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.walfair ul li {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }
}

section.recruit div.basic-senten div.walfair ul li div.f {
    float: left;
    width: 20%;
    text-align: center;
    height: 125px;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.walfair ul li div.f {
        width: 20%;
        background-size: 100%;
    }
    section.recruit div.basic-senten div.walfair ul li div.f img {
        width: 100%;
    }
}

section.recruit div.basic-senten div.walfair ul li div.s {
    float: right;
    width: 80%;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.walfair ul li div.s {
        width: 80%;
    }
}

section.recruit div.basic-senten div.walfair ul li div.s p.f {
    font-size: 28px;
    font-weight: 800;
    padding: 14px 0 6px 0;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.walfair ul li div.s p.f {
        font-size: 15px;
        padding: 7px 0 6px 20px;
    }
}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-1 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-2 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-3 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-4 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-5 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-6 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-7 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-8 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-9 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-10 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-11 {

}

section.recruit div.basic-senten div.walfair ul li div.s p.f.w-12 {

}


section.recruit div.basic-senten div.walfair ul li div.s p.s {
    font-size: 20px;
    line-height: 24px;
    padding-right: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}

section.recruit div.basic-senten div.walfair p.bottom-text {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    padding-top: 80px;
}

section.recruit div.basic-senten div.walfair div.icon-01 {
    background: url('../img/pc/recruit/recruit_icon_06.png') 50% 50% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-02 {
    background: url('../img/pc/recruit/recruit_icon_02.png') 50% 50% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-03 {
    background: url('../img/pc/recruit/recruit_icon_18.png') 50% 55% no-repeat;
    background-size: 82%;
}
section.recruit div.basic-senten div.walfair div.icon-04 {
    background: url('../img/pc/recruit/recruit_icon_04.png') 50% 50% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-05 {
    background: url('../img/pc/recruit/recruit_icon_04.png') 50% 50% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-06 {
    background: url('../img/pc/recruit/recruit_icon_16.png') 50% 50% no-repeat;
    background-size: 86%;
}
section.recruit div.basic-senten div.walfair div.icon-07 {
    background: url('../img/pc/recruit/recruit_icon_17.png') 50% 50% no-repeat;
    background-size: 86%;
}
section.recruit div.basic-senten div.walfair div.icon-08 {
    background: url('../img/pc/recruit/recruit_icon_07.png') 50% 40% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-09 {
    background: url('../img/pc/recruit/recruit_icon_19.png') 50% 35% no-repeat;
    background-size: 70%;
}
section.recruit div.basic-senten div.walfair div.icon-10 {
    background: url('../img/pc/recruit/recruit_icon_09.png') 50% 30% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-11 {
    background: url('../img/pc/recruit/recruit_icon_10.png') 50% 50% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-12 {
    background: url('../img/pc/recruit/recruit_icon_11.png') 50% 50% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-13 {
    background: url('../img/pc/recruit/recruit_icon_13.png') 50% 70% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-14 {
    background: url('../img/pc/recruit/recruit_icon_14.png') 50% 50% no-repeat;
}
section.recruit div.basic-senten div.walfair div.icon-15 {
    background: url('../img/pc/recruit/recruit_icon_15.png') 50% 50% no-repeat;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.walfair ul li div.s p.s {
        font-size: 12px;
        line-height: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

section.recruit div.basic-senten div.office {
    text-align: center;
    padding: 30px 0 0 0;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.office {
        padding: 15px 0 0px 0px;
    }
}

section.recruit div.basic-senten div.office img {
    width: 97.4%;
}

section.recruit div.basic-senten div.office p.tit {
    position: relative;
    padding: 40px 0 20px 35px;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.office p.tit {
        font-size: 12px;
        padding: 20px 0 10px 20px;
    }
}

section.recruit div.basic-senten div.office p.tit:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 48px;
    width: 17px;
    height: 3px;
    background: #000;
}

@media screen and (max-width: 1024px) {
    section.recruit div.basic-senten div.office p.tit:before {
        left: 6px;
        top: 24px;
        width: 9px;
        height: 2px;
    }
}

section.recruit div.bg-container {
    background: #f7f7f7;
    margin-top: 35px;
    padding: 0 0 50px 0;
    font-weight: 300;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 1024px) {
    section.recruit div.bg-container {
        margin-top: 15px;
        padding: 25px 0 20px 0;
    }
}

section.recruit div.bg-container div.weeds img {
    width: 100%;
    margin-top: -5px;
}

div.company-dream {

}
div.company-dream div.dream-inner {
    display: inline-block;
    width: calc(100% -  160px);
    height: 124px;
    font-size: 40px;
    text-align: left;
    float: left;
    margin-top: 50px;
    letter-spacing: 2px;
}

div.company-dream div.dream-inner div.robot-text strong {
    font-weight: 800;
}

div.company-dream span.dream-tit {
    display: block;
    font-size: 30px;
    font-weight: 800;
    padding: 0 0 0 0;
    text-align: left;
}

div.company-soul span.soul-tit {
    display: block;
    font-size: 30px;
    font-weight: 800;
    padding: 0 0 50px 0;
    text-align: left;
}
div.company-soul ul {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
div.company-soul ul li {
    font-size: 28px;
    padding: 40px 0;
    border-top: 1px solid #000;
    text-align: left;
}
div.company-soul ul li:first-child {
    border-top: 0;
}

div.company-dna span.dna-tit {
    display: block;
    font-size: 30px;
    font-weight: 800;
    padding: 0 0 50px 0;
    text-align: left;
}
div.company-dna div.dna-inner {
    display: flex;
    padding: 0 0 70px 30px;
}
div.company-dna div.dna-inner ul {
    width: 33%;
    list-style-type: disc;
}
div.company-dna div.dna-inner ul.green {
    width: 42%;
}
div.company-dna div.dna-inner ul.last {
    width: 25%;
}
div.company-dna div.dna-inner ul li {
    text-align: left;
    font-size: 22px;
    color: #ef7d00;
    padding-bottom: 25px;
    font-weight: 800;
}
div.company-dna div.dna-inner ul.green li {
    text-align: left;
    font-size: 22px;
    color: #95b053;
}

div.company-spirite{
}

div.company-spirite div.spirite-inner {
    display: inline-block;
    width: calc(100% - 160px);
    height: 124px;
    font-size: 40px;
    text-align: left;
    float: left;
    margin-top: 50px;
    letter-spacing: 2px;
}

div.company-spirite div.spirite-inner {
    font-size: 41px;
    letter-spacing: -2px;
}

div.company-spirite div.spirite-inner span.tt {
    display: block;
    font-size: 40px;
    font-weight: 800;
    color: #ef7d00;
    padding-bottom: 40px;
}
div.company-spirite div.spirite-inner strong {
    font-size: 40px;
    font-weight: 800;
    color: #ef7d00;
}
div.company-spirite div.spirite-inner span.eng {
    color: #908f8f;
    font-size: 38px;
    letter-spacing: -1.8px;
}
div.company-spirite div.spirite-inner span.eng span.exp {
    font-size: 40px;
    font-weight: 800;
}
div.company-spirite span.spirite-tit {
    display: block;
    font-size: 30px;
    font-weight: 800;
    padding: 200px 0 0 0;
    text-align: left;
}

div.company-skill{
    display: inline-block;
    padding-left: 160px;
}

div.company-skill .skill-tit {
    display: block;
    font-size: 30px;
    font-weight: 800;
    padding: 0 0 50px 0;
    text-align: left;
}

div.company-skill span.skill-tit {
    display: block;
    font-size: 30px;
    font-weight: 800;
    text-align: left;
}
div.company-skill ul.skill-top {

}
div.company-skill ul.skill-top li {
    float: left;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    border: 1px solid #e7e7e7;
    width: 24.25%;
    height: 250px;
    margin-right: 1%;
    padding-top: 45px;
}
div.company-skill ul.skill-top li.t {
    padding-top: 28px;
}
div.company-skill ul.skill-top li:last-child {
    margin-right: 0;
}
div.company-skill ul.skill-top li p.p1 {
    padding-top: 45px;
}
div.company-skill ul.skill-top li p.p2 {
    padding-top: 43px;
}
div.company-skill ul.skill-top li p.p3 {
    padding-top: 31px;
}
div.company-skill ul.skill-top li p.p4 {
    padding-top: 30px;
}

div.company-skill ul.skill-bottom {
    padding-top: 40px;
}
div.company-skill ul.skill-bottom li {
    float: left;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    border: 0;
    color: #ef7d00;
    width: 20%;
    height: 250px;
    padding-top: 45px;
}
div.company-skill ul.skill-bottom li p.p5 {
    padding-top: 59px;
}
div.company-skill ul.skill-bottom li p.p6 {
    padding-top: 40px;
}
div.company-skill ul.skill-bottom li p.p7 {
    padding-top: 22px;
}
div.company-skill ul.skill-bottom li p.p8 {
    padding-top: 40px;
}
div.company-skill ul.skill-bottom li p.p9 {
    padding-top: 78px;
}

div.org-wrap {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 205px 0;
}
div.org-wrap div.f {

}
.organization_img_wrap{
    display: inline-block;
    width: 100%;
}
.organization_img_web{width: 100%;}
.organization_img_mobile{display: none;}
div.org-wrap div.s {
    width: 51%;
}
div.org-wrap div.s table {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 22px;
}
div.org-wrap div.s th {
    width: 130px;
    font-weight: 800;
    text-align: left;
    border-bottom: 1px solid #000;
}
div.org-wrap div.s td {
    padding: 23px 0;
    border-bottom: 1px solid #000;
}

div.film-guide {
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:.7;
    z-index: 12;
}
div.uncontact-wrap {
    position: absolute;
    z-index: 13;
    width: 680px;
    height: 480px;
    background: #fff;
    left: 50%; top: 50%;
    margin: -190px 0 0 -340px;
}
div.uncontact-wrap div.use-guide {
    position: absolute;
    left: 115px;
    top: -285px;
    width: 459px;
    height: 673px;
    z-index: 14;
}
div.uncontact-wrap div.use-guide a.close-guide-popup {
    position: absolute;
    width: 23px;
    height: 23px;
    background: url('/images/btn_pop_close_s.png') 0 0 no-repeat;
    right: 18px; top: 18px;
}
div.uncontact-wrap a.close-popup {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url('/images/btn_pop_close.png') 0 0 no-repeat;
    right: 18px; top: 18px;
}
div.uncontact-wrap div.uncontact-content {
    height: 235px;
    background: #f4f4f4;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 15px;
}

div.uncontact-wrap div.uncontact-content {

}
div.uncontact-wrap div.uncontact-content th {
    text-align: left;
    color: #888;
    font-size: 12px;
}
div.uncontact-wrap div.uncontact-content th.required {
    color: #ff6600;
}
div.uncontact-wrap div.uncontact-content td {
    padding: 3px 0;
    text-align: left;
}

div.uncontact-wrap div.btn-wrap {
    padding: 18px 0 0 0;
    text-align: center;
}
div.uncontact-wrap div.btn-wrap a {
    display: inline-block;
    color: #ffffff;
    background: #abc2c6;
    border-radius: 10px;
    width: 158px;
    height: 52px;
    text-align: center;
    margin: 0 3px;
    font-size: 16px;
    padding-top: 15px;
    text-decoration: none;
}
div.uncontact-wrap div.btn-wrap a.submit {
    background: #167e90;
}

.form-control {
    padding: 5px 10px;
    font-size: /*14px 수정*/12px;
    line-height: 1.42857143;
    border: 1px solid #d0d0d0;
    margin: 0;
    background: #fff;
    font-weight: normal;
    color: #666;
}

.w-100-per {
    width: 100%;
}

.naver-blog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

iframe#launcher {bottom: 80px !important;}

div.language-wrap {
    display: none;
    position: absolute;
    top: 31px;
    right: -155px;
    border-left: 2px solid #333;
}

div.wrapper header nav div.language-wrap span, div.wrapper header nav div.language-wrap a {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 800;
    padding: 3px 0px;
    margin-left: 15px;
    font-size: 12px;
}

.language-txt {
    position: relative;
    display: inline-block;
    color: #ff6c00 !important;
    font-weight: 800;
    font-size: 12px !important;
    padding: 33px 15px !important;
}
.language-txt.korea-txt::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #bbb;
    position: absolute;
    top: 35px;
    right: 0;
}
.language-txt.en-txt::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #bbb;
    position: absolute;
    top: 35px;
    right: 0;
}

.txt_gray{
    color: #908f8f !important;
}

.company_introduce_section0{
    display: inline-block;
    height: 150px;
    margin-top: 50px;
}
.company_introduce_section0 .by_country{
    display: inline-block;
    width: 160px;
    height: 1.0px;
    float: left;
    text-align: left;
    vertical-align: top;
}
.company_introduce_section0 .by_country .country{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    color: #908f8f;
    text-align: left;
}
.company_introduce_section0 .by_country .language{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    color: #ed6c00;
    text-align: left;
}
.company_introduce_section1{
    display: inline-block;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    margin-bottom: 80px;
    padding-left: 160px;
}
.company_introduce_section1 .introduce_text0{
    display: inline-block;
    width: 790px;
    height: 300px;
    font-size: 28px;
    color: #000;
    line-height: 150%;
    float: left;
    margin-right: 30px;
}
.company_introduce_section1 .introduce_img0{
    display: inline-block;
    width: 140px;
    height: 200px;
    padding-top: 160px;
    float: right;
    text-align: center;
}
.company_introduce_section1 .introduce_img0 img{width: 100%;}

.company_introduce_section2{
    display: inline-block;
    width: 100%;
    height: 300px;
    padding-left: 160px;
}
.company_introduce_section2 .introduce_text1{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: #ed6c00 !important;
    margin-bottom: 25px;
}
.company_introduce_section2 .introduce_text2{
    display: inline-block;
    width: 790px;
    height: 200px;
    font-size: 28px;
    color: #000;
    line-height: 150%;
    float: left;
}
.company_introduce_section2 .introduce_text2 span{color:#ed6c00;}
.company_introduce_section2 .introduce_img1{
    display: inline-block;
    width: 120px;
    height: 200px;
    padding-top: 60px;
    float: right;
    text-align: center;
}
.company_introduce_section2 .introduce_img1 img{width: 100%;}
.plus_count{
    display: inline-block;
    width: 20px;
    height: 83px;
    font-size: 26px;
    margin-left: 10px;
    vertical-align: top;
}
.company_introduce_title{
    display: inline-block;
    width: 100%;
    height: 240px;
}
.company_introduce_title.dream{height: 240px;}
.company_introduce_title.explorer{height: 240px;}
.company_introduce_title.skill{height: 240px;}

.company_introduce_title .introduce_title_icon{
    display: inline-block;
    width: 120px;
    height: 196px;
    float: left;
    margin-right: 40px;
    background-image: url('../img/pc/company/weeds_robot.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.company_introduce_title .introduce_title_txt {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #ed6c00;
    float: left;
    margin-right: 10px;
}

.skill_tit{
    display:inline-block;
    height: 180px;
    font-size: 26px;
    text-align: left;
    float: left;
}
.skill_card_wrap{
    display:inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 20px;
}
.skill_card_wrap .skill_card_list{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.skill_card_wrap .skill_card_list .skill_card{
    display: inline-block;
    width: calc(32% - 10px);
    height: 200px;
    float: left;
    text-align: center;
}
.margin{
    margin: 0 30px;
}
.skill_card_wrap .skill_card_list .skill_card .skill_card_icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.skill_card_wrap .skill_card_list .skill_card .skill_card_icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url('../img/pc/company/AI.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.skill_card_wrap .skill_card_list .skill_card .skill_card_icon.icon1{
    background-image: url('../img/pc/company/Big-data.png');
}
.skill_card_wrap .skill_card_list .skill_card .skill_card_icon.icon2{
    background-image: url('../img/pc/company/cloud-service.png');
}
.skill_card_wrap .skill_card_list .skill_card .skill_card_title{
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ed6c00;
    margin-bottom: 15px;
}
.skill_card_wrap .skill_card_list .skill_card .skill_card_info{
    display: inline-block;
    width: 100%;
    line-height: 150%;
    font-size: 18px;
    color: #ed6c00;
}
.skill_info_top{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.skill_info{
    display: inline-block;
    width: 48%;
    padding: 20px;
    float: left;
    font-size: 18px;
    text-align: left;
}
.skill_info.left_subject{
    height: 500px;
}
.skill_info.right_subject{
    float: right;
}
.skill_info.only_subject{
    width: 100%;
    letter-spacing: 2px;
}
.skill_info .skill_info_subject{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #ed6c00;
    margin-bottom: 10px;
}
.skill_info .skill_info_subject.big_subject{
    display: inline-block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.skill_info .skill_info_txt{
    line-height: 150%;
}
.company-class iframe{
    display: inline-block;
    width: 1120px;
    height: 1320px;
    margin: 0 auto;
}
.company_map_iframe{
    display: inline-block;
    width: 1120px;
    height: 420px !important;
    margin: 0 auto;
}
.products_intro{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 410px;
    z-index: 100;
    margin-top: 50px;
}
.products_intro2{height:380px  !important;}
.products_intro3{height:410px  !important;}
.products_intro_opacity{
    display: inline-block;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    z-index: 100;
    opacity: 0.7;
}
.intro_opacity2{height: 310px !important;}
.intro_opacity3{height: 345px !important; padding-top: 50px;}
.products_intro .products_intro_title{
    display: inline-block;
    width: 200px;
    height: 100px;
    font-size: 73px;
    font-weight: bold;
    position: absolute;
    top: -60px;
    left: 10px;
    z-index: 10;
    color: #ed6c00;
}
.intro_title2{color: #c82c5b !important;}
.intro_title3{color: #7f9f00 !important;}
.products_intro_txt{
    display: inline-block;
    width: 100%;
}
.products_intro_txt .intro_txt{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eaeaea;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
    text-align: left;
}
.products_intro_txt .intro_txt:last-child{
    border-bottom: 0;
}
.products_intro_txt .big_intro_txt{
    height: 75px;
    line-height: unset;
    border-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.products_intro_txt .small_intro_txt{
    font-size: 14px;
}
.products_intro_txt .big_intro_txt strong{color: #7f9f00;}

.products_intro .intro_img{
    display: inline-block;
    width: 500px;
    height: 434px;
    position: absolute;
    right: 0;
    bottom: -200px;
    z-index: 1000;
}
.intro_img2{bottom: -55px !important;}
.intro_img3{bottom: -60px !important;}
.products_intro .intro_img img{
    width:100%;
}

/*인재채용*/
.recruit_weeds{
    display: inline-block;
    width: 53%;
    min-width: 1120px;
    height: 435px;
    padding-top: 10px;
    /*    margin: 0 auto;
        text-align: center;*/
}
.recruit_weeds .recruit_weeds_list{
    display: inline-block;
    width: 50%;
    height: 435px;
    float: left;
    padding-top: 40px;
}
.recruit_weeds .recruit_weeds_list .recruit_weeds_txt{
    display: inline-block;
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    float: left;
}
.recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt{
    display: inline-block;
    width: 70px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    font-weight: 700;
    color: #ed6c00;
    float: left;
    text-align: center;
    margin-right: 15px;
}
.recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_sub{
    display: inline-block;
    width: calc(100% - 100px);
    font-size: 24px;
    font-weight: 700;
    color: #ed6c00;
    float: left;
    letter-spacing: 0.5px;
}
.recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_detail{
    display: inline-block;
    width: calc(100% - 100px);
    font-size: 15px;
    float: left;
}
.recruit_weeds .recruit_weeds_img{
    display: inline-block;
    width: 50%;
    height: 435px;
    float: left;
    /* margin-top: 8px;*/
}
.recruit_weeds .recruit_weeds_img img{width: 100%; height: 100%;}
@media (max-width: 1024px) {
    .recruit_weeds .recruit_weeds_img{
        display: none;
    }
}
.recruit_title{padding-top: 50px;}



/*2025-06-23 홈페이지 블로그 개선*/
.news_wrap{
    margin-top: 327px !important;
}
.company_blog_wrap{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}
.company_blog_wrap .company_blog_inner{
    display: inline-block;
    width: 1120px;
    height: 100%;
    margin:0 auto;
}
.company_blog_wrap .company_blog_inner .company_blog_tab{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    padding: 40px;
    gap: 20px;
}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link{
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc((100% - 3 * 20px) / 4);
    height: 245px;
    text-align: center;
    border: 1px solid #eaeaea;
}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link a{
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    /*  background-image: url("../img/pc/news/company_blog_img0.png");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

/*.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.link1 a{background-image: url("../img/pc/news/company_blog_img1.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.link2 a{background-image: url("../img/pc/news/company_blog_img2.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.link3 a{background-image: url("../img/pc/news/company_blog_img3.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.link4 a{background-image: url("../img/pc/news/company_blog_img4.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.link5 a{background-image: url("../img/pc/news/company_blog_img5.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.link6 a{background-image: url("../img/pc/news/company_blog_img6.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.link7 a{background-image: url("../img/pc/news/company_blog_img7.png");}*/

/*.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link0 a{background-image: url("../img/pc/news/tech_blog_img0.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link1 a{background-image: url("../img/pc/news/tech_blog_img1.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link2 a{background-image: url("../img/pc/news/tech_blog_img2.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link3 a{background-image: url("../img/pc/news/tech_blog_img3.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link4 a{background-image: url("../img/pc/news/tech_blog_img4.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link5 a{background-image: url("../img/pc/news/tech_blog_img5.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link6 a{background-image: url("../img/pc/news/tech_blog_img6.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link7 a{background-image: url("../img/pc/news/tech_blog_img7.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link8 a{background-image: url("../img/pc/news/tech_blog_img8.png");}
.company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link.tech_link9 a{background-image: url("../img/pc/news/tech_blog_img9.png");}*/

.company_partner_wrap{padding-bottom: 100px;}



/*위상 및 기술력*/
.company_mark_list{
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 35px;
}
.company_mark_list .company_mark{
    width: 130px;
    height: 130px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 130px;
    text-align: center;
}
.company_mark_list .company_mark img{width: 100%; height: 100%;}

.company_certificate_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    width: 100%;
    margin-top: 40px;
    /*  gap: 20px;*/
    width: 100%;
    padding: 60px 30px 100px 30px;
}
.company_certificate_wrap li.company_certificate{
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc((100% - 2 * 100px) / 3);
    height: 330px;
    margin-bottom: 20px;
    text-align: center;
}
.company_certificate_wrap li.company_certificate.trans{
    padding-top: 50px;
    text-align: left;
}

.company_certificate_wrap li.company_certificate img{
    width: 75%;
}

.company_certificate_wrap li.company_certificate.trans img{
    width: 96%;
}


.company_patent_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 100px;
}

.company_patent_wrap .company_patent{
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc((100% - 2 * 10px) / 4);
    height: 330px;
    margin-bottom: 20px;
    text-align: center;
}
.company_patent_wrap .company_patent img{width: 75%;}
.company_share_wrap{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}
.company_share_wrap .company_share_txt{
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    margin-top: 50px;
}
.share_img_web{width: 75%;}
.share_img_mobile{display: none;}


/*주요고객사*/
.partner_wrap{
    display: inline-block;
    width: 100%;
    margin-top:30px;
    text-align: center;
    position: relative;
}
.partner_wrap img{width: 100%;}
.partner_wrap span.more_text {
    position: absolute;
    right: 2rem;
    bottom: 0;
    font-size: 0.8rem;
    color: #666;
}
.partner_img_mobile0{display: none;}
.partner_img_mobile1{display: none;}
.partner_img_mobile2{display: none;}


.partner_title{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
}

/*office location*/
.location_wrap{
    display: inline-block;
    width: 1120px;
    margin: 0 auto;
}
.location_wrap .location_img{
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 30px 0;
    text-align: center;
}
.location_wrap .location_img img{width: 100%; height: 100%;}
.location_wrap .location_info{
    display: inline-block;
    width: 50%;
    float:left;
    padding-left: 120px;
}
.location_wrap .location_info .location_name{
    display: inline-block;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #ed6c00;
    padding-left: 13px;
}
.location_wrap .location_info .location_name.korea{width: 300px;}
.location_wrap .location_info .location{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 13px;
    font-weight: 800;
}
.location_wrap .location_info .location_address{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 13px;
    font-weight: 800;
}
.location_wrap .location_info .location_address.korea{padding-top: 3px;}
.location_wrap .location_info .location_tel, .location_fax, .location_email{
    display: inline-block;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 13px;
    font-weight: 800;
    float: left;
    margin-right: 10px;
}

/* 기존 common.css end */



/********** media query **********/
/*미디어 쿼리 section0*/
@media (min-width: 300px) and (max-width: 440px) {
    .products_intro.intro0{
       height: 410px !important;
    }
}
@media (max-width: 480px) {
    /*header*/
    div.wrapper header.active h1 a {
        position: absolute;
        background: url("/vn/assets/img/pc/logo_new.png") 0 0 no-repeat;
        background-size: 8rem;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        width: 8rem;
        height: auto;
    }
    div.wrapper header.on h1 a {
        /*   background-size: 104px 14px;*/
    }
    div.header-rect{display: none !important;}
    div.wrapper header {
        width: 100%;
        height: 56px;
        background: #fff;
    }
    div.wrapper header a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        padding: 17px 0 0 17px;
        z-index: 10;
    }
    div.wrapper header a.btn-sitemap span {
        position: absolute;
        width: 24px;
        height: 3px;
    }
    div.wrapper header a.btn-sitemap span:nth-child(1) {
        top: 16px;
        left: 16px;
        transition: all 0.3s ease-in;
    }
    div.wrapper header a.btn-sitemap span:nth-child(2) {
        margin: 0;
        top: 24px;
        left: 16px;
    }

    div.wrapper header a.btn-sitemap span:nth-child(3) {
        top: 32px;
        left: 16px;
        transition: all 0.3s ease-in;
    }
    div.wrapper header.on a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        z-index: 10;
    }
    div.wrapper header.on a.btn-sitemap span:nth-child(1) {
        top: 24px;
        left: 16px;
        transform: rotate(45deg);
    }
    div.wrapper header.on a.btn-sitemap span:nth-child(2) {
        display: none;
    }

    div.wrapper header.on a.btn-sitemap span:nth-child(3) {
        top: 24px;
        left: 16px;
        transform: rotate(-45deg);
    }

    /*    div.wrapper div.mobile-film {
            display: block;
        }*/

    /*gnb menu*/
    div.wrapper header nav {
        position: fixed;
        top: 0px;
        right: -60%;
        width: 60%;
        height: 100%;
        text-align: left;
        background: transparent;
        padding-top: 56px;
        transition: right 0.3s ease-in;
    }
    div.wrapper header nav div.mobile {
        position: absolute;
        top: 56px;
        width: 100%;
        height: 100%;
        background: #fff;
        border-left: 1px solid #d1d1d1;
    }
    div.wrapper header nav a {
        position: relative;
        display: block;
        color: #fff;
        font-weight: 700;
        padding: 13px 10px;
        margin: 0 15px;
        font-size: 15px;
        border-bottom: 1px solid #bbbbbb;
    }
    div.wrapper header nav a.on::before {
        width: 0;
    }
    div.wrapper header.on nav {
        right: 0;
    }
    div.wrapper header nav a.language-txt{
        display: inline-block;
        border-bottom: 0;
        margin: 10px 5px;
    }
    div.wrapper header nav a.language-txt.korea-txt{
        margin-left: 15px;
    }
    /*header end*/

    /*index>section0*/
    div#section0 div.main-content-wrap {
        position: relative;
        width: 100%;
        border: 0;
        height: 100%;
        margin: 0 auto;
    }
    div#section0 div.fall-contents .weeds-text {
        position: absolute;
        z-index: 10;
        font-size: 45px;
        color: #000;
        line-height: 45px;
        top: 50%;
        right: 65%;
        transform: translate(50%, -50%);
        font-family: 'PretendardLight';
        width: 100%;
        letter-spacing: -1.5px;
    }
    div#section0 div.fall-contents .weeds-text.c {
        font-size: clamp(1.4rem, 1.4rem, 1.4rem);
        top: 18rem;
        left: 0;
        right: auto;
        transform: translate(0, -50%);
        padding: 0 5%;
    }
    div#section0 div.fall-contents .weeds-text.c .index_org_txt{
        font-size: clamp(1.3rem, 1.3rem, 1.3rem);
    }
    div#section0 div.fall-contents .weeds-text strong.black.c {
        display: block;
        font-size: clamp(1.5rem, 1.5rem, 1.5rem);
        margin-bottom: 70px;
        background-image: url("/vn/assets/img/pc/weeds_robot.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 4rem;
    }
    div#section0 div.fall-contents div.weeds-robot {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 25%;
        transform: translate(50%, -50%);
        width: 157px;
        height: 257px;
        background: url("/vn/assets/img/pc/weeds_robot.png") 0 0 no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        margin: 85px 0 0 0;
        object-fit: contain;
    }
    div#section0 div.fall-contents div.weeds-robot.c {
        display: none;
        top: 35%;
        right: 45px;
        transform: translate(0%, -50%);
        margin-top: 0;
        width: 50px;
        height: 82px;
    }
    #section0 div.scene_bg .scroll-down{display: none;}
    #section0 div.scene_bg .main-visual{display: none;}
    #fall-scroll.fade-scale .fall-section.current {
        z-index: 5;
        opacity: 1;
        left: 0;
        height: 32rem;
    }
    /*section0 end*/

    /*index>section1*/
    div#section1{
        height: 100% !important;
        margin-bottom: 70px;
    }
    #fall-scroll .fall-section {
        position: relative;
        opacity: 1;
    }
    div#section1 div.fall-container {
        height: 530px !important;
    }
    div#section1 div.fall-contents div.scene_bg {
        background: url("/vn/assets/img/pc/main/mobile_main_number.png") 0 100% no-repeat;
        background-size: 100% auto;
    }
    div#section1 div.fall-contents div.scene_bg div.inner-content p.tit {
        padding: 40px 0 0 0;
        font-size: 32px;
        line-height: 32px;
    }
    div#section1 div.fall-contents div.scene_bg div.inner-content p.s-tit {
        font-size: 13px;
        line-height: 20px;
        padding: 14px 30px 0 30px;
    }
    div#section1 .swiper-button-prev,
    div#section1 .swiper-button-next {
        top: 80%;
        width: 18px;
    }
    div#section1 .swiper-button-prev {
        left: 7px;
        background-size: 20px auto;
    }
    div#section1 .swiper-button-next {
        right: 7px;
        background-size: 20px auto;
    }
    /*section1 end*/

    /*index>section2*/
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos {
        width: 95% !important;
        bottom: 20px !important;
        left: 10px !important;
        margin-left: 0px !important;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-1 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 22px;
        padding-bottom: 8px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-2 {
        font-size: 14px;
        padding-bottom: 15px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3 {
        font-size: 11px;
        font-weight: 300;
        line-height: 16px;
        padding-bottom: 10px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.widas_mobile_txt0{
        font-weight: 300;
        display: inline-block;
        width: 63%;
        font-size: 10px;
        line-height: 18px;
        padding-bottom: 10px;
        padding-right: 5px;
        word-break: auto-phrase;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3 .widas_mobile_txt1{
        display: inline-block !important;
        width: 70%;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.web-text-3{
        display: none;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.mobile-text-3{
        display: inline-block;
        font-size: 10px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area a.learn-more {
        font-size: 12px;
        width: 100px;
        height: 24px;
        padding: 2px 0 0 12px;
        background: rgba(255, 255, 255, 0.2) url("/vn/assets/img/pc/icon/icon_learn_more.png") 70px 65% no-repeat;
        background-size: 16px auto;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-prev {
        left: 3%;
        display: none;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-next {
        right: 3%;
        display: none;
    }
    div#section2 div.fall-container {
        height: 360px !important;
    }
    #section2 div.product-visual {
        height: 204px;
        margin-top: 160px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-1 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_1.png") 50% 0% no-repeat;
        height: 207px;
        background-size: 100% auto;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-2 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_2.png") 50% 0% no-repeat;
        height: 207px;
        background-size: 100% auto;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-3 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_3.png") 50% 0% no-repeat;
        height: 207px;
        background-size: 100% auto;
    }
    /*section2 end*/

    /*company*/
    .company {
        min-width: 100%;
    }
    section.company div.basic-senten h2 {
        font-size: 14px;
    }
    section.company div.basic-senten h2.company_title_skill{
        float: none;
        padding-top: 0px;
    }
    section.company div.basic-senten h2.company_title_skill.title1{
        font-size: clamp(1.7rem, 1.7rem, 1.7rem);
    }

    /*우리의 정체성*/
    .company_introduce_title{
        height: 310px;
        padding: 0 10px;
    }
    body .company_introduce_title .introduce_title_icon {
        display: inline-block;
        width: 60px;
        height: 98px;
        float: left;
        margin-right: 10px;
        background-image: url(../img/pc/company/weeds_robot.png);
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    body .company_introduce_title .introduce_title_txt{
        font-size: clamp(1.2rem, 1.2rem, 1.2rem);
    }
    section.company div.company-tab div.company-tab-inner a{
      /*  line-height: 40px;*/
    }
    body .company_introduce_section0{
        height: auto;
        margin-top: 35px;
        width: 100%;
        padding: 0 10px;
    }

    body .company_introduce_section0 .by_country{
        height: auto;
        width: 33%;
        margin-bottom: 25px;
    }
    body .company_introduce_section0 .by_country .country{
        font-size: 1.2rem;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    body .company_introduce_section0 .by_country .language{
        font-size: 1.2rem;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    .company_introduce_section1{
        padding: 0 10px;
        height: auto;
        margin: 50px 0;
        position: relative;
    }
    .company_introduce_section1 .introduce_text0{
        font-size: 1rem;
        width: 100%;
        margin-right: 0;
        word-break: auto-phrase;
        text-align: center;
        margin-top: 50px;
    }
    .company_introduce_section2{
        padding: 0 10px;
        height: auto;
        position: relative;
        margin-top: 130px;
        margin-bottom: 50px;
        text-align: center;
    }
    .company_introduce_section2 .introduce_text1{
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .company_introduce_section2 .introduce_text2{
        display: inline-block;
        width: 100%;
        height: 170px;
        font-size: 1rem;
        margin-right: 0;
        word-break: auto-phrase;
    }
    .company_introduce_section1 .introduce_img0{
        width: 100%;
        height: 26px;
        float: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .company_introduce_section1 .introduce_img0 img{width: 150px;}
    .company_introduce_section2 .introduce_img1{
        width: 100px;
        height: 80px;
        position: absolute;
        top: -120px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 0;
        float: none;
    }
    section.company div.bg-container{margin-top: 0;}
    div.company-dream div.dream-inner{
        width: 100%;
        height: 65px;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 20px;
    }
    div.company-dream div.dream-inner strong.text-orange{
        font-size: 1.1rem;
    }
    section.company div.bg-container.weeds_soul{
        padding-top: 0 !important;
        padding: 0 15px;
    }
    section.company div.bg-container.weeds_soul .company-soul{
        padding-left: 0;
    }
    div.company-soul span.soul-tit{
        font-size: 1.7rem;
        padding-bottom: 15px;
    }
    div.company-soul ul li{
        padding: 20px 0;
        font-size: 1rem;
        word-break: auto-phrase;
    }
    section.company div.bg-container.weeds_dna{
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    section.company div.bg-container.weeds_dna .company-dna{
        padding-left: 0;
        width: 100%;
        padding: 0 10px;
    }
    div.company-dna div.dna-inner{
        display: inline-block;
        width: 100%;
    }
    div.company-dna span.dna-tit{
        font-size: 1.7rem;
        padding-bottom: 25px;
    }
    div.company-dna div.dna-inner ul{
        width: 100%;
        padding-left: 10px;
    }
    div.company-dna div.dna-inner ul li{
        font-size: 1.2rem;
        padding-bottom: 10px;
    }
    div.company-dna div.dna-inner ul.green{
        width: 100%;
        padding-left: 10px;
    }
    div.company-dna div.dna-inner ul.green li{
        font-size: 1.2rem;
    }
    div.company-dna div.dna-inner ul.last{
        width: 100%;
        padding-left: 10px;
    }
    section.company div.bg-container1.weeds_explorer{
        padding-top: 50px;
    }
    div.company-spirite div.spirite-inner{
        font-size: 1rem;
        letter-spacing: 1px;
        width: 100%;
        margin-top: 25px;
    }
    div.company-spirite div.spirite-inner strong{
        font-size: 1rem;
    }
    div.company-spirite div.spirite-inner span.eng{
        font-size: 1rem;
        letter-spacing: 0;
    }
    div.company-spirite div.spirite-inner span.eng span.exp{
        font-size: 1rem;
    }
    section.company div.weeds_skill{
        padding-top: 25px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    div.company-skill{
        padding: 0;
    }
    div.company-skill span.skill-tit{
        font-size: 1.7rem;
        padding-bottom: 25px;
        text-align: center;
    }
    .skill_tit{
        height: auto;
        font-size: 1rem;
        letter-spacing: 1.8px;
        text-align: center;
        word-break: auto-phrase;
        padding: 0 30px;
        margin-bottom: 20px;
    }
    .skill_card_wrap .skill_card_list{
        padding: 25px;
    }
    .skill_card_wrap .skill_card_list .skill_card{
        width: 33%;
        height: 145px;
    }
    .skill_card_wrap .skill_card_list .skill_card.margin{
        margin: 0;
    }
    .skill_card_wrap .skill_card_list .skill_card .skill_card_icon{
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }
    .skill_card_wrap .skill_card_list .skill_card .skill_card_title{
        font-size: 1rem;
        margin-bottom: 7px;
    }
    .skill_card_wrap .skill_card_list .skill_card .skill_card_info{
        font-size: 0.8rem;
        line-height: 100%;
        word-break: auto-phrase;
    }
    .skill_info{
        width: 100%;
        font-size: 1rem;
        padding: 10px;
        margin-bottom: 30px;
    }
    .skill_info.left_subject{
        height: auto;
    }
    .skill_info .skill_info_subject.big_subject{
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
        letter-spacing: -1px;
        word-break: auto-phrase;
    }
    .skill_info .skill_info_subject{
        font-size: 1.2rem;
        text-align: center;
    }
    .skill_info .skill_info_txt{
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: -1.5px;
        word-break: auto-phrase;
        text-align: center;
    }
    .skill_inner{width: 80%; margin: 0 auto;}
    /*우리의 정체성 end*/

    /*조직구성*/
    div.org-wrap{
        display: block !important;
        padding: 20px 0 50px 0 !important;
    }
    div.org-wrap div.f {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    div.org-wrap div.f img{width: 100%;}
    div.org-wrap div.s{width: 100%;}
    div.org-wrap div.s table {
        border-top: 0;
        border-bottom: 2px solid #000;
        font-size: 14px;
    }
    div.org-wrap div.s th {
        width: 95px;
        padding-left: 5px;
        font-size: 13px;
    }
    div.org-wrap div.s td {
        padding: 10px 0;
        border-bottom: 1px solid #000;
        font-size: 13px;
    }
    .organization_img_web{display: none;}
    .organization_img_mobile{display: inline-block;width: 100%}
    .organization_img_mobile img{width: 100%;}
    /*조직구성 end*/


    /*연혁*/
    section.company div.history-wrap div.history-inner p.year {
        font-size: 14px;
        color: #000;
        font-weight: 800;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ffff;
        background: #f1f1f1 url("../img/pc/icon/icon_arrow_down.png") 97% 50% no-repeat;
        background-size: 15px;
        padding: 10px 15px;
        cursor: pointer;
    }
    section.company div.history-wrap div.history-inner p.year.on {
        background: #f1f1f1 url("../img/pc/icon/icon_arrow_up.png") 97% 50% no-repeat;
        background-size: 15px;
    }
    section.company div.history-wrap div.history-inner p.year span.thin {
        display: none;
    }
    section.company div.history-wrap div.history-inner p.year span.text-orange {
/*        display: block;*/
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
        width: 165px;
        font-size: 22px;
        color: #333;
        font-weight: 300;
        text-align: left;
        padding-left: 10px;
        vertical-align: top;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
        width: 80px;
        font-size: 13px;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p {
        width: auto;
        text-align: center;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p img {
        width: 300px;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years ul.history-text{
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years ul.history-text li {
        padding: 10px 0;
        font-size: 12px;
        line-height: 20px;
    }
    section.company div.history-wrap ul.history-text li span.text-orange.pdr-10 {
        display: block
    }
    /*연혁 end*/


    /*위상 및 기술력*/
    section.company div.award-img p.init-txt {
        color: #000;
        font-size: clamp(1.3rem, 1.3rem, 1.3rem);
        font-weight: 800;
        text-align: center;
        padding: 40px 0 60px 0;
        line-height: 150%;
    }
    section.company div.award-img p.init-txt span {
        color: #ef7d00;
    }
    section.company div.award-img ul.init-first {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 100px;
        gap: 10px;
    }
    section.company div.award-img ul.init-first li {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 40%;
        text-align: center;
        /*   width: 49%;*/
        text-align: center;
    }
    section.company div.award-img ul.init-first li:nth-child(1) {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(2) {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(3) {
        padding-top: 30px;
    }
    section.company div.award-img ul.init-first li:nth-child(4) {
        padding-top: 25px;
    }
    section.company div.award-img ul.init-first li .company_skill_img{
        display: inline-block;
        width: 100%;
        height: 110px;
        text-align: center;
    }
    section.company div.award-img ul.init-first li img {
        width: 60%;
    }
    section.company div.award-img ul.init-first li:nth-child(1) .company_skill_img img {
        margin-top: 5px;
    }
    section.company div.award-img ul.init-first li:nth-child(2) .company_skill_img img {
        width: 53%;
    }
    section.company div.award-img ul.init-first li:nth-child(3) .company_skill_img img {
        width: 65%;
        margin-top: 5px;
    }
    section.company div.award-img ul.init-first li:nth-child(4) .company_skill_img img {
        width: 50%;
    }
    section.company div.award-img ul.init-first li p {
        font-size: 0.9rem;
        font-weight: 800;
    }
    section.company div.award-img ul.init-first li:nth-child(1) p {
        padding-top: 15px;
    }
    section.company div.award-img ul.init-first li:nth-child(2) p {
        padding-top: 15px;
    }
    section.company div.award-img ul.init-first li:nth-child(3) p {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(4) p {
        padding-top: 5px;
    }

    .company_share_wrap {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .share_img_web{display: none;}
    .share_img_mobile{
        display: inline-block;
        width: 100%;
    }
    .company_share_wrap .company_share_txt {
        display: inline-block;
        width: 100%;
        height: 55px;
        line-height: unset;
        font-size: 13px;
        font-weight: normal;
        margin-top: 20px;
    }
    .company_mark_list {
        width: 100%;
        height: 75px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
        gap: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: 15px;
    }
    .company_mark_list .company_mark {
        width: 15%;
        height: 52px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 15%;
        text-align: center;
    }
    .company_certificate_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        width: 100%;
        margin-top: 40px;
        width: 100%;
        padding: 0;
    }
    .company_certificate_wrap li.company_certificate {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 2 * 10px) / 3);
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .company_certificate_wrap li.company_certificate.trans {
        padding-top: 25px;
        text-align: left;
    }
    .patent_warp{
        margin-top: 100px;
    }
    .company_patent_wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .company_patent_wrap .company_patent {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100% - 2 * 10px) / 4);
        height: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    /*위상 및 기술력 end*/


    /*찾아오시는길*/
    section.company div.address-wrap {
        padding-top: 25px;
    }
    .company_map_iframe {
        width: 100% !important;
        height: 200px !important;
        min-height: 200px !important;
        margin: 0 auto;
    }
    section.company div.address-wrap div.f ul li {
        width: 50%;
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: 800;
        padding: 20px 0 0 0;
    }
    section.company div.address-wrap div.f ul li.company_add_txt0{
        width: 100%;
    }
    section.company div.address-wrap div.f ul li.f {
        background-size: 26px 27px;
        background-position: 0 24%;
        padding: 0px 0 10px 40px;
    }
    section.company div.address-wrap div.f ul li p.txt-1 {
        font-size: 12px;
    }
    section.company div.address-wrap div.f ul li p.txt-2 {
        font-size: 14px;
    }
    section.company div.address-wrap div.f ul li p.txt-3 {
        font-size: 12px;
    }
    section.company div.address-wrap div.f ul li span.rd {
        font-size: 12px;
        font-weight: 300;
        width: 80px;
        height: 22px;
        line-height: 23px;
    }
    /*찾아오시는길 end*/

    /*office location*/
    .location_wrap .location_info {
        width: 100%;
    }
    section.company .location_wrap{
        width: 100%;
    }
    section.company .location_wrap .location_info:first-of-type{
        padding-bottom : 50px;
    }
    .location_wrap .location_info {
        padding-left: 0;
    }
    .location_wrap .location_info:first-child {
        padding-bottom: 20px;
    }
    .location_wrap .location_info > span {
        font-size: 0.9rem !important;
    }
    .location_wrap .location_info .location_name,
    .location_wrap .location_info .location_name.korea {
        width: 80%;
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem !important;
    }
    /*office location end*/

    /*company end*/


    /*product*/
    .products_intro.intro0{
       height: 280px;
    }
    .products_intro .intro_img{
        display: none;
    }
    .products_intro_opacity{
        padding-left: 15px;
        padding-right: 15px;
        height: fit-content;
    }
    .products_intro_opacity.intro_opacity0{
        height: 255px;
    }
    .products_intro_txt .intro_txt{
        height: auto;
        line-height: 250%;
        font-size: 0.8rem;
        padding-left: 0;
        letter-spacing: -1.5px;
        word-break: auto-phrase
    }
    section.product div.blackbox-intro ul.function li {
        width: 100%;
        text-align: center;
        margin-right: 0;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
    }
    section.product div.blackbox-intro ul.function li img{
        width: 60px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li{
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 14px 20px 14px 20px !important;
        position: unset !important;
    }
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking{
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-left: 10px;
        position: unset !important;
        float: left;
        margin-right: 12px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking_txt{
        min-height: 36px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        line-height: 1.45;
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    section.product div.product-screen ul li{height: fit-content;}
    section.product div.product-screen ul li img{
        width: 85%;
    }
    /*product end*/


    /*request*/
    .company-class{

    }
    .company-class iframe{
        display: inline-block;
        width: 100%;
        min-width: 329px;
        height: 100vh;
        min-height: 990px;
        margin: 0 auto;
    }
    section.support{
        margin-bottom: 0;
    }
    /*request end*/


    /*weeds news*/
    .news_wrap{
        margin-top: 0 !important;
    }
    .company_blog_wrap .company_blog_inner{
        width: 100%;
    }
    .news_wrap{padding-top: 230px;}
    .company_blog_wrap .company_blog_inner .company_blog_tab{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        width: 100%;
        height: auto;
        padding: 20px;
        gap: 15px;
    }
    .company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100% - 1 * 15px) / 2);
        height: fit-content;
        text-align: center;
        border: 1px solid #eaeaea;
    }
    .partner_img_web0{display: none;}
    .partner_img_web1{display: none;}
    .partner_img_web2{display: none;}
    .partner_img_mobile0 {
        display: inline-block;
        width: 100%;
    }
    .partner_img_mobile1 {
        display: inline-block;
        width: 100%;
    }
    .partner_img_mobile2 {
        display: inline-block;
        width: 100%;
    }
    .weeds_news_wrap  div.mobile-film {display: none !important;}
    .weeds_news_wrap  div.mobile-film.on{display: block !important;}
    /*weeds news end*/

    /*recruit*/
    .recruit_weeds .recruit_weeds_img{display: none;}
    .recruit_weeds {
        width: 100%;
        min-width: 100%;
        height: 100%;
        padding-top: 0;
        margin: 0 auto;
        text-align: center;
    }
    .recruit_weeds .recruit_weeds_list{
        width: 100%;
        height: 100%;
        float: left;
        padding: 0 5%;
    }
    .recruit_img_mobile{
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0 5%;
    }
    .recruit_img_mobile img{
        width: 100%;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt {
        height: auto;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt {
        width: 40px;
        height: 50px;
        line-height: 42px;
        font-size: 2.8rem;
        margin-right: 10px;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_sub {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 1.2rem;
        font-weight: 700;
        color: #ed6c00;
        float: left;
        letter-spacing: 0.5px;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_detail {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 0.8rem;
        float: left;
        word-break: auto-phrase;
    }
    .recruit_title{padding-top: 0;}


    .welfare_list{
        display: inline-block;
        width: 100%;
        padding: 10px 30px 0 30px;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare{
        float: none;
        width: 100%;
        height: 70px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_icon{
        width: 16%;
        height: 100%;
        background-size: contain;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_detail{
        width: 84%;
        height: 100%;
    }
    section.recruit div.basic-senten div.walfair p.bottom-text {
        font-size: 0.9rem;
        font-weight: 700;
        text-align: center;
        padding-top: 40px;
        letter-spacing: 0.5px;
    }
    /*recruit end*/

    a.go-top{
        background-size: 35px;
        width: 35px;
        height: 35px;
        right: 1rem;
        bottom: 1rem;
        margin-left: 0;
    }

    /*footer*/
    footer{
        height: 615px;
        margin-top: 0;
    }
    footer .inner .footer_logo{
        display: inline-block;
        width: 130px;
        height: 23px;
        text-align: center;
        float: left;
        background: url("../img/pc/logo_copy2.png") 0 0 no-repeat;
        background-size: 100% auto;
        margin: 20px 0 0 0;
    }
    footer .inner .sitemap_wrap{
        display: inline-block;
        width: calc(100% - 80px);
        height: auto;
        float: left;
        margin-left: 0;
        padding: 20px 0 0;
    }
    footer .inner .sitemap_wrap .sitemap_wrap_inner{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth {
        display: inline-block;
        width: calc(100% - 100px);
        float: left;
        text-align: left;
        padding-top: 10px;
        border-top: 1px solid #fff;
        margin-bottom: 20px;
    }
    .sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth .sitemap_onedepth_menu{
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
    }
    footer .inner .footer_bottom .facebook_link{
        position: absolute;
        top: -30px;
        right: 0;
    }
    footer .inner .footer_bottom .linkedin_link{
        position: absolute;
        top: -30px;
        right: 30px;
    }
    .sitemap_wrap_inner .sitemap_onedepth .sitemap_twodepth_menu{margin-top: 5px;}
    footer .inner .footer_bottom{
        height: 50px;
        padding: 15px 0;
    }
    footer .inner .footer_bottom .copy_right{
        width: 230px;
    }
    footer .inner .footer_bottom .privacy_policy{width: 65px;}

}
/*미디어 쿼리 section1*/
@media (min-width: 481px) and (max-width: 767px) {
    /*header*/
    div.wrapper header.active h1 a {
        position: absolute;
        background: url("/vn/assets/img/pc/logo_new.png") 0 0 no-repeat;
        background-size: 8rem;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        width: 8rem;
        height: auto;
    }

    div.wrapper header.on h1 {
        background-size: 104px 14px;
    }

    div.header-rect {
        display: none !important;
    }

    div.wrapper header {
        width: 100%;
        height: 56px;
        background: #fff;
    }

    div.wrapper header a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        padding: 17px 0 0 17px;
        z-index: 10;
    }

    div.wrapper header a.btn-sitemap span {
        position: absolute;
        width: 24px;
        height: 3px;
    }

    div.wrapper header a.btn-sitemap span:nth-child(1) {
        top: 16px;
        left: 16px;
        transition: all 0.3s ease-in;
    }

    div.wrapper header a.btn-sitemap span:nth-child(2) {
        margin: 0;
        top: 24px;
        left: 16px;
    }

    div.wrapper header a.btn-sitemap span:nth-child(3) {
        top: 32px;
        left: 16px;
        transition: all 0.3s ease-in;
    }

    div.wrapper header.on a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        z-index: 10;
    }

    div.wrapper header.on a.btn-sitemap span:nth-child(1) {
        top: 24px;
        left: 16px;
        transform: rotate(45deg);
    }

    div.wrapper header.on a.btn-sitemap span:nth-child(2) {
        display: none;
    }

    div.wrapper header.on a.btn-sitemap span:nth-child(3) {
        top: 24px;
        left: 16px;
        transform: rotate(-45deg);
    }

    /*    div.wrapper div.mobile-film {
            display: block;
        }*/
    /*gnb menu*/
    div.wrapper header nav {
        position: fixed;
        top: 0px;
        right: -60%;
        width: 60%;
        height: 100%;
        text-align: left;
        background: transparent;
        padding-top: 56px;
        transition: right 0.3s ease-in;
    }

    div.wrapper header nav div.mobile {
        position: absolute;
        top: 56px;
        width: 100%;
        height: 100%;
        background: #fff;
        border-left: 1px solid #d1d1d1;
    }

    div.wrapper header nav a {
        position: relative;
        display: block;
        color: #fff;
        font-weight: 700;
        padding: 13px 10px;
        margin: 0 15px;
        font-size: 15px;
        border-bottom: 1px solid #bbbbbb;
    }

    div.wrapper header nav a.on::before {
        width: 0;
    }

    div.wrapper header.on nav {
        right: 0;
    }
    div.wrapper header nav a.language-txt {
        display: inline-block;
        border-bottom: 0;
        margin: 10px 5px;
    }

    div.wrapper header nav a.language-txt.korea-txt {
        margin-left: 15px;
    }

    /*header end*/
    /*index>section0*/
    div#section0 div.main-content-wrap {
        position: relative;
        width: 100%;
        border: 0;
        height: 100%;
        margin: 0 auto;
    }

    div#section0 div.fall-contents .weeds-text {
        position: absolute;
        z-index: 10;
        font-size: 45px;
        color: #000;
        line-height: 45px;
        top: 50%;
        right: 65%;
        transform: translate(50%, -50%);
        font-family: 'PretendardLight';
        width: 100%;
        letter-spacing: -1.5px;
    }

    div#section0 div.fall-contents .weeds-text.c {
        font-size: clamp(1.5rem, 1.5rem, 1.5rem);
        top: 18rem;
        left: 0;
        right: auto;
        transform: translate(0, -50%);
        padding: 0 5%;
        display: block;
        background-image: url("/vn/assets/img/pc/weeds_robot.png");
        background-repeat: no-repeat;
        background-position: 95% bottom;
        background-size: 5rem;
    }

    div#section0 div.fall-contents .weeds-text strong.black.c {
        display: block;
        font-size: clamp(1.5rem, 1.5rem, 1.5rem);
        margin-bottom: 70px;
    }

    .index_org_txt {
        font-size: clamp(1.4rem, 1.4rem, 1.4rem);
    }

    div#section0 div.fall-contents div.weeds-robot {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 25%;
        transform: translate(50%, -50%);
        width: 157px;
        height: 257px;
        background: url("/vn/assets/img/pc/weeds_robot.png") 0 0 no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        margin: 85px 0 0 0;
        object-fit: contain;
    }

    div#section0 div.fall-contents div.weeds-robot.c {
        display: none;
        top: 37%;
        right: 45px;
        transform: translate(0%, -50%);
        margin-top: 0;
        width: 50px;
        height: 82px;
    }

    #section0 div.scene_bg .scroll-down {
        display: none;
    }

    #section0 div.scene_bg .main-visual {
        display: none;
    }

    #fall-scroll.fade-scale .fall-section.current {
        z-index: 5;
        opacity: 1;
        left: 0;
        height: 32rem;
    }

    /*section0 end*/
    /*index>section1*/
    div#section1 {
        height: 100% !important;
        margin-bottom: 70px;
    }

    #fall-scroll .fall-section {
        position: relative;
        opacity: 1;
    }

    div#section1 div.fall-container {
        height: 605px !important;
    }

    div#section1 div.fall-container .solution_mobile {
        position: absolute;
        bottom: 10%;
        left: 0;
    }

    div#section1 div.fall-contents div.scene_bg {
        background: url("/vn/assets/img/pc/main/mobile_main_number.png") 0 100% no-repeat;
        background-size: 100% auto;
    }

    div#section1 div.fall-contents div.scene_bg div.inner-content p.tit {
        padding: 40px 0 0 0;
        font-size: 32px;
        line-height: 32px;
    }

    div#section1 div.fall-contents div.scene_bg div.inner-content p.s-tit {
        font-size: 13px;
        line-height: 20px;
        padding: 14px 50px 0 50px;
    }

    div#section1 .swiper-button-prev,
    div#section1 .swiper-button-next {
        top: 80%;
        width: 18px;
    }

    div#section1 .swiper-button-prev {
        left: 7px;
        background-size: 20px auto;
    }

    div#section1 .swiper-button-next {
        right: 7px;
        background-size: 20px auto;
    }

    /*section1 end*/
    /*index>section2*/
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos {
        width: 100% !important;
        bottom: 15px !important;
        left: 15px !important;
        margin-left: 0px !important;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-1 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 25px;
        padding-bottom: 10px;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3 {
        font-size: 11px;
        font-weight: 300;
        line-height: 18px;
        padding-bottom: 15px;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.web-text-3 {
        display: none;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.mobile-text-3 {
        display: inline-block;
        font-size: 10px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area a.learn-more {
        font-size: 12px;
        width: 100px;
        height: 24px;
        padding: 2px 0 0 12px;
        background: rgba(255, 255, 255, 0.2) url("/vn/assets/img/pc/icon/icon_learn_more.png") 70px 65% no-repeat;
        background-size: 16px auto;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-prev {
        left: 3%;
        display: none;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-next {
        right: 3%;
        display: none;
    }

    div#section2 div.fall-container {
        height: 445px !important;
    }

    #section2 div.product-visual {
        height: 245px;
        margin-top: 204px;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-1 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_1.png") 50% 50% no-repeat;
        height: 242px;
        background-size: 100% auto;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-2 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_2.png") 50% 50% no-repeat;
        height: 242px;
        background-size: 100% auto;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-3 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_3.png") 50% 50% no-repeat;
        height: 242px;
        background-size: 100% auto;
    }

    /*section2 end*/
    /*company*/
    .company {
        min-width: 100%;
    }

    section.company div.basic-senten h2 {
        font-size: 14px;
    }
    section.company div.basic-senten h2.company_title_skill {
        float: none;
        padding-top: 0px;
    }

    section.company div.basic-senten h2.company_title_skill.title1 {
        font-size: clamp(1.7rem, 1.7rem, 1.7rem);
    }

    /*우리의 정체성*/
    .company_introduce_title {
        height: 310px;
        padding: 0 10px;
    }

    body .company_introduce_title .introduce_title_icon {
        display: inline-block;
        width: 60px;
        height: 98px;
        float: left;
        margin-right: 10px;
        background-image: url("/vn/assets/img/pc/company/weeds_robot.png");
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    body .company_introduce_title .introduce_title_txt {
        font-size: clamp(1.7rem, 1.7rem, 1.7rem);
    }
    section.company div.company-tab div.company-tab-inner a{
        line-height: 40px;
    }
    body .company_introduce_section0 {
        height: auto;
        margin-top: 35px;
        width: 100%;
        padding: 0 10px;
    }

    body .company_introduce_section0 .by_country {
        height: auto;
        width: 33%;
        margin-bottom: 25px;
    }

    body .company_introduce_section0 .by_country .country {
        font-size: 1.2rem;
        height: auto;
        line-height: normal;
        text-align: center;
    }

    body .company_introduce_section0 .by_country .language {
        font-size: 1.2rem;
        height: auto;
        line-height: normal;
        text-align: center;
    }

    .company_introduce_section1 {
        padding: 0 10px;
        height: 190px;
        margin: 50px 0;
        position: relative;
    }

    .company_introduce_section1 .introduce_text0 {
        font-size: 1rem;
        width: 100%;
        margin-right: 0;
        word-break: auto-phrase;
        text-align: center;
        margin-top: 50px;
    }

    .company_introduce_section2 {
        padding: 0 10px;
        height: auto;
        position: relative;
        margin-top: 130px;
        margin-bottom: 50px;
        text-align: center;
    }

    .company_introduce_section2 .introduce_text1 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .company_introduce_section2 .introduce_text2 {
        display: inline-block;
        width: 100%;
        height: 170px;
        font-size: 1rem;
        margin-right: 0;
        word-break: auto-phrase;
    }

    .company_introduce_section1 .introduce_img0 {
        width: 100%;
        height: 26px;
        float: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .company_introduce_section1 .introduce_img0 img {
        width: 150px;
    }

    .company_introduce_section2 .introduce_img1 {
        width: 100px;
        height: 80px;
        position: absolute;
        top: -120px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 0;
        float: none;
    }

    section.company div.bg-container {
        margin-top: 0;
    }

    div.company-dream div.dream-inner {
        width: 100%;
        height: 65px;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 20px;
    }

    div.company-dream div.dream-inner strong.text-orange {
        font-size: 1.1rem;
    }

    section.company div.bg-container.weeds_soul {
        padding-top: 0 !important;
        padding: 0 15px;
    }

    section.company div.bg-container.weeds_soul .company-soul {
        padding-left: 0;
    }

    div.company-soul span.soul-tit {
        font-size: 1.7rem;
        padding-bottom: 15px;
    }

    div.company-soul ul li {
        padding: 20px 0;
        font-size: 1rem;
        word-break: auto-phrase;
    }

    section.company div.bg-container.weeds_dna {
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    section.company div.bg-container.weeds_dna .company-dna {
        padding-left: 0;
        width: 100%;
        padding: 0 10px;
    }

    div.company-dna div.dna-inner {
        display: inline-block;
        width: 100%;
    }

    div.company-dna span.dna-tit {
        font-size: 1.7rem;
        padding-bottom: 25px;
    }

    div.company-dna div.dna-inner ul {
        width: 100%;
        padding-left: 10px;
    }

    div.company-dna div.dna-inner ul li {
        font-size: 1.2rem;
        padding-bottom: 10px;
    }

    div.company-dna div.dna-inner ul.green {
        width: 100%;
        padding-left: 10px;
    }

    div.company-dna div.dna-inner ul.green li {
        font-size: 1.2rem;
    }

    div.company-dna div.dna-inner ul.last {
        width: 100%;
        padding-left: 10px;
    }

    section.company div.bg-container1.weeds_explorer {
        padding-top: 50px;
    }

    div.company-spirite div.spirite-inner {
        font-size: 1rem;
        letter-spacing: 1px;
        width: 100%;
        margin-top: 25px;
    }

    div.company-spirite div.spirite-inner strong {
        font-size: 1rem;
    }

    div.company-spirite div.spirite-inner span.eng {
        font-size: 1rem;
        letter-spacing: 0;
    }

    div.company-spirite div.spirite-inner span.eng span.exp {
        font-size: 1rem;
    }

    section.company div.weeds_skill {
        padding-top: 25px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    div.company-skill {
        padding: 0;
    }

    div.company-skill span.skill-tit {
        font-size: 1.7rem;
        padding-bottom: 25px;
        text-align: center;
        word-break: auto-phrase;
    }

    .skill_tit {
        height: auto;
        font-size: 1rem;
        letter-spacing: 1.8px;
        text-align: center;
        word-break: auto-phrase;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .skill_card_wrap .skill_card_list {
        padding: 25px;
    }

    .skill_card_wrap .skill_card_list .skill_card {
        width: 33%;
        height: 145px;
    }

    .skill_card_wrap .skill_card_list .skill_card.margin {
        margin: 0;
    }

    .skill_card_wrap .skill_card_list .skill_card .skill_card_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }

    .skill_card_wrap .skill_card_list .skill_card .skill_card_title {
        font-size: 1rem;
        margin-bottom: 7px;
    }

    .skill_card_wrap .skill_card_list .skill_card .skill_card_info {
        font-size: 0.8rem;
        line-height: 100%;
    }

    .skill_info {
        width: 100%;
        font-size: 1rem;
        padding: 10px;
        margin-bottom: 30px;
    }

    .skill_info.left_subject {
        height: 200px;
    }

    .skill_info .skill_info_subject.big_subject {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
        letter-spacing: -1px;
        word-break: auto-phrase;
    }

    .skill_info .skill_info_subject {
        font-size: 1.2rem;
        text-align: center;
    }

    .skill_info .skill_info_txt {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: -1.5px;
        word-break: auto-phrase;
        text-align: center;
    }

    .skill_inner {
        width: 80%;
        margin: 0 auto;
    }

    /*우리의 정체성 end*/
    /*조직구성*/
    div.org-wrap {
        display: block !important;
        text-align: center;
        padding: 20px 7% 50px 7% !important;
    }

    div.org-wrap div.f {
        display: inline-block;
        width: 100%;
        max-width: 634px;
        height: auto;
        margin-bottom: 20px;
    }

    div.org-wrap div.f img {
        width: 100%;
    }

    div.org-wrap div.s {
        width: 100%;
    }

    div.org-wrap div.s table {
        border-top: 0;
        border-bottom: 2px solid #000;
        font-size: 14px;
    }

    div.org-wrap div.s th {
        width: 95px;
        padding-left: 5px;
        font-size: 13px;
    }

    div.org-wrap div.s td {
        padding: 10px 0;
        border-bottom: 1px solid #000;
        font-size: 13px;
        text-align: left;
    }

    .organization_img_web {
        display: none;
    }

    .organization_img_mb_wrap {
        display: inline-block;
        width: 100%;
        padding: 0 5%;
    }

    .organization_img_mobile {
        display: inline-block;
        width: 100%
    }

    .organization_img_mobile img {
        width: 100%;
    }

    /*조직구성 end*/
    /*연혁*/
    section.company div.history-wrap div.history-inner p.year {
        font-size: 0.9rem;
        color: #000;
        font-weight: 800;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ffff;
        background: #f1f1f1 url("../img/pc/icon/icon_arrow_down.png") 97% 50% no-repeat;
        background-size: 15px;
        padding: 10px 15px;
        cursor: pointer;
    }
    section.company div.history-wrap div.history-inner p.year.on {
        background: #f1f1f1 url("../img/pc/icon/icon_arrow_up.png") 97% 50% no-repeat;
        background-size: 15px;
    }
    section.company div.history-wrap div.history-inner p.year span.text-orange {
        display: inline-block;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
        width: 165px;
        font-size: 22px;
        color: #333;
        font-weight: 300;
        text-align: left;
        padding-left: 10px;
        vertical-align: top;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
        width: 150px;
        font-size: 1rem;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p {
        width: auto;
        text-align: center;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p img {
        width: 360px;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years ul.history-text li {
        padding: 15px 0 0 50px;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    section.company div.history-wrap ul.history-text li span.text-orange.pdr-10 {
        display: block
    }
    /*연혁 end*/


    /*위상 및 기술력*/
    section.company div.award-img p.init-txt {
        color: #000;
        font-size: clamp(1.5rem, 1.5rem, 1.5rem);
        font-weight: 800;
        text-align: center;
        padding: 40px 0 60px 0;
        line-height: 59px;
    }

    section.company div.award-img p.init-txt span {
        color: #ef7d00;
    }

    section.company div.award-img ul.init-first {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 150px;
        gap: 20px;
    }

    section.company div.award-img ul.init-first li {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 20%;
        text-align: center;
        /*   width: 49%;*/
        text-align: center;
    }

    section.company div.award-img ul.init-first li:nth-child(1) {
        padding-top: 0;
    }

    section.company div.award-img ul.init-first li:nth-child(2) {
        padding-top: 0;
    }

    section.company div.award-img ul.init-first li:nth-child(3) {
        padding-top: 0;
    }

    section.company div.award-img ul.init-first li:nth-child(4) {
        padding-top: 0;
    }

    section.company div.award-img ul.init-first li .company_skill_img {
        display: inline-block;
        width: 100%;
        height: 95px;
        max-height: 110px;
        text-align: center;
    }

    section.company div.award-img ul.init-first li img {
        width: auto !important;
        height: auto;
        max-height: 95%;
    }

    section.company div.award-img ul.init-first li:nth-child(1) .company_skill_img img {
        margin-top: 0;
        width: 90%;
    }

    section.company div.award-img ul.init-first li:nth-child(2) .company_skill_img img {
        width: 75%;
        margin-top: 10px;
    }

    section.company div.award-img ul.init-first li:nth-child(3) .company_skill_img img {
        margin-top: 15px;
    }

    section.company div.award-img ul.init-first li:nth-child(4) .company_skill_img img {
        width: 75%;
        margin-top: 10px;
    }

    section.company div.award-img ul.init-first li p {
        display: inline-block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 0.9rem;
        font-weight: 800;
        margin-top: 20px;
    }

    section.company div.award-img ul.init-first li:nth-child(1) p {
        padding-top: 0;
    }

    section.company div.award-img ul.init-first li:nth-child(2) p {
        padding-top: 0;
    }

    section.company div.award-img ul.init-first li:nth-child(3) p {
        padding-top: 0;
    }

    section.company div.award-img ul.init-first li:nth-child(4) p {
        padding-top: 0;
    }

    .company_share_wrap {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 100px;
        padding: 0 30px;
    }

    .share_img_web {
        display: none;
    }

    .share_img_mobile {
        display: inline-block;
        width: 100%;
    }

    .company_share_wrap .company_share_txt {
        display: inline-block;
        width: 100%;
        height: 55px;
        line-height: unset;
        font-size: 13px;
        font-weight: normal;
        margin-top: 20px;
        word-break: auto-phrase;
    }

    .company_mark_list {
        width: 100%;
        height: 75px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
        gap: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: 15px;
    }

    .company_mark_list .company_mark {
        width: 12%;
        height: 100%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 12%;
        text-align: center;
    }

    .company_certificate_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        width: 100%;
        margin-top: 40px;
        width: 100%;
        padding: 0;
    }

    .company_certificate_wrap li.company_certificate {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 2 * 10px) / 3);
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .company_certificate_wrap li.company_certificate.trans {
        padding-top: 25px;
        text-align: left;
    }

    .patent_warp {
        margin-top: 100px;
    }

    .company_patent_wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .company_patent_wrap .company_patent {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100% - 2 * 10px) / 4);
        height: auto;
        margin-bottom: 10px;
        text-align: center;
    }

    /*위상 및 기술력 end*/
    /*찾아오시는길*/
    section.company div.address-wrap {
        padding-top: 25px;
    }

    .company_map_iframe {
        width: 100% !important;
        height: 200px !important;
        min-height: 200px !important;
    }

    section.company div.address-wrap div.f ul li {
        width: 50%;
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: 800;
        padding: 20px 0 0 0;
    }

    section.company div.address-wrap div.f ul li.company_add_txt0 {
        width: 100%;
    }

    section.company div.address-wrap div.f ul li.f {
        background-size: 26px 27px;
        background-position: 0 24%;
        padding: 0px 0 10px 40px;
    }

    section.company div.address-wrap div.f ul li p.txt-1 {
        font-size: 12px;
    }

    section.company div.address-wrap div.f ul li p.txt-2 {
        font-size: 14px;
    }

    section.company div.address-wrap div.f ul li p.txt-3 {
        font-size: 12px;
    }

    section.company div.address-wrap div.f ul li span.rd {
        font-size: 12px;
        font-weight: 300;
        width: 80px;
        height: 22px;
        line-height: 23px;
    }

    /*찾아오시는길 end*/

    /*office location*/
    .location_wrap .location_info {
        width: 100%;
    }
    section.company .location_wrap{
        width: 100%;
    }
    section.company .location_wrap .location_info:first-of-type{
        padding-bottom : 50px;
    }
    .location_wrap .location_info {
        padding-left: 0;
    }
    .location_wrap .location_info:first-child {
        padding-bottom: 20px;
    }
    .location_wrap .location_info > span {
        font-size: 0.9rem !important;
    }
    .location_wrap .location_info .location_name,
    .location_wrap .location_info .location_name.korea {
        width: 80%;
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem !important;
    }
    /*office location end*/

    /*company end*/



    /*product*/
    .products_intro{
        height: 280px;
    }
    .products_intro.intro0 {
        height: 280px;
    }
    .products_intro .intro_img {
        display: none;
    }
    section.product div.blackbox-strong h2{
        margin: 20px 0;
        font-size: 1.5rem;
        text-align: center;
    }
    .products_intro_opacity {
        paddding-left: 15px;
        padding-right: 15px;
        height: 270px;
    }

    .products_intro_opacity.intro_opacity0 {
        height: 255px;
    }

    .products_intro_txt .intro_txt {
        height: auto;
        line-height: 250%;
        font-size: 0.8rem;
        padding-left: 0;
        letter-spacing: -1.5px;
        word-break: auto-phrase;
    }

    section.product div.blackbox-intro ul.function li {
        width: 100%;
        text-align: center;
        margin-right: 0;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
    }

    section.product div.blackbox-intro ul.function li img {
        width: 60px;
    }

    .intro_opacity2 {
        height: auto !important;
    }

    .products_intro2 {
        height: 280px !important;
    }

    .intro_opacity3 {
        height: auto !important;
    }

    .products_intro3 {
        height: 350px !important;
    }

    section.product div.blackbox-strong div.bg-container ul.rank4-8 li {
        display: inline-block;
        width: 80%;
        height: auto;
        padding: 14px 20px 14px 20px !important;
        position: unset !important;
    }

    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-left: 10px;
        position: unset !important;
        float: left;
        margin-right: 12px;
    }

    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking_txt {
        min-height: 36px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        line-height: 1.45;
        width: calc(100% - 55px);
        float: left;
        word-break: auto-phrase;
        margin-top: 10px;
    }

    section.product div.blackbox-intro {
        padding: 30px 5%;
    }

    section.product div.blackbox-intro div.area-1 div.f img {
        width: 80%;
    }

    section.product div.blackbox-intro div.area-1 div.s {
        width: 90%;
        margin: 0 0 0 auto;
    }

    section.product div.blackbox-intro div.area-2 div.f {
        text-align: right;
    }

    section.product div.blackbox-intro div.area-2 div.f img {
        width: 80%;
    }

    section.product div.blackbox-intro div.area-2 div.s {
        width: 90%;
        margin: 0 auto 0 0;
    }
    section.product div.product-screen h2{
        margin: 20px 0;
        font-size: 1.5rem;
        text-align: center;
    }
    .product_bb_wrap {
        padding: 0 5%;
        text-align: center;
    }
    .product_bb {
        width: 85% !important;
        display: inline-block;
        margin-bottom: 1rem !important;
    }

    .product_mobile_wrap {
        padding: 20px 50px !important;
    }
    section.product div.product-screen ul li{height: fit-content;}
    section.product div.product-screen ul li img{
        width: 85%;
    }
    /*product end*/
    /*request*/
    .company-class iframe {
        display: inline-block;
        width: 100%;
        min-width: 359px;
        height: 100vh;
        min-height: 990px;
        margin: 0 auto;
    }

    section.support {
        margin-bottom: 0;
    }

    /*request end*/
    /*recruit*/
    .recruit_weeds .recruit_weeds_img {
        display: none;
    }

    .recruit_weeds {
        width: 100%;
        height: 100%;
        padding-top: 0;
        margin: 0 auto;
        text-align: center;
    }

    .recruit_weeds .recruit_weeds_list {
        width: 100%;
        height: 100%;
        float: left;
        padding: 0 5%;
    }

    .recruit_img_mobile {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0 5%;
    }

    .recruit_img_mobile img {
        width: 100%;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt {
        height: auto;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt {
        width: 40px;
        height: 50px;
        line-height: 42px;
        font-size: 2.8rem;
        margin-right: 10px;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_sub {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 1.2rem;
        font-weight: 700;
        color: #ed6c00;
        float: left;
        letter-spacing: 0.5px;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_detail {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 0.8rem;
        float: left;
    }

    .recruit_title {
        padding-top: 0;
    }


    .welfare_list {
        display: inline-block;
        width: 100%;
        padding: 10px 30px 0 30px;
    }

    section.recruit div.basic-senten div.walfair ul li.welfare {
        float: none;
        width: 100%;
        height: 70px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_icon {
        width: 16%;
        height: 100%;
        background-size: contain;
    }

    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_detail {
        width: 84%;
        height: 100%;
    }

    section.recruit div.basic-senten div.walfair p.bottom-text {
        font-size: 0.9rem;
        font-weight: 700;
        text-align: center;
        padding-top: 40px;
        letter-spacing: 0.5px;
    }

    /*recruit end*/
    /*weeds news*/
    .news_wrap {
        margin-top: 0 !important;
    }

    .company_blog_wrap .company_blog_inner {
        width: 100%;
    }

    .news_wrap {
        padding-top: 230px;
    }

    .company_blog_wrap .company_blog_inner .company_blog_tab {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        width: 100%;
        height: auto;
        padding: 40px 7% 0;
        gap: 20px;
    }

    .company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100% - 1 * 20px) / 2);
        height: fit-content;
        text-align: center;
        border: 1px solid #eaeaea;
    }

    .partner_img_web0 {
        display: none;
    }

    .partner_img_web1 {
        display: none;
    }

    .partner_img_web2 {
        display: none;
    }

    .partner_img_mobile0 {
        display: inline-block;
        width: 100%;
    }

    .partner_img_mobile1 {
        display: inline-block;
        width: 100%;
    }

    .partner_img_mobile2 {
        display: inline-block;
        width: 100%;
    }

    .weeds_news_wrap div.mobile-film {
        display: none !important;
    }

    .weeds_news_wrap div.mobile-film.on {
        display: block !important;
    }

    /*weeds news end*/


    /*recruit*/
    .partner_wrap{
      /*  padding: 0 5%;*/
    }
    .partner_wrap img{width: 100%;}
    .partner_title{}
    .partner_wrap span.more_text{
        right: 2rem;
        bottom: 0;
    }

    .recruit_weeds .recruit_weeds_img {
        display: none;
    }

    .recruit_weeds {
        width: 100%;
        min-width: 100%;
        height: 100%;
        padding-top: 0;
        margin: 0 auto;
        text-align: center;
    }

    .recruit_weeds .recruit_weeds_list {
        width: 100%;
        height: 100%;
        float: left;
        padding-top: 15px;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt {
        height: auto;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt {
        width: 40px;
        height: 50px;
        line-height: 42px;
        font-size: 2.8rem;
        margin-right: 10px;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_sub {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 1.2rem;
        font-weight: 700;
        color: #ed6c00;
        float: left;
        letter-spacing: 0.5px;
    }

    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_detail {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 0.8rem;
        float: left;
    }

    .recruit_title {
        padding-top: 0;
    }


    .welfare_list {
        display: inline-block;
        width: 100%;
        padding: 10px 30px 0 30px;
    }

    section.recruit div.basic-senten div.walfair ul li.welfare {
        float: none;
        width: 100%;
        height: 70px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_icon {
        width: 16%;
        height: 100%;
        background-size: contain;
    }

    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_detail {
        width: 84%;
        height: 100%;
    }

    section.recruit div.basic-senten div.walfair p.bottom-text {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        word-break: auto-phrase;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        padding-top: 0;
        letter-spacing: 0.5px;
    }

    /*recruit end*/
    a.go-top {
        background-size: 35px;
        width: 35px;
        height: 35px;
        right: 1rem;
        bottom: 1rem;
        margin-left: 0;
    }

    /*footer*/
    footer {
        height: 630px;
        margin-top: 0;
    }

    footer .inner .footer_logo {
        display: inline-block;
        width: 130px;
        height: 23px;
        text-align: center;
        float: left;
        background: url("../img/pc/logo_copy2.png") 0 0 no-repeat;
        background-size: 100% auto;
        margin: 20px 0 0 0;
    }

    footer .inner .sitemap_wrap {
        display: inline-block;
        width: calc(100% - 80px);
        height: auto;
        float: left;
        margin-left: 0;
        padding: 20px 0 0;
    }

    footer .inner .sitemap_wrap .sitemap_wrap_inner {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth {
        display: inline-block;
        width: calc(100% - 100px);
        float: left;
        text-align: left;
        padding-top: 10px;
        border-top: 1px solid #fff;
        margin-bottom: 20px;
    }

    .sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth .sitemap_onedepth_menu {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
    }

    footer .inner .footer_bottom .facebook_link {
        position: absolute;
        top: -30px;
        right: 0;
    }

    footer .inner .footer_bottom .linkedin_link {
        position: absolute;
        top: -30px;
        right: 30px;
    }

    .sitemap_wrap_inner .sitemap_onedepth .sitemap_twodepth_menu {
        margin-top: 5px;
    }

    footer .inner .footer_bottom {
        height: 50px;
        padding: 15px 0;
    }

    footer .inner .footer_bottom .copy_right {
        width: 240px;
    }

    footer .inner .footer_bottom .privacy_policy {
        width: 90px;
    }
}
/*미디어 쿼리 section2*/
@media (min-width: 768px) and (max-width: 1024px) {

    #fall-scroll {
        position: relative;
        min-width: 100%;
    }
    /*header*/
    div.wrapper header.active h1 a {
        position: absolute;
        background: url("/vn/assets/img/pc/logo_new.png") 0 0 no-repeat;
        background-size: 8rem;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        width: 8rem;
        height: auto;
    }
    div.wrapper header.on h1 {
        background-size: 104px 14px;
    }
    div.header-rect{display: none !important;}
    div.wrapper header {
        width: 100%;
        height: 56px;
        background: #fff;
    }
    div.wrapper header a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        padding: 17px 0 0 17px;
        z-index: 10;
    }
    div.wrapper header a.btn-sitemap span {
        position: absolute;
        width: 24px;
        height: 3px;
    }
    div.wrapper header a.btn-sitemap span:nth-child(1) {
        top: 16px;
        left: 16px;
        transition: all 0.3s ease-in;
    }
    div.wrapper header a.btn-sitemap span:nth-child(2) {
        margin: 0;
        top: 24px;
        left: 16px;
    }

    div.wrapper header a.btn-sitemap span:nth-child(3) {
        top: 32px;
        left: 16px;
        transition: all 0.3s ease-in;
    }
    div.wrapper header.on a.btn-sitemap {
        display: block;
        width: 55px;
        height: 55px;
        border-left: 0;
        z-index: 10;
    }
    div.wrapper header.on a.btn-sitemap span:nth-child(1) {
        top: 24px;
        left: 16px;
        transform: rotate(45deg);
    }
    div.wrapper header.on a.btn-sitemap span:nth-child(2) {
        display: none;
    }

    div.wrapper header.on a.btn-sitemap span:nth-child(3) {
        top: 24px;
        left: 16px;
        transform: rotate(-45deg);
    }

    div.wrapper div.mobile-film {
        display: block;
    }

    /*gnb menu*/
    div.wrapper header nav {
        position: fixed;
        top: 0px;
        right: -60%;
        width: 60%;
        height: 100%;
        text-align: left;
        background: transparent;
        padding-top: 56px;
        transition: right 0.3s ease-in;
    }
    div.wrapper header nav div.mobile {
        position: absolute;
        top: 56px;
        width: 100%;
        height: 100%;
        background: #fff;
        border-left: 1px solid #d1d1d1;
    }
    div.wrapper header nav a {
        position: relative;
        display: block;
        color: #fff;
        font-weight: 700;
        padding: 13px 10px;
        margin: 0 15px;
        font-size: 15px;
        border-bottom: 1px solid #bbbbbb;
    }
    div.wrapper header nav a.on::before {
        width: 0;
    }
    div.wrapper header.on nav {
        right: 0;
    }
    div.wrapper header nav a.language-txt{
        display: inline-block;
        border-bottom: 0;
        margin: 10px 5px;
    }
    div.wrapper header nav a.language-txt.korea-txt{
        margin-left: 15px;
    }
    div.wrapper div.submenus {
        display: none;
    }
    /*header end*/


    /*index>section0*/
    div#section0 div.main-content-wrap {
        position: relative;
        width: 100%;
        border: 0;
        height: 100%;
        margin: 0 auto;
    }
    div#section0 div.fall-contents .weeds-text {
        position: absolute;
        z-index: 10;
        font-size: 45px;
        color: #000;
        line-height: 45px;
        top: 50%;
        right: 65%;
        transform: translate(50%, -50%);
        font-family: 'PretendardLight';
        width: 100%;
        letter-spacing: -1.5px;
    }
    div#section0 div.fall-contents .weeds-text.c {
        font-size: clamp(1.5rem, 1.5rem, 1.5rem);
        top: 20rem;
        left: 0;
        right: auto;
        transform: translate(0, -50%);
        padding: 0 5%;
        display: block;
        background-image: url("/vn/assets/img/pc/weeds_robot.png");
        background-repeat: no-repeat;
        background-position: 90% bottom;
        background-size: 5rem;
    }
    div#section0 div.fall-contents .weeds-text strong.black.c {
        display: block;
        font-size: clamp(1.5rem, 1.5rem, 1.5rem);
        margin-bottom: 80px;
    }
    div#section0 div.fall-contents div.weeds-robot {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 25%;
        transform: translate(50%, -50%);
        width: 157px;
        height: 257px;
        background: url("/vn/assets/img/pc/weeds_robot.png") 0 0 no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        margin: 85px 0 0 0;
        object-fit: contain;
    }
    div#section0 div.fall-contents div.weeds-robot.c {
        display: none;
        top: 35%;
        right: 45px;
        transform: translate(0%, -50%);
        margin-top: 0;
        width: 50px;
        height: 82px;
    }
    #section0 div.scene_bg .scroll-down{display: none;}
    #section0 div.scene_bg .main-visual{display: none;}
    #fall-scroll.fade-scale .fall-section.current {
        z-index: 5;
        opacity: 1;
        left: 0;
        height: 35rem;
    }
    /*section0 end*/

    /*index>section1*/
    div#section1{
        height: 100% !important;
        margin-bottom: 70px;
    }
    #fall-scroll .fall-section {
        position: relative;
        opacity: 1;
    }
    div#section1 div.fall-container {
        height: 770px !important;
    }
    div#section1 div.fall-container .solution_mobile{
        position: absolute;
        bottom: 10%;
        left: 0;
    }
    div#section1 div.fall-contents div.scene_bg {
        background: url("/vn/assets/img/pc/main/mobile_main_number.png") 0 100% no-repeat;
        background-size: 100% auto;
    }
    div#section1 div.fall-contents div.scene_bg div.inner-content p.tit {
        padding: 40px 0 0 0;
        font-size: 32px;
        line-height: 32px;
    }
    div#section1 div.fall-contents div.scene_bg div.inner-content p.s-tit {
        font-size: 13px;
        line-height: 20px;
        padding: 14px 30px 0 30px;
    }
    div#section1 .swiper-button-prev,
    div#section1 .swiper-button-next {
        top: 70%;
        width: 18px;
    }
    div#section1 .swiper-button-prev {
        left: 7px;
        background-size: 20px auto;
    }
    div#section1 .swiper-button-next {
        right: 7px;
        background-size: 20px auto;
    }
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div.number-1 {
        height: 400px;
        background: url("/vn/assets/img/pc/main/mobile_main_number_1_En.png") 50% 20px no-repeat;
        background-size: auto 92%;
    }
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div.number-2 {
        height: 400px;
        background: url("/vn/assets/img/pc/main/mobile_main_number_2_En.png") 50% 20px no-repeat;
        background-size: auto 92%;
    }
    div#section1 div.fall-contents div.scene_bg div.inner-content div.text-area > div.number-3 {
        height: 400px;
        background: url("/vn/assets/img/pc/main/mobile_main_number_3_En.png") 50% 20px no-repeat;
        background-size: auto 92%;
    }
    /*section1 end*/

    /*index>section2*/
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos {
        width: 100% !important;
        bottom: 15px !important;
        left: 15px !important;
        margin-left: 0px !important;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-1 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 25px;
        padding-bottom: 10px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-2 {
        font-size: 14px;
        padding-bottom: 15px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3 {
        font-size: 11px;
        font-weight: 300;
        line-height: 18px;
        padding-bottom: 15px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.web-text-3{
        display: none;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area p.text-3.mobile-text-3{
        display: inline-block;
        font-size: 10px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    div#section2 div.fall-contents div.scene_bg div.product-visual div.infos div.text-area a.learn-more {
        font-size: 12px;
        width: 100px;
        height: 24px;
        padding: 2px 0 0 12px;
        background: rgba(255, 255, 255, 0.2) url("/vn/assets/img/pc/icon/icon_learn_more.png") 70px 65% no-repeat;
        background-size: 16px auto;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-prev {
        left: 3%;
        display: none;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-button-next {
        right: 3%;
        display: none;
    }
    div#section2 div.fall-container {
        height: 445px !important;
    }
    #section2 div.product-visual {
        height: 245px;
        margin-top: 204px;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-1 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_1.png") 50% 50% no-repeat;
        height: 242px;
        background-size: 100% auto;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-2 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_2.png") 50% 50% no-repeat;
        height: 242px;
        background-size: 100% auto;
    }
    div#section2 div.fall-contents div.scene_bg div.product-visual .swiper-slide.visual-3 div.visual-wrap {
        background: url("/vn/assets/img/pc/main/mobile_bg_product_3.png") 50% 50% no-repeat;
        height: 242px;
        background-size: 100% auto;
    }
    /*section2 end*/

    /*company*/
    section.company {
        padding-bottom: 50px;
    }
    .company {
        min-width: 100%;
    }
    section.company div.basic-senten h2 {
        font-size: 16px;
    }
    section.company div.basic-senten h2.company_title_skill{
        float: none;
        padding-top: 0px;
    }
    section.company div.basic-senten h2.company_title_skill.title1{
        font-size: clamp(1.7rem, 1.7rem, 1.7rem);
    }

    /*우리의 정체성*/
    section.company .company-class {
        padding: 0 5%;
    }
    .company_introduce_title{
        height: 310px;
        padding: 0 10px;
    }
    body .company_introduce_title .introduce_title_icon {
        display: inline-block;
        width: 60px;
        height: 98px;
        float: left;
        margin-right: 10px;
        background-image: url("/vn/assets/img/pc/company/weeds_robot.png");
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    body .company_introduce_title .introduce_title_txt{
        font-size: clamp(1.7rem, 1.7rem, 1.7rem);
    }
    section.company div.company-tab div.company-tab-inner a{
        line-height: 40px;
    }
    body .company_introduce_section0{
        height: auto;
        margin-top: 35px;
        width: 100%;
        padding: 0 10px;
    }
    body .company_introduce_section0 .by_country{
        height: auto;
        width: 33%;
        margin-bottom: 25px;
    }
    body .company_introduce_section0 .by_country .country{
        font-size: 1.2rem;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    body .company_introduce_section0 .by_country .language{
        font-size: 1.2rem;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    .company_introduce_section1{
        padding: 0 10px;
        height: 190px;
        margin: 50px 0;
        position: relative;
    }
    .company_introduce_section1 .introduce_text0{
        font-size: 1rem;
        width: 100%;
        margin-right: 0;
        word-break: auto-phrase;
        text-align: center;
        margin-top: 50px;
    }
    .company_introduce_section2{
        padding: 0 10px;
        height: auto;
        position: relative;
        margin-top: 130px;
        margin-bottom: 50px;
        text-align: center;
    }
    .company_introduce_section2 .introduce_text1{
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .company_introduce_section2 .introduce_text2{
        display: inline-block;
        width: 100%;
        height: 170px;
        font-size: 1rem;
        margin-right: 0;
        word-break: auto-phrase;
    }
    .company_introduce_section1 .introduce_img0{
        width: 100%;
        height: 26px;
        float: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .company_introduce_section1 .introduce_img0 img{width: 150px;}
    .company_introduce_section2 .introduce_img1{
        width: 100px;
        height: 80px;
        position: absolute;
        top: -120px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 0;
        float: none;
    }
    section.company div.bg-container{margin-top: 0;}
    div.company-dream div.dream-inner{
        width: calc(100% - 90px);
        height: 65px;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 20px;
    }
    div.company-dream div.dream-inner strong.text-orange{
        font-size: 1.1rem;
    }
    .company_introduce_title.dream{height: 200px;}
    section.company div.bg-container.weeds_soul{
        padding-top: 0 !important;
        padding: 0px 15px 0 10%;
    }
    section.company div.bg-container.weeds_soul .company-soul{
        width: 100%;
        padding-left: 0;
    }
    div.company-soul span.soul-tit{
        font-size: 1.7rem;
        padding-bottom: 15px;
    }
    div.company-soul ul li{
        padding: 20px 0;
        font-size: 1rem;
        word-break: auto-phrase;
    }
    section.company div.bg-container.weeds_dna{
        padding-top: 50px;
        padding-left: 10%;
        padding-right: 10px;
    }
    section.company div.bg-container.weeds_dna .company-dna{
        padding-left: 0;
        width: 100%;
        padding: 0 10px;
    }
    div.company-dna div.dna-inner{
        display: inline-block;
        width: 100%;
        padding-left: 0;
    }
    div.company-dna span.dna-tit{
        font-size: 1.7rem;
        padding-bottom: 25px;
    }
    div.company-dna div.dna-inner ul{
        width: 25%;
        display: inline-block;
        padding-left: 10px;
        float: left;
        margin-right: 5%;
    }
    div.company-dna div.dna-inner ul li{
        font-size: 1rem;
        padding-bottom: 10px;
    }
    div.company-dna div.dna-inner ul.green{
        width: 33%;
        display: inline-block;
        padding-left: 10px;
    }
    div.company-dna div.dna-inner ul.green li{
        font-size: 1rem;
    }
    div.company-dna div.dna-inner ul.last{
        width: 25%;
        padding-left: 10px;
    }
    section.company div.bg-container1.weeds_explorer{
        padding-top: 50px;
    }
    .company_introduce_title.explorer{height: 200px;}
    div.company-spirite div.spirite-inner{
        width: calc(100% - 90px);
        height: auto;
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 20px;
        letter-spacing: 1px;
    }
    div.company-spirite div.spirite-inner strong{
        font-size: 1rem;
    }
    div.company-spirite div.spirite-inner span.eng{
        font-size: 1rem;
        letter-spacing: 0;
    }
    div.company-spirite div.spirite-inner span.eng span.exp{
        font-size: 1rem;
    }
    section.company div.weeds_skill{
        width: 100%;
        padding: 0;
    }
    div.company-skill{
        padding: 0px 15px 0 10%;
    }
    div.company-skill span.skill-tit{
        font-size: 1.7rem;
        padding-bottom: 25px;
    }
    .skill_tit{
        width: 100%;
        height: auto;
        font-size: 1rem;
        word-break: auto-phrase;
        margin-bottom: 20px;
    }
    .skill_card_wrap .skill_card_list{
        padding: 25px;
    }
    .skill_card_wrap .skill_card_list .skill_card{
        width: 33%;
        height: 145px;
    }
    .skill_card_wrap .skill_card_list .skill_card.margin{
        margin: 0;
    }
    .skill_card_wrap .skill_card_list .skill_card .skill_card_icon{
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }
    .skill_card_wrap .skill_card_list .skill_card .skill_card_title{
        font-size: 1rem;
        margin-bottom: 7px;
    }
    .skill_card_wrap .skill_card_list .skill_card .skill_card_info{
        font-size: 0.8rem;
        line-height: 100%;
        padding: 0 20px;
    }
    .skill_info{
        width: 48%;
        font-size: 1rem;
        padding: 10px;
        margin-bottom: 30px;
    }
    .skill_info.left_subject{
        height: auto;
        min-height: 500px;
    }
    .skill_info .skill_info_subject.big_subject{
        font-size: 1.2rem;
        text-align: left;
        margin-bottom: 20px;
        letter-spacing: -1px;
        word-break: auto-phrase;
    }
    .skill_info .skill_info_subject{
        font-size: 1.2rem;
        text-align: left;
    }
    .skill_info .skill_info_txt{
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: -1.5px;
        word-break: auto-phrase;
        text-align: left;
    }
    .skill_inner{width: 100%; margin: 0 auto;}
    /*우리의 정체성 end*/



    /*조직구성*/
    div.org-wrap{
        display: block !important;
        padding: 20px 0 50px 0 !important;
    }
    div.org-wrap div.f {
        display: inline-block;
        width: 42%;
        height: 273px;
        float: left;
    }
    div.org-wrap div.f img{width: 100%;height:100%;}
    div.org-wrap div.s{
        width: 58%;
        float: left;
        paddding-left: 10px;
    }
    div.org-wrap div.s table {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        font-size: 14px;
    }
    div.org-wrap div.s th {
        width: 95px;
        padding-left: 15px;
        font-size: 13px;
    }
    div.org-wrap div.s td {
        padding: 22px 0;
        border-bottom: 1px solid #000;
        font-size: 13px;
    }
    .organization_img_web{display: none;}
    .organization_img_mb_wrap{margin-top: 40px; text-align: center;}
    .organization_img_mobile{display: inline-block;width: 70%}
    .organization_img_mobile img{width: 100%;}
    /*조직구성 end*/


    /*연혁*/
    section.company div.history-wrap div.history-inner p.year {
        font-size: 1rem;
        color: #000;
        font-weight: 600;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ffff;
        background: #f1f1f1 url("../img/pc/icon/icon_arrow_down.png") 97% 50% no-repeat;
        background-size: 15px;
        padding: 10px 15px;
        cursor: pointer;
    }
    section.company div.history-wrap div.history-inner p.year.on {
        background: #f1f1f1 url("../img/pc/icon/icon_arrow_up.png") 97% 50% no-repeat;
        background-size: 15px;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
        width: 165px;
        font-size: 22px;
        color: #333;
        font-weight: 300;
        text-align: left;
        padding-left: 10px;
        vertical-align: top;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.y {
        width: 150px;
        font-size: 1rem;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p {
        width: 35%;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p span {
        width: 100%;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.p img {
        width: 100%;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years ul.history-text li {
        padding: 10px 0 0 150px;
        font-size: 1rem;
        line-height: 20px;
    }
    section.company div.history-wrap ul.history-text li span.text-orange.pdr-10 {
        display: block
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years .rwd-hide {
        display: inline-block;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years .rwd-show {
        display: none;
    }
    section.company div.history-wrap div.history-inner div.history-detail ul.years > li td.h li .sub_history {
        padding-left: 37px;
    }
    /*연혁 end*/


    /*위상 및 기술력*/
    section.company div.award-img p.init-txt {
        color: #000;
        font-size: clamp(1.5rem, 1.5rem, 1.5rem);
        font-weight: 800;
        text-align: center;
        padding: 40px 0 60px 0;
        line-height: 59px;
    }
    section.company div.award-img p.init-txt span {
        color: #ef7d00;
    }
    section.company div.award-img ul.init-first {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 150px;
        gap: 20px;
    }
    section.company div.award-img ul.init-first li {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 20%;
        text-align: center;
        /*   width: 49%;*/
        text-align: center;
    }
    section.company div.award-img ul.init-first li:nth-child(1) {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(2) {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(3) {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(4) {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li .company_skill_img{
        display: inline-block;
        width: 100%;
        height: 95px;
        max-height: 110px;
        text-align: center;
    }
    section.company div.award-img ul.init-first li img {
        width: auto !important;
        height: auto;
        max-height: 95%;
    }
    section.company div.award-img ul.init-first li:nth-child(1) .company_skill_img img {
        margin-top: 0;
        width: 90%;
    }
    section.company div.award-img ul.init-first li:nth-child(2) .company_skill_img img {
        width: 75%;
        margin-top: 10px;
    }
    section.company div.award-img ul.init-first li:nth-child(3) .company_skill_img img {
        margin-top: 15px;
    }
    section.company div.award-img ul.init-first li:nth-child(4) .company_skill_img img {
        width: 75%;
        margin-top: 10px;
    }
    section.company div.award-img ul.init-first li p {
        display: inline-block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 0.9rem;
        font-weight: 800;
        margin-top: 20px;
    }
    section.company div.award-img ul.init-first li:nth-child(1) p {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(2) p {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(3) p {
        padding-top: 0;
    }
    section.company div.award-img ul.init-first li:nth-child(4) p {
        padding-top: 0;
    }

    .company_share_wrap {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .share_img_web{display: none;}
    .share_img_mobile{
        display: inline-block;
        width: 70%;
    }
    .company_share_wrap .company_share_txt {
        display: inline-block;
        width: 100%;
        height: 55px;
        line-height: unset;
        font-size: 13px;
        font-weight: normal;
        margin-top: 20px;
        word-break: auto-phrase;
    }
    .company_mark_list {
        width: 100%;
        height: 75px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
        gap: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: 15px;
    }
    .company_mark_list .company_mark {
        width: 9%;
        height: 100%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 9%;
        text-align: center;
    }
    .company_certificate_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        width: 100%;
        margin-top: 40px;
        width: 100%;
        padding: 0;
    }
    .company_certificate_wrap li.company_certificate {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 3 * 10px) / 4);
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .company_certificate_wrap li.company_certificate.trans {
        padding-top: 25px;
        text-align: left;
    }
    .patent_warp{
        margin-top: 100px;
    }
    .company_patent_wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .company_patent_wrap .company_patent {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100% - 2 * 10px) / 4);
        height: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    /*위상 및 기술력 end*/


    /*찾아오시는길*/
    section.company div.address-wrap {
        padding-top: 25px;
    }
    .company_map_iframe {
        width: 100% !important;
        height: 300px !important;
        min-height: 300px !important;
    }
    section.company div.address-wrap div.f ul li {
        width: 49%;
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: 800;
        padding: 20px 5px 0 5px;
    }
    section.company div.address-wrap div.f ul li.company_add_txt0{
        width: 100%;
    }
    section.company div.address-wrap div.f ul li.f {
        background-size: 26px 27px;
        background-position: 0 24%;
        padding: 0px 0 10px 40px;
    }
    section.company div.address-wrap div.f ul li p.txt-1 {
        font-size: 12px;
    }
    section.company div.address-wrap div.f ul li p.txt-2 {
        font-size: 14px;
    }
    section.company div.address-wrap div.f ul li p.txt-3 {
        font-size: 12px;
    }
    section.company div.address-wrap div.f ul li span.rd {
        font-size: 12px;
        font-weight: 300;
        width: 80px;
        height: 22px;
        line-height: 23px;
    }
    /*찾아오시는길 end*/
    /*office location*/
    section.company .location_wrap{
        width: 100%;
    }
    .location_wrap .location_info {
        padding-left: 0;
    }
    .location_wrap .location_info:first-child {
        padding-bottom: 20px;
    }
    .location_wrap .location_info > span {
        font-size: 0.7rem !important;
    }
    .location_wrap .location_info .location_name,
    .location_wrap .location_info .location_name.korea {
        width: 90%;
        font-size: 0.8rem !important;
    }
    /*office location end*/

    /*company end*/


    /*product*/
    .product-class{padding: 0 5%;}
    .products_intro.intro0{
        height: 320px;
    }
    .products_intro .intro_img{
        display: inline-block;
        width: 18rem;
        height: fit-content;
        bottom: -45px;
        right: -15px;
    }
    .products_intro .intro_img.intro_img2{bottom: -60px !important;}
    .products_intro .intro_img.intro_img3{top: -70px !important;}
    .product_mobile_wrap{
        padding: 20px 50px;
    }
    .products_intro_opacity{
        padding-left: 15px;
        padding-right: 15px;
    }
    .products_intro_opacity.intro_opacity0{
        height: 300px;
    }
    .products_intro_txt .intro_txt{
        height: auto;
        line-height: 250%;
        font-size: 1rem;
        padding-left: 0;
        letter-spacing: -1.5px;
        word-break: auto-phrase;
    }

    section.product div.blackbox-intro ul.function li {
        width: 100%;
        text-align: center;
        margin-right: 0;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
    }
    section.product div.blackbox-intro ul.function li img{
        width: 60px;
    }
    .intro_opacity2 {
        height: auto !important;
    }
    .products_intro2{
        height: 280px !important;
    }
    .intro_opacity3 {
        height: auto !important;
    }
    .products_intro3{
        height: 350px !important;
    }
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li img{width: 100%;}
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li{
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 14px 20px 14px 20px !important;
        position: unset !important;
    }
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking{
        display: inline-block;
        width: 165px;
        position: unset !important;
        float: left;
        margin-right: 12px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank4-8 li span.ranking_txt{
        min-height: 36px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        line-height: 1.45;
        width: calc(100% - 55px);
        float: left;
        margin-top: 10px;
    }
    section.product div.blackbox-strong h2 {
        font-size: 16px;
    }
    section.product div.product-screen h2{
        font-size: 16px;
    }
    /*    section.product div.blackbox-intro {
            padding: 30px 30px;
        }*/
    section.product div.blackbox-intro div.area-1 div.s p.txt-1 {
        font-size: 20px;
        line-height: 30px;
    }
    section.product div.blackbox-intro div.area-1 div.s {
        font-size: 14px;
        line-height: 22px;
    }
    section.product div.blackbox-intro div.area-2 div.s p.txt-1 {
        font-size: 20px;
        line-height: 30px;
    }
    section.product div.blackbox-intro div.area-2 div.s{
        font-size: 14px;
        line-height: 22px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-1 {
        font-size: 14px;
        line-height: 26px;
    }
    section.product div.blackbox-strong div.bg-container ul.rank1-3 li p.txt-2 {
        font-size: 12px;
        line-height: 20px;
        padding-top: 10px;
    }
    .product_bb_wrap{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        width: 100%;
        height: auto;
        gap: 15px;
    }
    .product_bb_wrap .product_bb{
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100% - 1 * 15px) / 2);
        text-align: center;
        padding: 10px;
    }
    section.product div.product-screen ul li img{width: 80%; margin-bottom: 15px;}
    ul li.product_bb .product_bb_txt{
        letter-spacing: 0.1px;
        height: auto;
        margin-bottom: 0.5rem;
        font-size: 1.3rem;
        line-height: 1.2rem;
    }
    ul li.product_bb .product_bb_txt span{
        display: inline-block;
        width: 100%;
        padding: 5px 0;
    }
    ul li.product_bb .product_bb_subtxt{
        letter-spacing: -1px;
        font-size: 1rem;
        margin-bottom: 0;
        word-break: auto-phrase;
        padding: 0 20px;
    }
    section.product div.blackbox-intro div.area-1 div.s ul li div.tail {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    section.product div.blackbox-intro div.area-2 div.s ul li div.tail {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    section.product div.basic-senten p.paragraph{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    section.product div.blackbox-intro{padding: 30px 5%;}
    section.product div.blackbox-intro div.area-1 div.f img{width: 80%;}
    section.product div.blackbox-intro div.area-1 div.s{width:90%; margin: 0 0 0 auto;}
    section.product div.blackbox-intro div.area-2 div.f{text-align: right;}
    section.product div.blackbox-intro div.area-2 div.f img{width: 80%;}
    section.product div.blackbox-intro div.area-2 div.s{width:90%; margin: 0 auto 0 0;}
    /*product end*/


    /*request*/
    .company-class iframe{
        display: inline-block;
        width: 100%;
        min-width: 359px;
        height: 100vh;
        min-height: 950px;
        margin: 0 auto;
    }
    section.support{
        margin-bottom: 0;
    }
    /*request end*/


    /*recruit*/
    .partner_wrap{
        padding: 0 5%;
    }
    .partner_wrap img{width: 80%;}
    .partner_title{padding-left: 15%;}
    .partner_wrap span.more_text{
        right: 10rem;
        bottom: 1rem;
    }
    .recruit_weeds .recruit_weeds_img{display: none;}
    .recruit_weeds {
        width: 100%;
        min-width: 100%;
        height: 100%;
        padding-top: 0;
        margin: 0 auto;
        text-align: center;
    }
    .recruit_weeds .recruit_weeds_list{
        width: 100%;
        height: 100%;
        float: left;
        padding: 0 5%;
    }
    .recruit_img_mobile{
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0 5%;
    }
    .recruit_img_mobile img{
        width: 100%;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt {
        height: auto;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt {
        width: 40px;
        height: 50px;
        line-height: 42px;
        font-size: 2.8rem;
        margin-right: 10px;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_sub {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 1.2rem;
        font-weight: 700;
        color: #ed6c00;
        float: left;
        letter-spacing: 0.5px;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_detail {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 0.8rem;
        float: left;
    }
    .recruit_title{padding-top: 0;}


    .welfare_list{
        display: inline-block;
        width: 100%;
        padding: 10px 30px 0 30px;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare{
        float: none;
        width: 100%;
        height: 70px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_icon{
        width: 16%;
        height: 100%;
        background-size: contain;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_detail{
        width: 84%;
        height: 100%;
    }
    section.recruit div.basic-senten div.walfair p.bottom-text {
        font-size: 0.9rem;
        font-weight: 700;
        text-align: center;
        padding-top: 40px;
        letter-spacing: 0.5px;
    }
    /*recruit end*/


    /*weeds news*/
    .news_wrap{
        margin-top: 0 !important;
    }
    .company_blog_wrap .company_blog_inner{
        width: 100%;
    }
    .news_wrap{padding-top: 230px;}
    section.news div.basic-senten h2 {
        font-size: 16px;
    }
    .company_blog_wrap .company_blog_inner .company_blog_tab{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        width: 100%;
        height: auto;
        padding: 20px;
        gap: 15px;
    }
    .company_blog_wrap .company_blog_inner .company_blog_tab .company_blog_link {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100% - 2 * 15px) / 3);
        height: fit-content;
        text-align: center;
        border: 1px solid #eaeaea;
    }
    .partner_img_web0{display: none;}
    .partner_img_web1{display: none;}
    .partner_img_web2{display: none;}
    .partner_img_mobile0 {
        display: inline-block;
        width: 83%;
    }
    .partner_img_mobile1 {
        display: inline-block;
        width: 83%;
    }
    .partner_img_mobile2 {
        display: inline-block;
        width: 83%;
    }
    .weeds_news_wrap  div.mobile-film {display: none !important;}
    .weeds_news_wrap  div.mobile-film.on{display: block !important;}
    /*weeds news end*/

    /*recruit*/
    .recruit_weeds .recruit_weeds_img{display: none;}
    section.recruit div.basic-senten h2 {
        font-size: 16px;
    }
    section.recruit div.basic-senten ul.li-1 li{
        font-size: 14px;
        padding: 0px 0 10px 30px;
    }
    section.recruit div.basic-senten ul.li-1 li span.b{
        font-size: 16px;
    }
    section.recruit div.basic-senten ul.li-2 li{
        font-size: 14px;
    }
    section.recruit div.basic-senten div.method{
        padding: 30px;
        text-align: center;
    }
    section.recruit div.basic-senten div.method img{
        width: 75%;
    }

    .recruit_weeds {
        width: 100%;
        min-widht: 100%;
        height: 100%;
        padding-top: 0;
        margin: 0 auto;
        text-align: center;
    }
    .recruit_weeds .recruit_weeds_list{
        width: 100%;
        height: 100%;
        float: left;
        padding-top: 15px;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt {
        height: auto;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt {
        width: 40px;
        height: 50px;
        line-height: 42px;
        font-size: 2.8rem;
        margin-right: 10px;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_sub {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 1.2rem;
        font-weight: 700;
        color: #ed6c00;
        float: left;
        letter-spacing: 0.5px;
    }
    .recruit_weeds .recruit_weeds_list .recruit_weeds_txt .weeds_txt_detail {
        display: inline-block;
        width: calc(100% - 50px);
        font-size: 0.8rem;
        float: left;
    }
    .recruit_title{padding-top: 0;}


    .welfare_list{
        display: inline-block;
        width: 100%;
        padding: 10px 50px 0 30px;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare{
        float: left;
        width: 50%;
        height: 70px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_icon{
        width: 16%;
        height: 100%;
        background-size: contain;
    }
    section.recruit div.basic-senten div.walfair ul li.welfare .welfare_detail{
        width: 84%;
        height: 100%;
    }
    section.recruit div.basic-senten div.walfair p.bottom-text {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        word-break: auto-phrase;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        padding-top: 0;
        letter-spacing: 0.5px;
    }
    /*recruit end*/

    a.go-top{
        background-size: 35px;
        width: 35px;
        height: 35px;
        right: 1rem;
        bottom: 1rem;
        margin-left: 0;
    }

    footer{
        height: 305px;
        margin-top: 0;
    }
    footer .inner .sitemap_wrap{
        width: 100%;
        margin-left: 20px;
    }
    .sitemap_wrap .sitemap_wrap_inner .sitemap_onedepth .sitemap_onedepth_menu{
        display: inline-block;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 600;
        color: #fff;
    }
    .sitemap_onedepth .sitemap_twodepth_menu .sitemap_twodepth_link{
        font-size: 0.75rem;
    }
}
/*미디어 쿼리 section3*/
@media (min-width: 1025px) and (max-width: 1279px) {
    footer{
        min-width: 1120px;
    }
    /* company */
    .company_map_iframe {
        width: 100%;
        max-width: 1120px;
        height: 420px !important;
        border: 0;
    }
}

