@charset "utf-8";
/*
	Common Layout CSS _ 15.05.18
*/

/*common*/
.inner {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.mb {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 10px;
}
.logo-top {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: none;
}
.dot_li {}
.dot_li li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 8px;
}
.dot_li li:after {
    display: block;
    clear: both;
    content: "";
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
.arrow {
    position: relative;
    width: 35px;
    height: 17px;
    display: block;
    transform: scale(0.8);
}
.arrow:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    behavior: url("-ms-transform.htc");
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 0;
}
.arrow:before {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 32px;
    height: 3px;
    background: #fff;
    content: ' ';
}
.sub .main-tlt {
    padding-top: 35px;
}
@media all and (min-width:1200px) {
    .arrow {
        transform: scale(1);
    }
    .logo-top {
        display: block;
        right: 216px;
        top: 78px;
    }
    .logo-top img {
        width: 92px;
    }
    .mb {
        margin-bottom: 30px;
    }
    .mb20 {
        margin-bottom: 20px;
    }
    .sub .main-tlt {
        padding-top: 0;
    }
}

@media all and (min-width:1500px) {
    .inner {
        max-width: 1640px;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
}
@-webkit-keyframes elasticus2 {
    0% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    50% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 1000% 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* ==== Slider Image Transition === */
@-webkit-keyframes ProgressDots {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes ProgressDots {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes zoomout {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}
@-webkit-keyframes scaling {
    From {
        -webkit-transform: scale(1.1);
    }
    To {
        -webkit-transform: scale(1.0);
    }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    /* If RTL Make This Right */
    float: left;
    height: 100%;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    /*border:1px solid transparent*/
}

/* Arrows */
.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    background: none;
    text-indent: -999999px;
    /*	-webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);*/
    display: none;
}

.slick-arrow:before {
    text-indent: 0;
    content: '';
    display: block;
    position: absolute;
    background-size: 100% !important;
    font-weight: normal;
    color: #ffffff;
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-weight: 600;
}
.slick-arrow:before {
    background: url("../img/slick_prev.png") no-repeat center center;
}
.b_arrow .slick-arrow:before {
    background: url("../img/slick_prev_b.png") no-repeat center center;
}
.slick-next {
    right: 0;
}
.slick-next:before {
    background: url("../img/slick_next.png") no-repeat center center;
}
.b_arrow .slick-next:before {
    background: url("../img/slick_next_b.png") no-repeat center center;
}

/*line-Dots*/
.slick-dots {
    position: absolute;
    bottom: 5%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 10;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: none;
    background: #808080;
    opacity: 0.7;
}
.slick-dots li.slick-active button {
    background: #ff5859;
    opacity: 1;
}

/*텍스트효과*/

.motion01 {
    animation-name: sub_tt;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    animation-delay: 200ms;
    animation-timing-fonction: ease-out;
}
.motion02 {
    animation-name: sub_tt;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    animation-delay: 200ms;
    animation-timing-fonction: ease-out;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes sub_tt {
    0% {
        top: 30px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
/* Standard syntax */
@keyframes sub_tt {
    0% {
        top: 30px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes sub_tt {
    0% {
        top: 30px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}
/* Standard syntax */
@keyframes sub_tt {
    0% {
        top: 30px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@-webkit-keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    30% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }
    40% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }
    50% {
        -webkit-transform: scale3d(.85,1.15,1);
        transform: scale3d(.85,1.15,1);
    }
    65% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
    75% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}
@keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    30% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }
    40% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }
    50% {
        -webkit-transform: scale3d(.85,1.15,1);
        transform: scale3d(.85,1.15,1);
    }
    65% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
    75% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}
@-webkit-keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}
@keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

@media all and (max-width:1200px) {
    #layerPopup0 {
        top: 100px !Important;
        left: 0 !Important;
    }
    #layerPopup1 {
        top: 435px !Important;
        left: 0 !Important;
    }
    #layerPopup2 {
        top: 770px !Important;
        left: 0 !Important;
    }
    #layerPopup3 {
        top: 1105px !Important;
        left: 0 !Important;
    }
    #layerPopup4 {
        top: 1440px !Important;
        left: 0 !Important;
    }
    #layerPopup5 {
        top: 1775px !Important;
        left: 0 !Important;
    }
}

/*main-visual*/

#main-visual-section {
    background-color: black;
    height: 100vh;
    position: relative;
}
#main-visual-section:after {
    display: block;
    clear: both;
    content: "";
    width: 100vw;
    height: 31vw;
    position: absolute;
    background: url("/img/calli1.png");
    background-size: 91%;
    background-position: center 0;
    background-repeat: no-repeat;
    bottom: 0;
    top: 48%;
    /* left: 50%; */
    /* margin-left: -800px; */
}
#main-visual-section.bg01:after {
    display: none;
}
#main-visual-section .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#main-visual-section .parallax-inner {
    background-size: cover !important;
}

