@charset "utf-8";

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.swal2-icon-content {
    color: #9de0f6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-family: 'NanumSquare', sans-serif;
}

#app {
    width: 100%;
}

#wrap {
    width: 100%;
    position: relative;
    background-color: #fff;
    /* overflow-x: hidden;
    overflow-y: auto; */
}

/* Chrome, Edge, and Safari */
body::-webkit-scrollbar {
    border-radius: 50px;
    width: 5px;
    /* 스크롤바의 너비 설정 */
}

body::-webkit-scrollbar-track {
    border-radius: 50px;
    background: #2e2e47;
    /* 스크롤바의 트랙(배경) 설정 */
}

body::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #3375c1;
    /* 스크롤바의 핸들 설정 */
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    padding: 0 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header>h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
}

header>h1>a {
    width: 120px;
    height: 32px;
    display: block;
}

header>h1>a>img {
    width: 100%;
    object-fit: cover;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.toggle-logo {
    display: none;
}

.menu>ul {
    display: flex;
    justify-content: space-between;
    width: 800px;
    font-weight: 800;
    font-size: 18px;
    margin-left: 100px;
}

.menu>ul>li:hover {
    cursor: pointer;
}

.top-menu {
    display: flex;
}

.top-menu>li {
    line-height: 40px;
    text-align: center;
}

.top-menu>li>a {
    font-size: 16px;
    margin: 15px 0 15px 30px;
    color: #fff;
    font-weight: 600;
}

.menu-btn {
    background: none;
    border: none;
    padding: 5px;
    color: #fff;
    font-size: 1em;
}

.main-slider {
    position: relative;
    width: 100%;
    /* height: 95%; */
    height: 100vh;
    overflow: hidden;
}

.scroll-slider {
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    left: 95%;
    width: 30px;
    height: 30px;
    z-index: 3;
}

.scroll-down-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
}

