@charset "utf-8";
/* *******************************************************
 * filename : main.css
 * description : 메인 레이아웃 및 컨텐츠 CSS
 * date : 2022-06-03
******************************************************** */

/* ******************  공통 클래스 ********************** */
.text-muted {
    color: #6c757d !important;
}
.text-center {
    text-align: center;
}

/* ******************  메인 레이아웃(Fullpage) ********************** */
#fullpage #mainVisual {
    height: 100vh;
}
@media all and (min-width: 1281px) and (max-height: 750px) {
    #fullpage .section:not(#mainFooter) {
        min-height: 750px;
    }
    #fullpage .section .fp-tableCell {
        height: 100% !important;
    }
}

/* ******************  메인 비주얼 ********************** */
#mainVisual {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    height: calc(100vh - var(--header-height));
    position: relative;
    background-color: #000;
}
/* 메인 비주얼 :: 비주얼영상 */
.video-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/main/main_visual_02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.video-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
#visualVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* 메인 비주얼 :: 텍스트 */
.main-visual-txt-con {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    z-index: 1;

    /* 20240422 */
    top: 0;
}
.main-visual-txt-con .main-visual-txt-box {
    padding-bottom: 13rem;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
    padding-bottom: 0;
}
.main-visual-txt-box .main-visual-txt {
    overflow: hidden;
    display: block;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.17;
    color: #fff;

    text-shadow: 3px 2px 5px black;
}
.main-visual-txt-box .main-visual-txt .hidden-box {
    display: block;
    overflow: hidden;
    line-height: 1.15;
    margin-top: -0.15em;
}
.main-visual-txt-box .main-visual-txt .hidden-item {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    opacity: 0;
    transform: translateY(100%) skewY(10deg);
    transform-origin: 0 0;
    transition: all 1s cubic-bezier(0.7, 0, 0.2, 1);
}
@media all and (min-width: 801px) {
    .active .main-visual-txt-box .main-visual-txt .hidden-item {
        animation: text-up-motion 0.8s cubic-bezier(0.5, 0, 0.5, 1) both;
    }
}
@keyframes text-up-motion {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* 메인비주얼 :: controls */
.visual-controls {
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
}
.visual-line-box {
    width: 23.7rem;
    height: 3px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.visual-line-box .line {
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff;
}
.visual-controls .play-controls-btn {
    color: #fff;
    height: 1em;
    font-size: 2.4rem;
    margin-left: 1.9rem;
}
.visual-controls .play-controls-btn .play-btn {
    display: none;
}
.visual-controls .play-controls-btn.pause .pause-btn {
    display: none;
}
.visual-controls .play-controls-btn.pause .play-btn {
    display: block;
}
.main-scroll-icon {
    display: none;
}

/* 메인비주얼 :: Background */
.main-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #000;
    transition: all 1.3s;
}

/* -------- 메인 컨텐츠 :: 컨텐츠1(메인 비주얼) -------- */
#mainVisual {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    height: calc(100vh - var(--header-height));
    position: relative;
    background-color: #000;
}
.main-visual-con .slick-track,
.main-visual-con .slick-list {
    -webkit-perspective: 2000;
    -webkit-backface-visibility: hidden;
}
.main-visual-con {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.main-visual-container {
    width: 100%;
    height: 100%;
}
.main-visual-swiper {
    height: 100%;
}
.main-visual-item {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.main-visual-con {
    z-index: 1;
}
/* 메인 비주얼 :: 이미지 */
.main-visual-container,
.main-visual-container .main-visual-wrapper {
    position: relative;
    z-index: auto;
    height: 100%;
}
.main-visual-container .swiper-slide {
    overflow: hidden;
    background-color: #333;
}
.main-visual-container .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover !important;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: #000;
}
.main-visual-item .main-visual-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    filter: brightness(100%) blur(0px);
}
.main-visual-item.active-item .main-visual-img {
    animation: image-zoom-out 2s 0s forwards;
}
/* 메인 비주얼 :: 텍스트 */
.main-visual-txt-con {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main-visual-txt-box {
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 18rem !important;
    box-sizing: border-box;
}
.main-visual-txt-box .main-visual-txt1,
.main-visual-txt-box .main-visual-txt2 {
    opacity: 0;
}
.main-visual-txt-box .main-visual-txt1 {
    font-size: 10rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
}
.main-visual-txt-box .main-visual-txt1 b {
    color: var(--main-color2);
    /* color: #fff; */
}
.main-visual-txt-box .main-visual-txt2 {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 1.52;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #fff;
}
/* 메인 비주얼 :: 텍스트 :: active효과 */
.active-item .main-visual-txt1,
.active-item .main-visual-txt2 {
    animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.active-item .main-visual-txt1 {
    animation-delay: 0.1s;
}
.active-item .main-visual-txt2 {
    animation-delay: 0.3s;
}
.main-visual-txt-box .cm-word-split-JS.splitting .char {
    animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.active-item .main-visual-txt-box .cm-word-split-JS.splitting .char {
    animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* 메인 비주얼 :: Animation */
@keyframes image-zoom-out {
    from {
        transform: scale(1.1, 1.1);
    }
    to {
        transform: scale(1, 1);
    }
}
@keyframes text-active-animation {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes text-fade-out {
    from {
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    to {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}

/* 메인 비주얼 :: 컨트롤러 */
.main-visual-control {
    position: absolute;
    top: 65%;
    margin-top: 9rem;
    left: 0;
    width: 100%;
    z-index: 11;
}
.main-visual-control-inner {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    place-content: center;
}

.circle-control-btns-box {
    position: relative;
    width: 90px;
    height: 90px;
}
/* svg */
.circle-control-btns-box .circle-box {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border-radius: 100%;
    box-sizing: border-box;
}
.circle-control-btns-box .circle-box svg {
    position: absolute;
    top: -7px;
    left: -1px;
    width: 94px;
    height: 94px;
    fill: none;
    stroke: #fff;
    transform: rotate(-90deg);
    overflow: visible;
}
.circle-control-btns-box .circle-box svg circle {
    transform-origin: center;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 376.3821105957031;
    stroke-dashoffset: 376.3821105957031;
}
/* pause,play */
.main-visual-control .play-control-btns {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: block;
}
.main-visual-control .play-control-btns button {
    width: 40px;
    height: 40px;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
}
.main-visual-control .play-control-btns button i {
    vertical-align: top;
    font-size: 22px;
    position: relative;
    top: 1px;
}
.main-visual-control .play-control-btns .main-play-btn {
    display: none;
}
/* 화살표 */
.main-visual-control .main-visual-btn {
    margin-left: 3.5rem;
    width: 4rem;
    height: 4rem;
    opacity: 0.6;
    transition: var(--transition-custom);
    transition-property: opacity;
}
.main-visual-control .main-visual-btn + .main-visual-btn {
    margin-left: 1.5rem;
}
.main-visual-control .main-visual-btn i {
    font-size: 2.8rem;
    color: #fff;
}

@media all and (min-width: 1281px) {
    .main-visual-control .main-visual-btn:hover {
        opacity: 1;
    }
}

/* ******************  메인 컨텐츠 :: 공통 ********************** */
/* 공통 :: 타이틀 */
.main-tit-box {
    margin-bottom: 10rem;
}
.main-tit-box .main-tit {
    font-size: 6.6rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #fff;
}
.main-tit-box .main-sub-tit {
    display: block;
    margin-top: 2.5rem;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: -0.025em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.main-tit-box.black-ver {
    display: flex;
    align-items: flex-end;
}
.main-tit-box.black-ver .main-tit {
    color: #000;
    letter-spacing: -0.015em;
}
.main-tit-box.black-ver .main-btn {
    margin-left: 2rem;
    display: block;
}
.main-tit-box.black-ver .main-btn i {
    font-size: 4.8rem;
    color: #000;
    transform: rotate(90deg);
}

.main-section-bg {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.main-section-bg .main-section-bg-inner {
    width: 100%;
    height: 100%;
    transform: scale(1.08, 1.08);
    transition: all 2s linear;
}
.main-section-bg.animated .main-section-bg-inner {
    transform: scale(1, 1);
}

.main-section-cate {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    letter-spacing: -0.025em;
    margin-bottom: 2.33em;
}
.main-big-tit {
    color: #000;
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: -0.065em;
}
.main-big-tit .en {
    font-weight: inherit;
    letter-spacing: 0px;
}
.cm-word-split-JS.splitting.main-big-tit .word {
    line-height: 1.2;
}
.main-sm-tit {
    color: #f8f9fa;
    font-size: 5.8rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.main-sub-txt {
    display: block;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2.2rem;
    letter-spacing: -0.025em;
    line-height: 1.5;
}
.main-sub-txt2 {
    margin-top: 3.8rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    line-height: 1.67;
}
/* 공통 :: 버튼 */
.main-detail-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-top: 12rem;
}
.main-sub-txt2 + .main-detail-btn {
    margin-top: 9rem;
}
.main-detail-btn:after {
    position: absolute;
    top: 50%;
    right: 0%;
    margin-right: -2.7rem;
    margin-top: -3.1rem;
    width: 6.2rem;
    height: 6.2rem;
    background-color: var(--main-color);
    content: "";
    border-radius: 50%;
    transition: all 0.3s;
}
.main-detail-btn .txt {
    font-weight: 700;
    font-size: 1em;
}
.main-detail-btn .icon {
    display: block;
    position: relative;
    z-index: 1;
    width: 56px;
    height: 12px;
    margin-left: 3rem;
    transition: all 0.5s;
    background: url(/images/icon/detail_arrow_black.png) no-repeat;
}
.main-detail-btn:hover:after {
    animation: circleHover 0.7s both;
}
.main-detail-btn:hover .icon {
    transform: translateX(10px);
}
.main-tit-box .splitting .char {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s, transform 0.4s;
}
.main-tit-box.white-ver .main-sm-tit,
.main-tit-box.white-ver .main-big-tit {
    color: #fff;
}
.main-tit-box.white-ver .main-sub-txt,
.main-tit-box.white-ver .main-sub-txt2 {
    color: rgba(213, 213, 213, 0.85);
}
.main-tit-box.white-ver .main-detail-btn {
    color: #fff;
}
.main-tit-box.white-ver .main-detail-btn .icon {
    background-image: url(/images/icon/detail_arrow_white.png);
}
/* animation일때 */
/* .aos-animate .main-tit-box .main-tit.splitting .char{
	-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
} */
/* transition일때 */
.active-section .splitting .char,
.animated .cm-word-split-JS.splitting .char {
    opacity: 1;
    transform: translateY(0);
}
@keyframes circleHover {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

/* 공통 :: BG */
.cm-section-bg {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.cm-section-bg .cm-section-bg-inner {
    width: 100%;
    height: 100%;
    transform: scale(1.1, 1.1);
}
.cm-section-bg + .cm-section-container {
    position: relative;
}
.cm-section-bg.animated .cm-section-bg-inner {
    animation: image-zoom-out 2s 0s forwards;
}
@keyframes image-zoom-out {
    from {
        transform: scale(1.1, 1.1);
    }
    to {
        transform: scale(1, 1);
    }
}

/* ******************  메인 :: 특장점 ********************** */

#mainFeatureCon {
    /* background: linear-gradient(to bottom, #c5c5c5, #ffffff); */
    background-color: #272a3f;
}
#mainFeatureCon .main-charge-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-color: #f2f2f2;
    transform: skew(-316deg);
    transform-origin: 100% 0;
}

#mainFeatureCon .main-feature-container .main-tit-box {
    text-align: center;
    flex-wrap: wrap;
}
#mainFeatureCon .main-feature-container em {
    font-weight: 500;
    color: #24aae1;
}
#mainFeatureCon .main-feature-container .feature-square-box {
    display: grid;
    /* justify-content: center; */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    /* grid-gap: 3rem; */
    /* grid-gap: 4rem; */
    /* margin-top: 12.2rem; */
    /* margin: auto 5rem; */
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left-width: 0;
    /* transition: background 0.26s linear, border 0.26s linear; */
    /* box-shadow: 0px -4px 66.5px 3.5px rgba(4, 6, 25, 0.05); */
    height: 50vh;
    /* min-height: 13rem; */
    box-sizing: border-box;
    padding: 3rem;
    /* gap: 3rem; */
    flex-wrap: nowrap;

    /* border: 1px solid var(--main-color); */
    /* border-radius: 25px; */
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    /* border: 1px solid var(--main-color); */

    /* 20240424 */
    background: url(/images/main/main_introduce_01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    /* border: 1px solid var(--main-color); */

    /* 20240424 */
    background: url(/images/main/main_introduce_02.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#mainFeatureCon .main-feature-container .feature-square-box .square-item:hover {
    /* background: rgba(255, 255, 255, 0.2); */
    /* background: var(--main-color); */
    border: 2px solid var(--main-color2);
    box-shadow: 0px 0px 30.5px 3.5px var(--main-color2);
    box-sizing: border-box;
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item .img-box img {
    max-width: 100%;
    /* width: 70px; */
    height: 70px;
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item .txt-box {
    text-align: center;
    /* margin-top: 5.3rem; */
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item .txt-box.fourth {
    margin-top: 2rem !important;
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item .txt-box > p:nth-child(1) {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: -0.015em;
    color: #f8f9fa;
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item .txt-box > p:nth-child(2) {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: -0.015em;
    color: #f8f9fa;
}
#mainFeatureCon .main-feature-container .feature-square-box .square-item .txt-box.marginMin {
    /* margin-top: 4.3rem; */
}

/* -------- 메인 컨텐츠 :: 컨텐츠5(제품) -------- */
#mainProductCon {
    background-color: #272a3f;
}
#mainProductCon .main-tit-box {
    position: relative;
    padding-top: var(--header-height);
    text-align: center;
}
.main-product-container {
    margin-top: 8rem;
    overflow: hidden;
}
.main-product-wrapper {
    transition: var(--transition-custom2);
    transform: translateY(-100%);
}
.main-product-container.animated .main-product-wrapper {
    transform: translateY(0);
}
.main-product-list {
    /* place-content: center; */
}
.main-product-item {
    width: 32rem;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.main-product-item:hover {
    /* border: 2px solid var(--main-color);
    box-shadow: 0px 0px 30.5px 3.5px var(--main-color); */
}

.main-product-item a {
    /* padding: 4.2rem 3rem 0; */
    width: 100%;
    /* height: 40rem; */
    display: block;
    background-color: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    cursor: auto;
}
.main-product-item a:hover {
    border: 2px solid var(--main-color2);
    box-shadow: 0px 0px 30.5px 3.5px var(--main-color2);
}
.main-product-item a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    opacity: 0;
    z-index: 1;
    transition: var(--transition-custom);
}
.main-product-item a:after {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    margin-left: -1.6rem;
    font-size: 3.2rem;
    color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    /* content: "\e90b"; */
    font-family: xeicon;
    z-index: 1;
    transition: var(--transition-custom);
}
.main-product-img {
    /* max-width: 26rem; */
    margin: 0 auto;
}
.main-product-img span {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    display: block;
    z-index: 2;
}
.main-product-txt {
    /* margin-top: 2rem; */
    /* margin-bottom: 2rem; */
    width: 100%;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-product-txt p {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-weight: 600;
    color: #fff;
}
.main-product-btn-m {
    display: none;
}

/* ******************  MAIN :: APP ********************** */
#mainAppCon {
    background: linear-gradient(to bottom, #c5c5c5, #ffffff);
}
#mainAppCon .area-box {
    vertical-align: center;
}

#mainAppCon .main-app-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#mainAppCon .main-app-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-color: #f2f2f2;
    transform: skew(-316deg);
    transform-origin: 100% 0;
}

#mainAppCon .app-con-tit-box {
    font-size: 1.6rem;
    line-height: 1.63;
    letter-spacing: -0.065em;
    color: rgba(51, 51, 51, 0.6);
    text-align: center;
    margin-top: 5.5rem;
}

#mainAppCon .app-con-tit {
    font-size: 4.6rem;
    letter-spacing: -0.05em;
    color: #000;
    text-align: center;
    margin-bottom: 1.17em;
}
#mainAppCon .app-download-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* gap: 3em; */
}
#mainAppCon .app-download-wrap .qr-box {
    display: flex;
    gap: 3em;
}
#mainAppCon .app-download-wrap img {
    box-shadow: 0px -4px 66.5px 3.5px rgba(4, 6, 25, 0.05);
    width: 100%;
    max-width: 400px;
}
#mainAppCon .download-btn {
    display: flex;
    margin-top: 3em;
    gap: 3em;
}
/* #mainAppCon .android-box .download-btn {
    margin-top: 5.5rem;
    display: flex;
    justify-content: end;
}
#mainAppCon .iphone-box .download-btn {
    margin-top: 5.5rem;
    display: flex;
    justify-content: start;
} */
#mainAppCon .download-btn a {
    width: 19rem;
    height: 5.6rem;
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #fff;
    text-align: center;
    background-color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-custom);
    transition-property: background-color;
}
#mainAppCon .download-btn a i {
    font-size: 2.5rem;
    margin-right: 1rem;
}
/* ******************  MAIN :: CHARGE ********************** */
#mainChargeCon {
    overflow: hidden;
    position: relative;
    /* background: linear-gradient(to bottom, #c5c5c5, #ffffff); */
    background: #272a3f;
}
#mainChargeCon .main-charge-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 17%;
    height: 100%;
    background-color: #000;
    transform: skew(-360deg);
    transform-origin: 100% 0;
    opacity: 0.05;
}
#mainChargeCon .main-charge-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mainChargeCon .charge-compare-con {
    display: flex;
    position: relative;
    margin-bottom: 2rem;
}
#mainChargeCon .charge-compre-item {
    width: 39rem;
    height: 62.3rem;
    box-shadow: 13.4px 13.4px 43px 0 rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    /* background: url(/images/main/main_charge_third_bg.png) no-repeat 0 100%; */
    /* background-size: cover; */
    /* background-color: #333; */
    background-color: var(--sub-color2);
    box-sizing: border-box;
    padding: 10rem 0 0 0;
    text-align: center;
    color: #fff;
    transition: all 0.3s 0.2s;
    /* opacity: 0; */
}
#mainChargeCon .charge-compre-item .charege-compare-tit {
    margin-bottom: 6rem;
}
#mainChargeCon .charge-compre-item .charege-compare-tit em {
    display: block;
    color: rgba(27, 73, 101, 0.5);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.2em;
    letter-spacing: -0.025em;
}
#mainChargeCon .charge-compre-item .charege-compare-tit b {
    font-weight: 600;
    font-size: 5rem;
    letter-spacing: -0.025em;
}
#mainChargeCon .charge-compare-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 5.4rem;
    gap: 2.4rem 4rem;
}
#mainChargeCon .charge-compare-detail dl {
    flex: 0 0 calc(50% - 2rem);
}
#mainChargeCon .charge-compare-detail dl:first-child {
    margin-top: 0;
}
#mainChargeCon .charge-compare-detail dl dt {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 0.5em;
    color: rgba(255, 255, 255, 0.6);
}
#mainChargeCon .charge-compare-detail dl dd {
    font-size: 4rem;
    letter-spacing: -0.035em;
}
#mainChargeCon .charge-compare-detail dl dd b {
    font-size: 5rem;
    letter-spacing: -0.035em;
}
#mainChargeCon .tsct-member-con {
    position: relative;
    z-index: 1;
    margin-right: -4.5rem;
    transform: translateY(-4rem);
    /* background: url(/images/main/main_charge_chaevi_bg.png) no-repeat 0 100%; */
    /* background-size: cover; */
    background-color: var(--sub-color1);
    color: var(--sub-color2);
}
#mainChargeCon .tsct-member-con .charge-compare-detail dl dt {
    color: rgba(27, 73, 101, 0.5);
}
#mainChargeCon .third-party-member-con {
    transform: translateY(8rem);
}
#mainChargeCon .third-party-member-con .charege-compare-tit {
    margin-bottom: 12rem;
}
#mainChargeCon .third-party-member-con .charge-compare-detail {
    justify-content: center;
}
#mainChargeCon .animated .tsct-member-con {
    transform: translateY(0rem);
    opacity: 1;
}
#mainChargeCon .animated .third-party-member-con {
    transform: translateY(4rem);
    opacity: 1;
}
/* 2022-08-02 CHARGE 텍스트 추가 */
#mainChargeCon .main-charge-plus-txt {
    position: absolute;
    bottom: -8.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    line-height: 1.63;
    color: rgba(85, 85, 85, 0.7);
}

