@charset "utf-8";

/* skip */
#skip a {
    position:absolute;
    top:0;
    left:-9999px;
    z-index:1000
}
#skip a:focus, #skip a:active {
    display:block;
    top:0;
    left:0;
    width:100%;
    padding:10px 0;
    background:#001e36;
    color:#fff;
    text-align:center
}

/* 헤더 영역 */
header {
    position:relative;
    width:100%;
    background:#fff;
    border-bottom:1px solid #eee;
    text-align:center;
    transition:all .5s ease
}
.header-fixed {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,.4);
    border-bottom:1px solid transparent;
    z-index:10
}

.header-fixed h1.logo a.white-logo {display:block}
.header-fixed h1.logo a.color-logo {display:none}
.header-fixed .header_cont li:after {content:""; border-bottom:solid 1px #fff}
.header-fixed .header_cont li > a {color:#fff}
.header-fixed .header_util img.marker-b {display:none}
.header-fixed .header_util img.marker-w {display:inline-block}
.header-fixed .header_util img.tel-b {display:none}
.header-fixed .header_util img.tel-w {display:inline-block}
.header-fixed .header_util img.home-b {display:none}
.header-fixed .header_util img.home-w {display:inline-block}
.header-fixed .header_util li > a {color:#fff}

header h1.logo {
    position:absolute; 
    left:50px; 
    top:50%; 
    transform:translateY(-50%);
    z-index:10;
}
header h1.logo a.color-logo {
    display:block;
    color:transparent;
    width:163px; 
    height:40px; 
    background:url(../img/barun_dent_logo_b.png) no-repeat center / 163px auto
}
header h1.logo a.white-logo {
    display:none; 
    color:transparent; 
    width:163px; 
    height:40px;    
    background:url(../img/barun_dent_logo_w.png) no-repeat center / 163px auto
}

.mobile-menu {
        display: none;
}

.header_cont {
    text-align:center;
    
    display:flex;
    align-items:center;
    justify-content:center
}
.header_cont > ul {
    display:flex;
    align-items:center
}

.header_cont > ul > li {
    position:relative;
    display:inline-block
}
.header_cont > ul > li > a {
    display:block;
    color:#151515;
    font-size:15px;
    font-family: 'NanumSquareNeo', sans-serif;
    line-height:100%;
    letter-spacing:-0.4px;
    padding:32px 16px;
    white-space:nowrap
}
.header_cont > ul > li:after {
    content:"";
    position:absolute;
    width:80%;
    left:50%;
    bottom:24px;
    border-bottom:solid 1px #212121;
    transform:translateX(-50%) scaleX(0);
    transition:transform 150ms ease-in-out
}
.header_cont > ul > li:nth-child(4):after,
.header_cont > ul > li:nth-child(5):after {
    width:70%
}

.header_cont > ul > li:hover:after {
    transform:translateX(-50%) scaleX(1);
}

.header_util {
    position:absolute;
    right:50px;
    top:50%;
    transform:translateY(-50%);
    text-align:center
}
.header_util > ul {
    display:flex;
    align-items:center
}
.header_util > ul > li {
    position:relative;
    display:inline-block;
}
.header_util > ul > li > a {
    display:block;
    color:#151515;
    font-size:13px;
    font-family: 'NanumSquareNeo', sans-serif;
    line-height:100%;
    letter-spacing:-0.4px;
    padding:10px
}
.header_util img.marker-w,
.header_util img.tel-w,
.header_util img.home-w {
    display:none
}
.header_util li:nth-child(2) a {
    padding:10px 2px 10px 0;
}
.header_util li:nth-child(3) a {
    padding:10px 0 10px 2px;
}

/* 모바일 메뉴 버튼 */
.mobile-menu-btn {
    display:none;
    position:fixed;
    right:20px;
    top:20px;
    background:none;
    border:none;
    width:30px;
    height:30px;
    cursor:pointer;
    z-index:11
}
.mobile-menu-btn span {
    display:block;
    width:25px;
    height:3px;
    background:#151515;
    margin:5px auto;
    transition:.3s
}
.mobile-menu-btn.active span:nth-child(1) {
    transform:rotate(-45deg) translate(-5px, 6px)
}
.mobile-menu-btn.active span:nth-child(2) {
    opacity:0
}
.mobile-menu-btn.active span:nth-child(3) {
    transform:rotate(45deg) translate(-5px, -6px)
}

/* 비주얼 영역 
#visual {
    position:relative;
}
#visual .swiper0 {
    width:100%
}
#visual .swiper0 .swiper-slide {
    text-align:center;
    font-size:18px;
    display:flex;
    justify-content:center;
    align-items:center
}

.swiper0-button-next,
.swiper0-button-prev {
    display:block;
    position:absolute;
    top:50%;
    transform:translate(-50%, 0);
    width:100px;
    height:100px;
    background:rgba(255,255,255,0.05);
    border-radius:50px;
    cursor:pointer;
    z-index:1
}
.swiper0-button-next {
    right:0
}
.swiper0-button-prev {
    left:100px
}

.swiper0-button-prev:after {
    content:"";
    display:block;
    background:url(../img/arrow_prev.svg) no-repeat center / 100px auto;
    width:100px;
    height:100px
}
.swiper0-button-next:before {
    content:"";
    display:block;
    background:url(../img/arrow_next.svg) no-repeat center / 100px auto;
    width:100px;
    height:100px
}
*/

/* 콘텐츠 영역 */

#cont0 {
    width:100%;
    text-align:center
}
#cont0 img {
    width:100%;
    height:auto;
    display:block;
    margin:0 auto
}
#cont0 img.pc_view {
    max-width:1920px
}
#cont0 img.mo_view {
    display:none
}
/* */
@media screen and (max-width:900px) {
    #cont0 img.pc_view {
        display:none
    }
    #cont0 img.mo_view {
        display:block
    }
}

#cont1 {position:relative; width:100%; background:#fbfbfb; text-align:center}
#cont1 .txt-box::before {
    content:""; position:absolute; left:50%; top:26px; transform:translateX(-50%);
    width:1px; height:60px; background:#111
}
#cont1 .txt-box ul.txt {padding:110px 0 0}
#cont1 .txt-box ul.txt li {line-height:100%; letter-spacing:-2px}
#cont1 .txt-box ul.txt li:nth-child(1) {
    color:#212121; font-size:48px; font-family:'NanumSquareNeoLight';
}
#cont1 .txt-box ul.txt li:nth-child(2) {
    color:#1d3d80; font-size:58px; font-family:'NanumSquareNeoLight';
    padding:18px 0 0
}
#cont1 .txt-box ul.txt li:nth-child(3) {
    position:relative;
    color:#1d3d80; font-size:34px; font-family:'Nanum Myeongjo'; font-weight:500;
    padding:58px 0
}
#cont1 .txt-box ul.txt li:nth-child(3)::after {
    content:""; position:absolute; left:50%; top:28px; width:100%; height:14px; transform:translateX(-50%);
    background:url(../img/dqm-01.png) no-repeat center / 16px auto;
}
#cont1 .txt-box ul.txt li:nth-child(3)::before {
    content:""; position:absolute; left:50%; bottom:28px; width:100%; height:14px; transform:translateX(-50%);
    background:url(../img/dqm-02.png) no-repeat center / 16px auto;
}
#cont1 .txt-box ul.txt li span {font-family:'NanumSquareNeoHeavy'}
#cont1 .img-box img {display:inline-block; padding:20px 0}
#cont1 .img-box ul.txt {padding:20px 0 40px}
#cont1 .img-box ul.txt li {
    color:#212121; font-size:20px; font-family:'NanumSquareNeoLight'; line-height:100%; letter-spacing:-0.6px;
    padding:6px 0
}
#cont1 .img-box ul.txt li:nth-child(1) {padding-top:0}
#cont1 .img-box ul.txt li span {font-family:'NanumSquareNeoBold'}

/* 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1024px) {
    /* 태블릿 크기 최적화 */
    #cont1 .txt-box ul.txt {padding:90px 0 0}
    #cont1 .txt-box ul.txt li:nth-child(1) {font-size:42px}
    #cont1 .txt-box ul.txt li:nth-child(2) {font-size:50px}
    #cont1 .txt-box ul.txt li:nth-child(3) {font-size:30px; padding:48px 0}
    
    #cont1 .img-box {padding:0 20px}
    #cont1 .img-box img {max-width:100%; height:auto}
    #cont1 .img-box ul.txt {padding:15px 0 30px}
    #cont1 .img-box ul.txt li {
        font-size:18px;
        line-height:140%; 
        letter-spacing:-0.5px;
        padding:4px 0
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont1 .txt-box::before {
        top:20px;
        height:50px;
    }
    
    #cont1 .txt-box ul.txt {padding:80px 0 0}
    #cont1 .txt-box ul.txt li:nth-child(1) {font-size:36px}
    #cont1 .txt-box ul.txt li:nth-child(2) {
        font-size:42px;
        padding:12px 0 0
    }
    #cont1 .txt-box ul.txt li:nth-child(3) {
        font-size:24px; 
        padding:40px 20px;
        line-height:140%
    }
    
    #cont1 .txt-box ul.txt li:nth-child(3)::after {
        top:20px;
        background-size:14px auto;
    }
    
    #cont1 .txt-box ul.txt li:nth-child(3)::before {
        bottom:20px;
        background-size:14px auto;
    }
    
    #cont1 .img-box ul.txt li {
        font-size:16px;
        line-height:150%;
        padding:5px 0
    }
}

@media screen and (max-width: 576px) {
    /* 모바일 크기 최적화 */
    #cont1 .txt-box::before {
        top:15px;
        height:40px;
    }
    
    #cont1 .txt-box ul.txt {padding:65px 15px 0}
    #cont1 .txt-box ul.txt li:nth-child(1) {
        font-size:28px;
        letter-spacing:-1px
    }
    #cont1 .txt-box ul.txt li:nth-child(2) {
        font-size:32px;
        padding:10px 0 0;
        letter-spacing:-1px
    }
    #cont1 .txt-box ul.txt li:nth-child(3) {
        font-size:20px; 
        padding:30px 15px;
        line-height:150%;
        letter-spacing:-0.5px
    }
    
    #cont1 .txt-box ul.txt li:nth-child(3)::after {
        top:15px;
        background-size:12px auto;
    }
    
    #cont1 .txt-box ul.txt li:nth-child(3)::before {
        bottom:15px;
        background-size:12px auto;
    }
    
    #cont1 .img-box {padding:0 15px}
    #cont1 .img-box img {
        padding:10px 0;
        max-width:100%
    }
    
    #cont1 .img-box ul.txt {padding:10px 0 25px}
    #cont1 .img-box ul.txt li {
        font-size:14px;
        line-height:160%; 
        letter-spacing:-0.3px;
        word-break:keep-all;
        padding:6px 0;
        text-align:left
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 크기 최적화 */
    #cont1 .txt-box ul.txt {padding:60px 10px 0}
    #cont1 .txt-box ul.txt li:nth-child(1) {font-size:24px}
    #cont1 .txt-box ul.txt li:nth-child(2) {font-size:28px}
    #cont1 .txt-box ul.txt li:nth-child(3) {
        font-size:18px; 
        padding:25px 10px
    }
    
    #cont1 .img-box {padding:0 10px}
    #cont1 .img-box ul.txt {padding:8px 0 20px}
    #cont1 .img-box ul.txt li {
        font-size:13px;
        padding:5px 0
    }
}