#main-visual-section .sub-text {
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 900;
}
#main-visual-section .big-logo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -187px;
    margin-left: 10px;
}
#main-visual-section .big-logo img {
    width: 250px;
}
#main-visual-section .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    color: #fff;
}
.decode-text {
    width: 100%;
    text-align: center;
    font-weight: 900;
}
.decode-text span {
    font-size: 15px;
    letter-spacing: -1px;
}
#main-visual-section sup {
    color: #fff;
    display: none;
}
.decode-text strong {
    font-weight: 800;
    display: block;
    font-size: 35px;
    letter-spacing: 1px;
}
.decode-text strong.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-weight: 500;
}
/*Custom cursor animation*/
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.decode-text strong em {
    display: block;
    font-size: 16px;
}
.decode-text .size {
    font-size: 35px;
    font-weight: 900;
    margin: 0;
}
.space {
    display: inline-block;
    width: 10px;
}
.space2 {
    display: inline-block;
    width: 3px;
}
.text-animation {
    display: inline-block;
    position: relative;
    color: transparent;
    /* text-transform: uppercase; */
    margin: 0 -1px;
}
.text-animation:before {
    content: '';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(232,50,39);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(232,50,39,1) 0%, rgba(229,0,127,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 0;
    height: 1.2em;
    -webkit-transform: translate(-50%,-55%);
    -ms-transform: translate(-50%,-55%);
    transform: translate(-50%,-55%);
}

.text-animation.state-1:before {
    width: 1px;
}
.text-animation.state-2:before {
    width: 0.9em;
}

.text-animation.state-3 {
    color: #fff;
}
.text-animation.state-3:before {
    width: 0;
}

/*스크롤*/

.scroll-down {
    display: block;
    position: absolute;
    padding-top: 25px;
    text-align: center;
    bottom: 70px;
    width: 100%;
    transform: scale(0.8);
    cursor: pointer;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 11px;
    height: 34px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    behavior: url("-ms-transform.htc");
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.scroll-text {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}
.scroll-down:before {
    -webkit-animation: elasticus 1.2s ease-in-out infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s ease-in-out infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s ease-in-out infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s ease-in-out infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 36px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/*스크롤*/

@media all and (min-width:800px) {
    #main-visual-section .big-logo {
        margin-top: -272px;
    }
    #main-visual-section .big-logo img {
        /* height:239px; */
        width: 400px;
    }
    .text-animation {
        margin: 0 -0.5px;
    }
    .decode-text .size {
        font-size: 80px;
    }
    .text-box span {
        font-size: 20px;
    }
    .decode-text strong {
        font-size: 80px;
    }
    #main-visual-section:after {
        }
}

@media all and (min-width:1200px) {
    .decode-text strong {
        font-size: 110px;
        margin-bottom: -2px;
        margin-top: 3px;
    }
    .decode-text .size {
        font-size: 110px;
        margin: 0 -2px -4px;
    }
    #main-visual-section .big-logo {
        margin-top: -309px;
    }
    #main-visual-section .big-logo img {
        width: 523.5px;
    }
    .text-animation {
        margin: 0 -3.5px;
    }
    #main-visual-section .sub-text {
        font-size: 40px;
        margin-top: -4px;
        letter-spacing: 0.5px;
    }
    #main-visual-section .text-box {
        padding-top: 76px;
    }
    #main-visual-section .text-box span {
        font-size: 40px;
    }
    #main-visual-section sup {
        display: block;
        position: absolute;
        font-size: 18px;
        font-weight: 800;
        top: 70px;
        right: 230px;
        padding-right: 254px;
    }
    .scroll-down {
        transform: scale(1);
    }
    #main-visual-section:after {}
}

@media all and (min-width:1600px) {
    #main-visual-section:after {}
}
.main-tlt {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2px;
}
.main-tlt span {
    display: inline-block;
}
.main-tlt br {
    /* display:none; */
}
@media all and (min-width:800px) {
    .main-tlt {
        font-size: 50px;
    }
}
@media all and (min-width:1200px) {
    .main-tlt {
        font-size: 70px;
        line-height: 1.02;
        text-align: left;
    }
    .main-tlt br {
        display: block;
    }

}
/*service*/
#main-service-section {
    position: relative;
    padding: 50px 0;
}
#main-service-section .parallax-inner {
    background-size: cover;
}
#main-service-section .content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
}
#main-service-section .content .tlt-row {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

#main-service-section .content .main-tlt {
    margin-bottom: 20px;
}
#main-service-section .content .main-txt {
    text-align: center;
    margin-bottom: 32px;
}
#main-service-section .content .main-txt strong {
    font-size: 23px;
    margin-bottom: 15px;
    display: block;
    padding: 0 15px;
    line-height: 1.1;
}
#main-service-section .content .main-txt em {
    font-weight: 700;
    display: block;
    line-height: 1.2;
    padding: 0 10px;
}
#main-service-section .content .main-txt em br {
    /* display:none; */
}
.service-list {}
.service-list li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}
.service-list li a {
    display: block;
    padding: 30px 20px;
    position: relative;
}
.service-list li .top {
    font-size: 16px;
    margin-bottom: 20px;
}
.service-list li .tlt {
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.service-list li .sub-tlt {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
.service-list li .txt {
    font-weight: 500;
    font-size: 14px;
}
.service-list li .icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.service-list li .icon img {
    width: 67px;
}
.service-list li .arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media all and (min-width:800px) {
    #main-service-section {
        padding: 80px 0;
    }
    #main-service-section .content {
        padding: 0 50px;
    }
    #main-service-section .content .main-tlt {}
    #main-service-section .content .main-txt {}
    #main-service-section .content .main-txt strong {}
    #main-service-section .content .main-txt em {
        padding: 0;
    }
    .service-list {
        display: flex;
        flex-wrap: wrap;
        /* padding: 0 50px; */
        border-left: 1px solid rgba(255,255,255,0.3);
    }
    .service-list li {
        border-right: 1px solid rgba(255,255,255,0.3);
        /* border-bottom:0px; */
        width: 50%;
    }
    .service-list li a {
        padding: 40px 30px;
    }
    .service-list li .tlt {}
    .service-list li .sub-tlt {}
    .service-list li .txt {}
    .service-list li .icon {}
    .service-list li .icon img {}
    .service-list li .arrow {
        bottom: 30px;
        right: 30px;
    }
}

