@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');

html {
    scroll-behavior: smooth;
}

* {
    font-family: "SUIT", sans-serif;
}

html,
body {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
    background-color: #fff;
}

ul,
li,
dl,
dd,
dt {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: none !important;
}

#wrap {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.container {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 541px;
}

.swiper-slide img {
    display: block;
}

.swiper-slide1 {
    background: url("../img/mainImg1.jpg")no-repeat center;
}

.swiper-slide2 {
    background: url("../img/mainImg2.jpg")no-repeat center;
}
.quick {
    position:fixed;
    top:150px;
    right:20px;
    z-index:999999999999999999;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:5px;
    animation: quickBounce 2s ease-in-out infinite;
}
.top ul {
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:1200px;
    height:62px;
    margin:0 auto;
}
.top ul li:last-child {
    position:relative;
}
.top ul li:last-child > img {
    margin-right:170px;
}
.top ul li .top_btn {
    position:absolute;
    top:-20px;
    right:0;
    z-index:99999;
}
.banner {
    background-color:#1f1f1f;
}
.banner.banner01 {
    padding:10px 0px;
}
.banner.banner02 {
    padding:30px 0px;
}
.banner.banner03 {
    background: url("../img/banner03.jpg")no-repeat center;
    height: 297px;
}
.bg1 {
    background: url("../img/bg1_bg.jpg")no-repeat center;
    height: 668px;
}

.bg1 img {
    padding-top: 90px;
}

.bg2,
.bg4,
.bg6,
.bg8 {
    background-color:#fff;
    padding:80px 0px 100px;
}
.bg2_num {
    display:flex;
    align-items: center;
    justify-content: center;
    gap:80px;
    margin:50px 0px 60px;
}
.bg2_num p {
    font-weight:900;
    color:#285fff;
    font-size:40px;
    font-family: 'Paperlogy';
}
.bg2_num span {
    font-weight:400;
    color:#000033;
    font-size:20px;
    font-family: 'Paperlogy';
}

.bg3 {
    background: url("../img/bg3_bg.jpg")no-repeat center;
    padding:40px 0px 100px;
}

.bg3 img {
    padding-top: 150px;
}

.bg5 {
    background-color:#f4f7ff;
    padding:80px 0px;
}

.bg5 img {
    margin-top: 40px;
}

.bg7 {
    background-color: #edfff5;
    padding:80px 0px 100px;
}

/* 퀵 버튼 바운스 애니메이션 키프레임 */
@keyframes quickBounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transform: translate3d(0, -15px, 0);
    }
    70% {
        transform: translate3d(0, -8px, 0);
    }
    90% {
        transform: translate3d(0, -2px, 0);
    }
}

/* 폼 스타일 */
.form_custom {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px 200px;
}

.form_custom dl {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form_custom dt {
    width: 120px;
    text-align: left;
    font-weight: 600;
    color: #333;
    flex-shrink: 0;
    font-size:20px;
    font-weight:700;
    font-family: "SUIT", sans-serif;
}

.form_custom dd {
    flex: 1;
}

.form_custom input[type="text"],
.form_custom input[type="tel"],
.form_custom textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form_custom input[type="text"]:focus,
.form_custom input[type="tel"]:focus,
.form_custom textarea:focus {
    outline: none;
    border-color: #285fff;
    box-shadow: 0 0 0 3px rgba(40, 95, 255, 0.1);
}

.form_custom textarea {
    resize: vertical;
    min-height: 100px;
}

.agree {
    margin: 30px 0;
    text-align: center;
}

.agree input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
    width:20px;
    height:20px;
}

.agree b {
    font-weight: 500;
    color: #333;
}

.agree a {
    color: #285fff;
    text-decoration: none;
}

.agree a:hover {
    text-decoration: underline;
}

.btnArea {
    text-align: center;
    margin-top: 40px;
}
.btnArea input[type="image"] {
    width:310px;
}
/* 퀵 폼 스타일 */
.quick_form {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:150px;
    background-color:#285fff;
}
.quick_form form {
    width:1200px;
    margin:0 auto;
    padding:30px 0px;
}
.quick_form ul {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
.quick_form ul li .title {
    width:100%;
    text-align:left;
}
.quick_form ul li .agree,
.quick_form ul li .btnArea {
    margin:0px;
}
.quick_form ul li .btnArea input[type="image"] {
    width:210px;
    margin-left:20px;
    margin-bottom:0px;
}
.quick_form ul li .agree {
    padding-left:0px;
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
.quick_form ul li .agree b  {
    color:#fff;
    text-decoration: underline;
}
.quick_form ul li .agree input[type="checkbox"] {
    margin-right: 5px;
    transform: scale(1.2);
    width:15px;
    height:15px;
    border:0px;
}

/* 새로운 폼 그리드 스타일 (시안용) */
.form-grid {
    width: 100%;
    margin-top: 20px;
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.form-field {
    flex: 1;
    display:flex;
    align-items: center;;
}

.form-field label {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;;
    width:110px;
    margin-right:5px;
}

.form-field input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    background-color: white;
    color: #333;
}

.form-field input::placeholder {
    color: #999;
}

.form-field input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}