@charset "utf-8";
/*  - 메인/퀵메뉴/섹션 스타일 (클래스명 one- 체계) */

p br {
    display: none;
}

/* 퀵메뉴 */
.one-float-actions {
    position: fixed;
    z-index: 100;
    bottom: 120px;
    right: 10px
}

.one-float-actions .one-float-menu {
    background: #fff;
    position: fixed;
    right: -100px;
    opacity: 0;
    border-radius: 8px;
    width: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
    transition: all 0.5s ease;
    bottom: 120px;
}

.one-float-actions.active .one-float-menu {
    opacity: 1;
    right: 10px;
}

.one-float-actions li {
    padding: 8px 0;
    position: relative
}

.one-float-actions li span {
    position: absolute;
    color: #fff;
    border-radius: 30px;
    padding: 4px 0px;
    width: 80px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    right: 100px;
    top: 20px;
    font-size: 11px;
    display: block;
    opacity: 0;
    transition: all 0.5s ease
}

.one-float-actions li a,
.one-float-actions li div {
    text-align: center;
    line-height: 50px;
    display: block;
    transition: all 0.3s ease;
    color: #a27b73;
    width: 50px;
    height: 50px;
    margin: auto
}

.one-float-actions li:nth-child(3) a {
    color: #f90
}

.one-float-actions li:hover a,
.one-float-actions li:hover div {
    background: #1e76fe;
    color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px
}

.one-float-actions li:hover div {
    cursor: pointer;
}

.one-float-actions li:hover span {
    right: 50px;
    opacity: 1;
    display: block;
}

.one-float-actions li a i,
.one-float-actions li div i {
    font-size: 18px;
    margin-top: 15px;
}

.one-float-actions .one-float-form {
    background: #fff;
    float: right;
    width: 0px;
    opacity: 0;
    max-width: 255px;
    height: 0px;
    border-radius: 8px;
    transition: all 0.5s ease;
    padding: 18px;
}

.one-float-actions .one-float-form .one-frm-notice {
    font-size: 17px;
    padding-left: 20px;
}

.one-float-actions .one-float-form .one-frm-agree {
    padding-left: 20px;
    line-height: 30px;
}

.one-float-actions .one-float-form .one-frm-box {
    padding-left: 20px;
}

.one-float-actions .one-float-form .one-frm-tel {
    height: 46px;
}

.one-float-actions .one-float-form .one-frm-tel li {
    float: left;
    padding-right: 5px;
}

.one-float-actions .one-float-form .one-frm-tel li input {
    width: 60px;
    padding: 5px;
}

.one-float-actions .one-float-form .one-frm-box .name input,
.one-float-actions .one-float-form .one-frm-box .subject input,
.one-float-actions .one-float-form .one-frm-tel li input {
    height: 30px;
}

.one-float-actions .one-float-form .one-frm-box .content textarea {
    height: 60px;
}

.one-float-actions .one-float-form .one-frm-box .name input,
.one-float-actions .one-float-form .one-frm-box .subject input,
.one-float-actions .one-float-form .one-frm-box .content textarea {
    width: 190px;
    padding: 5px;
}

