@charset "utf-8";
@font-face {
    font-family: "GmarketSans";
    font-weight: normal;
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-style: normal;
}

.b_logo{display: none;}

.sub{overflow-x: hidden;}

@media (min-width: 1025px){
    .sub:not(.header_w) .header-wrap h1 a {
        background: url(../img/main/volvik-logo-b.png) no-repeat center;
        background-size: contain;
    }
    .sub:not(.header_w) header.search .header-wrap h1 a,
    .sub:not(.header_w) header:hover .header-wrap h1 a,
    .sub:not(.header_w) .scroll .header-wrap h1 a {
        background: url(../img/main/volvik-logo-w.png) no-repeat center;
        background-size: contain;
    }
    .sub:not(.header_w) header .dep1 a {
        color: #000;
    }
    
    .sub:not(.header_w) header:hover .dep1 a,
    .sub:not(.header_w) header.search .dep1 a,
    .sub:not(.header_w) header.scroll .dep1 a {
        color: #fff;
    }
    
    .sub:not(.header_w) .global-menu.active a,
    .sub:not(.header_w) .global-menu a {
        color: #000;
    }
    .sub:not(.header_w) header:hover .global-menu:not(.active) a,
    .sub:not(.header_w) header.search .global-menu:not(.active) a,
    .sub:not(.header_w) .scroll .global-menu:not(.active) a {
        color: #fff;
    }
    
    .sub:not(.header_w) .header-btn-wrap .menu-trigger span {
        background-color: #000;
    }
    .sub:not(.header_w) header:hover .menu-trigger span,
    .sub:not(.header_w) header.search .menu-trigger span,
    .sub:not(.header_w) .scroll .header-btn-wrap .menu-trigger span {
        background-color: #fff;
    }
    
    .sub:not(.header_w) header:hover .header-btn-wrap .search-btn,
    .sub:not(.header_w) .header-btn-wrap .search-btn {
        background: url(../img/main/header-search-icon-b.png) no-repeat center;
        background-size: 16px;
    }
    .sub:not(.header_w) header:hover .header-btn-wrap .search-btn,
    .sub:not(.header_w) .scroll .header-btn-wrap .search-btn {
        background: url(../img/main/header-search-icon.png) no-repeat center;
        background-size: 16px;
    }
    
    .sub:not(.header_w) .header-btn-wrap .search-btn.active{
        background: url(../img/main/close-btn.png) no-repeat center !important;
        background-size: 16px !important;
    }
}
@media (max-width: 1024px){
    header:not(.scroll):hover .header-wrap::after{opacity: 0;}
}