@media all and (min-width: 641px) {
    .third-party-member-con .charege-compare-tit em {
        color: rgba(255, 255, 255, 0.1);
    }
    .third-party-member-con .charge-compare-detail dl dt,
    .third-party-member-con .charge-compare-detail dl dd {
        color: rgba(255, 255, 255, 0.2);
    }
}

/* ******************  메인 :: 오른쪽 퀵메뉴 (Fullpage) ********************** */
#fp-nav {
    position: fixed;
    z-index: 10000;
    top: 50%;
    width: var(--aside-width);
    -webkit-transform: translate3d(0, 0, 0);
    right: calc(var(--aside-width) * -2);
    opacity: 0;
    transition: right ease-out 0.6s 0.1s, opacity ease-out 0.6s 0.1s;
}
#fp-nav.active {
    /* right: 0; */
    left: 0;
    opacity: 1;
}
#fp-nav ul li {
    position: relative;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}
#fp-nav ul li:last-child {
    display: none;
} /* 마지막 섹션이 footer일경우 */
#fp-nav ul li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
#fp-nav ul li a:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    content: "";
    /* background-color: red; */
    border-radius: 50%;
    transform: scale(1);
    opacity: 0;
    /* background-color: #fff; */
    transition: all 0.3s;

    border: 1px solid var(--main-color2);
    /* border: 1px solid #f2f2f2; */
}
#fp-nav ul li a span {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    border: 4px solid #fff;
    opacity: 0.2;
    border-radius: 50%;
    box-sizing: border-box;
}
#fp-nav ul li .fp-tooltip {
    /* position: absolute;
    overflow: hidden;
    right: 20px;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    line-height: 20px;
    letter-spacing: -0.75px;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
    text-align: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: none; */

    font-weight: 700;
    letter-spacing: 0.1px;

    position: absolute;
    top: 13px;
    left: 70px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li .fp-tooltip span {
    display: block;
    transform: translateX(100%);
    transition: all 0.5s;
}
#fp-nav ul li a.active:before {
    transform: scale(3.1);
    opacity: 0.5;
}
#fp-nav ul li a.active span {
    opacity: 1;
    filter: Alpha(opacity=100);
    background-color: #fff;
}
#fp-nav ul li a.active + .fp-tooltip {
    /* opacity: 1;
    filter: Alpha(opacity=100); */

    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li a.active + .fp-tooltip span {
    transform: translateX(0%);
}