.scroll-down-icon>p {
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.scroll-slider {
    animation: bounce 2s infinite;
}

.scroll-down-icon i:last-child {
    position: absolute;
    bottom: 10px;
}

.slider-container {
    position: relative;
    width: 100%;
    /* height: 930px; */
    height: 100vh;
}

.slider-controls {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: auto;
}

.slider-control {
    display: inline-block;
    width: 40px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    border-radius: 20px;
    cursor: pointer;
}

.slider-control.active {
    background-color: #ffffff;
}

.main-img {
    display: flex;
    width: 100%;
    transition: transform 0.6s ease;
}

.main-img img {
    width: 100%;
    flex-shrink: 0;
}

.slide {
    min-width: 100%;
    transition: opacity 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide {
    opacity: 0;
    z-index: 1;
}

.main-slider>h2 {
    position: absolute;
    top: 60%;
    right: 100px;
    transform: translate(0%, -50%);
    font-size: 70px;
    font-weight: 800;
    z-index: 3;
    color: white;
    line-height: 85px;
    text-align: right;
}

.main-slider>h2>p {
    font-size: 60px;
}

.main-img>img {
    width: 100%;
    /* height: 1080px; */
    height: 100vh;
    object-fit: cover;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.section-bg1 {
    width: 100%;
    background-image: url('../image/main/section-1.jpg');
    background-size: cover;
    /* 배경 이미지가 섹션을 꽉 채우도록 설정 */
    background-position: center;
    /* 배경 이미지의 위치를 센터로 설정 */
    background-repeat: no-repeat;
    /* 배경 이미지가 반복되지 않도록 설정 */
}

.section-bg2,
.section-bg3 {
    width: 100%;
    background-image: url('../image/main/section-2.jpg');
    background-size: cover;
    /* 배경 이미지가 섹션을 꽉 채우도록 설정 */
    background-position: center;
    /* 배경 이미지의 위치를 센터로 설정 */
    background-repeat: no-repeat;
    /* 배경 이미지가 반복되지 않도록 설정 */
}

.section-bg4 {
    width: 100%;
    background-color: #FAFAFA;
}

.section-bg4>.section-banner-bg {
    width: 100%;
    background-image: url('../image/main/section-4.jpg');
    background-size: cover;
    /* 배경 이미지가 섹션을 꽉 채우도록 설정 */
    background-position: center;
    /* 배경 이미지의 위치를 센터로 설정 */
    background-repeat: no-repeat;
    /* 배경 이미지가 반복되지 않도록 설정 */
}

.section-type1,
.section-type2,
.section-type3,
.section-type4,
.data-list {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}

.banner-box {
    width: 1400px;
    margin: 0 auto;
}

.section-type1 {
    flex-direction: column;
    justify-content: center;
    /* height: 1080px; */
    height: 100vh;
}

.section-type1>h3 {
    padding-bottom: 30px;
    line-height: 46px;
    font-size: 40px;
    font-weight: 800;
    color: #FCEE21;
}

.section-type1>h3>span {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.section-type1>ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.section-type1>ul>li {
    width: calc(100% / 4 - 30px);
    border-right: 1px solid #fff;
}

.section-type1>ul>li:last-child {
    border-right: none;
}

.section-type1>ul>li>p {
    font-size: 34px;
    font-weight: 600;
}

.section-type1>ul>li>p>span {
    font-size: 18px;
}

.section-type1>ul>li>.big-text {
    display: flex;
    align-items: center;
    padding-top: 50px;
    font-size: 110px;
    font-weight: 800;
    text-shadow: 5px 8px 4px rgba(0, 0, 0, 0.5);
    /* X축, Y축, 흐림 정도, 색상 */
}

.section-type1>ul>li>.big-text>span {
    font-size: 65px;
}

.bottom-box {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 100px; */
    padding: 30px 50px;
    background-color: #fff;
}

.bottom-box>.logo {
    width: 160px;
}

.bottom-box>.logo>img {
    width: 100%;
    object-fit: cover;
}

.bottom-box>p {
    font-size: 18px;
    margin-left: 100px;
    line-height: 28px;
    color: #2E3192;
}

.section-type2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 1080px; */
    height: 100vh;
}

.section-type2>h3 {
    font-size: 30px;
    font-weight: 800;
    color: #242424;
}

.section-type2>p {
    padding: 30px 0 50px;
    line-height: 30px;
    color: #242424;
    font-size: 18px;
}

.data-wrap {
    display: flex;
}

.data-title {
    display: flex;
    height: 100%;
    width: 240px;
    flex-direction: column;
    justify-content: space-between;
}

.data-title>li {
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 18px;
    color: #B3B3B3;
}

.data-title li {
    cursor: pointer;
    /* 마우스 오버 시 커서 변경 */
}

.data-title li.active {
    color: #1A1A1A;
    /* 활성화된 메뉴 항목의 텍스트 색상 */
    border-bottom: 5px solid transparent;
    /* border-image를 사용하기 위해 투명한 border를 설정합니다. */
    border-image: linear-gradient(to right, #09348b, #1373d3) 1;
    /* 그라데이션 적용 */
}

.data-title>li:hover {
    cursor: pointer;
}

.data-content-box {
    position: relative;
    /* 상대 위치 설정 */
    width: 100%;
    height: auto;
    /* 컨텐츠에 맞게 높이 설정, 필요에 따라 min-height 사용 */
    min-height: 440px;
    /* 최소 높이 설정, 실제 컨텐츠에 맞게 조정 */
    margin-left: 50px;
    border: 1px solid #f0f0f0;
}

.data-content-box>li {
    display: flex;
    /* 기존의 flex 스타일 유지 */
    justify-content: space-between;
    position: absolute;
    /* 절대 위치 설정으로 모든 li 겹치게 함 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
}

.data-text {
    width: 45%;
}

.data-text>.data-intro {
    height: 160px;
    border-bottom: 1px dashed #B3B3B3;
}

.data-text>.data-intro>p,
.data-text>.data-results>p {
    width: 100%;
    padding: 10px 0;
    line-height: 26px;
    color: #000;
}

.data-text>.data-results>p:nth-child(3) {
    padding: 0px;
}

.data-text>.data-results {
    padding-top: 50px;
}

.data-text>p:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
}

.data-text>.data-intro>.text-title,
.data-text>.data-results>.text-title {
    height: 30px;
    padding: 2px 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    border-left: 4px solid #0071BC;
    color: #0071BC;
}

.results-dote::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #000;
    border-radius: 50%;
}

.data-text-box {
    width: 100%;
    text-align: left;
}

.data-text-box>p {
    color: #454545;
    line-height: 26px;
    padding: 0 50px;
}

.data-image {
    width: 50%;
    height: 340px;
    margin-left: 50px;
    border-radius: 20px;
    background-color: #ddd;
}

.data-image img {
    width: 100%;
    /* 이미지의 너비를 부모 요소의 너비와 동일하게 설정 */
    height: 100%;
    /* 이미지의 높이를 부모 요소의 높이와 동일하게 설정 */
    border-radius: 20px;
    /* .data-image와 동일한 둥근 모서리를 적용 */
    object-fit: cover;
    /* 이미지가 비율을 유지하면서 요소를 꽉 채우도록 설정 */
}


.data-text-box>p::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ddd;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}

.data-text-box>p>span {
    padding: 3px 10px;
    font-weight: 600;
    color: #fff;
    background-color: #295486;
    border-radius: 3px;
}

.section-type3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 1080px; */
    height: 100vh;
}

.section-type3>h3 {
    font-size: 30px;
    font-weight: 800;
    color: #242424;
    padding-bottom: 30px;
}

.section-type3>p {
    color: #242424;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.section-type3>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    overflow-x: hidden;
    /* 가로 스크롤을 숨깁니다. */
}

.section-type3>ul>li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% / 4 - 20px);
    border: 1px solid #f0f0f0;
    box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
}