@media all and (min-width:1200px) {
    #main-service-section {
        height: auto;
        padding: 0;
    }
    #main-service-section .content {
        padding: 0;
        /* padding-right: 131px; */
    }
    #main-service-section .content .main-tlt {
        /* position: absolute; */
        /* top: 50%; */
        /* margin-bottom: 0px; */
        margin-top: 142px;
        /* left: 65px; */
    }

    #main-service-section .content .main-txt {
        text-align: left;
        /* padding-left: 585.5px; */
        /* position: absolute; */
        /* top: 50%; */
        /* margin-top: -51px; */
        margin-bottom: 0;
    }
    #main-service-section .content .main-txt strong {
        font-size: 26px;
        margin-bottom: 28px;
        padding: 0;
    }
    #main-service-section .content .main-txt em {
        font-size: 20px;
    }
    #main-service-section .content .tlt-row {
        /* height: 41%; */
        /* margin-right: 131px; */
        border-bottom: 0;
        padding-bottom: 60px;
    }
    .service-list {
        padding-right: 130px;
        /* border-top: 1px solid rgba(255,255,255,0.3); */
        margin-bottom: 100px;
    }
    .service-list li .top {
        font-size: 20px;
        margin-bottom: 32px;
    }
    .service-list li .tlt {
        font-size: 28px;
        margin-bottom: 22px;
    }
    .service-list li .sub-tlt {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .service-list li .txt {
        font-size: 18px;
        line-height: 1.5;
    }
    .service-list li .icon {
        top: 30px;
        right: 30px;
    }
    .service-list li .icon img {}
    .service-list li .arrow {
        bottom: 43px;
        right: 45px;
    }
    .service-list li:hover .arrow:before {
        -webkit-animation: elasticus2 1s ease-in-out infinite;
        /* Safari 4+ */
        -moz-animation: elasticus2 1s ease-in-out infinite;
        /* Fx 5+ */
        -o-animation: elasticus2 1s ease-in-out infinite;
        /* Opera 12+ */
        animation: elasticus2 1s ease-in-out infinite;
        /* IE 10+, Fx 29+ */
    }
    .service-list li:nth-child(1),
    .service-list li:nth-child(2) {
        /* border-bottom:0px; */
        border-top: 1px solid rgba(255,255,255,0.3);
    }

}

@media all and (min-width:1500px) {
    #main-service-section {
        height: 100vh;
    }
    .service-list {
        height: 59vh;
        border-left: 0;
        margin-bottom: 0;
    }
    .service-list li {
        width: 25%;
        border-bottom: 0;
    }
    .service-list li a {
        padding: 114px 30px 0 66px;
        height: 100%;
        padding: 77px 30px 0 2.5vw;
    }
    .service-list li:last-child {
        border-right: 0;
        width: 25%;
    }
    .service-list li .icon {
        top: 70px;
        right: 37px;
    }
    .service-list li .arrow {
        bottom: 50px;
        right: 58px;
    }
    #main-service-section .content .main-tlt {
        position: absolute;
        top: 50%;
        margin-bottom: 0;
        margin-top: 142px;
        left: 0;
    }
    #main-service-section .content .main-txt {
        text-align: left;
        padding-left: 520px;
        position: absolute;
        top: 50%;
        margin-top: 165px;
    }
    #main-service-section .content .tlt-row {
        height: 41%;
        padding-bottom: 0;
    }
    #main-service-section .content .tlt-row:after {
        display: block;
        clear: both;
        content: "";
        width: calc(100% - 130px);
        border-bottom: 1px solid rgba(255,255,255,0.3);
        position: absolute;
        bottom: -0px;
        left: 0;
    }
    .service-list li:nth-child(1),
    .service-list li:nth-child(2) {
        border-top: 0;
    }

}

/*service list hover*/

