/* ==================== Kia Signitura 폰트 적용 ====================  */
@font-face {
    font-family: "KiaSignature";
    src: url("/font/KiaSignatureLight.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "KiaSignature";
    src: url("/font/KiaSignatureRegular.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "KiaSignature";
    src: url("/font/KiaSignatureBold.woff2") format("woff2");
    font-weight: 600;
}

* {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: "KiaSignature", sans-serif;
}
:root {
    --vw: 100vw;
    --vh: 100vh;
    --mp-vw: 100%;
    --mp-vh: 100%;
    --intro_loading: 100px;
}
body {
    width: var(--vw);
    height: var(--vh);
}
#showcase {
    position: absolute;
    width: var(--mp-vw);
    height: var(--mp-vh);
    border: none;
    z-index: 0;
}

.spinner {
    width: var(--intro_loading);
    height: var(--intro_loading);
    box-sizing: border-box;
    border: 8px solid rgba(255, 255, 255, 0.3);  
    border-top-color: white;
    border-radius: 100%;
    animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
    100%
    {
      transform: rotate(360deg);
    }
}
.viewer_intro_complete{
    font-size: 36px;
    animation: blinks 3s ease-in infinite;
}
@keyframes blinks {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.h60 {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
}

.h32 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
}
.h24 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.h20 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.h18 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.h16 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.h14 {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}
.b20 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.m20 {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}
.b18 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.b16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26x;
}
.b14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21x;
}
.m16 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.b14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 26x;
}
.m14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 26x;
}
.c12 {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.t18{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.t14{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.t12{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.t12_b{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.hidden {
    display: none !important;
}

#get360{
    border: none;
    position: absolute;
    border-radius: 8px;
    width: 100px;
    height: 48px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    cursor: pointer;
}
#target{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,-100%);
}

.taghover{
    border-radius: 4px;
    padding: 10px 20px;
    position: absolute;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid #000000;
    transform: translate(-50%, -160%) skew(-0.1deg);
    z-index: 99;
    line-height: normal;
}
.taghover.hidden{
    display: none;
}
.disolve {
    opacity: 1;
    animation: disolveanime 1.5s ease-in forwards
}
@keyframes disolveanime{
    0% {opacity: 1;}
    99% {
        display: flex;
        opacity: 0;
    }
    100%{
        display: none;
    }
}
.dpl-intro {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 1300;
}
.dpl-intro .dpl-intro-bg{
    width: 100%;
    height: 100vh;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 50%;
}
.dpl-intro .intro-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
    gap: 100px;
    justify-content: center;
    align-items: center;
}
.dpl-intro .title-wrapper > * {
    display: block;
    text-align: center;
}
.circle_progress_wrap {
    position: relative;
    width: 175px;
    height: 175px;
}
.circle_progress { transform: rotate(-90deg); }
.frame, .bar { fill: none; }
.frame { stroke: #05141F; }
.bar {
    stroke: #ffffff;
    stroke-linecap: round;
}
.bar.bar-move{
    animation: all 2.5s ease-in forwards;
}
.value {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    color: #cccccc;
    line-height: 175px;
}
/*map*/
.map-label{
    z-index: 99;
    border-radius: 8px;
    position: absolute;
    font-weight: normal;
    padding: 4px 8px;
    font-size: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: max-content;
}
.map-label:hover{
    color:#0594ff;
    background-color: #000;
    font-weight: 700;
}
.map-config-wrapper{
    position: absolute;
    top: 50%;
    right: 36px;
    display: flex;
    flex-direction: column;
}
.map-icon{
    background-image: url('assets/close_white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    -webkit-tap-highlight-color: transparent;
}
.map-icon.open{
    background-image: url('assets/mapicon.png');
}
.map-container {
    display: inline-block;
    position: absolute  ;
    box-sizing: border-box;
    width:35%;
    bottom: 108px;
    right: 40px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.20);
    padding: 8px;
}
.map:after {
  padding-top: 5%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -4px;
    left: 2px;
    font-size: 10px;
}
.map img {
    width: 100%;
}
.responsive-img{
    width: 100%;
}
.map .sweep, .map .sweep:visited {
    display: inline-block;
    position: absolute;
    padding: 0 0;
    margin: 0;
    height: 8px;
    width: 8px;
    border: none;
    background-color: #ffffff00;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 10px;
    cursor: pointer;
    transform: translate(-4px,-4px);
}
.mapvision{
    position: absolute;
    width: 56px;
    height: 56px;
    background-image: url("../image/vision.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    transform: translate(-28px,-28px);
}
.maporigin{
    position: absolute;
    background-color: #0594ff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}
.sweep.active {
    height: 16px;
    width: 16px;
    border: none;
    transform: translate(-8px,-8px);
}

@media screen and (max-width: 1280px) {
    .h60 {
        font-size: 36px;
    }
    .dpl-intro .intro-wrapper{
        gap: 50px;
    }
}
@media screen and (max-width: 700px) {
    .h60 {
        font-size: 24px;
    }
}
@media screen and (max-height: 700px) {
    .h60 {
        font-size: 24px;
    }
    .dpl-intro .intro-wrapper{
        gap: 24px;
    }
}