.section-type3>ul>li:nth-child(2),
.section-type3>ul>li:nth-child(4) {
    background: rgb(9, 52, 139);
    background: linear-gradient(90deg, rgba(9, 52, 139, 1) 0%, rgba(19, 115, 211, 1) 60%);
    border: none;
}

.section-type3>ul>li:nth-child(2)>p {
    color: #fff;
}

.section-type3>ul>li:last-child {
    margin-right: 0;
}

.section-type3>ul>li>p {
    padding-top: 20px;
    padding-left: 30px;
    color: #242424;
    font-size: 26px;
}

.section-type3>ul>li>.data-procesor>p:nth-child(1) {
    height: 150px;
}

.section-type3>ul>li>.data-procesor>p,
.section-type3>ul>li>.project-procesor>p,
.section-type3>ul>li>.procesor-money>p {
    width: 100%;
    text-align: left;
    color: #454545;
    line-height: 26px;
}

.section-type3>ul>li>.data-procesor>p:last-child,
.section-type3>ul>li>.project-procesor>p:last-child,
.section-type3>ul>li>.procesor-money>p:last-child {
    font-size: 16px;
}

.voucher-btn {
    display: flex;
    justify-content: space-between;
}

.link-btn {
    width: calc(100%/2 - 5px);
    height: 40px;
    color: #fff;
    margin-top: 100px;
    background: rgb(9, 52, 139);
    background: linear-gradient(90deg, rgba(9, 52, 139, 1) 0%, rgba(19, 115, 211, 1) 80%);
}

.w-bg {
    background: #fff;
}

.w-bg>a {
    color: #2E3192;
}

.link-btn>a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
}

.section-type3>ul>li>.procesor-money>p {
    font-weight: 600;
}

.section-type3>ul>li>.procesor-money>p>span {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #3375c1;
    padding-top: 15px;
}

.section-type3>ul>li>.procesor-money {
    padding: 30px;
    display: flex;
}

.section-type3>ul>li>.data-text-box {
    border-bottom: 1px solid #ddd;
}

.section-type3>ul>li>.data-procesor,
.section-type3>ul>li>.project-procesor {
    width: 100%;
    padding: 30px;
}

.section-type3>ul>li>.project-procesor>p {
    font-size: 16px;
    line-height: 26px;
}

.section-type3>ul>li>.project-procesor>p::before {
    content: "";
    display: inline-block;
    position: relative;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 5px;
}

.section-type3>ul>li>.project-procesor>p:last-child::before {
    display: none;
}

.section-type3>ul>li>.project-procesor>p>span {
    color: #454545;
    font-size: 12px;
}

.text-color p,
.text-color span {
    color: #fff !important;
}


.procesor-contanct-btn {
    border: none;
    background-color: #333;
    height: 60px;
    width: 300px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}

.contact-banner-title {
    position: relative;
    width: 850px;
}

.banner-box {
    display: flex;
    padding: 100px 0px;
}

.contact-banner-title>h3 {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 60px;
    font-weight: 800;
}

.contact-banner-title>p {
    width: 50%;
    padding-top: 20px;
    line-height: 26px;
}

.contact-banner-title>button {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 180px;
    height: 50px;
    padding: 10px;
    border: none;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.contact-banner-title>button a {
    color: #1C2592;
}

.banner-contact-box {
    padding-left: 150px;
}

.banner-contact-box>ul {
    display: flex;
    justify-content: space-between;
    width: 420px;
}

.banner-contact-box>ul>li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.banner-contact-box>ul>li {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: calc(100% / 2 - 20px);
    height: 260px;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
}

.banner-contact-box .banner-icon {
    width: 85px;
    border-radius: 50%;
}

.banner-contact-box .banner-icon img {
    width: 100%;
    /* 이미지가 .banner-icon의 크기에 맞게 조절됩니다. */
    height: auto;
    /* 이미지의 비율을 유지하며 높이 조절 */
}

.banner-contact-box>ul>li p {
    line-height: 24px;
}

.banner-contact-box>ul>li p:nth-child(2) {
    font-size: 20px;
    font-weight: 800;
}

.section-type4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 1080px; */
    padding-bottom: 80px;
}

.contact-left-box {
    text-align: left;
}

