/* Common */
.app--main #contents{
    padding:0;
}
@media (min-width:576px){
}
@media (min-width:768px){
}
@media (min-width:1024px){

}
@media (min-width:1200px){
    .fp-viewing-2 .app--main .header, .fp-viewing-4 .app--main .header,
    .fp-viewing-5 .app--main .header, .fp-viewing-6 .app--main .header{
        background-color: #fff;
    }
    .fp-viewing-2 .app--main .header__body, .fp-viewing-4 .app--main .header__body,
    .fp-viewing-5 .app--main .header__body, .fp-viewing-6 .app--main .header__body{
        border-bottom: 1px solid #eee;
    }
    .fp-viewing-2 .app--main .header__logo a, .fp-viewing-4 .app--main .header__logo a,
    .fp-viewing-5 .app--main .header__logo a, .fp-viewing-6 .app--main .header__logo a{
        background-image: url(/res/images/logo.svg);
    }
    .fp-viewing-2 .app--main .gnb__link, .fp-viewing-4 .app--main .gnb__link,
    .fp-viewing-5 .app--main .gnb__link, .fp-viewing-6 .app--main .gnb__link{
        color:#222 !important;
    }
    .fp-viewing-2 .app--main .header-search .theme--light.v-btn.v-btn--has-bg,
    .fp-viewing-4 .app--main .header-search .theme--light.v-btn.v-btn--has-bg,
    .fp-viewing-5 .app--main .header-search .theme--light.v-btn.v-btn--has-bg,
    .fp-viewing-6 .app--main .header-search .theme--light.v-btn.v-btn--has-bg,
    .fp-viewing-2 .app--main .hamburger-btn-pc,
    .fp-viewing-4 .app--main .hamburger-btn-pc,
    .fp-viewing-5 .app--main .hamburger-btn-pc,
    .fp-viewing-6 .app--main .hamburger-btn-pc{
        background-color: #999;
    }
    .fp-viewing-2 .app--main .lang >.button,
    .fp-viewing-4 .app--main .lang >.button,
    .fp-viewing-5 .app--main .lang >.button,
    .fp-viewing-6 .app--main .lang >.button,
    .fp-viewing-2 .app--main .lang >.button::before,
    .fp-viewing-4 .app--main .lang >.button::before,
    .fp-viewing-5 .app--main .lang >.button::before,
    .fp-viewing-6 .app--main .lang >.button::before{
        color: #222;
        border-color: #ddd;
    }
    .fp-viewing-2 .app--main .lang >.button::before,
    .fp-viewing-4 .app--main .lang >.button::before,
    .fp-viewing-5 .app--main .lang >.button::before,
    .fp-viewing-6 .app--main .lang >.button::before{
        border-color: #222;
    }
}

/* Section */
@media (max-width:1024px){
    .section-h-auto, .section-h-auto .fp-tableCell{
        height: auto !important;
    }
    .vision, .searching, .contactus, .partners{
        padding:60px 12px;
    }
}