.one-float-actions .one-float-form .one-frm-box .one-frm-submit {
    float: right;
    margin-right: 8px;
    height: 30px;
    width: 60px;
    font-weight: 600;
    letter-spacing: -1px;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.one-kakao {
    width: 40px;
    height: 40px;
    margin: 10px auto;
    background: #fdcd21;
    border-radius: 50%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
}

.one-kakao a {
    color: #461b0e;
    font-size: 18px;
    line-height: 38px;
    display: block;
}

.one-kakao i {
    line-height: 40px
}

@media (max-width: 576px) {
    .one-float-actions {
        display: none;
    }
}

/* 메인 비주얼 */
.one-hero {
    height: 850px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.one-hero .swiper {
    width: 100%;
    height: 100%;
}

.one-hero .swiper-slide {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.one-hero .swiper-slide.one-slide1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/main_banner_img01.jpg');
}

.one-hero .swiper-slide.one-slide2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/main_banner_img02.jpg');
}

.one-hero .swiper-slide.one-video-slide,
.one-hero .swiper-slide.one-youtube-slide {
    background-image: none;
}

.one-hero .swiper-slide .one-hero-tit {
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 150px;
    left: 150px;
    z-index: 2;
    padding: 0 20px;
}

.one-hero .swiper-slide .one-hero-title {
    font-weight: 500;
    line-height: 1.2;
    font-size: 3vw;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
}

.one-hero .swiper-slide .one-hero-desc {
    font-size: 0.9vw;
    color: #EDEDED;
}

.one-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one-video-slide::before,
.one-youtube-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.one-hero .one-hero-nav-wrap {
    position: absolute;
    bottom: 50px;
    right: 150px;
    display: flex;
    align-items: center;
    z-index: 100;
}

.one-hero .one-hero-nav-btns {
    display: flex;
    margin-right: 10px;
}

.one-hero .swiper-button-next,
.one-hero .swiper-button-prev {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    transition: all ease 0.3s;
    margin: 0 5px;
}

.one-hero .swiper-button-prev {
    background: url('../img/main_arrow01.png') no-repeat center;
}

.one-hero .swiper-button-next {
    background: url('../img/main_arrow02.png') no-repeat center;
}

.one-hero .swiper-button-prev::after,
.one-hero .swiper-button-next::after {
    content: '';
}

.one-hero .swiper-button-prev:hover,
.one-hero .swiper-button-next:hover {
    border-color: #fff;
}

.one-hero .one-hero-scroll {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    animation: one-moveUpDown 2s infinite;
}

.one-hero .one-hero-scroll .one-hero-scroll-ico {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    animation: one-bounce 0.5s alternate infinite cubic-bezier(0.5, 0.05, 1, 0.5);
}

@keyframes one-moveUpDown {

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

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

@keyframes one-bounce {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(5px);
    }
}

@keyframes one-fadeInL {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.one-hero .swiper-slide .one-hero-title,
.one-hero .swiper-slide .one-hero-desc {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.one-hero .swiper-slide-active .one-hero-title {
    animation-name: one-fadeInL;
    animation-delay: 0.5s;
}

.one-hero .swiper-slide-active .one-hero-desc {
    animation-name: one-fadeInL;
    animation-delay: 1s;
}

@media screen and (max-width: 768px) {
    .one-hero .swiper-slide .one-hero-title {
        font-size: 8vw;
    }

    .one-hero .swiper-slide .one-hero-desc {
        font-size: 3.5vw;
        word-break: keep-all;
        line-height: 1.65
    }

    .one-hero .one-hero-nav-wrap {
        bottom: 10px;
        right: 10px;
    }

    .one-hero .swiper-button-next,
    .one-hero .swiper-button-prev,
    .one-hero .one-hero-scroll {
        width: 50px;
        height: 50px;
    }

    .one-hero .one-hero-scroll .one-hero-scroll-ico {
        font-size: 16px;
    }

    .one-hero .swiper-slide .one-hero-tit {
        bottom: 100px;
        left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .one-hero .one-hero-nav-btns {
        display: none
    }

    .one-hero .swiper-slide .one-hero-tit {
        bottom: 50px;
        left: 10px;
    }
}

/* 메인 동영상 (full) */
.one-main-video {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    overflow: hidden;
}

.one-main-video-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.one-main-video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.one-main-video-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    color: #999;
}

.one-main-video-placeholder p {
    margin: 0;
    font-size: 14px;
}

.one-main-video-placeholder code {
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

/* 메인 이미지 슬라이더 (main-swiper-banner.inc.php) */
.one-main-swiper-banner {
    width: 100%;
    overflow: hidden;
}

.one-swiper-banner {
    width: 100%;
    min-height: 200px;
}

.one-swiper-banner .swiper-wrapper {
    align-items: stretch;
}

.one-swiper-banner .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.one-swiper-banner-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}

.one-swiper-banner-inner img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: top;
}

.one-swiper-banner-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.one-swiper-banner-placeholder {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #666;
}

.one-swiper-banner-placeholder p {
    margin: 0;
    font-size: 14px;
}

.one-swiper-banner-placeholder code {
    padding: 2px 8px;
    background: #e0e0e0;
    border-radius: 4px;
}

/* 메인 이미지 슬라이더 02 (main-swiper-banner-02.inc.php, image_slider_02) */
.one-main-swiper-banner-02 {
    width: 100%;
    overflow: hidden;
}

.one-swiper-banner-02 {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.one-swiper-banner-02-logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    max-width: 250px;
    height: auto;
    display: block;
    pointer-events: none;
}

.one-swiper-banner-02 .swiper-wrapper {
    align-items: stretch;
}

.one-swiper-banner-02 .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.one-swiper-banner-02-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}

.one-swiper-banner-02-inner img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: top;
}

