@charset "utf-8";
body.main {
    position: relative;
    background: #000;
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: opacity 1s ease;
    pointer-events: none;
    z-index: 9999;
  }
  
  
  /* 페이드아웃 상태 */
  body.fade-out::after {
    opacity: 0;
  }

/* new header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9980;
}
header .header-wrap {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1820px;
    height: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
}


.header-wrap::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
    transform: translateX(-50%);
    z-index: 2;
}

header.scroll .header-wrap::after {
    opacity: 1;
}

.header-wrap * {
    position: relative;
    font-family: "SUITE";
    z-index: 5;
}
@media (min-width: 601px){
    header:hover .header-wrap::after {
        opacity: 1;
    }
}

.header-wrap h1 {
    display: flex;
    width: 128px;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.header-wrap h1 a {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(../img/main/volvik-logo-w.png) no-repeat center;
    background-size: contain;
}
.header-wrap h1 a span {
    text-indent: -9999px;
}

.header-wrap .menu-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
}

.header-wrap .menu-wrap .dep1 {
    display: flex;
    height: 100%;
}

.header-wrap .menu-wrap li {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}

.header-wrap .menu-wrap .dep1 > li > a {
    display: flex;
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 30px;
    font-family: "SUITE";
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
}

.header-wrap .menu-wrap .dep1 > li > a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #ea1836;
    content: "";
    transform: translateX(-50%);
    transition: 0.2s;
}

.header-wrap .menu-wrap .dep1 > li:hover > a::after {
    width: calc(100% - 23px);
}

/* 볼 신규 서식 */

.menu-wrap > .dep1 > .type4{
    z-index: 10;
}

li:hover .dep2.type4 {
    display: flex;
    height: 270px;
}

.dep2.type4 > ul{
    background: #000;
    z-index: 50;
    gap: 0;
}

.dep2.type4 > ul > li{
    width: 514px;
}

.dep2.type4 > ul > li:not(:last-of-type)::after{
    content: '';
    position: absolute;
    display: block;
    right: 0px; top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 20;
    opacity: 0.2;
}

.dep2.type4 > ul > li > a{
    width: 100%;
}

.dep2.type4 .item-wrap{
    width: 100%; height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0; left: 0;
}
.dep2.type4 .item-wrap span{
    display: block;
    line-height: 68px;
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 1));
}

.dep2.type4 .dep2-bg{
    position: absolute;
    width: 100%; height: 270px;
    top: 0; left: 0;
    background-size: contain;
    filter: brightness(0.4);
    transition: filter 0.3s;
}

.dep2.type4 li:hover .dep2-bg{
    filter: brightness(1);
}

.dep2.type4 .dep2-bg.item01{
    background-image: url(../img/main/dep2-img01.jpg);
}
.dep2.type4 .dep2-bg.item02{
    background-image: url(../img/main/dep2-img02.jpg);
}
.dep2.type4 .dep2-bg.item03{
    background-image: url(../img/main/dep2-img03.jpg?ver=3);
}

