@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.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://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

#intro-wrap {min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; align-items: center; background: url("/resources/user/web/img/intro/intro_bg.jpg") no-repeat center/cover; font-family: 'Pretendard', sans-serif; font-size: 16px; color: #fff; font-weight: 400; text-align: center; gap: 40px;}
#intro-wrap .inner {width: 100%; max-width: 1480px; padding: 0 20px; padding-top: 65px;}
#intro-wrap .hd {display: flex; gap: 20px; justify-content: space-between; align-items: center; margin-bottom: 70px;}
#intro-wrap .hd .lang-list {--pdmg: 15px; display: flex; gap: var(--pdmg); font-weight: 600;}
#intro-wrap .hd .lang-list > li:not(:last-of-type) {padding-right: var(--pdmg); position: relative;}
#intro-wrap .hd .lang-list > li:not(:last-of-type)::after {content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 60%; background-color: #aaa; opacity: 40%;}
#intro-wrap .hd .lang-list a {display: block;}
#intro-wrap .hd .lang-list a:hover {text-decoration: underline; text-underline-position: under;}
#intro-wrap h1 {font-size: 52px; font-family: "Gmarket Sans", sans-serif; color: #fff; margin-bottom: 35px; word-break: keep-all;}
#intro-wrap .link-list {display: flex; gap: 45px;}
#intro-wrap .link-list a {display: flex; flex-direction: column; justify-content: center; align-items: center;}
#intro-wrap .link-list :where(.box-01,.box-02) {gap: 12px;}
#intro-wrap .link-list .box-01 {width: 35%; display: flex;}
#intro-wrap .link-list .box-01 li {width: 100%;}
#intro-wrap .link-list .box-01 li:nth-of-type(1) a {background-color: rgba(25, 126, 218, 0.8);}
#intro-wrap .link-list .box-01 li:nth-of-type(1) a:hover {background-color: rgba(25, 126, 218);}
#intro-wrap .link-list .box-01 li:nth-of-type(2) a {background-color: rgba(141, 198, 63, 0.8);}
#intro-wrap .link-list .box-01 li:nth-of-type(2) a:hover {background-color: rgba(141, 198, 63);}
#intro-wrap .link-list .box-01 a {height: 100%; transition: all 0.3s; padding: 15px 10px;}
#intro-wrap .link-list .box-02 {width: 65%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));}
#intro-wrap .link-list .box-02 li {}
#intro-wrap .link-list .box-02 a {min-height: 195px; border: 1px solid #fff; backdrop-filter: blur(10px); position: relative; padding: 10px;}
#intro-wrap .link-list .box-02 a::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(-45deg, #FAA619, #F37059); z-index: -1; transition: opacity 0.3s; opacity: 0;}
#intro-wrap .link-list .box-02 a:hover::before {opacity: 1;}
#intro-wrap .link-list .box-02 h2 {color: #fff; font-family: 'Gmarket Sans', sans-serif;}
#intro-wrap .link-list .box-02 img {margin-bottom: 20px;}
#intro-wrap .link-list .box-02 .txt-01 {font-size: 20px; font-weight: 600;}
#intro-wrap .link-list .box-02 .txt-02 {font-size: 17px; font-weight: 300;}

#intro-wrap .wave-box {width: 100%;}
#intro-wrap .wave-box .waves {position:relative; width: 100%; height:80px; margin-bottom:-7px;}
#intro-wrap .wave-box .txt-box {min-height: 90px; background-color: #fff; color: #000; font-family: 'Gmarket Sans', sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px 20px; font-weight: 400;}
#intro-wrap .wave-box .txt-01 {font-size: 15px; margin-bottom: 5px; display: flex; flex-wrap: wrap; gap: 5px 15px; justify-content: center;}
#intro-wrap .wave-box .txt-02 {font-size: 13px;}
#intro-wrap .parallax > use {animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;}
#intro-wrap .parallax > use:nth-child(1) {animation-delay: -2s; animation-duration: 7s;}
#intro-wrap .parallax > use:nth-child(2) {animation-delay: -3s; animation-duration: 10s;}
#intro-wrap .parallax > use:nth-child(3) {animation-delay: -4s; animation-duration: 13s;}
#intro-wrap .parallax > use:nth-child(4) {animation-delay: -5s; animation-duration: 20s;}
@keyframes move-forever {
    0% {transform: translate3d(-90px,0,0);}
    100% { transform: translate3d(85px,0,0);}
}

@media screen and (max-width: 1080px) {
    #intro-wrap .inner {padding-top: 30px;}
    #intro-wrap .hd {font-size: 15px;}
    #intro-wrap .hd .logo {width: 200px;}
    #intro-wrap h1 {font-size: 38px;}
    #intro-wrap .link-list {flex-wrap: wrap; gap: 20px;}
    #intro-wrap .link-list .box-01 {width: 100%;}
    #intro-wrap .link-list .box-01 li:nth-of-type(1) a img {width: 140px;}
    #intro-wrap .link-list .box-01 li:nth-of-type(2) a img {width: 120px;}
    #intro-wrap .link-list .box-02 {width: 100%;}
    #intro-wrap .link-list .box-02 a {min-height: 170px;}
    #intro-wrap .link-list .box-02 .txt-01 {font-size: 18px; margin-bottom: 3px;}
    #intro-wrap .link-list .box-02 .txt-02 {font-size: 15px;}
    #intro-wrap .link-list .box-02 img {height: 40px;}
}

@media screen and (max-width: 768px) {
    #intro-wrap .inner {padding-top: 20px;}
    #intro-wrap .hd {margin-bottom: 50px;}
    #intro-wrap .hd .logo {width: 160px;}
    #intro-wrap .hd .lang-list {--pdmg: 10px; font-size: 14px;}
    #intro-wrap h1 {font-size: 30px;}
    
    #intro-wrap .link-list .box-01 a {min-height: 85px;}
    #intro-wrap .link-list .box-01 li:nth-of-type(1) a img {width: 120px;}
    #intro-wrap .link-list .box-01 li:nth-of-type(2) a img {width: 100px;}
    #intro-wrap .link-list .box-02 {grid-template-columns: repeat(2, minmax(0,1fr));}
    #intro-wrap .link-list .box-02 .txt-01 {font-size: 16px;}
    #intro-wrap .link-list .box-02 .txt-02 {font-size: 14px;}
    #intro-wrap .link-list .box-02 img {height: 35px;}
    #intro-wrap .link-list .box-02 a {min-height: 150px;}
    
    #intro-wrap .wave-box .waves {height: 40px;}
    #intro-wrap .wave-box .txt-01 {font-size: 13px;}
}

@media screen and (max-width: 480px) {
    #intro-wrap .hd .logo {width: 140px;}
    #intro-wrap .link-list {gap: 15px;}
    #intro-wrap .link-list .box-02 .txt-01 {font-size: 14px;}
    #intro-wrap .link-list :where(.box-01,.box-02) {gap: 5px;}
}


