@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");


html, body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    line-height: normal;
    color: white;
    background-color: black;
}

body {
    touch-action: pan-x pan-y;
}

button {
    background: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/**
* ----------------------------------------------------------------------------------
* header
* ----------------------------------------------------------------------------------
*/
header {
    height: 74px;
    /* background: url('/img/header_layout.png') no-repeat center; */
}

/* 네비게이션 기본 스타일 */
.nav-bar {
    height: 74px;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    align-items: center;
    z-index: 1000;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}


/* 내부 레이아웃 */
.inner {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--nav-height);
}

/* 로고 스타일 */
.logo-wrap {
    flex-shrink: 0;
}

.logo {
    width: 100px;
    height: 25px;
    object-fit: contain;
}

/* 메뉴 버튼 */
.menu-btn {
    display: block;
    background: transparent;
    border: none;
    padding: 12px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s ease;
    opacity: 1;
}

.menu-btn:hover img {
    opacity: 0.8;
}

.menu-btn img {
    width: 24px;
    height: 24px;
}

.menu-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    flex-direction: column;
    transition: all 0.3s ease;
}

.mobile-inner {
    display: flex;
    width: 320px;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.menu-header {
    display: flex;
    height: 74px;
    justify-content: center;
    align-items: center;
    /*border-bottom: 1px solid;*/
    /*border-bottom-color: #F1F1F1;*/
}

.menu-container .menu-header .mobile-inner .logo-wrap .logo {
    display: none;
}

.mobile-navigation {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 10px;
}

.menu-close-btn {
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-close-btn:hover img {
    opacity: 1;
}

.menu-close-btn img {
    width: 24px;
    height: 24px;
}

.gnb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gnb-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 14px;
    cursor: pointer;
}

.gnb-btn span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000000;
}

.gnb-btn img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}

.gnb-btn.open img {
    transform: rotate(180deg);
}

.gnb-btn.active {
    /*-webkit-text-decoration: underline solid #000000;*/
    /*text-decoration: underline solid #000000;*/
    /*-webkit-text-decoration-thickness: 2px;*/
    /*text-decoration-thickness: 2px;*/
    /*-webkit-text-underline-offset: 4px;*/
    /*text-underline-offset: 4px;*/
}

.lnb-container {
    display: none;
}

.lnb-item a {
    display: block;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.lnb-link {
    display: inline-block;
    padding: 12px 0;
    transition: color 0.3s ease;
    text-decoration: none;
}

.lnb-link:hover {
    color: #00D287;
    font-weight: 600;
}

.lnb-list {
    list-style: none;
    margin: 0;
    padding: 8px 24px;
}

.menu-bottom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.menu-bottom-container a {
    width: 100%;
}

.menu-bottom-container .menu-cta-btn {
    background: #191919;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.menu-bottom-container .menu-cta-btn:hover {
    background: #2c2c2c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #333;
}

.menu-bottom-container .menu-cta-btn span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
}

/**
* ----------------------------------------------------------------------------------
* lang
* ----------------------------------------------------------------------------------
*/
/* .locale-dummy{
  position: relative;
} */
/**/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.locale-switcher {
    /* position: absolute; */
    background: black url("/img/header/lang_bg@2x.png") 0 0/90px 34px no-repeat;
    width: 90px;
    height: 34px;
    background-color: transparent;

    border: 0px;
    outline: 0px;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    color: white;
    /* text-align: center; */
    text-indent: 40px;
    /*font-family: Pretendard;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.108px;
}

/* .locale-bg{
  position: absolute;
  background: black url("/img/header/lang_bg.png") no-repeat;
  width: 110px;
  height: 34px;
} */

/**
* ----------------------------------------------------------------------------------
* main
* ----------------------------------------------------------------------------------
*/
main {
    background-color: black;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
}


/**
* ----------------------------------------------------------------------------------
* common
* ----------------------------------------------------------------------------------
*/
/* 컨테이너 스타일 */
.container {
    display: flex;
    max-width: 1440px;
    justify-content: center;
    margin: 0 auto;
    word-break: keep-all;
}

.container .inner, .clearfix .footer_inner {
    width: 950px;
}

.hilight {
    color: #00FF85;
}

.main_txt {
    font-size: 40px;
    line-height: 57px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.875px;
}

.sub_txt {
    font-size: 22px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.62px;
}


section {
    position: relative; /* Important */
    z-index: 1; /* Important */
    background-color: black;
}


/**
* ----------------------------------------------------------------------------------
* section 01
* ----------------------------------------------------------------------------------
*/
#sec00 {

    background: url(/img/section02/bg@2x.png) center/cover no-repeat;
    position: fixed;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: none;
}

/**
* ----------------------------------------------------------------------------------
* section 01
* ----------------------------------------------------------------------------------
*/

#sec01 {
    height: 860px;
}

#sec01 .container {
    height: inherit;
}

#sec01 .inner {

    position: relative;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    padding-top: 80px;
    /*padding-top: 170px;*/

    /* position: relative;
    height: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    */
}

