@charset "utf-8";
/* VITRO_CORE */
/* 
@font-face {
    font-family: 'VITRO_CORE';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/VITRO_CORE.woff") format('woff'), url("../fonts/VITRO_CORE.ttf") format('truetype');
}
@font-face {
    font-family: 'VITRO_PRIDE';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/VITRO_PRIDE.woff") format('woff'), url("../fonts/VITRO_PRIDE.ttf") format('truetype');
}
@font-face {
    font-family: 'VITRO_INSPIRE';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/VITRO_INSPIRE.woff") format('woff'), url("../fonts/VITRO_INSPIRE.ttf") format('truetype');
}
@font-face {
    font-family: 'SDgothic';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/AppleSDGothicNeoL.woff") format('woff'), url("../fonts/AppleSDGothicNeoL.ttf") format('truetype');
}
@font-face {
    font-family: 'SDgothic';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/AppleSDGothicNeoR.woff") format('woff'), url("../fonts/AppleSDGothicNeoR.ttf") format('truetype');
}
@font-face {
    font-family: 'SDgothic';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/AppleSDGothicNeoM.woff") format('woff'), url("../fonts/AppleSDGothicNeoM.ttf") format('truetype');
}
@font-face {
    font-family: 'SDgothic';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/AppleSDGothicNeoB.woff") format('woff'), url("../fonts/AppleSDGothicNeoB.ttf") format('truetype');
}
@font-face {
    font-family: 'Volkhov-Italic';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Volkhov-Italic.woff") format('woff'), url("../fonts/Volkhov-Italic.ttf") format('truetype');
}
 */
a {
    text-decoration: none;
}
a:link {
    color: #666;
}
a:visited {
    color: #666;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
select {
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none; /* 화살표 없애기 */
}
body {
    font-size: 14px;
    font-family: "SDgothic", sans-serif;
    font-weight: 400;
    color: #333;
    background: #fff;
}

:root {
    --duration: 0.5s;
    --point-color: #9453ed;
    --circle-a-color1: #9453ed;
    --circle-a-color2: #781cfa;
    --circle-b-color1: #916ac9;
    --circle-b-color2: #591dac;
    --black-color:#191b1d;
    --font-type0: "VITRO_INSPIRE", sans-serif;
    --font-type1: "VITRO_CORE", sans-serif;
    --font-type2: "VITRO_PRIDE", sans-serif;
    --font-type3: "SDgothic", sans-serif;
}

.h20 {
    height: 20px;
}
.h60 {
    height: 60px;
}
.hr_other {
    border: 0;
    border-top: 1px solid #ddd;
}

/* cursor */
* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    cursor: none;
    user-select: none;
    -webkit-user-drag: none;
}
.cursor {
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: white;
    position: fixed;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 9000000;
}
.cursor-f {
    z-index: 9000000;
    width: var(--size);
    height: var(--size);
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.4202 42.4202C38.8403 46 33.3594 46 23.5 46C13.6406 46 8.15966 46 4.57983 42.4202C1 38.8403 1 33.3594 1 23.5C1 13.6406 1 8.15966 4.57983 4.57983C8.15966 1 13.6406 1 23.5 1C33.3594 1 38.8403 1 42.4202 4.57983C46 8.15966 46 13.6406 46 23.5C46 33.3594 46 38.8403 42.4202 42.4202Z' stroke='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    mix-blend-mode: difference;
    pointer-events: none;
    opacity: 0.5;
}
.h20 {
    height: 20px !important;
    display: block;
}
.h30 {
    height: 30px !important;
    display: block;
}
.h140 {
    height: 140px !important;
    display: block;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
}
body::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 10px;
}

.customScrollStyle::-webkit-scrollbar {
    width: 5px;
}
.customScrollStyle::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}
.customScrollStyle::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 10px;
}
.company__title {
    font-size: 70px !important;
    font-family: var(--font-type1);
}
.triangle_indicator {
    width: 30px;
    margin: 30px auto 60px;
    display: block;
}
.txt_center {
    text-align: center;
}

.btn__common {
    background: #fff;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    width: 100%;
    max-width: 300px;
    box-shadow: 5px 5px 0 0 black;
    transition-duration: 0.2s;
    position: relative;
    top: 0;
    padding: 0 15px;
}
.btn__common img {
    height: 43px;
}
.btn__common b {
    font-family: var(--font-type1);
    font-size: 24px;
    margin: 0 10px;
}
.btn__common span {
    font-family: var(--font-type2);
    font-size: 24px;
}
.btn__common * {
    color: #000;
}
.btn__common:hover {
    box-shadow: none;
    top: 5px;
}
.btn__common.small {
    max-width: 142px;
    height: 57px;
    font-size:17px;
    color:#000;
}
.btn__common.medium {
    max-width: 250px;
    height: 57px;
    font-size:17px;
    color:#000;
}
.btn__common.medium img {
    height: 30px;
    margin-right: 5px;
}
.btn__common.resetWidth {
    max-width: none;
}

.btm__location {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
    z-index: 10;
    background: #fff;
}
.btm__location a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    height: 100px;
    background: #fff;
    overflow: hidden;
}
.btm__location a:hover {
    background: #000;
}
.btm__location a:not([class*=disabled]):hover span,
.btm__location a:not([class*=disabled]):hover b {
    color:#fff;
}

.btm__location a:first-child {
    border-right: 1px solid #000;
}
.btm__location b {
    font-size:24px;
    font-family: var(--font-type1);
}
.btm__location a span {
    position: absolute;
    font-size: 24px;
}
.btm__location a.location__prev span {
    right: 20px;
    animation:locationPrev 2s linear infinite;
}
.btm__location a.location__next span {
    left: 20px;
    animation:locationNext 2s linear infinite;
}
.btm__location a.disabled {
    opacity: 0.5;
    background: #ddd;
}
.btm__location a.disabled span {
    animation:none !important;
}
@keyframes locationPrev {
    0% {
        right: 20px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        right: 80px;
        opacity: 0;
    }
}

@keyframes locationNext {
    0% {
        left: 20px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 80px;
        opacity: 0;
    }
}



/*********************************************

    response

**********************************************/
@media screen and (max-width:1400px) {
    .company__title {
        font-size: 50px;
    }
}

@media screen and (max-width:1200px) {
    .company__title {
        font-size: 40px;
    }
    .btm__location b {
        font-size:20px;
    }
    .btm__location a {
        height: 70px;
    }
}

@media screen and (max-width:768px) {
    .company__title {
        font-size: 20px !important;
        word-break: keep-all;
    }
    .btn__common {
        margin: 0 auto 20px;
        height: 60px;
    }
    .btn__common b,
    .btn__common span {
        font-size: 17px;
    }
    .btm__location b{
        font-size:17px;
        font-family: var(--font-type3);
    }
    .btn__common img {
        height: 23px;
        margin-right: 10px;
    }
    .btm__location a span{
        font-size:14px;
    }
    @keyframes locationPrev {
        0% {
            right: -10px;
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            right: 10px;
            opacity: 0;
        }
    }

    @keyframes locationNext {
        0% {
            left: -10px;
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            left: 10px;
            opacity: 0;
        }
    }

}

.onlyMobile {
    display: none !important;
}
@media screen and (max-width:768px) {
.onlyMobile {
    display: block !important;
}
}