/* Visual */
.visual{
    height: 100vh;
    overflow: hidden;
    background: #eee;
}
.visual .background{
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.visual__con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 62px);
    max-width: calc(var(--inc-max-width) + 12px*2);
    padding: 60px 12px 0;
    margin: auto;
}
.visual__inner {
    color:#fff;
    text-align: center;
}
.visual .text-ani >*{
    animation: none;
}
.visual .swiper-slide.swiper-slide-active .text-ani >*{
	animation:textAni 1s ease forwards;
}
.visual .swiper-slide.swiper-slide-active .text-ani:nth-child(1) >* {
	animation-delay: 0.2s;
}
.visual .swiper-slide.swiper-slide-active .text-ani:nth-child(2) >* {
	animation-delay: 0.4s;
}
.visual .swiper-slide.swiper-slide-active .text-ani:nth-child(3) >* {
	animation-delay: 0.6s;
}
.visual .swiper-slide.swiper-slide-active .text-ani:nth-child(4) >* {
	animation-delay: 0.8s;
}
.visual .swiper-slide.swiper-slide-active .text-ani:nth-child(5) >* {
	animation-delay: 1s;
}
.visual__sub-tit{
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform:uppercase;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.visual__sub-tit::before{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
}
.visual__tit{
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1.2;
}
.visual__tit strong{
    font-weight: 700;
}
.visual__txt{
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1.5;
}
@media (min-width:576px){
}
@media (min-width:768px){
    .visual {
        height: 100vh;
    }
    .visual__con {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
    }
    .visual__inner {
        text-align: left;
    }
    .visual__sub-tit{
        font-size: 2rem;
    }
    .visual__tit{
        font-size: 8rem;
    }
    .visual__txt{
        font-size: 2.8rem;
    }
}
@media (min-width:1024px){
    .visual {
        height: 100vh;
    }
    .visual__sub-tit::before{
        left:0;
        transform: none;
    }
}
@media (min-width:1200px){
    .visual__con {
        height: 100%;
    }
}

/* swiper */
.visual .swiper-container, .visual .swiper-wrapper, .visual .swiper-slide{
    height: 100%;
}
.visual .swiper-slide{
    overflow: hidden;
}
.visual .swiper-control{
    display: none;
}
.visual .swiper-pagination{
    /* bottom:50%;
    left:0;
    -webkit-transform: translate(0,50%); -ms-transform: translate(0,50%); transform: translate(0,50%);
    display: flex; */
    left: auto;
    bottom:50%;
    right: 108px;
    transform: translate(0,50%);
    display: inline-flex;
    width: auto;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
}
.visual .swiper-pagination-current{
    font-size: 4rem;
    font-weight: 400;
    margin-right: 4px;
    margin-bottom: -2px;
}
.visual .swiper-pagination-total{
    margin-left: 4px;
}
@media (min-width:576px){
}
@media (min-width:768px){
}
@media (min-width:1024px){
    .visual .swiper-control{
        display: block;
        z-index: 1;
    }
}
@media (min-width:1200px){
}

/* circle-progress */
.circle-progress{
    position: absolute;
    top: 50%;
    right: 52px;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    width: 163px;
    height: 164px;
    border:3px solid rgba(255, 255, 255, .3);
    border-radius: 100%;
}
.circle-progress svg{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
    fill: none;
    stroke: #fff;
    width: 160px;
    height: 160px;
    overflow: visible;
}
.circle-progress svg circle{
    transform-origin: center;
    transform: rotate(-90deg);
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray:314;
    stroke-dashoffset: 0;
    -webkit-transition: all ease-out .2s; -ms-transition: all ease-out .2s; transition: all ease-out .2s;
}
.circle-progress.active svg circle{
    animation: timeline 10s linear;
}
@keyframes timeline{
    0%{
        stroke-dashoffset: 0;
    }
    99%{
        stroke-dashoffset: 314;
    }
    100%{
        stroke-dashoffset: 0;
    }
}


.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color:rgba(0,0,0,1);
}
.video-bg__video{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
}
.video-bg video{
    opacity: .6;
}