#sec01 #sec01_video {
    position: absolute;
    width: 100%;
    height: inherit;
    left: 0;
    object-fit: cover;
    z-index: 0;
    /* background-image: url(/img/gradation.png); */
}

#sec01 .deco_00 {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
    width: 60%;
    text-shadow: 0 3px 22px #000;
    font-size: 54px;
    word-break: keep-all;
}

/*#sec01 .deco_00 .txt_01_title {*/
/*    text-shadow: 0 3px 22px #000;*/
/*    font-size: 54px;*/
/*    word-break: keep-all;*/
/*}*/

/*#sec01 .deco_00 .txt_01 {*/
/*    text-shadow: 0px 3px 22px #000;*/
/*    font-size: 54px;*/
/*    word-break: keep-all;*/
/*}*/

#sec01 .deco_00_mobile {
    display: none;
}


#sec01 .deco_01 {
    transform: translateX(50px);
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 60px; */
}

#sec01_main_container {
    width: 312px;
    height: 565px;
    background: url('../img/section01/border.png') no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#sec01_main {
    width: 243px;
    height: 527px;
    object-fit: cover;
    border-radius: 32px;
    position: absolute;
}

#sec01 .deco_02 {
    width: 100%;
}

#sec01 .deco_02 .dummy {
    position: absolute;
    top: 626px;
}

#sec01 .deco_02 .txt_02 {
    font-size: 22px;
}

#sec01 .deco_02 .txt_02 .clock {
    font-weight: 600;
}

#sec01 .deco_02 .app {
    display: flex;
    align-items: center;
}

#sec01 .deco_02 .app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#sec01 .deco_02 .qr-code {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 12px;
    padding: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


#sec01 .deco_02 .line {
    display: inline-flex;
    height: 26px;
    border: thin solid #9B9B9B;
    margin: 0 20px;
    margin-bottom: 95px;
}

#sec01 .deco_02 .googleButton, .appleButton, .pcLinkButton a {
}

#sec01 .deco_02 .googleButton img, .appleButton img, .pcLinkButton img {
    opacity: 1;
    transition: all 0.3s ease;
}

#sec01 .deco_02 .googleButton img:hover, .appleButton img:hover, .pcLinkButton img:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}


/**
* ----------------------------------------------------------------------------------
* section 02
* ----------------------------------------------------------------------------------
*/

/*#sec02{*/
/*  height: 1200px;*/
/*  position: relative;*/
/*  background-color: transparent;*/
/*  !* background: fixed url(/img/section02/bg@2x.png) center/cover no-repeat; *!*/
/*}*/

/*#sec02 .bg{*/
/*  !* background: url("/img/section02/glow.png") center/contain no-repeat; *!*/
/*  !* background: fixed url(/img/section02/bg@2x.png) center/cover no-repeat;  *!*/
/*  !* background: url(/img/section02/bg@2x.png) center/cover no-repeat; */
/*  position: fixed;*/
/*  width: 100%;*/
/*  height: inherit;*/
/*  object-fit: cover;*/
/*  z-index: 0; *!*/

/*  !* background: fixed url(/img/section02/bg@2x.png) center center/cover no-repeat;*/
/*offset-position: absolute;*/
/*width: 100vw;*/
/*height: 100vh;*/
/*object-fit: cover;*/
/*z-index: 0;*/
/*top: 0px;*/
/*left: 0px;*/
/*right: 0px;*/
/*bottom: 0px;*/
/*content: "";*/
/*transform: scale(1.1, 1.1); *!*/

/*}*/

/*!* #sec02 .bg:before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: -10;*/
/*  background: url(/img/section02/bg@2x.png) no-repeat center center;*/
/*  -webkit-background-size: cover;*/
/*  -moz-background-size: cover;*/
/*  -o-background-size: cover;*/
/*  background-size: cover;*/
/*} *!*/

/*#sec02 .container{*/
/*  height: inherit;*/
/*}*/

/*#sec02 .inner{*/
/*  position: relative;*/
/*  height: inherit;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  !* align-items: flex-start; *!*/
/*  justify-content: space-around;*/
/*  text-align: center;*/
/*  !* height: inherit;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  text-align: center; *!*/
/*}*/

/*#sec02 .inner .deco_00{*/
/*  display: flex;*/
/*  flex-flow: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  height: 430px;*/
/* !* background: rgba(26, 30, 36, 0.4);*/
/*   border-radius: 20px;*/
/*  -webkit-backdrop-filter: blur(30px);*/
/*  backdrop-filter: blur(30px); *!*/
/*}*/

/*#sec02 .inner .deco_00 .txt_01{*/
/*  margin-bottom: 50px;*/
/*  !* text-shadow: 30px 15px 0px rgba(0, 0, 0, 0.30); *!*/
/*  font-size: 56px;*/
/*  line-height: 70px;*/
/*}*/