/* 우측 하단 20% 영역: 이전 버튼 | 블릿 | 다음 버튼 (순서 고정) */
.one-swiper-banner-02-nav {
    position: absolute;
    right: 13%;
    bottom: 10%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
}

.one-swiper-banner-02-prev {
    order: 1;
}

.one-swiper-banner-02-pagination {
    order: 2;
}

.one-swiper-banner-02-next {
    order: 3;
}

.one-swiper-banner-02-prev,
.one-swiper-banner-02-next {
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.one-swiper-banner-02-prev:hover,
.one-swiper-banner-02-next:hover {
    opacity: 0.85;
}

.one-swiper-banner-02-prev svg,
.one-swiper-banner-02-next svg {
    display: block;
    width: 20px;
    height: 20px;
}

.one-swiper-banner-02-nav .one-swiper-banner-02-pagination,
.one-swiper-banner-02-nav .swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    max-width: 250px;
    min-width: 0;
    margin: 0;
    padding: 0;
    position: static;
    flex-shrink: 0;
}

.one-swiper-banner-02-pagination .swiper-pagination-bullet {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #A3968A;
    color: #7B6E64;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    opacity: 1;
    transition: background 0.25s, color 0.25s;
}

.one-swiper-banner-02-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #7A4E2C;
}

.one-swiper-banner-02-placeholder {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #666;
}

.one-swiper-banner-02-placeholder p {
    margin: 0;
    font-size: 14px;
}

.one-swiper-banner-02-placeholder code {
    padding: 2px 8px;
    background: #e0e0e0;
    border-radius: 4px;
}

/* 메인 의료진 배경 이미지 (GSAP fade) */
.one-doctors-bg-wrap {
    margin: 150px 0;
    width: 100%;
    overflow: hidden;
}