.scroll-ani{
    position: absolute;
    left:50%;
    bottom: 70px;
    z-index: 1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
}
.scroll-ani__txt{
    font-size: 1.3rem;
    line-height: 1;
    color:#fff;
    text-align: center;
    margin-top:10px;
}
.scroll-ani__mouse span {
    position: relative;
    display: block;
    width: 28px;
    height: 46px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50px;
}
.scroll-ani__mouse span::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: scrollAni 2s infinite;
    animation: scrollAni 2s infinite;
}
@keyframes scrollAni {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 100%);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@media (max-width:1024px){
    .scroll-ani{
        bottom:40px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .scroll-ani{
        bottom:15px;
    }
    .scroll-ani__mouse span{
        width: 26px;
        height: 36px;
    }
    .scroll-ani__mouse span::before{
        top:5px;
    }
    .scroll-ani__txt{
        font-size: 1.2rem;
        margin-top: 5px;
    }
}
@media (max-width:576px){
}

/* branch */
.branch{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/res/images/main/branch/main-branch-bg.png);
    -webkit-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; transition: all ease-in-out .5s;
}
.branch.material{
    background-image: url(/res/images/main/branch/main-material-bg.png);
}
.branch.water{
    background-image: url(/res/images/main/branch/main-water-bg.png);
}
.branch.urea{
    background-image: url(/res/images/main/branch/main-urea-bg.png);
}
.branch.snow{
    background-image: url(/res/images/main/branch/main-snow-bg.png);
}
.branch.oem{
    background-image: url(/res/images/main/branch/main-oem-bg.png);
}
.branch.etc{
    background-image: url(/res/images/main/branch/main-etc-bg.png);
}
.branch .row{
    height: 100%;
}
.branch .row [class*=col-]{
    position: relative;
    height: 230px;
    border-left:1px solid rgba(255, 255, 255, .15);
    -webkit-transition: all ease-in-out .4s; -ms-transition: all ease-in-out .4s; transition: all ease-in-out .4s;
}
.branch .row [class*=col-]:nth-child(2n-1){
    border-left:1px solid transparent;
}
.branch .row [class*=col-]::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(31,42,97,.85);
    -webkit-transition: all ease-in-out .25s; -ms-transition: all ease-in-out .25s; transition: all ease-in-out .25s;
    opacity: 0;
    visibility: hidden;
}
.branch .row [class*=col-]:hover::before{
    opacity: 1;
    visibility: visible;
}
.branch__con{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 14px;
}
.branch__inner{
    position: relative;
    z-index: 1;
}
.branch__icon{
    width: 100%;
    height: 60px;
    margin:auto;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}
.branch__icon-material{
    background-image: url(/res/images/main/branch/main-material-icon.png);
}
.branch__icon-water{
    background-image: url(/res/images/main/branch/main-water-icon.png);
}
.branch__icon-urea{
    background-image: url(/res/images/main/branch/main-urea-icon.png);
}
.branch__icon-snow{
    background-image: url(/res/images/main/branch/main-snow-icon.png);
}
.branch__icon-oem{
    background-image: url(/res/images/main/branch/main-oem-icon.png);
}
.branch__icon-etc{
    background-image: url(/res/images/main/branch/main-etc-icon.png);
}
.branch .row [class*=col-]:nth-child(1):hover .branch__icon-material{
    background-image: url(/res/images/main/branch/main-material-icon-active.png);
}
.branch .row [class*=col-]:nth-child(2):hover .branch__icon-water{
    background-image: url(/res/images/main/branch/main-water-icon-active.png);
}
.branch .row [class*=col-]:nth-child(3):hover .branch__icon-urea{
    background-image: url(/res/images/main/branch/main-urea-icon-active.png);
}
.branch .row [class*=col-]:nth-child(4):hover .branch__icon-snow{
    background-image: url(/res/images/main/branch/main-snow-icon-active.png);
}
.branch .row [class*=col-]:nth-child(5):hover .branch__icon-oem{
    background-image: url(/res/images/main/branch/main-oem-icon-active.png);
}
.branch .row [class*=col-]:nth-child(6):hover .branch__icon-etc{
    background-image: url(/res/images/main/branch/main-etc-icon-active.png);
}
.branch__tit{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-top:14px;
}
.branch__btn{
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .2s; -ms-transition: all ease-in-out .2s; transition: all ease-in-out .2s;
}
.branch .row [class*=col-]:hover .branch__btn{
    height: auto;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
}
@media (min-width:576px){
    .branch .row [class*=col-]:nth-child(2n-1){
        border-left: 1px solid rgba(255, 255, 255, .15);
    }
    .branch .row [class*=col-]:nth-child(3n-2){
        border-left:1px solid transparent;
    }
}
@media (min-width:768px){
    .branch__icon{
        width: 102px;
        height: 80px;
    }
    .branch__tit{
        font-size: 2rem;
        margin-top:28px;
    }
    .branch .row [class*=col-]:nth-child(2n-1),
    .branch .row [class*=col-]:nth-child(3n-2){
        border-left: 1px solid rgba(255, 255, 255, .15);
    }
    .branch .row [class*=col-]:nth-child(6n-5){
        border-left:1px solid transparent;
    }
    .branch .row [class*=col-]:hover .branch__btn{
        margin-top: 60px;
    }
}
@media (min-width:1024px){
    .branch .row [class*=col-]{
        height: auto;
    }
}
@media (min-width:1200px){
}