/*#sec02 .inner .deco_00 .txt_02{*/
/*  !* font-size: 33px;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  line-height: 49px;*/
/*  letter-spacing: 0.33px; *!*/
/*  word-break: keep-all;*/
/*  !* width: 750px; *!*/
/*  font-size: 26px;*/
/*  line-height: 36px;*/
/*  !* margin-top:30px; *!*/
/*}*/

/**
* ----------------------------------------------------------------------------------
* section 03
* ----------------------------------------------------------------------------------
*/
/* animation */
#sec03 .ani01 {
    opacity: 0;
    animation-name: multiple-image-crossfade1;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-play-state: paused;
    animation-fill-mode: both;
}

@keyframes multiple-image-crossfade1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#sec03 .ani04 {
    opacity: 0;
    animation-name: multiple-image-crossfade2;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-play-state: paused;
    animation-fill-mode: both;
}

@keyframes multiple-image-crossfade2 {
    0% {
        opacity: 0;
    }

    4% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    96% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#sec03 .ani02 {
    opacity: 0;
    animation-name: weather;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-delay: var(--delay);
    animation-play-state: paused;
    animation-fill-mode: both;
}

@keyframes weather {
    0% {
        top: 0px;
        opacity: 0;
        sacle: 1;
    }

    5% {
        opacity: 1;
        scale: 1.2;
    }

    8% {
        scale: 0.9;
    }

    10% {
        scale: 1;
    }

    95% {
        scale: 1;
        opacity: 1;
    }

    100% {
        scale: 0.8;
        opacity: 0;
    }
}

#sec03 .ani03 {
    opacity: 0;
    animation-name: message;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 5s;
    /* animation-delay: var(--delay); */
    animation-play-state: paused;
    animation-fill-mode: both;
}

@keyframes message {
    0% {
        opacity: 0;
        /* z-index: 1000; */
        top: calc(var(--top-origin) + 20px)
    }

    5% {
        opacity: 1;
        top: calc(var(--top-origin) - 7px)
        /* top: calc( var(--top-origin) ); */
    }

    15% {
        opacity: 1;
        top: calc(var(--top-origin))
        /* top: calc( var(--top-origin) ); */
    }

    95% {
        opacity: 1;
    }
    100% {
        /* z-index: 1000; */
        opacity: 0;
    }
}

#sec03 .ani05 {
    opacity: 0;
    animation-name: message2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 5s;
    /* animation-delay: var(--delay); */
    animation-play-state: paused;
    animation-fill-mode: both;
}

@keyframes message2 {
    3% {
        opacity: 0;
        /* z-index: 1000; */
        top: calc(var(--top-origin) + 20px)
    }

    8% {
        opacity: 1;
        top: calc(var(--top-origin) - 7px)
        /* top: calc( var(--top-origin) ); */
    }

    15% {
        opacity: 1;
        top: calc(var(--top-origin))
        /* top: calc( var(--top-origin) ); */
    }

    95% {
        opacity: 1;
    }
    100% {
        /* z-index: 1000; */
        opacity: 0;
    }
}


#sec03 {
    height: 925px;
    overflow: hidden;
}

#sec03 .bg {
    width: 100%;
    height: inherit;
    position: absolute;
}

#sec03 .bg img {
    position: absolute;
    width: 100%;
    height: inherit;
    object-fit: cover;
    opacity: 0;
}


#sec03 .container {
    height: inherit;
}

#sec03 .inner {
    height: inherit;
    position: relative;
    display: flex;
    /* overflow: hidden; */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}


#sec03 .inner .deco_00 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34);
    /* margin-top: 328px;
    margin-left: 20px; */
    /* position: absolute;
    top: 325px; */
    /* left: 265px; */

}

#sec03 .inner .deco_00 .txt_01 {
    font-size: 32px;
    font-weight: 700;
}

#sec03 .inner .deco_00 .weather {
    margin-top: 45px;
    width: 204px;
    height: 204px;
}

#sec03 .inner .deco_01 {
    position: relative;
    margin-left: 130px;
}

#sec03 .inner .deco_01 p {
    margin: 0;
}


#sec03 .inner .deco_01 .weather_icons {
    /* margin-top: 94px;
    margin-left: 170px; */

    position: relative;
    top: 50px;
    width: 90px;
    height: 90px;
}

#sec03 .inner .deco_01 .weather_icons img {
    position: absolute;
    /* opacity: 0; */
}


#sec03 .inner .deco_01 .phone {
    /* margin-top: 60px;
    margin-left: 192px; */
    width: 401px;
    position: relative;
    top: 110px;
    /* margin-top: 4px; */
}

#sec03 .inner .deco_01 .phone .frame {
    position: absolute;
    z-index: 100;
    width: 100%;
}

#sec03 .inner .deco_01 .phone .screen {
    width: 375px;
    height: 812px;
    position: relative;
    top: 12px;
    left: 15px;
    /* border-radius: 26px;
    overflow: hidden; */
}

