@font-face {
    font-family: "GmarketSansLight";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansMedium";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansBold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard-Thin";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard-ExtraLight";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard-Light";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard-Regular";
    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-Medium";
    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-SemiBold";
    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-Bold";
    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-ExtraBold";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard-Black";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'GMarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}


.g_m {
    font-family: "GMarketSansMedium";
}

.g_b {
    font-family: "GMarketSansBold";
}


* {
    font-family: "GmarketSansMedium";
}

html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

img,
video {
    vertical-align: bottom;
}

section {
    vertical-align: bottom;
}

/* ==== floating ==== */

.floating {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 999;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    zoom: 0.8;
}

.floating.show {
    opacity: 1;
    visibility: visible;
}

.floating > a {
    text-decoration: none;
}

.floating > a > .gotoTop {
    display: flex;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 60px;
    color: white;
    background: #000000;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.floating > a > .gotoCall {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #063268;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.floating > a > .gotoCall > img {
    width: 50px;
}

.floating > a > .gotoCall > p {
    margin: 0;
    color: white;
    line-height: 35px;
    margin-top: 5px;
    text-decoration: none;
}

.floating > a > .gotoKakao {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #40b044;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.floating > a > .gotoKakao > img {
    width: 50px;
}

.floating > a > .gotoKakao > p {
    margin: 0;
    color: white;
    line-height: 35px;
    margin-top: 5px;
}

.floating > a > .gotoUrl {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: white;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.floating > a > .gotoUrl > img {
    width: 50px;
}

.floating > a > .gotoUrl > p {
    margin: 0;
    color: black;
    line-height: 30px;
}

/* ==== floating ==== */

/* navLine */

.navigation {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 99;
    transition: all 0.3s;
}

.navigation.sticky {
    background-color: red;
}

.navigation > .container {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 3rem;
}

.navigation > .container > .iconLine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navigation > .container > .iconLine > img {
    width: 100%;
}

.navigation > .container > .iconLine > p {
}

.navigation > .container > .navLine {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.navigation > .container > .navLine > a {
    font-family: "Pretendard-Regular";
    color: black;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
}

.navigation > .container > .navLine > a:hover {
    color: #012b78;
}

/* navLine */

/* mobileNav */

.mobileNav {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    transition: all 0.3s;
    transition-delay: 0.2s;
    z-index: 1;
}

.mobileNav.show {
    background: #8abf6aba;
}

.mobileNav > .shop.icon-bag {
    width: 100px;
}

.mobileNav > .shop.icon-bag > img {
    width: 100%;
}

.mobileNav .burger-container {
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    right: 0;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
}

.mobileNav .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

.mobileNav .burger-container #burger .bar {
    width: 100%;
    height: 2.2px;
    display: block;
    position: relative;
    background: black;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}

.mobileNav.show .burger-container #burger .bar {
    background: white;
}

.mobileNav .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
}

.mobileNav .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
}

.mobileNav .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.mobileNav .icon.icon-bag {
    left: 20px;
    width: 40px;
    top: 0;
    right: auto;
    transform: translateX(0px);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mobileNav ul.menu {
    position: relative;
    display: none;
    padding: 0px 48px 0;
    list-style: none;
    top: 50px;
}

.mobileNav ul.menu li.menu-item {
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobileNav ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
}

.mobileNav ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
}

.mobileNav ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
}

.mobileNav ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
}

.mobileNav ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
}

.mobileNav ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
}

.mobileNav ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
}

.mobileNav ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;
    font-family: "TheJamsil3Regular";
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
}

.mobileNav.menu-opened {
    height: 100%;
    background-color: #395d31;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
}

.mobileNav.menu-opened .burger-container {
    transform: rotate(90deg);
}

.mobileNav.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}

.mobileNav.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
}

.mobileNav.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
}

.mobileNav.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.mobileNav.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
}

.mobileNav.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
}

.mobileNav.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
}

.mobileNav.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
}

.mobileNav.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
}

.mobileNav.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
}

.mobileNav.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
}

.mobileNav.menu-opened .icon.icon-bag {
    transform: translateX(25px);
    transition-delay: 0.3s;
}

/* mobileNav */

section > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

/* ==== section1 ==== */

#section0 {
    max-height: 100%;
    max-width: 100%;
    padding: 0;
}

section#section0 > .container {
    padding: 0 !important;
    width: 100%;
}

section#section0 .contentLine {
    width: 100%;
}

section#section0 img {
    width: 100%;
}


#section1 {
    background: url(../img/main/sec1/bg.png) #202020 no-repeat;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
    height: 950px;
    margin-bottom: -2px;
}

#section1 > .container {
    padding: 0;
    width: 100%;
    height: 100%;
}

#section1 > .container > .contentLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

#section1 > .container > .contentLine > .textLine {
}

#section1 > .container > .contentLine > .textLine > p {
    font-family: "GmarketSansBold";
    color: black;
    font-size: 55px;
    letter-spacing: -2px;
    margin: 50px 0;
    margin-bottom: 20px;
}

#section1 > .container > .contentLine > .textLine > p > span.blueT {
    font-family: "GmarketSansBold";
    color: #143164;
}

#section1 > .container > .contentLine > .videoLine {
    width: 1000px;
    height: auto;
    background-color: white;
}

#section1 > .container > .contentLine > .videoLine > video {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: -3px;
}

/* ==== section1 ==== */

/* ==== section2 ==== */

#section2 {
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