.contact-text {
    padding-top: 40px;
    line-height: 20px;
}

.contact-text>p {
    padding: 20px 0;
    font-size: 14px;
    color: #454545;
}

.contact-text>h3 {
    color: #242424;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
}

.contact-select>ul>li {
    padding-bottom: 15px;
    font-size: 14px;
}

.contact-select>ul>li>label {
    font-size: 18px;
}

.contact-select>ul>li>span {
    color: #686868;
    padding-left: 10px;
}

.contact-right-box {
    width: 100%;
    margin-top: 20px;
    padding: 40px;
    border: 1px solid #f0f0f0;
    box-shadow: 10px 8px 22px -6px rgba(51, 117, 193, 0.5);
    -webkit-box-shadow: 10px 10px 5px -6px rgba(51, 117, 193, 0.2);
    -moz-box-shadow: 10px 10px 5px -6px rgba(51, 117, 193, 0.2);
}

.form-group>p {
    font-weight: 800;
}

.form-group>ul {
    display: flex;
    justify-content: space-between;
}

.form-group>ul>li {
    width: calc(100% / 4 - 20px);
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 14px;
}

.form-group>ul>li:hover {
    cursor: pointer;
}


.form-group>ul>li>span {
    padding-left: 5px;
    color: #686868;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

.form-group>p {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #242424;
}

.form-group>input {
    width: 100%;
    height: 45px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
    color: #3375c1;
    background-color: #fff;
}

.form-group>input:focus {
    outline: 2px solid #fff;
}

.contact-form-container {
    display: flex;
    flex-wrap: wrap;
    /* 추가: 컨테이너 내 요소들이 다음 줄로 넘어갈 수 있게 함 */
    justify-content: space-between;
    /* 요소들 사이에 공간을 균등하게 분배 */
}

.contact-form {
    display: flex;
    width: calc(100% / 2 - 15px);
    align-items: center;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    box-shadow: 10px 8px 22px -6px rgba(51, 117, 193, 0.5);
    -webkit-box-shadow: 10px 10px 5px -6px rgba(51, 117, 193, 0.2);
    -moz-box-shadow: 10px 10px 5px -6px rgba(51, 117, 193, 0.2);
}

.contact-form>p {
    width: 100px;
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #242424;
}

.contact-form>input {
    border: 1px solid #fff;
}

.contact-form>input:focus {
    outline: 2px solid #fff;
}

.contact-textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    color: #3375c1;
    font-size: 18px;
    resize: none;
    overflow-y: auto;
    box-shadow: 10px 8px 22px -6px rgba(51, 117, 193, 0.5);
    -webkit-box-shadow: 10px 10px 5px -6px rgba(51, 117, 193, 0.2);
    -moz-box-shadow: 10px 10px 5px -6px rgba(51, 117, 193, 0.2);
}

.contact-textarea:focus {
    outline: 2px solid #fff;
}

.contact-check {
    display: flex;
    padding: 15px;
    text-align: left;
    background: rgb(9, 52, 139);
    background: linear-gradient(90deg, rgba(9, 52, 139, 1) 0%, rgba(19, 115, 211, 1) 60%);
}

.contact-check>label {
    display: flex;
    align-items: center;
}

.contact-confirm {
    display: none;
}

.fa-circle-check {
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.contact-confirm:checked+.fa-regular.fa-circle-check {
    color: #3375c1;
}

.contact-check>label>span {
    /* display: block; */
    font-size: 16px;
    padding-left: 5px;
    line-height: 15px;
}

.contanct-btn {
    width: 100%;
    height: 56px;
    margin-top: 25px;
    border: none;
    background: rgb(9, 52, 139);
    background: linear-gradient(90deg, rgba(9, 52, 139, 1) 0%, rgba(19, 115, 211, 1) 60%);
    font-size: 18px;
    font-weight: 600;
}

.top-button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 20px;
}

.top-button>i {
    display: block;
}

.company-name-warning,
.charge-name-warning,
.phone-warning,
.email-warning,
.contact-text-warning {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #F1416C;
}

.file-upload-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 55px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #686868;
    font-size: 18px;
}

.file-upload-filename {
    height: 45px;
    padding-left: 8px;
    color: #686868;
    background-color: #fff;
    line-height: 45px;
    font-size: 13px;
}

/* 마우스 호버 시 버튼 스타일 변경 */
.file-upload-btn:hover {
    background: rgb(9, 52, 139);
    background: linear-gradient(90deg, rgba(9, 52, 139, 1) 0%, rgba(19, 115, 211, 1) 60%);
    color: #fff;
}

.data-list-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
}

.data-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 1080px; */
    height: 100vh;
}