#cont2 {position:relative; width:100%; background:#fff; text-align:center; padding:38px 0 40px; overflow:hidden}
#cont2::before {
    content:""; position:absolute; top:0; left:50%; transform:translateX(-50%);
    background:#d1d9e6; width:1280px; height:1px
}
#cont2::after {
    content:""; position:absolute; top:220px; left:68px;
    background:url(../img/cont-img-03.png) no-repeat center / 641px auto; width:641px; height:889px
}
#cont2 p.icon {
    display:inline-block; width:68px; height:68px; border-radius:50%;
    background:url(../img/icon-01.png) no-repeat center / 68px auto;
}
#cont2 .txt-box ul.txt {padding:26px 0 0}
#cont2 .txt-box ul.txt li {color:#212121; font-size:20px; line-height:100%; letter-spacing:-0.6px; font-family:'NanumSquareNeoLight'}
#cont2 .txt-box ul.txt li:nth-child(1) {font-size:44px; letter-spacing:-2px; padding:0 0 32px}
#cont2 .txt-box ul.txt li span.heavy {font-family:'NanumSquareNeoHeavy'}
#cont2 .txt-box ul.txt li span.bold {font-family:'NanumSquareNeoBold'}
#cont2 .txt-box ul.txt li:nth-child(2) {position:relative; padding:42px 0 6px}
#cont2 .txt-box ul.txt li:nth-child(3) {padding:6px 0 68px}
#cont2 .txt-box ul.txt li:nth-child(2)::before {
    content:""; position:absolute; top:0; left:50%; transform:translateX(-50%);
    width:22px; height:2px; background:#1d3d80
}

/* 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    /* 대형 태블릿 최적화 */
    #cont2::after {
        left:0;
        background-size:500px auto; 
        width:500px; 
        height:700px;
        opacity:0.3; /* 배경 이미지 투명도 조정 */
    }
    
    #cont2 .img-box img {
        max-width:100%;
        height:auto;
        position:relative;
        z-index:1;
    }
}

@media screen and (max-width: 1024px) {
    /* 태블릿 최적화 */
    #cont2 {
        padding:30px 20px;
    }
    
    #cont2::before {
        width:100%;
    }
    
    #cont2::after {
        display:none; /* 배경 이미지 제거 */
    }
    
    #cont2 p.icon {
        width:60px; 
        height:60px;
        background-size:60px auto;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(1) {
        font-size:36px; 
        padding:0 0 25px;
    }
    
    #cont2 .txt-box ul.txt li {
        font-size:18px;
        line-height:140%;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(2) {
        padding:35px 0 8px;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(3) {
        padding:8px 0 40px;
    }
    
    #cont2 .img-box {
        padding:0 10px;
    }
}

@media screen and (max-width: 768px) {
    /* 모바일 태블릿 최적화 */
    #cont2 {
        padding:25px 15px 30px;
    }
    
    #cont2 p.icon {
        width:50px; 
        height:50px;
        background-size:50px auto;
    }
    
    #cont2 .txt-box ul.txt {
        padding:20px 0 0;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(1) {
        font-size:30px; 
        letter-spacing:-1px;
        padding:0 0 20px;
        line-height:130%;
    }
    
    #cont2 .txt-box ul.txt li {
        font-size:16px;
        line-height:150%;
        letter-spacing:-0.4px;
        word-break:keep-all;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(2) {
        padding:30px 0 8px;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(3) {
        padding:8px 0 30px;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(2)::before {
        width:20px;
    }
}

@media screen and (max-width: 576px) {
    /* 모바일 최적화 */
    #cont2 {
        padding:20px 15px 25px;
    }
    
    #cont2 p.icon {
        width:45px; 
        height:45px;
        background-size:45px auto;
    }
    
    #cont2 .txt-box ul.txt {
        padding:15px 0 0;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(1) {
        font-size:24px; 
        padding:0 0 15px;
        line-height:140%;
    }
    
    #cont2 .txt-box ul.txt li {
        font-size:15px;
        line-height:160%;
        text-align:center;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(2) {
        padding:25px 0 6px;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(3) {
        padding:6px 0 20px;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(2)::before {
        width:18px;
    }
    
    #cont2 .img-box img {
        max-width:100%;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont2 p.icon {
        width:40px; 
        height:40px;
        background-size:40px auto;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(1) {
        font-size:22px; 
        letter-spacing:-0.5px;
    }
    
    #cont2 .txt-box ul.txt li {
        font-size:14px;
        letter-spacing:-0.3px;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(2) {
        padding:20px 0 6px;
    }
    
    #cont2 .txt-box ul.txt li:nth-child(2)::before {
        width:16px;
        height:1px;
    }
}
#cont4 {position:relative; width:100%; text-align:center}
#cont4 .brand ul {font-size:0}
#cont4 .brand ul li {
    position:relative; color:transparent;
    display:inline-block; width:192px; height:auto; padding:60px 140px
}
#cont4 .brand ul li:after {
    content:""; position:absolute; top:50%; left:0; transform:translateY(-50%);
    width:1px; height:42px; background:#e9e9ec
}
#cont4 .brand ul li:nth-child(1):after {display:none}

#cont4 .brand ul li:nth-child(1) {background:url(../img/straumann-logo.png) no-repeat center / 192px auto}
#cont4 .brand ul li:nth-child(2) {background:url(../img/osstem-logo.png) no-repeat center / 192px auto}
#cont4 .brand ul li:nth-child(3) {background:url(../img/dio-implant-logo.png) no-repeat center / 192px auto}

#cont4 {position:relative; width:100%; text-align:center}
#cont4 .brand ul {font-size:0}
#cont4 .brand ul li {
    position:relative; color:transparent;
    display:inline-block; width:192px; height:auto; padding:60px 140px
}
#cont4 .brand ul li:after {
    content:""; position:absolute; top:50%; left:0; transform:translateY(-50%);
    width:1px; height:42px; background:#e9e9ec
}
#cont4 .brand ul li:nth-child(1):after {display:none}
#cont4 .brand ul li:nth-child(1) {background:url(../img/straumann-logo.png) no-repeat center / 192px auto}
#cont4 .brand ul li:nth-child(2) {background:url(../img/osstem-logo.png) no-repeat center / 192px auto}
#cont4 .brand ul li:nth-child(3) {background:url(../img/dio-implant-logo.png) no-repeat center / 192px auto}

/* cont4 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    #cont4 .brand ul li {
        padding: 50px 100px;
        width: 170px;
    }
}

@media screen and (max-width: 1024px) {
    #cont4 .brand ul li {
        padding: 40px 70px;
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    #cont4 .brand {
        padding: 20px 0;
    }
    
    #cont4 .brand ul li {
        padding: 30px 40px;
        width: 130px;
    }
    
    #cont4 .brand ul li:after {
        height: 30px;
    }
    
    #cont4 .brand ul li:nth-child(1) {background-size: 130px auto}
    #cont4 .brand ul li:nth-child(2) {background-size: 130px auto}
    #cont4 .brand ul li:nth-child(3) {background-size: 130px auto}
}

@media screen and (max-width: 576px) {
    /* 모바일에서 가로 배치 유지하되 가운데 정렬 */
    #cont4 .brand {
        padding: 20px 10px;
        text-align: center;
    }
    
    #cont4 .brand ul {
        display: inline-block;
        text-align: center;
    }
    
    #cont4 .brand ul li {
        display: inline-block;
        width: 90px;
        padding: 20px 0;
        margin: 0 15px; /* 로고 사이 여백 추가 */
        vertical-align: middle;
        position: relative;
    }
    
    /* 구분선 제거하고 여백으로 대체 */
    #cont4 .brand ul li:after {
        display: none;
    }
    
    #cont4 .brand ul li:nth-child(1) {background-size: 90px auto}
    #cont4 .brand ul li:nth-child(2) {background-size: 90px auto}
    #cont4 .brand ul li:nth-child(3) {background-size: 90px auto}
}

@media screen and (max-width: 375px) {
    #cont4 .brand {
        padding: 15px 5px;
    }
    
    #cont4 .brand ul li {
        width: 80px;
        padding: 15px 0;
        margin: 0 10px; /* 작은 화면에서 여백 축소 */
    }
    
    #cont4 .brand ul li:nth-child(1) {background-size: 80px auto}
    #cont4 .brand ul li:nth-child(2) {background-size: 80px auto}
    #cont4 .brand ul li:nth-child(3) {background-size: 80px auto}
}

#cont5 {position:relative; background:url(../img/cont-bg-02.png) no-repeat}
#cont5::before {
    content:""; position:absolute; top:0; left:50%; transform:translateX(-50%);
    background:#d1d9e6; width:1280px; height:1px
}
#cont5 .img-box {padding:156px 0 108px 76px}
#cont5 .txt-box {
    position:absolute; top:248px; right:100px; background:#fff; padding:0 0 40px
}

#cont5 .txt-box p.tit {
    font-size:40px; font-family:'NanumSquareNeoBold'; line-height:100%;
    letter-spacing:-2px; color:#151515; padding:58px 0 40px 64px
}
#cont5 .txt-box p.tit span {
    display:inline-block; font-size:22px; font-family:'NanumSquareNeoLight';
    vertical-align:middle; padding:0 0 0 14px
}

#cont5 .txt-box ul li {
    position:relative;
    color:#333; font-size:22px; line-height:100%; letter-spacing:-1px;
    font-family:'NanumSquareNeoLight';
    padding:10px 206px 10px 84px
}
#cont5 .txt-box ul li:before {
    content:""; position:absolute; left:70px; top:50%; transform:translateY(-50%);
    width:5px; height:5px;
    background:#333
}
#cont5 .txt-box ul li span {font-family:'NanumSquareNeoBold'}

#cont5 {position:relative; background:url(../img/cont-bg-02.png) no-repeat}
#cont5::before {
    content:""; position:absolute; top:0; left:50%; transform:translateX(-50%);
    background:#d1d9e6; width:1280px; height:1px
}
#cont5 .img-box {padding:156px 0 108px 76px}
#cont5 .txt-box {
    position:absolute; top:248px; right:100px; background:#fff; padding:0 0 40px
}
#cont5 .txt-box p.tit {
    font-size:40px; font-family:'NanumSquareNeoHeavy'; line-height:100%;
    letter-spacing:-2px; color:#151515; padding:58px 0 40px 64px
}
#cont5 .txt-box p.tit span {
    display:inline-block; font-size:22px; font-family:'NanumSquareNeoLight';
    vertical-align:middle; padding:0 0 0 14px
}
#cont5 .txt-box ul li {
    position:relative;
    color:#333; font-size:22px; line-height:100%; letter-spacing:-1px;
    font-family:'NanumSquareNeoLight';
    padding:10px 206px 10px 84px
}
#cont5 .txt-box ul li:before {
    content:""; position:absolute; left:70px; top:50%; transform:translateY(-50%);
    width:5px; height:5px;
    background:#333
}
#cont5 .txt-box ul li span {font-family:'NanumSquareNeoBold'}

