@charset "utf-8";
@import url("https://webfontworld.github.io/gmarket/GmarketSans.css");

.custom_ball header .header_img .girl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../img/sub/custom/cp-vis.png) no-repeat center bottom;
    background-size: cover;
    z-index: 9;
}

.custom .content {
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
    margin: 0 auto;
}

.top-menu {
    max-width: 1670px;
    padding: 116px 20px 80px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.top-menu::after{
    display:block;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
    z-index: 0;
}
.ball_detail .top-menu {
    padding: 100px 20px 0px;
}
.media_list .top-menu {
    max-width: 1460px;
    padding: 0 20px;
}

.top-menu ul {
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 10;
}

.top-menu ul > li {
    display: flex;
    position: relative;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #e6e6e6;
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
    min-width: 120px;
}

.top-menu li .badge {
    display: flex;
    position: absolute;
    top: -9px;
    left: 30px;
    height: 18px;
    padding: 0px 9px;
    background: #000;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 0.075em;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    text-wrap: nowrap;
}

.top-menu li .badge.ionomer{
    left: 50%;
    transform: translateX(-50%);
}

.top-menu a {
    font-family: "Titillium Web";
    text-wrap: nowrap;
}

.top-menu ul > li.active {
    border: none;
    background: linear-gradient(90deg, #ffc400 0%, #d75271 100%);
    color: #fff;
}
.top-menu li.active a {
    color: #fff;
}
.top-menu li a {
    color: #000;
}

.title-box {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 960px;
    justify-content: center;
    align-items: center;
}
.title-box .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(../img/sub/custom/cp-bg01.jpg?ver=3) no-repeat center;
    background-size: cover;
    transform: translate(-50%, -50%) scale(1.3);
    transition: 3s;
}

.title-box .item-wrap {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 10;
}
.title-box .item-wrap * {
    color: #fff;
}
.title-box .top-title {
    margin-bottom: 45px;
    color: #fff;
    font-weight: 900;
    font-size: 64px;
    line-height: 1.2;
}
.title-box .top-title b {
    display: inline-block;
    position: relative;
    font-weight: 800;
}
.title-box .top-title b::after {
    display: block;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}
.top-title br {
    display: block !important;
}

.title-box .catch-title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 28px;
}
.title-box .detail {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.information-section {
    margin: 160px auto 30px;
    text-align: center;
}
.information-section .top-title {
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
}
.information-section .catch-title {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}
.information-section .detail {
    font-size: 18px;
    line-height: 30px;
}

.title-img-box {
    max-width: 1053px;
    margin: 0 auto;
    transform: translateX(6.5%);
}
.title-img-box img {
    object-fit: contain;
}
.title-img-box .__m {
    display: none;
}

.model-wrapper {
    max-width: 1420px;
    margin: 160px auto 0;
}
.model-wrapper .title {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}
.model-wrapper .slide-wrapper {
    position: relative;
}
.model-wrapper .swiper-container {
    overflow: hidden;
}
.model-wrapper .swiper-slide .item-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
}
.model-wrapper .item-wrap img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.model-wrapper .swiper-slide .item-name {
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.model-wrapper .swiper-slide .item-detail {
    margin-top: 26px;
    color: #444;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.model-wrapper .arr-wrap {
    display: flex;
    position: absolute;
    top: 150px;
    left: 50%;
    width: calc(100% + 100px);
    height: 1px;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    align-items: center;
}
.model-wrapper .arr-wrap > div {
    display: block;
    width: 20px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.model-wrapper .arr-wrap .prev {
    background-image: url(../img/sub/custom/cp-arr-prev.png);
}
.model-wrapper .arr-wrap .next {
    background-image: url(../img/sub/custom/cp-arr-next.png);
}

#example {
    margin: 0 auto 160px;
}

.link-btn-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.brochure-btn {
    display: flex;
    width: 270px;
    height: 66px;
    margin: 60px auto 155px;
    background: #d75271;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.custom-form_box {
    margin-bottom: 130px;
}

.custom-form_box .title {
    margin-bottom: 55px;
    color: #000;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}
.custom-form_box .notice {
    margin-bottom: 4px;
    color: #ff0000;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.custom-form_box form {
    width: 100%;
    padding: 100px;
    background: #f9f9f9;
}
.custom-form_box .middle {
    width: 100%;
    margin-bottom: 48px;
}
.custom-form_box .middle div {
    display: flex;
    align-items: center;
}
.custom-form_box .contact_inquirie {
    color: #444444;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.custom-form_box .contact_inquirie a {
    display: block;
    margin-top: 16px;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.custom-form_box .middle .i_type .i_click_absolute.on {
    opacity: 1;
    z-index: 999;
}
.custom-form_box .middle .i_type .i_click_absolute .i_click_absolute_txt {
    display: flex;
    width: 100%;
    padding: 24px;
    background-color: #ffffff;
    transition: 0.3s;
}
.custom-form_box .middle .ga {
    gap: 48px;
    margin-bottom: 48px;
}

.custom-form_box .ga > div,
.custom-form_box .middle .title {
    gap: 0 !important;
}

.custom-form_box .middle .ga div {
    gap: 20px;
    width: 100%;
}
.custom-form_box .middle .name,
.custom-form_box .middle .company,
.custom-form_box .middle .phone,
.custom-form_box .middle .email {
    width: 50%;
}
.custom-form_box .middle label {
    display: flex;
    flex-shrink: 0;
    width: 172px;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    align-items: center;
    justify-content: flex-start;
}
.custom-form_box .middle label > span {
    margin-left: 8px;
    color: #d75271;
}
.custom-form_box .middle input {
    width: 100%;
    height: 74px;
    border: 1px solid #dddddd;
    background: #ffffff;
}


.custom-form_box .middle .name {
    gap: 20px;
}
.custom-form_box .middle .company {
    gap: 65px;
}

.custom-form_box .contanct .phone-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.custom-form_box .phone-wrap > div {
    position: relative;
}
.custom-form_box .phone-wrap .lef {
    flex-shrink: 0;
    width: 140px !important;
}
.custom-form_box .phone-wrap .rig {
    width: 100%;
}

.custom-form_box .phone-wrap span {
    position: absolute;
    top: 50%;
    left: 24px;
    color: #828282;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    transform: translateY(-50%);
    pointer-events: none;
    text-wrap: nowrap;
}

.custom-form_box input::placeholder {
    white-space: pre-wrap;
}

.custom-form_box .select-wrap {
    width: 50%;
    box-sizing: border-box;
}

.custom-form_box .select-wrap select {
    width: 100%;
    height: 74px;
    padding: 0 24px;
    border: 1px solid #dddddd;
    background-color: #fff;
    background-image: url(../img/sub/custom/cp-select-arr.png);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 11px 7px;
    color: #828282;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-form_box .select-wrap select.active {
    color: #444;
}

.custom-form_box .select-wrap select:focus {
    outline: 2px solid #000;
}

/* IE에서 화살표 숨기기 */
.custom-form_box .select-wrap select::-ms-expand {
    display: none;
}

.custom-form_box *:focus {
    outline: 2px solid #000;
}
.custom-form_box *::placeholder {
    font-size: 14px;
}

.custom-form_box textarea {
    width: 100%;
    height: 240px;
    padding: 24px;
    border: 1px solid #ddd;
    background: #fff;
    resize: none;
}

.custom-form_box .ga .item01 {
    width: calc(50% - 24px) !important;
}

.custom-form_box input {
    padding: 0 24px;
}
.custom-form_box .middle .title {
    align-items: flex-start;
}
.custom-form_box .middle .title label {
    padding-top: 24px;
}

.custom-form_box .link-btn-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.custom-form_box .button {
    width: 170px;
    height: 66px;
    border: none;
    background: #d75271;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}
br.__m {
    display: none;
}

@media (min-width: 1250px) and (max-width: 1420px) {
    .custom_ball .content {
        overflow-x: hidden;
        width: 100%;
    }

    .model-wrapper {
        width: 100%;
        padding: 0 80px;
        box-sizing: border-box;
    }

    .title-img-box {
        overflow-x: hidden;
        width: 93.5%;
    }

    .custom-form_box .phone-wrap span {
        width: calc(100% - 24px);
        height: auto;
        font-size: 12px;
        text-wrap: auto;
    }

    .custom-form_box .phone-wrap span br {
        display: none;
    }

    .model-wrapper .swiper-slide .item-wrap {
        padding: 10px;
    }
}

@media (min-width: 1250px) and (max-width: 1440px){
    .top-menu ul > li {
        display: flex;
        height: 54px;
        padding: 0 20px;
        border: 1px solid #e6e6e6;
        font-family: "Titillium Web";
        font-weight: 600;
        font-size: 18px;
        justify-content: center;
        align-items: center;
        border-radius: 27px;
    }
    .top-menu li .badge {
        left: 20px;
        height: 16px;
        font-size: 8px;
    }

    .custom .select-wrap{
        margin-top: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1249px) {
    .custom_ball .content {
        overflow-x: hidden;
        width: 100%;
    }
    .top-menu {
        padding: 0 20px !important;
        margin: 50px auto 0;
    }
    .top-menu ul {
        flex-wrap: wrap;
        gap: 12px 8px;
    }
    .model-wrapper {
        width: 100%;
        padding: 0 80px;
        box-sizing: border-box;
    }
    .top-menu ul > li {
        display: flex;
        height: 54px;
        padding: 0 20px;
        border: 1px solid #e6e6e6;
        font-family: "Titillium Web";
        font-weight: 600;
        font-size: 18px;
        justify-content: center;
        align-items: center;
        border-radius: 27px;
    }
    .top-menu li .badge {
        left: 20px;
        height: 16px;
        font-size: 8px;
    }

    .custom-form_box .phone-wrap span {
        width: calc(100% - 24px);
        height: auto;
        font-size: 12px;
        text-wrap: auto;
    }

    .custom-form_box .phone-wrap span br {
        display: none;
    }

    .custom-form_box form {
        padding: 24px;
    }

    .model-wrapper .swiper-slide .item-wrap {
        padding: 15px;
    }
}

@media all and (max-width: 1149px) {
    .custom {
        overflow: hidden;
    }
    .top-menu {
        padding: 0 20px !important;
        margin: 50px auto 0;
    }
    .top-menu ul {
        flex-wrap: wrap;
        gap: 12px 8px;
        width: 100%;
    }
    .top-menu ul > li {
        display: flex;
        height: 54px;
        padding: 0 20px;
        border: 1px solid #e6e6e6;
        font-family: "Titillium Web";
        font-weight: 600;
        font-size: 18px;
        justify-content: center;
        align-items: center;
        border-radius: 27px;
    }
    .top-menu li .badge {
        left: 20px;
        height: 16px;
        font-size: 8px;
    }
    .custom .content {
        overflow-x: hidden;
        padding: 0 20px;
    }
    .title-box {
        height: 80svh;
        padding: 0 20px;
    }
    .title-box .item-wrap {
        word-break: keep-all;
    }
    .title-box .top-title {
        margin-bottom: 24px;
        font-size: 40px;
    }
    .title-box .catch-title {
        margin-bottom: 24px;
        font-size: 24px;
    }
    .title-box .detail {
        font-size: 16px;
        line-height: 1.6;
    }

    .information-section {
        margin: 80px auto 20px;
    }
    .information-section .top-title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.25;
    }
    .information-section .catch-title {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 1.25;
    }
    .information-section .detail {
        font-size: 14px;
        line-height: 1.6;
    }

    .title-img-box .__p {
        display: none;
    }
    .title-img-box .__m {
        display: flex;
        flex-direction: column;
    }
    .title-img-box .__m .top {
        transform: translateX(-6%);
    }
    .title-img-box .__m .bot {
        margin-top: -20%;
    }

    .model-wrapper .title {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .model-wrapper .swiper-slide .item-name {
        margin-top: 20px;
        font-size: 16px;
    }

    .custom-form_box {
        overflow: hidden;
    }
    .model-wrapper {
        margin: 80px auto 0;
    }
    .slide-wrapper {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
    #example .arr-wrap,
    #item .arr-wrap {
        top: calc(50% - 24px);
        width: calc(100% + 80px);
    }
    #list .arr-wrap {
        top: calc(50% - 75px);
        width: calc(100% + 80px);
    }
    .model-wrapper .arr-wrap > div {
        width: 16px;
    }
    .model-wrapper .swiper-slide .item-detail {
        height: 68px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.6;
    }

    #example {
        margin: 0 auto 80px;
    }
    .brochure-btn {
        width: 80%;
        height: 48px;
        margin: 36px auto 80px;
        font-size: 16px;
    }

    .custom-form_box {
        margin-bottom: 80px;
    }

    .custom-form_box .title {
        margin-bottom: 30px;
        color: #000;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
    }
    .custom-form_box .notice {
        margin-bottom: 4px;
        color: #ff0000;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .custom-form_box form {
        padding: 24px;
    }
    .custom-form_box .middle .ga {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }
    .custom-form_box .phone-wrap .lef {
        width: 100% !important;
    }
    .custom-form_box .middle .ga div {
        flex-direction: column;
        gap: 8px !important;
        align-items: flex-start;
    }
    .custom-form_box .ga .item01 {
        width: 100% !important;
    }

    .custom-form_box .middle label {
        width: 100%;
        font-size: 14px;
    }
    .custom-form_box .middle input {
        padding: 0 14px;
        height: 52px;
        font-size: 12px;
    }
    .custom-form_box .middle input::placeholder{
        font-size: 12px;
        text-wrap: nowrap;
    }
    
    .custom-form_box .select-wrap select {
        padding: 0 14px;
        height: 52px;
        font-size: 12px;
    }
    .custom-form_box label br {
        display: none;
    }
    .custom-form_box .middle .title label {
        padding-top: 0;
    }
    .custom-form_box .middle .title {
        flex-direction: column;
        gap: 8px !important;
        margin-bottom: 0 !important;
    }
    .custom-form_box textarea {
        height: 180px;
        padding: 14px;
        font-size: 12px;
    }
    .custom-form_box textarea::placeholder {
        font-size: 12px;
    }
    .custom-form_box .middle {
        margin-bottom: 30px;
    }
    .custom-form_box .button {
        width: 100%;
        height: 48px;
        font-size: 16px;
    }
    br.__m {
        display: block;
    }

    .custom-form_box .phone-wrap span br {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .title-img-box {
        padding: 0 80px;
    }
}

@media all and (max-width: 767px) {
    .top-menu {
        padding: 0 10px !important;
        margin: 50px auto 0;
    }
    .top-menu ul {
        flex-wrap: wrap;
        gap: 12px 5px;
    }
    .top-menu ul > li {
        display: flex;
        height: 44px;
        padding: 0 16px;
        border: 1px solid #e6e6e6;
        font-family: "Titillium Web";
        font-weight: 600;
        font-size: 13px;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        min-width: 70px;
    }
    .top-menu li .badge {
        left: 12px;
        height: 16px;
        font-size: 8px;
    }

    .top-menu li .badge.badge_lineup{
        left: 12px;
    }

    .top-menu li .badge.ionomer{
        left: 50%;
        transform: translateX(-50%);
    }

    .sub .txt span {
        line-height: 1.4;
    }

    .title-box .top-title {
        font-size: 28px;
    }

    .title-box .catch-title {
        font-size: 20px;
    }

    .title-box .detail {
        font-size: 14px;
    }

    .information-section .top-title {
        font-size: 22px;
    }

    .information-section .catch-title {
        font-size: 12px;
    }
    .information-section .detail {
        font-size: 12px !important;
    }
    .custom-form_box .title,
    .model-wrapper .title {
        font-size: 22px;
    }

    .model-wrapper .swiper-container {
        overflow: visible;
    }

    .model-wrapper .swiper-slide {
        opacity: 1;
        transition: 0.8s;
    }
    /* .model-wrapper .swiper-slide-prev{
        opacity: 0;
    } */

    .model-wrapper .swiper-slide .item-name {
        font-size: 15px;
    }
    .model-wrapper .swiper-slide .item-detail br{
        display: none;
    }
    .model-wrapper .swiper-slide .item-detail br.__m{
        display: block;
    }
    .model-wrapper .swiper-slide .item-detail {
        height: 90px;
        margin-top: 15px;
        font-size: 12px;
    }

    .model-wrapper .swiper-slide .item-name,
    .model-wrapper .swiper-slide .item-detail{
        opacity: 0;
    }
    .model-wrapper .swiper-slide-active .item-name,
    .model-wrapper .swiper-slide-active .item-detail{
        animation: customSwiper 1s forwards;
        animation-delay: 0.5s;
    }

    @keyframes customSwiper {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }





    .model-wrapper .slide-wrapper {
        width: 100%;
    }

    .custom-form_box .notice {
        font-size: 10px;
    }

    #item .arr-wrap,
    #example .arr-wrap,
    #list .arr-wrap {
        display: none;
    }
}

/* motion */
.top-menu li {
    opacity: 0;
    transition: 0.8s;
}
.top-menu li:nth-child(1) {
    transition-delay: 0.2s;
}
.top-menu li:nth-child(2) {
    transition-delay: 0.4s;
}
.top-menu li:nth-child(3) {
    transition-delay: 0.6s;
}
.top-menu li:nth-child(4) {
    transition-delay: 0.8s;
}
.top-menu li:nth-child(5) {
    transition-delay: 1s;
}
.top-menu li:nth-child(6) {
    transition-delay: 1.2s;
}
.top-menu li:nth-child(7) {
    transition-delay: 1.4s;
}
.top-menu li:nth-child(8) {
    transition-delay: 1.6s;
}
.top-menu li:nth-child(9) {
    transition-delay: 1.8s;
}
.top-menu li:nth-child(10) {
    transition-delay: 2s;
}
.top-menu li:nth-child(11) {
    transition-delay: 2.2s;
}
.top-menu li:nth-child(12) {
    transition-delay: 2.4s;
}
.top-menu li:nth-child(13) {
    transition-delay: 2.6s;
}
.top-menu li:nth-child(14) {
    transition-delay: 2.8s;
}

.top-menu.active li {
    opacity: 1;
}

.title-box .bg.active {
    transform: translate(-50%, -50%) scale(1);
}
.top-title,
.catch-title,
.detail {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
}

.top-title.active,
.catch-title.active,
.detail.active {
    transform: none;
    opacity: 1;
}

.title-img-box img {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
}

.title-img-box.active img {
    opacity: 1;
    transform: none;
}
.title-img-box.active .bot > img {
    transition-delay: 0.5s;
}

.model-wrapper .title {
    opacity: 0;
    transform: translateX(-40px);
    transition: 1s;
}
.model-wrapper .slide-wrapper {
    opacity: 0;
    transform: translateX(40px);
    transition: 1s;
}
.model-wrapper .title.active,
.model-wrapper .slide-wrapper.active {
    opacity: 1;
    transform: none;
}

.link-btn-wrap > a {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
}
.link-btn-wrap.active > a {
    opacity: 1;
    transform: none;
}

.custom-form_box > .title,
.custom-form_box .notice,
.custom-form_box .form {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
}

.custom-form_box > .title.active,
.custom-form_box .notice.active,
.custom-form_box .form.active {
    opacity: 1;
    transform: none;
}

/* seletor */
.ball_selector {
    overflow-x: hidden;
}
.select-wrap .top-section {
    width: 100%;
    padding: 200px 0;
    background: url(../img/sub/selector/sel-bg01.jpg) #000 no-repeat center;
}

.select-wrap .header-main-title {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    justify-content: center;
    align-items: center;
    font-style: italic;
}
.select-wrap .header-main-title p {
    line-height: 1.235em;
}
.select-wrap .header-main-title span {
    color: #fff;
    font-family: "Gmarket Sans";
}
.select-wrap .header-main-title .gradient span {
    background: linear-gradient(to top, #b7b7b7, #fff);
    -webkit-background-clip: text;
    color: transparent;
}

.select-wrap .item-wrap {
    display: flex;
    gap: 152px;
    width: 100%;
    max-width: 1270px;
    padding: 140px 0 80px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.select-wrap .item-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.select-wrap .lef {
    position: relative;
}
.select-wrap .item-wrap .center {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.select-wrap .item-wrap .logo {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 35;
}
.select-wrap .item-wrap .logo img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
}
.select-wrap .item {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    justify-content: center;
    align-items: center;
    z-index: 5;
    opacity: 0;
    transition: 1.2s;
}

.select-wrap .item.active {
    opacity: 1;
}

.select-wrap .item img {
    width: 100%;
    object-fit: contain;
}

.select-wrap .item-wrap .rig {
    width: 100%;
    max-width: 360px;
    height: auto;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.select-wrap .item-wrap .rig .button {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 175px;
    justify-content: center;
    align-items: center;
}
.select-wrap .item-wrap .rig .button ~ .button {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select-wrap .item-wrap .rig .button img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.select-wrap .sel-btn {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 30px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
.select-wrap .sel-btn span {
    color: #fff;
    font-family: "SUITE";
    font-weight: 500;
    font-size: 15px;
}
.select-wrap .button.active .sel-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 12px;
    background: url(../img/sub/selector/sel-clicked.png) no-repeat center;
    background-size: contain;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 15;
}

.button.active .sel-btn {
    border: 1px solid transparent;
}

.button.active .sel-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 10;
}
.sel01.active .sel-btn::before {
    background: linear-gradient(to top, #a4000b, #ff3644);
}
.sel02.active .sel-btn::before {
    background: linear-gradient(to top, #0053a5, #0e87ff);
}
.sel03.active .sel-btn::before {
    background: linear-gradient(to top, #007245, #00e489);
}
.sel04.active .sel-btn::before {
    background: linear-gradient(to top, #2f2775, #7668ff);
}

.select-wrap .cen_poly {
    position: relative;
}
.select-wrap .cen_poly::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    height: 105%;
    background: url(../img/sub/selector/sel-poly03.png) no-repeat center;
    background-size: contain;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 0;
}

@media all and (max-width:768px){
    .select-wrap .cen_poly::before{
            top: 49.5%;
            left: 50%;
            width: 105%;
            height: 103%;
    }
}

.select-wrap .poly01 {
    position: relative;
    z-index: 5;
}

.select-wrap .poly02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    clip-path: polygon(50% 0.8%, 100% 38.2%, 80% 98%, 18.9% 98%, 0% 38.2%);
    z-index: 0;
}

.select-wrap .poly03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.select-wrap .poly03 span {
    position: absolute;
    color: #fff;
    font-family: "SUITE";
    font-weight: 700;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.select-wrap .poly03 em {
    display: block;
    color: #fff;
    font-family: "SUITE";
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
}

.select-wrap .poly03 span:nth-child(1) {
    top: -5%;
    left: 50%;
}
.select-wrap .poly03 span:nth-child(2) {
    top: 39.5%;
    right: -19%;
}
.select-wrap .poly03 span:nth-child(3) {
    top: 106.5%;
    right: 8%;
}
.select-wrap .poly03 span:nth-child(4) {
    top: 106%;
    left: 20%;
}
.select-wrap .poly03 span:nth-child(5) {
    top: 38%;
    left: -7%;
}
.select-item-wrap {
    background-color: #000;
}

.select-item-wrap > div {
    display: flex;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

@media(min-width: 1200px){
    .select-item-wrap > div:first-of-type{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 120px;
    }
}


.select-item-wrap .box {
    position: relative;
    z-index: 5;
}
.select-item-wrap .box .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.select-item-wrap .box * {
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.select-item-wrap .box .box-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 56px;
    align-items: center;
}
.select-item-wrap .box .sub-title {
    display: block;
    color: #fff;
    font-family: "SUITE";
    font-size: 16px;
    text-align: center;
}

.select-item-wrap .box .graph {
    position: relative;
}

.select-item-wrap .box .buy_btn{
    margin: 40px auto 0;
    width: 210px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    font-family: "SUITE";
    background: #fff;
    color: #000;
}

.select-bot-item-wrap {
    padding: 100px 0;
}

.select-bot-item-wrap .bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: url(../img/sub/selector/sel-bg02.jpg) no-repeat center bottom;
    background-size: contain;
    transform: translateX(-50%);
    z-index: 0;
}

.select-item-wrap .graph::after {
    display: block;
    position: absolute;
    top: 48.25%;
    left: 50%;
    width: 77.5%;
    height: 83.5%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(56px);
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0.8%, 100% 38.2%, 80% 98%, 18.9% 98%, 0% 38.2%);
    z-index: -1;
    mix-blend-mode: multiply;
}

.select-item-wrap .box .desc {
    margin-top: 25px;
    color: #fff;
    font-family: "SUITE";
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.select-lineup-table {
    width: 100%;
    max-width: 1120px;
    padding: 160px 20px 120px;
    margin: 0 auto;
}
.select-lineup-table .header-titles {
    margin-bottom: 60px;
    font-family: "SUITE";
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    text-align: center;
}
.select-lineup-table .top-table {
    display: flex;
    height: 56px;
    background: #000;
    justify-content: space-around;
    align-items: center;
}
.select-lineup-table .top-table li {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.select-lineup-table .top-table li span {
    display: block;
    color: #fff;
    font-family: "SUITE";
    font-weight: 800;
    font-size: 18px;
}
.select-lineup-table .item-table {
    display: flex;
    height: 160px;
    border-bottom: 1px solid #ddd;
    justify-content: space-around;
    align-items: center;
}

.select-lineup-table .item-table li {
    display: flex;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: "SUITE";
    font-weight: 500;
    font-size: 22px;
    justify-content: center;
    align-items: center;
}

.select-lineup-table .item-table li span {
    display: block;
    color: #000;
    font-family: "SUITE";
    font-weight: 500;
    font-size: 22px;
}

.select-lineup-table .item-table li img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.ball-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 180px 0 200px;
    background: #eee;
}

.ball-slider .swiper-container {
    position: relative;
    width: 80%;
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ball-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

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

.ball-slider .item-name span {
    display: block;
    margin-bottom: 40px;
    font-family: "SUITE";
    font-weight: 800;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: 0em;
}
.ball-slider .item-catch span {
    display: block;
    color: #000;
    font-family: "SUITE";
    font-family: "SUITE";
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.025em;
    text-align: center;
}
.ball-slider .item-img {
    display: flex;
    width: 100%;
    height: 400px;
    justify-content: center;
    align-items: center;
}

.ball-slider .item-name {
    opacity: 0;
    transform: translateY(-40px);
}
.ball-slider .swiper-slide-active .item-name {
    animation: slide1 1s forwards;
    animation-delay: 1s;
}
.ball-slider .item-catch {
    opacity: 0;
    transform: translateY(40px);
}
.ball-slider .swiper-slide-active .item-catch {
    animation: slide2 1s forwards;
    animation-delay: 1s;
}

.ball-slider .item-img {
    opacity: 0.5;
    transition: 1s;
}
.ball-slider .swiper-slide-active .item-img {
    opacity: 1;
}

.ball-slider .buy_btn{
    margin: 0 auto;
    width: 210px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    font-family: "SUITE";
    background: #000;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
}

.ball-slider .swiper-slide-active .buy_btn {
    animation: slide2 1s forwards;
    animation-delay: 1s;
}

@keyframes slide1 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide2 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.arr-wrap {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 160px);
    height: 1px;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    align-items: center;
    z-index: 50;
}
.arr-wrap > div {
    display: block;
    width: 67px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.arr-wrap .prev {
    background-image: url(../img/sub/selector/sel-prev.png);
}
.arr-wrap .next {
    background-image: url(../img/sub/selector/sel-next.png);
}
.select-wrap .__m {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1340px) {
    .select-wrap .item-wrap {
        gap: 20px;
        padding: 0 20px 0 140px;
        box-sizing: border-box;
    }
    .select-wrap .lef {
        flex-shrink: 0;
        width: 50%;
    }
    .select-wrap .poly03 span {
        font-size: 18px;
    }
    .select-wrap .poly03 em {
        font-size: 12px;
    }
    .select-wrap .item-wrap .rig {
        width: 40%;
        max-width: 100%;
    }

    .result-wrap .bottom-side .lef,
    .result-wrap .bottom-side .rig{
        width: 50% !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    @media (max-width: 1024px) {
        .select-wrap .lef {
            flex-shrink: 0;
            width: 75%;
        }
        .select-wrap .poly03 span:nth-child(1) {
            top: -5%;
            left: 50%;
        }
        .select-wrap .poly03 span:nth-child(2) {
            top: 38%;
            right: -15%;
        }
        .select-wrap .poly03 span:nth-child(3) {
            top: 105%;
            right: 11%;
        }
        .select-wrap .poly03 span:nth-child(4) {
            top: 103.5%;
            left: 20%;
        }
        .select-wrap .poly03 span:nth-child(5) {
            top: 38.5%;
            left: -6%;
        }
    }
    .select-wrap .top-section {
        padding: 120px 0 150px;
    }

    .select-wrap .header-main-title {
        margin-bottom: 80px;
        font-size: 32px;
    }

    .select-wrap .item-wrap {
        flex-direction: column;
        gap: 80px;
        padding: 0 20px 0;
        box-sizing: border-box;
    }
    .select-wrap .lef {
        flex-shrink: 0;
        width: 55%;
    }
    .select-wrap .poly03 span {
        font-size: 18px;
    }
    .select-wrap .poly03 em {
        font-size: 12px;
    }
    .select-wrap .item-wrap .rig {
        display: flex;
        width: 100%;
        max-width: none;
    }
    .select-wrap .item-wrap .rig .button {
        gap: 15px;
        height: 100px;
        padding: 15px 40px;
        box-sizing: border-box;
    }
    .select-wrap .item-wrap .rig .button ~ .button {
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .select-wrap .sel-btn {
        width: 80px;
        height: 28px;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0.3);
        justify-content: center;
        align-items: center;
        border-radius: 14px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .select-wrap .sel-btn span {
        font-size: 13px;
    }
    .select-wrap .active .sel-btn::after {
        width: 16px;
        height: 10px;
        background: url(../img/sub/selector/sel-clicked.png) no-repeat center;
        background-size: contain;
    }

    .select-item-wrap > div {
        flex-direction: column;
        gap: 60px;
        padding: 0 20px;
    }
    .select-item-wrap > div ~ div {
        margin-top: 60px;
    }
    .select-item-wrap .box .box-title {
        gap: 12px;
        width: 55%;
        margin: 0 auto 50px;
    }
    .select-item-wrap .box .sub-title {
        margin-top: 0;
        font-size: 14px !important;
        text-align: center;
    }

    .select-lineup-table {
        padding: 80px 20px;
    }

    .select-item-wrap .box .desc {
        margin-top: 18px;
        font-size: 16px;
    }
    .select-lineup-table .header-titles {
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: -0.025em;
        text-align: center;
        text-wrap: auto;
    }
    .select-lineup-table .top-table {
        height: 48px;
    }
    .select-lineup-table .top-table li {
        flex-shrink: 0;
        width: 20%;
        height: 32px;
    }
    .select-lineup-table .item-table {
        height: 100px;
    }

    .select-lineup-table .top-table li span {
        font-size: 14px;
    }
    .select-lineup-table .item-table li {
        flex-shrink: 0;
        width: 20%;
        padding: 35px;
        font-size: 14px;
        text-align: center;
        box-sizing: border-box;
    }
    .ball-slider {
        padding: 80px 0 100px;
    }
    .ball-slider .swiper-slide {
        background: transparent;
    }
    .ball-slider .item-name span {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .ball-slider .item-catch span {
        display: block;
        height: 36px;
        font-size: 16px;
        letter-spacing: -0.025em;
    }
    .ball-slider .item-img {
        height: 340px;
    }
    .ball-slider .arr-wrap {
        width: calc(100% + 10%);
    }
    .ball-slider .arr-wrap > div {
        width: 38px;
        height: 38px;
    }
}

@media (min-width: 280px) and (max-width: 767px) {
    @media (max-width: 480px) {
        .select-lineup-table .item-table li {
            padding: 0px;
        }
    }
    .select-wrap .top-section {
        padding: 80px 0 100px;
    }

    .select-wrap .__p {
        display: none;
    }
    .select-wrap .__m {
        display: flex;
    }

    .select-wrap .header-main-title {
        gap: 8px;
        margin-bottom: 85px;
        font-size: 32px;
        text-align: center;
    }
    .select-wrap .item-wrap {
        flex-direction: column;
        gap: 60px;
        padding: 0 20px 0;
        box-sizing: border-box;
    }
    .select-wrap .lef {
        flex-shrink: 0;
        width: 95%;
    }
    .select-wrap .item-wrap .logo img {
        width: 35%;
    }
    .select-wrap .poly03 span:nth-child(1) {
        top: -5%;
        left: 50%;
    }
    .select-wrap .poly03 span:nth-child(2) {
        top: 26%;
        right: -5%;
    }
    .select-wrap .poly03 span:nth-child(3) {
        top: 107%;
        right: 7%;
    }
    .select-wrap .poly03 span:nth-child(4) {
        top: 105.5%;
        left: 19%;
    }
    .select-wrap .poly03 span:nth-child(5) {
        top: 27%;
        left: 0%;
    }
    .select-wrap .poly03 span {
        font-size: 14px;
    }
    .select-wrap .poly03 em {
        font-size: 10px;
    }
    .select-wrap .item-wrap .rig {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        max-width: none;
        justify-content: space-between;
    }
    .select-wrap .item-wrap .rig .button {
        gap: 15px;
        height: 81px;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .select-wrap .item-wrap .rig .button ~ .button {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .select-wrap .button:nth-of-type(1),
    .select-wrap .button:nth-of-type(2) {
        border-top: none !important;
    }
    .select-wrap .button:nth-of-type(3) {
        border-left: none !important;
    }

    .select-wrap .sel-btn {
        flex-shrink: 0;
        width: 80px;
        height: 24px;
        border-radius: 12px;
    }
    .select-wrap .sel-btn span {
        font-size: 11px;
    }
    .select-wrap .active .sel-btn::after {
        width: 16px;
        height: 10px;
        background: url(../img/sub/selector/sel-clicked.png) no-repeat center;
        background-size: contain;
    }
    .select-wrap .item-wrap .rig .button img {
        width: 70%;
    }

    .select-item-wrap {
        padding: 80px 0;
    }

    .select-item-wrap > div {
        flex-direction: column;
        gap: 60px;
        padding: 0 20px;
    }

    .select-item-wrap > div ~ div {
        margin-top: 60px;
    }
    .select-item-wrap .box .box-title {
        gap: 12px;
        width: 55%;
        margin: 0 auto 50px;
    }
    .select-item-wrap .box .sub-title {
        margin-top: 0;
        font-size: 14px !important;
        text-align: center;
    }

    .select-item-wrap .box .desc {
        margin-top: 16px;
        font-size: 16px;
    }

    .select-item-wrap .box .desc br {
        display: block;
    }
    .select-lineup-table {
        padding: 80px 20px;
    }

    .select-lineup-table .header-titles {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.025em;
        text-align: center;
        text-wrap: auto;
    }
    .select-lineup-table .header-titles br{
        display: none;
    }
    .select-lineup-table .header-titles br.__m{
        display: block;
    }
    .select-lineup-table .top-table {
        height: 48px;
    }
    .select-lineup-table .top-table li {
        flex-shrink: 0;
        width: 20%;
        height: 32px;
    }
    .select-lineup-table .item-table {
        height: 100px;
    }

    .select-lineup-table .top-table li span {
        font-size: 14px;
    }
    .select-lineup-table .item-table li {
        flex-shrink: 0;
        width: 20%;
        padding: 15px;
        font-size: 14px;
        text-align: center;
        box-sizing: border-box;
    }

    .select-lineup-table .item-table li:first-of-type{
        padding: 15px 0;
    }

    .ball-slider {
        padding: 80px 0 100px;
    }
    .ball-slider .swiper-slide {
        background: transparent;
    }
    .ball-slider .item-name span {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .ball-slider .item-catch span {
        display: block;
        height: 36px;
        font-size: 16px;
        letter-spacing: -0.025em;
    }
    .ball-slider .item-img {
        height: 200px;
    }
    .ball-slider .arr-wrap {
        width: calc(100% + 10%);
    }
    .ball-slider .arr-wrap > div {
        width: 38px;
        height: 38px;
    }
    .ball-slider img {
        width: 80%;
        max-width: 290px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .select-wrap .poly03 span:nth-child(1) {
        top: -5%;
        left: 50%;
    }
    .select-wrap .poly03 span:nth-child(2) {
        top: 30%;
        right: -8%;
    }
    .select-wrap .poly03 span:nth-child(3) {
        top: 105%;
        right: 11%;
    }
    .select-wrap .poly03 span:nth-child(4) {
        top: 103.5%;
        left: 20%;
    }
    .select-wrap .poly03 span:nth-child(5) {
        top: 28.5%;
        left: 0%;
    }
}


.select-wrap .header-main-title {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
}
.select-wrap .header-main-title.active {
    opacity: 1;
    transform: none;
}

@media (min-width: 1024px) {
    .select-wrap .lef {
        opacity: 0;
        transform: translateX(-80px);
        transition: 1s;
    }
    .select-wrap .lef.active {
        opacity: 1;
        transform: none;
    }
    .select-wrap .rig {
        opacity: 0;
        transform: translateX(80px);
        transition: 1s;
    }
    .select-wrap .rig.active {
        opacity: 1;
        transform: none;
    }
}
@media (max-width: 1024px) {
    .select-wrap .lef {
        opacity: 0;
        transform: translateY(40px);
        transition: 1s;
    }
    .select-wrap .lef.active {
        opacity: 1;
        transform: none;
    }
    .select-wrap .rig {
        opacity: 0;
        transform: translateY(40px);
        transition: 1s;
    }
    .select-wrap .rig.active {
        opacity: 1;
        transform: none;
    }
}

.select-item-wrap .box {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
}
.select-item-wrap .box.active {
    opacity: 1;
    transform: none;
}
.select-item-wrap .box .img-wrap {
    opacity: 0;
    transition: 1s;
    transition-delay: 0.5s;
}

.select-item-wrap .box.active .img-wrap {
    opacity: 1;
}

.select-item-wrap .box .desc {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
    transition-delay: 1s;
}
.select-item-wrap .box.active .desc {
    opacity: 1;
    transform: none;
}

.select-item-wrap .box .buy_btn {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
    transition-delay: 1s;
}
.select-item-wrap .box.active .buy_btn {
    opacity: 1;
    transform: none;
}

@media (max-width: 1024px){
    .ball-slider .buy_btn,
    .select-item-wrap .box .buy_btn{
        width: 180px;
        height: 50px;
        font-size: 14px;
        margin: 30px auto 0;
    }

    .ball-slider .buy_btn{
        margin: 0 auto;
    }
}

@media (max-width: 767px){
    .ball-slider .buy_btn,
    .select-item-wrap .box .buy_btn{
        width: 120px;
        height: 40px;
        margin: 25px auto 0;
    }

    .ball-slider .buy_btn{
        width: 75%;
    }

    .ball-slider .buy_btn{
        margin: 0 auto;
    }
}

/* ball-selector */
.ball_question{
    width: 100%; height: 960px;
    position: relative;
}
.ball_question *{font-family: 'SUITE';}
.ball_question .question-wrapper{
    position: relative; width: 100%; height: 100%;
    z-index: 20;
}
.ball_question .question-wrapper >div{ justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10;}
.ball_question .question-wrapper >div:not(.question-first){display: none;}
.ball_question .question-first{width: 100%; height: 100%;}
.ball_question .questions{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 120px;
    box-sizing: border-box;
    width: 100%; height: 100%;
}

.ball_question .question-first .questions{
    padding-top: 290px;
}

.question-first .question-intro-title{
    background: linear-gradient(to top, #b7b7b7 -50%, #fff);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 900;
    font-family: 'Gmarket Sans';
    font-size: 72px;
    line-height: 96px;
    letter-spacing: -0.025em;
    filter: drop-shadow(1px 0px 1px rgba(0,0,0,0.3));
    overflow: auto;
    font-style: italic;
    text-align: center;
}

.question-intro-desc{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.05em;
    margin-top: 60px;
}

.question-bg-wrap{
    display: block !important;
    position: absolute;
    width: 100%; height: 100%;
    z-index: 0;
    top: 0; left: 0;
}
.question-bg-wrap > div{
    display: block !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
}

.intro-button{width: 266px; height: 71px; position: relative; z-index: 5; margin-top: 60px;}

.selector-btn.first{display: flex; justify-content: center; align-items: center;  background: linear-gradient(to top, #740716, #ea1836); position: relative; z-index: 10; width: 100%; height: 100%; border: none; cursor: pointer;}
.selector-btn span{ color: #fff; font-size: 22px; font-weight: 700; letter-spacing: -0.05em;}

.intro-button::after{position: absolute; width: 270px; height: 75px; top: -2px; left: -2px; content: ''; display: block; background: linear-gradient(to top, rgba(255, 0, 0, 0.4)), rgba(255, 0, 0, 0.8); z-index: 1;}
.intro-button .desc{font-size: 16px; color: #fff; margin-top: 20px; font-weight: 500; text-align: center;}
.question-bg-wrap .active{
    opacity: 1;
}

.question-bg-wrap .bg01{
    background-image: url(../img/sub/fitting/fit-bg01.jpg);
}
.question-bg-wrap .bg02{
    background-image: url(../img/sub/fitting/fit-bg02.jpg);
}
.question-bg-wrap .bg03{
    background-image: url(../img/sub/fitting/fit-bg03.jpg);
}
.question-bg-wrap .bg04{
    background-image: url(../img/sub/fitting/fit-bg04.jpg);
}
.question-bg-wrap .bg05{
    background-image: url(../img/sub/fitting/fit-bg05.jpg);
}
.question-bg-wrap .bg06{
    background-image: url(../img/sub/fitting/fit-bg06.jpg);
}
.question-bg-wrap .bg07{
    background-image: url(../img/sub/fitting/fit-bg07.jpg);
}
.question-bg-wrap .bg08{
    background-image: url(../img/sub/fitting/fit-bg08.jpg);
}

.question-title .question{
    font-size: 48px;
    letter-spacing: -0.025em;
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
}
.question-title span{color: #fff;}
.question-title .question b{
    font-weight: 700; color: #fff;
}
.question-title .desc{
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.question-num{
    display: flex;
    width: 100%; height: 40px;
    justify-content: center; align-items: center;
    background: url(../img/sub/fitting/qnum-bg.png) no-repeat center/contain;
}
.question-num b{
    font-weight: 700;
    color: #fff;
}

.question-wrap{display: none; width: 100%; height: 100%;}

.question-selection{display: flex; flex-direction: column; gap: 15px; margin-top: 50px;}

.question-selection button{
    width: 560px; height: 60px; border-radius: 8px;
    background: rgba(0,0,0,0.5);
border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; position: relative;
    display: flex; justify-content: center; align-items: center; transition: 0.4s;
}
.question-selection button::before{content: ''; z-index: 2; position: absolute; top: 0; left: 0; background: linear-gradient(to top, #740716, #ea1836); width: 100%; height: 100%; opacity: 0; display: block; border-radius: 8px; transition: 0.4s;}
.question-selection button::after{content: ''; z-index: 1; position: absolute; top: -2px; left: -2px; background: linear-gradient(to top, rgba(255, 0, 0, 0.4)), rgba(255, 0, 0, 0.8); width: calc(100% + 4px); height: calc(100% + 4px); opacity: 0; display: block; border-radius: 8px;  transition: 0.4s;}

.question-selection span{position: relative; z-index: 10;     font-size: 20px; letter-spacing: -0.025em;
    color: #fff; }

    .question-selection button:hover{background: transparent; border: 2px solid transparent;}
    .question-selection button:hover::before{opacity: 1;}
    .question-selection button:hover::after{opacity: 0.5;}

.back-btn{
    width: 96px; height: 40px; border-radius: 20px; border: 1px solid #fff; background: transparent; transition: 0.4s; cursor: pointer;
    margin-top: 30px;
}
.back-btn button{background: transparent; border: none; font-size: 16px; font-weight: 600; color: #fff; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 0.4s; cursor: pointer;}
.back-btn:hover{background: #fff;}
.back-btn:hover button{color: #000;}


.result-wrap{width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}

.result-top-title{font-size: 48px; letter-spacing: -0.025em; color: #fff; font-weight: 600; margin-bottom: 80px;}

.result-wrap .lef,
.result-wrap .rig{opacity: 1; width: 100%; transform: none;}
.result-wrap *{color: #fff;}

.result-wrap .top-side{width: 100%; max-width: 1080px; display: flex; justify-content: space-between; gap: 0px;}
.result-wrap .bottom-side{width: 100%; max-width: 1080px; display: flex; justify-content: space-between; gap: 0px 110px;}

.result-wrap .top-side .lef{
    position: relative;
    width: 540px;
    flex-shrink: 0;
}

.result-wrap .top-side .lef .item-img{
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 55%;
}
.result-wrap .top-side .lef .item-img-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-wrap .top-side .item-img-box img{
    width: auto; height: auto;
    max-width: 100%;
    object-fit: contain;
}

.result-wrap .top-side .lef .item-img .bg{
    width: 100%; height: 100%;
    background: url(../img/sub/fitting/result-light.png) no-repeat bottom center/contain;
    display: flex;
    position: absolute; top: 0; left: 0;
}

.result-wrap .top-side .rig{
    display: flex;
    justify-content: flex-start; align-items: center;
    flex-direction: column;
}

.result-wrap .top-side .item-catch,
.result-wrap .top-side .item-name {width: 100%; max-width: 430px;}



.result-wrap .top-side .item-name{
    font-size: 36px; font-weight: 700;
    color: #fff; margin-bottom: 26px;
}

.result-wrap .top-side .item-catch{
    font-size: 20px; font-weight: 400;
}

.select-wrap .item-link {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 48px;
}

.item-link.__p{display: flex;}
.item-link.__m{display: none;}

.select-wrap .item-link a{
    width: 210px; height: 70px; display: flex;
    justify-content: center; align-items: center;
    font-size: 20px; font-weight: 700;
    color: #000; background: #fff;
}
.select-wrap .item-link button{
    width: 210px; height: 70px; display: flex;
    justify-content: center; align-items: center;
    font-size: 20px; font-weight: 700;
    color: #fff; background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
}

.result-wrap .bottom-side .lef ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.result-wrap .bottom-side .lef .result-spec-title{
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 20%;
    flex-shrink: 0;
}
.result-wrap .bottom-side .lef .result-spec-info{
    font-size: 18px;
    font-weight: 700;
    width: 80%;
    flex-shrink: 0;
    text-align: right;
}
.two-line .result-spec-info{
    font-size: 14px !important;
}

.result-wrap .bottom-side .rig .result-icon{
    width: 100%; height: 100%;
    display: flex; justify-content: center; align-items: center;
}

.result-wrap .bottom-side .rig .result-icon img{
    width: auto; height: auto; max-width: 100%;
    object-fit: contain;
}

.question-wrapper br.__m{display: none;}

.question-progress{
    position: absolute;
    max-width: 540px;
    width: 100%;
    left: 50%;
    bottom: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s;
    z-index: 102;
}

.question-progress .progress{
    width: 8px; height: 8px;
    border-radius: 50%;
    position: relative;
    background: #fff;
    display: block;
    z-index: 5;
}

.question-progress .progress span{
    display: block; width: 100%; height: 100%;
    border-radius: 50%;
    position: relative;
    background: #fff;
    z-index: 8;
}

.question-progress .progress::after{
    content: ''; display: block;
    position: absolute; top: 50%; left: 50%;
    width: 0px; height: 0px;
    border-radius: 50%;
    background: #ea1836;
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: 0.5s;
}

.question-progress .progress.active::after{
    width: 28px; height: 28px;
}

.question-progress.active{
    opacity: 1;
}

.question-progress .line{
    background: #ea1836;
    width: 0; height: 100%;
    position: absolute; top: 0; left: 0;
    transition: 0.5s;
}


@media all and (max-width: 1100px){
    .question-wrapper{margin-top: 50px;}
    .question-wrapper br.__m{display: block;}
    .question-wrapper br.__p{display: none;}
    .ball_question{height: 100svh; min-height: 720px;}
    .ball_question .questions{
        padding: 15% 20px;
        max-width: 660px;
        margin: 0 auto;
    }
    .ball_question .question-first .questions{
        padding: 0 20px;
        justify-content: flex-start;
        margin-top: 32.5%;
    }
    .question-first .question-intro-title{
        font-size: 48px;
        line-height: 1.25;
    }
    .question-intro-desc{
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.5;
    }
    .intro-button{
        width: 65%;
        height: 54px;
        font-size: 15px;
        margin-top: 30px;
    }
    .intro-button::after{
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -1px; left: -1px;
    }
    .selector-btn span{
        font-size: 16px;
    }
    .intro-button .desc{
        margin-top: 15px;
        font-size: 12px;
    }

    .question-num{
        font-size: 12px;
        height: 30px;
    }

    .question-title .question{
        font-size: 28px;
        margin-top: 20px;
        text-wrap: nowrap;
    }


    .question-title .desc{
        font-size: 13px;
        margin-top: 15px;
        line-height: 1.45;
    }

    .question-selection{
        width: 100%;
        margin-top: 30px;
        gap: 10px;
    }

    .question-selection button{
        width: 100%;
        height: 48px;
    }

    #question-section04 .question-selection{
        gap: 6px;
    }
    #question-section04 .question-selection button{
        height: 40px;
    }
    #question-section04 .back-btn{
        margin-top: 20px;
    }

    .question-selection span{
        font-size: 13px;
    }

    .back-btn{
        width: 70px;
        height: 32px;
    }

    .back-btn button{
        font-size: 12px;
    }

    .result-wrap{
        max-width: 660px;
        margin: 0 auto;
    }
    .result-wrap .top-side, .result-wrap .bottom-side{
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
    }

    .result-top-title{
        font-size: 28px;
        margin-bottom: 50px;
    }

    .select-wrap .top-side{
        margin-bottom: 20px;
    }

    .result-wrap .top-side .lef{
        width: 100%;
    }

    .result-wrap .top-side .item-catch, 
    .result-wrap .top-side .item-name{
        max-width: 660px;
    }

    .result-wrap .top-side .item-name{
        font-size: 22px;
        margin-bottom: 18px;
    }
    .result-wrap .top-side .item-catch{
        font-size: 14px;
    }
    .select-wrap .item-link{
        margin-top: 20px;
        width: 100%;
    }
    .select-wrap .item-link a,
    .select-wrap .item-link button{
        width: 100%; height: 40px;
        font-size: 14px;
    }

    .result-wrap .bottom-side .lef ul li{
        height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .result-wrap .bottom-side .lef .result-spec-title{
        font-size: 14px;
        font-weight: 400;
        display: block;
        width: 20%;
        flex-shrink: 0;
    }
    .result-wrap .bottom-side .lef .result-spec-info{
        font-size: 14px;
        font-weight: 700;
        width: 80%;
        flex-shrink: 0;
        text-align: right;
    }
    .two-line .result-spec-info{
        font-size: 12px !important;
    }
    .result-wrap .bottom-side .lef{width: 100%; margin-top: 0px;} 
    .result-wrap .bottom-side .rig{width: 100%; margin-top: 30px;}

    .question-bg-wrap .bg01{
        background-image: url(../img/sub/fitting/fit-bg01-m.jpg);
    }
    .question-bg-wrap .bg02{
        background-image: url(../img/sub/fitting/fit-bg02-m.jpg);
    }
    .question-bg-wrap .bg03{
        background-image: url(../img/sub/fitting/fit-bg03-m.jpg);
    }
    .question-bg-wrap .bg04{
        background-image: url(../img/sub/fitting/fit-bg04-m.jpg);
    }
    .question-bg-wrap .bg05{
        background-image: url(../img/sub/fitting/fit-bg05-m.jpg);
    }
    .question-bg-wrap .bg06{
        background-image: url(../img/sub/fitting/fit-bg06-m.jpg);
    }
    .question-bg-wrap .bg07{
        background-image: url(../img/sub/fitting/fit-bg07-m.jpg);
    }
    .question-bg-wrap .bg08{
        background-image: url(../img/sub/fitting/fit-bg08-m.jpg);
    }

    .item-link.__p{display: none;}
    .item-link.__m{display: flex; width: 100%; padding: 0 20px;}

    

    .question-progress{
        width: calc(100% - 60px);
        bottom: 22.5%;
    }

    .question-progress .progress{
        width: 6px; height: 6px;
        border-radius: 50%;
        position: relative;
        background: #fff;
        display: block;
        z-index: 5;
    }

    .question-progress .progress span{
        display: block; width: 100%; height: 100%;
        border-radius: 50%;
        position: relative;
        background: #fff;
        z-index: 8;
    }

    .question-progress .progress::after{
        content: ''; display: block;
        position: absolute; top: 50%; left: 50%;
        width: 0px; height: 0px;
        border-radius: 50%;
        background: #ea1836;
        transform: translate(-50%, -50%);
        z-index: 0;
        transition: 0.5s;
    }

    .question-progress .progress.active::after{
        width: 24px; height: 24px;
    }

    .question-progress.active{
        opacity: 1;
    }

    .result-wrap .top-side .lef .item-img-box{
        left: 0; top: 0;
    }
}


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

    .ball_question{height: 960px;}

    .ball_question .question-first .questions{
        margin-top: 0%;
        justify-content: center;
    }
    .question-progress{
        width: calc(100% - 60px);
        bottom: 110px;
    }

    .result-wrap .bottom-side{
        flex-direction: row;
        gap: 20px;
    }

    .result-wrap .bottom-side .lef, .result-wrap .bottom-side .rig{
        width: 50%;
    }
     .result-wrap .bottom-side .rig{
        margin: 0 auto;
        width: 100%; height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
     }

}