
/*--------------------------------------------------------------
Fakeloader
--------------------------------------------------------------*/

#fakeloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    color: #333;
}

/*---------- Footer ----------*/
@media (max-width:767px) {
    .footer-copyright span {
        display: inline
    }
}

.footer-copyright {
    color: #656565;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
}


.btn-e.focus,
.btn-e:focus {
    outline: 0;
    box-shadow: none
}

.btn-e.active,
.btn-e:active {
    outline: 0;
    box-shadow: none
}

/* Nav Wrap */

/* 기본 Nav 레이아웃 */
.nav-wrap {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

.nav-wrap .navbar-nav a {
    color: #fff;
}

/* 스크롤 고정 상태 */
.nav-wrap.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.is-sticky .navbar-nav a,
.is-sticky .navbar-toggler {
    color: #151515;
}

.site-logo.logo-scroll {
    display: none;
}

.is-sticky .site-logo.logo-default {
    display: none;
}

.is-sticky .site-logo.logo-scroll {
    display: inline;
}

.nav-wrap.is-sticky .title-logo img.logo-default {
    opacity: 0;
}

/* 드롭다운 */
.dropdown-submenu>a {
    color: #151515 !important;
}

.dropdown-menu .nav-link.active,
.dropdown-menu .nav-link:hover {
    color: #3949ab !important;
}

.navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    margin: 0;
    min-width: 12rem;
    padding: 8px 0;
    top: 120%;
    display: inherit;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

/* 불필요한 border-bottom 제거 */
/* .header-wrap, .top-header의 border는 필요시 다시 추가 */

/* 미디어 쿼리 */
@media (max-width:991px) {

    .navbar-nav a,
    .navbar-toggler {
        color: #fff;
    }

    .is-sticky .navbar-nav a,
    .is-sticky .navbar-toggler {
        color: #151515;
    }
}

@media (max-width:1199px) {
    .navbar-nav>li>.nav-link {
        padding: 16px 16px !important;
    }
}

.header-wrap {

    border-bottom: 0px solid rgba(0, 0, 0, 0.15);

}

.top-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}


/*--------------------------------------------------------------
# 공용
--------------------------------------------------------------*/
/*---------- Body ----------*/
.px-10 {
    padding-left: 34px !important;
    padding-right: 34px !important;

}

.px-11 {
    padding-left: 30px !important;
    padding-right: 30px !important;

}

.main-slider-top {
    margin-top: -30px;
}

.text-black {
    color: #333 !important;
}

@media (max-width:575px) {
    .text-black {
        font-size: 20px !important;
    }
}

section.wrap {
    width: 100vw;
    /* 브라우저 전체 너비 */
    position: relative;

    left: 50%;
    right: 50%;
    margin-left: -50vw;
    /* 화면 좌우 여백을 무시 */
    margin-right: -50vw;
}

section .page-wrap {
    background-color: #fff;
    padding: 0 0 40px;
    scroll-margin-top: 77px;
    overflow: clip;
}

section .page-wrap-f {
    background-color: #fff;
    padding: 40px 0;
    scroll-margin-top: 77px;
    overflow: clip;
}


.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.section-title {
    /*  padding-bottom: 20px;*/
    position: relative;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, #333, transparent 10%);
    position: relative;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ff4a17;
    margin: 4px 10px;
}

.section-title p {

    margin: 7px 0px;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;

}


.bg-s-light-gray {
    background-color: #f5f5f5 !important
}

    {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    color: #1e88e5;
}

/*---------- Service Page ----------*/

/*---------- Page Title ----------*/
.page-title-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    background: url('../image/etc/6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    display: flex
}
.page-title-wrap > .container {position:relative;margin-top: 110px;display:flex;justify-content:space-between}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.sub-title {
    position: relative;
    font-size: 20px;
    margin: 10px 0 30px;
    color: #1e88e5
}

.sub-title small {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    border-top: 1px solid #757575;
    padding-top: 10px;
    color: var(--bs-body-color);
}

.contact-img {
    margin-bottom: 50px
}

.contact-info h3 {
    margin: 0 0 20px;
    font-size: 1.375rem
}

.contact-info ul {
    position: relative;
    border-bottom: 1px solid #c5c5c5
}

.contact-info ul:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #353535
}

.contact-info li {
    position: relative;
    padding: 15px 0 15px 90px;
    border-top: 1px solid #c5c5c5;
    color: #757575
}

.contact-info li span {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 80px;
    color: #252525;
    border-top: 2px solid #353535;
    padding-top: 15px
}

.map-box {
    margin-top: 30px
}

@media (min-width: 992px) {
    .sub-title {
        font-size: 22px;
    }
}

/*--------------------------------------------------------------
# Services-Box
--------------------------------------------------------------*/
/* TICKED 리스트 기본 스타일 */
#services-box .ticked {
    list-style: none;
    margin: 0;
    padding: 0;
}