/* cont5 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    #cont5 {
        background-size: cover;
    }
    
    #cont5::before {
        width: 100%;
    }
    
    #cont5 .img-box {
        padding: 120px 0 100px 50px;
    }
    
    #cont5 .img-box img {
        max-width: 50%;
        height: auto;
    }
    
    #cont5 .txt-box {
        right: 50px;
        top: 200px;
        max-width: 45%;
    }
    
    #cont5 .txt-box p.tit {
        font-size: 36px;
        padding: 50px 0 30px 50px;
    }
    
    #cont5 .txt-box p.tit span {
        font-size: 20px;
    }
    
    #cont5 .txt-box ul li {
        font-size: 20px;
        padding: 10px 50px 10px 70px;
    }
    
    #cont5 .txt-box ul li:before {
        left: 55px;
    }
}

@media screen and (max-width: 1024px) {
    #cont5 .img-box {
        padding: 100px 0 80px 30px;
    }
    
    #cont5 .txt-box {
        right: 30px;
        top: 180px;
    }
    
    #cont5 .txt-box p.tit {
        font-size: 32px;
        padding: 40px 0 25px 40px;
    }
    
    #cont5 .txt-box p.tit span {
        font-size: 18px;
        padding: 0 0 0 10px;
    }
    
    #cont5 .txt-box ul li {
        font-size: 18px;
        padding: 8px 40px 8px 60px;
    }
    
    #cont5 .txt-box ul li:before {
        left: 45px;
    }
}

@media screen and (max-width: 768px) {
    /* 모바일 태블릿에서 레이아웃 변경 */
    #cont5 {
        background: #f8f8f8;
    }
    
    #cont5 .img-box {
        padding: 60px 0 0;
        text-align: center;
    }
    
    #cont5 .img-box img {
        max-width: 70%;
    }
    
    #cont5 .txt-box {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        margin: -40px auto 0;
        width: 90%;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
    
    #cont5 .txt-box p.tit {
        font-size: 30px;
        padding: 30px 0 20px 30px;
    }
    
    #cont5 .txt-box p.tit span {
        font-size: 16px;
    }
    
    #cont5 .txt-box ul li {
        font-size: 16px;
        padding: 8px 20px 8px 45px;
        line-height: 130%;
    }
    
    #cont5 .txt-box ul li:before {
        left: 30px;
        width: 4px;
        height: 4px;
    }
}

@media screen and (max-width: 576px) {
    /* 모바일에서 추가 최적화 */
    #cont5 .img-box {
        padding: 40px 0 0;
    }
    
    #cont5 .img-box img {
        max-width: 80%;
    }
    
    #cont5 .txt-box {
        margin: -30px auto 0;
        width: 90%;
        padding: 0 0 25px;
    }
    
    #cont5 .txt-box p.tit {
        font-size: 26px;
        padding: 25px 0 15px 20px;
        letter-spacing: -1px;
    }
    
    #cont5 .txt-box p.tit span {
        font-size: 14px;
        padding: 0 0 0 8px;
        letter-spacing: -0.5px;
    }
    
    #cont5 .txt-box ul li {
        font-size: 14px;
        padding: 8px 15px 8px 35px;
        letter-spacing: -0.5px;
        line-height: 140%;
    }
    
    #cont5 .txt-box ul li:before {
        left: 20px;
        width: 3px;
        height: 3px;
    }
    
    #cont5 .txt-box ul li span {
        display: block;
        padding-top: 3px;
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont5 .img-box {
        padding: 30px 0 0;
    }
    
    #cont5 .img-box img {
        max-width: 90%;
    }
    
    #cont5 .txt-box {
        width: 94%;
        padding: 0 0 20px;
    }
    
    #cont5 .txt-box p.tit {
        font-size: 24px;
        padding: 20px 0 15px 15px;
    }
    
    #cont5 .txt-box p.tit span {
        font-size: 13px;
        padding: 0 0 0 5px;
    }
    
    #cont5 .txt-box ul li {
        font-size: 13px;
        padding: 7px 10px 7px 30px;
        word-break: keep-all;
    }
    
    #cont5 .txt-box ul li:before {
        left: 15px;
    }
}

#cont6 {position:relative; width:100%; text-align:center}

#cont6:after {
    content:""; position:absolute; left:50%; top:222px; transform:translateX(-50%);
    width:34px; height:20px; background:url(../img/down-icon-01.png) no-repeat center / 34px auto  
}

#cont6 .txt-box {position:relative; background:#002b72; padding:36px 0 30px}
#cont6 .txt-box:before {
    content:""; position:absolute; left:30%; top:50%; transform:translateY(-50%);
    width:24px; height:81px; background:url(../img/sb-icon-01.png) no-repeat center / 24px auto
}
#cont6 .txt-box:after {
    content:""; position:absolute; right:30%; top:50%; transform:translateY(-50%);
    width:24px; height:81px; background:url(../img/sb-icon-02.png) no-repeat center / 24px auto
}

#cont6 p {line-height:100%; letter-spacing:-2px; color:#fff}

#cont6 p.tit {
    padding:10px 0 10px;
    font-size:44px; font-family:'NanumSquareNeoLight';
}
#cont6 p.tit span {font-family:'NanumSquareNeoHeavy'}

#cont6 p.txt-en {font-size:40px; font-family:'Cafe24ClassicType-Regular'; padding:10px 0}

#cont6 p.txt {font-size:12px; font-family:'NanumSquareNeoLight'; letter-spacing:4px; padding:10px 0}
#cont6 p.txt span {font-family:'NanumSquareNeoBold'}

#cont6 .img-box {position:relative; text-align:center; padding:66px 0 42px; font-size:0}
#cont6 .img-box .box1 {display:inline-block; padding:0 35px}
#cont6 .img-box .box1:nth-child(1) {padding-left:0}
#cont6 .img-box .box1:nth-child(3) {padding-right:0}

#cont6 .img-box .box1 .cont-txt {position:relative}
#cont6 .img-box .box1 .cont-txt .number {position:absolute; left:50%; top:-20px; transform:translateX(-50%); background:#090c1a; width:35px; height:56px; color:#fff}
#cont6 .img-box .box1 .cont-txt .number img {display:inline-block; width:20px; padding-top:26px}
#cont6 .img-box .box1 .cont-txt p {color:#151515; line-height:100%; letter-spacing:-2px; padding:0; margin:0}
#cont6 .img-box .box1 .cont-txt p.tit {font-size:26px; font-family:'NanumSquareNeoLight'; padding:66px 0 24px}
#cont6 .img-box .box1 .cont-txt p.tit span {font-family:'NanumSquareNeoHeavy'; letter-spacing:-0.6px}
#cont6 .img-box .box1 .cont-txt ul li {color:#333; font-size:16px; font-family:'NanumSquareNeoLight'; padding:5px 0}
#cont6 .img-box .box1 .cont-txt ul li:nth-child(1) {position:relative; padding:20px 0 0}
#cont6 .img-box .box1 .cont-txt ul li:nth-child(1):before {content:""; position:absolute; left:50%; top:0; transform:translateX(-50%); width:46px; height:1px; background:#c4c4c4}
#cont6 .img-box .box1 .cont-txt ul li:nth-child(4) {padding:0 0 25px}
#cont6 .img-box .box1 .cont-txt ul li span {position:relative; font-family:'NanumSquareNeoExtraBold'; letter-spacing:-1px}
#cont6 .img-box .box1 .cont-txt ul li span:before {content:""; position:absolute; left:0; top:18px; width:100%; height:2px; background:#333}
#cont6 .img-box .box1 .cont-btn {color:#fff; background:#1524b5; line-height:100%; letter-spacing:-1px; font-size:24px; font-family:'NanumSquareNeoHeavy'; vertical-align:middle; padding:18px 0}

#cont6 .img-box .box1:nth-child(2) .cont-btn {background:#0e0e0e}
#cont6 .img-box .box1:nth-child(3) .cont-btn {background:#959595}

/* hover 확대 */
#cont6 .img-box .box1 .cont-img {width:100%; overflow:hidden; cursor:pointer}
#cont6 .img-box .box1 .cont-img img {display:block; transform:scale(1); transition:.3s}
#cont6 .img-box .box1 .cont-img:hover img {transform:scale(1.1)}


/* cont6 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    /* 대형 태블릿/작은 PC 화면 최적화 */
    #cont6 .txt-box:before {
        left: 20%;
    }
    
    #cont6 .txt-box:after {
        right: 20%;
    }
    
    #cont6 .img-box .box1 {
        padding: 0 20px;
        width: 30%;
    }
    
    #cont6 .img-box .box1 .cont-img img {
        width: 100%;
        height: auto;
    }
    
    #cont6 .img-box .box1 .cont-txt p.tit {
        font-size: 24px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li {
        font-size: 15px;
    }
    
    #cont6 .img-box .box1 .cont-btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont6 .txt-box:before {
        left: 10%;
    }
    
    #cont6 .txt-box:after {
        right: 10%;
    }
    
    #cont6 p.tit {
        font-size: 38px;
    }
    
    #cont6 p.txt-en {
        font-size: 36px;
    }
    
    #cont6 .img-box .box1 {
        padding: 0 15px;
    }
    
    #cont6 .img-box .box1:nth-child(1) {
        padding-left: 15px;
    }
    
    #cont6 .img-box .box1:nth-child(3) {
        padding-right: 15px;
    }
    
    #cont6 .img-box .box1 .cont-txt p.tit {
        font-size: 22px;
        padding: 60px 0 20px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li {
        font-size: 14px;
    }
    
    #cont6 .img-box .box1 .cont-btn {
        font-size: 20px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont6:after {
        top: 180px;
        width: 30px;
        height: 18px;
        background-size: 30px auto;
    }
    
    #cont6 .txt-box {
        padding: 30px 10px;
    }
    
    #cont6 .txt-box:before,
    #cont6 .txt-box:after {
        display: none; /* 양쪽 아이콘 제거 */
    }
    
    #cont6 p.tit {
        font-size: 32px;
    }
    
    #cont6 p.txt-en {
        font-size: 30px;
    }
    
    #cont6 p.txt {
        font-size: 11px;
        letter-spacing: 3px;
    }
    
    /* 박스를 세로로 배치 */
    #cont6 .img-box {
        padding: 50px 15px 30px;
    }
    
    #cont6 .img-box .box1 {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 40px;
        padding: 0;
    }
    
    #cont6 .img-box .box1:nth-child(1),
    #cont6 .img-box .box1:nth-child(3) {
        padding: 0;
    }
    
    #cont6 .img-box .box1:last-child {
        margin-bottom: 0;
    }
    
    #cont6 .img-box .box1 .cont-txt p.tit {
        font-size: 24px;
        padding: 50px 0 20px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li {
        font-size: 16px;
    }
    
    #cont6 .img-box .box1 .cont-btn {
        font-size: 22px;
        padding: 16px 0;
    }
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont6:after {
        top: 160px;
        width: 25px;
        height: 15px;
        background-size: 25px auto;
    }
    
    #cont6 .txt-box {
        padding: 25px 10px;
    }
    
    #cont6 p.tit {
        font-size: 26px;
    }
    
    #cont6 p.txt-en {
        font-size: 24px;
    }
    
    #cont6 p.txt {
        font-size: 10px;
        letter-spacing: 2px;
    }
    
    #cont6 .img-box {
        padding: 40px 10px 25px;
    }
    
    #cont6 .img-box .box1 {
        margin: 0 auto 30px;
    }
    
    #cont6 .img-box .box1 .cont-txt .number {
        width: 30px;
        height: 48px;
        top: -15px;
    }
    
    #cont6 .img-box .box1 .cont-txt .number img {
        width: 18px;
        padding-top: 22px;
    }
    
    #cont6 .img-box .box1 .cont-txt p.tit {
        font-size: 20px;
        padding: 45px 0 15px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li {
        font-size: 14px;
        line-height: 140%;
        padding: 4px 0;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li:nth-child(1) {
        padding-top: 15px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li:nth-child(1):before {
        width: 40px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li:nth-child(4) {
        padding-bottom: 20px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li span:before {
        top: 16px;
        height: 1px;
    }
    
    #cont6 .img-box .box1 .cont-btn {
        font-size: 18px;
        padding: 14px 0;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont6:after {
        top: 140px;
        width: 20px;
        height: 12px;
        background-size: 20px auto;
    }
    
    #cont6 .txt-box {
        padding: 20px 5px;
    }
    
    #cont6 p.tit {
        font-size: 22px;
    }
    
    #cont6 p.txt-en {
        font-size: 20px;
    }
    
    #cont6 p.txt {
        font-size: 9px;
        letter-spacing: 1px;
    }
    
    #cont6 .img-box {
        padding: 30px 5px 20px;
    }
    
    #cont6 .img-box .box1 {
        margin: 0 auto 25px;
    }
    
    #cont6 .img-box .box1 .cont-txt .number {
        width: 25px;
        height: 40px;
        top: -12px;
    }
    
    #cont6 .img-box .box1 .cont-txt .number img {
        width: 15px;
        padding-top: 18px;
    }
    
    #cont6 .img-box .box1 .cont-txt p.tit {
        font-size: 18px;
        padding: 40px 0 12px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li {
        font-size: 13px;
        line-height: 150%;
        padding: 3px 10px;
        word-break: keep-all;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li:nth-child(1) {
        padding-top: 12px;
    }
    
    #cont6 .img-box .box1 .cont-txt ul li:nth-child(4) {
        padding-bottom: 15px;
    }
    
    #cont6 .img-box .box1 .cont-btn {
        font-size: 16px;
        padding: 12px 0;
    }
}