#sec03 .inner .deco_01 .phone .screen img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    /* border-radius: 18px;
    overflow: hidden; */
    border-radius: 26px
}

#sec03 .inner .deco_01 .watches {
    position: relative;
    top: 105px;
    left: 190px;
}

#sec03 .inner .deco_01 .watch {
    --top-origin: 0px;
    /* --delay: 0s; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px;
    /* width:315px; */
    top: var(--top-origin);
    /* left: 275px; */
    position: absolute;
    border-radius: 200px;
    background: #0A0A0A;
    box-shadow: 0px 2px 14px 0px rgba(0, 210, 135, 0.50);
    z-index: 1000;
    /* opacity: 0; */
}

#sec03 .inner .deco_01 .watch img {
    width: 26px;
    height: auto;
    margin-right: 10px;
}

#sec03 .inner .deco_01 .pins {
    display: flex;
    justify-content: center;
    position: relative;
    top: 170px;
    left: -120px;
}

#sec03 .inner .deco_01 .pin {
    --top-origin: 0px;
    /* --delay: 2s; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 14px;
    position: absolute;
    /* width:140px; */
    top: var(--top-origin);
    /* left: 130px; */
    border-radius: 200px;
    background: #0A0A0A;
    box-shadow: 0px 2px 14px 0px rgba(0, 210, 135, 0.50);
    z-index: 1000;
    /* opacity: 0; */
}

#sec03 .inner .deco_01 .pin img {
    width: 23px;
    height: auto;
    margin-right: 10px;
}


/**
* ----------------------------------------------------------------------------------
* section 04
* ----------------------------------------------------------------------------------
*/


#sec04 {
    height: 1143px;
    overflow: hidden;
}

#sec04 .container {
    height: inherit;
}

#sec04 .inner {
    height: inherit;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url(/img/gradient_circle_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#sec04 .inner .deco_00 {
    position: relative;
    /* top: 130px; */
    text-align: center;
    margin-bottom: 98px;
}

#sec04 .inner .deco_00 .txt_01 {
    font-size: 34px;
    /* font-weight: 400;
    line-height: normal; */
    margin-bottom: 10px;
}

#sec04 .inner .deco_00 .txt_02 {
    /* font-size: 51px;
    font-weight: 700;
    line-height: normal; */
    margin-bottom: 30px;
}

#sec04 .inner .deco_00 .txt_03 {
    width: 550px;
    /* margin-top: 30px; */
    /* font-size: 30px;
    font-weight: normal; */
    word-break: keep-all;
    /* line-height: 40px; */
}

#sec04 .inner .deco_01 {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    width: 258px;
    height: 536px;
    z-index: 100;
}

#sec04 .inner .deco_01 #sec04_video {
    position: absolute;
    width: 258px;
    height: 536px;
    border-radius: 20px;
    border: 5px solid var(--stroke, #252525);
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.24);
    background-color: white;
    /* top: 10px; */
    /* width: 225px;
    height: auto;

    border-radius: 18px;
    overflow: hidden; */
}

#sec04 .inner .deco_01 img {
    position: absolute;
    /* top: 335px; */
}

#sec04 .inner .deco_02 {
    width: 1440px;
    position: absolute;
    top: 0px;
}

#sec04 .inner .deco_02 img {
    position: absolute;
}

#sec04 .inner .deco_02 .photo {
    opacity: 0;
}

#sec04 #photo_01 {
    --delay: 0.3s;
    --origin-y: 442px;
    top: var(--origin-y);
    width: 263px;
    height: auto;
    transform: rotate(-8deg);
    left: -100px;
}

#sec04 #photo_02 {
    --delay: 0.2s;
    --origin-y: 540px;
    top: var(--origin-y);
    width: 334px;
    height: auto;
    transform: rotate(15deg);
    left: 100px;


}

#sec04 #photo_03 {
    --delay: 0.8s;
    --origin-y: 170px;
    top: var(--origin-y);
    width: 263px;
    height: auto;
    transform: rotate(-18deg);
    left: 1235px;
}

#sec04 #photo_04 {
    --delay: 1.1s;
    --origin-y: 360px;
    top: var(--origin-y);
    width: 240px;
    height: auto;
    transform: rotate(-19deg);
    left: 100px;
}

#sec04 #photo_05 {
    --delay: 0.5s;
    --origin-y: 300px;
    top: var(--origin-y);
    width: 265px;
    height: auto;
    transform: rotate(-8deg);
    left: 1165px;
}

#sec04 #photo_06 {
    --delay: 1s;
    --origin-y: 190px;
    top: var(--origin-y);
    width: 265px;
    height: auto;
    transform: rotate(320deg);
    left: -30px;
}

#sec04 #photo_07 {
    --delay: 0.9s;
    --origin-y: 160px;
    top: var(--origin-y);
    width: 187px;
    height: auto;
    transform: rotate(12deg);
    left: 165px;
}

#sec04 #photo_08 {
    --delay: 0.4s;
    --origin-y: 680px;
    top: var(--origin-y);
    width: 283px;
    height: auto;
    transform: rotate(-42deg);
    left: 1005px;
}

