@charset "UTF-8";

html{overflow-x: hidden;}

/* swiper 초기화 */
/*
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev, .swiper-button-next{
    position: unset!important;
    margin-top: 0!important;
    z-index: 1!important;
}
*/



/* 스와이퍼 */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-flow: column;
    box-sizing: border-box;
    height: auto;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #000;
    opacity: 1!important;
    background: transparent;
}
.swiper-pagination-bullet{
    background: transparent!important;
    color: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: transparent!important;
}


/*  */
:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,#00000080,#0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-super-flow {
    box-sizing: border-box
}

.swiper-super-flow .swiper-slide {
    overflow: visible!important;
    transform-style: preserve-3d
}

.swiper-super-flow:not(.swiper-virtual) .swiper-slide:not(.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev,.swiper-slide:has(+.swiper-slide-prev),.swiper-slide-next+.swiper-slide) {
    opacity: 0;
    visibility: hidden
}

.swiper-super-flow .super-flow-content {
    position: relative;
    height: 100%;
    z-index: 10
}

.swiper-super-flow .super-flow-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.swiper-super-flow .super-flow-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover
}

.swiper-super-flow .super-flow-fragments {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translateZ(0)
}

.swiper-super-flow .super-flow-fragment-border {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #ffffff40
}

html,body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #111;
    line-height: 1.5;
    font-family: -apple-system,system-ui,Helvetica Neue,Helvetica,Arial,Segoe UI,Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.light {
    background: #fff
}

#app {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.swiper {
    width: 100%;
    height: 100%
}

@media (orientation: portrait) {
    .swiper {
        aspect-ratio:16/9;
        height: auto
    }
}

.super-flow-content {
    padding: 16px;
    line-height: 1.1;
    text-wrap-style: balance;
    display: flex;
    flex-flow: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    /* font-size: 4vw;
    font-weight: 700;*/
    inset-inline-start: 25%;
    width: 50%;
    transition-property: transform
}
.super-flow-content .tit{
    font-size: 4vw;
    font-weight: 800;
}
.super-flow-content .sub_tit{
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.5em;
}

.swiper-super-flow .swiper-pagination-bullets {
    position: absolute;
    background: #000;
    border-radius: 999px;
    /* -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px); */
    white-space: nowrap;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-vertical-gap: 10px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-color: #fff
}

.swiper-super-flow .swiper-pagination-bullets.swiper-pagination-horizontal {
    /* padding: 10px; */
    width: auto;
    left: 50%;
    /* bottom: 3%; */
    transform: translate(-50%);
    font-size: 0;
    display: flex;
    gap: 18px;
    background: transparent;
}

.swiper-super-flow .swiper-pagination-bullets.swiper-pagination-vertical {
    /* padding: 10px; */
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10%!important;
    left: 50%!important;
    transform: translateX(-50%);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 1400px!important;
}

.custom-pagination {
    position:absolute;
    bottom: 10%;
    left:0;
    display: flex;
    padding:0 1em;
    box-sizing:border-box;
    justify-content: flex-start;
    align-items:center;
    color:#000;
    font-size:14px;
    z-index:2;

    .progress__bar {
        position:relative;
        width: 150px;
        height: 2px;
        margin: 0 20px;
        background-color: rgba(0,0,0,0.2);

        .progress__fill {
            position:absolute;
            inset:0;
            display:block;
            height: 100%;
            background-color: rgba(0,0,0,1.0);
        }
    }
    .current {
        color:#000;
    }
}

/* .btn_pause{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
} */



/* 메인 비주얼 */
.main .visual {
    width: 100%;
    box-sizing: border-box;
}
.main .visual .inner{
    width: 100%;
    box-sizing: border-box;
}
.main .visual .inner .visual_img{
    display: block;
    object-fit: cover;
}
.main .visual .inner .titlebox{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 1400px;
}
.main .visual .inner .titlebox > div{
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    /* justify-content: center;
    align-items: center; */
}
.main .visual .inner .titlebox h3{
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 700;
    color: #000;
    line-height: 1.25;
    text-align: left;
}
.main .visual .inner .titlebox span{
    display: block;
    font-size: 20px;
    letter-spacing: -0.025em;
    width: 60%;
    font-weight: 400;
    line-height: 1.55em;
    /* margin-top: 10px; */
    color: #000;
    text-align: left;
}

/* .main .visual .inner .swiper .swiper-wrapper .visual01{
    background: url("../images/main_visual_01.png") no-repeat 100% 0;
    background-size: cover;
}
.main .visual .inner .swiper .swiper-wrapper .visual02{
    background: url("../images/main_visual_02.png") no-repeat 100% 0;
    background-size: cover;
}
.main .visual .inner .swiper .swiper-wrapper .visual03{
    background: url("../images/main_visual_035.png") no-repeat 100% 0;
    background-size: cover;
}   */