#cont7 {position:relative; width:100%; background:#fff; text-align:center; padding:38px 0 40px}
#cont7:before {content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); background:#d1d9e6; width:1280px; height:1px}
#cont7 p.icon {display:inline-block; width:68px; height:68px; border-radius:50%; background:url(../img/icon-02.png) no-repeat center / 68px auto}
#cont7 .txt-box ul.txt {padding:26px 0 0}
#cont7 .txt-box ul.txt li {color:#212121; font-size:20px; line-height:100%; letter-spacing:-0.6px; font-family:'NanumSquareNeoLight'}
#cont7 .txt-box ul.txt li:nth-child(1) {font-size:44px; letter-spacing:-2px; padding:0 0 32px}
#cont7 .txt-box ul.txt li:nth-child(2) {position:relative; padding:42px 0 6px}
#cont7 .txt-box ul.txt li:nth-child(3) {padding:6px 0 68px}

#cont7 .txt-box ul.txt li span.heavy {font-family:'NanumSquareNeoHeavy'}
#cont7 .txt-box ul.txt li span.bold {font-family:'NanumSquareNeoBold'}

#cont7 .txt-box ul.txt li:nth-child(2)::before {content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:22px; height:2px; background:#1d3d80}

/* 스와이퍼 Swiper1 */
.swiper1 {position:relative; margin:0 auto; width:1280px; overflow:hidden}
.swiper1 .swiper-slide {background:#fff; display:flex; justify-content:center; align-items:center; text-align: center}
.swiper1 .swiper-slide img {display:block; width:100%; object-fit:cover}

.swiper1 .swiper-button-next, .swiper-button-prev {
    position:absolute; top:50%; transform:translateY(-50%);
    width:46px; height:46px; color:transparent; z-index:10;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer
}
.swiper1 .swiper-button-next {right:10px}
.swiper1 .swiper-button-prev {left:10px}

.swiper1 .swiper-button-next:after {content:"\e93e"; color:rgba(255,255,255,0.8); display:inline-block; font-family:"xeicon"; font-size:46px}
.swiper1 .swiper-button-prev:after {content:"\e93b"; color:rgba(255,255,255,0.8); display:inline-block; font-family:"xeicon"; font-size:46px}

/* cont7 영역 및 스와이퍼 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    /* 대형 태블릿/작은 PC 화면 최적화 */
    #cont7:before {
        width: 100%;
    }
    
    .swiper1 {
        width: 100%;
        max-width: 1200px;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont7 p.icon {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(1) {
        font-size: 38px;
        padding: 0 0 25px;
    }
    
    #cont7 .txt-box ul.txt li {
        font-size: 18px;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(2) {
        padding: 35px 0 6px;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(3) {
        padding: 6px 0 50px;
    }
    
    .swiper1 {
        max-width: 900px;
    }
    
    .swiper1 .swiper-button-next,
    .swiper1 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .swiper1 .swiper-button-next:after,
    .swiper1 .swiper-button-prev:after {
        font-size: 40px;
    }
    
    /* 스와이퍼 슬라이드 간격 조정 */
    .swiper1 .swiper-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont7 {
        padding: 30px 0 30px;
    }
    
    #cont7 p.icon {
        width: 50px;
        height: 50px;
        background-size: 50px auto;
    }
    
    #cont7 .txt-box ul.txt {
        padding: 20px 15px 0;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(1) {
        font-size: 30px;
        letter-spacing: -1px;
        padding: 0 0 20px;
    }
    
    #cont7 .txt-box ul.txt li {
        font-size: 16px;
        line-height: 130%;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(2) {
        padding: 30px 0 5px;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(3) {
        padding: 5px 0 40px;
    }
    
    /* 스와이퍼 슬라이드 개수 조정 */
    .swiper1 {
        max-width: 700px;
    }
    
    /* 스와이퍼 스크립트에서 slidesPerView: 2로 변경 필요 */
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont7 {
        padding: 25px 0 25px;
    }
    
    #cont7 p.icon {
        width: 45px;
        height: 45px;
        background-size: 45px auto;
    }
    
    #cont7 .txt-box ul.txt {
        padding: 15px 15px 0;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(1) {
        font-size: 24px;
        letter-spacing: -0.5px;
        padding: 0 0 15px;
    }
    
    #cont7 .txt-box ul.txt li {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.4px;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(2) {
        padding: 25px 0 5px;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(3) {
        padding: 5px 0 30px;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(2)::before {
        width: 20px;
        height: 1px;
    }
    
    /* 스와이퍼 슬라이드 개수 조정 */
    .swiper1 {
        max-width: 100%;
        padding: 0 5px;
    }
    
    .swiper1 .swiper-button-next,
    .swiper1 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .swiper1 .swiper-button-next:after,
    .swiper1 .swiper-button-prev:after {
        font-size: 30px;
    }
    
    /* 스와이퍼 스크립트에서 slidesPerView: 1로 변경 필요 */
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont7 {
        padding: 20px 0 20px;
    }
    
    #cont7 p.icon {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
    
    #cont7 .txt-box ul.txt {
        padding: 10px 10px 0;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(1) {
        font-size: 22px;
        padding: 0 0 12px;
    }
    
    #cont7 .txt-box ul.txt li {
        font-size: 13px;
        word-break: keep-all;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(2) {
        padding: 20px 0 4px;
    }
    
    #cont7 .txt-box ul.txt li:nth-child(3) {
        padding: 4px 0 25px;
    }
    
    .swiper1 .swiper-button-next {
        right: 5px;
    }
    
    .swiper1 .swiper-button-prev {
        left: 5px;
    }
}

#cont8 {position:relative; width:100%; text-align:center; background:#191919; padding:50px 0 0}
#cont8 .link-btn a {
    position:relative; display:inline-block; color:#212121;
    font-size:24px; font-family:'NanumSquareNeoLight'; line-height:100%; letter-spacing:-1px;
    background:#fff; padding:20px 60px; border-radius:34px
}
#cont8 .link-btn span {font-family:'NanumSquareNeoHeavy'}

#cont8 .link-btn i.xi-youtube-play {position:absolute; top:50%; left:20px; transform:translateY(-50%); font-size:32px}

#cont8 .link-btn i.right-arrow1 {position:absolute; top:50%; right:20px; transform:translateY(-50%); font-size:22px}

#cont8 .link-btn i.right-arrow2 {position:absolute; top:50%; right:30px; transform:translateY(-50%); font-size:22px}

#cont8 .txt-box {padding:30px 0 40px; display:inline-block}
#cont8 .txt-box p {position:relative; color:#fff; font-size:18px; font-family:'NanumSquareNeoLight'; line-height:100%; letter-spacing:-1px; padding:8px 0}

#cont8 .txt-box p:before {content:"\e9aa"; color:#fff; font-family:"xeicon"; position:absolute; top:50%; left:0; transform:translateY(-50%); font-size:26px}
#cont8 .txt-box p.txt1:before {left:88px}
#cont8 .txt-box p.txt2:before {left:-28px}

/* cont8 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont8 {
        padding: 40px 0 0;
    }
    
    #cont8 .link-btn a {
        font-size: 22px;
        padding: 18px 55px;
    }
    
    #cont8 .link-btn i.xi-youtube-play {
        font-size: 28px;
    }
    
    #cont8 .link-btn i.right-arrow1,
    #cont8 .link-btn i.right-arrow2 {
        font-size: 20px;
    }
    
    #cont8 .txt-box p {
        font-size: 16px;
    }
    
    #cont8 .txt-box p:before {
        font-size: 24px;
    }
    
    #cont8 .txt-box p.txt1:before {
        left: 80px;
    }
    
    #cont8 .txt-box p.txt2:before {
        left: -25px;
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont8 {
        padding: 35px 15px 0;
    }
    
    #cont8 .link-btn a {
        font-size: 20px;
        padding: 16px 50px;
        border-radius: 30px;
    }
    
    #cont8 .link-btn i.xi-youtube-play {
        font-size: 26px;
        left: 18px;
    }
    
    #cont8 .link-btn i.right-arrow1,
    #cont8 .link-btn i.right-arrow2 {
        font-size: 18px;
    }
    
    #cont8 .link-btn i.right-arrow1 {
        right: 18px;
    }
    
    #cont8 .link-btn i.right-arrow2 {
        right: 26px;
    }
    
    #cont8 .txt-box {
        padding: 25px 0 35px;
        max-width: 90%;
    }
    
    #cont8 .txt-box p {
        font-size: 15px;
        padding: 7px 0 7px 30px;
        text-align: left;
        line-height: 140%;
    }
    
    #cont8 .txt-box p:before {
        font-size: 22px;
        left: 0 !important; /* 아이콘 위치 통일 */
    }
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont8 {
        padding: 30px 10px 0;
    }
    
    #cont8 .link-btn a {
        font-size: 18px;
        padding: 14px 45px;
        border-radius: 26px;
        letter-spacing: -0.5px;
    }
    
    #cont8 .link-btn i.xi-youtube-play {
        font-size: 24px;
        left: 15px;
    }
    
    #cont8 .link-btn i.right-arrow1,
    #cont8 .link-btn i.right-arrow2 {
        font-size: 16px;
    }
    
    #cont8 .link-btn i.right-arrow1 {
        right: 15px;
    }
    
    #cont8 .link-btn i.right-arrow2 {
        right: 22px;
    }
    
    #cont8 .txt-box {
        padding: 20px 0 30px;
        max-width: 100%;
    }
    
    #cont8 .txt-box p {
        font-size: 13px;
        padding: 7px 0 7px 25px;
        letter-spacing: -0.5px;
        line-height: 150%;
        margin-bottom: 5px;
    }
    
    #cont8 .txt-box p:before {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont8 {
        padding: 25px 10px 0;
    }
    
    #cont8 .link-btn a {
        font-size: 16px;
        padding: 12px 40px;
        border-radius: 24px;
    }
    
    #cont8 .link-btn i.xi-youtube-play {
        font-size: 20px;
        left: 12px;
    }
    
    #cont8 .link-btn i.right-arrow1,
    #cont8 .link-btn i.right-arrow2 {
        font-size: 14px;
    }
    
    #cont8 .link-btn i.right-arrow1 {
        right: 12px;
    }
    
    #cont8 .link-btn i.right-arrow2 {
        right: 18px;
    }
    
    #cont8 .txt-box {
        padding: 15px 0 25px;
    }
    
    #cont8 .txt-box p {
        font-size: 12px;
        padding: 6px 0 6px 22px;
        line-height: 160%;
        word-break: keep-all;
    }
    
    #cont8 .txt-box p:before {
        font-size: 16px;
    }
}

/* 의식하진정요법 이미지 추가(20250605) */
#cont22 {
    width:100%;
    text-align:center
}
#cont22 img {
    width:100%;
    height:auto;
    display:block;
    margin:0 auto
}
#cont22 img.pc_view {
    max-width:1920px
}
#cont22 img.mo_view {
    display:none
}
/* */
@media screen and (max-width:900px) {
    #cont22 img.pc_view {
        display:none
    }
    #cont22 img.mo_view {
        display:block
    }
}