.one-doctors-bg-wrap .one-doctors-bg {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

/* 메인 의료진 소개: 함께하는 의료진 3단 그리드 */
.one-main-doctors {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.one-doctors-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px 100px;
}

.one-doctors-heading {
    font-size: 40px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.one-doctors-accent-line {
    display: block;
    width: auto;
    max-width: 280px;
    height: auto;
    margin: 12px auto 50px;
}

.one-doctors-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.one-doctor-card {
    margin: 0;
    padding: 0;
}

.one-doctor-photo {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
    aspect-ratio: 3/4;
}

.one-doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: top;
    transition: transform 0.4s ease;
}

.one-doctor-card:hover .one-doctor-photo img {
    transform: scale(1.08);
}

.one-doctor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(149 128 111 / 65%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.one-doctor-card:hover .one-doctor-overlay {
    opacity: 1;
}

.one-doctor-overlay-line1,
.one-doctor-overlay-line2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
}

.one-doctor-overlay-line2 {
    margin-top: 4px;
}

.one-doctor-overlay-btn {
    margin-top: 20px;
    padding: 10px 24px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.one-doctor-overlay-btn:hover {
    background: #fff;
    color: #333;
}

.one-doctor-info {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 20px;
    background: #77685c;
}

.one-doctor-title {
    font-size: 18px;
    color: #eeeceb;
    font-weight: 400;
}

.one-doctor-name {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

@media (max-width: 900px) {
    .one-doctors-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* 메인 진료안내 (main-guide.inc.php) - 타이틀·밑줄 의료진과 동일 스타일 */
.one-main-guide {
    width: 100%;
    /* background: #f9f9f9; */
    overflow: hidden;
}

.one-guide-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px 40px;
}

.one-guide-heading {
    font-size: 40px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.one-guide-accent-line {
    display: block;
    width: auto;
    max-width: 280px;
    height: auto;
    margin: 12px auto 20px;
}

.one-guide-subtitle {
    text-align: center;
    font-size: 22px;
    line-height: 1.65;
    color: #666;
    margin: 0 0 50px;
}

.one-guide-subtitle br {
    display: inline;
}

/* 메인 인테리어 공간 (main-swiper-interior.inc.php) - 타이틀·밑줄 진료안내와 동일 패턴 */
.one-main-swiper-interior {
    width: 100%;
    overflow: hidden;
}

.one-interior-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px 40px;
}

.one-interior-heading {
    font-size: 40px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.one-interior-accent-line {
    display: block;
    width: auto;
    max-width: 280px;
    height: auto;
    margin: 12px auto 20px;
}

.one-interior-subtitle {
    text-align: center;
    font-size: 22px;
    line-height: 1.65;
    color: #666;
    margin: 0 0 50px;
}

.one-interior-subtitle br {
    display: inline;
}

/* 인테리어 슬라이더: 3장 연출(중앙 풀, 좌우 60%), 블릿 색상 */
.one-interior-swiper-wrap {
    width: 100%;
    margin: 0 0 100px;
    /* 슬라이더 하단 100px 여백 */
    padding: 0;
    overflow: hidden;
}

.one-interior-swiper {
    width: 100%;
    position: relative;
}

.one-interior-swiper .swiper-wrapper {
    align-items: stretch;
}

.one-interior-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.one-interior-slide-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f0f0;
}

.one-interior-slide-inner img {
    width: 100%;
    height: auto;
    min-height: 280px;
    object-fit: cover;
    display: block;
    vertical-align: top;
}

/* 블릿: 슬라이더 밖·이미지 하단 20px 간격(겹치지 않음) */
.one-interior-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    width: 100%;
}

.one-interior-pagination .one-interior-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #e8e5e3;
    cursor: pointer;
    opacity: 1;
    transition: background 0.25s;
}

.one-interior-pagination .one-interior-bullet-active {
    background: #a49081;
}

.one-interior-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
    background: #b5a99d;
    opacity: 1;
    transition: background 0.25s;
}

.one-interior-pagination .swiper-pagination-bullet-active {
    background: #5c4a3d;
}

.one-guide-map-wrap {
    width: 100%;
    margin: 0;
    padding: 0 0 80px;
    overflow: hidden;
}

.one-guide-map-wrap .one-guide-map {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

/* 섹션01 */
.one-block-a {
    width: 100%;
}

.one-block-a h2 {
    max-width: 560px;
    overflow: hidden;
    font-size: 36px;
    color: #000;
    font-weight: 200;
    letter-spacing: -1px;
    word-break: keep-all;
    padding-left: 5px
}

.one-block-a .one-accent {
    color: #2253b8;
    display: inline-block
}

.one-block-a p {
    display: block;
    padding: 20px 20px 20px 0px;
    color: #555;
    font-size: 17px;
    line-height: 1.6;
    max-width: 650px;
    word-break: keep-all;
    padding-left: 5px
}

.one-block-a {
    padding: 150px 0
}

.one-block-a .one-btn-zone {
    margin-top: 40px;
}

.one-block-a .one-slider {
    position: relative;
}

.one-block-a .one-slider .swiper-slide {
    opacity: 0.3;
    transition: opacity 0.4s ease-in-out;
}

.one-block-a .one-slider .swiper-slide .one-img-wrap {
    overflow: hidden;
    border-radius: 20px;
}

.one-block-a .one-slider .swiper-slide .one-img-wrap img {
    transition: transform 0.6s ease-in-out;
}

.one-block-a .one-slider .swiper-slide:hover .one-img-wrap img {
    transform: scale(1.1);
}

.one-block-a .one-slider .swiper-slide-active,
.one-block-a .one-slider .swiper-slide-next {
    opacity: 1;
}

.one-block-a .one-slider .one-txt-wrap {
    padding: 20px 0px 0px 0px
}

.one-block-a .one-slider .one-txt-wrap h2 {
    display: block;
    font-size: 22px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
}

.one-block-a .one-slider .one-txt-wrap p {
    color: #555;
    padding: 0 0 20px 5px;
    font-size: 17px;
    line-height: 1.6;
    word-break: keep-all;
}

.one-block-a .one-slider .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: -78px;
    transform: translateY(50%);
    outline: none;
    color: #333
}