@media all and (min-width:1200px) {
    .hvr-radial-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        overflow: hidden;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        background: rgb(232,50,39);
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, rgba(232,50,39,1) 0%, rgba(229,0,127,1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        opacity: 0.8;
    }
    .hvr-radial-out:active,
    .hvr-radial-out:focus,
    .hvr-radial-out:hover {
        color: white;
    }
    .hvr-radial-out:active:before,
    .hvr-radial-out:focus:before,
    .hvr-radial-out:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .hvr-shutter-out-horizontal {
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .hvr-shutter-out-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        background: rgb(232,50,39);
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, rgba(232,50,39,1) 0%, rgba(229,0,127,1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        opacity: 0.8;
    }
    .hvr-shutter-out-horizontal:active,
    .hvr-shutter-out-horizontal:focus,
    .hvr-shutter-out-horizontal:hover {
        color: white;
    }
    .hvr-shutter-out-horizontal:active:before,
    .hvr-shutter-out-horizontal:focus:before,
    .hvr-shutter-out-horizontal:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .hvr-sweep-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .hvr-sweep-to-bottom i{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}
    .hvr-sweep-to-bottom i:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(232,50,39);
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, rgba(232,50,39,1) 0%, rgba(229,0,127,1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        /* background: linear-gradient(135deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%); */
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        opacity: 0.6;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        /* -webkit-transform-origin: 50% 0; */
        /* transform-origin: 50% 0; */
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        /* background: conic-gradient(from 0deg, #ffe80d, #1e10b0, #df2529, #4d1fff, #ff155f, #a2e958); */
        filter: blur(5vw);
    }
    .hvr-sweep-to-bottom:active,
    .hvr-sweep-to-bottom:focus,
    .hvr-sweep-to-bottom:hover {
        color: white;
    }
    .hvr-sweep-to-bottom:active i:before,
    .hvr-sweep-to-bottom:focus i:before,
    .hvr-sweep-to-bottom:hover i:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

}
/*works*/

#main-work-section {
    background: #0a0a0a;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
#main-work-section .main-tlt .main-text-animation-box {}
#main-work-section .main-tlt {
    color: #fff;
    margin-bottom: 10px;
}
#main-work-section .content {
    position: relative;
    padding-bottom: 30px;
}
#main-work-section .content .tab_wrap {
    text-align: center;
    margin-bottom: 10px;
}
#main-work-section .content .tab_wrap li {
    display: inline-block;
    margin: 0 5px;
}
#main-work-section .content .tab_wrap button {
    padding: 0;
    background: none;
    border: 0;
    color: #999999;
    font-weight: 500;
    transition: 0.3s;
}
#main-work-section .content .tab_wrap .active button {
    color: #fff;
    font-weight: 800;
}
#main-work-section .content .tab_cont {
    /* display:none; */
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    height: 0;
}
#main-work-section .content .tab_cont.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.works-list {
    padding: 0 15px;
}
.works-list li {
    color: #fff;
}
.works-list a {}
.works-list a .info {
    padding: 15px 0;
}
.works-list a .info .tlt {
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}
.works-list a .info .tag {
    font-weight: 700;
    font-size: 14px;
}
.works-list a .info .tag span {
    display: inline-block;
    margin-right: 5px;
}
.works-list a .info .arrow {
    display: none;
}
.works-list img {
    width: 100%;
}
#main-work-section .more {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding-right: 73px;
    position: absolute;
    font-weight: 800;
    bottom: 0;
    right: 0;
    z-index: 9;
}
#main-work-section .more .arrow {
    position: absolute;
    top: 3px;
    right: 30px;
    display: inline-block;
}

@media all and (min-width:800px) {
    #main-work-section {
        padding: 80px 0;
    }
    #main-work-section .main-tlt {}
    #main-work-section .content {}
    #main-work-section .content .tab_wrap {
        margin-bottom: 20px;
    }
    #main-work-section .content .tab_wrap li {}
    #main-work-section .content .tab_wrap button {
        font-size: 16px;
    }
    #main-work-section .content .tab_cont {}
    #main-work-section .content .tab_cont.active {}

    .works-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 50px;
    }
    .works-list li {
        width: calc(50% - 4px);
        margin-right: 8px;
    }
    .works-list li:nth-child(2n) {
        margin-right: 0;
    }
    .works-list a {}
    .works-list a .info {}
    .works-list a .info .tlt {}
    .works-list a .info .tag {}
    .works-list a .info .arrow {}
    .works-list img {}
    .works-list img img {
        width: 100%;
    }

    #main-work-section .content .more {}
    #main-work-section .content .more .arrow {}
}

@media all and (min-width:1200px) {
    #main-work-section {
        padding: 180px 0 144px;
    }
    #main-work-section .main-tlt {
        font-size: 86px;
        padding-bottom: 34px;
    }
    #main-work-section .main-tlt .main-text-animation-box {
        height: 95px;
        margin-bottom: -11px;
    }
    #main-work-section .content {
        padding-right: 130px;
        padding-bottom: 120px;
        /* padding-left: 65px; */
    }
    #main-work-section .content .tab_wrap {
        /* font-size: 20px; */
        /* position: absolute; */
        /* top: -117px; */
        /* right: 100px; */
        text-align: left;
    }
    #main-work-section .content .tab_wrap li {
        /* margin-left: 62px; */
        /* width: 24px; */
        /* width: 49px; */
        /* margin-right: 71px; */
        margin-right: 50px;
    }
    #main-work-section .content .tab_wrap button {
        /* width: 76px; */
        text-align: left;
        font-size: 20px;
    }
    #main-work-section .content .tab_cont {}
    #main-work-section .content .tab_cont.active {}

    .works-list {
        padding: 0;
    }
    .works-list li {
        width: calc(33.333333% - 6px);
        margin-right: 9px !important;
        margin-bottom: 9px;
    }
    .works-list li:nth-child(3n) {
        margin-right: 0px!important;
    }
    .works-list a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .works-list a:hover .arrow:before {
        -webkit-animation: elasticus2 1s ease-in-out infinite;
        /* Safari 4+ */
        -moz-animation: elasticus2 1s ease-in-out infinite;
        /* Fx 5+ */
        -o-animation: elasticus2 1s ease-in-out infinite;
        /* Opera 12+ */
        animation: elasticus2 1s ease-in-out infinite;
        /* IE 10+, Fx 29+ */
    }
    .works-list a .info {
        position: absolute;
        bottom: -180px;
        width: 100%;
        padding-left: 42px;
        padding-bottom: 54px;
        transition: 0.5s;
    }
    .works-list a:hover .info {
        bottom: 0;
    }
    .works-list a .info:after {
        display: block;
        clear: both;
        content: "";
        box-shadow: 0 0 70px 150px rgb(0 0 0 / 50%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .works-list a .info .tlt {
        font-size: 24px;
        margin-bottom: 11px;
        position: relative;
        z-index: 1;
    }
    .works-list a .info .tag {
        font-size: 16px;
        position: relative;
        z-index: 1;
    }
    .works-list a .info .tag span {
        margin-right: 10px;
    }
    .works-list a .info .arrow {
        display: block;
        position: absolute;
        right: 48px;
        bottom: 51px;
        z-index: 1;
    }
    .works-list img {}

    #main-work-section .content .more {
        width: 230px;
        font-size: 18px;
        display: block;
        padding: 18px 0;
        height: 60px;
        text-align: left;
        right: 150px;
    }
    #main-work-section .content .more .arrow {
        top: 25px;
    }
    #main-work-section .content .more:hover .arrow:before {
        -webkit-animation: elasticus2 1s ease-in-out infinite;
        /* Safari 4+ */
        -moz-animation: elasticus2 1s ease-in-out infinite;
        /* Fx 5+ */
        -o-animation: elasticus2 1s ease-in-out infinite;
        /* Opera 12+ */
        animation: elasticus2 1s ease-in-out infinite;
        /* IE 10+, Fx 29+ */
    }
}
@media all and (min-width:1500px) {
    #main-work-section .main-tlt {
        font-size: 86px;
        padding-bottom: 57px;
    }
    #main-work-section .content {
        padding-right: 130px;
        padding-bottom: 120px;
    }

    #main-work-section .content .more {
        right: 81px;
    }
}
@media all and (min-width:1750px) {
    #main-work-section .content .tab_wrap {
        font-size: 20px;
        position: absolute;
        top: -114px;
        right: 82px;
    }
    #main-work-section .content .tab_wrap button {
        width: 100px;
        text-align: right;
    }
    #main-work-section .content .tab_wrap li {
        margin-left: 62px; /* width: 24px; */
        /* width: 49px; */
        margin-right: 20px;
    }

    #main-work-section .content {
        padding-right: 80px;
    }
}
/*contact*/