/* 메인 공통 */
.main .inner .titlebox h3{
    font-family: 'Pretendard';
    font-size: 35px;
    color: #111;
    font-weight:700;
    letter-spacing: -0.025em;
}
.main .inner .titlebox span{
    font-family: 'Pretendard';
    font-size: 19px;
    color: #555;
    font-weight:400;
    letter-spacing: -0.025em;
    display: block;
    margin-top: 10px;
}
.main .inner .content{
    margin-top: 45px;
}
.main .contact .inner .titlebox h3,
.main .contact .inner .titlebox span{
    color: #fff;
}


/* Product */
.main .product{
    background: url("/images/product_bg.png") no-repeat 0 0;
    background-size: cover;
}
.main .product .inner{
    padding: 125px 0 160px 0;
}
.main .product .inner .content ul{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.main .product .inner .content ul li{
    width: calc((100% - 30px - 30px - 30px) / 4);
    height: 328px;
    position: relative;
    cursor: pointer;
}
.main .product .inner .content ul li::before{
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.3s;
    z-index: 0;
    border-radius: 15px;
}
.main .product .inner .content ul li:hover::before{
    display: block;
}
.main .product .inner .content ul li:hover a{
    opacity: 0.5;
}

.main .product .inner .content ul li:nth-child(1) a{
    background: url("/images/product_01.png") no-repeat 50% 50%;
    background-size: cover;
}
.main .product .inner .content ul li:nth-child(2) a{
    background: url("/images/product_02.png") no-repeat 50% 50%;
    background-size: cover;
}
.main .product .inner .content ul li:nth-child(3) a{
    background: url("/images/product_03.png") no-repeat 50% 50%;
    background-size: cover;
}
.main .product .inner .content ul li:nth-child(4) a{
    background: url("/images/product_04.png") no-repeat 50% 50%;
    background-size: cover;
}
.main .product .inner .content ul li:hover a{
    /* background-size: 102%;  */
    border-radius: 15px;
}

.main .product .inner .content ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.main .product .inner .content ul li span{
    font-size: 28px;
    font-weight: 700;
    color: #111;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 1;
    transition:  all ease-in-out 0.3s;
}
.main .product .inner .content ul li:hover span{
    bottom: 40px;
    left: 40px;
    color: #fff;
}



/* Business */
.main .business{
    position: relative;
    height: 900px;
}
.main .business::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/business_bg.png") no-repeat 0 0;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.main .business .inner{
    padding: 125px 0;
}
.main .business .inner .content ul{
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.main .business .inner .content ul li{
    width: calc(100% / 2);
    height: 348px;
    transition: all ease-in-out 0.3s;
}
.main .business .inner .content ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.main .business .inner .content ul li a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}
.main .business .inner .content ul li a span{
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.main .business .inner .content ul li:hover{
    height: 498px;
}
.main .business .inner .content ul li:hover a img{
    border-radius: 15px;
}


/* Contact */
.main .contact{
    position: relative;
}
.main .contact::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/contact_bg.png") no-repeat 50% 0;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.main .contact .inner{
    padding: 125px 0;
}
.main .contact .inner .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .contact .inner .content p{
    font-size: 32px;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    color: #fff;
}
.main .contact .inner .content p em{
    font-style: normal;
    font-weight: 700;
}
.main .contact .inner .content .btn{
    width: 248px;
}
.main .contact .inner .content .btn a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 21px 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.main .contact .inner .content .btn a::after{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/images/icon_arrow.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.75;
    transition: all ease-in-out 0.3s;
}
.main .contact .inner .content .btn:hover a::after{
    right: 35px;
    opacity: 1;
}
.main .contact .inner .content .btn a:hover{
    background: #000;
    border: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    color: #fff;
    padding: 21px 20px 21px 35px;
}
.main .contact .inner .content .btn a:hover::after{
    background: url("/images/icon_arrow_on.png") no-repeat 0 0;
    background-size: contain;
}



/* 미디어쿼리 */
@media all and (max-width:1400px){
    /* 공통 */
    .main .inner .titlebox h3 {
        font-size: 5.4rem!important;
    }

    /* 비주얼 */
    .main .visual .inner .visual_in{
        padding: 25px 20px;
    }
    .main .visual .inner .visual_in .text_wrap .textbox .title{
        font-size: 32px;
    }
    .main .visual .inner .titlebox{
        width: 100%;
        margin: 0 auto;
        padding: 0 3.5%;
    }
    .main .visual .inner .titlebox h3{
        font-size: 32px;
    }

    .main .product .inner,
    .main .business .inner,
    .main .contact .inner{
        padding: 80px 0;
    }
    .main .business {
        height: 800px;
    }
    .main .product .inner .content ul li a span{
        font-size: 2.2rem!important;
    }
    .main .business .inner .content ul li a span{
        font-size: 2.2rem!important;
    }

}