#section2 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section2 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
}

#section2 > .container > .contentLine > .bgdLine {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section2 > .container > .contentLine > .bgdLine > img {
    width: 100%;
}

/* ==== section2 ==== */

/* ==== section3 ==== */

#section3 {
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

#section3 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section3 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
}

#section3 > .container > .contentLine > .bgdLine {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section3 > .container > .contentLine > .bgdLine > img {
    width: 100%;
}

/* ==== section3 ==== */

/* ==== section4 ==== */

#section4 {
    background: url(../img/main/sec4/bg.png) #202020 no-repeat;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
    height: 100vh;
}

#section4 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section4 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
}

#section4 > .container > .contentLine > .textLine {
    margin-top: 30px;
}

#section4 > .container > .contentLine > .textLine > .topT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section4 > .container > .contentLine > .textLine > .topT > p {
    color: white;
    font-size: 70px;
    font-family: "GmarketSansBold";
    margin-top: 40px;
}

#section4 > .container > .contentLine > .textLine > .bodyT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section4 > .container > .contentLine > .textLine > .bodyT > p {
    color: white;
    margin: 0;
    font-size: 30px;
}

#section4 > .container > .contentLine > .swiperLine {
    width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin: 80px 0;
    position: relative;
}

#section4 > .container > .contentLine > .swiperLine > .swiperBox {
    width: 1250px;
}

#section4 > .container > .contentLine > .swiperLine > .swiperBox > .sec4Swiper {
    position: relative;
    padding-bottom: 300px;
}

#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .swiper-wrapper {
}

#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .swiper-wrapper
> .swiper-slide {
}

#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .swiper-wrapper
> .swiper-slide
> .imgBox {
    width: 575px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .swiper-wrapper
> .swiper-slide
> .imgBox
> img {
}

#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .nextBtnLine {
    width: 120px;
    height: 65px;
    background-color: white;
    position: absolute;
    right: 450px;
    bottom: 40px;
}

#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .nextBtnLine
> .divider {
    width: 2px;
    height: 85%;
    background-color: #868585;
    z-index: 99;
    position: relative;
    left: 60px;
    top: 5px;
}

#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .nextBtnLine
> .swiper-button-next:after,
#section4
> .container
> .contentLine
> .swiperLine
> .swiperBox
> .sec4Swiper
> .nextBtnLine
> .swiper-button-prev:after {
    color: #2e2e2e;
    transform: scale(0.6);
}

#section4 > .container > .contentLine > .swiperLine > .textBox {
    display: flex;
    width: 750px;
    height: 320px;
    background-color: white;
    position: absolute;
    left: 600px;
    bottom: 40px;
    flex-direction: column;
    justify-content: center;
}

#section4 > .container > .contentLine > .swiperLine > .textBox > div {
    margin-left: 70px;
    position: absolute;
}

#section4 > .container > .contentLine > .swiperLine > .textBox > div > p.h1 {
    font-size: 40px;
    font-family: "Pretendard-Bold";
    margin-bottom: 0;
    margin-top: 10px;
}

#section4 > .container > .contentLine > .swiperLine > .textBox > div > .subT {
    margin-top: 40px;
}

#section4
> .container
> .contentLine
> .swiperLine
> .textBox
> div
> .subT
> p {
    margin: 0;
    font-family: "Pretendard-Medium";
    font-size: 25px;
}

#section4 > .container > .contentLine > .swiperLine > .textBox > .text1 {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s;
}

#section4 > .container > .contentLine > .swiperLine > .textBox > .text1.active {
    opacity: 1;
    transform: translateX(0);
}

#section4 > .container > .contentLine > .swiperLine > .textBox > .text2 {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s;
}

#section4 > .container > .contentLine > .swiperLine > .textBox > .text2.active {
    opacity: 1;
    transform: translateX(0);
}

#section4 > .container > .contentLine > .swiperLine > .textBox > .text3 {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s;
}

#section4 > .container > .contentLine > .swiperLine > .textBox > .text3.active {
    opacity: 1;
    transform: translateX(0);
}

/* ==== section4 ==== */

/* ==== section5 ==== */

#section5 {
    background: white;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
}

#section5 > .container {
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

#section5 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
}

#section5 > .container > .contentLine > .textLine {
}

#section5 > .container > .contentLine > .textLine > .topT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#section5 > .container > .contentLine > .textLine > .topT > p {
    font-size: 70px;
    margin-top: 0;
    font-family: "GmarketSansBold";
}

#section5 > .container > .contentLine > .textLine > .bodyT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section5 > .container > .contentLine > .textLine > .bodyT > p {
    margin: 0;
    font-size: 40px;
}

#section5 > .container > .contentLine > .textLine > .infoT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

#section5 > .container > .contentLine > .textLine > .infoT > p {
    margin: 0;
    font-size: 40px;
}

#section5 > .container > .contentLine > .textLine > .smallT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#section5 > .container > .contentLine > .textLine > .smallT > p {
    margin: 0;
    font-family: "Pretendard-Regular";
    font-size: 23px;
}

#section5 > .container > .contentLine > .swiperLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}

#section5 > .container > .contentLine > .swiperLine > .sec5Swiper {
    width: 1400px;
}

#section5
> .container
> .contentLine
> .swiperLine
> .sec5Swiper
> .swiper-wrapper {
}

#section5
> .container
> .contentLine
> .swiperLine
> .sec5Swiper
> .swiper-wrapper
> .swiper-slide {
}

