메인 퍼블 변경

This commit is contained in:
현성필
2026-01-02 15:14:56 +09:00
parent c098e62f11
commit 2070419861
7 changed files with 183 additions and 154 deletions
+77 -70
View File
@@ -653,6 +653,7 @@ hr {
}
.global-header .container {
height: 100%;
padding: 0;
}
.global-header .container .header-content {
height: 100%;
@@ -6510,7 +6511,7 @@ select.form-control {
.hero-carousel-container {
position: relative;
width: 100%;
height: 720px;
height: 580px;
overflow: hidden;
background-color: #E9F9FF;
}
@@ -6530,13 +6531,19 @@ select.form-control {
width: 100%;
height: 100%;
}
@media (min-width: 1280px) {
.hero-carousel-track {
max-width: 1280px;
margin: 0 auto;
}
}
.hero-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 580px;
height: 440px;
display: flex;
align-items: center;
justify-content: center;
@@ -6549,13 +6556,13 @@ select.form-control {
visibility: visible;
}
.hero-slide[data-slide="0"] {
background: #E5F8FF;
background: #E9F9FF;
}
.hero-slide[data-slide="1"] {
background: #E5F8FF;
background: #E9F9FF;
}
.hero-slide[data-slide="2"] {
background: #E5F8FF;
background: #E9F9FF;
}
.hero-slide-content {
@@ -6565,18 +6572,12 @@ select.form-control {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 80px;
position: relative;
margin: 0 auto;
}
@media (min-width: 1440px) {
.hero-slide-content {
padding: 0 320px;
}
}
@media (min-width: 1280px) {
.hero-slide-content {
padding: 0 160px;
padding: 0 26px;
}
}
@media (max-width: 1024px) {
@@ -6603,6 +6604,7 @@ select.form-control {
flex-direction: column;
gap: 46px;
z-index: 2;
width: 593px;
}
@media (max-width: 1024px) {
.hero-text-content {
@@ -6622,9 +6624,9 @@ select.form-control {
.hero-text .hero-subtitle {
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 36px;
font-size: 32px;
font-weight: 400;
line-height: 1;
line-height: 99.94%;
color: #212529;
margin: 0 0 12px 0;
}
@@ -6644,9 +6646,9 @@ select.form-control {
}
.hero-text .hero-title {
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 50px;
font-size: 46px;
font-weight: 700;
line-height: 1.2;
line-height: 99.94%;
color: #000000;
margin: 0;
}
@@ -6714,14 +6716,14 @@ select.form-control {
}
@media (min-width: 1280px) {
.hero-image-content {
width: 450px;
height: 370px;
width: 410px;
height: 300px;
}
}
@media (max-width: 1024px) {
.hero-image-content {
width: 400px;
height: 330px;
width: 410px;
height: 300px;
}
}
@media (max-width: 768px) {
@@ -6777,9 +6779,9 @@ select.form-control {
.hero-nav-prev svg {
transform: rotate(180deg);
}
@media (min-width: 1280px) {
@media (max-width: 768px) {
.hero-nav-prev {
left: 100px;
left: 20px;
}
}
@media (max-width: 1024px) {
@@ -6787,18 +6789,18 @@ select.form-control {
left: 40px;
}
}
@media (max-width: 768px) {
@media (min-width: 1280px) {
.hero-nav-prev {
left: 20px;
left: calc(50vw - 640px - 80px);
}
}
.hero-nav-next {
right: 210px;
}
@media (min-width: 1280px) {
@media (max-width: 768px) {
.hero-nav-next {
right: 100px;
right: 20px;
}
}
@media (max-width: 1024px) {
@@ -6806,16 +6808,16 @@ select.form-control {
right: 40px;
}
}
@media (max-width: 768px) {
@media (min-width: 1280px) {
.hero-nav-next {
right: 20px;
right: calc(50vw - 640px - 80px);
}
}
.hero-carousel-indicators {
position: absolute;
bottom: 160px;
left: 50%;
left: calc(50vw - 640px + 72px);
transform: translateX(-50%);
display: flex;
gap: 12px;
@@ -6901,11 +6903,12 @@ select.form-control {
padding: 0;
overflow: hidden;
background: #e9f9ff;
height: 314px;
}
.api-search-section .search-background {
position: absolute;
inset: 0;
background-image: url("/img/bg_main_intersect.png");
background-image: url("/img/bg_main_intersect.svg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
@@ -7223,7 +7226,7 @@ select.form-control {
padding: 75px 0 100px;
background: #FFFFFF;
overflow: hidden;
height: 1000px;
height: 870px;
}
@media (max-width: 768px) {
.api-showcase {
@@ -7243,7 +7246,6 @@ select.form-control {
.api-showcase .showcase-wrapper {
max-width: 1228px;
margin: 0 auto;
padding: 0 20px;
position: relative;
width: 100%;
z-index: 1;
@@ -7375,11 +7377,6 @@ select.form-control {
gap: 32px;
justify-content: center;
}
@media (min-width: 1280px) {
.api-showcase .api-cards-container {
gap: 24px;
}
}
@media (max-width: 1024px) {
.api-showcase .api-cards-container {
flex-wrap: wrap;
@@ -7492,7 +7489,7 @@ select.form-control {
padding: 100px 0;
background: #FFFFFF;
overflow: hidden;
min-height: 980px;
height: 740px;
display: flex;
align-items: center;
}
@@ -7599,7 +7596,7 @@ select.form-control {
}
.info-section .info-description {
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-size: 20px;
font-weight: 400;
line-height: 1.6;
color: #000000;
@@ -7727,10 +7724,12 @@ select.form-control {
.support-center {
position: relative;
padding: 150px 0;
padding: 0;
padding-top: 102px;
padding-bottom: 126px;
background: #eef7fd;
overflow: hidden;
min-height: 980px;
height: 720px;
}
@media (max-width: 768px) {
.support-center {
@@ -7775,7 +7774,8 @@ select.form-control {
z-index: 1;
max-width: 1280px;
margin: 0 auto;
padding: 0 40px;
padding: 0 26px;
height: 492px;
}
@media (max-width: 768px) {
.support-center .container {
@@ -7785,7 +7785,7 @@ select.form-control {
}
}
.support-center .section-header {
margin-bottom: 80px;
margin-bottom: 40px;
text-align: center;
}
@media (max-width: 768px) {
@@ -7796,10 +7796,11 @@ select.form-control {
}
.support-center .section-header .section-title {
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 44px;
line-height: 1.6;
font-size: 28px;
font-weight: 400;
line-height: 1.4;
color: #000000;
margin: 0;
margin: 0 0 24px 0;
text-align: left;
}
@media (max-width: 1024px) {
@@ -7815,15 +7816,13 @@ select.form-control {
letter-spacing: -0.32px;
}
}
.support-center .section-header .section-title .title-regular {
font-weight: 400;
}
@media (max-width: 768px) {
.support-center .section-header .section-title .title-regular {
font-weight: 500;
}
}
.support-center .section-header .section-title .title-bold {
font-size: 38px;
font-weight: 700;
}
@media (max-width: 768px) {
@@ -7838,6 +7837,7 @@ select.form-control {
justify-content: center;
align-items: stretch;
max-width: 1228px;
height: 320px;
margin: 0 auto;
}
@media (max-width: 1024px) {
@@ -7865,7 +7865,7 @@ select.form-control {
box-sizing: border-box;
position: relative;
overflow: hidden;
height: 377px;
height: 320px;
}
@media (max-width: 1024px) {
.support-center .support-card {
@@ -7968,11 +7968,11 @@ select.form-control {
}
}
.support-center .support-card--notice {
width: 598px;
width: 388px;
flex-shrink: 0;
flex-direction: column;
align-items: center;
padding: 60px 40px;
padding: 50px 40px;
background: #0049B4;
}
@media (max-width: 1024px) {
@@ -7990,7 +7990,7 @@ select.form-control {
}
}
.support-center .support-card--notice .card-icon {
width: 174px;
width: 120px;
height: 120px;
margin-bottom: 36px;
}
@@ -8000,7 +8000,7 @@ select.form-control {
}
.support-center .support-card--notice .card-content h3 {
color: #FFFFFF;
font-size: 36px;
font-size: 30px;
}
@media (max-width: 1024px) {
.support-center .support-card--notice .card-content h3 {
@@ -8015,7 +8015,7 @@ select.form-control {
}
.support-center .support-card--notice .card-content p {
color: rgba(255, 255, 255, 0.9);
font-size: 20px;
font-size: 22px;
}
@media (max-width: 1024px) {
.support-center .support-card--notice .card-content p {
@@ -8032,11 +8032,11 @@ select.form-control {
background: rgb(0, 62.6583333333, 154.5);
}
.support-center .support-card--faq, .support-center .support-card--qna {
width: 283px;
width: 388px;
flex-shrink: 0;
flex-direction: column;
align-items: center;
padding: 60px 40px;
padding: 50px 40px;
}
@media (max-width: 1024px) {
.support-center .support-card--faq, .support-center .support-card--qna {
@@ -8062,7 +8062,7 @@ select.form-control {
flex: none;
}
.support-center .support-card--faq .card-content h3, .support-center .support-card--qna .card-content h3 {
font-size: 36px;
font-size: 30px;
}
@media (max-width: 1024px) {
.support-center .support-card--faq .card-content h3, .support-center .support-card--qna .card-content h3 {
@@ -8075,7 +8075,7 @@ select.form-control {
}
}
.support-center .support-card--faq .card-content p, .support-center .support-card--qna .card-content p {
font-size: 20px;
font-size: 22px;
}
@media (max-width: 1024px) {
.support-center .support-card--faq .card-content p, .support-center .support-card--qna .card-content p {
@@ -8102,8 +8102,10 @@ select.form-control {
.api-stats-section {
position: relative;
min-height: 720px;
padding: 100px 0;
height: 630px;
padding: 0;
padding-top: 132px;
padding-bottom: 134px;
overflow: hidden;
display: flex;
align-items: center;
@@ -8149,7 +8151,7 @@ select.form-control {
}
.api-stats-section .section-header {
text-align: center;
margin-bottom: 80px;
height: 100px;
}
@media (max-width: 768px) {
.api-stats-section .section-header {
@@ -8164,10 +8166,9 @@ select.form-control {
}
.api-stats-section .section-title .title-top {
display: block;
font-size: 32px;
font-size: 28px;
font-weight: 400;
color: #E8E8E8;
margin-bottom: 8px;
}
@media (max-width: 1024px) {
.api-stats-section .section-title .title-top {
@@ -8183,7 +8184,7 @@ select.form-control {
}
}
.api-stats-section .section-title .title-highlight {
font-size: 44px;
font-size: 38px;
font-weight: 700;
color: #81D5FF;
}
@@ -8198,8 +8199,8 @@ select.form-control {
}
}
.api-stats-section .section-title {
font-size: 44px;
font-weight: 400;
font-size: 38px;
font-weight: 700;
color: #E8E8E8;
}
@media (max-width: 1024px) {
@@ -8280,8 +8281,8 @@ select.form-control {
}
}
.api-stats-section .stat-card .stat-icon {
width: 100px;
height: 100px;
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
@@ -8329,15 +8330,21 @@ select.form-control {
}
.api-stats-section .stats-divider {
width: 1px;
height: 240px;
height: 200px;
margin: 0 60px;
flex-shrink: 0;
background-color: #ffffff;
}
@media (max-width: 1024px) {
.api-stats-section .stats-divider {
display: none;
}
}
@media (min-width: 1280px) {
.api-stats-section .stats-divider {
margin: 0 120px;
}
}
@media (max-width: 768px) {
.api-stats-section .stats-divider {
display: block !important;