/* 전신질환 임플란트 이미지 추가(20250605) */
#cont23 {
    width:100%;
    text-align:center
}
#cont23 img {
    width:100%;
    height:auto;
    display:block;
    margin:0 auto
}
#cont23 img.pc_view {
    max-width:1920px
}
#cont23 img.mo_view {
    display:none
}
/* */
@media screen and (max-width:900px) {
    #cont23 img.pc_view {
        display:none
    }
    #cont23 img.mo_view {
        display:block
    }
}


/* 고난도 임플란트 타이틀 이미지 추가(20250523) */
#cont21 {
    width:100%;
    text-align:center
}
#cont21 img {
    width:100%;
    height:auto;
    display:block;
    margin:0 auto
}
#cont21 img.pc_view {
    max-width:1920px
}
#cont21 img.mo_view {
    display:none
}

/* 태블릿 */
@media screen and (max-width:1199px) and (min-width:577px) {
    #cont21 img.pc_view {
        display:none
    }
    #cont21 img.mo_view {
        display:block
    }
}
/* 모바일 */
@media screen and (max-width:576px) {
    #cont21 img.pc_view {
        display:none
    }
    #cont21 img.mo_view {
        display:block
    }
}

#cont9 {position:relative; width:100%; background:#fff; text-align:center; padding:38px 0 40px}
#cont9 p.icon {display:inline-block; width:68px; height:68px; border-radius:50%; background:url(../img/icon-03.png) no-repeat center / 68px auto}
#cont9 .txt-box ul.txt {padding:26px 0 0}
#cont9 .txt-box ul.txt li {color:#212121; font-size:20px; line-height:100%; letter-spacing:-0.6px; font-family:'NanumSquareNeoLight'}
#cont9 .txt-box ul.txt li:nth-child(1) {font-size:44px; letter-spacing:-2px; padding:0 0 32px}
#cont9 .txt-box ul.txt li:nth-child(2) {position:relative; padding:42px 0 68px}

#cont9 .txt-box ul.txt li span.heavy {font-family:'NanumSquareNeoHeavy'}
#cont9 .txt-box ul.txt li span.bold {font-family:'NanumSquareNeoBold'}

#cont9 .txt-box ul.txt li:nth-child(2)::before {content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:22px; height:2px; background:#1d3d80}

/* 스와이퍼 Swiper2 */
.swiper2 {position:relative; margin:0 auto; width:1280px; overflow:hidden}
.swiper2 .swiper-slide {background:#fff; display:flex; justify-content:center; align-items:center; text-align: center}
.swiper2 .swiper-slide a {display:block}
.swiper2 .swiper-slide img {display:block; width:100%; object-fit:cover}

.swiper2 .swiper-slide p.txt {
    margin:16px 0 0;
    display:inline-block; background:#e9edf3; border-radius:24px;
    font-size:18px; font-family:'NanumSquareNeo';
    line-height:100%; letter-spacing:-1px; 
    color:#333;
    padding:16px 24px
}

.swiper2 .swiper-button-next, .swiper-button-prev {
    position:absolute; top:50%; transform:translateY(-50%);
    width:46px; height:46px; color:transparent; z-index:10;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer
}
.swiper2 .swiper-button-next {right:10px}
.swiper2 .swiper-button-prev {left:10px}

.swiper2 .swiper-button-next:after {content:"\e93e"; color:rgba(255,255,255,0.8); display:inline-block; font-family:"xeicon"; font-size:46px}
.swiper2 .swiper-button-prev:after {content:"\e93b"; color:rgba(255,255,255,0.8); display:inline-block; font-family:"xeicon"; font-size:46px}

/* cont9 영역 및 스와이퍼2 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    /* 대형 태블릿/작은 PC 화면 최적화 */
    .swiper2 {
        width: 100%;
        max-width: 1200px;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont9 p.icon {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(1) {
        font-size: 38px;
        padding: 0 0 25px;
    }
    
    #cont9 .txt-box ul.txt li {
        font-size: 18px;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(2) {
        padding: 35px 0 50px;
    }
    
    .swiper2 {
        max-width: 900px;
    }
    
    .swiper2 .swiper-slide p.txt {
        font-size: 16px;
        padding: 14px 20px;
    }
    
    .swiper2 .swiper-button-next,
    .swiper2 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .swiper2 .swiper-button-next:after,
    .swiper2 .swiper-button-prev:after {
        font-size: 40px;
    }
    
    /* 스와이퍼 슬라이드 간격 조정 */
    .swiper2 .swiper-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont9 {
        padding: 30px 0 30px;
    }
    
    #cont9 p.icon {
        width: 50px;
        height: 50px;
        background-size: 50px auto;
    }
    
    #cont9 .txt-box ul.txt {
        padding: 20px 15px 0;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(1) {
        font-size: 30px;
        letter-spacing: -1px;
        padding: 0 0 20px;
    }
    
    #cont9 .txt-box ul.txt li {
        font-size: 16px;
        line-height: 130%;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(2) {
        padding: 30px 0 40px;
    }
    
    /* 스와이퍼 슬라이드 개수 조정 */
    .swiper2 {
        max-width: 700px;
    }
    
    .swiper2 .swiper-slide p.txt {
        font-size: 15px;
        padding: 12px 18px;
        border-radius: 20px;
    }
    
    /* 스와이퍼 스크립트에서 slidesPerView: 2로 변경 필요 */
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont9 {
        padding: 25px 0 25px;
    }
    
    #cont9 p.icon {
        width: 45px;
        height: 45px;
        background-size: 45px auto;
    }
    
    #cont9 .txt-box ul.txt {
        padding: 15px 15px 0;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(1) {
        font-size: 24px;
        letter-spacing: -0.5px;
        padding: 0 0 15px;
    }
    
    #cont9 .txt-box ul.txt li {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.4px;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(2) {
        padding: 25px 0 30px;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(2)::before {
        width: 20px;
        height: 1px;
    }
    
    /* 스와이퍼 슬라이드 개수 조정 */
    .swiper2 {
        max-width: 100%;
        padding: 0 5px;
    }
    
    .swiper2 .swiper-slide p.txt {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 18px;
        margin-top: 12px;
    }
    
    .swiper2 .swiper-button-next,
    .swiper2 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .swiper2 .swiper-button-next:after,
    .swiper2 .swiper-button-prev:after {
        font-size: 30px;
    }
    
    /* 스와이퍼 스크립트에서 slidesPerView: 1로 변경 필요 */
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont9 {
        padding: 20px 0 20px;
    }
    
    #cont9 p.icon {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
    
    #cont9 .txt-box ul.txt {
        padding: 10px 10px 0;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(1) {
        font-size: 22px;
        padding: 0 0 12px;
    }
    
    #cont9 .txt-box ul.txt li {
        font-size: 13px;
        word-break: keep-all;
    }
    
    #cont9 .txt-box ul.txt li:nth-child(2) {
        padding: 20px 0 25px;
    }
    
    .swiper2 .swiper-slide p.txt {
        font-size: 13px;
        padding: 8px 12px;
        border-radius: 15px;
        margin-top: 10px;
    }
    
    .swiper2 .swiper-button-next {
        right: 5px;
    }
    
    .swiper2 .swiper-button-prev {
        left: 5px;
    }
}

#cont10 {position:relative; width:100%; text-align:center; background:#191919; padding:50px 0 0}
#cont10 .link-btn a {
    position:relative; display:inline-block; color:#212121;
    font-size:24px; font-family:'NanumSquareNeoLight'; line-height:100%; letter-spacing:-1px;
    background:#fff; padding:20px 60px; border-radius:34px
}
#cont10 .link-btn span {font-family:'NanumSquareNeoHeavy'}

#cont10 .link-btn i.xi-camera {position:absolute; top:50%; left:20px; transform:translateY(-50%); font-size:32px}

#cont10 .link-btn i.right-arrow1 {position:absolute; top:50%; right:20px; transform:translateY(-50%); font-size:22px}

#cont10 .link-btn i.right-arrow2 {position:absolute; top:50%; right:30px; transform:translateY(-50%); font-size:22px}

#cont10 .txt-box {padding:30px 0 40px; display:inline-block}
#cont10 .txt-box p {position:relative; color:#fff; font-size:18px; font-family:'NanumSquareNeoLight'; line-height:100%; letter-spacing:-1px; padding:8px 0}

#cont10 .txt-box p:before {content:"\e9aa"; color:#fff; font-family:"xeicon"; position:absolute; top:50%; left:0; transform:translateY(-50%); font-size:26px}
#cont10 .txt-box p.txt1:before {left:52px}
#cont10 .txt-box p.txt2:before {left:-28px}

/* cont10 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont10 {
        padding: 40px 0 0;
    }
    
    #cont10 .link-btn a {
        font-size: 22px;
        padding: 18px 55px;
    }
    
    #cont10 .link-btn i.xi-camera {
        font-size: 28px;
    }
    
    #cont10 .link-btn i.right-arrow1,
    #cont10 .link-btn i.right-arrow2 {
        font-size: 20px;
    }
    
    #cont10 .txt-box p {
        font-size: 16px;
    }
    
    #cont10 .txt-box p:before {
        font-size: 24px;
    }
    
    #cont10 .txt-box p.txt1:before {
        left: 45px;
    }
    
    #cont10 .txt-box p.txt2:before {
        left: -25px;
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont10 {
        padding: 35px 15px 0;
    }
    
    #cont10 .link-btn a {
        font-size: 20px;
        padding: 16px 50px;
        border-radius: 30px;
    }
    
    #cont10 .link-btn i.xi-camera {
        font-size: 26px;
        left: 18px;
    }
    
    #cont10 .link-btn i.right-arrow1,
    #cont10 .link-btn i.right-arrow2 {
        font-size: 18px;
    }
    
    #cont10 .link-btn i.right-arrow1 {
        right: 18px;
    }
    
    #cont10 .link-btn i.right-arrow2 {
        right: 26px;
    }
    
    #cont10 .txt-box {
        padding: 25px 0 35px;
        max-width: 90%;
    }
    
    #cont10 .txt-box p {
        font-size: 15px;
        padding: 7px 0 7px 30px;
        text-align: left;
        line-height: 140%;
    }
    
    #cont10 .txt-box p:before {
        font-size: 22px;
        left: 0 !important; /* 아이콘 위치 통일 */
    }
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont10 {
        padding: 30px 10px 0;
    }
    
    #cont10 .link-btn a {
        font-size: 18px;
        padding: 14px 45px;
        border-radius: 26px;
        letter-spacing: -0.5px;
    }
    
    #cont10 .link-btn i.xi-camera {
        font-size: 24px;
        left: 15px;
    }
    
    #cont10 .link-btn i.right-arrow1,
    #cont10 .link-btn i.right-arrow2 {
        font-size: 16px;
    }
    
    #cont10 .link-btn i.right-arrow1 {
        right: 15px;
    }
    
    #cont10 .link-btn i.right-arrow2 {
        right: 22px;
    }
    
    #cont10 .txt-box {
        padding: 20px 0 30px;
        max-width: 100%;
    }
    
    #cont10 .txt-box p {
        font-size: 13px;
        padding: 7px 0 7px 25px;
        letter-spacing: -0.5px;
        line-height: 150%;
        margin-bottom: 5px;
    }
    
    #cont10 .txt-box p:before {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont10 {
        padding: 25px 10px 0;
    }
    
    #cont10 .link-btn a {
        font-size: 16px;
        padding: 12px 40px;
        border-radius: 24px;
    }
    
    #cont10 .link-btn i.xi-camera {
        font-size: 20px;
        left: 12px;
    }
    
    #cont10 .link-btn i.right-arrow1,
    #cont10 .link-btn i.right-arrow2 {
        font-size: 14px;
    }
    
    #cont10 .link-btn i.right-arrow1 {
        right: 12px;
    }
    
    #cont10 .link-btn i.right-arrow2 {
        right: 18px;
    }
    
    #cont10 .txt-box {
        padding: 15px 0 25px;
    }
    
    #cont10 .txt-box p {
        font-size: 12px;
        padding: 6px 0 6px 22px;
        line-height: 160%;
        word-break: keep-all;
    }
    
    #cont10 .txt-box p:before {
        font-size: 16px;
    }
}