#section5
> .container
> .contentLine
> .swiperLine
> .sec5Swiper
> .swiper-wrapper
> .swiper-slide
> .imgBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section5
> .container
> .contentLine
> .swiperLine
> .sec5Swiper
> .swiper-wrapper
> .swiper-slide
> .imgBox
> img {
}

#section5
> .container
> .contentLine
> .swiperLine
> .sec5Swiper
> .swiper-button-prev,
#section5
> .container
> .contentLine
> .swiperLine
> .sec5Swiper
> .swiper-button-next {
    color: black;
    transform: scale(1.8);
}

/* ==== section5 ==== */

/* ==== section6 ==== */

#section6 {
    /* background: url(../img/main/sec5/bg.png) #202020 no-repeat;
    background-size: cover;
    max-height: 100%;
    max-width: 100%; */
    /* height: 900px; */
}

#section6 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section6 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section6 > .container > .contentLine > .leftLine {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    margin-top: 5px;
    margin-left: 150px;
}

#section6 > .container > .contentLine > .leftLine > .topT {
}

#section6 > .container > .contentLine > .leftLine > .topT > p {
    font-size: 40px;
    margin: 0;
    color: #d0edff;
}

#section6 > .container > .contentLine > .leftLine > .topT > p > span.high {
    font-family: "GmarketSansBold";
}

#section6 > .container > .contentLine > .leftLine > .middleT {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

#section6 > .container > .contentLine > .leftLine > .middleT > .hash {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
}

#section6 > .container > .contentLine > .leftLine > .middleT > .hash > span {
    color: white;
    font-size: 33px;
    font-family: "Pretendard-Regular";
}

#section6 > .container > .contentLine > .rightLine {
    height: 100%;
    position: relative;
    margin-left: 85px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#section6 > .container > .contentLine > .rightLine > .topLine {
}

#section6 > .container > .contentLine > .rightLine > .topLine > img {
    position: relative;
    top: 50px;
}

#section6 > .container > .contentLine > .rightLine > .bottomLine {
}

#section6 > .container > .contentLine > .rightLine > .bottomLine > img {
    position: relative;
    bottom: 0;
}

/* ==== section6 ==== */

/* ==== section7 ==== */

#section7 {
}

#section7 > .container {
}

#section7 > .container > .contentLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ==== section7 ==== */

/* ==== section8 ==== */

#section8 {
    background: url(../img/main/sec7/bg.png) #202020 no-repeat;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
}

#section8 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section8 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section8 > .container > .contentLine > .bgdLine > img {
    width: 100%;
}

/* ==== section8 ==== */

/* ==== section9 ==== */

#section9 {
}

#section9 > .container {
}

#section9 > .container > .contentLine {
}

#section9 > .container > .contentLine > .textLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section9 > .container > .contentLine > .textLine > p.h1 {
    font-size: 60px;
    font-family: "GmarketSansBold";
}

#section9 > .container > .contentLine > .textLine > .subT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section9 > .container > .contentLine > .textLine > .subT > p {
    margin: 0;
    font-size: 35px;
}

#section9 > .container > .contentLine > .boxLine {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5rem;
    margin-top: 150px;
    margin-bottom: 90px;
}

#section9 > .container > .contentLine > .boxLine > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10rem;
}

#section9 > .container > .contentLine > .boxLine > div > .box {
}

#section9 > .container > .contentLine > .boxLine > div > .box > img {
}

/* ==== section9 ==== */

/* ==== section10 ==== */

#section10 {
    background: #eef7fc;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
    height: 1200px;
}

#section10 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section10 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#section10 > .container > .contentLine > .textLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

#section10 > .container > .contentLine > .textLine > p.h1 {
    font-size: 60px;
    font-family: "GmarketSansBold";
}

#section10 > .container > .contentLine > .textLine > .subT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section10 > .container > .contentLine > .textLine > .subT > p {
    margin: 0;
    font-size: 35px;
}

#section10 > .container > .contentLine > .imgBoxLine {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 100px;
    z-index: 99;
}

#section10 > .container > .contentLine > .imgBoxLine > .box {
    position: relative;
    width: 510px;
    height: 623px;
    cursor: pointer;
}

#section10 > .container > .contentLine > .imgBoxLine > .box > .imgLine {
    position: absolute;
}

#section10 > .container > .contentLine > .imgBoxLine > .box > .imgLine > img {
}

#section10 > .container > .contentLine > .imgBoxLine > .box > .hideBox {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000007a;
    transition: all 0.3s;
}

#section10 > .container > .contentLine > .imgBoxLine > .box > .hideBox > p {
    font-family: "Pretendard-Medium";
    color: white;
    font-size: 45px;
}

#section10 > .container > .contentLine > .imgBoxLine > .box > .hoverBox {
    opacity: 0;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

#section10
> .container
> .contentLine
> .imgBoxLine
> .box
> .hoverBox
> .lineBox {
    width: 50px;
    height: 3px;
    background-color: white;
    margin: 20px 0;
}

#section10
> .container
> .contentLine
> .imgBoxLine
> .box
> .hoverBox
> .textBox {
}

#section10
> .container
> .contentLine
> .imgBoxLine
> .box
> .hoverBox
> .textBox
> p {
    font-family: "Pretendard-Medium";
    text-align: center;
    color: white;
    font-size: 33px;
}

#section10 > .container > .contentLine > .imgBoxLine > .box:hover > .hideBox {
    opacity: 0;
}