.one-block-a .one-slider .swiper-button-next {
    top: auto;
    bottom: 0;
    right: -78px;
    transform: translateY(50%);
    outline: none;
    color: #333
}

.one-block-a .one-slider .swiper-scrollbar {
    margin-top: 67px;
    display: block;
    position: static;
    width: 100%;
    max-width: 1400px;
    height: 2px;
    background-color: #dcdcdc;
}

.one-block-a .one-slider .swiper-scrollbar-drag {
    margin-top: -1px;
    height: 2px;
    background-color: #000
}

@media screen and (max-width: 768px) {
    .one-block-a .one-slider .swiper-slide-next+.swiper-slide {
        opacity: 1;
    }
}

@media screen and (max-width: 640px) {
    .one-block-a h2 {
        font-size: 32px
    }
}

/* 섹션02 */
.one-block-b {
    width: 100%;
    padding: 150px 0;
    background-color: #f2f2f2
}

.one-block-b .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.one-block-b .inner .one-card {
    width: 49%;
    margin-bottom: 2%
}

.one-block-b .inner .one-card dl dt img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.one-block-b .inner .one-card dl dd {
    font-size: 18px;
    color: #555;
    word-break: keep-all;
    line-height: 1.6;
    padding: 20px 40px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 210px
}

.one-block-b .inner .one-card dl dd span {
    font-size: 24px;
    padding: 20px 0 10px 0;
    font-weight: 500;
    display: block
}

@media screen and (max-width: 768px) {
    .one-block-b {
        padding: 50px 0
    }

    .one-block-b .inner .one-card {
        width: 100%;
        padding-bottom: 20px
    }
}

/* 섹션03 */
.one-block-c {
    width: 100%
}

.one-block-c .one-video-zone {
    background-image: url(../img/movie_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 200px 0
}

.one-block-c .one-video-zone .inner {
    padding: 0
}

.one-block-c .one-video-zone h2 {
    text-align: center;
    font-size: 18px;
    color: #f5f5f5;
    font-weight: 600;
    padding-bottom: 30px;
    letter-spacing: 15px;
    margin-top: -20px;
    position: relative
}

.one-block-c .one-video-zone .one-video-inner {
    width: 100%;
    height: 100%;
}

.one-block-c .one-video-zone .one-video-icon {
    display: inline-block;
    margin-top: 50px;
}

.one-block-c .one-video-zone .one-video-play {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    float: left;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    border: 1px solid #fff;
}

.one-block-c .one-video-zone .one-video-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: one-pulse 1.5s ease-out infinite
}

.one-block-c .one-video-zone .one-video-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transition: all .2s
}

.one-block-c .one-video-zone .one-video-play:hover:after {
    background: rgba(255, 255, 255, 0.3);
}

@keyframes one-pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    .one-block-c .one-video-zone {
        padding: 150px 0
    }
}

/* 섹션04 */
.one-block-d {
    padding: 200px 0;
}

.one-block-d h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-left: 5px
}

.one-block-d .one-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    justify-content: center;
}

.one-block-d .one-grid-wrap li {
    width: 439px;
    height: 0;
    position: relative;
    border-radius: 10px;
}

.one-block-d .one-grid-wrap li p {
    position: absolute;
    bottom: -40px;
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px
}

.one-block-d .one-grid-1 {
    background: url(../img/section04_img1.jpg) no-repeat center;
    background-size: cover;
}

.one-block-d .one-grid-2 {
    background: url(../img/section04_img2.jpg) no-repeat center;
    background-size: cover;
}