.dep2.type4 .logo-wrap{
    width: 100%; height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dep2.type4 .logo-wrap img{
    width: auto; height: auto;
    max-width: 100%;
}

.dep2.type4 .icon{
    display: flex;
    width: auto;
    padding: 0 20px;
    height: 32px;
    justify-content: center; align-items: center;
    font-size:14px;
    font-weight: 700;
    border-radius: 16px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: 0.3s;
}

.dep2.type4 li:hover .icon{
    border: 1px solid #ea1836;
    background: #ea1836;
}

.dep2.type4 .item02 li{
    width: 240px;
    flex-shrink: 0;
}

.dep3{
    position: absolute;
    width: 100vw; height: 100%;
    left: 50%; top: 0;
    transform: translateX(-50%);
    background: #fff;
    z-index: 100;
    display: none;
    overflow: hidden;
}

.dep3 > ul{
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.dep3.item01 > ul{
    max-width: 1000px;
}
.dep3.item02 > ul{
    max-width: 1600px;
}
.dep3 > ul img{
    width: auto;
    height: auto;
    max-width: 100%;
}

.dep3 > ul > li{
    width: 270px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* 좌측 메뉴 토글 */
.header-btn-wrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.lang-menu-wrap {
    position: relative;
    width: 154px;
    height: 40px;
    margin-right: 4px;
}

.global-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.global-menu.active {
    border: 1px solid #000;
    background: #fff;
    border-radius: 8px;
}
.global-menu.active * {
    color: #000;
}

.global-menu .location {
    display: flex;
    flex-shrink: 0;
    gap: 5px;
    width: 100%;
    height: 40px;
    padding: 0px 8px;
    font-size: 13px;
    align-items: center;
    text-wrap: nowrap;
    justify-content: space-between;
}
.global-menu .location img {
    width: 24px;
    object-fit: contain;
}

.global-menu .lang-toggle-icon {
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: url(../img/main/lang-arr.png) no-repeat center;
    background-size: 20px;
    text-indent: -999px;
}
.global-menu.active .lang-toggle-icon {
    transform: rotate(180deg);
}

.lang-menu-wrap .lang {
    display: none;
}

.global-menu.active .lang {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
}

.lang a {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 38px;
    font-size: 13px;
    line-height: 40px;
    text-wrap: nowrap;
}

.lang a::before {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 20px;
    height: 16px;
    content: "";
    transform: translateY(-50%);
}
.lang a:first-of-type::before {
    background: url(../img/main/lang-ko.png) no-repeat center;
    background-size: contain;
}
.lang a:nth-of-type(2)::before {
    background: url(../img/main/lang-global.png) no-repeat center;
    background-size: contain;
}
.lang a:last-of-type::before {
    background: url(../img/main/lang-usa.png) no-repeat center;
    background-size: contain;
}

/* 토글 메뉴 */
.header-btn-wrap {
    transform: translateX(14px);
}

.header-btn-wrap .menu-trigger {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.header-btn-wrap .menu-trigger span {
    display: block;
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #fff;
}

.header-btn-wrap .menu-trigger span:first-of-type {
    top: 13px;
    transform: translateX(-50%);
}
.header-btn-wrap .menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-btn-wrap .menu-trigger span:last-of-type {
    bottom: 13px;
    transform: translateX(-50%);
}

.header-btn-wrap .search-btn {
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: url(../img/main/header-search-icon.png) no-repeat center;
    background-size: 16px;
    text-indent: -999px;
    cursor: pointer;
}
.header-btn-wrap .search-btn.active {
    background: url(../img/main/close-btn.png) no-repeat center;
    background-size: 16px;
}

.dep1 .type1 {
    position: relative;
}
.dep2 {
    display: flex;
    position: fixed !important;
    position: relative;
    top: 80px;
    left: -10%;
    width: 120%;
    height: 0px;
    transition: 0.3s;
    z-index: 4;
    justify-content: center;
}

.dep1 .type1 .dep2 {
    position: absolute !important;
    left: -10%;
}

li:hover .dep2 {
    display: flex;
    height: 232px;
}

.type1:hover .dep2.type2 {
    height: 212px;
}
.dep2.type3{
    transition: 0.2s;
}
.type1:hover .dep2.type3 {
    height: 126px;
}
.type1:hover .dep2.type5 {
    height: 166px;
}

.dep2 > ul {
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    width: 100vw;
    height: 100%;
    justify-content: center;
    transform: translateX(-50%);
    background: #fff;
}

.dep2.type3{
    width: 120%;
    left: 50% !important;
    transform: translateX(-50%);
}

.dep2 > ul > li > a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 246px;
    height: 100%;
    padding-top: 10px;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.dep2.type4 > ul > li > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.dep2.ball > ul > li > a {
    width: 186px;
}

@media (max-width: 1654px){
    .dep2.ball > ul > li > a  {
        width: 150px;
        padding: 0 20px;
    }
}


.dep2 .type2 {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin-top: 10px;
    justify-content: center;
}
.dep2 .type5 > li,
.dep2 .type3 > li,
.dep2 .type2 > li {
    width: 100%;
    height: 42px;
}
.dep2 .type5 > li > a,
.dep2 .type3 > li > a,
.dep2 .type2 > li > a {
    display: flex;
    height: 42px;
    padding-top: 0;
    color: #000;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
.dep2 .type5 {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin-top: 10px;
    justify-content: center;
    background: transparent;
}
.dep2 .type3 {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin-top: 10px;
    justify-content: center;
    background: transparent;
}

.dep2 .type3 > li > a {
    color: #000;
    font-size: 18px;
}

.dep2 > ul > li > a img {
    max-width: 166px;
    height: 166px;
    object-fit: contain;
}
.dep2 span {
    display: block;
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-wrap: nowrap;
}

.dep2 a:hover span {
    color: #ea1836;
    font-weight: 800;
}

header::before {
    display: block;
    position: absolute;
    top: 80px;
    left: 50%;
    width: 100vw;
    height: 0;
    background: #fff;
    content: "";
    box-shadow: 0;
    z-index: 2;
    transform: translateX(-50%);
    transition: 0.3s;
}
.over6:hover::before,
.over5:hover::before,
.over4:hover::before,
.over2:hover::before,
.over1:hover::before,
.over0:hover::before {
    box-shadow: 10px 17px 40px 0px rgba(0, 0, 0, 0.6);
}

.over0:hover::before,
.over2:hover::before,
.over4:hover::before{
    height: 232px;
}

.over1:hover::before{
    height: 270px;
}

.over5:hover::before{
    height: 150px;
}
.over6:hover::before{
    height: 200px;
}

/* searchform */

.search .header-wrap::after {
    opacity: 1 !important;
}

.search-form {
    display: flex;
    position: absolute;
    top: 80px;
    left: 50%;
    overflow: hidden;
    width: 100vw;
    height: 0;
    padding: 0 20px;
    background: #fff;
    transform: translateX(-50%);
    transition: 0.6s;
    justify-content: center;
    align-items: center;
}

.search .search-form {
    height: 170px;
    box-shadow: 10px 17px 40px 0px rgba(0, 0, 0, 0.6);
}

.search-form .form-wrap {
    position: relative;
    width: 100%;
    max-width: 680px;
}
.search-form .form-wrap input {
    width: 100%;
    height: 70px;
    padding: 0 76px 0 35px;
    border: 2px solid #000;
    background: transparent;
    font-family: "Noto Sans KR";
    font-size: 18px;
    line-height: 70px;
    border-radius: 35px;
    box-sizing: border-box;
}
.search-form .form-wrap input::placeholder {
    color: #000;
}

.search-form .form-wrap .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border: none;
    background: url(../img/main/header-search-icon-b.png) no-repeat center;
    background-size: 24px;
    text-indent: -999px;
    cursor: pointer;
    z-index: 10;
}

.search-form input:focus {
    outline: 2px solid #000;
}

@media all and (max-width: 1400px) {
    .header-wrap .menu-wrap {
        display: none;
    }

    #overflow {
        overflow-x: hidden;
    }
}

@media (min-width: 240px) and (max-width: 600px) {

    .header-wrap h1 {
        width: 80px;
    }
    .lang-menu-wrap {
        width: 120px;
    }
    .global-menu .location {
        width: 100%;
    }

    .global-menu .location {
        display: flex;
        gap: 5px;
        height: 40px;
        padding-right: 4px;
        font-size: 11px;
        align-items: center;
        justify-content: space-between;
    }
    .global-menu .location img {
        width: 16px;
        object-fit: contain;
    }

    .global-menu .lang-toggle-icon {
        width: 14px;
        width: 14px;
        background-size: contain;
    }
    .lang a {
        position: relative;
        font-size: 11px;
    }
    .lang a::before {
        position: absolute;
        width: 22px;
        height: 16px;
        content: "";
    }

    .search .search-form {
        height: 80px;
    }
    .search-form .form-wrap input {
        height: 48px;
        padding: 0 40px 0 24px;
        font-size: 14px;
        border-radius: 24px;
    }
    .search-form .form-wrap .search-submit {
        width: 48px;
        height: 48px;
        background-size: 18px;
    }
}

/* side_bar */
/* side-menu */
#side-bar {
    position: fixed;
    top: 0;
    top: 100vh;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    transition: 0.3s;
    z-index: -1;
    z-index: 9999;
}
#side-bar.on {
    top: 0;
    opacity: 1;
}
#side-bar.active {
    opacity: 0;
    z-index: -1;
}
#side-bar .open-btn {
    position: absolute;
    top: 35px;
    right: 37px;
    width: 24px;
    height: 26px;
    z-index: 99;
}
#side-bar .open-btn .menu-trigger {
    display: block;
    position: relative;
    width: 24px;
    height: 26px;
}
#side-bar .open-btn .menu-trigger span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000000;
    border-radius: 24px;
    transition: all 0.3s;
}
#side-bar .open-btn .menu-trigger span:nth-child(1) {
    top: 0;
}
#side-bar .open-btn .menu-trigger span:nth-child(2) {
    top: 8px;
}
#side-bar .open-btn .menu-trigger span:nth-child(3) {
    top: 16px;
}
#side-bar .open-btn.open span {
    background: #ffffff;
}
#side-bar .open-btn.open .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar07-01 0.75s forwards;
    animation: menu-bar07-01 0.75s forwards;
}
@-webkit-keyframes menu-bar07-01 {
    0% {
        -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}
@keyframes menu-bar07-01 {
    0% {
        transform: translateY(8px) rotate(45deg);
    }
    50% {
        transform: translateY(8px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
#side-bar .open-btn.open .menu-trigger span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
}
#side-bar .open-btn.open .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar07-02 0.75s forwards;
    animation: menu-bar07-02 0.75s forwards;
}
@-webkit-keyframes menu-bar07-02 {
    0% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}
@keyframes menu-bar07-02 {
    0% {
        transform: translateY(-8px) rotate(-45deg);
    }
    50% {
        transform: translateY(-8px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
#side-bar .open-btn.open .menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-menu-bar07-01 0.75s forwards;
    animation: active-menu-bar07-01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar07-01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(8px) rotate(45deg);
    }
}
@keyframes active-menu-bar07-01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(8px) rotate(0);
    }
    100% {
        transform: translateY(8px) rotate(45deg);
    }
}
#side-bar .open-btn.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
#side-bar .open-btn.open .menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-menu-bar07-02 0.75s forwards;
    animation: active-menu-bar07-02 0.75s forwards;
}
@-webkit-keyframes active-menu-bar07-02 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
    }
}
@keyframes active-menu-bar07-02 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-8px) rotate(0);
    }
    100% {
        transform: translateY(-8px) rotate(-45deg);
    }
}
#side-bar .open-menu {
    display: flex;
    top: 0;
    right: 100px;
    width: 95%;
    height: 100vh;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
}
#side-bar .open-menu.open {
    overflow-y: scroll;
    opacity: 1;
    visibility: visible;
}
#side-bar .open-menu.open .right {
    opacity: 1;
    transform: translateY(0px);
}
#side-bar .open-menu.open .right .box02 ul li {
    padding: 8px;
    opacity: 1;
    transform: translateY(0px);
}
#side-bar .open-menu.open .right .box02 ul li:nth-child(1) {
    transition-delay: 0.3s;
}
#side-bar .open-menu.open .right .box02 ul li:nth-child(2) {
    transition-delay: 0.4s;
}
#side-bar .open-menu.open .right .box02 ul li:nth-child(3) {
    transition-delay: 0.5s;
}
#side-bar .open-menu.open .right .box02 ul li:nth-child(4) {
    transition-delay: 0.6s;
}
#side-bar .open-menu.open .right .box02 ul li:nth-child(5) {
    transition-delay: 0.7s;
}
#side-bar .open-menu.open .right .box02 ul li ul.s_sub li {
    padding: 4px 8px;
}
#side-bar .open-menu.open .right {
    opacity: 1;
    transform: translate(0px, 0px);
}
#side-bar .open-menu.open::after {
    height: 80px;
}
#side-bar .open-menu::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background: #000000;
    content: "";
    /* transition: all 0.8s cubic-bezier(0.25, 0.47, 0.12, 0.99); */
}
#side-bar .open-menu .right {
    width: 100%;
    max-width: 1140px;
    padding: 2% 10px 0 100px;
    margin-top: 60px;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.47, 0.12, 0.99);
    transform: translateY(60px);
}
#side-bar .open-menu .right .box01 {
    display: flex;
    width: 160px;
    margin-bottom: 3rem;
    align-items: flex-end;
    justify-content: space-between;
}
#side-bar .open-menu .right .box01 a {
    display: block;
}
#side-bar .open-menu .right .box01 .sns {
    display: flex;
    gap: 36px;
    position: relative;
    align-items: center;
}
#side-bar .open-menu .right .box01 .sns a img {
    transition: all 0.5s;
}
#side-bar .open-menu .right .box01 .sns a img:nth-child(1) {
    opacity: 1;
}
#side-bar .open-menu .right .box01 .sns a img:nth-child(2) {
    position: absolute;
    top: 0;
    opacity: 0;
}
#side-bar .open-menu .right .box01 .sns a img:hover:nth-child(1) {
    opacity: 0;
}
#side-bar .open-menu .right .box01 .sns a img:hover:nth-child(2) {
    opacity: 1;
}
#side-bar .open-menu .right .box02 {
    margin-bottom: 29px;
}
#side-bar .open-menu .right .box02 > ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#side-bar .open-menu .right .box02 > ul > li {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.47, 0.12, 0.99);
    transform: translateY(30px);
}
#side-bar .open-menu .right .box02 > ul > li > a {
    display: inline-block;
    position: relative;
    color: #000;
    cursor: pointer;
}
#side-bar .open-menu .right .box02 > ul > li > a span {
    display: block;
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    font-style: normal;
    transition: transform 0.35s cubic-bezier(0.76, 0, 0.24, 1) 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#side-bar .open-menu .right .box02 > ul > li > a span.front {
    transform: rotateX(0deg);
    transform-origin: 50% 100% 0;
}
#side-bar .open-menu .right .box02 > ul > li > a span.back {
    position: absolute;
    top: 100%;
    left: 0;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
}
#side-bar .open-menu .right .box02 > ul > li > a:hover .front {
    transform: translateY(-100%) rotateX(90deg);
}
#side-bar .open-menu .right .box02 > ul > li > a:hover .back {
    z-index: 1;
    transform: translateY(-100%) rotateX(0);
}
#side-bar .open-menu .right .box02 > ul > li > a::after {
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    width: 2px;
    height: 12px;
    margin: auto;
    background: #000000;
    content: "";
}
#side-bar .open-menu .right .box02 > ul > li > a::before {
    position: absolute;
    top: 0;
    right: -21px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #000000;
    content: "";
}
#side-bar .open-menu .right .box02 > ul > li > ul {
    display: flex;
    display: none;
    /* align-items: center; */
    gap: 24px;
    margin-top: 1.625rem;
}
#side-bar .open-menu .right .box02 > ul > li > ul.active {
    display: block;
}
#side-bar .open-menu .right .box02 > ul > li > ul > li > a {
    color: #aaaaaa;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    transition: all 0.5s;
}
#side-bar .open-menu .right .box02 > ul > li > ul > li > a:hover {
    color: #000000;
}