#section10 > .container > .contentLine > .imgBoxLine > .box:hover > .hoverBox {
    opacity: 1;
}

#section10 > .container > .contentLine > .bgdImg {
    position: absolute;
    right: 20px;
    top: 80px;
}

/* ==== section10 ==== */

/* ==== section11 ==== */
#section11 {
    background: url(../img/main/sec10/bg.png) #202020 no-repeat;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
    height: 850px;
}

#section11 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section11 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#section11 > .container > .contentLine > .textLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

#section11 > .container > .contentLine > .textLine > p.h1 {
    font-size: 60px;
    font-family: "GmarketSansBold";
    color: white;
}

#section11 > .container > .contentLine > .textLine > .subT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section11 > .container > .contentLine > .textLine > .subT > p {
    margin: 0;
    font-size: 35px;
    color: white;
}

#section11 > .container > .contentLine > .sliderLine {
    width: 1270px;
    margin-top: 40px;
    padding: 0 50px;
}

#section11 > .container > .contentLine > .sliderLine > .sec11Swiper {
}

#section11
> .container
> .contentLine
> .sliderLine
> .sec11Swiper
> .swiper-wrapper {
}

#section11
> .container
> .contentLine
> .sliderLine
> .sec11Swiper
> .swiper-wrapper
> .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

#section11
> .container
> .contentLine
> .sliderLine
> .sec11Swiper
> .swiper-wrapper
> .swiper-slide
> .box {
    width: 400px;
}

#section11
> .container
> .contentLine
> .sliderLine
> .sec11Swiper
> .swiper-wrapper
> .swiper-slide
> .box {
}

#section11
> .container
> .contentLine
> .sliderLine
> .sec11Swiper
> .swiper-wrapper
> .swiper-slide
> .box
> img {
    width: 100%;
}

#section11
> .container
> .contentLine
> .sliderLine
> .swiper-button-next:after,
#section11
> .container
> .contentLine
> .sliderLine
> .swiper-button-prev:after {
    color: rgb(255, 255, 255);
    transform: scale(1.2);
}

/* ==== section11 ==== */

/* ==== section12 ==== */

#section12 {
    max-height: 100%;
    max-width: 100%;
    height: 780px;
}

#section12 * {
    font-family: "Pretendard-Regular";
}

#section12 > .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section12 > .container > .contentLine {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#section12 > .container > .contentLine > .left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section12 > .container > .contentLine > .left > .content {
    margin-right: 150px;
}

#section12 > .container > .contentLine > .left > .content > .reservLine {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}

#section12 > .container > .contentLine > .left > .content > .reservLine > p.h1 {
    font-size: 40px;
    font-family: "Pretendard-Bold";
    color: #1e2778;
}

#section12
> .container
> .contentLine
> .left
> .content
> .reservLine
> .info {
    width: 428px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 15px;
}

#section12
> .container
> .contentLine
> .left
> .content
> .reservLine
> .info.naverBtn {
    background-color: #61ae52;
    transition: all 0.3s;
}

#section12
> .container
> .contentLine
> .left
> .content
> .reservLine
> .info.naverBtn:hover {
    background-color: #55c040;
}

#section12
> .container
> .contentLine
> .left
> .content
> .reservLine
> .info.callBtn {
    background-color: #143164;
    transition: all 0.3s;
}

#section12
> .container
> .contentLine
> .left
> .content
> .reservLine
> .info.callBtn:hover {
    background-color: #174ca7;
}

#section12
> .container
> .contentLine
> .left
> .content
> .reservLine
> .info
> img {
    width: 52px;
}

#section12
> .container
> .contentLine
> .left
> .content
> .reservLine
> .info
> p {
    font-family: "Pretendard-Bold";
    font-size: 40px;
    margin: 0;
    transition: all 0.3s;
    color: white;
    margin-left: 20px;
    text-decoration: none;
}

#section12 > .container > .contentLine > .left > .content > .timeLine {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#section12 > .container > .contentLine > .left > .content > .timeLine > p.h1 {
    margin: 0;
    font-size: 40px;
    font-family: "Pretendard-Bold";
    color: #1e2778;
    margin-top: 90px;
    margin-bottom: 10px;
}

#section12 > .container > .contentLine > .left > .content > .timeLine > .time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

#section12
> .container
> .contentLine
> .left
> .content
> .timeLine
> .time
> .dayLine {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#section12
> .container
> .contentLine
> .left
> .content
> .timeLine
> .time
> .dayLine
> p {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

#section12
> .container
> .contentLine
> .left
> .content
> .timeLine
> .time
> .dayLine
> .nightLogo {
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #063268;
}

#section12
> .container
> .contentLine
> .left
> .content
> .timeLine
> .time
> .dayLine
> .nightLogo
> span {
    color: white;
    font-size: 20px;
}

#section12
> .container
> .contentLine
> .left
> .content
> .timeLine
> .time
> .tiLine {
}

#section12
> .container
> .contentLine
> .left
> .content
> .timeLine
> .time
> .tiLine
> p {
    margin: 0;
    font-size: 32px;
}

#section12 > .container > .contentLine > .left > .content > .lunch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
}

#section12 > .container > .contentLine > .left > .content > .lunch > p {
    padding: 10px 30px;
    background-color: #dff0fa;
    font-size: 30px;
}

#section12 > .container > .contentLine > .right {
    width: 50%;
    height: 100%;
    background-color: #063268;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section12 > .container > .contentLine > .right > .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5rem;
}