#sec04 #photo_09 {
    --delay: 0.7s;
    --origin-y: 210px;
    top: var(--origin-y);
    width: 220px;
    height: auto;
    transform: rotate(13deg);
    left: 1115px;
}

#sec04 #photo_10 {
    --delay: 0.6s;
    --origin-y: 520px;
    top: var(--origin-y);
    width: 263px;
    height: auto;
    transform: rotate(-7deg);
    left: 1245px;
}

#sec04 .inner .deco_02 .ani {
    opacity: 0;
    visibility: visible;
    animation-name: showCard;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-delay: var(--delay);
    /* animation-play-state: paused; */
    animation-fill-mode: forwards;
}

#sec04 .inner .deco_02 .ani-none {
    opacity: 0;
    visibility: hidden;
}

@keyframes showCard {
    0% {
        opacity: 0;
        top: calc(var(--origin-y) + 30px);
    }

    30% {
        opacity: 1;
        top: var(--origin-y)
    }

    100% {
        opacity: 1;
    }
}

/**
* ----------------------------------------------------------------------------------
* section 05
* ----------------------------------------------------------------------------------
*/

#sec05 {
    height: 1014px;
    background-color: white;
}

#sec05 .bg {
    background: url("/img/section05/bookmark_image.png") center/cover no-repeat;
    position: absolute;
    width: 100%;
    height: inherit;
    object-fit: cover;
    z-index: 0;
}

#sec05 .bg_grad {
    position: absolute;
    width: 100%;
    height: inherit;
    left: 0px;
    object-fit: cover;
    z-index: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.0) 70%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 1) 100%, #FFF 100%);;
}

#sec05 .container {
    height: inherit;
}

#sec05 .inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#sec05 .deco_00 {
    position: relative;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 130px;
    text-align: center;
}

#sec05 .deco_00 .txt_02 .tag {
    background: url(/img/section05/icon_tag@2x.png) no-repeat;
}

#sec05 .deco_00 .txt_02 .emotion {
    background: url(/img/section05/icon_emotion@2x.png) no-repeat;
}

#sec05 .deco_00 .txt_02 .map {
    background: url(/img/section05/icon_map@2x.png) no-repeat;
}

#sec05 .deco_00 .txt_02 .place {
    background: url(/img/section05/icon_place@2x.png) no-repeat;
}

#sec05 .deco_00 .txt_02 .icon-img {
    display: inline-flex;
    padding-left: 34px;
    background-position: left;
    background-size: 32px 32px;
}

/**
* ----------------------------------------------------------------------------------
* section 06
* ----------------------------------------------------------------------------------
*/

#sec06 {
    height: 849px;
}

#sec06 .container {
    height: inherit;
}

#sec06 .inner {
    position: relative;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec06 #sec06_bg_video {
    position: absolute;
    left: 0px;
    width: 100%;
    height: inherit;
    object-fit: cover;
    z-index: 0;
    /* background-image: url(/img/scene06/background_walk.png); */
}

#sec06 .bg_grad {
    position: absolute;
    width: 100%;
    height: inherit;
    left: 0px;
    object-fit: cover;
    z-index: 0;
    background: linear-gradient(181deg, #000 1.11%, rgba(0, 0, 0, 0.98) 6.9%, rgba(0, 0, 0, 0.93) 13.41%, rgba(0, 0, 0, 0.88) 17.3%, rgba(0, 0, 0, 0.42) 38.16%, rgba(0, 0, 0, 0.78) 73.42%, rgba(0, 0, 0, 0.92) 87.2%, rgba(0, 0, 0, 0.97) 92.29%, rgba(0, 0, 0, 0.98) 95.02%, #000 98.87%);
}

#sec06 .deco_00 {
    width: 333px;
    height: 656px;
    background: url('../img/section01/border.png') no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#sec06 .deco_00 #sec06_phone_video {
    width: 280px;
    height: 610px;
    object-fit: cover;
    border-radius: 36px;
    position: absolute;
}

#sec06 .deco_00 img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#sec06 .deco_01 {
    font-style: normal;
    font-weight: 400;
    margin-left: 85px;
    word-break: keep-all;
}

#sec06 .deco_01 .street {
    position: relative;
}

#sec06 .deco_01 .street .question {
    position: absolute;
    top: 0px;
    left: 115px;
}

#sec06 .deco_01 .street .mask {
    position: absolute;
    top: 12px;
    left: 17px;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

#sec06 .deco_01 .street #sec06_street_video {
    position: relative;
    top: 0px;
    left: 0px;
    width: 110px;
    object-fit: contain;
}


#sec06 .deco_01 .txt_01 {
    text-shadow: 0px 3px 22px black;
    font-size: 34px;
    /*
   font-style: normal;
   font-weight: 700;
   line-height: normal; */
    margin-bottom: 10px;

}

#sec06 .deco_01 .img_01 {
    margin-left: -10px
}