.side_dep2 a.active{
    line-height: 35px;
    margin-bottom: 10px;
}
.side_dep3{
    padding-left: 5px;
    box-sizing: border-box;
}

#side-bar .open-menu .right .box02 > ul > li > ul > .side_dep2 > a:hover{
    color: #aaa !important;
}
#side-bar .open-menu .right .box02 > ul > li > ul > .side_dep2 > a.active{
    color: #000 !important;
}

#side-bar .open-menu .right .box02 > ul > li > ul > li > ul > li > a {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    transition: all 0.5s;
}
#side-bar .open-menu .left {
    position: relative;
    width: 100%;
    max-width: 680px;
    /* background: url(../img/open-menu.jpg) no-repeat center center; */
    background-size: cover;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.25, 0.47, 0.12, 0.99);
    transform: translate(60px, 60px);
}
#side-bar .open-menu .left a {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 200px;
    left: -110px;
    width: 220px;
    height: 200px;
    padding: 36px 0px 24px 24px;
    background: #1e9499;
    justify-content: space-between;
}
#side-bar .open-menu .left a p {
    color: #8cd1d3;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    font-style: normal;
}
#side-bar .open-menu .left a h3 {
    color: #ffffff;
    font-family: "Pretendard";
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    font-style: normal;
}
#side-bar .open-menu .left a h3 span {
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
}