#section12 > .container > .contentLine > .right > .content > .textLine {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#section12 > .container > .contentLine > .right > .content > .textLine > p.h1 {
    font-family: "Pretendard-Bold";
    font-size: 45px;
    color: white;
    margin: 0;
}

#section12 > .container > .contentLine > .right > .content > .textLine > .subT {
    margin-top: 20px;
}

#section12
> .container
> .contentLine
> .right
> .content
> .textLine
> .subT
> p {
    color: white;
    margin: 0;
    font-size: 30px;
}

#section12 > .container > .contentLine > .right > .content > .mapLine {
}

#section12 > .container > .contentLine > .right > .content > .mapLine {
    margin: 0;
    padding: 0;
    overflow: hidden; /* 박스 안에만 이미지 표시 */
}

#section12 > .container > .contentLine > .right > .content > .mapLine > img {
    width: 100%;
    height: auto;
    object-fit: cover; /* 비율 깨지지 않게 꽉 차게 */
    display: block;
}

#section12 > .container > .contentLine > .right > .content > .mapLine > img {
}

#section12 > .container > .contentLine > .right > .content > .textLine.t2 {
}

/* ==== section12 ==== */

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 50px 0px;
    margin-bottom: 170px;
}

footer > .footer-content {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 300px;
}

footer > .footer-content > img.logo {
}

footer > .footer-content > p {
}

.footer-content > .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0rem;
    margin-left: 60px;
}

.footer-content > .info > p {
    text-decoration: none;
    color: #9e9e9e;
    margin: 0;
}

@media (min-width: 1025px) {
    /* 오시는 길 지도 영역 정렬 및 여백 조정 */
    #section12 > .container > .contentLine > .right {
        justify-content: flex-start !important;
    }

    #section12 > .container > .contentLine > .right > .content {
        align-items: flex-start !important;
        margin-left: 100px !important; /* ← 여백값: 상담·예약 영역과 비슷하게 */
        gap: 3rem; /* 위아래 텍스트와 지도 간격 */
    }

    #section12 > .container > .contentLine > .right > .content > .mapLine {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #section12 > .container > .contentLine > .right > .content > .mapLine > img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        border-radius: 10px; /* 선택사항: 모서리 살짝 부드럽게 */
    }
}

/* ===== media ===== */

@media all and (max-width: 1600px) {
    #section4 > .container > .contentLine > .swiperLine {
        width: 100%;
    }

    .floating {
        zoom: 0.8;
    }

    .navigation > .container > .navLine {
        gap: 2rem;
    }

    .navigation > .container > .navLine > a {
        font-size: 16px;
    }

    .navigation > .container > .iconLine > img {
        width: 180px;
    }

    #section1 > .container > .videoLine > video {
        width: 100%;
    }

    #section2,
    #section3 {
        height: auto;
    }

    #section2 > .container > .contentLine > .bgdLine > img,
    #section3 > .container > .contentLine > .bgdLine > img,
    #section7 > .container > .contentLine > .bgdLine > img,
    #section8 > .container > .contentLine > .bgdLine > img,
    #section9 > .container > .contentLine > .bgdLine > img {
        width: 100%;
    }

    #section4 > .container > .contentLine > .textLine > .topT > p,
    #section5 > .container > .contentLine > .textLine > .topT > p,
    #section10 > .container > .contentLine > .textLine > p.h1,
    #section11 > .container > .contentLine > .textLine > p.h1 {
        font-size: 55px;
    }

    #section4 > .container > .contentLine > .textLine > .bodyT > p,
    #section5 > .container > .contentLine > .textLine > .bodyT > p,
    #section10 > .container > .contentLine > .textLine > .subT > p,
    #section11 > .container > .contentLine > .textLine > .subT > p {
        font-size: 28px;
    }

    #section4 > .container > .contentLine > .swiperLine > .textBox > div > p.h1 {
        font-size: 33px;
        margin-top: 25px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .textBox
    > div
    > .subT
    > p {
        font-size: 24px;
    }

    #section4 > .container > .contentLine > .swiperLine > .textBox {
        left: 450px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .swiperBox
    > .sec4Swiper
    > .nextBtnLine {
        right: 280px;
    }

    #section5 > .container > .contentLine > .swiperLine > .sec5Swiper {
        width: 1200px;
    }

    #section5
    > .container
    > .contentLine
    > .swiperLine
    > .sec5Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox
    > img {
        width: 1000px;
    }

    #section5 > .container > .contentLine > .textLine > .infoT > p {
        font-size: 33px;
    }

    #section5 > .container > .contentLine > .textLine > .smallT > p {
        font-size: 19px;
    }

    #section6 {
        height: 750px;
    }


    #section6 > .container > .contentLine > .bgdLine {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #section6 > .container > .contentLine > .bgdLine > img {
        width: 100%;
    }

    #section6 > .container > .contentLine > .rightLine > .bottomLine > img {
        width: 850px;
        bottom: 0;
        right: 100px;
    }

    #section6 > .container > .contentLine > .rightLine > .topLine > img {
        top: 30px;
        width: 800px;
        right: 100px;
    }

    #section6 > .container > .contentLine > .rightLine {
        margin-left: 180px;
    }

    #section6 > .container > .contentLine > .leftLine {
        margin-left: 100px;
        gap: 3rem;
        margin-top: 5px;
    }

    #section6 > .container > .contentLine > .leftLine > .topT > p {
        font-size: 37px;
    }

    #section6 > .container > .contentLine > .leftLine > .middleT > .hash > span {
        font-size: 23px;
    }

    #section6 > .container > .contentLine > .leftLine > .bottomT > img {
        width: 300px;
    }

    #section10 {
        height: 1050px;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box {
        width: 410px;
        height: 575px;
    }

    #section10 > .container > .contentLine > .bgdImg {
        width: 478px;
        top: 100px;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box > .imgLine {
        width: 100%;
        height: 100%;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box > .imgLine > img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box > .hideBox > p {
        font-size: 40px;
    }

    #section10
    > .container
    > .contentLine
    > .imgBoxLine
    > .box
    > .hoverBox
    > .textBox
    > p {
        font-size: 29px;
    }

    #section11 {
        height: 750px;
    }

    #section11 > .container > .contentLine > .textLine {
        margin-top: 30px;
    }

    #section11 > .container > .contentLine > .sliderLine {
        width: 1200px;
    }

    #section11
    > .container
    > .contentLine
    > .sliderLine
    > .sec11Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
        width: 380px;
    }

    #section11
    > .container
    > .contentLine
    > .sliderLine
    > .sec11Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > img {
        width: 100%;
    }

    #section12 > .container > .contentLine > .left > .content,
    #section12 > .container > .contentLine > .right > .content {
        zoom: 0.9;
    }
}