/* Black Style */
#fp-nav.black ul li a:before {
    background-color: #000;
}
#fp-nav.black ul li a span {
    border-color: #000;
}
#fp-nav.black ul li a.active span {
    background-color: #000;
}
#fp-nav.black ul li .fp-tooltip {
    color: #000;
    text-shadow: 0px 0px 3px white;
}

/* ******************  메인 :: 팝업추가 ********************** */
.fixed-popup-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
}
.fixed-popup-container {
    max-width: 600px;
    height: calc(100% - 100px);
    margin: 50px auto;
    box-sizing: border-box;
}
.fixed-popup-inner-container {
    display: block;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 100%;

    margin: 0 auto;
}
.fixed-popup-inner-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.popup-rolling-con .popup-rolling-item {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 165px);
    border-radius: 5px 5px 0 0;
}
.popup-rolling-con .popup-rolling-item img {
    width: 100%;
    max-height: 100%;
    height: auto;
}
.popup-rolling-con .popup-rolling-item .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.popup-rolling-con .slick-prev,
.popup-rolling-con .slick-next {
    position: absolute;
    top: 50%;
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 11;
    margin-top: 8px;
}
.popup-rolling-con .slick-prev {
    left: -60px;
}
.popup-rolling-con .slick-next {
    right: -60px;
}
.layer-popup-html-inner {
    border-bottom: 1px solid #eee;
    padding: 15px;
    min-height: 300px;
    background-color: #fff;
}
/* Bottom Popup */
.layer-popup-bottom-con {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    background-color: #103349;
    border-radius: 0 0 5px 5px;
}
.layer-popup-bottom-con .left-close-option-txt {
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.025em;
}
.layer-popup-bottom-con .left-close-option-txt input {
    display: none;
    position: absolute;
    left: -9999px;
}
.layer-popup-bottom-con .left-close-option-txt label {
    position: relative;
    line-height: 20px;
    padding-left: 35px;
}
.layer-popup-bottom-con .left-close-option-txt label:before {
    position: absolute;
    top: -2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    content: "";
    border-radius: 2px;
}
.layer-popup-bottom-con .left-close-option-txt label:after {
    position: absolute;
    top: -1px;
    left: 4px;
    font-family: "xeicon";
    content: "\e928";
    font-size: 14px;
    color: #103349;
    display: none;
}
.layer-popup-bottom-con .left-close-option-txt input:checked + label:after {
    display: block;
}
.layer-popup-bottom-con .right-close-popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: var(--main-color);
    font-size: 40px;
    color: #fff;
}
@media all and (max-width: 800px) {
    .fixed-popup-container {
        max-width: none;
        height: calc(100% - 60px);
        margin: 30px;
    }
    .popup-rolling-con .popup-rolling-item {
        max-height: calc(100vh - 125px);
    }
    .popup-rolling-con .slick-prev,
    .popup-rolling-con .slick-next {
        font-size: 20px;
    }
    .popup-rolling-con .slick-prev {
        left: -25px;
    }
    .popup-rolling-con .slick-next {
        right: -25px;
    }
}