#cont11 {position:relative; width:100%; background:#fff; text-align:center; padding:38px 0 40px}
#cont11 p.icon {display:inline-block; width:68px; height:68px; border-radius:50%; background:url(../img/icon-04.png) no-repeat center / 68px auto}
#cont11 .txt-box ul.txt {padding:26px 0 0}
#cont11 .txt-box ul.txt li {color:#212121; font-size:20px; line-height:100%; letter-spacing:-0.6px; font-family:'NanumSquareNeoLight'}
#cont11 .txt-box ul.txt li:nth-child(1) {font-size:44px; letter-spacing:-2px; padding:0 0 32px}
#cont11 .txt-box ul.txt li:nth-child(2) {position:relative; padding:42px 0 68px}

#cont11 .txt-box ul.txt li span.heavy {font-family:'NanumSquareNeoHeavy'}
#cont11 .txt-box ul.txt li span.bold {font-family:'NanumSquareNeoBold'}

#cont11 .txt-box ul.txt li:nth-child(2)::before {content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:22px; height:2px; background:#1d3d80}

#cont11 .gallery-container {
    display:block; width:1280px; overflow:hidden; margin:0 auto;
    text-align:center
}
#cont11 .gallery-container .item {display:inline-block; padding:5px 0}

#cont11 .gallery-container .item:nth-child(1) {float:left; padding-top:0}
#cont11 .gallery-container .item:nth-child(2) {float:right; padding-top:0}
#cont11 .gallery-container .item:nth-child(3) {float:left}
#cont11 .gallery-container .item:nth-child(5) {float:right}
#cont11 .gallery-container .item:nth-child(6) {float:left; padding-bottom:0}
#cont11 .gallery-container .item:nth-child(7) {float:right; padding-bottom:0}

/* cont11 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    /* 대형 태블릿/작은 PC 화면 최적화 */
    #cont11 .gallery-container {
        width: 100%;
        max-width: 1200px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    #cont11 .gallery-container .item img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont11 {
        padding: 30px 0 30px;
    }
    
    #cont11 p.icon {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 38px;
        padding: 0 0 25px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 18px;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 35px 0 50px;
    }
    
    #cont11 .gallery-container {
        max-width: 900px;
    }
    
    /* 갤러리 아이템 간격 조정 */
    #cont11 .gallery-container .item {
        padding: 4px 0;
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont11 {
        padding: 25px 0 25px;
    }
    
    #cont11 p.icon {
        width: 50px;
        height: 50px;
        background-size: 50px auto;
    }
    
    #cont11 .txt-box ul.txt {
        padding: 20px 15px 0;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 30px;
        letter-spacing: -1px;
        padding: 0 0 20px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 16px;
        line-height: 130%;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 30px 0 40px;
    }
    
    /* 갤러리 레이아웃 변경 */
    #cont11 .gallery-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        max-width: 700px;
        padding: 0 10px;
    }
    
    #cont11 .gallery-container .item {
        display: block;
        float: none;
        padding: 0;
        width: 100%;
    }
    
    /* float 속성 제거 */
    #cont11 .gallery-container .item:nth-child(1),
    #cont11 .gallery-container .item:nth-child(2),
    #cont11 .gallery-container .item:nth-child(3),
    #cont11 .gallery-container .item:nth-child(5),
    #cont11 .gallery-container .item:nth-child(6),
    #cont11 .gallery-container .item:nth-child(7) {
        float: none;
        padding: 0;
    }
    
    /* 가운데 이미지(4번째) 2열 합치기 */
    #cont11 .gallery-container .item:nth-child(4) {
        grid-column: span 2;
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont11 {
        padding: 20px 0 20px;
    }
    
    #cont11 p.icon {
        width: 45px;
        height: 45px;
        background-size: 45px auto;
    }
    
    #cont11 .txt-box ul.txt {
        padding: 15px 15px 0;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 24px;
        letter-spacing: -0.5px;
        padding: 0 0 15px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.4px;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 25px 0 30px;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2)::before {
        width: 20px;
        height: 1px;
    }
    
    /* 갤러리 레이아웃 변경 - 단일 컬럼으로 */
    #cont11 .gallery-container {
        display: block;
        max-width: 100%;
        padding: 0 15px;
    }
    
    #cont11 .gallery-container .item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    
    /* 마지막 아이템 마진 제거 */
    #cont11 .gallery-container .item:last-child {
        margin-bottom: 0;
    }
    
    /* 4번째 이미지 원래 크기로 */
    #cont11 .gallery-container .item:nth-child(4) {
        grid-column: auto;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont11 {
        padding: 15px 0 15px;
    }
    
    #cont11 p.icon {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
    
    #cont11 .txt-box ul.txt {
        padding: 10px 10px 0;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 22px;
        padding: 0 0 12px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 13px;
        word-break: keep-all;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 20px 0 25px;
    }
    
    #cont11 .gallery-container {
        padding: 0 10px;
    }
    
    #cont11 .gallery-container .item {
        margin-bottom: 8px;
    }
}
/* cont11 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1280px) {
    /* 대형 태블릿/작은 PC 화면 최적화 */
    #cont11 .gallery-container {
        width: 100%;
        max-width: 1200px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    #cont11 .gallery-container .item img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont11 {
        padding: 30px 0 30px;
    }
    
    #cont11 p.icon {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 38px;
        padding: 0 0 25px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 18px;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 35px 0 50px;
    }
    
    #cont11 .gallery-container {
        max-width: 900px;
    }
    
    /* 갤러리 아이템 간격 조정 */
    #cont11 .gallery-container .item {
        padding: 4px 0;
    }
}

@media screen and (max-width: 768px) {
    /* 태블릿-모바일 중간 크기 최적화 */
    #cont11 {
        padding: 25px 0 25px;
    }
    
    #cont11 p.icon {
        width: 50px;
        height: 50px;
        background-size: 50px auto;
    }
    
    #cont11 .txt-box ul.txt {
        padding: 20px 15px 0;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 30px;
        letter-spacing: -1px;
        padding: 0 0 20px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 16px;
        line-height: 130%;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 30px 0 40px;
    }
    
    /* 갤러리 레이아웃 변경 */
    #cont11 .gallery-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        max-width: 700px;
        padding: 0 10px;
    }
    
    #cont11 .gallery-container .item {
        display: block;
        float: none;
        padding: 0;
        width: 100%;
    }
    
    /* float 속성 제거 */
    #cont11 .gallery-container .item:nth-child(1),
    #cont11 .gallery-container .item:nth-child(2),
    #cont11 .gallery-container .item:nth-child(3),
    #cont11 .gallery-container .item:nth-child(5),
    #cont11 .gallery-container .item:nth-child(6),
    #cont11 .gallery-container .item:nth-child(7) {
        float: none;
        padding: 0;
    }
    
    /* 가운데 이미지(4번째) 2열 합치기 */
    #cont11 .gallery-container .item:nth-child(4) {
        grid-column: span 2;
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont11 {
        padding: 20px 0 20px;
    }
    
    #cont11 p.icon {
        width: 45px;
        height: 45px;
        background-size: 45px auto;
    }
    
    #cont11 .txt-box ul.txt {
        padding: 15px 15px 0;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 24px;
        letter-spacing: -0.5px;
        padding: 0 0 15px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.4px;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 25px 0 30px;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2)::before {
        width: 20px;
        height: 1px;
    }
    
    /* 갤러리 슬라이드 형식으로 변경 */
    #cont11 .gallery-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        max-width: 100%;
        padding: 0;
    }
    
    /* Chrome, Safari 스크롤바 숨기기 */
    #cont11 .gallery-container::-webkit-scrollbar {
        display: none;
    }
    
    #cont11 .gallery-container .item {
        flex: 0 0 90%;
        scroll-snap-align: center;
        margin: 0 5px;
        border-radius: 8px;
        overflow: hidden;
        scroll-margin: 5px;
        /* 이미지 컨테이너 높이 고정 */
        height: 250px;
        position: relative;
    }
    
    /* 이미지 스타일 통일 */
    #cont11 .gallery-container .item img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 이미지 비율 유지하면서 영역 채우기 */
        object-position: center; /* 이미지 중앙 정렬 */
    }
    
    /* 첫 번째 아이템 왼쪽 마진 */
    #cont11 .gallery-container .item:first-child {
        margin-left: 5%;
    }
    
    /* 마지막 아이템 오른쪽 마진 */
    #cont11 .gallery-container .item:last-child {
        margin-right: 5%;
    }
    
    /* float 속성 제거 및 패딩 통일 */
    #cont11 .gallery-container .item:nth-child(1),
    #cont11 .gallery-container .item:nth-child(2),
    #cont11 .gallery-container .item:nth-child(3),
    #cont11 .gallery-container .item:nth-child(4),
    #cont11 .gallery-container .item:nth-child(5),
    #cont11 .gallery-container .item:nth-child(6),
    #cont11 .gallery-container .item:nth-child(7) {
        float: none;
        padding: 0;
    }
    
    /* 슬라이드 네비게이션 인디케이터 */
    #cont11 .slide-indicator {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    
    #cont11 .slide-indicator .dot {
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 4px;
    }
    
    #cont11 .slide-indicator .dot.active {
        background: #1d3d80;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont11 {
        padding: 15px 0 15px;
    }
    
    #cont11 p.icon {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
    
    #cont11 .txt-box ul.txt {
        padding: 10px 10px 0;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(1) {
        font-size: 22px;
        padding: 0 0 12px;
    }
    
    #cont11 .txt-box ul.txt li {
        font-size: 13px;
        word-break: keep-all;
    }
    
    #cont11 .txt-box ul.txt li:nth-child(2) {
        padding: 20px 0 25px;
    }
    
    /* 슬라이드 조정 */
    #cont11 .gallery-container .item {
        flex: 0 0 94%;
        margin: 0 3px;
        height: 220px; /* 작은 화면에서는 높이 약간 줄임 */
    }
    
    /* 첫 번째 아이템 왼쪽 마진 */
    #cont11 .gallery-container .item:first-child {
        margin-left: 3%;
    }
    
    /* 마지막 아이템 오른쪽 마진 */
    #cont11 .gallery-container .item:last-child {
        margin-right: 3%;
    }
    
    /* 슬라이드 인디케이터 조정 */
    #cont11 .slide-indicator {
        margin-top: 12px;
    }
    
    #cont11 .slide-indicator .dot {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
}

#cont12 {margin:0 auto; width:1400px; padding:38px 0 40px; }

#cont12 .info-box {background:#fff; padding:10px; float:right}

#cont12 .info-box .heavy {font-family:'NanumSquareNeoHeavy'}
#cont12 .info-box .bold {font-family:'NanumSquareNeoBold'}
#cont12 .info-box .extrabold {font-family:'NanumSquareNeoExtraBold'}
#cont12 .info-box .neo {font-family:'NanumSquareNeo'}

#cont12 .info-box span.color-orange {display:inline-block; vertical-align:middle; background:#f0602f; color:#fff; font-size:0.875rem; border-radius:50%; padding:4px 10px}
#cont12 .info-box span.color-green {display:inline-block; vertical-align:middle; background:#3cb44a; color:#fff; font-size:0.875rem; border-radius:50%; padding:4px 8.5px}

