@charset "utf-8";
/* 투어머치 전현진 2021-12-09 */

html, body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#wrapper {
	padding-top: 0px !important;
}


/* 메인 공통 */
#mainContainer {
    color: #fff;
}

#mainContainer .product-rnd {
    padding: 40px 20px;
}

#mainContainer h1.h1-tit {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

#mainContainer h1.h1-tit em {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    letter-spacing: -.5pt;
}

#mainContainer h1.h1-tit em:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #fff;
    content: '';
}

@media screen and (min-width:767px) {
    #mainContainer .product-rnd {
        padding: 60px 40px;
    }

    #mainContainer h1.h1-tit {
        font-size: 34px;
    }
}

@media screen and (min-width:1240px) {
    #mainContainer .product-rnd {
        padding: 0 40px;
    }

    #mainContainer h1.h1-tit {
        padding-top: 80px;
        font-size: 46px;
        font-weight: 800;
    }
}


/* 메인 슬라이드 */
.sct1 {
    padding: 0;
}

.sct1 .visual_area .ctrlbox {
    display: none;
    z-index: 2000;
    position: absolute;
    top: 295px;
    width: 100%;
    text-align: center;
}

.sct1 .visual_area .ctrlbox {
    margin-bottom: 15px;
}

.sct1 .visual_area .ctrlbox button {
    position: relative;
    width: 36px;
    height: 36px;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
}

.sct1 .visual_area .ctrlbox button.next {
    padding-left: 9px;
}

.sct1 .visual_area .ctrlbox button.pause,
.sct1 .visual_area .ctrlbox button.play {
    width:25px;
}

.sct1 .visual_area .list_num {
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 0 5px;
    font-size: 17px;
    color: #fff;
}

.sct1 .visual_area .list_num span {
    padding: 0 7px;
}

.sct1 .visual_area {
    position: relative;
}

.sct1 .visual_area .list {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sct1 .visual_area .list .cont {
    float: left;
    width: 100%;
    height: 100vh;
}

.sct1 .visual_area .list .cont .visual_tx {
    position: absolute;
    top: 352px;
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: -1pt;
    font-family: 'NanumSquare';
}

.sct1 .visual_area .list .cont .visual_tx .sub-txt,
.sct1 .visual_area .list .cont .visual_tx .big-txt {
    padding-top: 50px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    opacity: 0;
    transition: 1s .1s;
}

.sct1 .visual_area .list .cont .visual_tx .sub-txt {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.sct1 .visual_area .list .cont .visual_tx .big-txt {
    padding-top: 50px;
    font-family: 'S-CoreDream-7ExtraBold';
    font-size: 20px;
}

.sct1 .visual_area .list .cont .img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sct1 .visual_area .list .cont .img span {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1); transition:4s .1s;
}

.sct1 .visual_area .list .cont[class*=slick-active].on .img span {
    transform: scale(1);
    transform: rotate(.001deg);
}

.sct1 .visual_area .list .cont[class*=slick-active].on .visual_tx .sub-txt {
    padding-top: 0;
	transition-delay: 500ms;
    opacity: 1;
}

.sct1 .visual_area .list .cont[class*=slick-active].on .visual_tx .big-txt {
    padding-top: 0;
	transition-delay: 1000ms;
    opacity: 1;
}

.sct1 .visual_area .list .cont .img .v1 {
    background: url('./img/main_slide01.jpg') no-repeat center center/cover;
}

.sct1 .visual_area .list .cont .img .v2 {
    background: url('./img/main_slide02.jpg') no-repeat center center/cover;
}

.sct1 .visual_area .list .cont .img .v3 {
    background: url('./img/main_slide03.jpg') no-repeat center center/cover;
}

#mSlides .mouse {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -10px;
    z-index: 3500;
    text-align: center;
}

#mSlides .mouse .copy {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.5pt;
}

#mSlides .mouse .mouse_ico {
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    overflow: hidden;    
    opacity: 0.6;    
    overflow: visible;
    opacity: 1;
    height: auto;
    bottom: 0;
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
    width: 20px;
    margin-top: 20px;   
}

#mSlides .mouse .mouse_ico::before{ 
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 16px;
    background-color: rgba(255,255,255,0.7);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    transition: background-color .55s cubic-bezier(.5,.1,.07,1);
    -webkit-animation: trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
    animation: trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
}