#main-contact-section {
    /* padding: 15px; */
}
#main-contact-section .inner {}
#main-contact-section .service {
    background: #f5f5f5;
    position: relative;
}
#main-contact-section .service .content {
    padding: 59px 30px;
    position: relative;
    z-index: 2;
}
#main-contact-section .service .parallax-inner {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* width: 100% !important; */
    /* height: 100% !important; */
    width: 250px !important;
    height: 600px !important;
    left: 50% !important;
    margin-left: -121px !important;
}
#main-contact-section .service .content sup.info {
    margin-bottom: 30px;
    display: block;
    letter-spacing: 0.1px;
}
#main-contact-section .service .content sup a {
    font-weight: 900;
    display: block;
    font-size: 14px;
    padding: 7px 0;
}
#main-contact-section .service .content a.email {}
#main-contact-section .service .content a.tel {}
#main-contact-section .service .content .list {}
#main-contact-section .service .content .list li {
    font-weight: 800;
    font-size: 39px;
    line-height: 1.3;
}
#main-contact-section .service .content .list li sup {
    font-size: 12px;
    font-weight: 900;
    transform: translate(0px, -16px);
    display: inline-block;
    margin-right: 3px;
}
#main-contact-section .service .content .info-btn {
    margin-top: 30px;
    display: none;
}
#main-contact-section .service .content .info-btn li {
    /* display: inline-block; */
    width: 170px;
    margin-bottom: 15px;
}
#main-contact-section .service .content .info-btn li a {
    font-weight: 800;
    display: block;
    /* border-bottom: 2px solid #000; */
    position: relative;
    padding: 3px 0;
}
#main-contact-section .service .content .info-btn .arr1 {
    position: absolute;
    transform: scale(0.8);
    top: 7px;
    right: 4px;
}
#main-contact-section .service .content .info-btn .arr1:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    behavior: url("-ms-transform.htc");
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 0;
}
#main-contact-section .service .content .info-btn .arr2 {
    position: absolute;
    transform: scale(0.8);
    top: 9px;
    right: 4px;
}
#main-contact-section .service .content .info-btn .arr2:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    behavior: url("-ms-transform.htc");
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 0;
}
#main-contact-section .contact {
    /* padding: 30px; */
}
#main-contact-section .main-tlt2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}
#main-contact-section .contact .do {
    padding: 50px 30px 30px;
}
#main-contact-section .contact .main-tlt2 {
    /* color: #fff; */
}
#main-contact-section .contact .do-list {
    /* margin-top: 21px; */
}
#main-contact-section .contact .do-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 21px;
}
#main-contact-section .contact .do-list .ic {
    display: block;
    width: 38px;
    height: 50px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: -16px;
    left: 0;
}
#main-contact-section .contact .do-list .ic1 {
    background-image: url("/img/ic-w1.png");
}
#main-contact-section .contact .do-list .ic2 {
    background-image: url("/img/ic-w2.png");
}
#main-contact-section .contact .do-list .ic3 {
    background-image: url("/img/ic-w3.png");
}
#main-contact-section .contact .do-list .ic4 {
    background-image: url("/img/ic-w4.png");
}
#main-contact-section .contact .do-list .ic5 {
    background-image: url("/img/ic-w5.png");
}
#main-contact-section .contact .do-list .ic6 {
    background-image: url("/img/ic-w6.png");
}
#main-contact-section .contact .do-list .ic7 {
    background-image: url("/img/ic-w7.png");
}
#main-contact-section .contact .do-list .txt {
    font-weight: 700;
}

