@charset "utf-8";
.body-main {position:relative;}
section {position:relative; overflow: hidden;}
.fp-tableCell > .inner {padding: 140px 0; height: 100%;}

/* 공통 */
.main__title {position: relative;}
.main__title::after {display: block; content: ""; width: 7px; height: 130px; background: url('../images/common/allmenu-deco.png') no-repeat center bottom; position: absolute; bottom: calc(100% + 10px); left: 5px;}
.main__title h2 {font-size: 70px; font-weight: 500; color: #000; text-transform: uppercase;}
.main__title p {font-size: 20px; font-weight: 300; color: #000; line-height: 1.4; margin-top: 10px;}
.main__title span {vertical-align: baseline; color: #b11116;}
.main__title em {vertical-align: baseline; font-weight: 700;}

@media only screen and (max-width: 1440px) {
    .main__title h2 {font-size: 60px;}
}

@media only screen and (max-width: 1240px) {
    .fp-tableCell > .inner {padding-top: 100px;}
}

@media only screen and (max-width: 1024px) {
    .fp-tableCell > .inner {padding-top: 60px;}
    .main__title::after {height: 50px;}

    .main__title h2 {font-size: 40px;}
    .main__title p {font-size: 18px;}
}

@media only screen and (max-width: 768px) {
    .main__title h2 {font-size: 40px;}
    .main__title p {font-size: 16px;}
}


/* visual */
.main__visual-list {position: absolute; top: 0; left: 0;}
.main-visual-item {position:relative;}
.main__visual-bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/main/main-visual01.png') no-repeat center / cover;}
.main-visual-item.nth-2 .main__visual-bg {background: url('../images/main/main-visual02.png') no-repeat center / cover;}
.main-visual-item.nth-3 .main__visual-bg {background: url('../images/main/main-visual03.png') no-repeat center / cover;}

.main__visual-inner {width: 100vw; height: 100vh; padding: 17% 0;}
.main-visual-item h2 {font-size: 30px; font-weight: 300; color: #000;}
.main-visual-item.nth-2 h2 {color: #aad1e5;}
.main-visual-item h2 span {vertical-align: baseline; color: #b11116;}
.main-visual-item h2 em {vertical-align: baseline; font-weight: 700;}
.main-visual-item p { font-size: 120px; font-weight: 500; color: #fff; line-height: 0.9; margin-top: 20px;}

/*컨트롤*/
.main__control {position:fixed; top:50%; right:1.7%; z-index:1; transform:translateY(-50%);}
.main__control::after {display: block; content: ""; width: 1px; height: 100vh; background: #b11116; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

#full_nav li {position:relative; z-index:2; width:8px; height:8px; }
#full_nav li a {display: block; width:100%; height:100%; border-radius: 50%; background: #b11116; position: relative;}
#full_nav li::before {display: block; content: ""; width: 0; height: 0; border-radius: 50%; background: rgba(0, 0, 0, .4); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

#full_nav li:hover::before,
#full_nav li.active::before {width: 22px; height: 22px;}

#full_nav li + li {margin-top:20px;}
#full_nav span {display:inline-block; overflow: hidden; text-indent: -999999px; font-size:0;}

.main__visual-dot-wrap {position: absolute; left: 0; bottom: 0; width: 100%;}
.main__visual-dots {position: absolute; left: 0; bottom: 40px;}
.main__visual-dots .slick-dots li {position: relative; transition: all .3s ease-in-out; margin: 15px 0;}
.main__visual-dots .slick-dots li::after {display: block; content: ""; width: 1px; height: 0; background: #fff; position: absolute; bottom: 0; left: 50%; transition: all .3s ease-in-out;}
.main__visual-dots .slick-dots .slick-active::after {height: 160px;}
.main__visual-dots .slick-dots button {position: relative; width: 20px; height: 22px; border: 0; background: transparent; transform: rotate(90deg); font-size: 0;}
.main__visual-dots .slick-dots button::after {display: block; content: '01'; font-size: 16px; color: #b11116; position: absolute; top: 0; left: 0; transition: all .3s ease-in-out;}
.main__visual-dots .slick-dots li:nth-of-type(2) button::after {content: '02';}
.main__visual-dots .slick-dots li:nth-of-type(3) button::after {content: '03';}
.main__visual-dots .slick-dots .slick-active {padding-bottom: 180px;}
.main__visual-dots .slick-dots .slick-active button::after {color: #fff; font-weight: 700;}
.main__visual-dots .slick-dots button:hover::after {color: #fff;}

@media only screen and (max-width: 1620px) {
    .main-visual-item .copy {margin-left: 5%;}
}

@media only screen and (max-width: 1440px) {
    .main-visual-item p {font-size: 100px;}
}

@media only screen and (max-width: 1240px) {
    .main__visual-inner {padding: 20% 0; height: auto;}
    .main-visual-item h2 {font-size: 24px;}
    .main-visual-item p {font-size: 80px;}

    .main__visual-dots .slick-dots .slick-active {padding-bottom: 120px;}
    .main__visual-dots .slick-dots .slick-active::after {height: 100px;}

    .main__control {display: none;}
}

@media only screen and (max-width: 1024px) {
    .main-visual-item h2 {font-size: 20px;}
    .main-visual-item p {font-size: 60px; margin-top: 10px;}

    .main__visual-dots .slick-dots li {margin: 5px 0;}
    .main__visual-dots .slick-dots .slick-active {padding-bottom: 90px;}
    .main__visual-dots .slick-dots .slick-active::after {height: 85px;}
}

@media only screen and (max-width: 768px) {
    .main-visual-item .copy {margin-left: 10%; width: 90%;}
    .main-visual-item h2 {font-size: 18px;}
    .main-visual-item p {font-size: 40px;}

    .main__visual-dots .slick-dots button::after {font-size: 14px;}
}

@media only screen and (max-width: 640px) {
    .main-visual-item.nth-3 .main__visual-bg {background-size: 150% auto; background-position: 10% center;}
    .main__visual-inner {padding: 25% 0;}

    .main-visual-item h2 {font-size: 14px;}
    .main-visual-item p {font-size: 30px;}

    .main__visual-dots .slick-dots .slick-active {padding-bottom: 65px;}
    .main__visual-dots .slick-dots .slick-active::after {height: 60px;}
}

@media only screen and (max-width: 480px) {
    .main__visual-inner {padding: 40% 0;}
    .main-visual-item.nth-2 .main__visual-bg {background-size: cover; background-position: 80% center; height: 100%;}
    .main-visual-item.nth-3 .main__visual-bg {background-size: cover; background-position: center;}
    .main-visual-item .copy {padding: 0 10px; margin-left: 5%; width: 95%;}
    
    .main__visual-dots .slick-dots .slick-active {padding-bottom: 25px;}
    .main__visual-dots .slick-dots .slick-active::after {height: 20px;}
}


/* business */
.main__business {background: url('../images/main/section02-bg.png') no-repeat center / cover;}
.main__business .main__title {position: relative; z-index: 1;}
.main__business .main__title h2 {color: #fff;}

.main__business-tex {margin-top: 150px; position: relative;}
.main__business-tex a {display: block; padding: 45px 0;}
.main__business-tex a::before {display: block; content: ""; width: 100vw; height: 100%; background: #9b0005; position: absolute; top: 0; right: 20%; transition: all 0.3s ease-in-out;}
.main__business-tex a::after {display: block; content: ""; width: 1000px; height: 680px; background: url('../images/main/section02-deco.png') no-repeat center; position: absolute; top: -75%; right: -10%;}
.main__business-tex h2 {font-size: 55px; font-weight: 700; color: #fff; position: relative; z-index: 1;}
.main__business-tex p {font-size: 20px; font-weight: 300; color: #000; line-height: 1.4; margin-top: 15px; position: relative; z-index: 1;}
.main__business-tex p em {vertical-align: baseline; font-weight: 800;}

.main__business-tex a:hover::before {background: #fff;}
.main__business-tex a:hover h2 {color: #9b0005;}

.main__business-btn {position: absolute; bottom: 0; left: 30%; width: 70%;}
.main__business-btn a {display: block; padding: 70px 200px; background: url('../images/main/section02-btn-bg.png') no-repeat center left / cover; position: relative;}
.main__business-btn a::after {display: block; content: ""; width: 134px; height: 26px; background: url('../images/common/arrow03.png') no-repeat center; position: absolute; bottom: 54px; right: 100px;}
.main__business-btn h2 { font-size: 40px; font-weight: 700; color: #3b4b77; letter-spacing: 2px;}
.main__business-btn p {margin-top: 15px; font-size: 23px; font-weight: 300; color: #fff; letter-spacing: -2px;}
.main__business-btn span {vertical-align: baseline; color: #c30006;}
.main__business-btn span.b {color: #6d92f7;}

@media only screen and (max-width: 1620px) {
    .main__business-tex h2 {font-size: 45px;}
}

@media only screen and (max-width: 1440px) {
    .main__business-tex {margin-bottom: 50px; margin-top: 100px;}
    .main__business-tex a::after {width: 570px; height: 600px; background-size: contain; top: -95%; right: 0;}
    .main__business-btn a {padding-left: 100px;}
}

@media only screen and (max-width: 1240px) {
    .main__business-tex {margin-bottom: 30px; margin-top: 50px;}
    .main__business-btn a {padding: 50px 80px;}
}

@media only screen and (max-width: 1024px) {
    .main__business-tex {margin-bottom: 50px;}
    .main__business-tex a::before {right: -20px;}
    .main__business-tex a::after {top: -40%; right: -10%; height: 580px;}

    .main__business-tex h2 {font-size: 30px;}
    .main__business-tex p {font-size: 18px;}
    .main__business-btn a {padding: 30px;}
    .main__business-btn h2 {font-size: 30px;}
    .main__business-btn p {font-size: 18px;}
    .main__business-btn a::after {right: 20px; bottom: 20px;}
}

@media only screen and (max-width: 768px) {
    .main__business-tex a::after {width: 100%; height: 420px; top: 0; right: -35%;}
    .main__business-btn h2 {font-size: 24px;}
    .main__business-btn p {margin-top: 5px; font-size: 16px;}
}

@media only screen and (max-width: 640px) {
    .main__business-tex a {padding: 30px 0;}
    .main__business-tex h2 {font-size: 20px;}
    .main__business-tex p {font-size: 16px;}
    .main__business-btn {left: 20%; width: 80%;}
    .main__business-btn a::after {width: 80px; background-position-x: right;}
}

@media only screen and (max-width: 480px) {
    .main__business-tex p {padding-right: 10%;}
    .main__business-tex a::after {height: 350px;}
    .main__business-btn {left: 0; width: 100%;}
    .main__business-btn a {padding: 20px 20px 50px;}
    .main__business-btn h2 {font-size: 20px;}
}


/* globalization */
.main__globalization.globalization-wrap {margin-bottom: 0; background: url('../images/main/section03-bg_mo.png') no-repeat center bottom / cover;}
.main__globalization::after {display: block; content: ""; width: 100%; height: 510px; background: url('../images/main/section03-bg.png') no-repeat center bottom / cover; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.main__globalization.globalization-wrap .mark-wrap {position: absolute; bottom: 10%; top: auto; left: 10px;}
.main__globalization .main__title h2 {display: inline-block;}
.main__globalization .main__title .btn {display: inline-block; margin-left: 40px; vertical-align: top; margin-top: 8px;}
.main__globalization .main__title .btn a {display: block; padding: 20px 30px; border-radius: 30px; border: 2px solid #b01116;}
.main__globalization .main__title .btn span {font-size: 15px; font-weight: 600; padding-right: 60px; position: relative;}
.main__globalization .main__title .btn span::after {display: block; content: ""; width: 7px; height: 13px; background: url('../images/common/arrow01.png') no-repeat center / contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.main__globalization .main__title .btn:hover a {background: #b01116;}
.main__globalization .main__title .btn:hover span {color: #fff;}
.main__globalization .main__title .btn:hover span::after {background: url('../images/common/arrow04.png') no-repeat center / contain;}
.main__globalization.globalization-wrap .pop-wrap {top: 50%; left: auto; right: 3%;}
.main__globalization .contents-box {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.main__globalization .contents-box > .inner {padding: 140px 0; z-index: 1;}
.main__globalization.globalization-wrap .contents-box.nth-1::after {display: none;}

@media only screen and (max-width: 1440px) {
    .main__globalization.globalization-wrap .pop-wrap {top: 65%; right: 50%; transform: translate(50%, -50%);}
    .main__globalization .main__title .btn a {padding: 15px 30px;}
}

@media only screen and (max-width: 1240px) {
    .main__globalization .contents-box > .inner {padding-top: 100px;}
    .main__globalization.globalization-wrap .pop-wrap  {top: 60%;}
}

@media only screen and (max-width: 1024px) {
    .main__globalization .contents-box > .inner {padding-top: 60px;}
    .main__globalization .main__title .btn {margin-top: -4px;}
    .main__globalization .main__title .btn span {font-size: 14px;}
    .main__globalization.globalization-wrap .pop-wrap  {top: 55%;}
    .main__globalization::after {height: 260px; background-size: contain;}
}

@media only screen and (max-width: 768px) {
    .main__globalization.globalization-wrap {background-position: center; background-size: cover;}
    .main__globalization.globalization-wrap .contents-box.nth-1 .inner {padding-bottom: 10%;}
    .main__globalization.globalization-wrap .globalization-pop,
    .main__globalization.globalization-wrap .globalization-pop.on {display: inline-block;}
    .main__globalization.globalization-wrap .globalization-pop.korea {display: block;}
    .main__globalization.globalization-wrap .pop-wrap {transform: translate(50%, 5%); width: 100%; overflow-y: scroll; max-height: 490px;}
    .globalization-wrap .globalization-pop .list-item p {text-align: center;}
}

@media only screen and (max-width: 640px) {
    .main__globalization.globalization-wrap .contents-box.nth-1 {background-size: cover; background-position: 20% top;}
    .main__globalization .main__title .btn {margin-top: 3px; position: absolute; bottom: -45px; right: 0;}
    .main__globalization .main__title .btn a {padding: 10px 15px;}
    .main__globalization .main__title .btn span {padding-right: 20px;}
    .main__globalization .main__title p {font-weight: 400;}
}


/* ENCHEM Story */
.main__story {background: url('../images/main/section04-bg.png') no-repeat center / cover;}
.main__story-list {margin-top: 100px; font-size: 0;}
.main__story-list .img {display: inline-block; width: 384px; height: 140px; background: url('../images/main/story-list-img.png') no-repeat center; margin-right: 150px;}
.main__story-list .list {display: inline-flex; vertical-align: top; width: calc(100% - 534px); font-size: 0; border-right: 12px solid #b60006; border-left: 12px solid #b60006;}
.main__story-list .list-item {width: 25%; position: relative;}
.main__story-list .list-item+.list-item {border-left: 1px solid #e7e7e7;}
.main__story-list .list-item::after {display: block; content: ""; width: 100%; height: 12px; background: #b60006; position: absolute; left: 0; transition: all 0.3s ease-in-out;}
.main__story-list .list-item.nth-1::after,
.main__story-list .list-item.nth-2::after {bottom: 0;}
.main__story-list .list-item.nth-3::after,
.main__story-list .list-item.nth-4::after {top: 0;}
.main__story-list .list-item:hover::after {height: 100%;}
.main__story-list .list-item a {display: block; text-align: center; padding: 30px 10px; position: relative; z-index: 1;}
.main__story-list .list-item span {display: inline-block; line-height: 1.4; vertical-align: baseline; font-size: 18px; font-weight: 500; color: #212121; letter-spacing: -2px; padding-top: 60px; position: relative;}
.main__story-list .list-item:hover span {color: #fff;}
.main__story-list .list-item span::after {display: block; content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 38px; height: 39px; background: url('../images/main/story-ico01.png') no-repeat center;}
.main__story-list .list-item.nth-2 span::after {width: 30px; height: 41px; background: url('../images/main/story-ico02.png') no-repeat center;}
.main__story-list .list-item.nth-3 span::after {width: 38px; height: 43px; background: url('../images/main/story-ico03.png') no-repeat center;}
.main__story-list .list-item.nth-4 span::after {width: 30px; height: 41px; background: url('../images/main/story-ico04.png') no-repeat center;}

.main__story-notice {margin-top: 164px; display: flex; background: #252939; text-align: left;}
.main__story-notice .title {width: 25%; padding: 46px 0 46px 100px; font-size: 35px; font-weight: 700; color: #fff; position: relative; vertical-align: top;}
.main__story-notice .title span {display: block; padding: 40px 22px 20px; font-size: 15px; font-weight: 700; letter-spacing: -1px; color: #fff; background: #b11116; position: absolute; top: 0; right: 0;}
.main__story-notice .main__notice-wrap {width: calc(75% - 250px);}
.main__story-notice .main__notice a {display: block; padding: 46px 50px;}
.main__story-notice .main__notice p {font-size: 22px; font-weight: 300; letter-spacing: -2px; color: #fff; max-height: 40px; position: relative; padding-right: 180px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main__story-notice .main__notice span {vertical-align: baseline; font-size: 18px; font-weight: 500; letter-spacing: 5px; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}

.main__story-notice .nav {width: 250px; margin: auto 0; font-size: 0;}
.main__story-notice .nav div {display: inline-block; width: 80px; height: 80px; cursor: pointer;}
.main__story-notice .nav .prev {background: url('../images/common/arrow04.png') no-repeat center; transform: rotate(180deg);}
.main__story-notice .nav .next {background: url('../images/common/arrow04.png') no-repeat center;}
.main__story-notice .nav .more a {display: block; width: 100%; height: 100%; background: url('../images/common/plus01.png') no-repeat center;}

@media only screen and (max-width: 1440px) {
    .main__story-list .img {margin-right: 100px;}
}

@media only screen and (max-width: 1240px) {
    .main__story-list {margin-top: 50px;}
    .main__story-list .img {margin-right: 50px;}
    .main__story-list .list {width: calc(100% - 434px);}

    .main__story-notice {margin-top: 80px;}
    .main__story-notice .title {padding: 46px 0 46px 46px;}
    .main__story-notice .main__notice a {padding: 50px 30px;}
    .main__story-notice .main__notice p {padding-right: 150px;}
    .main__story-notice .main__notice span {font-size: 16px;}
}

@media only screen and (max-width: 1024px) {
    .main__story-list {margin-top: 30px;}
    .main__story-list .img {width: 150px; height: 55px; background-size: contain;}
    .main__story-list .list {width: 100%; margin-top: 30px;}

    .main__story-notice {flex-wrap: wrap; justify-content: space-between;}
    .main__story-notice .title {width: 255px; padding: 25px 0 25px 25px; order: 1;}
    .main__story-notice .title span {padding-top: 25px;}
    .main__story-notice .main__notice-wrap {width: 100%; order: 3;}
    .main__story-notice .main__notice a {padding: 20px;}
    .main__story-notice .nav {order: 2;}
}

@media only screen and (max-width: 768px) {
    .main__story-list .img {display: none;}
    .main__story-notice .title {font-size: 28px;}
    .main__story-notice .main__notice p {font-size: 20px;}
}

@media only screen and (max-width: 640px) {
    .main__story-notice .title {width: 50%;}
    .main__story-notice .nav {width: 50%; display: flex; justify-content: flex-end;}
    .main__story-notice .nav div {width: 60px; height: 60px;}
    .main__story-list .list {flex-wrap: wrap;}
    .main__story-list .list-item {width: 50%;}
    .main__story-list .list-item.nth-3 {border: 0;}
    .main__story-list .list-item.nth-1::after {bottom: auto; top: 0;}
    .main__story-list .list-item.nth-4::after {top: auto; bottom: 0;}
    .main__story-list .list-item.nth-2::after,
    .main__story-list .list-item.nth-3::after {height: 0;}
    .main__story-list .list-item.nth-1:hover::after,
    .main__story-list .list-item.nth-2:hover::after,
    .main__story-list .list-item.nth-3:hover::after,
    .main__story-list .list-item.nth-4:hover::after {height: 100%;}
    .main__story-notice .main__notice span {letter-spacing: 0;}
    .main__story-notice .main__notice p {padding-right: 90px;}
}

@media only screen and (max-width: 480px) {
    .main__story-list .list-item {width: 100%; background: #fff;}
    .main__story-list .list-item+.list-item {border: 0;}
    .main__story-list .list-item.nth-1::after,
    .main__story-list .list-item.nth-3::after {background: #fff; height: 0;}
    .main__story-list .list-item.nth-4::after {height: 0;}
    .main__story-list .list-item.nth-1:hover span,
    .main__story-list .list-item.nth-3:hover span {color: #000;}
    .main__story-list .list {border: 0;}
    .main__story-list .list-item.nth-1,
    .main__story-list .list-item.nth-3 {background: #b60006;}
    .main__story-list .list-item.nth-1 span,
    .main__story-list .list-item.nth-3 span {color: #fff;}
    .main__story-notice .title,
    .main__story-notice .nav {width: 100%; order: 0; justify-content: center;}
    .main__story-notice .main__notice-wrap {width: 100%; order: 0;}
}