.one-block-d .one-grid-3 {
    background: url(../img/section04_img3.jpg) no-repeat center;
    background-size: cover;
}

.one-block-d .one-grid-4 {
    background: url(../img/section04_img4.jpg) no-repeat center;
    background-size: cover;
}

.one-block-d .one-grid-5 {
    background: url(../img/section04_img5.jpg) no-repeat center;
    background-size: cover;
    margin-top: 70px;
}

.one-block-d .one-grid-6 {
    background: url(../img/section04_img6.jpg) no-repeat center;
    background-size: cover;
}

.one-block-d .one-size-s {
    padding-bottom: 20%;
}

.one-block-d .one-size-m {
    padding-bottom: 25%;
}

.one-block-d .one-grid-2,
.one-block-d .one-grid-5 {
    transform: translateY(50px);
}

.one-block-d .one-grid-3,
.one-block-d .one-grid-6 {
    transform: translateY(-50px);
}

@media all and (max-width: 1400px) {
    .one-block-d h2 {
        text-align: center;
    }

    .one-block-d .one-grid-wrap li {
        width: 49%;
        margin-bottom: 80px;
    }

    .one-block-d .one-size-s,
    .one-block-d .one-size-m {
        padding-bottom: 35%;
    }

    .one-block-d .one-grid-2,
    .one-block-d .one-grid-3,
    .one-block-d .one-grid-5,
    .one-block-d .one-grid-6 {
        transform: unset;
        margin-top: unset;
    }
}

@media all and (max-width: 768px) {
    .one-block-d {
        padding: 200px 0 100px 0;
    }

    .one-block-d .one-size-s,
    .one-block-d .one-size-m {
        padding-bottom: 65%;
    }

    .one-block-d .one-grid-wrap li {
        width: 100%;
    }
}

/* 섹션05 */
.one-block-e {
    width: 100%;
    padding: 150px 0;
    background-color: #f2f2f2
}

.one-block-e .inner {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.one-block-e .one-tile {
    padding: 30px
}

.one-block-e .one-tile h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff
}

.one-block-e .one-tile p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    opacity: 0.8;
    line-height: 1.4
}

.one-block-e .one-tile-1 {
    width: 48%;
    margin-right: 2%;
    background-color: #fff;
    height: 344px;
    border-radius: 20px
}

.one-block-e .one-tile-2 {
    width: 25%;
    margin-right: 2%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contents05_img1.jpg);
    background-position: center;
    background-size: cover;
    height: 344px;
    border-radius: 20px;
    padding: 40px
}

.one-block-e .one-tile-3 {
    width: 23%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contents05_img2.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 40px
}

@media screen and (max-width: 768px) {
    .one-block-e {
        padding: 50px 0
    }

    .one-block-e .one-tile-1 {
        width: 100%;
        margin-bottom: 4%;
        margin-right: 0
    }

    .one-block-e .one-tile-1 .one-tile {
        padding: 0px
    }

    .one-block-e .one-tile-2 {
        width: 100%;
        margin-bottom: 4%;
        margin-right: 0;
    }

    .one-block-e .one-tile-3 {
        width: 100%;
    }
}

/* 섹션06 */
.one-block-f {
    width: 100%;
    padding: 150px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contents06_bg.jpg);
    background-position: center;
    background-size: cover;
}

.one-block-f .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.one-block-f .one-aside-l {
    width: 40%;
    margin-top: 10%
}

.one-block-f .one-aside-l h3 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.one-block-f .one-aside-l h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
}

.one-block-f .one-aside-l p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    max-width: 400px;
    opacity: 0.8
}

.one-block-f .one-aside-r {
    width: 60%;
}

.one-block-f .one-aside-r h3 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    font-size: 16px;
}

.one-block-f .one-aside-r h2 {
    padding: 20% 0 0 0;
    font-size: 20px;
}

.one-block-f .one-aside-r h4 {
    padding: 20px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.one-block-f .one-aside-r p {
    font-size: 18px;
    line-height: 1.5;
}

.one-block-f .one-aside-r ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 777px;
}