.data-list>h3 {
    font-size: 30px;
    font-weight: 800;
    color: #242424;
    padding-bottom: 50px;
}

.list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.list-wrap>li {
    width: calc(100% / 3 - 30px);
    margin-bottom: 30px;
    margin-right: 30px;
}

.list-wrap>li:nth-child(3),
.list-wrap>li:nth-child(6) {
    margin-right: 0px;
}

.list-image {
    width: 100%;
    height: 210px;
    background-color: #ddd;
    margin-bottom: 30px;
}

.list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-title {
    color: #0071ba;
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 15px
}

.list-text {
    line-height: 24px;
    color: #666666;
}

/* max-width 기준 */
@media (max-width: 1500px) {
    .top-menu>li>a {
        margin: 15px 0 15px 20px;
        font-size: 18px;
    }

    .top-menu>li:nth-child(1)>a {
        margin-left: 0;
    }

    .section-type1,
    .section-type2,
    .section-type3,
    .section-type4,
    .banner-box,
    .data-list {
        width: 90%;
    }

    .section-type3>ul {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    /* Chrome, Edge, and Safari */
    .section-type3>ul::-webkit-scrollbar {
        border-radius: 50px;
        height: 5px;
    }

    .section-type3>ul::-webkit-scrollbar-track {
        border-radius: 50px;
        background: #ddd;
    }

    .section-type3>ul::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #3375c1 !important;
    }

    .section-type3>ul>li {
        display: inline-block;
        width: 26.3%;
        margin-right: 2%;
        margin-bottom: 20px;
        white-space: normal;
    }

    .section-type3>ul>li>p {
        white-space: normal;
        /* 명시적으로 p 태그와 .data-procesor 클래스에 대해 줄바꿈 활성화 */
    }

    .contact-banner-title>p {
        width: 58%;
    }
}

@media (max-width: 1420px) {

    .section-type1,
    .section-type2,
    .section-type3,
    .section-type4,
    .banner-box,
    .data-list {
        width: 85%;
    }

    .section-type1,
    .section-type3 {
        height: 1080px;
    }

    .section-type2 {
        height: 1300px;
        padding-bottom: 180px;
    }

    .main-slider,
    .main-img,
    .main-img>img,
    .slider-container,
    .data-list-wrap {
        height: 1080px;
    }

    .main-slider>h2 {
        font-size: 60px;
    }

    .main-slider>h2>p {
        font-size: 50px;
    }

    .menu>ul {
        width: 600px;
        margin-left: 0;
    }

    .section-type1>ul>li>p>span {
        font-size: 14px;
    }

    .section-type1>ul>li>.big-text {
        font-size: 80px;
    }

    .section-type1>ul>li>.big-text>span {
        font-size: 64px;
    }

    .section-type3>ul>li {
        width: 30%;
        /* 화면의 절반 가까이 차지하도록 조정 */
    }

    .contact-banner-title>p {
        width: 67%;
    }

    .list-image {
        height: 165px;
    }

    .list-title {
        font-size: 24px;
    }

    .section-type3>ul>li>.procesor-money>p:last-child {
        font-size: 20px;
    }
}