@-webkit-keyframes trackBallSlide { 
    0% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    45% {
        opacity:0;
        -webkit-transform:scaleY(0.5) translateY(13px);
        transform:scaleY(0.5) translateY(13px);
    }

    46% {
        opacity:0;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    65%, 100% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }
}

@keyframes trackBallSlide { 
    0% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    45% {
        opacity:0;
        -webkit-transform:scaleY(0.5) translateY(13px);
        transform:scaleY(0.5) translateY(13px);
    }

    46% {
        opacity:0;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    65%, 100% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }
}

@keyframes nudgeMouse { 
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }

    45% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px);
    }

    65%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}

@-webkit-keyframes nudgeMouse { 
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }

    45% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px);
    }

    65%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}

@media screen and (min-width:374px) {
}

@media screen and (min-width:767px) {
    .sct1 .visual_area .list .cont .visual_tx .sub-txt {
        font-size: 30px;
    }

    .sct1 .visual_area .list .cont .visual_tx .big-txt {
        font-size: 40px;
    }
    
    #mSlides .mouse {
        bottom: 30px;
    }
}

@media screen and (min-width:1100px) {
    .sct1 .visual_area .list .cont .visual_tx .sub-txt {
        font-size: 40px;
    }

    .sct1 .visual_area .list .cont .visual_tx .big-txt {
        font-size: 60px;
    }
}

@media screen and (min-width:1240px) {
}


/* 메인 Product */
#mainProduct {
    position: relative;
    background: url("./img/main_product_bg.jpg") no-repeat center/cover;
}

#mainProduct .tabmnu {
    max-width: 1380px;
    margin: 0 auto;
}

#mainProduct .tabmnu ul li {
    width: 100%;
    margin-bottom: 4px;
}

#mainProduct .tabmnu ul li a {
    display: block;
    height: 40px;
    line-height: 38px;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0);
    text-align: center;
    color: #fff;
}

#mainProduct .tabmnu ul li a.current {
    border-color: rgba(0,0,0,0.7);
    background-color: rgba(0,0,0,0.7);
    font-weight: 700;
}

#mainProduct .tab_unit_wrap {
    max-width: 1380px;
    margin: 40px auto 0;
}

#mainProduct .tab_unit_wrap .tab_unit {
    position: relative;
}

#mainProduct .tab_unit_wrap .tab_unit .info h2 {
    margin-bottom: 40px;
    font-size: 28px;
}

#mainProduct .tab_unit_wrap .tab_unit .info h2 small {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #C61E0B;
    font-weight: 900;
}

#mainProduct .tab_unit_wrap .tab_unit .info h2 em {
    display: block;
    font-weight: 700;
}

#mainProduct .tab_unit_wrap .tab_unit .info p br {
    display: none;
}

#mainProduct .tab_unit_wrap .tab_unit .info a {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    margin-top: 40px;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(255,255,255,0);
    color: #fff;
    font-size: 16px;
}

#mainProduct .tab_unit_wrap .tab_unit .info a em {
    font-weight: 700;
}

#mainProduct .tab_unit_wrap .tab_unit .info a span.ico {
    position: absolute;
    top: 0;
    right: 15px;
}

#mainProduct .tab_unit_wrap .tab_unit .pic {
    margin-top: 40px;
    font-size: 0;
}

@media screen and (min-width:767px) {
    #mainProduct .tabmnu ul li {
        width: 50%;
        margin: 0;
    }

    #mainProduct .tabmnu ul li a {
        height: 53px;
        line-height: 50px;
        margin: 2px;
        font-size: 16px;
    }

    #mainProduct .tab_unit_wrap {
        margin-top: 40px;
    }

    #mainProduct .tab_unit_wrap .tab_unit {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mainProduct .tab_unit_wrap .tab_unit .info {
        width: 55%;
    }

    #mainProduct .tab_unit_wrap .tab_unit .info h2 {
        font-size: 30px;
    }
    
    #mainProduct .tab_unit_wrap .tab_unit .info h2 small {
        margin-bottom: 15px;
        font-size: 20px;
    }
    
    #mainProduct .tab_unit_wrap .tab_unit .info p {
        line-height: 1.6;
        font-size: 16px;
    }

    #mainProduct .tab_unit_wrap .tab_unit .pic {
        width: 40%;
        margin-left: 5%;
        text-align: center;
    }
}