@media all and (max-width: 1470px) {
    #section1 > .container > .contentLine > .textLine > p {
        margin-top: 0;
        font-size: 52px;
    }

    #section4 {
        height: 1000px;
    }

    #section4 > .container > .contentLine > .swiperLine > .swiperBox {
        width: 1000px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .swiperBox
    > .sec4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox {
        width: 475px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .swiperBox
    > .sec4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox
    > img {
        width: 100%;
    }

    #section4 > .container > .contentLine > .swiperLine > .textBox {
        width: 800px;
        left: 350px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .swiperBox
    > .sec4Swiper
    > .nextBtnLine {
        right: 200px;
    }

    #section6 > .container > .contentLine > .rightLine {
        margin-left: 40px;
    }

    #section6 > .container > .contentLine > .rightLine > .topLine > img {
        top: 20px;
        width: 750px;
        right: 0px;
    }

    #section6 > .container > .contentLine > .rightLine > .bottomLine > img {
        width: 850px;
        bottom: 0;
        right: 20px;
    }

    #section6 > .container > .contentLine > .leftLine > .topT > p {
        font-size: 32px;
    }

    #section6 > .container > .contentLine > .leftLine > .bottomT > img {
        width: 260px;
    }

    #section4 > .container > .contentLine > .textLine > .topT > p,
    #section5 > .container > .contentLine > .textLine > .topT > p,
    #section10 > .container > .contentLine > .textLine > p.h1,
    #section11 > .container > .contentLine > .textLine > p.h1 {
        font-size: 50px;
    }

    #section4 > .container > .contentLine > .textLine > .bodyT > p,
    #section5 > .container > .contentLine > .textLine > .bodyT > p,
    #section10 > .container > .contentLine > .textLine > .subT > p,
    #section11 > .container > .contentLine > .textLine > .subT > p {
        font-size: 24px;
    }

    #section10 {
        height: 1000px;
    }

    #section10 > .container > .contentLine > .imgBoxLine {
        gap: 2rem;
        margin-top: 80px;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box {
        width: 380px;
        height: 530px;
    }

    #section10
    > .container
    > .contentLine
    > .imgBoxLine
    > .box
    > .hoverBox
    > .lineBox {
        width: 45px;
    }

    #section10
    > .container
    > .contentLine
    > .imgBoxLine
    > .box
    > .hoverBox
    > .textBox
    > p {
        font-size: 26px;
        margin-top: 10px;
    }

    #section10 > .container > .contentLine > .bgdImg {
        width: 400px;
    }

    #section12 {
        height: 580px;
    }

    #section12 > .container > .contentLine > .left > .content,
    #section12 > .container > .contentLine > .right > .content {
        zoom: 0.7;
    }

    #section11 > .container > .contentLine > .sliderLine {
        width: 1100px;
    }

    #section11
    > .container
    > .contentLine
    > .sliderLine
    > .sec11Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
        width: 350px;
    }
}