#main-contact-section .us {
    background: url("/img/contact-bg.jpg") no-repeat;
    padding: 50px 30px;
    background: black;
}
#main-contact-section .us .main-tlt2 {
    color: #fff;
    margin-bottom: 25px;
}
#main-contact-section .us .contact-form {}
#main-contact-section .us .contact-form li {
    margin-bottom: 14px;
    position: relative;
}
#main-contact-section .us .contact-form li label {
    color: #fff;
    font-weight: 700;
    width: 100px;
    display: block;
    margin-bottom: 5px;
}
#main-contact-section .us .contact-form li input {
    border: 0;
    border-bottom: 1px solid #8c8b8b;
    background: none;
    color: #fff;
    width: 100%;
    padding: 0 5px;
    position: relative;
}
#main-contact-section .us .contact-form li input:focus~.line,
#main-contact-section .us .contact-form li textarea:focus~.line {
    width: 100% !important;
}
#main-contact-section .us .contact-form li .line {
    width: 0;
    height: 1px;
    background: rgb(232,50,39);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(232,50,39,1) 0%, rgba(229,0,127,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}
#main-contact-section .us .contact-form li i {}
#main-contact-section .us .contact-form li textarea {
    border: 0;
    border-bottom: 1px solid #8c8b8b;
    background: none;
    color: #fff;
    padding: 5px;
}
#main-contact-section .us .submit-row {}
#main-contact-section .us .check-row label {
    color: #fff;
    position: relative;
    padding-left: 25px;
}
#main-contact-section .us .check-row span {
    width: 18px;
    height: 18px;
    border: 2px solid #888;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
#main-contact-section .us .check-row {}
#main-contact-section .us .check-row input {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
#main-contact-section .us .check-row #agree:checked ~ label span {
    background: url("/img/check.jpg");
    background-size: 100%;
    border: none;
}
#main-contact-section .us .check-row em {
    border-bottom: 1px solid #909090;
}
#main-contact-section .us .submit-btn {
    border: 2px solid #d3d3d3;
    background: none;
    color: #fff;
    font-weight: 400;
    width: 100%;
    /* line-height: 30px; */
    /* line-height: 30px; */
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: unset;
}
#main-contact-section .us .submit-btn:hover {
    background: #e60970;
    /* Old browsers */
    border: none;

}
@media all and (min-width:800px) {
    #main-contact-section {}
    #main-contact-section .inner {}
    #main-contact-section .service {}
    #main-contact-section .service .content {
        padding: 80px 50px;
    }
    #main-contact-section .service .content .list li sup {
        font-size: 14px;
        transform: translate(0px, -35px);
    }
    #main-contact-section .service .content sup.info a {
        font-size: 18px;
        display: inline-block;
        margin-right: 60px;
        padding: 20px 0;
    }
    #main-contact-section .service .content a.email {}
    #main-contact-section .service .content a.tel {}
    #main-contact-section .service .content .list {
        display: flex;
        flex-wrap: wrap;
    }
    #main-contact-section .service .content .list li {
        font-size: 70px;
        width: 50%;
        margin-bottom: -15px;
    }
    #main-contact-section .service .content .list li sub {}
    #main-contact-section .service .content .info-btn {
        display: block;
        margin-top: 50px;
    }
    #main-contact-section .service .content .info-btn li {
        display: inline-block;
        margin-right: 58px;
    }
    #main-contact-section .service .content .info-btn li a {
        font-size: 16px;
        width: 210px;
        border-bottom: 3px solid #000;
        padding: 16px 0;
    }
    #main-contact-section .service .content .info-btn .arr2 {
        position: absolute;
        top: 22px;
        right: 7px;
    }
    #main-contact-section .service .content .info-btn .arr2:after {
        content: '';
        display: block;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        border-top: 3px solid #000;
        border-left: 3px solid #000;
        behavior: url("-ms-transform.htc");
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 0;
        top: 0;
    }
    #main-contact-section .service .content .info-btn .arr1 {
        position: absolute;
        top: 21px;
        right: 7px;
    }
    #main-contact-section .service .content .info-btn .arr1:after {
        content: '';
        display: block;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        behavior: url("-ms-transform.htc");
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 0;
        top: 0;
    }
    #main-contact-section .service .contact {}
    #main-contact-section .contact .main-tlt2 {
        font-size: 40px;
    }
    #main-contact-section .contact .do {
        padding: 50px;
    }
    #main-contact-section .contact .do-list {
        display: flex;
        flex-wrap: wrap;
    }
    #main-contact-section .contact .do-list li {
        width: 50%;
        margin-bottom: 30px;
    }
    #main-contact-section .contact .do-list .ic {}
    #main-contact-section .contact .do-list .txt {}

    #main-contact-section .us {
        padding: 50px;
    }
    #main-contact-section .us .main-tlt2 {}
    #main-contact-section .us .contact-form {
        display: flex;
        flex-wrap: wrap;
    }
    #main-contact-section .us .contact-form li {
        width: calc(50% - 21px);
        margin-right: 42px;
    }
    #main-contact-section .us .contact-form li:nth-child(2n) {
        margin-right: 0;
    }
    #main-contact-section .us .contact-form li:last-child {
        width: 100%;
    }
    #main-contact-section .us .contact-form li label {}
    #main-contact-section .us .contact-form li input {}
    #main-contact-section .us .contact-form li i {}
    #main-contact-section .us .contact-form li textarea {}
    #main-contact-section .us .submit-row {}
    #main-contact-section .us .check-row label {}
    #main-contact-section .us .check-row span {}
    #main-contact-section .us .check-row em {}
    #main-contact-section .us .submit-btn {}
}