.header_img {
    position: relative;
    top: 0%;
    overflow: hidden;
    height: 100%;
    animation: header_img linear 0.4s;
}
@keyframes header_img {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

.header-visual {
    overflow: hidden;
    width: 100%;
    height: 485px;
}

.header_img .about_img_area {
    display: block;
    position: relative;
    top: 112px;
    overflow: hidden;
    width: 430px;
    height: 430px;
    margin: auto;
}
.header_img .about_img_area > .about_img_area_cover {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    background: url(../img/sub/about_img_area_cover.png) no-repeat center;
    background-size: cover;
    z-index: 1;
    transform: rotate(170deg);
}
.header_img .about_img_area_sky {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url(../img/sub/about_img_area_sky.png) no-repeat center;
    background-size: contain;
    animation-name: sky_ani;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes sky_ani {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* .header_img .girl{
    background: url(../img/sub/girl.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 785px;
    position: absolute;
    z-index: 9;
    left: -4%;
    top: -5%;
} */
header .v_logo {
    padding-right: 36px;
    text-align: end;
}
header .header_hide {
    display: block;
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100vh;
    z-index: 9;

    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
header .header_hide.active {
    opacity: 1;
    z-index: 99;
}
header .header_hide .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #dddddd;
    z-index: 9;
}
header .header_hide nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
header .header_hide nav ul.gnb {
    display: flex;
    flex-direction: column;
    gap: 58px;
    width: 100%;
    height: 100%;
    /* margin-top: 30%; */
}

header .header_hide nav ul.gnb > li > a {
    display: flex;
    /* justify-content: center; */
    gap: 24px;
    color: #000;
    font-weight: 700;
    font-size: 38px;
    align-items: center;
}
header .header_hide nav ul.gnb > li:nth-child(1).active {
    margin-top: 254px;
}
header .header_hide nav ul.gnb > li > a .plus {
    width: 12px;
    height: 12px;
    background: url(../img/sub/hide_plus.png) no-repeat center center;
    background-size: cover;
}
header .header_hide nav ul.gnb > li > a .plus.active {
    background: url(../img/sub/hide_out.png) no-repeat center center;
    background-size: cover;
}
header .header_hide nav ul.gnb > li > ul.sub {
    display: none;
}
header .header_hide nav ul.gnb > li > ul.sub.active {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
header .header_hide nav ul.gnb > li > ul.sub.active > li > ul.s_sub {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}
header .header_hide nav ul.gnb > li > ul.sub > li a {
    display: flex;
    color: #000;
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 20px;
}
header .header .open-btn {
    width: 44px;
    height: 42px;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 50%;
}
header .header .open-btn .menu-trigger {
    display: block;
    position: relative;
    width: 18px;
    height: 12px;
    margin: 13px 12px;
}
header .header .open-btn .menu-trigger span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000000;
    border-radius: 24px;
    transition: all 0.3s;
}
header .header .open-btn .menu-trigger span:nth-child(1) {
    top: 0;
}
header .header .open-btn .menu-trigger span:nth-child(2) {
    top: 6px;
}
header .header .open-btn .menu-trigger span:nth-child(3) {
    top: 12px;
}
header .header .open-btn.open span {
    background: #000;
}

.sub .menu_bar {
    display: flex;
    border: 1px solid #e6e6e6;
    background: #fff;
    align-items: center;
}
.sub .menu_bar .home {
    margin-left: 61px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.sub .menu_bar .home a {
    display: flex;
    align-items: center;
}
.sub .menu_bar .home svg {
    width: 30px;
    height: 30px;
    margin: 15px 15px 10px 15px;
}
.sub .menu_bar .middle,
.sub .menu_bar .end2,
.sub .menu_bar .end {
    position: relative;
    top: 0;
    min-width: 130px;
    border-right: 1px solid #e6e6e6;
}
.sub .menu_bar .middle svg,
.sub .menu_bar .end2 svg,
.sub .menu_bar .end svg {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px 15px;
}
.sub .menu_bar .middle > a {
    display: flex;
    gap: 45px;
    margin-left: 15px;
    align-items: center;
    cursor: pointer;
}
.sub .menu_bar .middle ul.sb {
    position: absolute;
    top: 53px;
    width: 100%;

    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.sub .menu_bar .middle ul.sb.active {
    opacity: 1;
    z-index: 850;
}
.sub .menu_bar .middle ul.sb > li {
    background: #e5e5e5;
}
.sub .menu_bar .middle ul.sb > li:hover {
    background: #cfcfcf;
}
.sub .menu_bar .middle ul.sb > li > a {
    padding: 20px;
    color: #898989;
    width: 100%;
}
.sub .menu_bar .end a {
    display: flex;
    gap: 90px;
    min-width: 130px;
    padding-left: 25px;
    align-items: center;
    cursor: pointer;
}
.sub .menu_bar .end ul.sb {
    position: absolute;
    top: 53px;
    width: 100%;

    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.sub .menu_bar .end ul.sb.active {
    opacity: 1;
    z-index: 850;
}
.sub .menu_bar .end ul.sb > li {
    background: #e5e5e5;
}
.sub .menu_bar .end ul.sb > li:hover {
    background: #cfcfcf;
}
.sub .menu_bar .end ul.sb > li > a {
    padding: 20px;
    color: #898989;
}
.sub .menu_bar .text {
    color: #898989;
    font-weight: 500;
    font-size: 14px;
}
.sub .menu_bar .arrow {
    transform: rotate(180deg);
}
.sub .txt {
    width: 80%;
    padding: 60px 0 50px 0;
    margin: auto;
    margin-bottom: 48px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.sub .txt h2 {
    margin-bottom: 10px;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 60px;
}
.sub .txt span {
    color: #444444;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
/* .sub section{
    animation: section 0.5s linear;
}
@keyframes section{
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
} */

/* g_neul */

@media screen and (min-width: 1024px) {
    .contact .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_contact.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .g_neul .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
}
@media screen and (max-width: 1023px) {
    .contact .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_contact_mo.jpg?ver=5) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .g_neul .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing_mo.jpg?ver=5) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
}

@media all and (max-width: 1024px) {
    .header-visual{height: 400px;}
}

@media all and (max-width : 600px){
    .header-visual{height: 230px;}
}


.g_neul.niceshot .content_box {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    width: 80%;
    max-width: 1420px;
    margin: 0 auto 130px;
}
.g_neul.niceshot .content_box .inbox {
    position: relative;
    top: 0;
    left: 0;
    width: calc(33.333% - 34px);
    height: 300px;
    cursor: pointer;
}
.g_neul.niceshot .content_box .inbox.inbox_01 {
    background: url(../img/sub/event_01.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_02 {
    background: url(../img/sub/event_02.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_03 {
    background: url(../img/sub/event_03.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_04 {
    background: url(../img/sub/event_04.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_05 {
    background: url(../img/sub/event_05.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_06 {
    background: url(../img/sub/event_06.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_07 {
    background: url(../img/sub/event_07.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_08 {
    background: url(../img/sub/event_08.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox.inbox_09 {
    background: url(../img/sub/event_09.jpg) no-repeat center;
    background-size: cover;
}
.g_neul.niceshot .content_box .inbox .insta {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: 24px;
    margin-left: 24px;
}
.g_neul.niceshot .content_box .inbox .hover_txt {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.205);
    align-items: center;
    transition: 0.3s;

    opacity: 0;
    z-index: -1;
}
.g_neul.niceshot .content_box .inbox .hover_txt.active {
    opacity: 1;
    z-index: 98;
}
.g_neul.niceshot .content_box .inbox .hover_txt h2 {
    padding-top: 83px;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}
.g_neul.niceshot .content_box .inbox .hover_txt .hover_txt_inbox span {
    display: flex;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
}
.g_neul.niceshot .content_box .inbox .hover_txt .hover_txt_inbox a {
    display: flex;
    gap: 8px;
}
.g_neul.niceshot .content_box .inbox .hover_txt .hover_txt_inbox a img {
    width: 24px;
    height: 24px;
}
.g_neul.niceshot .content_box .inbox .hover_txt h3 {
    padding-top: 34px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    z-index: 99;
    cursor: pointer;
}
.g_neul.niceshot .content_box .inbox .hover_txt .circle {
    position: absolute;
    top: 66%;
    left: 59%;
    width: 16px;
    height: 16px;
    background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
    border-radius: 50%;
}
.g_neul.niceshot .content_box .inbox .main_txt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 98%;
    padding-top: 186px;
    padding-right: 24px;
    padding-bottom: 24px;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: end;
    opacity: 1;
    transition: 0.3s;
}
.g_neul.niceshot .content_box .inbox .insta.active,
.g_neul.niceshot .content_box .inbox .main_txt.active {
    opacity: 0;
    z-index: -1;
}
.g_neul.niceshot.detail {
    position: relative;
    top: 0;
    left: 0;
}
.g_neul.niceshot.detail .popup-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000030;
    z-index: 999;

    opacity: 0;
    z-index: -1;
}
.g_neul.niceshot.detail .popup-wrap.active {
    opacity: 1;
    z-index: 999;
}
.g_neul.niceshot.detail .popup-wrap.on {
    opacity: 0;
    z-index: -1;
}
.g_neul.niceshot.detail .popup-wrap .content-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: fit-content;
    max-width: 1200px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    transition: 0.3s;
}
.g_neul.niceshot.detail .popup-wrap .content-wrap.show {
    display: block;
}
.g_neul.niceshot.detail .popup-wrap .content-wrap .close {
    display: flex;
    padding: 30px 30px 6px 0;
    justify-content: flex-end;
}
.g_neul.niceshot.detail .popup-wrap .content-wrap .close svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.g_neul.niceshot.detail .popup-wrap .content_inbox {
    display: flex;
}
.g_neul.niceshot.detail .popup-wrap .left_box {
    max-width: 660px;
    margin-right: 60px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .swiper {
    height: 480px;
    margin: 0;
    margin-bottom: 30px;
    border-radius: 0 40px 40px 0;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .swiper-slide h2 {
    padding: 30px 0 0 30px;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .popup_01 {
    background: url(../img/sub/event_nice_detail_top_1.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .popup_02 {
    background: url(../img/sub/event_nice_detail_top_2.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .popup_03 {
    background: url(../img/sub/event_nice_detail_top_3.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .popup_04 {
    background: url(../img/sub/event_nice_detail_top_4.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .swiper .swiper-button-prev.popupbutton {
    padding-left: 40px;
    color: #fff;
}
.g_neul.niceshot.detail .popup-wrap .left_box .top .swiper .swiper-button-next.popupbutton {
    padding-right: 40px;
    color: #fff;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom .popup_b {
    height: 117px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom {
    overflow: hidden;
    padding-bottom: 60px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom .popup_b .swiper-slide {
    max-width: 200px;
    cursor: pointer;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom .popup_b .swiper-slide img {
    border-radius: 20px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom .popup_b_01 {
    background: url(../img/sub/event_nice_detail_bottom_1.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom .popup_b_02 {
    background: url(../img/sub/event_nice_detail_bottom_2.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom .popup_b_03 {
    background: url(../img/sub/event_nice_detail_bottom_3.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
}
.g_neul.niceshot.detail .popup-wrap .left_box .bottom .popup_b_04 {
    background: url(../img/sub/event_nice_detail_bottom_4.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
}
.g_neul.niceshot.detail .popup-wrap .m-line {
    width: 1px;
    height: auto;
    margin-right: 60px;
    background: linear-gradient(180deg, #f8d26d00 0%, #f8d36d 50%, #f8d26d00 100%);
}
.g_neul.niceshot.detail .popup-wrap .right_box {
    padding-right: 60px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .txt_top .insta {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .txt_top .insta a {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
}
.g_neul.niceshot.detail .popup-wrap .right_box .txt_top .insta a > span {
    color: #444444;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .txt_top .insta span {
    color: #aaaaaa;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .txt_top .insta a img {
    width: 30px;
    height: 30px;
}
.g_neul.niceshot.detail .popup-wrap .right_box h2 {
    padding-top: 30px;
    margin-bottom: 40px;

    color: #030303;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi {
    width: 352px;
    height: 422px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .swiper-slide {
    width: 164px !important;
    height: 164px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .swiper-slide img {
    object-fit: contain;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .swiper-wrapper {
    flex-direction: column;
    width: 352px !important;
}
#codie > div.swiper-slide {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}
#codie > div.swiper-slide > a > div {
    overflow: hidden;
    width: 164px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .swiper-wrapper:nth-child(odd) {
    margin-top: 0px !important;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .swiper-wrapper:nth-child(even) {
    margin-top: 24px !important;
}

.g_neul.niceshot.detail .popup-wrap .right_box .codi .name {
    margin-top: 8px;
    color: #aaaaaa;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_01 {
    background: url(../img/sub/event_nice_detail_right_1.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_02 {
    background: url(../img/sub/event_nice_detail_right_2.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_03 {
    margin-top: 0 !important;
    background: url(../img/sub/event_nice_detail_right_3.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_04 {
    background: url(../img/sub/event_nice_detail_right_4.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_05 {
    background: url(../img/sub/event_nice_detail_right_5.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_06 {
    background: url(../img/sub/event_nice_detail_right_6.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_07 {
    margin-top: 0 !important;
    background: url(../img/sub/event_nice_detail_right_7.jpg) no-repeat center center;
    background-size: cover;
}
.g_neul.niceshot.detail .popup-wrap .right_box .codi .codi_08 {
    background: url(../img/sub/event_nice_detail_right_8.jpg) no-repeat center center;
    background-size: cover;
}
.swiper-button-prev.codi_p:after,
.swiper-rtl .swiper-button-next.codi_n:after,
.swiper-button-next.codi_n:after,
.swiper-rtl .swiper-button-prev.codi_p:after {
    color: #000000;
    font-weight: bold;
    font-size: 77%;
}
.swiper-button-prev.codi_p,
.swiper-rtl .swiper-button-next.codi_n {
    top: 29%;
    right: 90px;
    left: auto;
}
.swiper-button-next.codi_n,
.swiper-rtl .swiper-button-prev.codi_p {
    top: 29%;
    right: 60px;
}
.swiper-pagination.codi_pg {
    right: 195px;
    bottom: 60px;
    left: auto;
    width: fit-content;
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination.codi_pg .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: linear-gradient(#f8d26d 0%, #f6afbd 100%);
    border-radius: 4px;
}
.g_neul.v-origina .content {
    /* padding: 0 0 130px 0; */
    display: flex;
    flex-direction: column;
    gap: 90px;
    width: 90%;
    max-width: 1420px;
    margin: 0 auto 130px;
}
.g_neul.v-origina .content .content_inbox .txt_box {
    padding-bottom: 24px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
}
.g_neul.v-origina .content .content_inbox .con_box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.g_neul.v-origina .content .content_inbox .con_box .con {
    max-width: 274px;
}
.g_neul.v-origina .content .content_inbox .con_box .con span {
    margin-top: 12px;
    color: #444444;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.g_neul.v-origina .g_neul_V {
    padding: 0 250px;
    margin-bottom: 90px;
}
.g_neul.v-origina .g_neul_V .event_V_1 {
    gap: 60px;
    background: url(../img/sub/Condor.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
}
.g_neul.v-origina .g_neul_V .event_V_2 {
    gap: 60px;
    background: url(../img/sub/CrystalCombi.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
}
.g_neul.v-origina .g_neul_V .event_V_3 {
    gap: 60px;
    background: url(../img/sub/volvik_tv_bg01.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
}
.g_neul.v-origina .g_neul_V .swiper-slide .img,
.g_neul.v-origina .g_neul_V .swiper-slide .img a {
    width: 100%;
    max-width: 360px;
    height: 100%;
    max-height: 560px;
}
.g_neul.v-origina .g_neul_V .swiper-slide .img a img {
    border-radius: 10px;
}
.g_neul.v-origina .g_neul_V .swiper-slide {
    display: flex;
    height: 720px;
    max-height: 1380px;
    padding-left: 112px;
    align-items: center;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    text-shadow: #000 0 0 6px;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(221 220 220 / 6%);
    content: "";
    z-index: -1;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text h1 {
    max-width: 67%;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text .h4_box {
    display: flex;
    gap: 12px;
    margin-bottom: 36px;
    align-items: center;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text span {
    max-width: 60%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text h4 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}
.g_neul.v-origina .g_neul_V .swiper-slide .text button {
    width: fit-content;
    padding: 20px 48px;
    margin-top: 48px;
    border: none;
    background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 17px;
    border-radius: 33px;
    cursor: pointer;
}
.swiper-button-next.V_d {
    right: 250px;
    background: #000000a6;
    border-radius: 10px 0 0 10px;
}
.swiper-button-prev.V_d {
    left: 250px;
    background: #000000a6;
    border-radius: 0 10px 10px 0;
}
.swiper-button-next.V_d:after,
.swiper-button-prev.V_d:after {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.g_neul.v-origina .g_neul_V .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%) !important;
}
.g_neul.video .video_content {
    width: 90%;
    max-width: 1420px;
    padding-bottom: 130px;
    margin: 0 auto;
}
.g_neul.video .video_content .main_content .video iframe {
    width: 100%;
    height: 800px;
}
.g_neul.video .video_content .main_content .video_txt {
    margin-top: 36px;
}
.g_neul.video .video_content .main_content .video_txt h2 {
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 34px;
}
.g_neul.video .video_content .main_content .video_txt .hide {
    display: none;
    margin-top: 12px;
}
.g_neul.video .video_content .main_content .video_txt .hide.active {
    display: block;
}
.g_neul.video .video_content .main_content .video_txt span {
    color: #444444;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
.g_neul.video .video_content .main_content .video_txt .plus {
    display: flex;
    padding-top: 24px;
    align-items: center;
    cursor: pointer;
}
.g_neul.video .video_content .main_content .video_txt .plus svg {
    width: 45px;
    height: 45px;
    transform: rotate(180deg);
}
.g_neul.video .video_content .main_content .video_txt .plus svg.active {
    transform: rotate(0);
}
.g_neul.video .video_content .main_content .video_txt .plus p {
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}
.g_neul.video .video_content .ep {
    position: relative;
    top: 0;
    padding-top: 80px;
}
.g_neul.video .video_content .ep_txt {
    padding: 12px 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    cursor: pointer;
}
.g_neul.video .video_content .ep_txt_line {
    position: absolute;
    top: 129px;
    width: 111px;
    height: 2px;
    background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
}
.g_neul.video .video_content .ep .ep_outbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.g_neul.video .video_content .ep .ep_outbox .ep_inbox {
    display: flex;
    gap: 24px;
    width: calc(50% - 24px);
    padding-bottom: 40px;
    margin-right: 24px;
}
.g_neul.video .video_content .ep .ep_outbox .ep_inbox .img {
    width: 337px;
    height: 220px;
}
.g_neul.video .video_content .ep .ep_outbox .ep_inbox .ep_inbox_txt h4 {
    max-width: 300px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.g_neul.video .video_content .ep .ep_outbox .ep_inbox .ep_inbox_txt span {
    color: #444444;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
.g_neul.video .video_content .ep .ep_outbox .ep_inbox .ep_inbox_txt .btn {
    display: flex;
    margin-top: 24px;
    align-items: center;
}
.g_neul.video .video_content .ep .ep_outbox .ep_inbox .ep_inbox_txt .btn a {
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}
.g_neul.video .video_content .ep .ep_outbox .ep_inbox .ep_inbox_txt .btn svg {
    width: 26px;
    height: 26px;
    transform: rotate(90deg);
}

/* teamvolvik */
@media screen and (min-width: 1024px) {
    .teamvolvik .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
}
@media screen and (max-width: 1023px) {
    .teamvolvik .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing_mo.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
}

/* .teamvolvik section{
  max-height: 819px;
  overflow-y: scroll;
} */
.teamvolvik .content {
    position: relative;
    top: 0;
    max-width: 1291px;
    padding-bottom: 40px;
    margin-left: 406px;
}
.teamvolvik .content .list {
    position: absolute;
    margin-left: -194px;
    /* margin-left: -260px; */
}
.teamvolvik .content .list.fixed {
    position: fixed;
    top: 28%;
    /* left: 18%; */
}
.teamvolvik .content .list li a {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.teamvolvik .content .list li a.bl {
    font-weight: 700;
}
.teamvolvik .content .btn-plus {
    position: relative;
    left: 23%;
    width: 50px;
    height: 50px;
    margin-top: 114px;
    border: none;
    background: none;
}
.teamvolvik .content .btn-plus a {
    width: 100%;
    height: 100%;
}
.teamvolvik .content .btn-plus a img {
    object-fit: contain;
}
.teamvolvik .content .btn-plus a img.ani {
    position: absolute;
    top: 27px;
    left: 0.3px;

    animation: scroll 0.8s linear infinite;
}
@keyframes scroll {
    0% {
        top: 27px;
    }
    50% {
        top: 36px;
    }
    100% {
        top: 27px;
    }
}
.teamvolvik .content .con {
    display: flex;
    /* position: relative;
  top: 0;
  left: 0; */
}
.teamvolvik .content .box {
    width: 100%;
    max-width: 349px;
    height: 555px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #ffcc23 0%, #fb96ab 100%);
    border-image-slice: 1;
}
.teamvolvik .content .box .hide {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5a5a5a94;
    align-items: center;
    justify-content: center;

    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
/* .teamvolvik .content .box .hide.active {
    opacity: 1;
    z-index: 9;
} */
.teamvolvik .content .box:hover .hide {
    opacity: 1;
    z-index: 9;
}
.teamvolvik .content .box .hide a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.teamvolvik .content .box .hide h2 {
    color: #fff;
    font-size: 20px;
}
.teamvolvik .content .box .hide h4 {
    width: fit-content;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}
.teamvolvik .content .box .hide img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 34px;
    height: 27px;
}
.teamvolvik .content .box.box1 {
    margin-right: 159px;
    background: url(../img/sub/teamvolvik_1.png) no-repeat center center;
    background-size: cover;
}
.teamvolvik .content .box.box2 {
    margin-top: 186px;
    /* position: absolute;
  left: 39%;
  top: 85px; */
    margin-right: 85px;
    background: url(../img/sub/teamvolvik_2.png) no-repeat center center;
    background-size: cover;
}
.teamvolvik .content .box.box3 {
    /*position: absolute;
   top: 87px;
  left: 72%; */
    margin-top: 87px;
    background: url(../img/sub/teamvolvik_3.png) no-repeat center center;
    background-size: cover;
}
.teamvolvik .content .box.box4 {
    margin-top: -81px;
    /* position: absolute; */
    margin-left: 81px;
    background: url(../img/sub/teamvolvik_4.png) no-repeat center center;
    background-size: cover;
}
.teamvolvik .content .box.box5 {
    /* position: absolute; */
    margin-top: 187px;
    margin-left: 250px;
    background: url(../img/sub/teamvolvik_5.png) no-repeat center center;
    background-size: cover;
}
.teamvolvik .content .box.box6 {
    /* position: absolute; */
    margin-top: -153px;
    margin-left: 143px;
    background: url(../img/sub/teamvolvik_6.png) no-repeat center center;
    background-size: cover;
}
.teamvolvik .content .box.box7 {
    margin-top: 125px;
    /* position: absolute; */
    margin-left: 340px;
    background: url(../img/sub/teamvolvik_7.png) no-repeat center center;
    background-size: cover;
}
.teamvolvik.detail section {
    position: relative;
    top: 0;
}
.teamvolvik.detail section .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 820px;
    height: 100%;
    background: url(../img/sub/teamvolvik_detail_mina.png) no-repeat center center;
    background-size: contain !important;
}
.teamvolvik.detail .con_box {
    display: flex;
    gap: 109px;
}
.teamvolvik.detail .con_box .left {
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding-top: 123px;
}
.teamvolvik.detail .con_box .left .inbox {
    width: 154px;
    height: 93px;
    margin-left: -24px;
    background: linear-gradient(to top, #fe9a92, #fe6faf);
    border-radius: 30px;
}
/* .teamvolvik.detail .con_box .left .inbox.inbox1 {
  margin-left: -50%;
  transition: 0.3s;
}
.teamvolvik.detail .con_box .left .inbox.inbox1:hover {
  margin-left: -10%;
}
.teamvolvik.detail .con_box .left .inbox.inbox2 {
  margin-left: -24px;
  width: 154px;
}
.teamvolvik.detail .con_box .left .inbox.inbox1 a {
  margin-left: 28px;
}
.teamvolvik.detail .con_box .left .inbox.inbox1 a.active {
  margin-left: 0;
}
.teamvolvik.detail .con_box .left .inbox a .hide.active {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.teamvolvik.detail .con_box .left .inbox a .hide {
    width: 100%;
    color: #fff;
    font-family: "GmarketSans";
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.teamvolvik.detail .con_box .left .inbox a {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "GmarketSans";
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.teamvolvik.detail .con_box .left .inbox a img {
    width: 26px;
    height: 29px;
}
.teamvolvik.detail .con_box .right {
    position: relative;
}
.teamvolvik.detail .con_box .right .top {
    display: flex;
    flex-direction: column;
    gap: 52px;
}
.teamvolvik.detail .con_box .right .top h2,
.teamvolvik.detail .con_box .right .top a p {
    color: #000000;
    font-weight: 500;
    font-size: 50px;
    line-height: 52px;
}
.teamvolvik.detail .con_box .right .top a {
    display: flex;
    gap: 28px;
    align-items: flex-end;
}
.teamvolvik.detail .con_box .right .top a p {
    width: fit-content;
    padding-bottom: 4px;
    border-bottom: 2px solid #000000;
}
.teamvolvik.detail .con_box .right .top a .inst {
    display: flex;
    gap: 4px;
    color: #323232;
    font-size: 21px;
    line-height: 34px;
    align-items: center;
}
.teamvolvik.detail .con_box .right .top a .inst img {
    width: 30px;
    height: 30px;
}
.teamvolvik.detail .con_box .right .bottom {
    margin-top: 128px;
}
.teamvolvik.detail .con_box .right .bottom span {
    display: flex;
    gap: 4px;
}
.teamvolvik.detail .con_box .right .bottom p {
    color: #323232;
    font-weight: 400;
    font-size: 26px;
    line-height: 44px;
}
.teamvolvik.detail .con_box .right .btn {
    padding-top: 83px;
    padding-bottom: 60px;
}
.teamvolvik.detail .con_box .right .btn a {
    display: flex;
    width: fit-content;
    padding: 12px 24px 12px 18px;
    border: 1px solid #444444;
    color: #444444;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
}
.teamvolvik.detail .con_box .right .btn a svg {
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
}

/* brandstory */
@media screen and (min-width: 1025px) {
    .brandstory .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_brandstory.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .tech .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_technology.jpg?ver=2) no-repeat center bottom;
        background-size: cover;
        color: #fff;
        z-index: 9;
    }
}
@media screen and (max-width: 1024px) {
    .brandstory .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_brandstory_mo.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .tech .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_technology_mo.jpg?ver=2) no-repeat center bottom;
        background-size: cover;
        color: #fff;
        z-index: 9;
    }
}


.brandstory_01 .content .top {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.brandstory_01 .content .top .box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
}
.brandstory_01 .content .top .box h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
.brandstory_01 .content .top .box > span {
  display: flex;
  color: #444444;
  font-size: 22px;
  line-height: 30px;
}
.brandstory_01 .content .top .box > span p.bl {
  font-weight: 700;
}
.brandstory_01 .content .top svg .gr {
  animation: gr 3s linear;
  fill: url(#gradient);
}
/* @keyframes gr{
    from{
        fill: transparent;
        width: 0;
    }
    to{
        fill: url(#gradient);
        width: 100%;
    }
} */
.brandstory_01 .content .middle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
  margin: 60px auto 0;
}
.brandstory_01 .content .middle span {
  display: inline-block;
  color: #444444;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.brandstory_01 .content .middle span > svg {
  margin-bottom: 15px;
}
.brandstory_01 .content .bottom {
  display: flex;
  gap: 48px;
  max-width: 1240px;
  margin: 120px auto 130px;
  align-items: center;
  justify-content: space-around;
}
.brandstory_01 .content .bottom .dum_box {
  width: 580px;
  height: 580px;
  margin-right: 30px;
  background: url(../img/sub/brandstory_01_01.jpg?ver=2) no-repeat center center;
  background-size: contain;
}
.brandstory_01 .content .bottom .arrow {
  width: 160px;
  height: 96.35px;
  margin-right: 30px;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.brandstory_01 .content .bottom h1 {
  display: flex;
  height: 580px;
  font-weight: 500;
  font-size: 38px;
  line-height: 56px;
  align-items: center;
}
.brandstory_02 .content {
  max-width: 1240px;
  margin: auto;
}
.brandstory_02 .content .banner {
  /* background: url(../img/sub/history_2010_banner.jpg) no-repeat center center; */
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.brandstory_02 .content .content_box {
  display: flex;
  gap: 216px;
  padding-top: 90px;
}
.brandstory_02 .content .content_box .left {
  position: sticky;
  top: 130px;
  height: fit-content;
  margin-bottom: 100px;
}
.brandstory_02 .content .content_box .left .top {
  margin-bottom: 60px;
}
.brandstory_02 .content .content_box .left .top span {
  background: linear-gradient(to bottom, #ffcc23, #fb96ab);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 72px;
  line-height: 96px;
}
.brandstory_02 .content .content_box .left .top span.m {

}
.brandstory_02 .content .content_box .left .top span.b {

  display: flex;
  white-space: nowrap;
}
.brandstory_02 .content .content_box .left .top span.b .color {
  color: #fb96ab;
}

.brandstory_02 .content .content_box .left .bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.brandstory_02 .content .content_box .left .bottom span {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.brandstory_02 .content .content_box .left .bottom span.bl {
  color: #000000;
  font-weight: 700;
}
.brandstory_02 .content .content_box .right {
  width: 100%;
}
.brandstory_02 .content .content_box .right .box {
  margin-bottom: 60px;
}
.brandstory_02 .content .content_box .right .box h2 {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 38px;
  line-height: 56px;
  align-items: center;
}
.brandstory_02 .content .content_box .right .box h2 .cir {
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  border-radius: 50%;
}
.brandstory_02 .content .content_box .right .box h2 .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  background-position: bottom;
  background-size: 8px 3px;
}
.brandstory_02 .content .content_box .right .box .span_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.brandstory_02 .content .content_box .right .box span {
  display: flex;
  gap: 16px;
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
}
.brandstory_02 .content .content_box .right .box span p.em {
  color: transparent;
  font-weight: 900;
  font-size: 22px;
  line-height: 34px;
  -webkit-text-stroke: 1px #444444;
}
.brandstory_03 .text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.brandstory_03 .text .top {
  margin-bottom: 120px;
  text-align: center;
}
.brandstory_03 .text .top h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
}
.brandstory_03 .text .top h2.gr {
  background: -webkit-linear-gradient(270deg, #ffcc23 0%, #fb96ab 100%);
  -webkit-background-clip: text;
  color: #fff;
  -webkit-text-stroke: 4px transparent;
}
.brandstory_03 .text .bottom {
  text-align: center;
}
.brandstory_03 .text .bottom span {
  color: #444444;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
}
.brandstory_03 .main_content {
  width: 80%;
  max-width: 1420px;
  margin: 120px auto 0px;
}
.brandstory_03 .main_content .swiper-wrapper {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}
.brandstory_03 .main_content .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
  align-items: center;
}
.brandstory_03 .main_content .swiper-wrapper .swiper-slide .img {
  width: 100px !important;
  height: 100px !important;
  margin-right: 10px;
}
.brandstory_03 .main_content .swiper-wrapper .swiper-slide .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 887px;
  border-bottom: none;
  align-items: center;
}
.brandstory_03 .main_content .swiper-wrapper .swiper-slide .text img {
  width: 100%;
}
.brandstory_03 .main_content .swiper-wrapper .swiper-slide .text h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
}
.brandstory_03 .main_content .swiper-wrapper .swiper-slide .text span {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.brandstory_03 .swiper-button-next {
  top: 145%;
  right: 10%;
}
.brandstory_03 .swiper-button-next:after,
.swiper-rtl .brandstory_03 .swiper-button-prev:after {
  padding: 10px 13px 10px 15px;
  border: 1px solid #ffcc23;
  background: -webkit-linear-gradient(270deg, #ffcc23 0%, #fb96ab 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 20px;
  -webkit-text-stroke: 2px transparent;
  border-radius: 50%;
}
.brandstory_03 .swiper-button-prev {
  top: 145%;
  left: 10%;
}
.brandstory_03 .swiper-button-prev:after,
.swiper-rtl .brandstory_03 .swiper-button-next:after {
  padding: 10px 15px 10px 13px;
  border: 1px solid #ffcc23;
  background: -webkit-linear-gradient(270deg, #ffcc23 0%, #fb96ab 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 20px;
  -webkit-text-stroke: 2px transparent;
  border-radius: 50%;
}
.brandstory_03 .swiper-button-prev:after,
.swiper-rtl .brandstory_03 .swiper-button-next:after .brandstory_04 .content {
  position: relative;
  top: 0;
  padding: 0 250px;
  margin-bottom: 178px;
}
.brandstory_03 .mySwiper2 {
  padding-bottom: 130px;
  text-align: center;
}

.brandstory_03 .tech-intro{
    width: 100%;
    max-width: 1180px;
    margin: 200px auto;
    text-align: center;
}

.brandstory_03 .tech-intro p{
    margin-bottom: 43px;
    color: #000;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
}
.brandstory_03 .tech-intro .gr{
    /* background: -webkit-linear-gradient(270deg, #ffcc23 0%, #fb96ab 100%);
    -webkit-background-clip: text;
    color: #fff;
    -webkit-text-stroke: 4px transparent; */
    margin-bottom: 70px;
}
.brandstory_03 .tech-info .tech-info-img{
    display: block;
    width: 100px; height: 100px;
    margin: 0 auto;
}
.brandstory_03 .tech-info .tech-info-text{
    display: block; 
    width: 100%;
    max-width: 887px;
    margin: 0 auto;
}
.brandstory_03 .iframe-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 50px;
    margin-bottom: 160px;
}
.brandstory_03 .iframe-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.brandstory_04 .content {
  position: relative;
  width: 90%;
  /* max-width: 1420px; */
  margin: 48px auto 0;
  margin-bottom: 130px;
  z-index: 9;
}
.brandstory_04 .content .team {
  width: 100%;
  max-width: 1420px;
  height: 100%;
  z-index: 99;
}
.brandstory_04 .content .team .swiper-slide .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 640px;
  border: 1px solid #aaaaaa;
}
/* .brandstory_04 .content .team_01 .img{
    background: url(../img/sub/team_01.jpg) no-repeat center center;
    background-size: cover;
}
.brandstory_04 .content .team_02 .img{
    background: url(../img/sub/team_02.jpg) no-repeat center center;
    background-size: cover;
}
.brandstory_04 .content .team_03 .img{
    background: url(../img/sub/team_03.jpg) no-repeat center center;
    background-size: cover;
}
.brandstory_04 .content .team_04 .img{
    background: url(../img/sub/team_04.jpg) no-repeat center center;
    background-size: cover;
}
.brandstory_04 .content .team_05 .img{
    background: url(../img/sub/team_05.jpg) no-repeat center center;
    background-size: cover;
}
.brandstory_04 .content .team_06 .img{
    background: url(../img/sub/team_06.jpg) no-repeat center center;
    background-size: cover;
}
.brandstory_04 .content .team_07 .img{
    background: url(../img/sub/team_07.jpg) no-repeat center center;
    background-size: cover;
} */
.brandstory_04 .content .swiper-pagination.num {
  top: -36px;
  right: 0;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  text-align: end;
}
.brandstory_04 .content .team .swiper-slide h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 50px;
}
.brandstory_04 .content .team .swiper-slide .hide {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 91.5%;
  padding: 60px 50px 202px 48px;
  border: 1px solid #aaaaaa;
  background: #ffffffeb;

  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.brandstory_04 .content .team .swiper-slide .hide.active {
  opacity: 1;
  z-index: 99;
}
.brandstory_04 .content .team .swiper-slide .hide h2 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 34px;
  line-height: 50px;
}
.brandstory_04 .content .team .swiper-slide .hide .box h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.brandstory_04 .content .team .swiper-slide .hide .box {
  display: flex;
  gap: 12px;
}
.brandstory_04 .content .team .swiper-slide .hide .box.gap span {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 263px;
}
.brandstory_04 .content .team .swiper-slide .hide .box p.line {
  height: 12px;
  margin-top: 4px;
  border: 1px solid #444444;
}
.brandstory_04 .content .team .swiper-slide .hide .box span,
.brandstory_04 .content .team .swiper-slide .hide .box span p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.brandstory_04 .content .swiper-button-next::before {
  position: absolute;
  width: 12px;
  margin-right: 3px;
  border: 1px solid #fff;
  background: #fff;
  content: "";
}
.brandstory_04 .content .swiper-button-prev::before {
  position: absolute;
  width: 12px;
  margin-right: -1px;
  border: 1px solid #fff;
  background: #fff;
  content: "";
}
.brandstory_04 .content .swiper-button-next:after,
.brandstory_04 .content .swiper-button-prev:after {
  padding: 12px 13px 12px 20px;
  background: #d75271;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
}
.brandstory_04 .content .swiper-button-prev:after {
  padding: 12px 20px 12px 13px;
  background: #000000;
}
.brandstory_04 .content .swiper-button-next {
  top: 50%;
  right: 4%;
  z-index: 99;
}
.brandstory_04 .content .swiper-button-prev {
  top: 50%;
  left: 4%;
  z-index: 99;
}
.brandstory_04
  .content
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1420px;
  margin: 48px auto 0;
}
.swiper-pagination-current,
.swiper-pagination-total {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 100%;
  left: 246px;
  width: 73.8%;
  height: 4px;
  margin: auto;
  margin-top: 48px;
  border-radius: 10px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  border-radius: 4%;
}
.brandstory_05 .content {
  width: 80%;
  max-width: 1420px;
  margin: 30px auto 130px;
}
.brandstory_05 .content .top {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  position: relative;
  top: 0;
  margin-bottom: 80px;
}
.brandstory_05 .content .top a {
  color: #ababab;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.6;
}
.brandstory_05 .content .top a.bl {
  color: #000000;
}
.brandstory_05.brandstory_05_01 .content .top .line {
  position: absolute;
  bottom: 7px;
  width: 221px;
  height: 20px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  z-index: -1;
}
.brandstory_05.brandstory_05_02 .content .top .line {
  position: absolute;
  bottom: 7px;
  left: 270px;
  width: 417px;
  height: 20px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  z-index: -1;
}
.brandstory_05.brandstory_05_03 .content .top .line {
  position: absolute;
  bottom: 7px;
  left: 735px;
  width: 444px;
  height: 20px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  z-index: -1;
}
/* .brandstory_05 .content .main_content {
  display: flex;
  justify-content: space-between;
}
.brandstory_05 .content .main_content .left {
  border-top: 1px solid #000000;
  padding: 48px 36px 48px 12px;
  width: fit-content;
  margin-right: 20px;
}
.brandstory_05 .content .main_content .left h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 12px;
}
.brandstory_05 .content .main_content .left p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #444444;
}
.brandstory_05 .content .main_content .left .box.tel {
  margin-top: 48px;
  margin-bottom: 12px;
}
.brandstory_05 .content .main_content .left .box span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brandstory_05 .content .main_content .left .box span p.img {
  width: 20px;
  height: 20px;
}
.brandstory_05 .content .main_content .left .box span p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #444444;
}
.brandstory_05 .content .main_content .right {
  width: 836px;
  height: 540px;
}
.brandstory_05 .content .main_content .right iframe {
  width: 100%;
  height: 100%;
} */
.brandstory_05 .main_content {
  display: flex;
  justify-content: space-between;
}

.brandstory_05 .main_content .left h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 34px;
  line-height: 50px;
}
.brandstory_05 .main_content .left p {
  color: #444444;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
.brandstory_05 .main_content .left .box.tel {
  margin-top: 48px;
  margin-bottom: 12px;
}
.brandstory_05 .main_content .left .box span {
  display: flex;
  gap: 12px;
  align-items: center;
}
.brandstory_05 .main_content .left .box span p.img {
  width: 20px;
  height: 20px;
}
.brandstory_05 .main_content .left .box span p {
  color: #444444;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
.brandstory_05 .main_content .right {
  width: 836px;
  height: 540px;
}
.brandstory_05 .main_content .right iframe {
  width: 100%;
  height: 100%;
}

.brandstory_05.brandstory_05_03 {
  /* overflow: auto; */
}
.brandstory_05 .store_wrap {
  display: flex;
  position: relative;
  width: 100%;
  border-top: 3px solid #f6f6f6;
}
.brandstory_05 .main_content.store {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding-bottom: 100px;
  /* min-width: 1240px; */
  margin: auto;
}
.brandstory_05 .main_content.store .icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.brandstory_05 .main_content.store .left {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  width: 50%;
  margin-right: auto;
  border-top: none;
  border-right: 1px solid #f0f0f0;
  justify-content: flex-end;
  align-content: flex-start;
}
.brandstory_05 .main_content.store .left .left_cont {
  width: 100%;
  max-width: 603px;
}
.brandstory_05 .main_content.store .left .wrap-btn {
  padding: 36px 0 47px 0;
  line-height: 0; 
}
.brandstory_05 .main_content.store .left .wrap-btn .btn-current {
  display: flex;
  height: 32px;
  margin-bottom: 50px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
}
.brandstory_05 .main_content.store .left .wrap-btn .btn-current span {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.brandstory_05 .main_content.store .left .wrap-btn .btn-current .icon-location {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url('/img/sub/icon-location.png');
}
.brandstory_05 .main_content.store .left .wrap-btn #centerAddr {
  position: absolute;
  font-size: 20px;
}
.brandstory_05 .main_content.store .left .showroom_search form {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.brandstory_05 .main_content.store .left .showroom_search form select {
  width: 100px !important;
  height: 56px;
  margin-right: 16px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  color: #717171;
  font-weight: bold;
  font-size: 16px;
  line-height: 56px;
  cursor: pointer;
  outline: none;
}
.brandstory_05 .main_content.store .left .showroom_search form .input-box {
  position: relative;
  width: 380px;
}
.brandstory_05 .main_content.store .left .showroom_search form input {
  width: 100%;
  height: 56px;
  padding: 0 10px;
  margin-right: 16px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 56px;
  outline: none;
}
.brandstory_05 .main_content.store .left .showroom_search form .input-box .btn-result {
  position: absolute;
  right: 0;
  bottom: 15px;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.brandstory_05 .main_content.store .left .showroom_search form .input-box .btn-result .icon-search {
  width: 24px;
  height: 24px;
  background-image: url('/img/sub/icon-search-small.png');
}

.brandstory_05 .main_content.store .left .showroom_type {
  display: flex;
  flex-flow: wrap;
  padding: 32px 50px 100px 0;
  justify-content: flex-start;
}
.brandstory_05 .main_content.store .left .showroom_type .check-box {
  display: flex;
  position: relative;
  margin: 0 12px 12px 0;
}
.brandstory_05 .main_content.store .left .showroom_type .check-box input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.brandstory_05 .main_content.store .left .showroom_type .check-box > label {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 42px;
    padding: 0 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    border-radius: 21px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.brandstory_05 .main_content.store .left .showroom_type .check-box input + label {
  background: #f8f8f8;
  color: #000;
}
.brandstory_05 .main_content.store .left .showroom_type .check-box input + label.active {
  background: linear-gradient(90deg, #ec7a3c 0%, #d75271 100%);
  color: #fff;
  font-weight: 400;;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .total_wrap {
  padding-bottom: 22px;
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .total_wrap strong {
  font-weight: 600;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list {
  /* width: 498px; */
  padding: 38px 0 54px 0;
  border-bottom: 1px solid #f0f0f0;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul {
  display: flex;
  justify-content: flex-start;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .no {
  width: 44px;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .no span {
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 32px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info {
  /* width: 454px; */
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info .name {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info .name strong {
  padding-right: 20px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info .name strong.showroom-type {
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 10px;
  border: 1px solid #999;
  color: #999;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info .name strong.showroom-name {
  width: 100%;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info .name span {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info .addr {
  padding-top: 8px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .list_wrap .list ul .info .link-naver {
  display: flex;
  margin-bottom: 10px;
  color: #ec7a3c;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  align-items: center;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .more_wrap {
  /* width: 498px; */
  display: flex;
  gap: 1.6rem;
  padding-top: 96px;
  justify-content: center;
}

.brandstory_05 .main_content.store .left .showroom_list .list_inner .more_wrap .active span {
  color: #ec6300;
  font-weight: 700;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .more_wrap #more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .more_wrap #more i {
  width: 32px;
  height: 32px;
  background: url('/img/sub/icon_more_plus.svg') center no-repeat;
}
.brandstory_05 .main_content.store .left .showroom_list .list_inner .more_wrap #more span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.brandstory_05 .main_content.store .right {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 50%;
  max-width: 976px;
  height: 100%;
}
.brandstory_05 .main_content.store .right .cont_map {
  display: none;
  width: 100%;
  height: calc(100vh - 80px);
}
.brandstory_05 .main_content.store .right .cont_map.active {
  display: block;
}
.brandstory_05 .main_content.store .right .showroom_info {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 1400px;
  background: #fff;
  z-index: 2;
}
.brandstory_05 .main_content.store .right .showroom_info.active {
  display: inline-block;
}
.brandstory_05 .main_content.store .right .showroom_info .scroll-inner {
  width: 100%;
  height: 100%;
  padding: 80px 0 80px 80px;
}
.brandstory_05 .main_content.store .right .showroom_info .scroll-inner .showroom-name {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.brandstory_05 .main_content.store .right .showroom_info .scroll-inner .showroom-name .distance {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}

.brandstory_05 .main_content.store .right .showroom_info .info {
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.brandstory_05 .main_content.store .right .showroom_info .info .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
.brandstory_05 .main_content.store .right .showroom_info .info strong {
  font-weight: 500;
}
.brandstory_05 .main_content.store .right .showroom_info .info .icon-map {
  background-image: url('/img/sub/icon-map.png');
}
.brandstory_05 .main_content.store .right .showroom_info .info .icon-time {
  background-image: url('/img/sub/icon-time.png');
}
.brandstory_05 .main_content.store .right .showroom_info .info .icon-person {
  background-image: url('/img/sub/icon-person.png');
}
.brandstory_05 .main_content.store .right .showroom_info .info .icon-call {
  background-image: url('/img/sub/icon-call.png');
}

.brandstory_05 .main_content.store .right .showroom_info .info-etc {
  display: flex;
  margin-bottom: 60px;
}
.brandstory_05 .main_content.store .right .showroom_info .info-etc .box:first-of-type {
  width: 300px;
}
.brandstory_05 .main_content.store .right .showroom_info .info-etc .box .line {
  display: block;
}
.brandstory_05 .main_content.store .right .showroom_info .info-etc .box .line-break {
  font-weight: 500;
}
.brandstory_05 .main_content.store .right .showroom_info .showroom-container .swiper-wrapper {
  align-items: center;
}
.brandstory_05 .main_content.store .right .showroom_info .showroom-container .swiper-button-prev,
.brandstory_05 .main_content.store .right .showroom_info .showroom-container .swiper-button-next {
  color: #fff;
}


.brandstory_06 .content {
    width: 80%;
    max-width: 1420px;
    margin: 0 auto 130px;
  }
  .brandstory_06 .content p {
    margin-bottom: 48px;
    color: #444;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
  }
  .brandstory_06 .content p > a{
    color: #444;
  }
  .brandstory_06 .content form {
    width: 100%;
    padding: 100px;
    background: #f9f9f9;
  }
  .brandstory_06 .content .middle {
    width: 100%;
    margin-bottom: 48px;
  }
  .brandstory_06 .content .middle div {
    display: flex;
    align-items: center;
  }
  .brandstory_06 .content .middle .i_type {
    display: flex;
    gap: 20px;
    margin-bottom: 48px;
  }
  .brandstory_06 .content .middle .i_type .i_click {
    position: relative;
    width: 100%;
    height: 74px;
    border: 1px solid #dddddd;
    cursor: pointer;
  }
  
  .brandstory_06 .content .middle .i_type .i_click select {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .brandstory_06 .content .middle .i_type .i_click span {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 24px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    align-items: center;
    justify-content: space-between;
  }
  .brandstory_06 .content .middle .i_type .i_click span svg {
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
  }
  .brandstory_06 .content .middle .i_type .i_click_absolute {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #dddddd;
    opacity: 0;
    z-index: 999;
    transition: 0.3s;
    z-index: -1;
  }
  .brandstory_06 .content .middle .i_type .i_click_absolute.on {
    opacity: 1;
    z-index: 999;
  }
  .brandstory_06
    .content
    .middle
    .i_type
    .i_click_absolute
    .i_click_absolute_txt {
    display: flex;
    width: 100%;
    padding: 24px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .brandstory_06 .content .middle .ga {
    gap: 48px;
    margin-bottom: 48px;
  }
  
  .brandstory_06 .content .middle .ga div {
    gap: 20px;
    width: 100%;
  }
  .brandstory_06 .content .middle .name,
  .brandstory_06 .content .middle .company,
  .brandstory_06 .content .middle .phone,
  .brandstory_06 .content .middle .email {
    width: 50%;
  }
  .brandstory_06 .content .middle label {
    display: flex;
    flex-shrink: 0;
    width: 140px;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    align-items: center;
    justify-content: flex-start;
  }
  .brandstory_06 .content .middle label > span {
    margin-left: 8px;
    color: #d75271;
  }
  .brandstory_06 .content .middle input {
    width: 100%;
    height: 74px;
    border: 1px solid #dddddd;
    background: #ffffff;
  }
  .brandstory_06 .content .middle input::placeholder {
    padding: 24px;
  }
  .brandstory_06 .content .middle .name {
    gap: 20px;
  }
  .brandstory_06 .content .middle .company {
    gap: 65px;
  }
  .brandstory_06 .content .middle .phone .user_phone {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .brandstory_06 .content .middle .phone label {
    display: flex;
    width: 140px;
  }
  .brandstory_06 .content .middle .phone_02 label {
    display: flex;
    margin-right: 45px;
  }
  .brandstory_06 .content .middle .phone input {
    padding: 24px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .brandstory_06 .content .middle .phone input:last-child {
    margin-right: 0;
  }
  .brandstory_06 .content .middle .phone .out {
    width: 100%;
    height: 100%;
    padding: 24px;
    margin-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .brandstory_06 .content .middle .email {
    gap: 20px;
  }
  .brandstory_06 .content .middle .email input::placeholder {
    white-space: inherit;
  }
  .brandstory_06 .content .middle .email .click span {
    display: flex;
    color: #555555;
    font-size: 14px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
  }
  .brandstory_06 .content .middle .title input {
    gap: 10px;
    width: 1108px;
    height: 240px;
    border: 1px solid #dddddd;
    background: #ffffff;
  }
  .brandstory_06 .content .middle .title input::placeholder {
    padding: 0;
  }
  .service_center_as_item2_form_area2_item_input1 {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .service_center_as_item2_form_area2_item_input1 p {
    margin: 0 12px;
  }
  .brandstory_06 .content .middle .email .click {
    display: flex;
    position: relative;
    width: 100%;
    height: 71px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .brandstory_06 .content .middle .email .click.active .click_absolute {
    opacity: 1;
    z-index: 999;
  }
  .brandstory_06 .content .middle .email svg {
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
  }
  .brandstory_06 .content .middle .email .click_absolute {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    border: 1px solid #dddddd;
    opacity: 0;
    z-index: 999;
    transition: 0.3s;
    z-index: -1;
  }
  .brandstory_06 .content .middle .email .click_absolute .click_absolute_txt {
    display: flex;
    width: 100%;
    padding: 24px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .brandstory_06 .content .middle .title {
    gap: 20px;
    margin-bottom: 48px;
  }
  .brandstory_06 .content .middle .title #user_title {
    gap: 10px;
    width: 1108px;
    height: 240px;
    padding: 24px;
    border: 1px solid #eeeeee;
    background: #ffffff;
  }
  .brandstory_06 .content .middle .title input::placeholder {
    padding: 24px 929px 193px 24px;
  }
  .brandstory_06 .content .middle .agree input[id="cb1"] + label {
    display: flex;
    position:relative;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    border: 1px solid #dddddd;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
  }
  .brandstory_06 .content .middle .agree input[id="cb1"]:checked + label:after {
    position:absolute;
    top:50%; left:50%;
    font-size: 14px;
    content: "\2714";
    transform:translate(-50%, -50%);
  }
  .brandstory_06 .content .middle .agree input[id="cb1"] {
    display: none;
  }
  .brandstory_06 .content .middle .agree p {
    display:block;
    margin-right: 12px;
    margin-bottom:0px;
    margin-left: 10px;
    color: #666666;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
  }
  .brandstory_06 .content .middle .agree button {
    padding: 8px 12px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .brandstory_06 .content form .button {
    display: flex;
    margin: 0 auto;
    border: none;
    align-items: center;
    justify-content: center;
    outline: none;
  }
  .brandstory_06 .content form .button a {
    padding: 20px 48px;
    background: #d75271;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    cursor: pointer;
  }

/* ceo */

.ceo .content {
  max-width: 1174px;
  margin: 90px auto 130px;
}
.ceo .content .sec1 {
  display: flex;
  gap: 80px;
  position: relative;
  top: 0;
  align-items: flex-end;
}
.ceo .content .sec1 .left {
  width: 100%;
  max-width: 514px;
}
.ceo .content .sec1 .left .top {
  margin-bottom: 60px;
}
.ceo .content .sec1 .left .top span,
.ceo .content .sec2 .top span {
  background: linear-gradient(to right top, #ffcc23, #fb96ab);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 72px;
  line-height: 96px;
}
.ceo .content .sec1 .left .top span.m {
  -webkit-background-clip: text;
}
.ceo .content .sec1 .left .top span.b {
  display: flex;
  gap: 12px;
  -webkit-background-clip: text;
  white-space: nowrap;
}
.ceo .content .sec1 .left .top span.b .color {
  color: #fb96ab;
}
.ceo .content .sec1 .left .middle {
  position: relative;
  top: 0;
  max-width: 342px;
  margin-bottom: 40px;
}
.ceo .content .sec1 .left .middle span {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}
.ceo .content .sec1 .left .middle span b.li_b {
  position: relative;
  top: 0;
  font-weight: 700;
}
.ceo .content .sec1 .left .middle .li {
  position: absolute;
  top: 17%;
  right: 56px;
  width: 63px;
  height: 14px;
  background: linear-gradient(to left, #ffcc23 50%, #fb96ab);
  z-index: -1;
}
.ceo .content .sec1 .left .bottom p {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
}
.ceo .content .sec1 .left .bottom p.nor {
  white-space: normal;
}
.ceo .content .sec1 .line {
  position: absolute;
  top: 520px;
  left: 417px;
  width: 160px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #ffcc23 0%, #fb96ab 100%);
  border-image-slice: 1;
}
.ceo .content .sec1 .right {
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 630px;
}
.ceo .content .sec2 {
  position: relative;
  top: 0;
  margin: 120px 0;
}
.ceo .content .sec2 .top {
  display: flex;
  gap: 80px;
  margin-bottom: 40px;
  align-items: center;
}
.ceo .content .sec2 .top .line {
  display: inline-block;
  width: 100%;
  max-width: 647px;
  height: 0px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #ffcc23 0%, #fb96ab 100%);
  border-image-slice: 1;
}
.ceo .content .sec2 .top span {
  display: flex;
  gap: 12px;
}
.ceo .content .sec2 .top span.b p.color {
  background: linear-gradient(to bottom, #ffcc23, #fb96ab);
  -webkit-background-clip: text;
  color: transparent;
}
.ceo .content .sec2 .bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ceo .content .sec2 .bottom span {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}
.ceo .content .sec2 .bottom span > b {
  font-weight: 600;
}
.ceo .content .sec2 .bottom p {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.ceo .content .sec2 .bottom p.nu {
  max-width: 872px;
}
.ceo .content .sec2 .bottom p > b {
  color: #444444;
  font-weight: 700;
}
.ceo .content .sec2 .bottom .img {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 162px;
  height: 162px;
}
.ceo .content .sec3 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ceo .content .sec3 .box span {
  display: flex;
  gap: 12px;
  background: linear-gradient(to bottom, #ffcc23, #fb96ab);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 48px;
  line-height: 96px;
}
.ceo .content .sec3 .box1 .line {
  display: inline-block;
  width: 100%;
  max-width: 432px;
  height: 0px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #ffcc23 0%, #fb96ab 100%);
  border-image-slice: 1;
}
.ceo .content .sec3 .box2 .line {
  display: inline-block;
  width: 100%;
  max-width: 344px;
  height: 0px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #ffcc23 0%, #fb96ab 100%);
  border-image-slice: 1;
}
.ceo .content .sec3 .box span.b p.color {
  background: linear-gradient(to bottom, #ffcc23, #fb96ab);
  -webkit-background-clip: text;
  color: transparent;
}
.ceo .content .sec3 .txt-b {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
}
.ceo .content .sec3 .txt-b p {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.ceo .content .sec3 .txt-b p.u {
  max-width: 810px;
}
.ceo .content .sec3 .txt-b p > b {
  color: #444444;
  font-weight: 700;
}
.ceo .content .sec4 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 120px;
  align-items: center;
  justify-content: center;
}
.ceo .content .sec4 .img {
  width: 100%;
  max-width: 1174px;
  height: 210px;
  max-height: 210px;
  background: url(../img/sub/ceo_sec4.png) no-repeat center center;
  background-size: contain;
}
.ceo .content .sec4 .txt-b {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ceo .content .sec4 .txt-b p {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.ceo .content .sec4 .txt-b p.t {
  max-width: 964px;
}
.ceo .content .sec4 .txt-b p.b {
  max-width: 842px;
}
.ceo .content .sec4 .txt-b p > b {
  color: #444444;
  font-weight: 700;
}

/* line_up */
@media screen and (min-width:1025px) {
    .line_up .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_lineup.jpg?ver=12) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
      }

    .gear .header_img .girl{
        background: url(../img/header/sub_gear.jpg?ver=10) no-repeat center bottom !important;
    }
    .custom_ball .header_img .girl{
        background: url(../img/header/sub_custom.jpg?ver=10) no-repeat center bottom !important;
    }
    .parkgear .header_img .girl{
        background: url(../img/header/sub_parkgolf.jpg?ver=10) no-repeat center bottom !important;
    }
}
@media screen and (max-width:1024px) {
    .line_up .header_img .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_lineup_mo.jpg?ver=12) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
      }
    .gear .header_img .girl{
        background: url(../img/header/sub_gear.jpg?ver=10) no-repeat center bottom;
        background-size: auto 250px;
    }
    .custom_ball .header_img .girl{
        background: url(../img/header/sub_custom.jpg?ver=10) no-repeat center bottom !important;
        background-size: cover !important;
    }
    .parkgear .header_img .girl{
        background: url(../img/header/sub_parkgolf.jpg?ver=8) no-repeat center bottom !important;
        background-size: cover !important;
    }
}

.sub.line_up_01 .menu_bar .end a {
  position: relative;
}
.sub.line_up_01 .menu_bar .end ul.sub {
  position: absolute;
  width: 100%;

  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.sub.line_up_01 .menu_bar .end ul.sub.active {
  opacity: 1;
  z-index: 99;
}
.sub.line_up_01 .menu_bar .end ul.sub > li {
  background: #e5e5e5;
}
.sub.line_up_01 .menu_bar .end ul.sub > li a {
  padding: 20px;
  color: #898989;
}
.sub.line_up_01 .menu_bar .end ul.sub > li a:hover {
  background: #cfcfcf;
}
.sub.line_up_01 .menu_bar .end ul.sub li ul.s_sub li a {
  padding: 10px 20px !important;
}
.line_up_01 .content {
  display: flex;
  position: relative;
  width: 100%;
  height: 980px;
  background: #fff;
  align-items: center;
}
.line_up_01 .content .left {
  position: absolute;
  top: 0;
}
.line_up_01 .content .left,
.line_up_01 .content .right {
  width: 56.5%;
  height: 100%;
}

.line_up_01 .content .left a,
.line_up_01 .content .right a {
  width: 100%;
  height: 100%;
}
.line_up_01 .content .left .left_img {
  width: 100%;
  height: 100%;
  background: url(../img/sub/line_up_01_left.png?ver=3) no-repeat center center;
  background-size: cover;
  transition: 0.3s;
}
.line_up_01 .content .left .left_img.active {
  width: 100%;
  height: 100%;
  background: url(../img/sub/line_up_01_left_hover.png?ver=3) no-repeat center center;
  background-size: cover;
}
.line_up_01 .content .left .left_img .left_txt,
.line_up_01 .content .right .right_img .right_txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.line_up_01 .content .left .left_img .left_txt span {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  transition: 0.3s;
}
.line_up_01 .content .left .left_img .left_txt span.active {
  color: #c9b37b;
}
.line_up_01 .content .left .left_img .left_txt h4 {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  transition: 0.3s;
}
.line_up_01 .content .left .left_img .left_txt h4.active {
  color: #c9b37b;
}
.line_up_01 .content .right {
  position: absolute;
  right: 0;
}
.line_up_01 .content .right .right_img {
  width: 100%;
  height: 100%;
  background: url(../img/sub/line_up_01_right.png) no-repeat center center;
  background-size: cover;
  transition: 0.3s;
}

.line_up_01 .content .right .right_img.active {
  width: 100%;
  height: 100%;
  background: url(../img/sub/line_up_01_right_hover.png) no-repeat center center;
  background-size: cover;
}
.line_up_01 .content .right .right_img .right_txt span {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  transition: 0.3s;
}
.line_up_01 .content .right .right_img .right_txt span.active,
.line_up_01 .content .right .right_img .right_txt h4.active {
  color: #f13a42;
}
.line_up_01 .content .right .right_img .right_txt h4 {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  transition: 0.3s;
}
.line_up_01.line_up_01_ball .content_box {
  max-width: 1420px;
  margin: 90px auto 130px;
}
.line_up_01.line_up_01_ball .content_box ul.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  position: relative;
  top: 0;
}

.line_up_01.line_up_01_ball .content_box ul.menu li {
  position: relative;
}
.line_up_01.line_up_01_ball .content_box ul.menu .line {
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  z-index: -1;
}
.line_up_01.line_up_01_ball .content_box ul.menu li a {
  color: #ababab;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 90px;
}
.line_up_01.line_up_01_ball .content_box ul.menu li a.bl {
  color: #000;
}
.line_up_01.line_up_01_ball .content_box .item_box {
  display: flex;
  flex-wrap: wrap;
  gap: 57px;
  margin-top: 90px;
}
.line_up_01.line_up_01_ball .content_box .item_box .item {
  width: 100%;
  max-width: 433px;
  background: #f6f6f6;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .img {
  max-width: 407px;
  height: 100%;
  margin: 60px 13px;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  align-items: center;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .text .top {
  padding: 2px 8px;
  background: #d75271;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .text h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .view {
  display: flex;
  margin-bottom: 60px;
  margin-left: 34px;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  align-items: center;
  justify-content: center;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .view a {
  color: #000;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .view a:last-child {
  width: 40px;
  height: 40px;
}
.line_up_01.line_up_01_ball .content_box .item_box .item .view svg {
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
}
.line_up_01.line_up_01_ball.bag .content_box ul.menu .line {
  left: 11.7%;
  width: 106px;
}
.line_up_01.line_up_01_ball.acc .content_box ul.menu .line {
  left: 22%;
  width: 343px;
}
.line_up_01.line_up_01_ball.special_collaboration .content_box ul.menu .line {
  width: 412px;
}
.line_up_01.line_up_01_ball.special_edition .content_box ul.menu .line {
  left: 32%;
  width: 210px;
}
/* .line_up_01.line_up_01_ball.ball_detail .content_box .main_content {
  display: flex;
  padding-top: 90px;
  align-items: center;
  justify-content: space-between;
} */
.line_up_01.line_up_01_ball.ball_detail .content_box .main_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 90px;
    align-items: center;
    justify-content: space-between;
    gap: 0 105px;
}
.line_up_01.line_up_01_ball.ball_detail .content_box .main_content .img-wrap {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 81px;
  margin-right: 100px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .img-wrap
  .case1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 540px;
  max-width: 540px;
  align-items: center;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .slider-wrap {
  display: flex;
  width: 100%;
  height: 424px;
  background: #f6f6f6;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .slider-wrap
  .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 296px;
  border-radius: 20px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .slider-wrap
  .swiper-slide {
  background-color: #f6f6f6;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .slider-wrap
  .swiper-slide
  img {
  width: 100% !important;
  height: 100%;
  border-radius: 20px;
  object-fit: contain;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .swiper-button-next::before {
  position: absolute;
  width: 12px;
  margin-right: 3px;
  border: 1px solid #fff;
  background: #fff;
  content: "";
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .swiper-button-prev::before {
  position: absolute;
  width: 12px;
  margin-right: -1px;
  border: 1px solid #fff;
  background: #fff;
  content: "";
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .swiper-button-next:after,
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .swiper-button-prev:after {
  padding: 12px 13px 12px 20px;
  background: #d75271;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .swiper-button-prev:after {
  padding: 12px 20px 12px 13px;
  background: #000000;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .slider-thumbnail {
  overflow: hidden;
  width: 100%;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .slider-thumbnail
  .swiper-slide {
  overflow: hidden;
  width: 172px !important;
  height: 142px;
  background: #f6f6f6;
  border-radius: 14px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .swiper-slide-thumb-active {
  border: 1px solid #d75271;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .left
  .slider-thumbnail
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.line_up_01.line_up_01_ball.ball_detail .swiper-button-next,
.line_up_01.line_up_01_ball.ball_detail .swiper-button-prev {
  top: 40%;
}
.line_up_01.line_up_01_ball.ball_detail .swiper-button-next,
.swiper-rtl .line_up_01.line_up_01_ball.ball_detail .swiper-button-prev {
  right: 0;
  left: 109%;
}
.line_up_01.line_up_01_ball.ball_detail .swiper-button-prev,
.swiper-rtl .line_up_01.line_up_01_ball.ball_detail .swiper-button-next {
  left: 2%;
}
.line_up_01.line_up_01_ball.ball_detail .content_box .main_content .right {
  width: 598px;
}
.line_up_01.line_up_01_ball.ball_detail .content_box .main_content .right .top {
  width: fit-content;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .top
  h2 {
  display: flex;
  gap: 150px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  align-items: center;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .top
  h2
  svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .top
  span {
  padding-top: 10px;
  color: #d75271;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .middle
  h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .middle
  span
  p,
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .middle
  span
  p
  span {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 36px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .bottom {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .bottom
  h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .bottom
  p {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .button {
  display: flex;
  gap: 4px;
  width: fit-content;
  padding: 20px 48px;
  background: #d75271;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  align-items: center;
  cursor: pointer;
}
.line_up_01.line_up_01_ball.ball_detail
  .content_box
  .main_content
  .right
  .button
  svg {
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}

/* newsroom */
@media (min-width:1025px){

    
    .newsroom:not(.newsroom_event) .header_img .girl {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_newsroom.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .newsroom_event .header_img .girl {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .global .header_img .girl {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_global.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
      }

      .sub.newsroom.newsroom_catalog .header_img .girl{
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing.jpg) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
      }
}
@media (max-width:1024px) {
    .newsroom:not(.newsroom_event)  .header_img .girl {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_newsroom_mo.jpg?ver=2) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .newsroom_event .header_img .girl{
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing_mo.jpg?ver=2) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .sub.newsroom.newsroom_catalog .header_img .girl{
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_marketing_mo.jpg?ver=2) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
    }
    .global .header_img .girl {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(../img/header/sub_global_mo.jpg?ver=2) no-repeat center bottom;
        background-size: cover;
        z-index: 9;
      }

      
}


.newsroom_notice .content {
  display: flex;
  flex-wrap: wrap;
  gap: 53px;
  width: 80%;
  max-width: 1420px;
  margin: 0 auto 130px;
  align-items: center;
}
.newsroom_notice .content .box {
  width: 432px;
  height: 232px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.newsroom_notice .content .box:hover {
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #ffcc23 0%, #fb96ab 100%);
  border-image-slice: 1;
  transition: 0.3s;
}
.newsroom_notice .content .box a {
  width: 100%;
  height: 100%;
  padding: 40px;
}
.newsroom_notice .content .box a span {
  padding: 10px 20px;
  background: #d75271;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.newsroom_notice .content .box a h4 {
  padding-top: 40px;
  /* overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;*/
  padding-bottom: 12px;
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* width: 352px; */
}
.newsroom_notice .content .box a p {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.newsroom_notice_detail .content {
  width: 90%;
  max-width: 1420px;
  padding-bottom: 130px;
  margin: auto;
}
.newsroom_notice_detail .content p {
  width: fit-content;
  padding: 10px 20px;
  background: #d75271;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.newsroom_notice_detail .content h2 {
  padding-top: 40px;
  padding-bottom: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.newsroom_notice_detail .content .txt_box {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dddddd;
}
.newsroom_notice_detail .content .txt_box span {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.newsroom_notice_detail .content .button a {
  display: flex;
  gap: 4px;
  width: fit-content;
  padding: 20px 40px;
  border: 1px solid #444444;
  align-items: center;
}
.newsroom_notice_detail .content .button span {
  color: #444444;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.newsroom_notice_detail .content .button svg {
  width: 30px;
  height: 30px;
  stroke-width: 3px;
  transform: rotate(-90deg);
}
.newsroom_news .content {
  display: flex;
  flex-wrap: wrap;
  gap: 53px;
  width: 80%;
  max-width: 1418px;
  padding-bottom: 130px;
  margin: 0 auto;
  align-items: center;
}
.newsroom_news .content .c_box {
  position: relative;
  top: 0;
  left: 0;
  max-width: 432px;
  cursor: pointer;
}
.newsroom_news .content .c_box .img {
  max-width: 432px;
  height: 500px;
}
.newsroom_news .content .c_box .img img {
  border-radius: 20px;
}
.newsroom_news .content .c_box h4 {
  overflow: hidden;
  width: 432px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsroom_news .content .c_box p {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.newsroom_news .content .c_box .hide {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 36px);
  padding: 60px 40px 100px 40px;
  background: #00000075;
  border-radius: 20px;

  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.newsroom_news .content .c_box .hide.active {
  opacity: 1;
  z-index: 99;
}
.newsroom_news .content .c_box .hide .news {
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.newsroom_news .content .c_box .hide h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.newsroom_news .content .c_box .hide span {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  white-space: pre-wrap;
}
.newsroom_news .content .c_box .hide a {
  display: flex;
  gap: 4px;
  align-items: center;
}
.newsroom_news .content .c_box .hide a p {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
}
.newsroom_news .content .c_box .hide a svg {
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}
.newsroom_news_detail .content {
  width: 80%;
  max-width: 1420px;
  padding-bottom: 130px;
  margin: auto;
}
.newsroom_news_detail .content p {
  width: fit-content;
  padding: 10px 20px;
  background: #d75271;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.newsroom_news_detail .content h2 {
  padding-top: 40px;
  padding-bottom: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.newsroom_news_detail .content .img {
  max-width: 400px;
  height: auto;
}
.newsroom_news_detail .content .txt_box {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dddddd;
}
.newsroom_news_detail .content .txt_box span {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.newsroom_news_detail .content .button a {
  display: flex;
  gap: 4px;
  width: fit-content;
  padding: 20px 48px 20px 34px;
  border: 1px solid #444444;
  align-items: center;
}
.newsroom_news_detail .content .button a svg {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}
.newsroom_news_detail .content .button a span {
  color: #444444;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.newsroom_event {
  position: relative;
  top: 0;
  left: 0;
}
.newsroom_event .content {
  width: 80%;
  max-width: 1420px;
  margin: 0 auto 130px;
}
.newsroom_event .content .top {
  display: flex;
  gap: 48px;
  position: relative;
  top: 0;
  padding-bottom: 90px;
  align-items: center;
}
.newsroom_event .content .top a {
  position: relative;
}
.newsroom_event .content .top span {
  color: #ababab;
  font-weight: 700;
  font-size: 56px;
  line-height: 90px;
}
.newsroom_event .content .top span.bl {
  position: relative;
  color: #000000;
}
.newsroom_event .content .top .line {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  z-index: -1;
}
.newsroom_event .end .content .top .line {
  position: absolute;
  top: 34%;
  width: 104px;
  height: 20px;
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
}
.newsroom_event .content .main_content {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
  /* align-items: center; */
  justify-content: space-between;
}
.newsroom_event .content .main_content .c_box {
  width: calc(50% - 43px);
  max-width: 680px;
  height: 100%;
}
.newsroom_event .content .main_content .c_box .img {
  overflow: hidden;
  width: 100%;
  max-width: 680px;
  height: 100%;
  max-height: 440px;
  cursor: pointer;
}
.newsroom_event .content .main_content .c_box .img img {
  height: unset;
}
.newsroom_event .content .main_content .c_box p {
  width: fit-content;
  padding: 4px 12px;
  margin-top: 24px;
  margin-bottom: 12px;
  background: #d75271;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.newsroom_event .content .main_content .c_box span {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.newsroom_event .popup_wrap {

  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: 0.3s;
}
.newsroom_event .popup_wrap.active {
  display: block;
}
.newsroom_event .popup_wrap .bg {
  width: 100%;
  height: 100%;
  background: #00000042;
}
.newsroom_event .popup_wrap .wrap_inbox {
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  width: 100%;
  max-width: 880px;
  max-height: 100vh;
  padding: 80px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.newsroom_event .popup_wrap .wrap_inbox .close {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.newsroom_event .popup_wrap .wrap_inbox .close svg {
  width: 40px;
  height: 40px;
}
.newsroom_event .popup_wrap .wrap_inbox p.pink {
  width: fit-content;
  padding: 4px 12px;
  margin-bottom: 12px;
  background: #d75271;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.newsroom_event .popup_wrap .wrap_inbox span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.newsroom_event .popup_wrap .wrap_inbox p {
  padding-top: 12px;
  padding-bottom: 24px;
  color: #444444;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
.newsroom_event .popup_wrap .wrap_inbox .img {
  overflow: scroll;
  overflow-x: hidden;
  max-width: 100%;
  max-height: 520px;
  margin-bottom: 60px;
}
.newsroom_event .popup_wrap .wrap_inbox .img::-webkit-scrollbar {
  width: 4px;
}
.newsroom_event .popup_wrap .wrap_inbox .img::-webkit-scrollbar-track {
  background: #eeeeee;
}
.newsroom_event .popup_wrap .wrap_inbox .img::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #f8d26d 0%, #f6afbd 100%);
  background-clip: padding-box;
}
.newsroom_event .popup_wrap .wrap_inbox .img::-webkit-scrollbar-track {
  padding-left: 12px;
}
.newsroom_event .popup_wrap .wrap_inbox .button {
  display: flex;
  gap: 4px;
  width: fit-content;
  padding: 20px 48px;
  margin: auto;
  background: #d75271;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  align-items: center;
}
.newsroom_event .popup_wrap .wrap_inbox .button svg {
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}
.newsroom_event.event_01 .content .top .line {
  left: 14.3%;
  width: 107px;
}

.sub.newsroom.newsroom_catalog .content {
  display: flex;
  flex-wrap: wrap;
  gap: 53px;
  width: 80%;
  max-width: 1120px;
  padding-bottom: 130px;
  margin: 0 auto;
  align-items: center;
}
.sub.newsroom.newsroom_catalog .content .catalog_box {
  width: 240px;
  text-align: center;
}
.sub.newsroom.newsroom_catalog .content .catalog_box .img_box {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 320px;
  background-image: url("../img/sub/event_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.sub.newsroom.newsroom_catalog .content .catalog_box h2 {
  font-weight: bold;
  font-size: 20px;
}
.sub.newsroom.newsroom_catalog .content .catalog_box .img_box .content {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.sub.newsroom.newsroom_catalog .content .catalog_box .img_box .content.active {
  opacity: 1;
}
.sub.newsroom.newsroom_catalog .content .catalog_box .img_box .content p {
  color: #fff;
  font-weight: bold;
  line-height: 320px;
}

/* .teamvolvik.detail .con_box .left .inbox.inbox1:hover {
  margin-left: -20%;
} */
/* .teamvolvik.detail .con_box .left .inbox.inbox2 {
  margin-left: -24px;
  width: 154px;
} */
/* .teamvolvik.detail .con_box .left .inbox.inbox1 a {
  margin-left: 28px;
}
.teamvolvik.detail .con_box .left .inbox.inbox1 a.active {
  margin-left: 8px;
} */
/* .teamvolvik.detail .con_box .left .inbox a .hide {
  font-family: "GmarketSans";
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  color: #fff;

  display: none;
}
.teamvolvik.detail .con_box .left .inbox a .hide.active {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.txt_box > img {
  width: auto;
}


/* global */
@keyframes ping1 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    80% {
        opacity: 0.4;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.1);
    }
}
@keyframes ping2 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes ready {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

.global .content_box {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
    text-align: center;
}
.global .content-box p {
    display: block;
}

.global .content_box p:last-of-type {
    margin-bottom: 60px;
    color: #444444;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
}
.global .content-box b {
    font-weight: 900;
}
.animation-wrap {
    position: relative;
}

.global-wrap .glo-box-txt {
    opacity: 0;
    transition: 0.8s;
}
.global-wrap.active .glo-box-txt {
    opacity: 1;
}
.global-wrap .info-wrap {
    opacity: 0;
    transition: 0.8s;
}
.global-wrap.active .info-wrap {
    opacity: 1;
}

.ball-wrap.active .ball-info:not(.plain) {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition-delay: 0.3s;
    justify-content: center;
    align-items: center;
}

.ball-wrap .ball-info.plain {
    opacity: 0;
    transform: translateX(-140px) scale(0.3);
    transition: 1.2s;
}
.ball-wrap.active .ball-info.plain {
    opacity: 1;
    transform: translateX(0px) scale(1);
    transition-delay: 1.2s;
}

.glo-map {
    display: block;
    max-width: 474px;
    max-height: 724px;
    margin: 0 auto;
    object-fit: contain;
}
.glo-bubble {
    position: absolute;
    top: 430px;
    width: 100%;
    height: 59px;
    text-align: center;
    z-index: 3;
}
.glo-bubble img {
    object-fit: contain;
}
.box-wrap {
    width: 100%;
    margin-bottom: 100px;
    background: url(../img/main_content/glo-1bg.jpg) center center no-repeat;
    background-size: contain;
}
.global-wrap {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    background: #ffcc23;
}
.glo-ball {
    max-width: 240px;
    margin: 0 auto;
}
.ball-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.ball-wrap .ball-info {
    opacity: 0;
    transition: 0.6s;
}
.ball-wrap .ball-info > img {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}
#trigger1 {
    position: absolute;
    top: 710px;
    width: 100%;
    height: 1px;
}
#trigger2 {
    position: absolute;
    top: 13%;
    width: 100%;
    height: 1px;
}
.ball-box img {
    position: relative;
    z-index: 11;
}
.ball-box.end .glo-ball-bg2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    background: #fb96ab;
    content: "";
    animation: ping1 3s linear infinite;
    z-index: 5;
    border-radius: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.ball-box.end .glo-ball-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    background: #fb96ab;
    animation: ping2 3s linear infinite;
    z-index: 5;
    border-radius: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.glo-box-txt {
    position: relative;
    color: #332907;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    z-index: 1;
}
.glo-box-txt b {
    font-weight: 900;
}

.ball-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.bubble {
    display: table;
    z-index: 12;
}
.ball-info .glo-ball {
    image-rendering: pixelated;
}

.info-wrap .badge {
    display: block;
    width: 58px;
    padding: 0px 9px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
}
.info-wrap .info {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    transform: translateY(-2px);
}

.global-box2 {
    position: relative;
    width: 100%;
    max-width: 1180px;
    height: 620px;
    max-height: 620px;
    padding: 0;
    margin: 40px auto;
}
.global-box2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1180px;
}
.global-box2 .bg .st0 {
    fill: transparent;
    stroke: #000;
    stroke-dasharray: 5px;
}
.global-box2 img {
    height: auto;
    object-fit: contain;
}

.ball-info {
    position: absolute;
}
.glo-txt-box {
    position: relative;
}

.ball-box {
    position: absolute;
    left: 50%;
    width: 240px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.ball-box .ball {
    animation: ready 2s ease-in-out infinite;
}
.ball-box.active .ball {
    animation: none;
}

.ball-box .glo-ball {
    display: block;
    transition: opacity 0.3s;
}

.ball-box .glo-ball2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.3s;
    z-index: 30;
}

@media (min-width: 1180px) {

    @keyframes rainbow {
        0%{
            background-position: -650px -230px;
            opacity: 0;
        }
        50%{
            opacity: 1;
        }
        100%{
            background-position: 120px -230px;
            opacity: 0;
        }
    }
    .ball-box-wrap{
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 1180px;
        height: 2168px;
        transform: translateX(-50%);
        z-index:40;
    }
    .ball-box.active.end .glo-ball {
        height: 65px;
    }
    .bubble img {
        display: block;
        height: 42px;
    }
    .ball-box {
        top: 30%;
    }
    .ball-info.item1 {
        top: 24%;
        left: 8%;
    }
    .ball-info.item1 .bubble {
        width: 80px;
        height: 42px;
    }
    .ball-info.item2 {
        top: 38%;
        left: 12.5%;
        z-index: 10;
    }
    .ball-info.item3 {
        top: 72%;
        left: 9%;
    }
    .ball-info.item4 {
        top: 60%;
        left: 32.5%;
    }
    .ball-info.item5 {
        top: 76%;
        left: 41%;
    }
    .ball-info.item6 {
        top: 33%;
        left: 79%;
    }
    .ball-info.item7 {
        top: 64%;
        left: 89%;
    }
    .ball-info.item8 {
        top: 33%;
        left: 44.5%;
        z-index: 10;
    }
    .ball-info.item9 {
        top: 38%;
        left: 25%;
        z-index: 10;
    }
    .ball-info.item10 {
        top: 61%;
        left: 76.5%;
        z-index: 10;
    }
    .ball-info.item11 {
        top: 61%;
        left: 39%;
        z-index: 10;
    }
    .ball-info.plain {
        top: 31%;
        left: 54%;
        width: 162px;
        height: 88px;
        z-index: 10;
    }
    .ball-info.plain img {
        width: 162px;
        height: 88px;
    }
    .ball-wrap .ball-info .glo-ball {
        display: block;
        position: relative;
        width: 60px;
        height: 65px;
        margin: 0 auto;
        z-index: 3;
    }
    .ball-wrap .ball-info .bubble {
        position: relative;
        z-index: 0;
        transform: translateY(-115px);
        transition: 0.8s;
        opacity: 0;
    }
    .ball-info.item10 .bubble,
    .ball-info.item11 .bubble {
        position: relative;
        z-index: 0;
        transform: translateY(-85px);
        transition: 0.8s;
    }
    .global-wrap.active .bubble {
        transform: translateY(-115px);
        opacity: 1;
        transition-delay: 0.8s;
    }
    .global-wrap.active .ball-info.item10 .bubble {
        transform: translateY(-115px);
        opacity: 1;
        transition-delay: 0.7s;
    }
    .global-wrap.active .ball-info.item11 .bubble {
        transform: translateY(-115px);
        opacity: 1;
        transition-delay: 0.7s;
    }
    .global .content_box p:first-of-type {
        margin-bottom: 60px;
        font-weight: 900;
        font-size: 64px;
    }
    .global br {
        display: block;
    }
    .content.global br.__mo {
        display: none;
    }
    .glo-txt-box .line {
        position: absolute;
        top: 75px;
        left: 50%;
        width: 156px;
        height: 32px;
        border-radius: 3px;
        transform: translateX(calc(-50% - 178px));
        z-index: 0;
    }
    .glo-txt-box .line::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 32px;
        background: #fff;
        content: "";
        border-radius: 3px;
        transition: 1s;
    }
    .global-wrap.active .line::after {
        width: 100%;
        transition-delay: 0.4s;
    }
    .box-wrap {
        height: 1000px;
    }

    .info-wrap {
        display: flex;
        gap: 12px;
        max-width: 900px;
        height: 80px;
        padding: 20px 20px 20px 40px;
        margin: 0 auto;
        background-color: #332907;
        color: #fff;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 40px;
    }
    .ball-box:not(.active):hover .glo-ball2 {
        opacity: 1;
    }
    .glo-rainbow{
        display: block;
        position: absolute;
        top: 0; left: 10px;
        width: 220px; height: 220px;
        background-position: 1540px 0px;
        background-size: 750px 750px;
        border-radius: 50%;
        opacity: 0;
    }

    .ball-box:not(.active):hover .glo-rainbow{
        display: block;
        position: absolute;
        top: 0; left: 10px;
        width: 220px; height: 220px;
        background: url(../img/sub/glo-rainbow2.png) no-repeat center center;
        background-position: 120px -230px; 
        background-size: 750px 750px;
        animation: rainbow 2s ease-in-out infinite;
        border-radius: 50%;
        z-index: 40;
        mix-blend-mode: color;
        transform: rotate(45deg);
        filter: brightness(1.1);
    }
}

/* 지도까지 반응형 (태블릿) */
@media (min-width: 768px) and (max-width: 1179px) {
    .ball-box-wrap{
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 768px;
        height: 2080px;
        transform: translateX(-50%);
        z-index:40;
    }
    .global .content_box p:last-of-type {
        height: 150px;
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: -0.03em;
    }
    .ball-box {
        top: 710px;
    }
    .glo-bubble {
        top: 460px;
    }
    .box-wrap {
        height: 1080px;
    }
    .global-box2 {
        max-width: 768px;
        height: 0;
        height: 405px;
        padding: 0px 10px 0;
        box-sizing: border-box;
    }
    .glo-box-txt {
        height: 160px;
        font-size: 18px;
        line-height: 1.7;
    }
    .content.global br {
        display: none;
    }
    .content.global br.__mo {
        display: block;
    }
    .global-wrap {
        height: 900px;
    }
    .info-wrap {
        display: flex;
        gap: 12px;
        width: 80%;
        height: 80px;
        padding: 20px 20px 20px 40px;
        margin: 0 auto;
        background-color: #332907;
        color: #fff;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
    }
    .info-wrap .info {
        display: block;
        width: 470px;
        color: #fff;
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: -0.03em;
        text-align: left;
        transform: translateY(-2px);
    }
    #trigger1 {
        top: 550px;
    }
    .ball-info > img {
        width: 50px;
    }
    .ball-info.item1 {
        top: 24%;
        left: 6%;
    }
    .ball-info.item2 {
        top: 38%;
        left: 12.5%;
    }
    .ball-info.item3 {
        top: 72%;
        left: 8%;
    }
    .ball-info.item4 {
        top: 61%;
        left: 32.5%;
    }
    .ball-info.item5 {
        top: 74%;
        left: 41%;
    }
    .ball-info.item6 {
        top: 30%;
        left: 78%;
    }
    .ball-info.item7 {
        top: 64%;
        left: 88.5%;
    }
    .ball-info.item8 {
        top: 33%;
        left: 45%;
        z-index: 10;
    }
    .ball-info.item9 {
        top: 38%;
        left: 24%;
    }
    .ball-info.item10 {
        top: 70%;
        left: 76.5%;
        z-index: 10;
    }
    .ball-info.item11 {
        top: 72%;
        left: 39.2%;
        z-index: 10;
    }
    .ball-info.item12{
        display: none;
    }
    .ball-info.plain {
        top: 31%;
        left: 54%;
        width: 162px;
        height: 88px;
        z-index: 10;
    }
    .ball-info.plain img {
        width: 162px;
        height: 88px;
    }
    .global-wrap .bubble{
        transform: translateY(-95px);
        opacity: 0;
        transition: .5s;
    }
    .global-wrap.active .bubble {
        transform: translateY(-85px);
        opacity: 1;
        transition-delay: 0.7s;
    }
    .global-wrap.active .ball-info.item10 .bubble {
        transform: translateY(-115px);
        opacity: 1;
        transition-delay: 0.7s;
    }
    .global-wrap.active .ball-info.item11 .bubble {
        transform: translateY(-115px);
        opacity: 1;
        transition-delay: 0.7s;
    }
    .bubble img {
        height: 24px;
    }
    .global .content_box p:first-of-type {
        margin-bottom: 60px;
        font-weight: 900;
        font-size: 64px;
    }
    .glo-txt-box .line {
        position: absolute;
        top: 61px;
        left: 50%;
        width: 127px;
        height: 22px;
        border-radius: 3px;
        transform: translateX(calc(-50% - -55px));
        z-index: 0;
    }
    .glo-txt-box .line::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 32px;
        background: #fff;
        content: "";
        border-radius: 3px;
        transition: 1s;
    }
    .global-wrap.active .line::after {
        width: 100%;
        transition-delay: 0.4s;
    }
}

/* 지도까지 반응형 (모바일) */
@media (min-width: 340px) and (max-width: 767px) {

    @media (max-width: 380px) {
        .glo-box-txt {
            height: 100px;
            font-size: 11px !important;
            line-height: 1.7;
            box-sizing: border-box;
        }
    }
    .ball-box-wrap{
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 350px;
        height: 1125px;
        transform: translateX(-50%);
        z-index:40;
    }
    .global .content_box p:first-of-type {
        margin-bottom: 10px;
        color: #000;
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-size: 46px;
    }
    .glo-bubble img {
        width: 80%;
    }
    .global-box2 .bg{
        padding: 0 16px;
        box-sizing: border-box;
    }

    .box-wrap {
        height: 560px;
        margin-bottom: 50px;
    }
    .badge {
        display: none;
    }
    .glo-map {
        max-width: 240px;
    }
    .glo-bubble {
        top: 286px;
        height: 34px;
    }
    .global .content_box p:last-of-type {
        height: 110px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.7;
        box-sizing: border-box;
    }
    .ball-info {
        position: absolute;
    }
    .glo-ball {
        max-width: 120px;
        margin: 0 auto;
        text-align: center;
    }
    .ball-box {
        position: absolute;
        top: 420px;
        left: calc(50% - 0px);
        width: 100%;
        width: 120px;
        transform: translate(-50%, -50%);
        z-index: 6;
    }

    .content.global br {
        display: none;
    }
    .content.global br.__mo {
        display: block;
    }
    .glo-box-txt {
        height: 120px;
        font-size: 12px;
        line-height: 1.7;
        box-sizing: border-box;
    }

    .global-wrap {
        height: 515px;
        padding: 50px 0px 0px;
        box-sizing: border-box;
    }

    #trigger1 {
        position: absolute;
        top: 360px;
        width: 100%;
        height: 1px;
    }
    .global-box2 {
        max-width: 350px;
        height: 185px;
        padding: 0px 16px;
        margin: 20px auto 40px;
        box-sizing: border-box;
    }
    .ball-info .bubble {
        width: 100px;
        height: 50px;
    }
    .ball-info.item1 {
        top: 20%;
        left: 0%;
    }
    .ball-info.item2 {
        top: 34%;
        left: 6%;
    }
    .ball-info.item3 {
        top: 65%;
        left: 1%;
    }
    .ball-info.item4 {
        top: 58%;
        left: 23%;
    }
    .ball-info.item5 {
        top: 67%;
        left: 31%;
    }
    .ball-info.item6 {
        top: 28%;
        left: 65%;
    }
    .ball-info.item7 {
        top: 58%;
        left: 74%;
    }
    .ball-info.item8 {
        top: 25%;
        left: 37%;
        z-index: 10;
    }
    .ball-info.item9 {
        top: 31%;
        left: 18%;
        z-index: 10;
    }
    .ball-info.item10 {
        top: 61%;
        left: 65%;
        z-index: 10;
    }
    .ball-info.item11 {
        top: 61%;
        left: 27.5%;
        z-index: 100;
    }
    .ball-info.item12 {
        display: block;
        top: 40%;
        left: 28.5%;
        z-index: 100;
    }

    .ball-info.plain {
        top: 24%;
        left: 49%;
        width: 81px;
        height: 44px;
        z-index: 10;
    }
    .ball-info.plain img {
        width: 81px;
        height: 44px;
    }

    .bubble img {
        height: 14px;
    }

    .ball-wrap .ball-info .bubble {
        position: relative;
        z-index: 10;
        transform: translateY(-60px);
        transition: 0.6s;
    }
    .global-wrap.active .bubble {
        transform: translateY(-40px);
        transition-delay: 0.7s;
    }
    .ball-wrap .ball-info .glo-ball {
        width: 20px;
    }
    .global .info-wrap {
        display: flex;
        flex-direction: column;
        gap:8px;
        width: 100%;
        height: 68px;
        height: 100px;
        padding: 0px 16px;
        border-radius: 0px;
        align-items: center;
        justify-content: flex-start;
    }
    .global .info-wrap .badge {
        display: block;
        width: 50px;
        height: 16px;
        padding-bottom: 0px 0px 1px;
        margin-top: 14px;
        border: 0.5px solid #fff;
        font-size: 9px;
        line-height: 16px;
        
    }
    .global .info-wrap .info {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: -0.03em;
        text-align: center;
    }
    .info-wrap {
        display: flex;
        gap: 12px;
        width: 100%;
        height: 80px;
        padding: 20px 20px 20px 40px;
        margin: 0 auto;
        background-color: #332907;
        color: #fff;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 40px;
    }
    .glo-txt-box .line {
        position: absolute;
        top: 43px;
        left: 50%;
        width: 86px;
        height: 12px;
        border-radius: 3px;
        transform: translateX(calc(-50% - -36px));
        z-index: 0;
    }
    .glo-txt-box .line::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 16px;
        background: #fff;
        content: "";
        border-radius: 3px;
        transition: 1s;
    }
    .global-wrap.active .line::after {
        width: 100%;
        transition-delay: 0.4s;
    }
}
@media (max-width: 380px) {
    @media (max-width: 350px) {
        .ball-info.item11 {
            top: 71%;
            left: 82px;
            z-index: 100;
        }
    }
    .ball-info.item11 {
        top: 61%;
        left: 100px;
        z-index: 100;
    }
    .ball-info.item12{
        display: block;
    }

    .glo-txt-box .line {
        position: absolute;
        top: 37px;
        left: 50%;
        width: 77px;
        height: 15px;
        border-radius: 3px;
        transform: translateX(calc(-50% - -34px));
        z-index: 0;
    }
    .glo-txt-box .line::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 20px;
        background: #fff;
        content: "";
        border-radius: 3px;
        transition: 1s;
    }
    .global-wrap.active .line::after {
        width: 100%;
        transition-delay: 0.4s;
    }
}

/* 하단 탭박스 */
.tab-select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tab-box {
    display: none;
}
.tab-box.active {
    display: block;
}

.tab-select li:first-of-type a {
    border-left: 1px solid #ddd;
}
.tab-select li.active a {
    position: relative;
    border-bottom: 1px solid #fff;
    background: #fff;
    z-index: 3;
}
.tab-select li.active a::after {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ffcc23, #fb97aa);
    content: "";
    z-index: 3;
}
.box-items {
    display: flex;
    position: relative;
    width: 100%;
    padding: 100px 0px;
    border: 1px solid #ddd;
    justify-content: center;
    align-self: center;
    transform: translateY(-1px);
    z-index: 0;
}

@media (min-width: 1420px) {
    .tab-wrap {
        max-width: 1420px;
        margin: 0 auto;
    }
}
@media (min-width: 1025px) {
    .tab-wrap {
        padding: 140px 0 180px;
    }
}

@media (min-width: 1280px) {
    .box-items .box {
        position: relative;
        width: 1180px;
        z-index: 1000;
    }
    .tab-box.us .tab-select li {
        display: flex;
        width: 100%;
        height: 130px;
    }
    .tab-box.jp .tab-select li {
        display: flex;
        width: 236px;
        height: 130px;
    }
    .tab-select li span {
        color: #666;
        font-size: 17px;
    }
    .tab-select li > a > div {
        position: relative;
        width: 100%;
    }

    .tab-box.us .item1{
        width: 60px;
        height: 50px;
    }
    .tab-box.us .item2{
        width: 30px;
        height: 60px;
    }
    .tab-box.us .item3{
        width: 44px;
        height: 54px;
    }
    .tab-box.us .item4{
        width: 56px;
        height: 52px;
    }
    .tab-box.us .item5{
        width: 80px;
        height: 34px;
    }
    .tab-box.us .item6{
        width: 56px;
        height: 36px;
    }

    .tab-box.jp .item1{
        width: 46px;
        height: 44px;
    }
    .tab-box.jp .item2{
        width: 46px;
        height: 44px;
    }
    .tab-box.jp .item3{
        width: 30px;
        height: 60px;
    }
	.tab-box.jp .item4{
        width: 56px;
        height: 36px;
    }
    .tab-select li a {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: 100%;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 1279px) {
    .tab-box {
        padding: 0px 8px;
        box-sizing: border-box;
    }
    .box-items .box {
        position: relative;
        width: 100%;
        z-index: 1000;
        box-sizing: border-box;
    }
    .tab-select li {
        display: flex;
        width: 100%;
        height: auto;
        height: 80px;
    }
    .tab-select li span {
        color: #666;
        font-size: 10px;
        text-align: center;
    }
    .tab-select li > a > div {
        flex-shrink: 0;
        position: relative;
        width: 100%;
    }

    .tab-box.us .item1{
        width: 60px;
        height: 20px;
    }
    .tab-box.us .item2{
        width: 60px;
        height: 20px;
    }
    .tab-box.us .item3{
        width: 60px;
        height: 20px;
    }
    .tab-box.us .item4{
        width: 60px;
        height: 20px;
    }
    .tab-box.us .item5{
        width: 40px;
        height: 24px;
    }
    .tab-box.us .item6{
        width: 22px;
        height: 24px;
    }

    .tab-box.jp .item3{
        width: 30px;
        height: 20px;
    }

    .tab-select .line1 a {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        height: 100%;
        padding: 8px 0px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        justify-content: center;
        align-items: center;
    }
    .tab-select .line2 a {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 100%;
        height: 100%;
        padding: 8px 0px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        justify-content: center;
        align-items: center;
    }
}

.tab-item-wrap {
    display: flex;
    gap: 50px;
    margin-bottom: 90px;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 56px;
}
.tab-item-wrap p {
    position: relative;
    cursor: pointer;
}
.tab-item-wrap .active::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, #ffcc23, #fb97aa);
    content: "";
    z-index: -1;
}
.tab-select li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tab-select li img:first-of-type {
    opacity: 0;
}
.tab-select li img:last-of-type {
    opacity: 1;
}
.tab-select li.active img:first-of-type {
    opacity: 1;
}
.tab-select li.active img:last-of-type {
    opacity: 0;
}
.tab-select li.active span {
    color: #000;
    font-weight: 600;
}

.tab-box .box-items .box-tit {
    margin-bottom: 40px;
    color: #000;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
}
.tab-box .box-items .box-info {
    color: #444;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.tab-box .box .box-info-wrap {
    margin-bottom: 60px;
}

.tab-box .box .box-iframe-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #dcdcdc;
}
.tab-box .box .box-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-slide-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    z-index: 280;
}

@media (min-width: 1024px) {
    .box-slide-controller {
        display: flex;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 100;
        justify-content: space-between;
        transform: translateY(calc(-50% - 30px));
        align-items: center;
    }
}
@media (max-width:1023px){
    .box-slide-controller {
        display: flex;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 100;
        justify-content: space-between;
        transform: translateY(calc(-50% - 20px));
        align-items: center;
    }
}

.box-button-prev {
    width: 27px;
    height: 44px;
    padding: 0px;
    background: url(../img/sub/glo-slide-arr.png?ver=2) no-repeat left center;
    background-size: contain;
    cursor: pointer;
}
.box-button-next {
    width: 27px;
    height: 44px;
    padding: 0px;
    background: url(../img/sub/glo-slide-arr.png?ver=2) no-repeat left center;
    background-size: contain;
    transform: rotate(180deg);
    cursor: pointer;
}
.box-slider-pagination {
    display: flex;
    gap: 8px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.box-slider-pagination .swiper-pagination-bullet-active {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: linear-gradient(to right, #ffcc23, #fb97aa) !important;
    line-height: 30px !important;
}
.box-slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #ccc !important;
    line-height: 30px !important;
    opacity: 1 !important;
}

@media screen and (min-width:1280px) {
    .box-article-wrap{
        display: block;
    }
    
    .box-article{
        position: relative;
        width: 100%;
    }

    .box-article:first-of-type{
        margin-bottom: 80px;
    }
    
    .box-article:first-of-type:after{
        display: block;
        position: absolute;
        right: 0;
        bottom: -40px;
        width: 100%;
        height: 1px;
        background: #ddd;
        content: "";
    }
	.box-article.none:after{
		display:none;
	}
    
    .box-article-wrap .article-title{
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 20px;
    }
    
    .box-article-wrap .article-info{
        margin-bottom: 40px;
        color: #444;
        font-size: 16px;
        line-height: 28px;
    }
    
    .box-article-wrap .article-btn {
        display: block;
        width: 200px;
        padding: 1px;
        border: 1px solid transparent;
        background: linear-gradient(to right, #ffcc23, #fb97aa);
        background-clip: padding-box;
        color: #000;
        text-align: center;
        cursor: pointer;
    }
    
    .box-article-wrap .article-btn span{
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        font-weight: 600;
        line-height: 50px;
    }
    
    .box-btn-wrap{
        display: flex;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .box-btn-wrap .btn {
        display: block;
        width: 200px;
        padding: 1px;
        border: 1px solid transparent;
        background: linear-gradient(to right, #ffcc23, #fb97aa);
        background-clip: padding-box;
        color: #000;
        text-align: center;
        cursor: pointer;
    }
    .box-btn-wrap .btn span{
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        font-weight: 600;
        line-height: 50px;
    }
}

/* tabbox (tablet) */
@media (max-width: 1279px) and (min-width: 768px) {
    .tab-wrap {
        padding: 80px 0 60px;
    }
    .tab-item-wrap {
        gap: 32px;
        padding: 0px 16px;
        margin-bottom: 60px;
        font-size: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }
    .box-items {
        padding: 50px 0px 32px;
    }
    .box-items .box {
        padding: 0px 32px;
    }
    .box-article:first-of-type{
        margin-bottom: 80px;
    }

    .box-article:first-of-type:after{
        display: block;
        position: absolute;
        right: 0;
        bottom: -40px;
        width: 100%;
        height: 1px;
        background: #ddd;
        content: "";
    }
	.box-article.none:after{
		display:none;
	}
    .tab-box .box-items .box-tit {
        margin-bottom: 20px;
        color: #000;
        font-weight: 600;
        font-size: 32px;
        line-height: 1.7;
    }
    .tab-box .box-items .box-info {
        color: #444;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .box-article-wrap{
        display: block;
    }
    
    .box-article{
        position: relative;
        width: 100%;
    }
    .box-article-wrap .article-title{
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 20px;
    }
    
    .box-article-wrap .article-info{
        margin-bottom: 40px;
        color: #444;
        font-size: 16px;
        line-height: 28px;
    }
    
    .box-article-wrap .article-btn {
        display: block;
        width: 200px;
        padding: 1px;
        margin-bottom: 60px;
        border: 1px solid transparent;
        background: linear-gradient(to right, #ffcc23, #fb97aa);
        background-clip: padding-box;
        color: #000;
        text-align: center;
        cursor: pointer;
    }
    
    .box-article-wrap .article-btn span{
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        font-weight: 600;
        line-height: 40px;
    }
    
    .box-btn-wrap{
        display: flex;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .box-btn-wrap .btn {
        display: block;
        width: 200px;
        padding: 1px;
        margin-bottom: 40px;
        border: 1px solid transparent;
        background: linear-gradient(to right, #ffcc23, #fb97aa);
        background-clip: padding-box;
        color: #000;
        text-align: center;
        cursor: pointer;
    }
    .box-btn-wrap .btn span{
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        font-weight: 600;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .tab-wrap {
        padding: 80px 0 60px;
    }
    .tab-item-wrap {
        gap: 24px;
        padding: 0px 16px;
        margin-bottom: 60px;
        font-size: 30px;
        line-height: 40px;
        box-sizing: border-box;
    }
    .box-items {
        padding: 40px 0px 16px;
    }
    .box-items .box {
        padding: 0px 16px;
    }
    .tab-box .box-items .box-tit {
        margin-bottom: 20px;
        color: #000;
        font-weight: 600;
        font-size: 22px;
        line-height: 1.7;
    }
    .tab-box .box-items .box-info {
        color: #444;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .volvik-global {
        height: 320px !important;
        padding: 2em;
        box-sizing: border-box;
    }
    .volvik-global .global-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80% !important;
        max-width: 750px;
        height: 80px;
        transform: translate(-50%, -50%);
        object-fit: contain;
    }
    .tab-select li > a > div {
        position: relative;
        width: 100%;
        max-width: 60px;
        height: 20px;
    }
    .tab-item-wrap .active::after{
        bottom:-2px;
    }
    .box-article-wrap{
        display: block;
    }
    
    .box-article{
        position: relative;
        width: 100%;
    }

    .box-article:first-of-type{
        margin-bottom: 80px;
    }

    .box-article:first-of-type:after{
        display: block;
        position: absolute;
        right: 0;
        bottom: -40px;
        width: 100%;
        height: 1px;
        background: #ddd;
        content: "";
    }
	.box-article.none:after{
		display:none;
	}
    .box-article-wrap .article-title{
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 16px;
    }
    
    .box-article-wrap .article-info{
        margin-bottom: 24px;
        color: #444;
        font-size: 14px;
        line-height: 24px;
    }
    
    .box-article-wrap .article-btn {
        display: block;
        width: 100%;
        padding: 1px;
        margin-bottom: 40px;
        border: 1px solid transparent;
        background: linear-gradient(to right, #ffcc23, #fb97aa);
        background-clip: padding-box;
        color: #000;
        text-align: center;
        cursor: pointer;
    }
    
    .box-article-wrap .article-btn span{
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        font-weight: 600;
        line-height: 40px;
    }
    
    .box-btn-wrap{
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 40px;
    }
    
    .box-btn-wrap .btn {
        display: block;
        width: 100%;
        padding: 1px;
        border: 1px solid transparent;
        background: linear-gradient(to right, #ffcc23, #fb97aa);
        background-clip: padding-box;
        color: #000;
        text-align: center;
        cursor: pointer;
    }
    .box-btn-wrap .btn span{
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        font-weight: 600;
        line-height: 40px;
    }
    .bcrf-logo{
        width: 50%;
        margin: 0 auto;
    }
}

#trigger1 {
    left: 0;
}
#trigger2 {
    left: 0;
}

/* @media (max-width:1024px){
    html {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    body{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
    }
} */

/* global page banner */
.volvik-global {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 720px;
    background: #eaeaea;
}

.default,
.in-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.in-active.item2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;

    transform: translateX(-50%);
}
.in-active {
    clip-path: polygon(0 0, 0% 0, 0% 100%, -50% 100%);
}
.in-active.active {
    clip-path: polygon(0 0, 150% 0, 100% 100%, 0 100%);
}

.global-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.box-items .box {
    display: none;
}
.box-items .box.active {
    display: block;
}

.box-img-wrap {
    margin-bottom: 60px;
    text-align: center;
}

.box-img-wrap img {
    max-width: 100%;
}
.box-img-wrap img.logo {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.st0 {
    fill: #231f20;
}
.st1 {
    fill: #fff;
}
.st3 {
    fill: #fff;
}

@media screen and (min-width: 768px) {
    @keyframes onmove {
        0% {
            transform: translate(-50%, calc(-50% - 0px));
        }
        50% {
            transform: translate(-50%, calc(-50% + 30px));
        }
        100% {
            transform: translate(-50%, calc(-50% - 0px));
        }
    }
    .volvik-global .global-logo {
        position: absolute;
        top: 47%;
        left: 50%;
        width: 100%;
        max-width: 750px;
        height: 80px;
        transform: translate(-50%, -50%);
        object-fit: contain;
    }
    .condor-ball {
        position: absolute;
        top: 48%;
        left: 50%;
        width: 100%;
        max-width: 240px;
        text-align: center;
        animation: onmove 2s ease-in-out infinite;
        z-index: 15;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 1s;
    }
    .condor-ball .glo-ball {
        width: 100%;
    }

    .glo-btn-wrap {
        position: absolute;
        top: 62%;
        left: 50%;
        transform: translate(-50%, 60%);
        z-index: 200;
    }
}
@media screen and (max-width: 767px) {
    @keyframes onmove {
        0% {
            transform: translate(-50%, calc(-50% - 0px));
        }
        50% {
            transform: translate(-50%, calc(-50% + 15px));
        }
        100% {
            transform: translate(-50%, calc(-50% - 0px));
        }
    }
    .volvik-global .global-logo {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 100%;
        max-width: 750px;
        height: 80px;
        transform: translate(-50%, -50%);
        object-fit: contain;
    }
    .condor-ball {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 100%;
        max-width: 100px;
        text-align: center;
        animation: onmove 2s ease-in-out infinite;
        z-index: 15;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 1s;
    }
    .condor-ball .glo-ball {
        width: 100%;
        height: 113px;
    }
    .glo-btn-wrap {
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, 60%);
        z-index: 200;
    }
}

/* new technology */

.tech-nav ul{display: flex; }
.brandstory_03 .content-wrap{position: relative;}

@media all and (min-width:1025px){
    .__mo{display: none;}
    .brandstory_03 .intro-wrap{position: relative;height: auto;margin-bottom: 120px;}
    .brandstory_03 .content-wrap .box{max-width: 1180px; margin: 0 auto; text-align: center;}
    .brandstory_03 .title{ font-weight: 600;font-size: 40px; line-height: 60px;}

    .bg-box{ display: flex;width: 100%; height: 960px; margin-bottom: 160px; background-size: cover;}
    .bg-box.item1{background: url(../img/sub/technology-04.png) no-repeat center; background-size: cover;}

    /* .scrollmagic-pin-spacer.on{padding-top:340px !important;} */
    .intro-wrap .wrap{height: 100vh;margin-bottom: calc(5vh + 720px);}    
    .main-margin{margin: 120px; width: 100%; height: 0}
    .content-wrap .wrap{height: 100vh;margin-bottom: calc(5vh + 600px);}   
    .main-margin{margin: 120px; width: 100%; height: 0}

    /* 메인타이틀 트리거 */
    #trigger00{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger01{ position: absolute; top: 500px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger02{ position: absolute; top: 600px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger02-2{ position: absolute; top: 700px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger04{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger05{ position: absolute; top: 500px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger06{ position: absolute; top: 600px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger07{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger08{ position: absolute; top: 500px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger09{ position: absolute; top: 600px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger10{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger11{ position: absolute; top: 500px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger12{ position: absolute; top: 600px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger13{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger14{ position: absolute; top: 500px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger15{ position: absolute; top: 600px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger16{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger17{ position: absolute; top: 500px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger18{ position: absolute; top: 600px; left: 0;height: 1000px; margin-bottom: 120px;}

    /* 각 섹션 메인타이틀 */
    .main-tit{display: flex;flex-direction: column;position: relative;width: 90vw; height: 80vh; color: #fff;text-align: center;justify-content: center;align-items: center;}
    .tech-box01{background: url(../img/sub/technology-bg-01.jpg) no-repeat center;background-size: cover;}
    .tech-box02{background: url(../img/sub/technology-bg-02.jpg) no-repeat center;background-size: cover;}
    .tech-box03{background: url(../img/sub/technology-bg-03.gif) no-repeat center;background-size: cover;}
    .tech-box04{background: url(../img/sub/technology-bg-04.gif) no-repeat center;background-size: cover;}
    .tech-box05{background: url(../img/sub/technology-bg-05.jpg) no-repeat center;background-size: cover;}
    .tech-box06{background: url(../img/sub/technology-bg-06.jpg) no-repeat center;background-size: cover;}

    .main-tit p{opacity: 0; transition: .5s;}
    .main-tit.on p{opacity: 1;}

    .tech-box01 .tit.mobile{display: none;}


    .main-tit .tit{color: #fff;font-weight: 600;font-size: 40px;line-height: 60px;}
    .main-tit .info{padding-bottom: 90px;margin-top: 60px;color: #ffffff;font-size: 18px;line-height: 30px;}
    .main-tit .info strong{ position: relative;color: #fff;}
    .main-tit .info strong::after{ display: block; position: absolute; width: 100%; height: 1px; background: #fff;content: '';}

    .main-tit .info.mobile{display: none;}
    .main-tit .info.pc{display: block;}

    /* subpage navigation */
    #trigger03{width: 100%; height: 1px;}
    #nav-bar{position: relative; width: 1412px; height: 236px; margin: 0 auto;}
    .tech-nav{ position: sticky; top: 80px; left: 0;width: 1412px; height: 236px; margin: 0 auto;  transition: .3s;}
    .tech-nav.active{left: 0%;width: 100%;z-index: 700;}
    .tech-nav ul{ height: 100%; text-align: center;justify-content: space-around;;}
    .tech-nav.active ul{height: 80px;}
    .tech-nav:not(.on){border-top: 1px solid #ddd;}
    .tech-nav li{width: 100%; height: 100%; cursor: pointer;}
    .tech-nav li:not(.on) .icon-on{opacity: 0;}
    .tech-nav li:hover .icon-on{opacity: 1;}
    .icon-on{transition: 0.3s;}
    .tech-nav li .item-wrap{ display: flex; flex-direction: column; gap: 20px; position: relative; width: 100%; height: 100%; padding-top: 30px; border-bottom: 1px solid #ddd;background: #fafafa; justify-content: flex-start; align-items: center;}
    .tech-nav li~li .item-wrap{border-left: 1px solid #ddd;}
    .tech-nav li:first-of-type .item-wrap{border-left: 1px solid #ddd;}
    .tech-nav li:last-of-type .item-wrap{border-right: 1px solid #ddd;}
    .tech-nav.active li .item-wrap{ display: flex; flex-direction: row ; gap: 20px; position: relative; width: 100%; height: 80px; padding-top: 0px; border-bottom: 1px solid #ddd;background: #fafafa; justify-content: flex-start; align-items: center;}
    .tech-nav.active li .img-wrap{width: 50px; height: 50px; margin-left: 10px;}
    .tech-nav.active li p{text-align: left;}
    .tech-nav li p{ color: #666;font-size:15px; line-height: 1.35;}
    .tech-nav.active li.on p{color:#fff; font-weight: 600;}
    .tech-nav.active li:hover p{color:#fff; font-weight: 600;}
    .tech-nav li.on p{color:#000; font-weight: 600;}
    .tech-nav li.on { border-top: 1px solid transparent; background: #fff; background-image: linear-gradient(to right, #ffcc24, #fb96aa); border-image: linear-gradient(to right, #ffcc24, #fb96aa); border-image-slice: 1; }
    .tech-nav li.on .item-wrap{ width: 100%; height: 100%;background: #fff;}
    .tech-nav li:hover p{color:#000; font-weight: 600;}
    .tech-nav li:hover { border-top: 1px solid transparent; background: #fff; background-image: linear-gradient(to right, #ffcc24, #fb96aa); border-image: linear-gradient(to right, #ffcc24, #fb96aa); border-image-slice: 1; }
    .tech-nav li:hover .item-wrap{ width: 100%; height: 100%;background: #fff;}
    .tech-nav.active li.on .item-wrap{background: transparent;}
    .tech-nav.active li:hover .item-wrap{background: transparent;}
    .tech-nav .img-wrap{ position: relative;width: 110px; height: 110px;}
    .tech-nav .img-wrap img{ position: absolute; top: 0; left: 0;width: 100%; height: 100%; object-fit: cover;}
    .tech-nav .off-br{display: block;}
    .tech-nav .on-br{display: none;}
    .tech-nav.active .off-br{display: none;}
    .tech-nav.active .on-br{display: block;}
    .tech-nav.mobile{display:none;}

    /* BG깔린 내용 (메인타이틀 제외) */
    .bg-box{display: flex; flex-direction: column; justify-content: center; align-items: center;}
    .bg-box .photo{display: flex; width: 100%; max-width: 1180px; justify-content: space-between; align-items: center;}
    .bg-box .photo .item{width: 300px;}
    .bg-box .photo .sign{width: 140px; text-align: center;}
    .bg-box .photo .sign img{width: 53px;}
    .bg-box .photo img{object-fit: contain;}
    .bg-box > p{ margin-bottom: 80px; color: #fff; font-weight: 600;font-size: 40px;}
    .bg-box .item-info{display: flex;  width: 100%; max-width: 1180px; margin-top: 30px;justify-content: space-between;}
    .bg-box .item-info li{width: 300px; color: #fff; text-align: center;}
    .bg-box .item-info .tit{ margin-bottom: 24px; color: #fff; font-weight: 600;font-size: 32px;}
    .bg-box .item-info .info{ color: #fff;font-size: 22px; line-height: 28px;}
    
    .box > .tit{ margin-bottom: 80px;font-size:40px; line-height: 60px;}
    .box > .tit span{position: relative; font-weight: 600;}
    .box > .tit span::after{ display: block;position: absolute; bottom: -5px; left: 0; width: 100%; height: 20px; background: linear-gradient(to right, #ffcc24, #fb96aa); content: ''; z-index: -1;}

    .box.item1{padding-bottom: 150px;}

    .patent-wrap{display: flex;height: 396px;justify-content: space-between;margin: 40px auto 0;}

    /* smart-factory */
    #smart-factory{padding:200px 0 300px}
    #smart-factory .box.mobile{display: none;}
    #smart-factory .photo.mobile{display: none;}
    #smart-factory .item-info.mobile{display: none;}
    
    /* R&D */
    #research{margin-bottom: 300px;}
    #research .box > .tit{padding-top: 160px; margin-bottom: 60px;}
    #research .subtit{font-size: 18px; line-height: 30px; color:#444; padding-bottom: 100px;}
    #research .subtit b{color: #000;}

    /* Dual Core */
    #dual-core{padding-bottom:300px;}
    #dual-core .box >.tit{padding-top: 160px; margin-bottom: 60px;}
    #dual-core .subtit~.subtit{padding-top: 26px;}
    #dual-core .subtit{font-size: 18px; line-height: 30px; color:#444;}
    #dual-core .subtit b{color: #000;}
    #dual-core .dual-core-img{max-width: 340px; padding-bottom: 50px;}
    #dual-core .img-mo{display: none;}
    #dual-core .dual-core-img2{margin-top: 40px;}
    #dual-core .subtit-wrap.mobile{display: none;}

    /* COVER */
    #cover{padding-bottom:300px;}
    #cover .box > .tit{padding-top: 160px; margin-bottom: 60px;}
    #cover .info-box{display: flex; justify-content: space-between;}
    #cover .info-box .item{width: 380px; padding: 40px; border: 1px solid #ddd; border-radius: 6px; background: #fafafa; text-align: left;}
    #cover .cover-img{width: 214px; padding-bottom: 70px;}

    #cover .item .tit{font-size: 22px; line-height: 30px; color: #000; font-weight: 600; padding-left: 28px; text-indent: -28px;}
    #cover .item .info{font-size: 16px; line-height: 28px; color: #444; margin-top: 30px;}

    /* dimple */
    #dimple{padding-bottom: 300px;}
    #dimple .box > .tit{padding-top: 160px; margin-bottom: 60px;}
    #dimple .box > .subtit{font-size: 18px;line-height: 30px;color:#444;padding-bottom: 120px;}
    #dimple .img-wrap{max-width: 1180px; display: flex; justify-content: space-between; gap:90px}
    #dimple .img-wrap .img1{width: 498px;}
    #dimple .img-wrap .img2{width: 580px;}
    #dimple .img3{width: 976px; padding-top: 120px;}

    /* color */
    #color .box > .tit{padding-top: 160px; margin-bottom: 100px;}
    #color .color-box{display: flex; justify-content: space-around; width: 100%; text-align: left;}
    #color .color-box .tit{font-size: 20px; line-height: 30px; font-weight: 600; color:#000; margin: 45px 0 20px;}
    #color .color-box .info{font-size: 16px; line-height: 28px; color: #444;}
    #color .color-box li{width: 100%;}
    #color .color-box li~li{position: relative;}
    #color .color-box li~li p{padding-left: 30px;}
    #color .color-box li~li::before{position: absolute; content: ''; width: 1px; height: 280px; left: 0; top: 0; background: #ddd; display: block;}
    #color .box:last-of-type{padding-bottom: 300px;}
    
    #smart-factory .bg-box.active > p{opacity: 1;}
    #smart-factory .bg-box.active .photo li:first-of-type{opacity: 1; transition-delay: .6s;}
    #smart-factory .bg-box.active .photo li:nth-of-type(2){opacity: 1; transition-delay: .7s;}
    #smart-factory .bg-box.active .photo li:nth-of-type(3){opacity: 1; transition-delay: .8s;}
    #smart-factory .bg-box.active .photo li:nth-of-type(4){opacity: 1; transition-delay: .9s;}
    #smart-factory .bg-box.active .photo li:last-of-type{opacity: 1; transition-delay: 1s;}
    #smart-factory .bg-box.active .item-info li:first-of-type{opacity: 1; transition-delay: .6s;}
    #smart-factory .bg-box.active .item-info li:nth-of-type(2){opacity: 1; transition-delay: .8s;}


    #research .mo:not(.main-tit):not(.main-tit p){opacity: 0; transition: 1.6s;}
    #research .mo:not(.main-tit):not(.main-tit p).active{opacity: 1;}   

    #dual-core .mo:not(.main-tit):not(.main-tit > p){opacity: 0; transition: 1s;}
    #dual-core .mo:not(.main-tit):not(.main-tit > p).active{opacity: 1;}

    #cover .mo:not(.main-tit):not(.main-tit > p){opacity: 0; transition: 1s;}
    #cover .mo:not(.main-tit):not(.main-tit > p).active{opacity: 1;}

    #dimple .mo:not(.main-tit):not(.main-tit p){opacity: 0; transition: 1s;}
    #dimple .mo:not(.main-tit):not(.main-tit p).active{opacity: 1;}
} 


@media all and (max-width:1024px){
    .brandstory_03 .intro-wrap{position: relative;height: auto;margin-bottom: 120px;}

    .brandstory_03 main{width: 100%; overflow-x: hidden;}

    .brandstory_03 .content-wrap{position: relative;padding: 100px 0 0;}
    .brandstory_03 .content-wrap .box{max-width: 1180px;text-align: center;padding: 0 20px;}
    .brandstory_03 .title{font-weight: 600;font-size: 20px;line-height: 32px;}

    .intro-wrap .wrap{height: 60vh;}
    .content-wrap .wrap{height: 60vh;}

    .scrollmagic-pin-spacer{height: 100vh !important;}
    .bg-box{display: flex;width: 100%;height: auto;margin-bottom: 60px;background-size: cover;}
    .bg-box.item1{background: url(../img/sub/technology-04.png) no-repeat center;padding: 120px 20px;}

    /* 메인타이틀 트리거 */
    #trigger00{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger01{ position: absolute; top: 0px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger02{ position: absolute; top: 0px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger02-2{ position: absolute; top: 200px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger04{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger05{ position: absolute; top: 0px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger06{ position: absolute; top: 0px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger07{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger08{ position: absolute; top: 0px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger09{ position: absolute; top: 0px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger10{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger11{ position: absolute; top: 0px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger12{ position: absolute; top: 0px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger13{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger14{ position: absolute; top: 0px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger15{ position: absolute; top: 0px; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger16{ position: absolute; top: 0; left: 0;height: 1000px; margin-bottom: 120px;}
    #trigger17{ position: absolute; top: 0px; left: 0;height: 500px; margin-bottom: 120px;}
    #trigger18{ position: absolute; top: 0px; left: 0;height: 1000px; margin-bottom: 120px;}

    /* 각 섹션 메인타이틀 */
    .main-tit{display: flex;flex-direction: column;position: relative;width: 100vw;height: 60vh;padding: 0 !important;margin: 0 auto !important;color: #fff;text-align: center;justify-content: center;align-items: center;}
    .tech-box01{background: url(../img/sub/technology-bg-01-mo.jpg) no-repeat bottom center;background-size: cover;inset : 0px auto auto 0px !important;padding: 0 20px !important;}
    .tech-box02{background: url(../img/sub/technology-bg-02-mo.jpg) no-repeat bottom center;background-size: cover;}
    .tech-box03{background: url(../img/sub/technology-bg-mo-03.gif) no-repeat center;background-size: cover;}
    .tech-box04{background: url(../img/sub/technology-bg-mo-04.gif) no-repeat center;background-size: cover;}
    .tech-box05{background: url(../img/sub/technology-bg-05.jpg) no-repeat center;background-size: cover;}
    .tech-box06{background: url(../img/sub/technology-bg-06.jpg) no-repeat center;background-size: cover;}

    .main-tit p{opacity: 0; transition: 1s;}
    .main-tit.active p{opacity: 1;}
    .tech-box01 .tit.pc{display: none;}

    .main-tit .tit{color: #fff;font-weight: 600;font-size: 24px;line-height: 38px;}

    .tech-box01 .tit{color: #fff;font-weight: 600;font-size: 20px;line-height: 34px;}
  
    .main-tit .info{padding-bottom: 0px;margin-top: 30px;color: #ffffff;font-size: 12px;line-height: 1.7;}
    .main-tit .info strong{ position: relative;color: #fff; display: inline-block;}
    .main-tit .info strong::after{ display: block; position: absolute; width: 100%; height: 1px; background: #fff;content: '';}

    .main-tit .info.pc{display: none;}
    .main-tit .info.mobile{display: block;}

    /* subpage navigation */
    #trigger03{width: 100%; height: 1px;}
    #nav-bar{position: relative; width: 100%; height: 236px; margin: 0 auto;}
    .tech-nav{top: -100%;left: 0;width: 100%;height: auto;margin: 0 auto;transition: .3s;}

    .tech-nav.mobile.active{top: 80px;}

    .tech-nav.mobile{left: 0%;width: 100%;z-index: 302;position: fixed;}
    .tech-nav ul{height: 100%;text-align: center;justify-content: space-around;flex-direction: column;}
    .tech-nav.mobile ul{height: 80px;flex-direction: row;}
    .tech-nav:not(.mobile){padding:0 20px}
    .tech-nav li{width: 100%; height: 100%; cursor: pointer;}
    .tech-nav li:not(.on) .icon-on{opacity: 0;}
    .icon-on{transition: 0.3s;}

    .tech-nav:not(.mobile) li~li{border-left:  1px solid #ddd;border-right:  1px solid #ddd;}
    .tech-nav.mobile ul{border-bottom: 1px solid #ddd;}

    .tech-nav:not(.mobile) li:not(.on) .item-wrap{display: flex;gap: 14px;position: relative;width: 100%;height: 70px;border-bottom: 1px solid #ddd;background: #fafafa;justify-content: flex-start;align-items: center;padding-left: 16px;box-sizing: border-box;}
    .tech-nav:not(.mobile) li.on .item-wrap{display: flex;gap: 14px;position: relative;width: 100%;height: 70px;background: #fff;justify-content: flex-start;align-items: center;padding-left: 16px;box-sizing: border-box;}

    .tech-nav.mobile li .item-wrap{display: flex;flex-direction: row;gap: 4px;position: relative;width: 100%;height: 100%;padding-top: 14px;background: #fafafa;justify-content: flex-start;align-items: center;flex-direction: column;}
    .tech-nav.mobile li .img-wrap{width: 28px;height: 28px;flex-shrink: 0;}
    .tech-nav.mobile li p{text-align: center;}
    .tech-nav.mobile li~li{border-left: 1px solid #ddd}
    .tech-nav li p{color: #666;font-size: 12px;line-height: 1.35;text-align: left;}
    .tech-nav.mobile li p{color: #666;font-size: 11px;line-height: 13px;text-align: center;}
    .tech-nav.mobile li.on p{color:#fff; font-weight: 600;}
    .tech-nav li.on p{color:#000; font-weight: 600;}
    .tech-nav li.on {border: 1px solid transparent;background: #fff;background-image: linear-gradient(to right, #ffcc24, #fb96aa);border-image: linear-gradient(to right, #ffcc24, #fb96aa);border-image-slice: 1;}
    .tech-nav li.on .item-wrap{width: 100%;background: #fff;}
    .tech-nav.mobile li.on .item-wrap{background: transparent;}
    .tech-nav .img-wrap{position: relative;width: 40px;height: 40px;}
    .tech-nav .img-wrap img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;}
    .tech-nav .off-br{display: none;}
    .tech-nav .on-br{display: none;}
    .tech-nav.mobile .off-br{display: none;}
    .tech-nav.mobile .on-br{display: block;}
    .tech-nav.mobile .menu-single{line-height: 26px;}
    .tech-nav:not(.mobile).active{opacity: 0;}

    /* BG깔린 내용 (메인타이틀 제외) */
    .bg-box{display: flex; flex-direction: column; justify-content: center; align-items: center;}
    .bg-box .photo{display: flex; width: 100%; max-width: 386px; justify-content: center; align-items: center;}
    .bg-box .photo .item{width: 158px;}
    .bg-box .photo .sign{width: 70px;text-align: center;}
    .bg-box .photo .sign img{width: 20px;}
    .bg-box .photo img{object-fit: contain;}
    .bg-box > p{margin-bottom: 40px;color: #fff;font-weight: 600;font-size: 24px;text-align: center;}
    .bg-box .item-info{display: flex;width: 100%;max-width: 386px;margin-top: 12px;justify-content: space-between; margin-bottom:24px;}
    .bg-box .item-info li{width: 158px; color: #fff; text-align: center;}
    .bg-box .item-info .tit{margin-bottom: 5px;color: #fff;font-weight: 600;font-size: 14px;}
    .bg-box .item-info .info{color: #fff;font-size: 12px;line-height: 1.4;}
    
    .box > .tit{margin-bottom: 40px;font-size: 20px;line-height: 24px;}
    .box > .tit span{position: relative; font-weight: 600;}
    .box > .tit span::after{display: block;position: absolute;bottom: 0px;left: 0;width: 100%;height: 10px;background: linear-gradient(to right, #ffcc24, #fb96aa);content: '';z-index: -1;}

    .item.item1{margin-bottom: 60px;}

    .patent-wrap{display: grid;grid-template-columns: 1fr 1fr;gap: 16px;}
    .patent-wrap img{object-fit:contain}

    /* smart factory */
    #smart-factory .box.pc{display: none;}
    #smart-factory .box .info{font-size: 10px; color:#444; margin-top: 24px;}
    #smart-factory .photo.pc{display: none;}
    #smart-factory .item-info.pc{display: none;}

    #smart-factory .photo .item img{width: 158px;}
    #smart-factory .item-info .blank{width: 70px;}
    #smart-factory .item > .tit{margin-bottom: 40px;font-size: 20px;line-height: 24px;}
    #smart-factory .item > .tit span{position: relative; font-weight: 600;}
    #smart-factory .item > .tit span::after{display: block;position: absolute;bottom: 0px;left: 0;width: 100%;height: 10px;background: linear-gradient(to right, #ffcc24, #fb96aa);content: '';z-index: -1;}


    /* R&D */
    #research{padding-bottom: 120px;}
    #research .box > .tit{padding-top: 60px;margin-bottom: 16px;}
    #research .subtit{font-size: 12px;line-height: 1.7;color:#444;padding-bottom: 60px;}
    #research .subtit b{color: #000;}
    #reaserch .box{padding:0}

    /* Dual Core */
    #dual-core .box > .tit{padding-top: 100px;margin-bottom: 60px;}
    #dual-core .subtit~.subtit{padding-top: 10px;}
    #dual-core .subtit{font-size: 12px;line-height: 1.7;color:#444;}
    #dual-core .subtit b{color: #000;}
    #dual-core .dual-core-img{max-width: 280px;padding-bottom: 50px;}
    #dual-core .subtit-wrap.pc{display: none;}
    #dual-core .dual-core-img2{display: none;}

    @media (min-width: 671px) and (max-width : 1024px) {
        #dual-core .img-mo{display: grid;text-align: left;grid-template-columns: 320px 1fr;gap: 20px;max-width: 560px;padding: 0px 10px;margin: 0 auto;}
    }

    @media (max-width: 670px) {
        #dual-core .img-mo{display: grid; text-align: left; grid-template-columns: 40% 60%; gap: 20px; width: 100%; padding: 0px 10px}
    }
    
    #dual-core .img-mo img{object-fit: contain;}
    #dual-core .wrap-2{grid-column: 2/3;grid-row: 1/4;display: flex;flex-direction: column;justify-content: center;width: 100%;}
    #dual-core .wrap-1{display: flex; justify-content: center; flex-direction: column; width: 100%;}
    #dual-core .wrap-2 .tit,
    #dual-core .wrap-1 .tit{font-size: 14px; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 8px;}
    #dual-core .wrap-2 .info,
    #dual-core .wrap-1 .info{font-size: 12px; font-weight: 400; line-height: 1.5;}
 

    #dual-core .tit.c-box{display: inline-block;padding: 0px 4px;height: 30px;border-radius: 15px;line-height: 30px;background: linear-gradient(to right, #ffc301, #d8546f);color:#fff;width: 174px;text-align: center;}

    #dual-core .arr{grid-column: 1/3; height: 32px; object-fit: contain; width: 100%;}
    #dual-core .arr2{grid-column: 1/2;height: 32px;object-fit: contain;width: 100%;margin-left: -13%;}


    /* COVER */
    #cover .box > .tit{padding-top: 160px; margin-bottom: 60px;}
    #cover .info-box{display: flex;justify-content: space-between;flex-direction: column;gap: 16px;}
    #cover .info-box .item{width: 100%;padding: 20px;border: 1px solid #ddd;border-radius: 6px;background: #fafafa;text-align: left;}
    #cover .cover-img{width: 38%;padding-bottom: 70px;}

    #cover .item .tit{font-size: 18px;line-height: 26px;color: #000;font-weight: 600;padding-left: 23px;text-indent: -23px;}
    #cover .item .info{font-size: 12px;line-height: 1.7;color: #444;margin-top: 20px;}

    /* dimple */
    #dimple .box > .tit{padding-top: 100px;margin-bottom: 60px;}
    #dimple .box > .subtit{font-size: 12px;line-height: 1.7;color:#444;padding-bottom: 100px;}
    #dimple .img-wrap{display: flex;justify-content: space-between;gap:90px;flex-direction: column;}
    #dimple .img-wrap .img1{max-width: 498px;margin: 0 auto;}
    #dimple .img-wrap .img2{max-width: 498px;margin: 0 auto;}
    #dimple .img3{max-width: 976px;padding-top: 60px;margin: 0 auto;}

    /* color */
    #color .box > .tit{padding-top: 120px;margin-bottom: 0px;}
    #color .color-box{display: flex;justify-content: space-around;width: 100%;text-align: left;flex-direction: column;}
    #color .color-box img{width:50%; margin: 0 auto; display:block;}
    #color .color-box .tit{font-size: 18px;line-height: 30px;font-weight: 600;color:#000;margin: 10px 0 10px;}
    #color .color-box .info{font-size: 12px;line-height: 1.7;color: #444;}
    #color .color-box li{width: 100%;padding: 40px 0;text-align: center;}
    #color .color-box li~li{position: relative;}
    #color .color-box li~li::before{position: absolute;content: '';width: 100%;height: 1px;top: 0;left: 0;background: #ddd;display: block;}
    #color .box:last-of-type{padding-bottom: 100px;}

    
    #smart-factory .bg-box.active > p{opacity: 1;}
    #smart-factory .bg-box.active .photo li:first-of-type{opacity: 1; transition-delay: .6s;}
    #smart-factory .bg-box.active .photo li:nth-of-type(2){opacity: 1; transition-delay: .7s;}
    #smart-factory .bg-box.active .photo li:nth-of-type(3){opacity: 1; transition-delay: .8s;}
    #smart-factory .bg-box.active .photo.item2 li:first-of-type{opacity: 1; transition-delay: .9s;}
    #smart-factory .bg-box.active .photo.item2 li:nth-of-type(2){opacity: 1; transition-delay: 1s;}
    #smart-factory .bg-box.active .item-info.mobile li:first-of-type{opacity: 1; transition-delay: .6s;}
    #smart-factory .bg-box.active .item-info.mobile li:last-of-type{opacity: 1; transition-delay: .8s;}

    .box-button-prev{width: 27px; height: 44px;}
    .box-button-next{width: 27px; height: 44px;}
    
    #research .mo:not(.main-tit){opacity: 0; transition: 1.6s;}
    #research .mo:not(.main-tit).active{opacity: 1;}   

    #dual-core .mo:not(.main-tit){opacity: 0; transition: 1s;}
    #dual-core .mo:not(.main-tit).active{opacity: 1;}

    #cover .mo:not(.main-tit){opacity: 0; transition: 1s;}
    #cover .mo:not(.main-tit).active{opacity: 1;}

    #dimple .mo:not(.main-tit){opacity: 0; transition: 1s;}
    #dimple .mo:not(.main-tit).active{opacity: 1;}
} 


    /* animation 스마트팩토리 */
    #smart-factory .bg-box > p{opacity: 0; transition: .6s}
    #smart-factory .bg-box .item-info li:first-of-type,
    #smart-factory .bg-box .item-info li:nth-of-type(2),
    #smart-factory .bg-box .item-info li:last-of-type,
    #smart-factory .bg-box .photo li:first-of-type,
    #smart-factory .bg-box .photo li:nth-of-type(2),
    #smart-factory .bg-box .photo li:nth-of-type(3),
    #smart-factory .bg-box .photo li:nth-of-type(4),
    #smart-factory .bg-box .photo li:last-of-type{opacity: 0; transition: 1.2s;}


    #smart-factory .video{opacity: 0; transition: 1s;}
    #smart-factory .video.active{opacity: 1;}
    #smart-factory .box .box.item1 .img-wrap{transform: translateX(80px); opacity: 0; transition: 1.2s;}
    #smart-factory .box .box.item2 .img-wrap{transform: translateX(-80px); opacity: 0; transition: 1.2s;}
    #smart-factory .box .box.item1.active .img-wrap,
    #smart-factory .box .box.item2.active .img-wrap{transform: translateX(0px); opacity: 1;}

    /* animation R&D */
    #research .subtit{opacity: 0; transition: .6s;}
    #research .subtit.active{opacity: 1;}

    /* animation dualcore */
    #dual-core .subtit-wrap .subtit{opacity: 0; transition: 1.2s;}
    #dual-core .subtit-wrap.active .subtit:first-of-type{opacity: 1;}
    #dual-core .subtit-wrap.active .subtit:nth-of-type(2){opacity: 1; transition-delay: .3s;}
    #dual-core .subtit-wrap.active .subtit:last-of-type{opacity: 1; transition-delay: .6s}

    /* animation cover */
    #cover .info-box .item{opacity: 0; transition: 1s;}
    #cover .info-box.active .item:first-of-type{opacity: 1;}
    #cover .info-box.active .item:nth-of-type(2){opacity: 1; transition-delay: .3s;}
    #cover .info-box.active .item:last-of-type{opacity: 1; transition-delay: .6s;}

    /* animation dimple */

    #dimple .img-wrap img{opacity: 0; transition: 1s;}
    #dimple .img-wrap.active .img1{opacity: 1;}
    #dimple .img-wrap.active .img2{opacity: 1; transition-delay: .3s;}

    /* animation color */
    #color .color-box li{opacity: 0; transition: 1s;}
    #color .color-box.active li:first-of-type{opacity: 1;}
    #color .color-box.active li:nth-of-type(2){opacity: 1; transition-delay: .3s;}
    #color .color-box.active li:last-of-type{opacity: 1; transition-delay: .6s;}

/* media */
.media_list .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 41px;
    width: 100%;
    max-width: 1460px;
    padding: 80px 20px 200px;
    margin: 0 auto;
}

.media_list .item {
    overflow: hidden;
    border-radius: 16px;
}

.media_list .img .box {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 302px;
    overflow: hidden;
}
.media_list .img img {
    display: block;
}

.media_list .item .bottom {
    padding: 20px 30px 30px;
    background: #f4f4f4;
}
.media_list .item .badge {
    display: flex;
}
.media_list .item .badge span {
    display: flex;
    width: auto;
    height: 32px;
    padding: 0 12px;
    background: #fff;
    font-size: 12px;
    border-radius: 16px;
    align-items: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.media_list .item .subject {
    display: block;
    width: 100%;
    height: 64px;
    padding: 15px 0 30px;
    font-size: 22px;
    line-height: 32px;
    box-sizing: content-box;
}
.media_list .item .subject a {
    color: #000;
    font-weight: 600;
}
.media_list .item .date {
    color: #444;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .media_list .item_box{
        padding: 70px 20px 130px;
    }
    .media_list .item_box {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px;
    }

    .media_list .item .subject {
        font-size: 18px;
        line-height: 1.4;
        height: 50px;
    }
    .media_list .item .subject br {
        display: none;
    }
    .media_list .item .bottom {
        padding: 20px 20px 30px;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    .media_list .item_box{
        padding: 40px 20px 100px;
    }
    .media_list .item_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 36px;
    }

    .media_list .item .subject {
        font-size: 16px;
        height: 32px;
        padding: 10px 0 15px;
        line-height: 1.4;
    }
    .media_list .item .subject br {
        display: none;
    }
    .media_list .item .bottom {
        padding: 20px 25px;
    }
    .media_list .img .box {
        max-height: 210px;
    }
}

/* media detail */
.media_detail {
    max-width: 1460px;
    padding: 70px 20px 130px;
    margin: 0 auto;
}

.media_detail .subject {
    margin-bottom: 70px;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.media_detail .img {
    margin-bottom: 60px;
}

.media_detail .contents img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.media_detail .contents p {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.media_detail .button {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    margin-top: 70px;
    border-top: 1px solid #e6e6e6;
}

.media_detail .button a {
    display: flex;
    gap: 4px;
    width: fit-content;
    padding: 20px 48px 20px 34px;
    border: 1px solid #444444;
    align-items: center;
}
.media_detail .button a svg {
    width: 30px;
    height: 30px;
    transform: rotate(-90deg);
}
.media_detail .button a span {
    color: #444444;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.media_detail .video{
    margin-bottom: 35px;
}
.media_detail .media-btn-wrap{
    display: flex;
    width: 100%;
    justify-content: center;
}

.media_detail .media-btn-wrap a{
    display: flex;
    width: 210px;
    height: 60px;
    background: #d75271;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .media_detail .subject {
        font-size: 32px;
        margin-bottom: 50px;
    }
    .media_detail .contents p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (min-width: 200px) and (max-width: 767px) {
    .media_detail{
        padding: 40px 20px 100px;
    }

    .media_detail .subject {
        font-size: 24px;
        margin-bottom: 36px;
    }
    .media_detail .contents p {
        font-size: 14px;
        line-height: 24px;
    }
    .media_detail .button a {
        padding: 8px 20px 8px 12px;
        gap: 4px;
    }
    .media_detail .button a svg {
        width: 24px;
        height: 24px;
    }
    .media_detail .button a span {
        font-size: 16px;
    }

    .media_detail .video {
        margin-bottom: 25px;
    }
    .media_detail .media-btn-wrap a{
        width: 35%;
        max-width: 210px;
        height: 48px;
        background: #d75271;
        color: #fff;
        font-size: 14px;
    }
}

/* 검색 결과 */
.result .content_box{
    margin-top: 220px;
}
.result .result{text-align: center;}

.result .keyword{
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    line-height: 1em;
}
.result .keyword::before{
    content: "“";
}
.result .keyword::after{
    content: "”";
}

.result .result_count{
    display: flex;
    font-size: 22px;
    font-weight: 500;
    gap: 6px;
    justify-content: center;
    margin-bottom: 94px;
}
.result .result_count span{
    color: #444;
}

.result .result_count .num{
    font-weight: 600;
    color: #d75271;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .result .content_box{
        margin-top: 160px;
    }
    .result .keyword{
        font-size: 48px;
        margin-bottom: 24px;
    }
    .result .result_count{
        font-size: 20px;
        margin-bottom: 70px;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    .result .content_box{
        margin-top: 140px;
    }    
    .result .keyword{
        font-size: 36px;
        margin-bottom: 16px;
    }
    .result .result_count{
        font-size: 16px;
        margin-bottom: 40px;
    }
}   

/* 라인업 상세페이지 수정 */
@media all and (max-width: 1300px){
    .line_up_01.line_up_01_ball.ball_detail .content_box .main_content .img-wrap{
        padding-left: 20px;
        margin-right: 40px;
    }

    .line_up_01.line_up_01_ball.ball_detail .content_box .main_content .right{
        width: 100%;
    }
}

@media all and (max-width:767px){
    .request_btn {
        width: 160px;
        height: 50px;
        background: #d75271;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        align-items: center;
        align-self: center;
        justify-self: center;
    }
    .request_btn a {
        display: flex;
        gap: 4px;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
}

/* 브랜드 스토리 신규 */
.introduce .top-title{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 35px;
}
.introduce .top-desc{
    font-size: 18px;
    line-height: 30px;
    color: #444;
    text-align: center;
}

.intro-secter01{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}

.intro-secter01 video,
.intro-secter01 .bg{
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    object-fit: cover;
}

.intro-secter02{
    margin: 200px auto 0;
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.intro-secter02 img{
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.intro-secter02 .lef img{
    max-width: 424px;
    margin-bottom: 25px;
}

.intro-secter02 .rig{
    max-width: 710px;
}
.intro-secter02 .rig video{
    max-width: 710px;
    width: 100%; 
    object-fit: contain;
}

.intro-secter02 .title{
    font-size: 36px;
    font-weight: 900;
    color: #000;
    margin-bottom: 40px;
}

.condor-wrapper .desc span,
.intro-secter02 .desc span{
    color: #444;
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.condor-wrapper .desc span ~ span,
.intro-secter02 .desc span ~ span{
    margin-top: 15px;
}

.intro-secter02 .desc strong{
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.condor-wrapper{
    text-align: center;
}

.condor-wrapper .logo{
    max-width: 420px;
    margin: 80px auto 50px;
}

.intro-secter03{
    margin: 200px auto 0;
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
}

.intro-item-wrapper{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-top: 60px;
}

.intro-item-wrapper > div{
    width: 100%;
}

.intro-item-wrapper .img-wrap{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 260px;
}

.intro-item-wrapper .title-wrap{
    position: absolute;
    bottom: 30px; left: 30px;
    text-align: left;
}

.intro-item-wrapper .title-wrap .title{
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(to right, #ffcc23, #fb96ab);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-item-wrapper .title-wrap .desc{
    font-size: 16px;
    color: #fff;
    margin-top: 2px;
}

.intro-item-wrapper .info-box{
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 0 0 16px 16px;
    border: 1px solid #ddd;
    border-top: none;
    height: 200px;
}

.intro-item-wrapper span{
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 28px;
}

.intro-item-wrapper span ~ span{
    margin-top: 10px
}

.introduce .intro-video{
    margin-top: 200px;
    max-width: 1460px;
}

.introduce .intro-video .video-wrap{
    width: 100%; height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.introduce .intro-video .video-wrap .box{
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.introduce .intro-video iframe{
    width: 100%; height: 100%;
}

.intro-secter04{
    margin: 200px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px 0px;
    box-sizing: border-box;
    background: url(../img/sub/brandstory/intro-bg02.jpg) no-repeat center;
    background-size: cover;
}

.intro-secter04 .logo-wrap{
    max-width: 1460px;
    width: 100%;
    padding: 0 20px;
    display: flex;
}

.logo-wrap .lef {
    width: 50%;
    flex-shrink: 0;
}

.logo-wrap .lef .img-wrap{
    width: 100%;
    height: 0;
    padding-bottom: 64.7895%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.logo-wrap .lef img{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: block;
}

.logo-wrap .lef .box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    border-radius: 16px;
    border: 1px solid #ddd;
}

.logo-wrap .rig{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 110px;
    gap: 40px;
}

.logo-wrap .__m{
    display: none;
}

.logo-wrap .rig .header{
    font-size: 40px;
    color: #000;
    font-weight: 900;
}

.logo-wrap .rig .desc{
    font-size: 18px;
    line-height: 30px;
    color: #444;
    font-weight: 400;
}

.logo-wrap .down_btn{
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #d75271;
}

.intro-secter05{
    margin: 200px auto;
    width: 100%;
    max-width: 1460px;
}

.intro-secter05 .secter-img{
    border-radius: 160px 0 160px 0px;
    overflow: hidden;
    margin: 80px auto;
}

.item-slide-wrap{
    display: flex;
    justify-content: space-between;
}

.intro-secter05 .item-slide-wrap .title{
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    color: #000;
    margin-bottom: 36px;
}
.intro-secter05 .line{
    display: block;
    width: 60px; height: 1px;
    background: #000;
    margin-bottom: 36px;
}
.intro-secter05 .desc span{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #444;
}
.intro-secter05 .desc .up{
    margin-top: 40px;
}
.intro-secter05 .desc span ~ span{
    margin-top: 25px;
}

.intro-secter05 .rig{
    width: 50%;
    flex-shrink: 0;
}
.intro-secter05 .swiper-container{
    position: relative;
    overflow: hidden;
}
.intro-secter05 img{
    display: block;
}

.intro-secter05 .arr-wrap{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
}
.intro-secter05 .arr-wrap > div{
    width: 27px;
    height: 44px;
    cursor: pointer;
}
.intro-secter05 .arr-wrap > .prev{
    padding: 40px 40px 40px 0;
    box-sizing: content-box;
}
.intro-secter05 .arr-wrap > .next{
    padding: 40px 0 40px 40px;
    box-sizing: content-box;
}
.intro-secter05 .arr-wrap .btn{
    display: block; width: 100%; height: 100%;
    background-size: contain;

}
.intro-secter05 .arr-wrap > .prev > .btn{
    background-image: url(../img/sub/brandstory/intro-arr-prev.png);
}
.intro-secter05 .arr-wrap > .next > .btn{
    background-image: url(../img/sub/brandstory/intro-arr-next.png);
}

.intro-secter05 .pagination{
    display: flex; justify-content: center;
    margin-top: 12px;
    gap: 8px;
}
.intro-secter05 .swiper-pagination-bullet{
    margin: 0 !important;
    background: #ccc;
    opacity: 1;
}
.intro-secter05 .swiper-pagination-bullet-active{
    background: #ccc;
    opacity: 1;
    background: linear-gradient(to right, #ffcc23, #fb96ab) !important;
}

.introduce img.__p{display: block;}
.introduce img.__m{display: none;}

br.__mo{display: none;}

@media (min-width:768px) and (max-width: 1200px){
    .introduce img.__p{display: none;}
    .introduce img.__m{display: block;}

    .intro-secter01{
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
    }

    .intro-secter02{
        flex-direction: column;
        gap: 35px;
        align-items: flex-start;
        text-align: left;
        margin: 100px auto 0;
    }

    .intro-secter02 .lef img{
        width: 300px;
        margin-bottom: 20px;
    }

    .intro-secter02 .rig video,
    .intro-secter02 .rig{
        max-width: none;
        width: 100%;
    }

    .intro-secter02 .title{
        font-size: 36px;
        margin-bottom: 32px;
    }

    .condor-wrapper .desc span,
    .intro-secter02 .desc span{
        font-size: 16px;
        line-height: 24px;
    }
    .condor-wrapper .desc span ~ span,
    .intro-secter02 .desc span ~ span{
        margin-top: 14px;
    }
    .intro-secter02 .desc strong{
        margin-top: 14px;
        font-size: 16px;
    }

    .brandstory_01 .content .top{
        flex-direction: column;
        gap: 30px;
    }

    .logo-wrap .rig .header,
    .introduce .top-title{
        font-size: 32px;
        margin-bottom: 24px;
    }
    .logo-wrap .rig .desc,
    .introduce .top-desc{
        font-size: 16px;
        line-height: 1.45;
    }

    .introduce .top-desc br{
        display: block;
    }

    .intro-secter03{
        margin: 100px auto 0;
    }

    .intro-item-wrapper{
        gap: 14px;
    }

    .intro-item-wrapper .img-wrap{
        height: 180px;
    }

    .intro-item-wrapper .info-box{
        padding: 15px;
        height: 180px;
    }

    .intro-item-wrapper .title-wrap{
        bottom: 15px; left: 15px;
    }
    
    .intro-item-wrapper .title-wrap .title{
        font-size: 18px;
    }
    
    .intro-item-wrapper .title-wrap .desc{
        font-size: 14px;
        margin-top: 2px;
    }

    .intro-item-wrapper span{
        font-size: 14px;
        line-height: 1.6;
    }

    .intro-item-wrapper span ~ span{
        margin-top: 6px;
    }

    .introduce .intro-video{
        margin-top: 100px;
    }

    .intro-secter04{
        margin: 100px auto 0;
        padding: 80px 0;
    }
    
    .intro-secter04 .logo-wrap{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .logo-wrap .lef{
        width: 100%;
    }
    .logo-wrap .rig{
        padding-left: 0;
        align-items: flex-start;
        text-align: left;
        gap: 30px;
    }

    .logo-wrap .rig .header{
        margin-bottom:0;
    }
    
    .logo-wrap .rig br{
        display: block;
    }

    .logo-wrap .down_btn{
        width: 180px;
        height: 48px;
        font-size: 15px;
    }

    .intro-secter05{
        margin: 100px auto;
        padding: 0 20px;
    }

    .intro-secter05 .secter-img{
        margin: 50px auto;
        border-radius: 80px 0 80px 0;
    }

    .item-slide-wrap{
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .item-slide-wrap .lef{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .item-slide-wrap .lef br{
        display: block;
    }

    .intro-secter05 .item-slide-wrap .title{
        font-size: 26px;
        line-height: 1.35;
        margin-bottom: 24px;
    }
    .intro-secter05 .line{
        display: block;
        width: 40px; height: 1px;
        background: #000;
        margin-bottom: 24px;
    }
    .intro-secter05 .desc span{
        display: block;
        font-size: 15px;
        line-height: 1.6;
        color: #444;
    }
    .intro-secter05 .desc .up{
        margin-top: 25px;
    }
    .intro-secter05 .desc span ~ span{
        margin-top: 12px;
    }

    .intro-secter05 .rig{
        width: 100%;
    }
}

@media (min-width:240px) and (max-width: 767px){
    .introduce img.__p{display: none;}
    .introduce img.__m{display: block;}
    br.__mo{display: block;}
    
    .intro-secter01{
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
    }

    .intro-secter02 br{display: none;}
    .intro-secter02 br.__mo{display: block;}

    .intro-secter03 br{display: none;}
    .intro-secter03 br.__mo{display: block;}

    .intro-secter02{
        flex-direction: column;
        gap: 35px;
        align-items: flex-start;
        text-align: left;
        margin: 80px auto 0;
    }

    .intro-secter02 .lef img{
        width: 55%;
        margin-bottom: 15px;
    }
    .intro-secter02 .rig img{
        width: 100%;
        max-width: none;
    }

    .intro-secter02 .title{
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 30px;
    }

    .condor-wrapper .desc span,
    .intro-secter02 .desc span{
        font-size: 12px;
        line-height: 1.5;
    }
    
    .condor-wrapper .desc span ~ span,
    .intro-secter02 .desc span ~ span{
        margin-top: 10px;
    }
    .intro-secter02 .desc strong{
        margin-top: 12px;
        font-size: 12px;
    }

    .brandstory_01 .content .top{
        flex-direction: column;
        gap: 30px;
    }

    .condor-wrapper .logo{
        max-width: 60%;
        margin: 40px auto 30px;
    }

    .logo-wrap .rig .header,
    .introduce .top-title{
        font-size: 30px;
        margin-bottom: 18px;
        line-height: 36px;
    }
    .logo-wrap .rig .desc,
    .introduce .top-desc{
        font-size: 12px;
        line-height: 1.6;
    }

    .introduce .top-desc br{
        display: block;
    }

    .intro-secter03{
        margin: 80px auto 0;
    }

    .intro-item-wrapper{
        gap: 30px;
        flex-direction: column;
        margin-top: 40px;
    }

    .intro-item-wrapper .img-wrap{
        height: 145px;
    }

    .intro-item-wrapper .info-box{
        padding: 15px;
        height: 110px;
    }
    
    .intro-item-wrapper .info-box br{
        display: block;
    }


    .intro-item-wrapper .title-wrap{
        bottom: 15px; left: 15px;
    }
    
    .intro-item-wrapper .title-wrap .title{
        font-size: 18px;
    }
    
    .intro-item-wrapper .title-wrap .desc{
        font-size: 12px;
        margin-top: 2px;
    }

    .intro-item-wrapper span{
        font-size: 10px;
        line-height: 1.6;
    }

    .intro-item-wrapper span ~ span{
        margin-top: 6px;
    }

    .introduce .intro-video{
        margin-top: 60px;
    }

    .intro-secter04{
        margin: 80px auto 0;
        padding: 80px 0;
    }
    
    .intro-secter04 .logo-wrap{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .logo-wrap .lef{
        width: 100%;
    }

    .logo-wrap .rig{
        padding-left: 0;
        align-items: flex-start;
        text-align: left;
        gap: 30px;
    }

    .logo-wrap .rig .header{
        margin-bottom: 0;
    }

    .logo-wrap .down_btn{
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    .intro-secter05{
        margin: 100px auto;
        padding: 0 20px;
    }

    .intro-secter05 .secter-img{
        margin: 50px auto;
        border-radius: 40px 0 40px 0;
    }

    .item-slide-wrap{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .item-slide-wrap .lef{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .intro-secter05 .item-slide-wrap .title br{
        display: block;
    }

    .item-slide-wrap .lef .desc br{
        display: none;
    }

    .intro-secter05 .item-slide-wrap .title{
        font-size: 22px;
        line-height: 1.35;
        margin-bottom: 24px;
    }
    .intro-secter05 .line{
        display: block;
        width: 40px; height: 1px;
        background: #000;
        margin-bottom: 24px;
    }
    .intro-secter05 .desc span{
        display: block;
        font-size: 12px;
        line-height: 1.6;
        color: #444;
    }
    .intro-secter05 .desc .up{
        margin-top: 20px;
    }
    .intro-secter05 .desc span ~ span{
        margin-top: 15px;
    }

    .intro-secter05 .rig{
        width: 100%;
    }
}

@media all and (max-width: 1200px){
    .intro-secter02 .lef *{
        opacity: 0; transform: translateY(20px); transition: 0.8s;
    }
    .intro-secter02 .lef.active *{
        opacity: 1; transform: none;
    }
    
    .intro-secter02 .lef.active .title{transition-delay: 0.2s;}
    .intro-secter02 .lef.active .desc{transition-delay: 0.4s;}
    
    .intro-secter02 .rig{transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .intro-secter02 .rig.active{opacity: 1; transform: none;}
    
    .introduce .top-section *{transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .introduce .top-section.active *{opacity: 1; transform: none;}
    
    .intro-item-wrapper > div {transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .intro-item-wrapper > div.active {opacity: 1; transform: none;}
    
    .introduce .intro-video .video-wrap{transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .introduce .intro-video.active .video-wrap {opacity: 1; transform: none;}
    
    .intro-secter04 .logo-wrap > div{transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .intro-secter04 .logo-wrap > div.active {opacity: 1; transform: none;}
    
    .intro-secter05 .mo {transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .intro-secter05 .active {opacity: 1; transform: none;}
}


@media all and (min-width: 1201px){
    .intro-secter02 .lef{transform: translateX(-40px); opacity: 0; transition: 1s;}
    .intro-secter02 .rig{transform: translateX(40px); opacity: 0; transition: 1s;}
    .intro-secter02 .active{opacity: 1; transform: none;}

    .introduce .top-section *{transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .introduce .top-section.active *{opacity: 1; transform: none;}
    
    .intro-item-wrapper > div {transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .intro-item-wrapper > div.active {opacity: 1; transform: none;}

    .intro-item-wrapper > .lef{transition-delay: 0;}
    .intro-item-wrapper > .cen{transition-delay: 0.2s;}
    .intro-item-wrapper > .rig{transition-delay: 0.4s;}
    
    .introduce .intro-video .video-wrap{transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .introduce .intro-video.active .video-wrap {opacity: 1; transform: none;}
    
    .intro-secter04 .lef{transform: translateX(-40px); opacity: 0; transition: 1s;}
    .intro-secter04 .rig{transform: translateX(40px); opacity: 0; transition: 1s;}
    .intro-secter04 .active{opacity: 1; transform: none;}
    
    .intro-secter05 .mo {transform: translateY(30px); transition: 0.8s; opacity: 0;}
    .intro-secter05 .active {opacity: 1; transform: none;}
}

.condor-wrapper .logo,
.condor-wrapper .desc{
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;
}

.condor-wrapper .active {
    opacity: 1;
    transform: none;
}

.condor-wrapper .condor_btn{
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #d75271;
    margin: 40px auto 0;
}

@media all and (max-width: 1200px){
    .condor-wrapper .condor_btn{
        width: 180px;
        height: 48px;
        font-size: 15px;
        margin: 40px auto 0;
    }
}

@media all and (max-width: 767px){
    .condor-wrapper .condor_btn{
        width: 160px;
        height: 40px;
        font-size: 14px;
        margin: 30px auto 0;
    }
}


/* 상세페이지 추가 서식 */
.request_btn {
    width: 192px;
    height: 70px;
    background: #d75271;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    align-items: center;
}
.request_btn a {
    display: flex;
    gap: 4px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.product-details {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    margin-top: 100px;
    grid-column: 1/3;
    align-items: center;
}

.product-details .title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    background: #f9f9f9;
    color: #444;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
}

/* 라인업 상세페이지 수정 */
@media all and (max-width: 1300px){
    .line_up_01.line_up_01_ball.ball_detail .content_box .main_content .img-wrap{
        padding-left: 20px;
        margin-right: 40px;
    }

    .line_up_01.line_up_01_ball.ball_detail .content_box .main_content .right{
        width: 100%;
    }
}

@media all and (max-width:767px){
    .request_btn {
        width: 160px;
        height: 50px;
        background: #d75271;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        align-items: center;
        align-self: center;
        justify-self: center;
    }
    .request_btn a {
        display: flex;
        gap: 4px;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    /* .sub .menu_bar .end.type1{
        display: none;
    } */
}


/* 추가 서식 */
.line_up_list .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 4px;
    width: 100%;
    max-width: 1668px;
    padding: 0 20px 200px;
    margin: 0 auto;
}

.line_up_list section .item,
.line_up_list section .item a {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.line_up_list section .item .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 118.5%;
    background: #f6f6f6;
}

.line_up_list section .item .img .box {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.line_up_list section .item .img .box img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.line_up_list section .item .text h4 {
    margin: 15px auto 3px;
    font-size: 24px;
    line-height: 30px;
}

.line_up_list section .item .desc {
    overflow: hidden;
    width: 100%;
    color: #444444;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 뱃지 */
.line_up_list section .item .badge {
    display: flex;
    gap: 2px;
    margin-top: 15px;
}
.line_up_list section .item .badge-item {
    display: flex;
    width: auto;
    height: 18px;
    padding: 0 9px;
    font-size: 9px;
    align-items: center;
}
.line_up_list section .item .badge-item.lineup {
    background: #f3cbd4;
    color: #be6b7e;
}
.line_up_list section .item .badge-item.texture {
    background: #e5e5e5;
    color: #000;
    letter-spacing: 0.075em;
}

@media (min-width: 768px) and (max-width: 1150px) {

    .line_up_list .item_box {
        gap: 50px 8px;
        padding: 20px 20px 100px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }

    .line_up_list .item .img .box {
        padding: 20px;
    }

    .line_up_list .item .text h4 {
        margin: 10px auto 6px;
        font-size: 20px;
        line-height: 24px;
    }

    .line_up_list .item .desc {
        font-size: 12px;
        line-height: 30px;
    }

    .line_up_list .item .badge {
        margin-top: 8px;
    }
}

@media screen and (max-width: 767px) {

    .line_up_list .item_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 8px;
        padding: 0 20px 100px;
        margin-top: 50px;
    }

    .line_up_list .item .img .box {
        padding: 20px;
    }

    .line_up_list .item .text h4 {
        margin: 10px auto 6px;
        font-size: 20px;
        line-height: 24px;
    }

    .line_up_list .item .desc {
        font-size: 12px;
        line-height: 30px;
    }

    .line_up_list .item .badge {
        margin-top: 8px;
    }
}

.condor_event br.__m{
    display: none;
}

.condor-event .event-box{
    width: calc(80% + 40px);
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 200px;
}

.end br.__m{display: none;}

.condor-event .event-link{
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 24.25%;
    height: 1.8%;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 1200px){
    .condor-event .event-box{
        width: 100%;
        margin-bottom: 120px;
    }
    .condor-event .event-link{
        left: 20%;
        bottom: 24.25%;
    }
}

@media (min-width: 200px) and (max-width: 767px){
    .condor_event br.__m{
        display: block;
    }
    .end br.__m{display: block;}

    .condor-event .event-box{
        width: 100%;
        margin-bottom: 80px;
    }
    .condor-event .event-link{
        left: 20%;
        bottom: 24.5%;
    }
}