#sec06 .deco_01 .txt_02 {
    /* font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; */
    margin-bottom: 20px;
}

#sec06 .deco_01 .txt_03 {
    /* font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px */
}


/**
* ----------------------------------------------------------------------------------
* section 07
* ----------------------------------------------------------------------------------
*/

#sec07 {
    height: 955px;
    background: black url("/img/section07/emozi.png") center/contain no-repeat;
}

#sec07 .container {
    height: inherit;
}

#sec07 .inner {
    position: relative;
    height: inherit;
    display: flex;
    /* flex-direction: row-reverse; */
    /* justify-content: flex-end; */
    align-items: center;
}


#sec07 .deco_00 img {
    width: 490px;
}

#sec07 .deco_01 {
    /* position: absolute;
    top: 340px;
    left: 765px; */
    /* font-style: normal;
    font-weight: 400;
    line-height: normal; */
    margin-left: 2vw;
}

#sec07 .deco_01 .txt_01 {
    font-size: 34px;
    /*font-weight: 700; */
}

#sec07 .deco_01 .txt_02 {
    /* font-size: 51px;
    font-weight: 700; */
}

#sec07 .deco_01 .txt_03 {
    /* font-size: 30px;
    line-height: 40px;  */
}


/**
* ----------------------------------------------------------------------------------
* section 08
* ----------------------------------------------------------------------------------
*/

#sec08 {
    height: 1008px;
}

#sec08 .container {
    height: inherit;
}

#sec08 .inner {
    position: relative;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#sec08 .deco_00 {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sec08 .deco_00 img.lock {
    width: 61px;
    margin-bottom: 40px;
}

#sec08 .deco_00 .txt_01 {
    font-size: 34px;
    font-weight: 700;

}

#sec08 .deco_00 .txt_02 {
    /* font-size: 48px;
    font-weight: 700;
    line-height: 61px; */
}

#sec08 .deco_00 .txt_03, .txt_05, .txt_07 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 55px;
    margin-bottom: 10px;
}

#sec08 .deco_00 .txt_04, .txt_06, .txt_08 {
    padding: 0 5px;
    /* font-size: 24px;
    font-weight: 400;
    line-height: 34px; */
}

#sec08 .deco_01 {
    position: absolute;
    top: 110px;
    left: 120px;
}

#sec08 .deco_01 img {
    width: 585px;
}

/**
* ----------------------------------------------------------------------------------
* footer
* ----------------------------------------------------------------------------------
*/
footer {
    font-size: 12px;
    color: #999999;
    background: var(--background-footer, #242424);
    /* background: url('/img/footer_layout.png') no-repeat;
  background-position: top; */
}

footer p {
    margin: 0;
    padding: 0;
}

.clearfix .footer_inner {
    padding: 45px 0;
}

#company_info {
    display: flex;
    flex-flow: column;
    gap: 2px;
}

#cs_info {
    margin-top: 24px;
}

#cs_txt {
    font-weight: 400;
}

#cs_txt span {
    font-weight: 700;
}

#cs_icon {
    margin: 10px 0;
}

#cs_icon img {
    width: 89px;
}

.clearfix-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 68px;
    z-index: 100;
    background-color: #00BD79;
    transition: all 0.3s ease;
    opacity: 0;
}

.clearfix-mobile:hover {
    background-color: #00aa6d;
}

/* .reveal{
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

.active{
  transform: translateY(0px);
  opacity: 1;
  transition: 1s all ease;
} */

/**
* ----------------------------------------------------------------------------------
* Mobile Media Query
* ----------------------------------------------------------------------------------
*/