@media all and (max-width:1200px){
    .main .product .inner,
    .main .business .inner,
    .main .contact .inner{
        padding: 60px 0;
    }
    .main .inner .content{
        margin-top: 20px;
    }
    .main .business{
        height: 700px;
    }
    .main .business .inner .content ul{
        gap: 30px;
    }
    .main .contact .inner .content p{
        font-size: 2.0rem!important;
    }
    .main .contact .inner .content .btn a{
        font-size: 1.6rem!important;
    }

}


@media all and (max-width:1024px){
    /* 비주얼 */
    /* .main .visual {
    }
    .main .visual .inner {
        width: 100%;
    }
    .main .visual .inner .visual_in{
        width: 100%;
        margin: 50px 0 0 0;
        height: auto;
    }
    .main .visual .inner .visual_in .text_wrap .visual_img{
        width: 10%;
    }  */

    /* 공통 */
    .main .inner .titlebox h3 {
        font-size: 4.8rem!important;
    }
    .main .inner .titlebox span{
        margin-top : 15px!important;
        font-size: 1.6rem!important;
    }
    .main .product .inner .content ul li a span{
        font-size: 2.0rem!important;
    }
    .main .business .inner .content ul li a span{
        font-size: 2.0rem!important;
    }


    .main .product .inner .content ul{
        flex-wrap: wrap;
        gap: 25px;
    }
    .main .product .inner .content ul li{
        width: calc((100% - 25px)/2);
        height: 300px;
    }
    .main .product .inner .content ul li a{
        background-size: cover!important;
    }
    .main .business .inner .content ul{
        gap: 25px;
    }

    .main .product .inner .content ul li span{
        bottom: 20px;
        left: 20px;
        transition: none;
    }





}

@media all and (max-width:920px) {
    /* 비주얼 */
    .main .visual .inner .visual_in .text_wrap .textbox .title{
        font-size: 3.2rem;
    }
    .main .visual .inner .visual_in .text_wrap .textbox .contents{
        font-size: 1.6rem;
    }

}


@media all and (max-width:768px) {
    .main .product .inner{
        padding: 60px 3.5% 10px 3.5%!important;
    }
    .main .business .inner,
    .main .contact .inner{
        padding: 60px 3.5%!important;
    }
    .main .inner .titlebox h3 {
        font-size: 3.8rem!important;
    }
    .main .inner .titlebox span{
        margin-top: 0!important;
    }
    .main .product .inner .content ul{
        gap: 15px;
    }
    .main .product .inner .content ul li {
        width: calc((100% - 15px) / 2);
        height: 280px;
    }
    .main .business{
        height: auto;
    }
    .main .contact .inner .content{
        flex-flow: column;
        align-items: baseline;
        gap: 20px;
    }
    .main .business .inner .content ul{
        gap: 15px;
        flex-flow: column;
    }
    .main .business .inner .content ul li{
        width: 100%;
        height: auto;
    }
    .main .business .inner .content ul li a img{
        height: 250px
    ;
    }
    .main .business .inner .content ul li a span{
        display: block;
        margin-top: 5px;
    }
}




@media all and (max-width:760px) {
    /* 비주얼 */
    .main .visual .inner {
        flex-flow: column;
    }
    .main .visual .inner .visual_in{
        padding: 30px 20px;
    }
    .main .visual .inner .visual_in .text_wrap .visual_img{
        width: 15%;
    }
}


@media all and (max-width:520px) {
    /* 비주얼 */
    .main .inner .titlebox h3 {
        font-size: 2.8rem!important;
    }
    .main .product .inner .content ul li span{
        font-size: 2.4rem!important;
    }

    .main{
        width: 100%!important;
    }
    .main .visual .inner .visual_in{
        border-radius: 10px ;
    }
    .main .visual .inner .visual_in{
        padding: 20px 10px;

    }
    .main .visual .inner .visual_in .text_wrap .textbox{
        width: 80%;
    }
    .main .visual .inner .visual_in .text_wrap .visual_img{
        width: 16%;
    }
    .main .visual .inner .visual_in .text_wrap .textbox .title{
        font-size: 2.4rem;
        margin-top: 5px;
    }
    .main .visual .inner .visual_in .text_wrap .textbox .contents{
        font-size: 1.5rem;
    }
    .super-flow-content{

    }
    .super-flow-content .tit{
        font-size: 2.2rem;
    }
    .super-flow-content .sub_tit{
        font-size: 1.4rem;
    }
    .main .product .inner .content ul{
        flex-flow: column;
    }
    .main .product .inner .content ul li{
        width: 100%;
    }

}


@media all and (max-width:400px) {


}


@media all and (max-width:360px) {

}