#cont12 .info-box span.park-bg {display:inline-block; color:#fff; background:#0069d6; padding:6px 16px; font-size:16px; border-radius:18px}
#cont12 .info-box span.week-bg {display:inline-block; color:#404040; background:#eceef0; border:1px solid #eceef0; padding:9px 11px; font-size:16px; border-radius:36px; vertical-align:middle}

#cont12 .info-box p {line-height:100%; color:#212121; font-size:32px; font-family:'NanumSquareNeoExtraBold'; letter-spacing:-1px; padding:0 0 20px}

#cont12 .info-box p.tit2 {position:relative; padding-top:20px; }

#cont12 .info-box ul {padding:0 0 10px; }
#cont12 .info-box ul li {color:#333; font-size:22px; font-family:'NanumSquareNeoLight'; line-height:100%; letter-spacing:-1px; padding:10px 0}
#cont12 .info-box ul li > i {display:inline-block; vertical-align:middle; border:1px solid #333; padding:5px; border-radius:2px}

#cont12 .info-box ul.txt-box1 li:nth-child(2) {font-size:18px; padding-top:0}
#cont12 .info-box ul.txt-box1 li:nth-child(3) {padding-top:20px}
#cont12 .info-box ul.txt-box1 li:nth-child(4) {font-size:18px; padding-top:0; padding-left:14px}
#cont12 .info-box ul.txt-box1 li:nth-child(5) {font-size:18px; padding-top:0; padding-left:14px}

#cont12 .info-box ul.txt-box2 li {letter-spacing:-0.6px}
#cont12 .info-box ul.txt-box2 li:nth-child(2) {padding-left:14px; padding-top:0; font-size:18px}

#cont12 .info-box ul.txt-box3 {display:block; padding:0; width:100%; text-align:center}
#cont12 .info-box ul.txt-box3 li {display:inline-block; color:#084ee5; background:transparent; font-size:16px; padding:10px 100px; border:1px solid #b6c4ff; border-radius:26px}

#cont12 .info-box ul.txt-box3 li > i.xi-error {border:none; border-radius:0; padding:0; font-size:20px; }

/* 카카오맵 삽입 */
#cont12 .map-box {width:100%; }
#map {width:43.125rem; height:46.875rem; }

/* 카카오맵 텍스트 커스텀 */
.map-txt {display:block; color:#212121; font-size:12px; font-family:'NanumSquareNeoBold'; line-height:100%; padding:6px}

/* cont12 영역 모바일 최적화 미디어 쿼리 */
@media screen and (max-width: 1400px) {
    /* 대형 태블릿/작은 PC 화면 최적화 */
    #cont12 {
        width: 100%;
        padding: 38px 15px 40px;
        box-sizing: border-box;
    }
    
    #cont12 .info-box {
        width: 45%;
        box-sizing: border-box;
    }
    
    #map {
        width: 100%;
        height: 600px;
    }
}

@media screen and (max-width: 1024px) {
    /* 일반 태블릿 최적화 */
    #cont12 .info-box {
        width: 50%;
        padding: 10px 15px;
    }
    
    #cont12 .info-box p {
        font-size: 28px;
        padding: 0 0 15px;
    }
    
    #cont12 .info-box ul li {
        font-size: 20px;
        padding: 8px 0;
    }
    
    #cont12 .info-box ul.txt-box1 li:nth-child(2),
    #cont12 .info-box ul.txt-box1 li:nth-child(4),
    #cont12 .info-box ul.txt-box1 li:nth-child(5),
    #cont12 .info-box ul.txt-box2 li:nth-child(2) {
        font-size: 16px;
    }
    
    #cont12 .info-box ul.txt-box3 li {
        font-size: 15px;
        padding: 10px 50px;
    }
    
    #map {
        height: 550px;
    }
}

@media screen and (max-width: 768px) {
    /* 레이아웃 변경 - 정보박스와 지도를 세로로 배치 */
    #cont12 {
        padding: 30px 15px;
    }
    
    #cont12 .info-box {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border-radius: 10px;
    }
    
    #cont12 .map-box {
        width: 100%;
        clear: both;
    }
    
    #map {
        width: 100%;
        height: 400px;
    }
    
    /* 정보박스 텍스트 스타일 조정 */
    #cont12 .info-box p {
        font-size: 24px;
        padding: 0 0 15px;
    }
    
    #cont12 .info-box p.tit2 {
        padding-top: 15px;
    }
    
    #cont12 .info-box ul {
        padding: 0 0 8px;
    }
    
    #cont12 .info-box ul li {
        font-size: 18px;
        padding: 7px 0;
        line-height: 140%;
    }
    
    #cont12 .info-box ul.txt-box1 li:nth-child(1) {
        line-height: 150%;
    }
    
    #cont12 .info-box ul.txt-box1 li:nth-child(2),
    #cont12 .info-box ul.txt-box1 li:nth-child(4),
    #cont12 .info-box ul.txt-box1 li:nth-child(5),
    #cont12 .info-box ul.txt-box2 li:nth-child(2) {
        font-size: 15px;
        line-height: 150%;
    }
    
    /* 메트로 아이콘 원형으로 제대로 조정 */
    #cont12 .info-box span.color-orange,
    #cont12 .info-box span.color-green {
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        padding: 0;
        font-size: 0.875rem;
        border-radius: 50%;
    }
    
    /* 주차장, 요일 배지 조정 */
    #cont12 .info-box span.park-bg {
        font-size: 15px;
        padding: 5px 14px;
        border-radius: 16px;
    }
    
    #cont12 .info-box span.week-bg {
        font-size: 15px;
        padding: 8px 10px;
    }
    
    /* 휴진 안내 폭 조정 */
    #cont12 .info-box ul.txt-box3 li {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    /* 일반 모바일 최적화 */
    #cont12 {
        padding: 25px 10px;
    }
    
    #cont12 .info-box {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    #cont12 .info-box p {
        font-size: 22px;
        padding: 0 0 12px;
    }
    
    #cont12 .info-box p.tit2 {
        padding-top: 12px;
    }
    
    #cont12 .info-box ul li {
        font-size: 16px;
        padding: 6px 0;
        letter-spacing: -0.5px;
    }
    
    #cont12 .info-box ul.txt-box1 li:nth-child(1) {
        line-height: 160%;
    }
    
    #cont12 .info-box ul.txt-box1 li:nth-child(2),
    #cont12 .info-box ul.txt-box1 li:nth-child(4),
    #cont12 .info-box ul.txt-box1 li:nth-child(5),
    #cont12 .info-box ul.txt-box2 li:nth-child(2) {
        font-size: 14px;
        line-height: 160%;
        padding-left: 10px;
    }
    
    /* 진료시간 영역 줄바꿈 처리 */
    #cont12 .info-box ul.txt-box2 li:nth-child(2) span.week-bg {
        margin-bottom: 5px;
    }
    
    /* 메트로 아이콘 원형으로 크기 조정 - 더 작은 화면 */
    #cont12 .info-box span.color-orange,
    #cont12 .info-box span.color-green {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 0.75rem;
    }
    
    /* 주차장, 요일 배지 조정 */
    #cont12 .info-box span.park-bg {
        font-size: 14px;
        padding: 4px 12px;
        border-radius: 14px;
    }
    
    #cont12 .info-box span.week-bg {
        font-size: 14px;
        padding: 7px 9px;
    }
    
    /* 지도 높이 조정 */
    #map {
        height: 350px;
    }
}

@media screen and (max-width: 375px) {
    /* 작은 모바일 최적화 */
    #cont12 {
        padding: 20px 10px;
    }
    
    #cont12 .info-box {
        padding: 10px;
    }
    
    #cont12 .info-box p {
        font-size: 20px;
        padding: 0 0 10px;
    }
    
    #cont12 .info-box p.tit2 {
        padding-top: 10px;
    }
    
    #cont12 .info-box ul li {
        font-size: 15px;
        padding: 5px 0;
        letter-spacing: -0.7px;
        word-break: keep-all;
    }
    
    #cont12 .info-box ul.txt-box1 li:nth-child(2),
    #cont12 .info-box ul.txt-box1 li:nth-child(4),
    #cont12 .info-box ul.txt-box1 li:nth-child(5),
    #cont12 .info-box ul.txt-box2 li:nth-child(2) {
        font-size: 13px;
        padding-left: 8px;
    }
    
    /* 주차장, 요일 배지 조정 */
    #cont12 .info-box span.park-bg {
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 12px;
        display: inline-block;
        margin-bottom: 3px;
    }
    
    #cont12 .info-box span.week-bg {
        font-size: 13px;
        padding: 6px 8px;
    }
    
    /* 휴진 안내 */
    #cont12 .info-box ul.txt-box3 li {
        font-size: 13px;
        padding: 8px 15px;
    }
    
    /* 지도 높이 조정 */
    #map {
        height: 300px;
    }
}

/* 푸터 영역(수정1차) 20250520 */
#footer {
    position:relative;
    font-family:'NanumSquareNeoLight'; 
    letter-spacing:-0.4px;
    height:0
}
#footer .top {
    background:#3d3d3d
}
#footer .top > div {
    width:1280px;
    margin:0 auto;
    padding:13px 0
}
#footer .top > div ul {
    float:left
}
#footer .top > div ul li {
    float:left;
    position:relative; 
    padding:0 19px 0 0
}
#footer .top > div ul li::after {
    content:"";
    position:absolute;
    right:9px;
    top:50%;
    margin-top:-4px;
    width:1px;
    height:8px;
    background:#70767a
}
#footer .top > div ul li a {
    color:#fff;
    font-size:13px;
    line-height:45px
}
#footer .top > div ul li:last-child::after {
    display:none
}
#footer .top > div div.call {
    float:right
}
#footer .top > div div.call p {
    display:inline-block;
    width:242px;
    height:45px;
    background:#2e2e2e;
    color:#fff;
    text-align:center;
    line-height:45px;
    font-size:14px
}
#footer .top > div div.call p strong {
    padding:0 0 0 15px;
    font-size:20px;
    font-family:'NanumSquareNeoHeavy'
}
#footer .top > div div.call select {
    padding:0 0 0 21px;
    width:200px;
    height:44px;
    color:#191919;
    font-size:12px;
    border:none;
    vertical-align:3px
}
#footer .btm {
    padding:40px 0 154px;
    background:#373737;
    text-align:center
}
#footer .btm p.ft-logo {
    color:transparent;
    display:inline-block;
    width:163px;
    height:40px;
    background:url(../img/barun_dent_ft_logo_b.png) no-repeat center / 163px auto
}
#footer .btm ul {
    padding:32px 0 14px
}
#footer .btm li {
    display:inline-block;
    position:relative;
    padding:0 10px;
    color:#bdbdbd;
    font-size:14px
}
#footer .btm li::after {
    content:"";
    position:absolute;
    right:0;
    top:50%;
    margin-top:-4px;
    width:1px;
    height:8px;
    background:#70767a
}
#footer .btm li:last-child::after {
    display:none
}
#footer .btm address {
    font-size:14px;
    color:#8f8f8f;
    letter-spacing:0.4px
}