/* footer */

.footer {
    position: relative;
    background-color: #000;
    font-size: 0;
}


.footer .f_top {
    background-color: #000;
}
.pagew {
    position: relative;
    width: 100%;
    max-width: 1516px;
    padding: 0 15px;
    margin: 0 auto;
}
.footer .f_main {
    display: flex;
    padding: 97px 0 80px;
    justify-content: space-between;
    align-items: center;
}
.footer .f_top .sns_menu ul {
    display: flex;
    font-size: 0;
}
.footer .f_top .sns_menu ul li {
    margin-right: 13px;
    border: solid 1px rgb(247, 247, 247);
    opacity: 0.3;
    transition: 0.3s;
    border-radius: 18px;
}
.footer .f_top .sns_menu ul li a {
    display: flex;
    width: 69px;
    height: 69px;
    align-items: center;
    justify-content: center;
}
.footer .f_main > div.f_info {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-right: 118px;
    text-align: center;
    align-items: center;
}
.footer .f_main .f_info .f_logo {
    display: block;
    width: 229px;
    height: 57px;
    margin-bottom: 39px;
}
.footer .f_main .f_info .menu_li {
    line-height: 24px;
}
.footer .menu_li li {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500;
    font-size: 14px;
}
.footer .menu_li ul.break {
    display: block;
}
.footer .menu_li ul li a,
.footer .menu_li ul li {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    font-size: 15px;
}
.footer .f_submenu {
    height: 55px;
    border-top: 1px solid rgba(247, 247, 247, 0.1);
    text-align: center;
}
.footer .f_submenu ul {
    display: inline-block;
    display: flex;
    font-size: initial;
    line-height: 55px;
    align-items: center;
    justify-content: center;
}
.footer .f_submenu ul li {
    padding: 0 18px;
    line-height: 55px;
}
.footer .f_submenu ul li a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
}
.footer .family {
    /* transition: 0.5s; */
    display: inline-block;
    position: relative;
    width: 228px;
    height: 69px;
    border: solid 1px rgba(247, 247, 247, 0.3);
    background: url(/img/footer/down_arr_w.png) no-repeat 88% center;
    line-height: 67px;
    text-align: left;
    border-radius: 18px;
    z-index: 3;
}
.footer .family.on {
    border: 0;
    background: #fff url(/img/footer/up_arr_b.png) no-repeat 88% center;
    border-radius: 18px 18px 0 0;
}
.footer .family.on > span {
    color: rgb(17, 27, 42);
}
.footer .family > span {
    display: block;
    width: 100%;
    padding: 0 26px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 67px;
    cursor: pointer;
    transition: color 0.5s;
}
.family_menu {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
}
.family_menu.active {
    display: block;
}
.family_menu ul {
    padding: 15px 26px 20px;
    border-top: 1px solid rgba(86, 93, 104, 0.2);
    background: #fff;
    border-radius: 0 0 18px 18px;
}
.family_menu ul li {
    line-height: 35px;
}
.family_menu ul li a {
    color: rgba(17, 27, 42, 0.4);
    font-size: 16px;
    letter-spacing: -0.32px;
    transition: 0.5s;
}
#footer .f_banner {
    display: block;
    height: 39px;
    background: #000;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
}