.one-block-f .one-aside-r ul li {
    width: 46%;
    margin-right: 56px;
    margin-bottom: 20px;
    height: 402px;
    padding: 40px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    transition: all 0.2s;
}

.one-block-f .one-aside-r ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
    transition: all 0.2s;
}

.one-block-f .one-aside-r ul li:hover {
    background-color: rgba(65, 62, 64, .6);
}

.one-block-f .one-aside-r ul .one-offset {
    margin-top: 80px;
    margin-right: 0;
}

.one-block-f .one-aside-r ul li:hover,
.one-block-f .one-aside-r ul li:hover a,
.one-block-f .one-aside-r ul li:hover a h2,
.one-block-f .one-aside-r ul li:hover a h3,
.one-block-f .one-aside-r ul li:hover a h4,
.one-block-f .one-aside-r ul li:hover a span {
    color: #fff;
}

.one-block-f .one-aside-r ul li:hover a p {
    color: #fff;
    opacity: 0.8
}

@media all and (max-width: 1200px) {
    .one-block-f .one-aside-l {
        width: 100%;
        padding: 0 5px 50px 5px;
    }

    .one-block-f .one-aside-l p {
        max-width: 700px;
        margin: 0 auto;
    }

    .one-block-f .one-aside-r {
        width: 100%;
    }

    .one-block-f .one-aside-r ul {
        max-width: unset;
        justify-content: space-evenly;
        margin: 0 auto;
    }

    .one-block-f .one-aside-r ul li {
        height: unset;
        margin-right: unset;
    }

    .one-block-f .one-aside-r ul .one-offset {
        margin-top: unset;
    }
}

@media all and (max-width: 768px) {
    .one-block-f .one-aside-r ul li {
        width: 100%;
        margin-right: unset;
    }
}