/* ******************  메인 :: 신청 ********************** */
#mainApplyCon {
    background-color: #272a3f;
}
#mainApplyCon .main-apply-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-color: #f2f2f2;
    transform: skew(316deg);
    transform-origin: 0 100%;
}
/* 신청 폼 */
#mainApplyCon .area-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#mainApplyCon .apply-write-box {
    /* padding: 18.6rem var(--area-padding) 25rem; */
    /* max-width: var(--area-width); */

    max-width: 660px;
    margin: auto;
}

#mainApplyCon .main-tit-box {
    margin-bottom: 0.17rem;
}
#mainApplyCon .main-sm-tit {
    font-size: 4rem;
    /* letter-spacing: -0.05em; */
    /* color: #000; */
    text-align: center;
    margin-top: 0.17em;
    margin-bottom: 0.17em;
}
#mainApplyCon #agree1 {
    vertical-align: text-top;
}

/* 설치 순서 */
#mainApplyCon .apply-sequence-list-con {
    /* margin-top: 3rem; */
    margin-bottom: 3rem;
    /* padding: 0 3rem; */
    border-radius: 20px;
    /* box-shadow: 0px -4px 66.5px 3.5px rgba(4, 6, 25, 0.05); */
}
#mainApplyCon .apply-sequence-list-con ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* margin: 0 -2.75rem; */
}
#mainApplyCon .apply-sequence-list-con ul li {
    position: relative;
    width: calc(20% - 5.5rem);
    margin: 0 2.75rem;
    /* height: 8rem; */
    text-align: center;
}
#mainApplyCon .inquiry-essential-txt {
    padding-bottom: 0 !important;
}