.main section * {
    font-family: "SUITE";
}

/* 메인 비주얼 */
.section02 {
    display: flex;
    width: 100%;
    height: 0;
    max-height: 960px;
    padding-bottom: min(56.25%, 960px);
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

.section02 .vis-wrap {
    display: flex;
    position: absolute;
    overflow: hidden;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.section02 .bg {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: clip-path 1.2s ease-in-out;
    position: relative;
}

.section02.active .bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.section .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_us-btn {
    position: fixed;
    right: 80px;
    bottom: 80px;
    z-index: 999;
}
.contact_us-btn.fixed {
    position: fixed;
    right: 60px;
    bottom: 60px;
}

.contact_us-btn a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 110px;
    height: 110px;
    padding-top: 34px;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    transition: 0.3s;
}

.contact_us-btn a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #ea1836;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    transition: 0.3s;
}
.section02 .btn:hover a::before {
    transform: translate(-50%, -50%) scale(1.15);
}

.contact_us-btn a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.contact_us-btn a * {
    position: relative;
    z-index: 5;
}

.contact_us-btn a span {
    color: #fff;
    font-family: "SUITE";
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.contact_us-btn .arr {
    display: flex;
    gap: 0;
    width: 100%;
    height: 9px;
    justify-content: center;
}
.contact_us-btn .arr img {
    width: 5px;
    height: 9px;
}

.contact_us-btn .arr img:first-of-type {
    animation: blinker 1.5s linear infinite;
}
.contact_us-btn .arr img:last-of-type {
    animation: blinker 1.5s linear infinite;
    animation-delay: 0.2s;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

.contact_us-btn .close {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 27px;
    height: 27px;
    border: none;
    background: none;
    border-radius: 50%;
    z-index: 15;
    cursor: pointer;
}

.section02 .view-btn {
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 32px;
    justify-content: center;
}
.section02 .view-btn a {
    display: flex;
    width: 92px;
    height: 100%;
    background: #000;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.section02 .view-btn span {
    position: relative;
    padding-right: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.section02 .view-btn span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 5px;
    height: 5px;
    background: url(../img/main/section02-more.png) no-repeat center;
    background-size: contain;
    content: "";
}

/* 플립 연락처 */
.flip-side {
    display: flex;
    gap: 28px;
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    transition: 0.6s;
}
.flip-side.active {
    bottom: 0;
}
.flip-side span {
    color: #fff;
    font-family: "SUITE";
    font-size: 16px;
}
.flip-side .contact-btn {
    display: flex;
    position: relative;
    width: 110px;
    height: 32px;
    padding-left: 16px;
    background: #ea1836;
    color: #fff;
    font-family: "SUITE";
    align-items: center;
    border-radius: 16px;
    transform: translateX(0);
    transition: 0.4s;
}
.flip-side .contact-btn:hover {
    transform: translateX(10px);
}

.flip-side .contact-btn::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 6px;
    height: 5px;
    background: url(../img/main/contact-arr.png) no-repeat center;
    background-size: contain;
    content: "";
    transform: translateY(-50%);
}
.flip-side .contact-btn span {
    font-size: 13px;
}

/* section01 */
.section01 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 60px;
    z-index: 20;
}
.section01 .section-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.section01 .slide-wrap {
    position: relative;
    width: 100%;
    max-width: 1823px;
    height: 100%;
    max-height: 880px;
    padding: 0 20px;
}

.section01 .slide-section {
    position: relative;
    height: 0;
    padding-bottom: 50%;
}
.section01 .swiper-container {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 880px;
    transform: translateY(-50%);
    border-radius: 40px;
}

.section01 .swiper-slide {
    position: relative;
}
.section01 .swiper-slide * {
    font-family: "SUITE";
}

.section01 .bg-wrap{
    max-height: 880px;
}

.section01 .swiper-slide img {
    display: block;
}