@media all and (min-width:1200px) {
    #main-contact-section {
        padding: 357px 0 116px;
        position: relative;
        margin-top: -250px;
        padding-right: 130px;
    }
    #main-contact-section .logo-top {
        top: 328px;
    }
    #main-contact-section .service .content {
        padding: 193px 110px 118px;
    }
    #main-contact-section .service .content sup.info {
        margin-bottom: 84px;
    }
    #main-contact-section .service .content .list li sup {
        font-size: 16px;
        transform: translate(0px, -54px);
        margin-right: 12px;
    }
    #main-contact-section .service .content a {}
    #main-contact-section .service .content a.email {}
    #main-contact-section .service .content sup.info a {
        font-size: 18px;
        display: inline-block;
        margin-right: 50px;
        padding: 20px 0;
    }
    #main-contact-section .service .content a.tel {
        transform: translate(0px, 2px);
    }
    #main-contact-section .service .content .list {
        display: block;
    }
    #main-contact-section .service .content .list li {
        font-size: 100px;
        line-height: 1.05;
        width: auto;
        margin-bottom: 0;
    }
    #main-contact-section .service .content .list li .main-text-animation-box {
        height: 120px;
        margin-top: -15px;
    }
    #main-contact-section .service .parallax-inner {
        width: 1000px !important;
        left: 50% !important;
        margin-left: -500px !important;
        background-size: 590px auto;
        background-repeat: no-repeat;
        height: 1500px !important;
    }
    #main-contact-section .service .content .list li sub {}
    #main-contact-section .service .content .info-btn {
        margin-top: 226px;
    }
    #main-contact-section .service .content .info-btn li {
        display: inline-block;
        margin-right: 98px;
    }
    #main-contact-section .service .content .info-btn li a {
        font-size: 16px;
        width: 210px;
        border-bottom: 3px solid #000;
        padding: 16px 0;
    }
    #main-contact-section .service .content .info-btn li:last-child {
        margin-right: 0;
    }
    #main-contact-section .service .content .info-btn .arr1 {
        top: 21px;
        right: 7px;
    }
    #main-contact-section .service .content .info-btn .arr2 {
        top: 22px;
        right: 7px;
    }
    #main-contact-section .service .contact {}
    #main-contact-section .main-tlt2 {
        font-size: 70px;
    }
    #main-contact-section .contact .do {
        padding: 60px 90px;
    }
    #main-contact-section .contact .main-tlt2 {
        margin-bottom: 30px;
        font-size: 70px;
    }
    #main-contact-section .contact .do-list {
        display: flex;
        flex-wrap: wrap;
    }
    #main-contact-section .contact .do-list li {
        width: 50%;
        margin-bottom: 51px;
        padding-left: 55px;
    }
    #main-contact-section .contact .do-list .ic {
        top: -14px;
    }
    #main-contact-section .contact .do-list .ic7 {
        top: -15px;
    }
    #main-contact-section .contact .do-list .txt {
        font-size: 17px;
    }

    #main-contact-section .us {
        padding: 73px 90px 113px;
    }
    #main-contact-section .us .main-tlt2 {
        margin-bottom: 9px;
    }
    #main-contact-section .us .contact-form {}
    #main-contact-section .us .contact-form li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    #main-contact-section .us .contact-form li:last-child {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: flex-start;
        margin-top: 9px;
        margin-bottom: 35px;
    }

    #main-contact-section .us .contact-form li label {
        font-size: 18px;
        width: 68px;
        margin-top: 5px;
    }
    #main-contact-section .us .contact-form li label i {
        display: inline-block;
        width: 15px;
    }
    #main-contact-section .us .contact-form li:last-child label {
        margin-top: 2px;
    }
    #main-contact-section .us .contact-form li input {
        font-size: 16px;
        height: 53px;
        width: calc(100% - 68px);
    }
    #main-contact-section .us .contact-form li i {}
    #main-contact-section .us .contact-form li textarea {
        font-size: 16px;
        width: calc(100% - 68px);
    }
    #main-contact-section .us .submit-row {
        padding-left: 68px;
        position: relative;
    }
    #main-contact-section .us .check-row label {
        font-size: 15px;
        padding-left: 31px;
    }
    #main-contact-section .us .check-row span {
        width: 20px;
        height: 20px;
    }
    #main-contact-section .us .check-row em {}
    #main-contact-section .us .submit-btn {
        width: 300px;
        height: 55px;
        font-size: 18px;
        position: absolute;
        top: 5px;
        right: 0;
        margin-top: 0;
        /* line-height: unset; */
    }
}

@media all and (min-width:1650px) {
    #main-contact-section .service .content .info-btn {
        margin-top: 224px;
    }
    #main-contact-section .inner {
        display: flex;
        padding-right: 130px;
    }
    #main-contact-section .service {
        width: 50%;
    }
    #main-contact-section {
        padding-right: 0;
    }
    #main-contact-section .contact {
        width: 50%;
        padding: 0;
    }
    #main-contact-section .us .submit-btn {
        width: 250px;
    }
}
@media all and (min-width:1900px) {
    #main-contact-section .inner {
        padding-right: 0;
    }
    #main-contact-section .us .submit-btn {
        width: 300px;
    }
}

/*개인정보처리방침*/

#agree_area {
    background: rgba(229,0,127,0.9);
    background: rgba(0,0,0,0.9);
    color: #fff;
    z-index: 100000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden; /* height: 0vh; */
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: -100;
}
#agree_area.view {
    visibility: visible;
    /* width: 100%; */
    opacity: 1;
    /* left: 0px; */
    z-index: 1000000;
}
#agree_area .btn_cancel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999999999;
    cursor: pointer;
    transform: scale(0.8);
    display: block;
    background: rgba(0,0,0,0.5);
    /* background: red; */
}
#agree_area .btn_cancel .bar {
    padding: 0;
    width: 36px;
    height: 4px;
    background-color: #fff;
    display: block;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