/* 하단 상담신청바 */
.one-inquiry-bar {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 350;
    position: fixed;
    background: #fff;
    transform: translateY(100%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.one-inquiry-bar::before {
    content: '';
    width: 23%;
    height: 100%;
    background: #37CEB3;
    position: absolute;
    left: 0;
    top: 0;
}

.one-inq-inner {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    align-items: center;
}

.one-inq-left {
    width: 22.4%;
    max-width: 266.359px;
    position: relative;
    background: #37CEB3;
    padding: 20px 50px 20px 0;
    border-radius: 0px 50px 50px 0px;
}

.one-inq-form input {
    border: none;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 6px 10px 5px;
}

.one-inq-left .one-inq-label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.one-inq-left .one-inq-tel {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #fff;
}

.one-inq-right .one-inq-tit {
    color: #222;
    font-weight: 700;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 8px;
}

.one-inq-right .one-inq-tit br.one-hide-lg {
    display: none;
}

.one-inq-right {
    width: 78.6%;
    display: flex;
    padding-left: 85px;
    justify-content: space-between;
}

.one-inq-inputs {
    display: flex;
    margin-left: 5%
}

.one-inq-right input {
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    height: 60px;
    max-width: 200px;
    box-sizing: border-box;
    background: #EEEEEE;
    border-radius: 6px;
    padding: 20px;
    border: 1px
}

.one-inq-right input::placeholder {
    font-weight: 500;
    font-size: 16px;
}

input#tel {
    margin: 0 12px;
}

button.one-inq-send {
    padding: 0;
    width: 180px;
    border: none;
    cursor: pointer;
    background: #000;
    border-radius: 6px;
    color: #fff;
}

button.one-inq-send p {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 20px 30px;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: none;
    -webkit-text-fill-color: #222 !important;
    transition: background-color 5000s ease-in-out 0s;
}

input:focus,
textarea:focus {
    background: #fff;
    border-radius: 6px;
    outline: 1px solid #FF922E;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.one-pc-only {}

.one-mo-only,
.one-mo-br {
    display: none !important;
}

@media (max-width: 991px) {
    .one-pc-only {
        display: none;
    }

    .one-mo-only {
        display: block !important;
    }

    .one-mo-br {
        display: block !important;
    }

    .one-pc-br {
        display: none !important;
    }
}

.one-inq-right input.one-chk-inp {
    width: 20px;
    max-width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: #EEEEEE;
    border-radius: 6px;
}

.one-chk {
    cursor: pointer;
    flex-direction: column;
}

.one-inq-right .one-chk-label {
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 6px;
    text-align: left;
}

.one-inq-right form {
    display: flex;
    align-items: center;
}

.one-inquiry-bar .one-inq-right input:focus {
    outline: none;
    box-shadow: 0 0 0 1px #FF922E;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

@media (min-width: 1920px) {
    .one-inquiry-bar::before {
        width: 30%;
    }
}

@media (max-width: 1400px) {
    .one-inquiry-bar::before {
        width: 20%;
    }

    .one-inq-right {
        width: 78.6%;
        padding-left: 40px;
    }
}

@media (max-width: 1020px) {
    .one-inq-left .one-inq-tel {
        font-size: 28px;
        line-height: 34px;
    }

    .one-inq-right {
        width: 75%;
        padding-left: 33px;
    }
}

@media (max-width: 991px) {
    .one-inquiry-bar {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

    .one-inq-inner {
        margin: 0 auto;
        padding: 0;
    }

    .one-inquiry-bar::before {
        display: none;
    }

    .one-inq-left {
        width: auto;
        padding: 22px 21px 22px 21px;
    }

    .one-inq-left figure {
        width: 22px;
        height: 22px;
    }

    .one-inq-left figure img {
        width: 100%;
        height: auto;
    }

    .one-inq-right {
        width: 100%;
        display: flex;
        padding-left: 0;
        align-items: center;
        justify-content: center;
    }

    .one-inq-right .one-inq-tit {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
    }

    .one-inq-close {
        top: 40%;
        right: 21px;
        width: 12px;
        height: 6px;
        position: absolute;
        transform: translateY(-50%);
    }

    .one-inq-close i {
        font-size: 24px;
        cursor: pointer
    }

    .one-inq-m-wrap {
        left: 0;
        opacity: 0;
        width: 100%;
        background: #FFF;
        flex-direction: column;
        border-radius: 10px 10px 0 0;
        z-index: -1;
        bottom: -20%;
        position: fixed;
        transition: all 0.4s ease-in-out;
    }

    .one-inq-m-wrap.show {
        background: #fff;
        left: 0;
        width: 100%;
        flex-direction: column;
        border-radius: 10px 10px 0 0;
        position: fixed;
        z-index: 600;
        bottom: 0;
        transform: translateY(0);
        opacity: 1
    }

    .one-inq-m-wrap.one-inq-right .one-inq-tit {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 20px 0
    }

    .one-inq-m-wrap form {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .one-inq-m-wrap .one-inq-inputs {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .one-inq-right input {
        width: 100%;
        height: 54px;
        max-width: inherit;
        padding: 17px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px
    }

    .one-inq-right input::placeholder {
        font-weight: 300;
    }

    .one-inq-right input:focus {
        border: 1px solid #FF922E;
    }

    .one-mo-row {
        display: flex;
        margin-top: 10px;
        align-items: center;
    }

    input#tel {
        margin: 10px 0 0 0;
    }

    button.one-inq-send {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        border-radius: 8px;
    }

    button.one-inq-send p {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0;
        text-align: center;
        padding: 19px 0
    }

    .one-inq-m-close {
        top: 20px;
        right: 20px;
        cursor: pointer;
        width: 26px;
        height: 26px;
        position: absolute
    }

    .one-inq-m-close i {
        font-size: 28px
    }

    .one-overlay {
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, .8)
    }

    .one-overlay.show {
        z-index: 550;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .one-inq-right.one-full {
        width: 75%;
    }
}

/* 메인 페이지 간단 구조 (index 기본) */
.one-main-body {}

.one-hero-simple {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.one-hero-simple h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.one-hero-simple p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.one-intro-simple {
    padding: 80px 20px;
    background: #f8f9fa;
    text-align: center;
}

.one-intro-simple h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.one-intro-simple p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.one-latest-simple {
    padding: 60px 20px 100px;
}