.section01 .text-wrap {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.section01 .sub-title {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
    margin-left: 8px;
    font-size: 18px;
}

.section01 .sub-title .num,
.section01 .sub-title .name {
    color: #ea1836;
}

.section01 .sub-title .num {
    font-weight: 900;
}
.section01 .sub-title .name {
    font-weight: 800;
}

.section01 .main-title {
    color: #fff;
    font-weight: 700;
    font-size: 112px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.section01 .main-title span {
    color: #fff;
}

.section01 .arr-wrap {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 140px);
    height: 1px;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.section01 .arr-wrap > div {
    display: block;
    width: 31px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.section01 .arr-wrap .prev {
    background-image: url(../img/main/section02-arr-prev.png);
}
.section01 .arr-wrap .next {
    background-image: url(../img/main/section02-arr-next.png);
}

.section01 .pagination {
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 100;
    justify-content: center;
}

.section01 .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #fff;
    opacity: 1;
    opacity: 0.3;
}
.section01 .swiper-pagination-bullet-active {
    opacity: 1;
}

/* media */

.section03 {
    position: relative;
    padding: 390px 0 200px;
}

.section03 > .bg {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    transform: translateX(-50%);
    z-index: 0;
}
.section03 > .bg span {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 52.76%;
    background: url(../img/main/main-bg01.png) no-repeat center;
    background-size: contain;
}

.section03 .small-title{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: relative;
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.8s;
}

.section03.active .small-title {
    opacity: 1;
    transform: none;
}

.section03 .header-title {
    margin-bottom: 80px;
    transition-delay: 0s;
}
.section03 .header-title span {
    transition-delay: 0s !important;
}
.total-slide-section > div {
    transition: 1s;
    opacity: 0;
}
.top-slide-section {
    margin-bottom: 50px;
    transform: translateY(-50px);
}
.bot-slide-section {
    transform: translateY(50px);
}
.active .top-slide-section,
.active .bot-slide-section {
    transform: none;
    opacity: 1;
}

.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.marquee-content {
    display: flex;
    gap: 50px;
    width: max-content;
}
.marquee-content .box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 440px;
    max-height: 302px;
    min-height: 302px;
    overflow: hidden;
}

.marquee-content .box img{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: auto;
}

.marquee-content .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    z-index: 5;
}
.marquee-content .box:hover .dim {
    opacity: 1;
}
.marquee-content .dim .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ea1836;
    opacity: 0.7;
    z-index: 5;
}
.marquee-content .dim .about {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-weight: 800;
    z-index: 50;
}
.marquee-content .dim .about::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 13px;
    height: 12px;
    background: url(../img/main/section03-arr.png) no-repeat center;
    background-size: contain;
    content: "";
    transform: translateY(-50%);
}
.marquee-content .item-text {
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 15;
}
.marquee-content .badge {
    display: inline-block;
    width: auto;
    height: 32px;
    padding: 0 15px;
    margin-bottom: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #ea1836;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
}
.marquee-content .subject {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.section03 .more-btn {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 60px;
    background-color: #ea1836;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    opacity: 1;
    margin: 70px auto 0;
}
.section03 .more-btn::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
    content: "";
}
.section03 .more-btn span {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.section03 .more-btn{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s;
}

.section03 .more-btn.active {
    opacity: 1;
    transform: none;
}


/* section04 */
.section04 {
    position: relative;
    width: 100%;
    height: 400vh;
    height: 400svh;
    background: #000;
}

.trigger-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sub-title.__p {
    display: block;
}
.sub-title.__m {
    display: none;
}
.main-wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    justify-content: center;
    align-items: center;
}

.main-wrap .bg-wrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 960px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
}
.main-wrap .stroke {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.main-wrap .stroke img {
    opacity: 0.3;
}

.bg-img {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
.bg-img .dim {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ea1836;
    z-index: 10;
}

.title-wrap {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 25;
}

.bg-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    transform: translate(-50%, -50%);
}

.trigger-item {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}
#tg01 {
    top: 0;
}
#tg02 {
    top: 60svh;
}
#tg03 {
    top: 10svh;
}
#tg04 {
    top: 15svh;
}
#tg05 {
    top: 100svh;
}

.section04 * {
    font-family: "SUITE";
}

.section04 .title-wrap {
    transform: translateY(-40px);
}