#services-box .ticked li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
}

#services-box .ticked li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 15px;
    color: var(--bs-green);
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Services-Card
--------------------------------------------------------------*/

.services-card {
    /*    color: #444;*/
    background-color: #fff;
    padding: 40px 0;
    scroll-margin-top: 77px;
    overflow: clip;
}

.services-card .img {
    margin-top: 40px;
    border-radius: 8px;
    width: 100%;
    height: 250px;
    /* 예제: 원하는 높이 값 설정 */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    /* 이미지 로딩 전 배경색 */
}

.services-card .img img {
    transition: 0.6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 이미지 비율 유지하며 채우기 */
}

.services-card .details {
    background: color-mix(in srgb, #fff, transparent 5%);
    padding: 50px 30px 15px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.5s;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services-card .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: #ff4a17;
    color: #ffffff;
    border: 6px solid #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
}

.services-card .details h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.services-card .details p {
    color: color-mix(in srgb, #333, transparent 10%);
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services-cards .service-item:hover .details h3 {}

.services-card .service-item:hover .details .icon {
    background: #ffffff;
    border: 2px solid #ff4a17;
}


.services-card .service-item:hover .details .icon i {
    color: #ff4a17;
}

.services-card .service-item:hover .img img {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# Services-Box
--------------------------------------------------------------*/
.services-box {
    /*    color: #444;*/
    background-color: #fff;
    padding: 40px 0;
    scroll-margin-top: 77px;
    overflow: clip;
}

.services-box .service-item {
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 70px;
    transition: all ease-in-out 0.3s;
    border-radius: 18px;
    max-height: 200px;
    min-height: 200px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.services-box .service-item .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.services-box .service-item .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

.services-box .service-item h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.services-box .service-item h3::after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #ff4a17;
    margin: 4px 10px;
}

.services-box .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


.services-box .service-item:hover {
    transform: translateY(-10px);
}

.services-box .service-item:hover h3 {
    color: #ff4a17;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/*--------------------------------------------------------------
# INFO-BOX
--------------------------------------------------------------*/
.info_box_w .col-md-4,
.info_box_w .col-lg-2,
.info_box_w .col-sm-2,
.info_box_w .col-xs-2 {
    padding: 5px;
}

.info_box {
    padding: 5px 5px;
    border: 1px solid #ddd;
    width: 100%;
    height: 150px;
    background: #f5f5f5;
}

.info_box-s {
    position: relative;
    padding: 5px 5px;
    border: 1px solid #eee;
    width: 100%;
    height: 150px;
    background: #fff;
}

.box-text h2 {
    font-size: 22px;
    padding: 15px;
    margin: 0px;
    color: #666;
}

.box-text p {
    font-family: "s-core-dream-regular";
    font-size: 15px;
    padding: 2px 20px;
    line-height: 21px;
    margin: 0px;
    color: #666;
    font-weight: 700;
}

.info_box-s:hover h2,
.info_box-s:hover p {
    color: #000;
}

.info_box-s .top-bar-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.info_box-s::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #ff4a17;
    transition: width 0.4s ease-in-out;
}

.info_box-s .social-icon-sm {
    margin: 0 5px 5px 0;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 35px !important;
    color: #555;
    text-shadow: none;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.info_box-s .social-icon-sm i {
    display: block;
    margin-top: 5px;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative;
}

.info_box-s:hover .social-icon-sm i:first-child {
    margin-top: -40px;
}

.info_box-s:hover .top-bar-socials .si-facebook {
    background-color: #FFE200 !important;
    color: white !important;
}

.info_box-s:hover .top-bar-socials .si-facebook img {
    margin: -7px !important;
}

.info_box-s:hover .top-bar-socials .si-instagram {
    background-color: #B93895 !important;
    color: white !important;
}

.info_box-s:hover .top-bar-socials .si-youtube-play {
    background-color: #FF0000 !important;
    color: white !important;
}

.info_box-s:hover .top-bar-socials .si-naver {
    background-color: #1EC800 !important;
    color: white !important;
}

.info_box-s:hover .top-bar-socials .si-naver img {
    margin: -7px !important;
}

.info_box-s:hover::before {
    width: 100%;
}

.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}

.bg-img {
    position: relative;
    overflow: hidden;
}

.bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/25032701.jpg') center center / cover no-repeat;
    filter: blur(20px);
    transform: scale(1.1);
    z-index: 0;
    opacity: 0.7;
    /* 배경 어둡게 하고 싶으면 조정 */
}

.bg-img>*:not(.bg-blur) {
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
# watermark
--------------------------------------------------------------*/
.img-responsive-w {
    max-width: 100%;
    height: auto;
}

.watermark-wrap {
    position: relative;
    display: inline-block;
}

.watermark-wrap img {
    display: block;
}

.watermark {
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 6px;
    border-radius: 4px;
    pointer-events: none;
    /* 워터마크 클릭 방지 */
}