#agree_area .btn_cancel .bar1 {
    transform: rotate(45deg);
    transform-origin: 10%;
    width: 41px;
    top: 11px;
    right: 0;
}

#agree_area .btn_cancel .bar2 {
    transform-origin: 10%;
    transform: rotate(-45deg);
    width: 41px;
    bottom: 12px;
    right: 0;
}
.agree_text {
    overflow: auto;
    padding: 50px 20px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.agree_text .provisionBox {
    max-width: 1000px;
    margin: 0 auto;
}
@media all and (min-width:1200px) {
    #agree_div {
        }
    #agree_area .btn_cancel {
        transform: scale(1);
        top: 40px;
        right: 50px;
        background: none;
    }
    .agree_text {
        overflow: auto;
        padding: 100px 0;
    }

}

/*footer*/

#footer {
    background: #0a0a0a;
    color: #e6e6e6;
    padding: 30px 15px;
}
#footer .logo {
    display: none;
}
#footer .logo img {
    width: 458px;
}
#footer .foot_li {
    font-size: 14px;
    margin-bottom: 19px;
}
#footer .foot_li li {
    display: inline-block;
    margin-right: 22px;
}
#footer .foot_li a {
    font-weight: 600;
}
#footer address {
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 300;
}
#footer address .info {}
#footer address .info span {
    display: inline-block;
    margin-right: 10px;
}
#footer address .add {}
#footer .copy {
    font-size: 12px;
    font-weight: 900;
}

@media all and (min-width:800px) {
    #footer {}
    #footer .logo {}
    #footer .foot_li {}
    #footer .foot_li li {}
    #footer .foot_li a {}
    #footer address {
        margin-bottom: 28px;
    }
    #footer address .info {}
    #footer address .add {}
    #footer .copy {}
}

@media all and (min-width:1200px) {
    #footer {
        padding: 96px 0;
    }
    #footer .logo {
        display: block;
        position: absolute;
        right: 30px;
        top: 5px;
        display: none;
    }
    #footer .foot_li {
        font-size: 16px;
        margin-bottom: 38px;
    }
    #footer .foot_li li {}
    #footer .foot_li a {}
    #footer address {
        font-size: 15px;
        line-height: 29px;
    }
    #footer address .info {}
    #footer address .info span {
        margin-right: 30px;
    }
    #footer address .add {}
    #footer .copy {
        font-size: 14px;
    }
}

/*메인 텍스트 애니메이션*/

.main-text-animation-box {
    overflow: hidden;
    display: inline-block;
}
.main-text-animation {
    -webkit-animation-name: main-text-animation;
    animation-name: main-text-animation;
    transition: transform 0.8s cubic-bezier(.21,1.03,.7,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1)!important;
    display: inline-block;
}

@-webkit-keyframes main-text-animation {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

/**/

#main-visual-section sup {}
#main-visual-section sup .name {
    height: 26px;
    width: 240px;
}
#main-visual-section sup .hidden {
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: -2px;
    right: 0;
}
#main-visual-section sup .text-list {}
#main-visual-section sup {
    overflow: hidden;
}
#main-visual-section sup .text-list {
    text-align: left;
    list-style: none;
    animation: change 30s linear infinite;
}
#main-visual-section sup .text-list li {
    margin: 0;
    height: 30px;
    /* line-height: 36px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@-webkit-keyframes change {
    0%,
    100%,
    4% {
        transform: translate3d(0, 0, 0);
    }
    11.14%,
    7.14% {
        transform: translate3d(0, -30px, 0);
    }
    14.28%,
    18.28% {
        transform: translate3d(0, -60px, 0);
    }
    21.42%,
    25.42% {
        transform: translate3d(0, -90px, 0);
    }
    28.56%,
    32.56% {
        transform: translate3d(0, -120px, 0);
    }
    35.7%,
    39.7% {
        transform: translate3d(0, -150px, 0);
    }
    42.84%,
    46.84% {
        transform: translate3d(0, -180px, 0);
    }
    49.98%,
    53.98% {
        transform: translate3d(0, -210px, 0);
    }
    57.12%,
    61.12% {
        transform: translate3d(0, -180px, 0);
    }
    64.26%,
    68.26% {
        transform: translate3d(0, -150px, 0);
    }
    71.4%,
    75.4% {
        transform: translate3d(0, -120px, 0);
    }
    78.54%,
    82.54% {
        transform: translate3d(0, -90px, 0);
    }
    85.68%,
    89.68% {
        transform: translate3d(0, -60px, 0);
    }
    92.82%,
    96.82% {
        transform: translate3d(0, -30px, 0);
    }
}

/*test*/

#main-visual-section.bg01 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1.5s;
    z-index: 10;
}
#main-visual-section.bg01 .bg video {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grd {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0,50%);
    filter: blur(13vw);
}
.grd span {
    display: block;
    position: relative;
    width: 100vw;
    height: 28vw;
    overflow: hidden;
}
.grd span em {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: conic-gradient(from 0deg, #ffe80d, #1e10b0, #df2529, #4d1fff, #ff155f, #a2e958);
    width: 100%;
    height: 100vw;
    animation: grd 25s linear infinite;
}

@keyframes grd{
    0% {
        transform: translate(0,-50%) rotate(0deg);
    }
    100% {
        transform: translate(0,-50%) rotate(360deg);
    }
}