.header-title {
    overflow: hidden;
    margin-bottom: 20px;
    font-family: "SUITE";
    font-weight: 500;
    font-size: 80px;
    text-align: center;
}
.header-title span {
    display: block;
    position: relative;
    color: #fff;
    transform: translateY(110%);
    transition: 0.8s;
}
.header-title b {
    color: #ea1836;
}
.section04 .title-wrap .sub-title {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.section04 .sub-title p {
    overflow: hidden;
}
.sub-title p span {
    display: block;
    color: #fff;
    transform: translateY(110%);
    transition: 0.8s;
}

.active .header-title span {
    transform: none;
    transition-delay: 1s;
}
.active .sub-title span {
    transform: none;
    transition-delay: 1.3s;
}

.main-wrap .bg-wrap {
    opacity: 0;
    transition: 1s;
}
.active .main-wrap .bg-wrap {
    opacity: 1;
    transition-delay: 0.5s;
}

.title-wrap .more-btn {
    display: flex;
    position: absolute;
    bottom: -240px;
    left: 50%;
    overflow: hidden;
    width: 180px;
    height: 60px;
    background-color: #ea1836;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transform: translateX(-50%);
    opacity: 0;
}
.title-wrap .more-btn::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
    content: "";
}
.title-wrap .more-btn span {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

/* what we do */
.section05 {
    width: 100%;
    max-width: 1824px;
    padding: 0 20px;
    margin: 230px auto;
}

.section05 .header-title {
    margin-bottom: 100px;
}

.section05 .item-wrap {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}
.section05 .item-wrap > div {
    width: 100%;
}

.section05 .item-wrap .title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.section05.active .header-title span {
    transition-delay: 0s;
}

.section05 .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 580px;
    height: 0;
    padding-bottom: 132%;
}
.section05 .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
}
.section05 .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 2s;
}
.section05 .item:hover img {
    transform: scale(1.15);
}
.section05 .section05-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../img/main/section05-btn.jpg) no-repeat center;
    background-size: contain;
    z-index: 10;
}
.section05 .content {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1650px) {
    .section05 .content br {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    .section01 {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 58%;
        margin-bottom: 80px;
    }
    .section01 .section-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .section01 .swiper-slide .bg-wrap {
        display: block;
        width: 100%;
        height: 100%;
    }
    .section01 .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section01 .slide-section {
        position: absolute;
        top: 50%;
        left: 20px;
        width: calc(100% - 40px);
        height: 0;
        padding-bottom: 50%;
        transform: translateY(-50%);
    }

    .section03 {
        padding: 100px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .section01 {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 58%;
        margin-bottom: 80px;
    }
    .section01 .section-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .section01 .swiper-slide .bg-wrap {
        display: block;
        width: 100%;
        height: 100%;
    }
    .section01 .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section01 .slide-section {
        position: absolute;
        top: 50%;
        left: 20px;
        width: calc(100% - 40px);
        height: 0;
        padding-bottom: 50%;
        transform: translateY(-50%);
    }

    .section03 {
        padding: 80px 0;
    }
    .section03 .small-title{
        font-size: 14px;
    }
    .section01 .arr-wrap {
        width: calc(100% - 40px);
    }
    .section01 .arr-wrap > div {
        width: 20px;
    }
    .section01 .sub-title {
        gap: 8px;
        margin-bottom: 10px;
        margin-left: 8px;
        font-size: 14px;
    }
    .section01 .main-title {
        font-size: 64px;
    }

    .section05 {
        height: auto;
        padding: 0 20px;
        margin: 90px auto 100px;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    .header-title {
        font-size: 40px;
    }

    .flip-side {
        gap: 8px;
        height: 70px;
        padding: 0 20px;
    }
    .flip-side .contact-btn {
        flex-shrink: 0;
    }
    .flip-side span {
        font-size: 12px !important;
        text-align: left;
    }

    .section02{
        padding-bottom: min(70.25%, 960px);
    }

    .section02 .view-btn {
        bottom: 20px;
    }
    .contact_us-btn.fixed,
    .contact_us-btn {
        right: 30px;
        bottom: 30px;
    }
    .contact_us-btn a {
        width: 80px;
        height: 80px;
        padding-top: 20px;
    }
    .contact_us-btn a::after {
        width: 90px;
        height: 90px;
    }
    .contact_us-btn a span {
        font-size: 11px;
    }
    .contact_us-btn .close {
        top: -5px;
        right: -5px;
    }

    .section01 {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 110%;
        margin-bottom: 40px;
    }
    .section01 .slide-wrap {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }
    .section01 .section-wrap {
        position: absolute;
        top: 80px;
        left: 0;
        transform: translateY(0);
    }
    .section01 .swiper-container {
        overflow: visible;
        border-radius: 0;
    }
    .section01 .swiper-slide .bg-wrap {
        display: block;
        width: 100%;
        height: 100%;
    }
    .section01 .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section01 .slide-section {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: 70%;
        transform: translateY(0%);
    }

    .section01 .text-wrap {
        display: flex;
        flex-direction: column;
        bottom: -35%;
        left: 0;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .section03 {
        padding: 90px 0 80px;
    }

    .section03 .small-title{
        font-size: 12px;
    }

    .section03 .header-title {
        margin-bottom: 40px;
    }
    .top-slide-section {
        margin-bottom: 16px;
    }
    .marquee-content {
        gap: 16px;
    }
    .marquee-content .box {
        width: 60vw;
        max-height: 150px;
        min-height: 150px;
    }
    .section01 .arr-wrap {
        width: calc(100% - 40px);
    }
    .section01 .arr-wrap > div {
        width: 16px;
    }
    .section01 .sub-title {
        gap: 8px;
        margin-bottom: 5px;
        margin-left: 0px;
        font-size: 12px;
    }
    .section01 .main-title {
        font-size: 28px;
    }
    .section01 .pagination {
        bottom: 25px;
    }

    .marquee-content .item-text {
        position: absolute;
        bottom: 16px;
        left: 20px;
        z-index: 15;
    }
    .marquee-content .badge {
        height: 24px;
        padding: 0 12px;
        margin-bottom: 6px;
        font-size: 10px;
        line-height: 24px;
        border-radius: 12px;
    }
    .marquee-content .subject {
        display: block;
        color: #fff;
        font-weight: 800;
        font-size: 16px;
    }
    .marquee-content .dim {
        display: none;
    }

    .sub-title.__p {
        display: none;
    }
    .sub-title.__m {
        display: block;
    }

    .section03 .more-btn{
        margin: 60px auto 0;
        width: 130px;
        height: 48px;
        font-size: 12px;
    }
    .section03 .more-btn span{
        font-size: 12px;
    }

    .section04{
        overflow: hidden;
    }
    /* .section04 .title-wrap {
        transform: translateY(0px);
    } */
    .title-wrap .more-btn{
        transform:  translate(-50%, -20px);
    }
    .sub-title {
        margin-top: 30px;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .section05 {
        margin: 100px auto;
    }
    .section05 .header-title {
        margin-bottom: 50px;
    }
    .section05 .item-wrap {
        flex-direction: column;
        gap: 60px;
        padding: 0;
    }

    .item-wrap > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .title-wrap .more-btn{
        height: 48px;
        width: 130px;
    }
    .title-wrap .more-btn span{
        font-size: 12px;
    }

    .section05 .item {
        padding-bottom: 150%;
        margin: 0 auto;
    }

    .section05 .section05-btn {
        width: 36px;
        height: 36px;
    }

    .section05 .item-wrap .content {
        font-size: 14px;
        line-height: 1.6;
    }
    .section05 .item-wrap .content br {
        display: none;
    }
    .section05 .item:hover img {
        transform: none;
    }

    .main-wrap .bg-wrap {
        height: 100vh;
        height: 100svh;
    }
}

/* main motion */
.section01 .slide-wrap {
    opacity: 0;
    transition: 1s;
}
.section01.active .slide-wrap {
    opacity: 1;
}

@media all and (min-width: 1025px) {
    .section05 .lef,
    .section05 .cen,
    .section05 .rig {
        transform: translateY(80px);
        transition: 1s;
    }

    .section05 .lef.active {
        transform: none;
        transition-delay: 0s;
    }
    .section05 .cen.active {
        transform: none;
        transition-delay: 0.2s;
    }
    .section05 .rig.active {
        transform: none;
        transition-delay: 0.4s;
    }

    .section05 .item-wrap > div .title,
    .section05 .item-wrap > div .item {
        opacity: 0;
        transition: 1s;
    }

    .section05 .item-wrap > .active .title {
        opacity: 1;
        transition-delay: 0.2s;
    }
    .section05 .item-wrap > .active .item {
        opacity: 1;
        transition-delay: 0.6s;
    }

    .section05 .item-wrap > .lef.active .title {
        opacity: 1;
        transition-delay: 0.2s;
    }
    .section05 .item-wrap > .cen.active .title {
        opacity: 1;
        transition-delay: 0.4s;
    }
    .section05 .item-wrap > .rig.active .title {
        opacity: 1;
        transition-delay: 0.6s;
    }

    .section05 .item-wrap > .lef.active .item {
        opacity: 1;
        transition-delay: 0.4s;
    }
    .section05 .item-wrap > .cen.active .item {
        opacity: 1;
        transition-delay: 0.6s;
    }
    .section05 .item-wrap > .rig.active .item {
        opacity: 1;
        transition-delay: 0.8s;
    }

    .section05 .item-wrap .content {
        opacity: 0;
        transform: translateY(60px);
        transition: 1s;
    }
    .section05 .item-wrap .lef .content.active {
        opacity: 1;
        transform: none;
    }
    .section05 .item-wrap .cen .content.active {
        opacity: 1;
        transform: none;
        transition-delay: 0.2s;
    }
    .section05 .item-wrap .rig .content.active {
        opacity: 1;
        transform: none;
        transition-delay: 0.4s;
    }
}

@media all and (max-width: 1024px) {
    .section05 .item-wrap > div {
        transform: translateY(80px);
        transition: 1s;
    }
    .section05 .item-wrap > .active {
        transform: none;
    }

    .section05 .item-wrap > div .title,
    .section05 .item-wrap > div .item {
        opacity: 0;
        transition: 1s;
    }
    .section05 .item-wrap > .active .title {
        opacity: 1;
        transition-delay: 0.2s;
    }
    .section05 .item-wrap > .active .item {
        opacity: 1;
        transition-delay: 0.6s;
    }

    .section05 .item-wrap .content {
        opacity: 0;
        transform: translateY(60px);
        transition: 1s;
    }
    .section05 .item-wrap .content.active {
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 768px) {

    @keyframes fadeIn {
        0% {
            transform: translateY(110%);
        }
        100% {
            transform: none;
        }
    }

    @keyframes fadeIn2 {
        0% {
            transform: translateY(-110%);
        }
        100% {
            transform: none;
        }
    }
    .section01 .sub-title,
    .section01 .main-title {
        overflow: hidden;
    }

    .section01 .sub-title span {
        display: block;
        transform: translateY(-110%);
    }
    .section01 .main-title span {
        display: block;
        transform: translateY(110%);
    }

    .section01 .swiper-slide-active .sub-title span {
        animation: fadeIn2 0.6s forwards;
    }

    .section01 .swiper-slide-active .main-title span {
        animation: fadeIn 0.6s forwards;
    }

    .section01 .swiper-slide-active .sub-title span {
        animation-delay: 1s;
    }
    .section01 .swiper-slide-active .main-title span {
        animation-delay: 1s;
    }
}

/* 팝업레이어 */
@media all and (min-width: 768px){
    .popup-layer{
        position: fixed;
        width: auto;
        height: 540px;
        top: 120px;
        left: 40px;
        z-index: 9000;
        accent-color: #101010;
        background: transparent;
        display: flex;
        gap: 10px;
    }

    .popup-layer .popup-wrap:first-of-type{
        display: block;
    }
    .popup-layer .popup-wrap:nth-of-type(2){
        display: block;
    }

    .popup-wrap{
        width: 500px;
    }

	.popup-layer .popup a{
		display:block;
		width: 100%;
		height: auto;
	}
    
    .popup-layer .popup img{
        width: 100%; height: 100%;
        vertical-align: top;
    }
    
    .pop-btn-wrap{
        width: 100%; height: 40px; display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px;
		background:#fff;
    }
    .pop-today-close{
        display: flex;
        justify-content: flex-start;
        gap: 4px;
        align-items: center;
        font-size: 12px;
        border: none;
        background: transparent;
        cursor: pointer;
    }
    .pop-close{
        width: 40px; height: 40px;
        background: transparent;
        border: none;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .pop-close img{
        width: 16px !important; height: 16px !important;
    }

    @media all and (max-height:860px){
        .popup-layer{
            top: 40px;
        }
        .popup-layer{
            position: fixed;
            width: 100%;
            max-height: 540px;
            top: 120px;
            left: 40px;
            z-index: 9999;
            accent-color: #101010;
            background: transparent;
            display: flex;
        }
        .popup-wrap{
            width: 350px;
        }
    }
}

@media all and (max-width: 767px){
    
    .popup-layer{
        position: fixed;
        top: 100px;
        z-index: 9999;
        width: 100%;
        accent-color: #101010;
        padding: 0 20px;
    }

    .popup-layer .popup-wrap{
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    .popup-layer .popup-wrap:first-of-type{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        
    }
    .popup-layer .popup-wrap:first-of-type .popup{
        padding-bottom:00%;
    }

    .popup-layer .popup-wrap:nth-of-type(2){
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 30;
    }
    
    .popup-layer .popup{
        position: relative;
		background: #fff;
    }

    	.popup-layer .popup a{
		display:block;
	    position: relative;
	    width: 100%; 
        height: 0;
        padding-bottom: 125%;
	}

    .popup-layer .popup img{
        position: absolute;
        top: 0; left: 0;
        object-fit: contain;
        width: 100%; height: 100%;
        vertical-align: top;
    }
    
    .pop-btn-wrap{
        width: 100%; height: 40px; display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px;
		background:#fff;
    }
    .pop-today-close{
        display: flex;
        justify-content: flex-start;
        gap: 4px;
        align-items: center;
		font-size: 11px;
    }
    .pop-close{
        width: 40px; height: 40px;
        background: transparent;
        border: none;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .popup-layer .popup .pop-close > img{
        position: relative;
        width: 16px !important; height: 16px !important;
    }

}