/* vision */
.vision{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.vision >.container{
    position: relative;
}
.vision .swiper-container{
    overflow: visible;
}
.vision .swiper-control{
    top: auto;
    bottom:0;
    z-index: 1;
    max-width: var(--container);
}
.vision .swiper-prev-next{
    display: none;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 30px);
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.vision .swiper-prev,
.vision .swiper-next{
    position: static;
    top:auto;
    left:auto;
    right:auto;
    transform:none;
    display:inline-flex;
    border-radius: 0;
    background-color:#fff;
    font-size: 1rem;
    color:#222;
    -webkit-transition: all ease-in-out .2s; -ms-transition: all ease-in-out .2s; transition: all ease-in-out .2s;
}
.vision .swiper-prev:hover,
.vision .swiper-next:hover{
    background-color: var(--v-secondary-base);
}
.vision .swiper-prev:hover .icon,
.vision .swiper-next:hover .icon{
    border-color: #fff;
}
.vision .swiper-next{
    position: relative;
    margin-left: 1px;
}
.vision .swiper-next::before{
    content:'';
    position:absolute;
    top:50%;
    left:-1px;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ddd;
}
.vision .swiper-button-disabled{
    opacity: .2;
}
.vision__fraction{
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1;
    color: #999;
    margin-bottom: 20px;
}
.vision__fraction-current{
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--v-secondary-base);
    margin-right: 2px;
}
.vision__fraction-total{
    margin-left: 2px;
}
.vision__img-wrap{
    position: relative;
    max-width: 690px;
}
.vision__img-wrap::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: all ease-in-out .2s; -ms-transition: all ease-in-out .2s; transition: all ease-in-out .2s;
}
.vision .swiper-slide-active .vision__img-wrap::before{
    background-color: rgba(0,0,0,0);
}
.vision__img{
    width: 100%;
    padding-top: calc(500/690 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.vision__txt{
    font-size: 1.4rem;
    line-height: 1.6;
}
.vision__btn{
    margin-top:26px;
}
@media (min-width:576px){
}
@media (min-width:768px){
    .vision__fraction{
        font-size: 2.4rem;
        margin-bottom: 70px;
    }
    .vision__fraction-current{
        font-size: 4rem;
    }
    .vision__txt{
        font-size: 1.6rem;
    }
    .vision__btn{
        margin-top:50px;
    }
}
@media (min-width:1024px){
    .vision .swiper-prev-next{
        display: flex;
    }
    .vision__txt{
        font-size: 2rem;
    }
}
@media (min-width:1200px){
    .vision >.container{
        padding-top: 140px;
    }
    .vision >.container::before{
        top:50%;
        right:calc(50% + 380px);
        -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
        width: 100vw;
        height: 100vh;
        background-color: #f5f5f5;
    }
}

/* contactus */
.contactus{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
}
.contactus__card{
    z-index: 1;
    padding:0;
    box-shadow: none;
}
.contactus__iframe{
    width: 100%;
    height: 300px;
    margin-top:40px;
}
@media (min-width:576px){
}
@media (min-width:768px){
}
@media (min-width:1024px){
    .section-contactus .fp-scroller{
        height: 100%;
    }
    .contactus__con{
        margin-top: 140px;
    }
    .contactus__card{
        max-width: 690px;
        padding:60px;
        box-shadow: 5px 5px 30px rgba(2, 42, 75, .12);
    }
    .contactus__iframe{
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 50vw;
        height: 100vh;
        margin-top: 0;
    }
}
@media (min-width:1200px){
}

/* partners */
.partners{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image:url(/res/images/main/partners/main-partners-bg.png);
}
.partners__con{
    width: 100%;
}
.partners-swiper{
    width: 100%;
}
@media (min-width:576px){
}
@media (min-width:768px){
}
@media (min-width:1024px){
}
@media (min-width:1200px){
    .partners-swiper{
        padding:0 56px;
    }
    .partners__con{
        margin-top:140px;
    }
}