@media (max-width: 760px) {
    header {
        height: 0;
    }

    .nav-bar {
        background-color: transparent;
        backdrop-filter: none;
        height: 60px
    }

    .nav-bar.scrolled {
        background-color: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    /*.container, .container-lg, .container-md, .container-sm {*/
    /*    max-width: 360px;*/
    /*}*/

    .nav-bar .container .inner {
        margin: 0 8px;
    }

    main .container .inner, .clearfix .footer_inner {
        width: 320px;
    }

    .main_txt {
        font-size: 24px;
        line-height: 34px;
    }

    .sub_txt {
        font-size: 16px;
        line-height: 26px;
    }

    .menu-container .menu-header .mobile-inner .logo-wrap .logo {
        display: flex;
    }

    .mobile-inner {
        width: 100%;
        margin: 0 20px;
    }

    .menu-btn {
        padding: 12px 0;
        padding-left: 12px;
    }

    .menu-header {
        height: 60px;
    }

    .menu-close-btn {
        padding: 12px 0;
        padding-left: 12px;
    }

    .mobile-gnb-item {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .gnb-btn {
        padding: 20px 0;
        max-width: 320px;
    }

    .lnb-container {
        width: 100%;
        max-width: 320px;
    }

    .lnb-list {
        padding: 8px 0;
    }

    .lnb-item {
        margin-left: 0;
    }

    .lnb-link {
        padding: 12px 0;
    }

    .menu-container {
        width: 100%;
    }

    /**
    * ----------------------------------------------------------------------------------
    * section 01
    * ----------------------------------------------------------------------------------
    */
    #sec01 {
        height: 989px;

    }

    #sec01 .inner {
        flex-direction: column;
        padding-top: 0;
    }

    #sec01 .deco_00 {
        align-items: center;
        margin-top: 0px;
        width: 320px;
    }

    #sec01 .deco_00 .txt_01_title {
        font-size: 32px;
        font-weight: 800;
        line-height: 125%;
        margin-bottom: 2px;
    }

    #sec01 .deco_00 .txt_01 {
        font-size: 26px;
        line-height: 125%;
        text-align: center;
    }

    #sec01 .deco_00 .img_01 {
        width: 132px;
    }

    #sec01 .deco_00_mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 14px 38px;
    }

    #sec01 .deco_00_mobile a {
        width: 100%;
    }

    #sec01 .deco_00_mobile .app-cta-btn {
        background: #fff;
        width: 100%;
        height: 44px;
        border: 0.5px solid rgba(0, 0, 0, 0.20);
        border-radius: 100px;
        transition: all 0.3s ease;
    }

    #sec01 .deco_00_mobile .app-cta-btn:hover {
        background: #f8f8f8;
        border-color: rgba(0, 0, 0, 0.3);
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    }

    #sec01 .deco_00_mobile .app-cta-btn span {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        color: #000;
    }

    #sec01 .deco_01 {
        margin-top: 2px;
        margin-left: -100px;
        margin-bottom: 163px;
        width: 320px;
    }

    #sec01_main_container {
        width: 240px;
        height: 473px;
    }

    #sec01_main {
        width: 203px;
        height: 439px;
        border-radius: 27px;
    }

    #sec01 .deco_02 {
        width: 320px;
    }

    #sec01 .deco_02 .dummy {
        top: 763px;
    }

    #sec01 .deco_02 .txt_02 {
        font-size: 16px;
        text-align: center;
    }

    #sec01 .deco_02 .app {
        flex-flow: column;
        margin-top: 16px;
        gap: 12px;
    }

    #sec01 .deco_02 .app .line {
        display: none;
    }

    #sec01 .deco_02 {
        position: static;
        /* left: 0px;
        top: 450px; */
    }

    #sec01 .deco_02 .app .googleButton img {
        width: 150px;
        height: 39px;
    }

    #sec01 .deco_02 .app .appleButton img {
        width: 130px;
        height: 39px;
    }

    #sec01 .deco_02 .app .pcLinkButton img {
        width: 118px;
        height: 39px;
    }

    #sec01 .deco_02 .qr-code {
        display: none;
    }

    /**
    * ----------------------------------------------------------------------------------
    * section 02
    * ----------------------------------------------------------------------------------
    */
    /*#sec02{*/
    /*  height: 700px;*/
    /*}*/
    /*  */
    /*#sec02 .inner .deco_00{*/
    /*  height: 250px;*/
    /*  padding: 20px;*/
    /*}*/
    /*#sec02 .inner .deco_00 .txt_01{*/
    /*  font-size: 24px;*/
    /*  line-height: normal;*/
    /*  margin-bottom: 30px;*/
    /*}*/
    /*#sec02 .inner .deco_00 .txt_02{*/
    /*  width: inherit;*/
    /*  font-size: 16px;*/
    /*  letter-spacing: 0.16px;*/
    /*  line-height: normal;*/
    /*}*/
    /**
    * ----------------------------------------------------------------------------------
    * section 03
    * ----------------------------------------------------------------------------------
    */
    #sec03 .inner {
        flex-direction: column;
    }

    #sec03 .inner .deco_00 {
        text-align: center;
        margin-bottom: 40px;
    }

    #sec03 .inner .deco_00 .weather {
        display: none;
    }

    #sec03 .inner .deco_01 {
        margin-left: 0px;
    }

    #sec03 .inner .deco_00 .txt_01 {
        font-size: 16px;
        letter-spacing: 0.16px;
        margin-bottom: 14px;
    }

    #sec03 .inner .deco_00 .txt_02 {
        font-size: 24px;
        line-height: 30px;
    }

    #sec03 .inner .deco_01 .weather_icons {
        width: 52px;
        height: 52px;
        top: 0px;
    }

    #sec03 .inner .deco_01 .weather_icons img {
        width: 100%;
    }

    #sec03 .inner .deco_01 .phone {
        width: 250px;
        top: 40px;
        /* margin-top: 40px; */
    }

    #sec03 .inner .deco_01 .phone .screen {
        width: 234px;
        height: 510px;
        top: 9px;
        left: 9px;
    }

    #sec03 .inner .deco_01 .pins {
        top: 75px;
        left: -90px;
    }

    #sec03 .inner .deco_01 .pin {
        font-size: 14px;
        padding: 8px 14px;
    }

    #sec03 .inner .deco_01 .pin img {
        width: 18px;
    }

    #sec03 .inner .deco_01 .watches {
        top: 30px;
        left: 90px;
    }

    #sec03 .inner .deco_01 .watch {
        font-size: 14px;
        padding: 8px 14px;
    }

    #sec03 .inner .deco_01 .watch img {
        width: 18px;
    }

    /**
    * ----------------------------------------------------------------------------------
    * section 04
    * ----------------------------------------------------------------------------------
    */
    #sec04 {
        height: 862px;
    }

    #sec04 .inner .deco_00 {
        margin-bottom: 30px;
    }

    #sec04 .inner .deco_00 .txt_01 {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    #sec04 .inner .deco_00 .txt_02 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    #sec04 .inner .deco_00 .txt_03 {
        font-size: 16px;
        line-height: 22px;
        width: 285px;

    }

    #sec04 .inner .deco_01 {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        /* position: relative;
        width: 250px;
        height: 500px; */
    }

    #sec04 .inner .deco_01 #sec04_video {
        position: absolute;
        /* width: 225px;
        height: auto; */
        /* top: 10px; */
    }

    #sec04 .inner .deco_01 img {
        position: absolute;
        /* top: 335px; */
    }

    #sec04 .inner .deco_02 {
        position: absolute;
        top: 220px;
        transform: scale(0.3);
    }


    /**
    * ----------------------------------------------------------------------------------
    * section 05
    * ----------------------------------------------------------------------------------
    */
    #sec05 {
        height: 917px;
    }

    #sec05 .deco_00 {
        margin-bottom: 70px;
    }

    #sec05 .deco_00 .txt_02 .icon-img {
        padding-left: 28px;
        background-size: 26px 26px;
    }

    /**
  * ----------------------------------------------------------------------------------
  * section 06
  * ----------------------------------------------------------------------------------
  */
    #sec06 {
        height: 917px;
    }

    #sec06 .inner {
        flex-flow: column-reverse;
        justify-content: center;
    }

    #sec06 .deco_00 {
    }

    #sec06 .deco_00 #sec06_phone_video {
        width: 250px;
        height: 543px;
        border-radius: 32px;
    }

    #sec06 .deco_01 {
        /* font-style: normal;
        font-weight: 400; */
        margin-left: 0px;
        text-align: center;
    }


    #sec06 .deco_01 .street .question {
        left: 167px;
    }

    #sec06 .deco_01 .street .mask {
        left: 50%;
        transform: translateX(-50%);
    }

    #sec06 .deco_01 .txt_01 {
        font-size: 16px;
        letter-spacing: 0.16px;
        margin-bottom: 12px;

    }

    #sec06 .deco_01 .txt_02 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    #sec06 .deco_01 .txt_03 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 57px;
    }

    /**
    * ----------------------------------------------------------------------------------
    * section 07
    * ----------------------------------------------------------------------------------
    */
    #sec07 {
        height: 890px;
    }

    #sec07 .inner {
        flex-flow: column-reverse;
        justify-content: center;

    }


    #sec07 .deco_00 img {
        width: 350px;
    }

    #sec07 .deco_01 {
        text-align: center;
        margin-bottom: 85px;
        margin-left: 0px;
    }

    #sec07 .deco_01 .txt_01 {
        font-size: 16px;
        letter-spacing: 0.16px;
        margin-bottom: 12px;
    }

    #sec07 .deco_01 .txt_02 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    #sec07 .deco_01 .txt_03 {
        font-size: 16px;
        line-height: normal;
    }

    /**
    * ----------------------------------------------------------------------------------
    * section 08
    * ----------------------------------------------------------------------------------
    */
    #sec08 {
        height: 933px;
    }

    #sec08 .deco_00 {
        text-align: start;
    }

    #sec08 .deco_00 img.lock {
        width: 40px;
        margin-bottom: 18px;
    }

    #sec08 .deco_00 .txt_01 {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    #sec08 .deco_00 .txt_02 {
        font-size: 24px;
        line-height: 30px;
    }

    #sec08 .deco_00 .txt_03, .txt_05, .txt_07 {
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.16px;
    }

    #sec08 .deco_00 .txt_04, .txt_06, .txt_08 {
        font-size: 15px;
        line-height: 21px;
    }

    .clearfix {
        margin-bottom: 68px;
    }

    .clearfix-mobile.show {
        display: block;
        opacity: 1;
    }

    .clearfix-mobile a {
        text-decoration: none;
    }

    .clearfix-mobile .container {
        height: 100%;
        width: 100%;
    }

    .clearfix-mobile .container .footer_inner {
        display: flex;
    }

    .clearfix-mobile .item_00 {
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .clearfix-mobile:hover .item_00 {
        transform: translateX(4px);
    }

    .clearfix-mobile .item_00 button {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }

    .clearfix-mobile .item_00 .bullet {
        width: 24px;
        margin-left: 8px;
    }
}

/* end media query */