@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; transition: all 0.3s;}
#intro-wrap .link-list :where(.box-01, .box-02) {gap: 12px;}

/* box-01 수정: 2+1 구조 (파랑, 초록 / 아래 긴 버튼) */
#intro-wrap .link-list .box-01 {
    width: 35%;
    display: flex; 
    flex-wrap: wrap;
}

#intro-wrap .link-list .box-01 li {width: calc(50% - 6px);} /* 기본 2열 */
#intro-wrap .link-list .box-01 li.full-width {width: 100%;} /* 하단 긴 버튼 */

/* 기업성장응답센터 버튼 - 높이 절반 조정 */
#intro-wrap .link-list .box-01 li.full-width a {

    flex-direction: row;
    gap: 15px;
    background-color: rgba(54, 73, 93, 0.85);
    padding: 15px 20px;
    height: auto;
    min-height: 70px;
}

#intro-wrap .link-list .box-01 li.full-width a .txt-03{
    color:#fff;
    font-size: 24px;
}




/* 내부 이미지(아이콘+텍스트) 크기 조정 */
#intro-wrap .link-list .box-01 li.full-width a img {
    max-height: 56px;     /* 버튼이 낮아졌으므로 이미지 높이도 제한 */
    width: auto;          /* 가로 비율 유지 */
}



#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, 1);}
#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, 1);}

/* 기업성장응답센터 버튼 전용 스타일 */
#intro-wrap .link-list .box-01 li.full-width a { background-color: rgb(105 123 190 / 80%); /*border: 1px solid rgba(255, 255, 255, 0.3);*/ padding: 20px;}
#intro-wrap .link-list .box-01 li.full-width a:hover {background-color: rgb(105 123 190/ 1); border-color: #fff;}

#intro-wrap .link-list .box-01 a {height: 100%; padding: 15px 10px;}


#intro-wrap .link-list .box-01 li.h_btn {height:294px;}

#intro-wrap .link-list .box-01 li.full-width {
    width: calc(50% - 6px);
}

#intro-wrap .link-list .box-01 li.full-width a {
    min-height: 70px;
    padding: 14px 12px;
    gap: 10px;
}

#intro-wrap .link-list .box-01 li.full-width a img {
    max-height: 42px;
}

#intro-wrap .link-list .box-01 li.full-width a .txt-03 {
    font-size: 18px;
    white-space: nowrap;
}

#intro-wrap .link-list .box-01 li.online-consult a {
    background-color: rgb(54 73 93 / 80%);
}

#intro-wrap .link-list .box-01 li.online-consult a:hover {
    background-color: rgb(54 73 93 / 100%);
}

/* box-02 구조 유지 */
#intro-wrap .link-list .box-02 {width: 65%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));}
#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 .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-02 {width: 100%;}
    #intro-wrap .link-list .box-01 li.h_btn {height:160px;}
    #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;}
}

@media screen and (max-width: 768px) {
    #intro-wrap h1 {font-size: 30px;}
    #intro-wrap .link-list .box-01 a {min-height: 85px;}
    #intro-wrap .link-list .box-02 a {min-height: 150px;}
    #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-01 li.full-width {width: 100%;}
}