@media all and (max-width: 1280px) {
    #section12
    > .container
    > .contentLine
    > .left
    > .content
    > .reservLine
    > p.h1 {
        margin: 10px 0;
        margin-top: 30px;
    }

    #section12 > .container > .contentLine > .left > .content > .timeLine > p.h1 {
        margin-top: 60px;
    }

    #section1 {
        height: 810px;
    }

    #section1 > .container > .contentLine > .textLine > p {
        font-size: 49px;
    }

    #section1 > .container > .contentLine > .videoLine {
        width: 900px;
    }

    .navigation > .container > .navLine {
        gap: 1rem;
    }

    .navigation > .container > .navLine > a {
        font-size: 15px;
    }

    #section4 > .container > .contentLine > .swiperLine > .textBox {
        width: 700px;
        left: 300px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .swiperBox
    > .sec4Swiper
    > .nextBtnLine {
        right: 160px;
    }

    #section4 > .container > .contentLine > .textLine > .topT > p,
    #section5 > .container > .contentLine > .textLine > .topT > p,
    #section10 > .container > .contentLine > .textLine > p.h1,
    #section11 > .container > .contentLine > .textLine > p.h1 {
        font-size: 40px;
    }

    #section5 > .container > .contentLine > .swiperLine > .sec5Swiper {
        width: 1000px;
    }

    #section5
    > .container
    > .contentLine
    > .swiperLine
    > .sec5Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox
    > img {
        width: 800px;
    }

    #section6 {
        height: 650px;
    }

    #section6 > .container > .contentLine > .rightLine > .topLine > img {
        width: 600px;
    }

    #section6 > .container > .contentLine > .rightLine > .bottomLine > img {
        width: 750px;
    }

    #section6 > .container > .contentLine > .leftLine {
        gap: 2rem;
    }

    #section6 > .container > .contentLine > .leftLine > .topT > p {
        font-size: 29px;
    }

    #section6 > .container > .contentLine > .leftLine > .middleT > .hash > span {
        font-size: 26px;
    }

    #section6 > .container > .contentLine > .leftLine > .bottomT > img {
        width: 230px;
    }

    #section5 > .container > .contentLine > .textLine > .infoT > p {
        font-size: 28px;
    }

    #section5 > .container > .contentLine > .textLine > .smallT > p {
        font-size: 17px;
    }

    #section10 {
        height: 880px;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box {
        width: 330px;
        height: 470px;
    }

    #section10 > .container > .contentLine > .bgdImg {
        width: 360px;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box > .hideBox > p {
        font-size: 35px;
    }

    #section10
    > .container
    > .contentLine
    > .imgBoxLine
    > .box
    > .hoverBox
    > .textBox
    > p {
        font-size: 23px;
    }

    #section11 {
        height: 600px;
    }

    #section11 > .container > .contentLine > .sliderLine {
        width: 900px;
    }

    #section11
    > .container
    > .contentLine
    > .sliderLine
    > .sec11Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
        width: 290px;
    }

    #section12 {
        height: 520px;
    }

    #section12 > .container > .contentLine > .left > .content,
    #section12 > .container > .contentLine > .right > .content {
        zoom: 0.65;
    }

    footer > .footer-content {
        margin-left: 150px;
    }

    .footer-content > .info {
        margin-left: 40px;
    }

    .floating {
        zoom: 0.7;
    }
}

@media all and (max-width: 1024px) {
    #section1 {
        height: 710px;
    }

    #section1 > .container > .contentLine > .textLine > p {
        font-size: 38px;
    }

    #section1 > .container > .contentLine > .videoLine {
        width: 800px;
    }

    .navigation > .container {
        gap: 2rem;
    }

    .navigation > .container > .navLine > a {
        font-size: 13px;
    }

    .navigation > .container > .iconLine > img {
        width: 140px;
    }

    #section4 {
        height: 850px;
    }

    #section4 > .container > .contentLine > .textLine > .topT > p,
    #section5 > .container > .contentLine > .textLine > .topT > p,
    #section10 > .container > .contentLine > .textLine > p.h1,
    #section11 > .container > .contentLine > .textLine > p.h1 {
        font-size: 33px;
    }

    #section4 > .container > .contentLine > .textLine > .bodyT > p,
    #section5 > .container > .contentLine > .textLine > .bodyT > p,
    #section10 > .container > .contentLine > .textLine > .subT > p,
    #section11 > .container > .contentLine > .textLine > .subT > p {
        font-size: 21px;
    }

    #section4 > .container > .contentLine > .swiperLine > .swiperBox {
        width: 780px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .swiperBox
    > .sec4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox {
        width: 380px;
    }

    #section4 > .container > .contentLine > .swiperLine > .textBox {
        width: 580px;
        height: 280px;
        left: 210px;
        bottom: 60px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .swiperBox
    > .sec4Swiper
    > .nextBtnLine {
        bottom: 60px;
        right: 114px;
    }

    #section4 > .container > .contentLine > .swiperLine > .textBox > div > p.h1 {
        font-size: 30px;
    }

    #section4
    > .container
    > .contentLine
    > .swiperLine
    > .textBox
    > div
    > .subT
    > p {
        font-size: 21px;
    }

    #section4 > .container > .contentLine > .swiperLine > .textBox > div {
        margin-left: 40px;
    }

    #section5 > .container {
        padding: 60px 0;
    }

    #section5 > .container > .contentLine > .swiperLine > .sec5Swiper {
        width: 800px;
    }

    #section5
    > .container
    > .contentLine
    > .swiperLine
    > .sec5Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox
    > img {
        width: 650px;
    }

    #section5
    > .container
    > .contentLine
    > .swiperLine
    > .sec5Swiper
    > .swiper-button-prev,
    #section5
    > .container
    > .contentLine
    > .swiperLine
    > .sec5Swiper
    > .swiper-button-next {
        transform: scale(1.5);
    }

    #section5 > .container > .contentLine > .textLine > .infoT > p {
        font-size: 22px;
    }

    #section5 > .container > .contentLine > .textLine > .smallT > p {
        font-size: 15px;
    }

    #section6 {
        height: 500px;
    }

    #section6 > .container > .contentLine > .rightLine > .topLine > img {
        width: 500px;
    }

    #section6 > .container > .contentLine > .rightLine > .bottomLine > img {
        width: 600px;
    }

    #section6 > .container > .contentLine > .leftLine > .topT > p {
        font-size: 21px;
    }

    #section6 > .container > .contentLine > .leftLine > .middleT > .hash > span {
        font-size: 19px;
    }

    #section6 > .container > .contentLine > .leftLine > .middleT {
        margin-top: 20px;
    }

    #section6 > .container > .contentLine > .leftLine > .bottomT > img {
        width: 190px;
    }

    #section6 > .container > .contentLine > .leftLine {
        margin-top: 30px;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box {
        width: 245px;
        height: 380px;
    }

    #section10 {
        height: 730px;
    }

    #section10 > .container > .contentLine > .imgBoxLine > .box > .hideBox > p {
        font-size: 22px;
    }

    #section10
    > .container
    > .contentLine
    > .imgBoxLine
    > .box
    > .hoverBox
    > .lineBox {
        width: 35px;
        margin-bottom: 10px;
    }

    #section10
    > .container
    > .contentLine
    > .imgBoxLine
    > .box
    > .hoverBox
    > .textBox
    > p {
        font-size: 16px;
    }

    #section10 > .container > .contentLine > .bgdImg {
        width: 300px;
    }

    #section11 {
        height: 470px;
    }

    #section11 > .container > .contentLine > .sliderLine {
        width: 700px;
    }

    #section11
    > .container
    > .contentLine
    > .sliderLine
    > .sec11Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
        width: 220px;
    }

    #section12 {
        height: 420px;
    }

    #section12 > .container > .contentLine > .left > .content,
    #section12 > .container > .contentLine > .right > .content {
        zoom: 0.5;
    }

    #section11
    > .container
    > .contentLine
    > .sliderLine
    > .swiper-button-next:after,
    #section11
    > .container
    > .contentLine
    > .sliderLine
    > .swiper-button-prev:after {
        color: rgb(255, 255, 255);
        transform: scale(0.9);
    }

    .floating {
        zoom: 0.6;
    }

    footer > .footer-content > img.logo {
        width: 190px;
    }

    .footer-content > .info > p {
        font-size: 13px;
    }

    footer > .footer-content {
        margin-left: 100px;
    }
}