@media screen and (min-width:1240px) {
    #mainProduct .tabmnu ul li {
        width: 25%;
    }

    #mainProduct .tab_unit_wrap .tab_unit .info {
        width: 40%;
    }

    #mainProduct .tab_unit_wrap .tab_unit .info h2 {
        margin-bottom: 50px;
        font-size: 48px;
    }

    #mainProduct .tab_unit_wrap .tab_unit .info h2 small {
        font-size: 30px;
    }
    
    #mainProduct .tab_unit_wrap .tab_unit .info p {
        font-size: 18px;
        letter-spacing: -.5pt;
    }
    
    #mainProduct .tab_unit_wrap .tab_unit .info p br {
        display: block;
    }

    #mainProduct .tab_unit_wrap .tab_unit .info a {
        margin-top: 50px;
    }

    #mainProduct .tab_unit_wrap .tab_unit .info a:hover {
        border-color: #dd0b14;
        background-color: #dd0b14;
    }

    #mainProduct .tab_unit_wrap .tab_unit .pic {
        width: 50%;
        margin-left: 10%;
    }
}


/* 메인 R&D */
#mainRnd {
    position: relative;
    background: url("./img/main_rnd_bg.jpg") no-repeat center/cover;
    text-align: center;
}

#mainRnd .comment br {
    display: none;
}

#mainRnd .rnd-con {
    max-width: 1380px;
    margin: 40px auto 0;
}

#mainRnd .rnd-con ul li {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: 0;
}

#mainRnd .rnd-con ul li a.pic,
#mainRnd .rnd-con ul li a.txt {
    display :block;
}

#mainRnd .rnd-con ul li a.pic {
    overflow: hidden;
}

#mainRnd .rnd-con ul li a.pic img {
    width: 100%;
}

#mainRnd .rnd-con ul li a.txt {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.7);
    font-size: 16px;
    color: #fff;
    z-index: 100;
}

@media screen and (min-width:767px) {
    #mainRnd .comment {
        line-height: 1.6;
        font-size: 16px;
    }

    #mainRnd .comment br {
        display: block;
    }

    #mainRnd .rnd-con {
        margin-top: 60px;
    }

    #mainRnd .rnd-con ul li {
        width: 33.3333%;
    }
}

@media screen and (min-width:1240px) {
    #mainRnd .comment {
        font-size: 18px;
        letter-spacing: -.5pt;
    }

    #mainRnd .rnd-con ul li {
        padding-bottom: 30px;
    }
    
    #mainRnd .rnd-con ul li a.txt {
        left: 60px;
        right: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    #mainRnd .rnd-con ul li:hover a.pic img {
        transform: scale(1.1);
    }

    #mainRnd .rnd-con ul li:hover a.txt {
        background-color: #dd0b14;
    }
}


/* 하단 푸터 */
.sct4 {
    padding: 0;
}

.sct4.fp-section.fp-table,
.sct4 .fp-tableCell {
    display: block;
    height: auto !important;
}

#footer {
    height: auto;
}


/* anchors */
#anchors {
    display: none;
}

#anchors:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    right: 80px;
    display: block;
    width: 1px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
}

#anchors ul {
    z-index: 5;
    position: fixed;
    top: 50%;
    right: 73px;
    margin-top: -48px;
}

#anchors ul li {
    width: 16px;
    margin-bottom: 20px;
    text-align: center;
}

#anchors ul li:last-child {
    display: none;
}

#anchors ul li a {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0.3);
    border-radius: 14px;
    transition: all 0.3s ease;
}

#anchors ul li a > span {
    display: none;
}

#anchors ul li.active a {
    background: #F17B70 !important;
    font-weight: 500;
}

#anchors ul li.active a:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #F17B70;
    border-radius: 18px;
}

#anchors ul li.active a > span {
    position: absolute;
    top: -10px;
    right: 25px;
    display: inline-block;
    width: 120px;
    line-height: 30px;
    text-align: right;
    color: #051334;
    font-size: 14px;
}

#anchors ul li:first-child.active a > span,
#anchors ul li:nth-child(5).active a > span{
    color: #fff;
}

#anchors.color:after {
    background: #ccc;
}

#anchors.color ul li a {
    background: #c9c9c9;
}

#anchors.color ul li a > span {
    color: #fff;
    font-weight:bold;
}

@media screen and (min-width:1240px) {
	#anchors {
        display: none;
    }
}