@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Play:wght@400;700&display=swap');


@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
body {
    overflow: hidden; /* 전체 페이지에서 스크롤을 방지 */
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
   }
.kk_intro > div:first-child *::selection {  color: #fff;  background-color: #1d1d1d;}
.kk_intro > div:nth-child(2) *::selection {  color: #fff;  background-color: #c90e1c;}
.kk_intro {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 280px;
  font-family: 'Pretendard', sans-serif;

  position: relative;
  overflow: hidden;
}
.kk_intro .copy {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    font-size: 12px;
    z-index: 10000;
}
.kk_intro .intro-wrap {
    width:50%;
    padding-bottom: 10%;

    position: relative;
}

.kk_intro .intro-wrap .logo, 
.kk_intro .intro-wrap .background {
    position: absolute;
}
.kk_intro .intro-wrap .background .img {
    height:100%;
}
.kk_intro .intro-wrap .background .img img {
    width:100%;
    height:100%;
}
.kk_intro .intro-wrap .logo {
    top:70px;
    left:70px;
    z-index: 1000;
}
.kk_intro .intro-wrap .background {
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.kk_intro .intro-wrap .background .img {
    z-index: 10;
}

.kk_intro p,
.kk_intro span {
    display: inline-block !important;
    color:#fff;
}
.kk_intro .intro-wrap.kmg {
}
.kk_intro .intro-wrap.kic {

}
.kk_intro .special_font {
  font-family: 'Montserrat', sans-serif;
}
.kk_intro .intro-wrap img {
  max-width: 100%;
}
.kk_intro .intro-wrap .text_box {
    z-index: 100;
    position: relative;
    width: auto;
    max-width: 556px;
    padding-top: 33%;
    margin-right: 10%;
}
.kk_intro .intro-wrap.kmg .text_box {
    margin-left: 20%;


}
.kk_intro .intro-wrap.kic .text_box {
    margin-left: 11%;
}

.kk_intro .intro-wrap .text_box .korea {
    font-size: clamp(50px, 3vw, 70px);
    font-weight: 900;
    font-family: 'Play', sans-serif;
    line-height: .9;
}
.kk_intro .intro-wrap .text_box .paragraph {
    font-size: 14px;
    line-height: 1.74;
    padding-top: 25px;
    word-break: keep-all;
    color:#fff;

}
.kk_intro .intro-wrap .text_box .link {
    margin-top: 47px;
}
.kk_intro .intro-wrap .text_box .link a {
    font-size: clamp(15px, 1vw, 19px);
    max-width: 250px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    padding: 16px 20px;
}
.kk_intro .intro-wrap .text_box .link a .link_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}
.kk_intro .intro-wrap .text_box .doc {
    margin-top: 53px;
    font-size: 13px;
    color:#c8c8c8;
    background-color: #292929;
    padding: 10px 14px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    display: flex;
        align-items: center;
}
.kk_intro .intro-wrap.kic .visual {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.kk_intro .intro-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 9999;

    animation: roll_down 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.kk_intro .intro-wrap.kmg::before {
    top:0;
}
.kk_intro .intro-wrap.kic::before {
    bottom:0;
}
@keyframes roll_down {
    0% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}


.kk_intro .link a  {
    position: relative;
}
.kk_intro .link a::before {
    content: "";
    background-color: white;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    transition: all 0.4s 0.3s ease-in-out;
}
.kk_intro .link a:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.kk_intro .link span {
    transition: color 0.3s;
    transition-delay: 0.3s;
    position: relative;
    z-index: 100;
}
.kk_intro .link img {
    transition: filter 0.3s;
    transition-delay: 0.3s;
}
.kk_intro .link a:hover span {
    color: #000;
}
.kk_intro .link a:hover img {
    filter: brightness(0.1);
}

.cursorFollower {
    position: fixed;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff; 
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s, border-width 0.3s, background-color 0.3s, width 0.3s, height 0.3s;
    z-index: 999;
    pointer-events: none;
    background-color: transparent;
}

.cursorFollower.hovered {
    width: 6rem;
    height: 6rem;
    border-width: 1px;
    border-style: dotted; 
    background-color: rgba(255, 255, 255, 0); 
    transform: translate(-50%, -50%) scale(1.5) rotate(45deg);
}

.animate.to-opacity,
.animate .child-animate.to-opacity {
    opacity: 0;
    transition:  opacity 1.5s;
}

.animate.to-opacity.active,
.animate .child-animate.to-opacity.active {
    opacity: 1;
}
.animate.to-bottom-opacity,
.animate .child-animate.to-bottom-opacity {
    transform: translateY(100px);
    opacity: 0;
    transition: transform 1.5s, opacity 1.5s;
}

.animate.to-bottom-opacity.active,
.animate .child-animate.to-bottom-opacity.active {
    transform: translateY(0px);
    opacity: 1;
}
.animate.to-bottom,
.animate .child-animate.to-bottom {
    transform: translateY(60px);
    opacity: 0;
    transition:  transform 1s, opacity 1s;
}

.animate.to-bottom.active,
.animate .child-animate.to-bottom.active {
    transform: translateY(0px);
    opacity: 1;
}

.animate.to-top-opacity,
.animate .child-animate.to-top-opacity {
    transform: translateY(-100px);
    opacity: 0;
    transition: transform 1.5s, opacity 1.5s;
}

.animate.to-top-opacity.active,
.animate .child-animate.to-top-opacity.active {
    transform: translateY(0px);
    opacity: 1;
}
.animate.to-top,
.animate .child-animate.to-top {
    transform: translateY(-60px);
    opacity: 0;
    transition:  transform 1s, opacity 1s;
}

.animate.to-top.active,
.animate .child-animate.to-top.active {
    transform: translateY(0px);
    opacity: 1;
}

.animate.to-left,
.animate .child-animate.to-left {
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1.5s, transform 1.5s
}

.animate.to-left.active,
.animate .child-animate.to-left.active {
    transform: translateX(0px);
    opacity: 1;
    filter: blur(0px)
}

.animate.to-right,
.animate .child-animate.to-right {
    transform: translateX(50px);
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1.5s, filter 1.5s, transform 1.5s
}

.animate.to-right.active,
.animate .child-animate.to-right.active {
    transform: translateX(0px);
    opacity: 1;
    filter: blur(0px)
}
.txt_ani {overflow: hidden;}




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

    .kk_intro .intro-wrap .logo {
        top: 40px;
        left: 40px;
        max-width: 75px;
    }
    .kk_intro .intro-wrap.kmg .text_box {
        margin-left: 10%;
    }
    .kk_intro .intro-wrap.kic .text_box {
        margin-left: 10%;
    }
    .kk_intro .intro-wrap .text_box .korea {
        font-size:clamp(44px, 3vw, 50px)
    }
    
}
@media screen and (max-width: 1024px) {
    .kk_intro {
        flex-direction: column;
    }
    article.kk_intro .intro-wrap {
        width:100% !important;
    }
    .kk_intro .copy_box {
        background-color: #1d1d1d;
        padding: 0 20px 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -1px;
    }
    .kk_intro .copy {
        position: static;
        width: auto;
        transform: none;

        text-align: center;
        word-break: keep-all;
        line-height: 1.6;
        color: #aaaaaa;
        max-width: 219px;
        font-size: 10px;
    }
    .kk_intro .intro-wrap.kic .visual {
        bottom: 0;
        max-width: 50%;
        opacity: .5;
    }
    .kk_intro .intro-wrap {
        padding-bottom: 20%;
    }
    .kk_intro .intro-wrap .logo {
        max-width: 64px;
    }
    .kk_intro .intro-wrap .text_box .doc {
        font-size: 11px;
    }
}
@media screen and (max-width: 500px) {
    .kk_intro .intro-wrap .text_box .korea {
        font-size: 35px;
    }
    .cursorFollower {
        display: none;
    }
}
@media screen and (max-width: 344px) {
    .kk_intro .intro-wrap .text_box .korea {
        font-size: 31px;
    }
}