@keyframes processAni {
    10% {
        opacity: 0.25;
    }
    40% {
        opacity: 0.5;
    }
    80% {
        opacity: 1;
    }
}
#mainApplyCon .apply-sequence-list-con ul li:before,
#mainApplyCon .apply-sequence-list-con ul li:after {
    position: absolute;
    left: 100%;
    /* top: 50%; */
    top: 50px;
    margin-top: -3px;
    margin-left: 2rem;
    width: 6px;
    height: 6px;
    background-color: #1d4951;
    content: "";
    border-radius: 50%;
    animation: processAni 1s ease infinite;
}

#mainApplyCon .apply-sequence-list-con ul li:after {
    transform: translateX(1.2rem);
    background-color: #1d4951;
    animation-delay: 0.2s;
}
#mainApplyCon .apply-sequence-list-con ul li:last-child:before,
#mainApplyCon .apply-sequence-list-con ul li:last-child:after {
    display: none;
}
#mainApplyCon .apply-sequence-list-con ul li .apply-sequence-item-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    font-size: 2.2rem;
    transition: all 0.3s;
}
#mainApplyCon .apply-sequence-list-con ul li .icon {
    display: block;
    width: 7rem;
    height: 7rem;
    align-content: center;
    border-radius: 10px;
    /* fill: var(--main-color); */
    fill: #fff;
    /* background-color: var(--sub-color1); */
    background-color: var(--main-color);
}
#mainApplyCon .apply-sequence-list-con ul li .icon svg {
    width: 60%;
}
#mainApplyCon .apply-sequence-list-con ul li .icon svg .maas-icon-1 {
    fill: var(--main-color);
}
#mainApplyCon .apply-sequence-list-con ul li .icon svg .maas-icon-2 {
    fill: none;
    stroke: var(--main-color);
    stroke-linejoin: round;
    stroke-width: 2px;
}

#mainApplyCon .apply-sequence-list-con ul li.active .apply-sequence-item-inner {
    /* fill: #fff; */
    /* background-color: var(--main-color); */
    /* border: solid 1px; */
    /* border-color: var(--main-color); */
    transform: scale(1.3);
}

#mainApplyCon .apply-sequence-list-con ul li .num {
    font-size: 1.81em;
    font-weight: 700;
    color: var(--main-color);
    font-style: italic;
    transition: background-color 0.3s;
}
#mainApplyCon .apply-sequence-list-con ul li .sequence-tit {
    font-size: 0.8em;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #000;
}
#mainApplyCon .apply-sequence-list-con ul li.active .num {
    color: #fff;
}
#mainApplyCon .apply-sequence-list-con ul li.active .icon svg .maas-icon-1 {
    fill: #fff;
}
#mainApplyCon .apply-sequence-list-con ul li.active .icon svg .maas-icon-2 {
    stroke: #fff;
}

#mainApplyCon .bbs-write-tbl .cm-form-fieldset-box {
    max-width: 100% !important;
}

#mainApplyCon .cm-btn-controls {
    margin-top: 1rem !important;
}

#mainApplyCon .sequence-stit {
    display: none;
}