@media (max-width: 1370px) {
    .top-menu>li>a {
        margin-left: 60px;
    }

    .section-type1>ul>li {
        width: calc(100% / 4 - 20px);
    }

    .section-type1>ul>li>p {
        font-size: 32px;
    }

    .bottom-box>.logo {
        width: 220px;
    }

    .data-text>.data-intro>.text-title,
    .data-text>.data-results>.text-title {
        font-size: 26px;
    }

    .data-content-box>li {
        padding: 40px;
    }

    .data-text {
        width: 55%;
    }

    .data-text>.data-results>p {
        width: 100%;
    }

    .data-text>.data-intro {
        height: 165px;
    }

    .data-text>.data-results {
        padding-top: 45px;
    }

    .data-image {
        margin-left: 40px;
    }

    .contact-banner-title>p {
        width: 85%;
    }

    .section-type1>h3>span {
        font-size: 30px;
    }

    .list-text {
        font-size: 20px;
        line-height: 30px;
    }


    .data-text>.data-intro>p,
    .data-text>.data-results>p {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-contact-box>ul>li>p:nth-child(2) {
        font-size: 24px;
    }

    .banner-contact-box>ul>li>p {
        font-size: 20px;
        line-height: 32px;
    }

    .contact-text>h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .contact-text>p {
        font-size: 20px;
        line-height: 28px;
    }

    .form-group>p {
        font-size: 18px;
    }

    .form-group>ul>li {
        font-size: 16px;
    }

    .form-group>input {
        font-size: 16px;
    }

    .file-upload-filename {
        font-size: 16px;
    }

    .file-upload-btn {
        height: 60px;
    }
}

@media (max-width: 1200px) {
    header>h1>a {
        width: 120px;
    }

    .menu>ul>li>a {
        color: #333;
    }

    .menu-toggle {
        display: block;
        /* 항상 표시 */
        position: absolute;
        right: 40px;
        font-size: 35px;
        cursor: pointer;
        z-index: 101;
    }

    .toggle-logo {
        display: flex;
        justify-content: center;
        margin: 50px 0;
    }

    .toggle-logo>a {
        width: 140px;
        height: 32px;
        display: block;
    }

    .toggle-logo a>img {
        width: 100%;
        object-fit: cover;
    }

    .menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        height: 100vh;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        visibility: hidden;
        opacity: 0;
    }

    .menu.active {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        overflow-y: auto;
    }

    .menu>ul {
        width: 300px;
        align-items: center;
        flex-direction: column;
        margin-top: 80px;
        text-align: center;
    }

    .menu>ul>li {
        font-weight: 500;
        font-size: 20px;
        height: 65px;
        color: #666;
    }

    .top-menu {
        margin-right: 60px;
        padding-top: 5px;
    }

    .section-type1>ul {
        flex-wrap: wrap;
    }

    .section-type1>h3 {
        padding-bottom: 50px;
        text-align: center;
    }

    .section-type1>ul>li {
        display: flex;
        width: calc(100% / 2);
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .section-type1>ul>li:nth-child(2),
    .section-type1>ul>li:nth-child(4) {
        border-right: none;
    }

    .section-type1>ul>li>p>span {
        font-size: 20px;
    }

    .section-type1>ul>li>.big-text {
        padding: 30px 0;
    }

    .bottom-box>.logo {
        width: 320px;
    }

    .bottom-box>p {
        font-size: 18px;
        margin-left: 70px;
    }

    .section-type2>h3,
    .section-type2>p {
        padding: 20px 0 20px;
        text-align: center;
        font-size: 34px;
    }

    .section-type2>p {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 34px;
    }

    .contact-banner-title>h3 {
        font-size: 40px;
    }

    .data-title>li {
        font-size: 14px;
    }

    .data-content-box {
        border: none;
    }

    .data-content-box li {
        padding: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        flex-direction: column;
        /* 요소들을 세로로 배열 */
    }

    .data-content-box {
        margin-top: 0;
    }

    .data-image {
        order: -1;
        width: 100%;
        height: 470px;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .data-text {
        width: 100%;
        /* 텍스트 너비를 조정 */
    }

    .data-wrap {
        flex-direction: column;
    }

    .data-title {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: 50px;
        flex-direction: row;
        scrollbar-width: thin;
        scrollbar-color: #3375c1 #ddd;
    }

    /* Chrome, Edge, and Safari */
    .data-title::-webkit-scrollbar {
        border-radius: 50px;
        width: 5px;
        /* 스크롤바의 너비 설정 */
    }

    .data-title::-webkit-scrollbar-track {
        border-radius: 50px;
        background: #ddd;
        /* 스크롤바의 트랙(배경) 설정 */
    }

    .data-title::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #3375c1;
        /* 스크롤바의 핸들 설정 */
    }

    .data-title>li {
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: 200px;
        border-bottom: none;
        text-align: center;
        font-size: 18px;
    }

    .section-type3>h3,
    .section-type3>p {
        font-size: 34px;
        text-align: center;
    }

    .section-type3>p {
        font-size: 22px;
    }

    .link-btn {
        margin-top: 30px;
    }

    .data-content-box {
        margin-left: 0px;
        margin-top: 20px;
        min-height: 620px;
    }

    .section-type3>ul>li {
        width: 44%;
        /* 화면의 절반 가까이 차지하도록 조정 */
    }

    .contact-banner-title>h3 {
        font-size: 60px;
    }

    .contact-banner-title>p {
        width: 90%;
    }

    .data-list {
        align-items: center
    }

    .section-type3>ul>li>.data-procesor>p:nth-child(1) {
        height: 200px;
    }
}

@media (max-width: 1080px) {
    .data-title>li {
        margin-bottom: 0px;
    }

    .banner-box {
        flex-direction: column;
    }

    .contact-banner-title {
        padding-bottom: 30px;
        text-align: center;
    }

    .banner-contact-box {
        padding-left: 0px;
    }

    .banner-contact-box>ul {
        width: 100%;
    }

    .contact-banner-title>button {
        position: relative;
    }

    .contact-banner-title>p {
        width: 100%;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .banner-contact-box>ul>li {
        width: calc(100% / 2 - 15px);
    }

    .form-group>ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .form-group>ul>li {
        width: calc(100% / 2 - 20px);
        margin-bottom: 20px;
    }

    .contact-form-container {
        flex-direction: column;
    }

    .contact-form {
        width: 100%;
    }

    .contact-banner-title {
        width: 100%;
    }
}

/* 테블릿 기준 */
@media (max-width: 900px) {
    .scroll-slider {
        display: none;
    }

    header {
        z-index: 4;
        padding: 0 30px;
    }

    .section-type1>h3>span {
        font-size: 26px;
    }

    .section-type1>h3 {
        font-size: 32px;
    }

    .section-type1>ul>li>p>span {
        font-size: 18px;
    }

    .bottom-box {
        flex-direction: column;
        padding: 30px 18px;
    }

    .bottom-box>.logo {
        width: 130px;
        margin-bottom: 20px;
    }

    .bottom-box>p {
        margin-left: 0;
        text-align: center;
    }

    .data-image {
        height: 430px;
    }

    .data-text>.data-intro {
        height: 140px;
    }

    .form-group>ul>li {
        width: calc(100% / 2 - 10px);
    }

    .section-type3>ul>li>.procesor-money>p>span {
        font-size: 28px;
    }

    .section-type3>ul>li>.data-procesor>p:nth-child(1) {
        height: 240px;
    }

    .main-slider>h2 {
        display: flex;
        width: 100%;
        top: 30%;
        left: 20%;
        text-align: center;
        font-size: 70px;
        line-height: 70px;
        flex-direction: column;
        align-items: center;
        transform: translate(-22%, -95%);
    }

    .main-slider>h2>p {
        font-size: 36px;
    }
}

/* 모바일 기준 */
@media (max-width: 600px) {
    .main-slider>h2 {
        font-size: 50px;
    }

    .list-wrap {
        height: 70%;
        overflow-y: auto;
    }

    /* Chrome, Edge, and Safari */
    .list-wrap::-webkit-scrollbar {
        border-radius: 50px;
        width: 5px;
        /* 스크롤바의 너비 설정 */
    }

    .list-wrap::-webkit-scrollbar-track {
        border-radius: 50px;
        background: #ddd;
        /* 스크롤바의 트랙(배경) 설정 */
    }

    .list-wrap::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #3375c1;
    }

    .data-list>h3 {
        font-size: 24px;
    }

    .main-slider>h2>p {
        font-size: 30px;
    }

    .section-type1>h3 {
        font-size: 26px;
    }

    .section-type1>h3>span {
        font-size: 24px;
    }

    .section-type1>ul>li>p>span {
        font-size: 14px;
    }

    .section-type1>ul>li>.big-text {
        font-size: 60px;
    }

    .section-type2>p {
        padding: 30px 0 30px;
        line-height: 26px;
        font-size: 16px;
    }

    .data-title>li {
        font-size: 5px;
    }

    .data-image {
        height: 210px;
    }

    .data-content-box>li {
        justify-content: flex-start;
    }

    .section-type3>p {
        font-size: 16px;
    }

    .section-type3>ul>li {
        width: 75%;
    }

    .data-content-box {
        min-height: 540px;
    }

    .contact-right-box {
        padding: 20px;
    }

    .form-group>ul {
        flex-direction: column;
    }

    .form-group>ul>li {
        width: 100%;
    }

    .file-upload-btn {
        width: 100px;
        font-size: 14px;
    }

    .list-wrap>li {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {

    .main-slider,
    .main-img,
    .main-img>img,
    .slider-container {
        height: 100vh;
    }

    .main-slider>h2 {
        top: 40%;
    }

    .data-list {
        height: 1000px;
    }

    .section-type1 {
        height: 670px;
    }

    .section-type2 {
        height: 800px;
        padding-bottom: 0;
    }

    .section-type3 {
        width: 85%;
        height: 670px;
    }

    .section-type1>h3 {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 15px;
    }

    .section-type1>ul {
        padding-bottom: 30px;
    }

    .section-type1>ul>li>p {
        font-size: 20px;
    }

    .section-type2>h3,
    .section-type3>h3 {
        padding-top: 80px;
        font-size: 22px;
        font-weight: 800;
        color: #242424;
    }

    .section-type2>p,
    .section-type3>p {
        margin-bottom: 0;
        padding: 5px 0px 30px;
        line-height: 24px;
        font-size: 14px;
    }

    .section-type3>p {
        padding: 15px 0px 30px;
    }

    .data-image {
        height: 200px;
        margin-bottom: 25px;
    }

    .section-type1>ul>li>.big-text>span {
        font-size: 35px;
    }

    .section-type1>ul>li>p>span {
        font-size: 8px;
    }

    .section-type3>ul>li {
        width: 90%;
    }

    .data-text>.data-intro>p,
    .data-text>.data-results>p {
        padding-top: 0;
        font-size: 14px;
    }

    .data-text>.data-intro>.text-title,
    .data-text>.data-results>.text-title {
        font-size: 22px;
    }

    .data-text>.data-intro {
        height: 115px;
    }

    .data-text>.data-results {
        padding-top: 35px;
    }

    .section-type3>h3 {
        padding-bottom: 0px;
    }

    .section-type3>ul {
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .section-type3>ul>li>p {
        padding-top: 20px;
    }

    .contact-text>p {
        font-size: 12px;
    }

    header>h1>a {
        width: 70px;
    }

    .top-menu>li {
        font-size: 10px;
    }

    .top-menu>li>a {
        margin-left: 16px;
    }

    /* .main-slider>h2 {
        width: 380px;
        top: 30%;
        text-align: center;
        transform: translate(26%, -50%);
        font-size: 40px;
        line-height: 50px;
    } */

    .main-slider>p {
        font-size: 11px;
        line-height: 20px;
    }

    .section-type1>h3,
    .section-type1>h3>span {
        font-size: 16px;
    }

    .section-type1>h3 {
        font-size: 18px;
    }

    .section-type1>ul>li>p {
        font-size: 14px;
    }

    .section-type1>ul>li>p>span {
        font-size: 8px;
    }

    .section-type1>ul>li>.big-text {
        font-size: 36px;
    }

    .section-type1>ul>li>.big-text>span {
        font-size: 30px;
    }

    .bottom-box>.logo {
        width: 80px;
    }

    .bottom-box>p {
        font-size: 12px;
        line-height: 20px;
    }

    .data-list>h3 {
        font-size: 18px;
    }

    .list-title {
        font-size: 18px;
    }

    .list-text {
        font-size: 14px;
    }

    .data-title>li {
        font-size: 14px;
    }

    .data-text>.data-intro>.text-title,
    .data-text>.data-results>.text-title {
        font-size: 18px;
    }

    .data-text>.data-intro>p,
    .data-text>.data-results>p {
        padding-top: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .section-type3>ul>li>.procesor-money>p>span {
        font-size: 22px;
    }

    .section-type3>ul>li>p {
        padding-top: 0px;
    }

    .section-type3>ul>li>.data-procesor>p,
    .section-type3>ul>li>.project-procesor>p,
    .section-type3>ul>li>.procesor-money>p {
        line-height: 20px;
        font-size: 12px;
    }

    .section-type3>ul>li>.data-procesor>p:nth-child(1) {
        height: 130px;
    }

    .contact-banner-title>h3 {
        font-size: 40px;
    }

    .contact-banner-title>p {
        font-size: 14px;
        line-height: 22px;
    }


    .banner-contact-box>ul>li>p:nth-child(2) {
        font-size: 18px;
    }

    .banner-contact-box>ul>li>p {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-text>p {
        font-size: 14px;
    }

    .contact-form>input {
        font-size: 12px;
    }

    .file-upload-filename {
        padding-left: 0px;
        font-size: 12px;
    }

    .form-group>p {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-form>p {
        width: 80px;
    }

    .contact-check>label>span {
        font-size: 12px;
        line-height: 20px;
    }

    .toggle-logo>a {
        width: 100px;
    }

    .menu>ul>li>a {
        font-size: 18px;
    }

    .menu-toggle {
        font-size: 36px;
        right: 20px;
    }

    .menu>ul {
        margin-top: 50px;
    }

    .list-title {
        padding-bottom: 5px;
    }

    .list-image img {
        width: 100%;
        height: 100%;
    }

    .form-group>ul>li {
        display: flex;
        font-size: 12px;
        align-items: center;
    }

    .file-upload-btn {
        width: 85px;
        height: 60px;
        padding: 5px 5px;
        font-size: 12px;
    }

    .section-type3>ul>li>p {
        font-size: 20px;
    }

    .section-type3>ul>li>.project-procesor,
    .section-type3>ul>li>.procesor-money {
        padding: 30px;
    }

    .section-type3>ul>li>.data-procesor {
        padding: 20px 30px;
    }

    .data-text>.data-intro>.text-title,
    .data-text>.data-results>.text-title {
        padding-top: 4px;

    }

    .top-menu>li>a {
        margin-left: 12px;
        font-size: 12px;
    }

    .section-type3>ul>li>.procesor-money>p:last-child {
        font-size: 18px;
    }

    .contact-check>label {
        font-size: 26px;
    }

    .contact-textarea {
        font-size: 14px;
    }

    .contact-text>h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .top-menu {
        margin-right: 30px;
    }
}