/* 작업 후 834까지 */
@media all and (max-width: 767px) {
}

/* 작업 후 600까지 */
@media all and (max-width: 479px) {
}

/* 작업 후 479까지 */
@media all and (max-width: 390px) {
}

/* 작업 후 414까지 */
@media all and (max-width: 320px) {
}

/* ===== media ===== */

.consult-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background: #1e2e55;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.consult-form {
    width: 1550px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hidden {
    display: none;
}

.logo img {
    display: block;
}

.divider {
    width: 3px;
    height: 100%;
    background: #fff;
}

.form-area {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-group,
.right-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row {
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #fff;
    font-family: inherit;
}

.row label {
    display: block;
    text-align: left;
}

.left-group .row label {
    width: 70px;
}

.right-group .row label {
    margin-right: 16px;
    white-space: nowrap;
}

.row input,
.row select {
    width: 325px;
    height: 52px;
    padding: 0 25px;
    border-radius: 10px;
    border: 0;
    background: #fff;
    color: #8d8d8d;
    font-size: 16px;
    box-sizing: border-box;
}

.row input::placeholder {
    color: #8d8d8d;
}

.agree-row {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 21px;
    color: #fff;
}

.agree-row input {
    width: 16px;
    height: 16px;
}

.agree-btn {
    background: #fff;
    color: #1e2e55;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 10px;
    cursor: pointer;
}

.submit-btn {
    width: 250px;
    height: 100%;
    border: 0;
    border-radius: 20px;
    background: #c6d6fe;
    color: #1e2e55;
    font-size: 33px;
    cursor: pointer;
    flex-shrink: 0;

}

/* 팝업 전체를 감싸는 오버레이 (배경 어둡게 처리 등 추가 가능) */
.privacy-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 배경 살짝 어둡게 */
    z-index: 9999;
}

/* 팝업 박스 본체 */
.privacy-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; /* 기본 모바일 너비 */
    height: 200px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px; /* 약간의 라운드 추가 */
    overflow: hidden;
}

/* 내부 레이아웃 */
.privacy-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

/* 닫기 버튼 */
.privacy-close-btn {
    background-color: #1e2e55;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    margin-bottom: 20px;
}

/* 텍스트 영역 */
.privacy-textarea {
    width: 100%;
    flex-grow: 1;
    padding: 0 20px;
    border: none;
    resize: none;
    outline: none;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    user-select: none; /* 드래그 방지(선택사항) */
}

/* 숨김 처리 */
.hidden {
    display: none !important;
}

/* --- 반응형 설정 (Media Query) --- */
@media (min-width: 768px) {
    .privacy-box {
        width: 600px;
        height: 600px;
    }
}


/* 전체 오버레이 겸 중앙정렬용 래퍼 */
.privacy_box_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.privacy_box_wrap.active {
    display: flex;
}


/* 박스 */
.privacy_box {
    width: 300px;
    height: 200px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* md 이상 사이즈 대응 (Tailwind md:w, md:h) */
@media (min-width: 768px) {
    .privacy_box {
        width: 600px;
        height: 600px;
    }
}

.privacy_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px; /* pb-5 */
}

/* 닫기 버튼 */
.privacy_close {
    background: #1e2e55;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 10px 0; /* py-2.5 */
}

/* textarea */
.privacy_textarea {
    width: 100%;
    flex: 1;
    resize: none;
    border: none;
    outline: none;
    padding: 16px;
    overflow-y: auto;
    box-sizing: border-box;
    /* Tailwind select-none */
    user-select: none;
}


#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    height: 0
}

#hd_pop p {
    margin: 0;
    padding: 0;
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops img {
    max-width: 100%
}

.hd_pops_con {
}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
}
