@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");

* {
    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;
}

/* 고정 배너 스타일 */
.fixed-banner {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-item {
    background: linear-gradient(135deg, #1da1fa, #00d46d);
    color: #fff;
    padding: 15px 20px;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(29, 161, 250, 0.2);
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-item:hover {
    background: linear-gradient(135deg, #00d46d, #1da1fa);
    transform: translateX(-5px);
    box-shadow: 0 6px 20px rgba(0, 212, 109, 0.2);
}

/* 문의전화 팝업 스타일 */
.popup-layer {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
.popup-content {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px 24px 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    text-align: center;
    min-width: 280px;
    max-width: 90vw;
}
.popup-content p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.phone-number {
    font-size: 22px;
    font-weight: 700;
    color: #1da1fa;
    margin-bottom: 20px;
}
.call-btn {
    background: linear-gradient(90deg, #1da1fa, #00d46d);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 8px;
}
.close-btn {
    background: #eee;
    color: #333;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/* footer 디자인 */
.footer-custom {
    background: #333;
    color: #fff;
    padding: 40px 0 20px 0;
    margin-top: 60px;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-info {
    text-align: center;
    margin-bottom: 16px;
}
.footer-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer-tel, .footer-email, .footer-biz, .footer-addr {
    font-size: 16px;
    margin-bottom: 4px;
}
.footer-tel a, .footer-email a {
    color: #fff;
    text-decoration: underline;
}
.footer-copy {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 8px;
}

#wrap {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.main {
    background: url("../img/mainImg.jpg")no-repeat center;
    height: 661px;
}
.bg1 {
    background-color:#fff;
    height: 814px;
}

.bg2 {
    background-color: #f8fcff;
}
.bg2 .container {
    background: url("../img/bg2.jpg")no-repeat center;
    height:670px;
    position:relative;
}
.bg2 img {
    position:absolute;
    right:50px;
    bottom:-60px;
    z-index:1;
}

.bg3 {
    background-color:#fff;
    height: 419px;
}

.bg4  {
    background:url("../img/bg4.jpg")no-repeat center;
    height:742px;
}

.bg5  {
    background:url("../img/bg5.jpg")no-repeat center;
    height:540px;
}