/* 태블릿 (768px ~ 1279px) */
@media screen and (max-width: 1279px) {
    #footer .top > div {
        width:95%;
        max-width:1024px;
        padding:10px 0;
    }
    #footer .top > div div.call p {
        width:220px;
    }
    #footer .top > div div.call select {
        width:180px;
    }
}
/* 태블릿 & 모바일 */
@media screen and (max-width: 991px) {
    #footer .top > div ul {
        float:none;
        text-align:center;
        padding-bottom:10px;
    }
    #footer .top > div ul li {
        float:none;
        display:inline-block;
    }
    #footer .top > div div.call {
        float:none;
        text-align:center;
    }
    #footer .btm {
        padding:30xp 0;
    }
    #footer .btm ul {
        padding:25px 0 15px;
    }
}
/* 모바일 (576px 이하) */
@media screen and (max-width:576px) {
    #footer .top > div {
        width:90%;
        padding:15px 0;
    }
    #footer .top > div ul li {
        padding:0 12px 0 0;
    }
    #footer .top > div ul li::after {
        right:5px;
    }
    #footer .top > div ul li a{
        font-size:12px;
        line-height:30px;
    }
    #footer .top > div div.call p {
        width:100%;
        max-width:280px;
        margin-bottom:10px;
    }
    #footer .top > div div.call select {
        width:100%;
        max-width:280px;
    }
    #footer .btm {
        padding:25px 0 45px;
    }
    #footer .btm li {
        font-size:12px;
        padding:0 8px;
    }
    #footer .btm address {
        font-size:12px;
        padding:0 15px;
    }
}

/* PC 퀵메뉴 추가 */
.quick_area {
    display:block;
    position:fixed;
    top:110px;
    right:100px;
    width:94px;
    z-index:100;
}
.quick_area .quick_list {
    border:1px solid rgba(0,0,0,0.08);
}
.quick_area .quick_list li {
    padding:2px;
    text-align:center;
    background:#fff
}
.quick_area .quick_list li a {
    display:block;
    padding:15px 0;
    border-top:1px solid #eee
}
.quick_area .quick_list li:first-child a {
    border-top:0;
}
.quick_area .quick_list i {
    display:inline-block;
    margin:2px;
    width:36px;
    height:36px
}
.quick_area .quick_list span {
    display:block;
    font-size:14px;
    line-height:100%;
}
/* 네이버예약 아이콘 */
.quick_area .quick_list i.q1 {
    background:url(../img/reservation.svg) no-repeat center / contain
}
/* 네이버톡톡 아이콘 */
.quick_area .quick_list i.q2 {
    background:url(../img/talktalk.svg) no-repeat center / contain
}
/* 인스타그램 아이콘 */
.quick_area .quick_list i.q3 {
    background:url(../img/instagram.svg) no-repeat center / contain
}
/* 카카오톡 아이콘 */
.quick_area .quick_list i.q4 {
    background:url(../img/kakao.svg) no-repeat center / contain
}
/* 블로그 아이콘 */
.quick_area .quick_list i.q5 {
    background:url(../img/nvblog.svg) no-repeat center / contain
}
/* top 버튼 */
.to_top {
    text-align:center;

}
.to_top a {
    display:block;
    padding:15px 0 0
}
.to_top i.qt {
    display:inline-block;
    width:80px;
    height:80px;
    background:url(../img/totop_2.svg) no-repeat center / contain
}

/* 빠른상담 문의 폼 추가 */

#quickCounsel {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    width:1280px;
    height:110px;
    border-radius:54.5px;
    background:#006eff;
    position:fixed;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    z-index:1000
}

button.quick-Counsel_mo_btn {
    display:none;
    padding:10px 20px;
    position:fixed;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    background:#006eff;
    color:#fff;
    font-size:18px;
    font-family:'NanumSquareNeoBold';
    text-align:center;
    min-width:140px;
    border-radius:8px 8px 0 0;
    cursor:pointer
}

button.closeBtn {
    display:none;
}

#quickCounsel img.inCall {
    display:inline-block;
    flex-shrink:0;
    margin-top:20px;
    margin-left:35px;
    width:326px;
}
#quickCounsel .inSubmit form {
    display:inline-flex;
    align-items:flex-start;
    padding-right:30px;
}

.inInput {
    display:inline-block;
    flex-grow:1;
    max-width:490px;
    margin-top:24px;
}
.inInput .implant-form-box {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-content:flex-start;
}

#quickCounsel .inSubmit .inInput input[type="text"], 
#quickCounsel .inSubmit .inInput input[type="tel"] {
    display:inline-block;
    width:calc(50% - 8px);
    height:35px;
    border:0;
    background:#fff;
    padding:20px;
    font-size:15px;
    font-family:'NanumSquareNeo';
    letter-spacing:-0.5px;
    line-height:1;
    color:#333;
}
#quickCounsel .inSubmit .inInput .inPrivacy {
    display:flex;
    align-items:center;
    width:100%;
    height:auto;
    font-size:15px;
    letter-spacing:-0.5px;
    line-height:1;
    color:#fff;
    margin-top:10px;
}
#quickCounsel .inSubmit .inInput .inPrivacy input[type="checkbox"] {
    display:inline-block;
    width:17px;
    height:17px;
    margin:0 8px 0 0
}
#quickCounsel .inSubmit .inInput .inPrivacy label {
    display:inline-block
}

#quickCounsel .inSubmit .inInput .inPrivacy a.link-btn {
    display:inline-block;
    color:#fff;
    margin-left:10px;
    font-family:'NanumSquareNeoBold'
}

#quickCounsel .inSubmit .submitBtn {
    display:inline-block;
    position:relative;
    margin-left:60px;
    margin-top:8px

}
#quickCounsel .inSubmit .submitBtn .btnImg1 {
    display:block;
    background:#006eff;
    cursor:pointer;
    width:266px;
}

/* max-width: 1280px */
@media (max-width:1280px) {
    #quickCounsel {
        width:95%;
        border-radius:40px;
    }
    
    button.closeBtn {display:none}
    
    #quickCounsel img.inCall {
        width:280px;
        margin-left:20px;
    }
    #quickCounsel .inSubmit .submitBtn {
        margin-left:30px;
    }
    #quickCounsel .inSubmit .submitBtn .btnImg1 {
        width:220px;
    }
}

/* max-width: 992px */
@media (max-width:992px) {
    #quickCounsel {
        height:auto;
        padding:15px;
        flex-direction:column;
        align-items:center;
        border-radius:30px;
    }
    
    .quick_area {
        display:none
    }
    
    button.closeBtn {display:none}
    
    #quickCounsel img.inCall {
        margin:10px 0;
        width:260px;
    }
    #quickCounsel .inSubmit form {
        flex-direction:column;
        align-items:center;
        padding-right:0;
    }
    .inInput {
        max-width:100%;
        margin-top:15px;
    }
    #quickCounsel .inSubmit .submitBtn {
        margin:15px 0 10px;
    }
    #quickCounsel .inSubmit .submitBtn .btnImg1 {
        width:200px;
    }
}

/* max-width: 768px */
@media (max-width: 768px) {
    #quickCounsel {
        padding:15px 10px;
        bottom:0;
    }
    
    .quick_area {
        display:none
    }
    
    button.closeBtn {display:none}
    
    #quickCounsel img.inCall {
        display:none;
    }
    #quickCounsel .inSubmit .inInput input[type="text"] {
        width:calc(40% - 4px);
    }
    
    #quickCounsel .inSubmit .inInput input[type="tel"] {
        width:calc(60% - 4px);
    }
    
    #quickCounsel .inSubmit .inInput input[type="text"],
    #quickCounsel .inSubmit .inInput input[type="tel"] {
        margin-bottom:8px;
        font-size:14px;
    }
    #quickCounsel .inSubmit .inInput .inPrivacy {
        font-size:13px;
    }
    
    #quickCounsel .inSubmit .submitBtn {
        margin:6px 0;
    }
    
    #quickCounsel .inSubmint .submitBtn .btnImg1 {
        width:140px;
    }
}

/* max-width: 576px */
@media (max-width: 576px) {
    #quickCounsel {
        display:none;
        width:100%;
        border-radius:0;
    }
    
    .quick_area {
        display:none
    }
    
    button.quick-Counsel_mo_btn {
        display:block;
        bottom:0;
        z-index:1000;
    }
    button.closeBtn {
        display:block;
        padding:10px 20px;
        position:fixed;
        bottom:202px;
        left:50%;
        transform:translateX(-50%);
        background:transparent;
        color:transparent;
        font-size:18px;
        font-family:'NanumSquareNeoBold';
        border:none;        
        user-select:none;
        cursor:pointer;
    }
    
    #quickCounsel img.inCall {
        display:none;
    }
    #quickCounsel .inSubmit .inInput .inPrivacy {
        flex-wrap:wrap;
    }
    #quickCounsel .inSubmit .inPrivacy a.link-btn {
        margin-left:25px;
        margin-top:0;
    }
    #quickCounsel .inSubmint .submitBtn .btnImg1 {
        width:120px;
    }
}


/* 모바일 메뉴 열렸을 때 본문 스크롤 방지 */
body.menu-open {
    overflow: hidden;
}

/* 모바일 헤더 영역 최적화 */
@media screen and (max-width: 1024px) {
    /* 헤더 영역 조정 */
    header h1.logo {
        left: 20px;
    }
    
    header h1.logo a.color-logo,
    header h1.logo a.white-logo {
        width: 140px;
        height: 34px;
        background-size: 140px auto;
    }
    
    .header_util {
        right: 20px;
    }
    
    .header_util > ul > li:first-child {
        display: none; /* 주소 텍스트 숨기기 */
    }
    
    /* 모바일 메뉴 버튼 표시 */
    .mobile-menu-btn {
        display: block;
    }
    
    /* PC 메뉴 숨기기 */
    .header_cont {
        display: none;
    }
    
    /* 모바일 메뉴 스타일 */
    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.9);
        z-index: 10;
        overflow-y: auto;
    }
    
    .mobile-menu.active {
        display: block;
    }
    
    .mobile-menu-list {
        padding: 70px 20px 20px;
    }
    
    .mobile-menu-list li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .mobile-menu-list li a {
        display: block;
        color: #fff;
        font-size: 18px;
        font-family: 'NanumSquareNeo', sans-serif;
        padding: 15px 0;
        text-align: left;
    }
    
    /* 모바일 메뉴 버튼 활성화 시 스타일 */
    .mobile-menu-btn.active span {
        background: #fff;
    }
    
    /* 헤더 고정 시 모바일 스타일 */
    .header-fixed {
        background: rgba(0,0,0,.8);
    }
    
    .header-fixed .mobile-menu-btn span {
        background: #fff;
    }
}

@media screen and (max-width: 768px) {
    /* 헤더 간소화 */
    header {
        height: 60px;
    }
    
    header h1.logo {
        left: 15px;
    }
    
    header h1.logo a.color-logo,
    header h1.logo a.white-logo {
        width: 120px;
        height: 30px;
        background-size: 120px auto;
    }
    
    .header_util {
        right: 60px; /* 모바일 메뉴 버튼 공간 확보 */
    }
    
    .header_util > ul > li > a {
        padding: 5px;
    }
    
    /* 모바일 메뉴 버튼 위치 조정 */
    .mobile-menu-btn {
        top: 15px;
        right: 15px;
    }
    
    /* 모바일 메뉴 내부 스타일 조정 */
    .mobile-menu-list {
        padding: 60px 15px 15px;
    }
    
    .mobile-menu-list li a {
        font-size: 16px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 480px) {
    /* 매우 작은 화면용 추가 조정 */
    header h1.logo {
        left: 10px;
    }
    
    header h1.logo a.color-logo,
    header h1.logo a.white-logo {
        width: 110px;
        height: 27px;
        background-size: 110px auto;
    }
    
    .header_util {
        right: 50px;
    }
    
    .header_util > ul > li:nth-child(2) a,
    .header_util > ul > li:nth-child(3) a {
        padding: 5px 3px;
    }
    
    .header_util img.marker-b,
    .header_util img.marker-w,
    .header_util img.tel-b,
    .header_util img.tel-w,
    .header_util img.home-b,
    .header_util img.home-w {
        width: 30px;
        height: 30px;
    }
    
    /* 모바일 메뉴 내부 스타일 추가 조정 */
    .mobile-menu-list li a {
        font-size: 15px;
        padding: 10px 0;
    }
    
    .quick_area {
        display:none
    }
}
































