
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /* --bs-body-font-family:'Montserrat', 'Noto Sans KR', Dotum, Sans-serif; */
    --bs-body-font-family:'Pretendard', Dotum, Sans-serif;
    --bs-body-font-size:1rem;
    --bs-body-font-weight:300;
    --bs-body-line-height:1.5;
    --bs-body-color:#000000;

    --bs-primary:#0c76bc;
    --bs-secondary: #2c4393;
    --bs-success: #24a148;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #ff5938;
    --bs-light: #f5f5f5;
    --bs-dark: #000000;
    --bs-lightblue: #eef2fa;

    --bs-white: #fff;
    --bs-gray: #666666;
    --bs-gray-dark: #222222;
    --bs-gray-100: #f2f7fe; /* 배경색 */
    --bs-gray-200: #f9f9f9; /* 배경색 02 */
    --bs-gray-300: #dddddd; /* 선색 */
    --bs-gray-400: #ced4da;
    --bs-gray-500: #999999; /* 풋터 주소 */
    --bs-gray-600: #888888; /* 풋터 메뉴 */
    --bs-gray-700: #555555; /* copyright */
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;

    --bs-btn-bag: #6d757a;

    --admin-bg-color:#28344e;
    --admin-login-color:#535d71;

    --bs-border-radius-lg: 10px;
}

body {
        font-family:var(--bs-body-font-family); 
        font-weight:var(--bs-body-font-weight); 
        font-size:var(--bs-body-font-size); 
        line-height:var(--bs-body-line-height);
        color:var(--bs-body-color); 
        -webkit-font-smoothing: antialiased;
    }

h1, h2, h3 {color: var(--bs-gray-dark); font-weight: 700;}

a {text-decoration:none; color: var(--bs-body-color);}
a:hover {text-decoration:none; color: var(--bs-primary);}

ol, ul {padding-left: 0; margin-bottom: 0;}
ol, ul, li {list-style-type: none;}

p {font-size: 1rem;}
p:not(:last-child) {margin-bottom: 1rem;}

.border-top-dark {border-top: 2px solid var(--bs-dark) !important;}

.blind {position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; border:0;}

@media screen and (min-width: 1200px) {
    p {font-size: 1.125rem;}
}

.fs-6 {font-size: 1.125rem !important;}
.text-17 {font-size: 17px;}
.text-18 {font-size: 18px;}
.text-16 {font-size: 16px;}
.text-15 {font-size: 15px;}
.text-14 {font-size: 14px!important;}
.text-13 {font-size: 13px;}
.text-secondary {color: var(--bs-secondary);}

.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.fw-800 {font-weight: 800;}

.up {text-transform: uppercase;}


address {margin-bottom: 0.5rem;}
section {padding-top: 80px; padding-bottom: 80px; word-break: keep-all;}

@media screen and (min-width: 1200px) {
    section {padding-top: 150px; padding-bottom: 150px;}
}


.bag-gray {background-color: var(--bs-gray-100);}
.bag-gray-02 {background-color: var(--bs-gray-200);}
.bag-blue {background-color: #f2f7fe;}


/* ********************* */
/* **** user class ***** */
/* ********************* */
.sound-only, .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
}

.menu-open {overflow: hidden;}


/* ********************* */
/* ******* layout ****** */
/* ********************* */
.container {max-width: 1440px; padding-left: 4%; padding-right: 4%;}
.container-fluid {max-width: 1820px; padding-left: 4%; padding-right: 4%;}

@media screen and (min-width: 1200px) {
    .container {padding-left: 20px; padding-right: 20px;}
    .container-fluid {padding-left: 20px; padding-right: 20px;}
}



/* ********************* */
/* ******* banner ****** */
/* ********************* */
.main-banner .swiper-wrapper {transition-timing-function: linear;}
.banner-logo {width: 100%;}
.main-banner .swiper-slide {text-align: center; height: 80px; display: flex; align-items: center; justify-content: center;}

.main-banner02 .swiper-wrapper {transition-timing-function: linear;}
.main-banner02 .swiper-slide {text-align: center; height: 80px; display: flex; align-items: center; justify-content: center;}

.main-banner03 .swiper-wrapper {transition-timing-function: linear;}
.main-banner03 .swiper-slide {text-align: center; height: 80px; display: flex; align-items: center; justify-content: center;}
.banner-link {cursor: auto;}

/* ********************* */
/* ******* button ****** */
/* ********************* */
.btn {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 12px;
    --bs-btn-border-radius: 5px;
}

.btn-sm {height: 45px;}
.btn-lg {--bs-btn-padding-x: 2rem; height: 65px;}
.btn-sm .bi-arrow-right {margin-left: 8px;}
.btn-lg .bi-arrow-right {margin-left: 24px;}
.btn-xl {min-width: 100%; height: 60px; font-size: 1.25rem; font-weight: 500;}


.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color:  var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
}

.btn-secondary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color:  var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
}

.btn-success {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-success);
    --bs-btn-border-color:  var(--bs-success);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-success);
    --bs-btn-hover-border-color: var(--bs-success);
    --bs-btn-active-bg: var(--bs-success);
}

.btn-danger {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-danger);
    --bs-btn-border-color:  var(--bs-danger);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-danger);
    --bs-btn-hover-border-color: var(--bs-danger);
    --bs-btn-active-bg: var(--bs-danger);
}

.btn-warning {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-warning);
    --bs-btn-border-color:  var(--bs-warning);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-warning);
    --bs-btn-hover-border-color: var(--bs-warning);
    --bs-btn-active-bg: var(--bs-warning);
}

.btn-info {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-info);
    --bs-btn-border-color:  var(--bs-info);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-info);
    --bs-btn-hover-border-color: var(--bs-info);
    --bs-btn-active-bg: var(--bs-info);
}

.btn-light {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-bg: var(--bs-light);
    --bs-btn-border-color:  var(--bs-light);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-light);
    --bs-btn-hover-border-color: var(--bs-light);
    --bs-btn-active-bg: var(--bs-light);
}

.btn-lightgreen {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-lightgreen);
    --bs-btn-border-color:  var(--bs-lightgreen);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-lightgreen);
    --bs-btn-hover-border-color: var(--bs-lightgreen);
    --bs-btn-active-bg: var(--bs-lightgreen);
    --bs-btn-active-color: var(--bs-white);
}

.btn-dark {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-dark);
    --bs-btn-border-color:  var(--bs-dark);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-border-color: var(--bs-dark);
    --bs-btn-active-bg: var(--bs-dark);
}



.btn-white {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color:  var(--bs-gray-400);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-gray-400);
    --bs-btn-active-bg: var(--bs-white);
}


.btn-link {
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
}



.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color:  var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
}

.btn-secondary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color:  var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
}

.btn-success {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-success);
    --bs-btn-border-color:  var(--bs-success);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-success);
    --bs-btn-hover-border-color: var(--bs-success);
    --bs-btn-active-bg: var(--bs-success);
}

.btn-danger {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-danger);
    --bs-btn-border-color:  var(--bs-danger);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-danger);
    --bs-btn-hover-border-color: var(--bs-danger);
    --bs-btn-active-bg: var(--bs-danger);
}

.btn-warning {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-warning);
    --bs-btn-border-color:  var(--bs-warning);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-warning);
    --bs-btn-hover-border-color: var(--bs-warning);
    --bs-btn-active-bg: var(--bs-warning);
}

.btn-info {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-info);
    --bs-btn-border-color:  var(--bs-info);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-info);
    --bs-btn-hover-border-color: var(--bs-info);
    --bs-btn-active-bg: var(--bs-info);
}

.btn-light {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-bg: var(--bs-light);
    --bs-btn-border-color:  var(--bs-light);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-light);
    --bs-btn-hover-border-color: var(--bs-light);
    --bs-btn-active-bg: var(--bs-light);
}

.btn-lightgreen {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-lightgreen);
    --bs-btn-border-color:  var(--bs-lightgreen);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-lightgreen);
    --bs-btn-hover-border-color: var(--bs-lightgreen);
    --bs-btn-active-bg: var(--bs-lightgreen);
    --bs-btn-active-color: var(--bs-white);
}

.btn-dark {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-dark);
    --bs-btn-border-color:  var(--bs-dark);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-border-color: var(--bs-dark);
    --bs-btn-active-bg: var(--bs-dark);
}

.btn-gray {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-btn-bag);
    --bs-btn-border-color:  var(--bs-btn-bag);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-btn-bag);
    --bs-btn-hover-border-color: var(--bs-btn-bag);
    --bs-btn-active-bg: var(--bs-btn-bag);
}


.btn-white {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color:  var(--bs-gray-400);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-gray-400);
    --bs-btn-active-bg: var(--bs-white);
}

.btn-white:hover {box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}

.btn-link {
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
}


/* buttons - outline */
.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
}
.btn-outline-primary:hover {color: var(--bs-white) !important;}

.btn-outline-secondary {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
}

.btn-outline-success {
    --bs-btn-color: var(--bs-success);
    --bs-btn-border-color: var(--bs-success);
    --bs-btn-hover-bg: var(--bs-success);
    --bs-btn-hover-border-color: var(--bs-success);
    --bs-btn-active-bg: var(--bs-success);
}

.btn-outline-danger {
    --bs-btn-color: var(--bs-danger);
    --bs-btn-border-color: var(--bs-danger);
    --bs-btn-hover-bg: var(--bs-danger);
    --bs-btn-hover-border-color: var(--bs-danger);
    --bs-btn-active-bg: var(--bs-danger);
}

.btn-outline-warning {
    --bs-btn-color: var(--bs-warning);
    --bs-btn-border-color: var(--bs-warning);
    --bs-btn-hover-bg: var(--bs-warning);
    --bs-btn-hover-border-color: var(--bs-warning);
    --bs-btn-active-bg: var(--bs-danger);
}

.btn-outline-info {
    --bs-btn-color: var(--bs-info);
    --bs-btn-border-color: var(--bs-info);
    --bs-btn-hover-bg: var(--bs-info);
    --bs-btn-hover-border-color: var(--bs-info);
    --bs-btn-active-bg: var(--bs-info);
}

.btn-outline-light {
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-border-color: var(--bs-gray-300);
    --bs-btn-hover-bg: var(--bs-gray-300);
    --bs-btn-hover-border-color: var(--bs-gray-300);
    --bs-btn-active-bg: var(--bs-gray-300);
}

.btn-outline-dark {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-border-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-border-color: var(--bs-dark);
    --bs-btn-active-bg: var(--bs-dark);
}
.btn-outline-dark:hover {color: var(--bs-white) !important;}


/* ********************* */
/* **** color & bg ***** */
/* ********************* */
.text-primary {color: var(--bs-primary) !important;}
.text-secondary {color: var(--bs-secondary) !important;}
.text-success {color: var(--bs-success) !important;}
.text-info {color: var(--bs-info) !important;}
.text-warning {color: var(--bs-warning) !important;}
.text-danger {color: var(--bs-danger) !important;}
.text-light {color: var(--bs-light) !important;}
.text-dark {color: var(--bs-dark) !important;}
.text-gray {color: var(--bs-gray) !important;}


/* Background color */
.bg-primary {background-color: var(--bs-primary) !important;}
.bg-secondary {background-color: var(--bs-secondary) !important;}
.bg-success {background-color: var(--bs-success) !important;}
.bg-info {background-color: var(--bs-info) !important;}
.bg-warning {background-color: var(--bs-warning) !important;}
.bg-danger {background-color: var(--bs-danger) !important;}
.bg-light {background-color: var(--bs-light) !important;}
.bg-dark {background-color: var(--bs-dark) !important;}
.bg-white {background-color: var(--bs-white) !important;}

.bg-admin {background-color: var(--admin-bg-color);}
.bg-admin-login {background-color:var(--admin-login-color);}



/* ********************* */
/* ******** card ******* */
/* ********************* */
.card {
    --bs-card-spacer-y: 1.5rem;
    overflow: hidden;
}

.card-img {width: 100%; height: auto; padding-bottom: 70%; position: relative; overflow: hidden;}
.card-img:hover img {-webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.card-img img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover;}

.card-title {font-weight: 700; color: var(--bs-gray-dark);}
.card-desc {width: 100%; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.card-footer {background-color: transparent;}

@media screen and (min-width: 992px) {
    .card {border-width: 0;}
}




/* ********************* */
/* ******** list ******* */
/* ********************* */




/* ********************* */
/* ******* modal ******* */
/* ********************* */
.modal-header .modal-title {color: var(--bs-dark);}









/* ********************* */
/* ******* table ****** */
/* ********************* */
.table>:not(caption)>*>* {padding: 1rem 1rem; font-size:1rem; vertical-align: middle;}
.table thead tr {border-bottom: 1px solid var(--bs-gray-200); text-align: center;}
.table thead tr th {border-width: 0; color: var(--bs-dark); }
.table tbody tr th {background-color: var(--snb-bg);}

.table-primary {
    --bs-table-color: var(--bs-white);
    --bs-table-bg: var(--bs-primary);
    --bs-table-border-color: var(--bs-white);
    --bs-table-hover-bg: var(--bs-gray-500);
    font-weight: 400;
}

.table-primary>:not(caption)>*>* {padding: 1rem 1rem;}

.table.table-primary thead th {border-right: 1px solid var(--bs-white); color: var(--bs-white); font-weight: 500; font-size: 1.125rem;}
.table.table-primary thead tr {border-color: var(--bs-primary);}

.table-primary tbody tr {border-bottom: 1px solid var(--bs-body-color);}
.table-primary tbody tr th {color: var(--bs-primary); font-size: 1.125rem; text-align: center;}
.table-primary tbody td {background-color: var(--bs-white); color: var(--bs-dark); text-align: center; border-right: 1px solid var(--bs-gray-200); font-size: 1.125rem;}
.table-primary tbody td:last-child {border-width: 0;}



/* ******************** */
/* ****** visual ****** */
/* ******************** */
/* main-visual */
.main-visual * {color: var(--bs-white);}
.main-visual .swiper-slide {width: 100%; height: 100vh; min-height: 800px; max-height: 100%; text-align: center;}

.main-visual .text-primary {letter-spacing: 5px; margin-bottom: 40px;}
.main-visual .display-3 {margin-bottom: 50px;}

.main-visual .visual-01 {width: 100%; height: 100vh; background-image: url('/images/main/mainvisual_01.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.main-visual .visual-02 {width: 100%; height: 100vh; background-image: url('/images/main/mainvisual_02.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.main-visual .visual-03 {width: 100%; height: 100vh; background-image: url('/images/main/mainvisual_03.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}







.main-visual .container {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--bs-white);}
.main-visual .container p {padding-bottom: 110px;}

@media screen and (min-width: 1200px) {
    .main-visual .swiper-slide {max-height: 1080px;max-height: 100%;}
}

.swiper-controls {width: 100%; height: 3px; max-width: 1360px; padding-left: 4%; padding-right: 4%; position: absolute; bottom: 58px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); display: flex; justify-content: flex-start; z-index: 1;}
.swiper-controls .progress {width: 100%; max-width: 200px; height: 3px; background-color: rgba(255, 255, 255, 0.5); -webkit-border-radius: 0; border-radius: 0; overflow: hidden;}
.swiper-controls .progress .progress-bar {width: 0%; background-color: var(--bs-primary);   animation-name: progress; animation-duration: 5s; animation-timing-function: linear; animation-iteration-count: 1;}



@media screen and (min-width: 1200px) {
    .swiper-controls {padding-left: 20px; padding-right: 20px;}
}

@-webkit-keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


.main-visual .swiper-button-next, 
.main-visual .swiper-button-prev {top: auto; bottom: auto; left: auto; right: auto; position: relative;}
.main-visual .swiper-button-prev, 
.main-visual .swiper-rtl .swiper-button-next {margin-left: 10px;}
.main-visual .swiper-button-next, 
.main-visual .swiper-rtl .swiper-button-prev {margin-left: 10px;}

.main-visual .swiper-button-next:after, 
.main-visual .swiper-button-prev:after {font-size: 1rem; font-weight: 900; color: var(--bs-white);}
.button-area button {padding: 0;  font-size: 1.5rem; margin-top: -26px;} 



.main-visual .desc {margin-bottom: 8.125rem; }

.desc {font-size: 1.125rem;}


@media screen and (min-width: 1200px) {
    .desc {font-size: 1.375rem;}
}


.main-visual .swiper-horizontal>.swiper-pagination-bullets 
.main-visual .swiper-pagination-bullet, 
.main-visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0;}

.main-visual .swiper-pagination {padding-left: 4%; padding-right: 4%; bottom: auto; top: calc(50% + 170px); left: 50%; text-align: center; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.main-visual .swiper-pagination-bullet {width: 54px; height: 54px; font-size: 0.875rem; font-weight: 700; color: var(--bs-white); display: inline-flex; justify-content: center; align-items: center; background-color: transparent; opacity: 1;}
.main-visual .swiper-pagination-bullet.swiper-pagination-bullet-active {border: 2px solid var(--bs-primary);}


/* scroll event */
.scroll-down {color: var(--bs-white); position: absolute; bottom: 44px; right: 4%; z-index: 100; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; display: none;}
.scroll-down .vertical-rlEN {margin: 0; writing-mode: vertical-rl; font-size: 0.6875rem; font-weight: 500; line-height: 1;}

.scrollbar {width: 10px; height: 70px; position: relative; margin-bottom: 0.9375rem; display: inline-block; overflow: hidden;}
.scrollbar .bar {width: 1px; height: 100%; background-color: rgba(255,255,255,0.3); position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 90;}
.scrollbar .scroll-dot {width: 8px; height: 8px; background-color: var(--bs-white); -webkit-border-radius: 50rem; border-radius: 50rem; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); animation: scroll 1s linear infinite; }

@media screen and (min-width: 1200px) {
    .scroll-down {display: flex;}
}


@media screen and (max-width: 767px) {
    .main-visual .container  p {padding-bottom: 0;}
    .main-visual .swiper-pagination {top: auto; bottom: 5%;}
}


@-webkit-keyframes scroll{
    0% {
        transform: translateX(-50%) translateY(-8px);
    }
    100% {
        transform: translateX(-50%) translateY(78px);
    }
}

@-webkit-keyframes scroll{
    0% {
        transform: translateX(-50%) translateY(-8px);
    }
    100% {
        transform: translateX(-50%) translateY(78px);
    }
}

@keyframes scroll{
    0% {
        transform: translateX(-50%) translateY(-8px);
    }
    100% {
        transform: translateX(-50%) translateY(78px);
    }
}





/* sub-visual */
.sub-visual {width: 100%; height: 450px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image:url('/images/sub/subvisual.jpg'); background-size: cover;}

.sub-visual.visual-01 { background-image:url('/images/sub/subvisual-01.jpg');}
.sub-visual.visual-02 { background-image:url('/images/sub/subvisual-02.jpg');}

.sub-visual.visual-02-01 { background-image:url('/images/sub/subvisual-02-01.jpg');}
.sub-visual.visual-02-02 { background-image:url('/images/sub/subvisual-02-02.jpg');}


.sub-visual.visual-03-01 { background-image:url('/images/sub/subvisual-03-01.jpg');}
.sub-visual.visual-03-02 { background-image:url('/images/sub/subvisual-03-02.jpg');}
.sub-visual.visual-03-03 { background-image:url('/images/sub/subvisual-03-03.jpg');}
.sub-visual.visual-03-04 { background-image:url('/images/sub/subvisual-03-04.jpg');}
.sub-visual.visual-03-05 { background-image:url('/images/sub/subvisual-03-05.jpg');}
.sub-visual.visual-03-06 { background-image:url('/images/sub/subvisual-03-06.jpg');}
.sub-visual.visual-03-07 { background-image:url('/images/sub/subvisual-03-07.jpg');}

.sub-visual.visual-04-01 { background-image:url('/images/sub/subvisual-04-01.jpg');}
.sub-visual.visual-04-02 { background-image:url('/images/sub/subvisual-04-02.jpg');}
.sub-visual.visual-04-03 { background-image:url('/images/sub/subvisual-04-03.jpg');}
.sub-visual.visual-04-04 { background-image:url('/images/sub/subvisual-04-04.jpg');}

.sub-visual.visual-05 { background-image:url('/images/sub/subvisual-05.jpg');}




/* sub-visual location -필요없을시 아래내용 지우기*/
.sub-visual .container {margin-top: 4rem;}
.location {font-size: 0.875rem; }
.location ul{display: flex; color: var(--bs-white); justify-content: center; flex-wrap: wrap; align-items: center;}
.icon_home i::before {vertical-align: text-top;}
.location ul li {margin-right: 5px;}
.location ul li:not(:last-child)::after {content: "\F309"; font-family: "bootstrap-icons"; position: relative; margin-left: 5px; font-size: 0.75rem;} 




/* ********************* */
/* ***** side-nav ****** */
/* ********************* */
.spy-nav {position: fixed; right: 20px; bottom: 0; z-index: 100; }
.spy-nav-list {position: relative;}
.spy-nav-list::before {content: 'Scroll'; font-size: 0.75rem; font-weight: 700; color: var(--bs-primary); text-transform: uppercase; position: absolute; right: calc(100% + 5px); bottom: 10px; writing-mode: vertical-rl;}
.spy-nav-item a {width: 2px; height: 40px; background-color: var(--bs-gray-500); display: block;}
.spy-nav-item a.on {background-color: var(--bs-primary);}
.spy-nav-item a:hover {background-color: var(--bs-primary);}

@media screen and (min-width: 1440px) {
    .spy-nav {right: 180px;}
}


/* ******************** */
/* ******** snb ******* */
/* ******************** */
/* desktop */
.snb {border-bottom: 1px solid var(--bs-gray-200);}
.snb-list li.active a {color: var(--bs-primary); border-bottom: 4px solid var(--bs-primary);}
.snb-list li a {padding: 1.5rem; color: var(--bs-body-color); display: block;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}


/* mobild */
.snb-list {display: flex; justify-content: flex-start; align-items: flex-start;  font-size: 1.125rem; font-weight: 500;}
.snb-list .snb-item {border-right: 1px solid var(--bs-gray-200); position: relative;}
.snb-list .snb-item.home {height: 70px; padding-left: 0.875rem; padding-right: 0.875rem; line-height: 70px;}

.snb-list .dropdown {width: calc(50% - 22.5px);}
.snb-list .dropdown-toggle {width: 100%; height: 70px; padding-left: 0.875rem; padding-right: 1.5rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; position: relative; outline: 0; border: none; font-weight: 500;}
.snb-list .dropdown-toggle:focus {outline: 0; border: none;}
.snb-list .dropdown-toggle::after {position: absolute; top: 50%; right: 4%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.snb-list .dropdown-toggle.on {color: var(--bs-primary);}
.snb-list .dropdown-toggle.show::after { -webkit-transform: translateY(-40%) rotate(180deg); transform: translateY(-40%)rotate(180deg);}

.snb-list .dropdown-toggle i.bi {position: absolute; right: 0.75rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}

.snb-list .dropdown-menu {min-width: 0; width: 100%; padding-top: 0; padding-bottom: 0; z-index: 2000;}
.snb-list .dropdown-menu a {display: block; width: 100%; padding: 0.5rem 0.875rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.snb-list .dropdown-menu a:hover {color: var(--bs-primary); background-color: var(--bs-gray-300); font-weight: 500;}

@media screen and (min-width: 768px) {
    .snb-list .snb-item.home {font-size: 1.125rem;}
    /* .snb-list .snb-item:last-child {border-width: 1px;} */
}


@media screen and (min-width: 1440px) {
    .snb-list {justify-content: space-between;}
    .snb-list .snb-item {border-width: 0;}
}



/* ******************** */
/* ****** swiper ****** */
/* ******************** */
.swiper-pagination-bullet-active {background-color: var(--bs-primary);}






/* ********************* */
/* ******* header ****** */
/* ********************* */
.header {width: 100%; height: auto; position: fixed; top: 0; left: 0; z-index: 1002;}

.header .dropdown-toggle {width: 100%; height: 35px; padding:0.3rem 0.5rem; font-size: 0.875rem; color: var(--bs-white);}
.header .dropdown-toggle.show .fa-angle-down {transform: rotate(180deg);}
.header .dropdown-toggle::after {display: none;}
.header .dropdown-toggle:active {color: var(--bs-white); border-color: var(--bs-white);}


.header .dropdown-menu {min-width: 0; width: 100%; text-align: center;}

/* logo */
/* .navbar-brand {position: absolute; top: 50%; left: 4%; -webkit-transform: translateY(-50%); transform: translateY(-50%);} */
.navbar-brand {width: 210px; height: auto;}
.navbar-brand .logo-dark {display: none;}


/* @media screen and (min-width: 1200px) {
    .navbar-brand {left: 20px;}
} */

@media screen and (max-width:767px){
    .navbar-brand {width: 200px;}
}


/* gnb */
.gnb {width: 100%; height: 100px; position: relative; padding: 0;}
.gnb::before {content: ""; position: absolute;; width: 100%; height: 100%; backdrop-filter: blur(10px);}
.gnb .bag-white {background-color: var(--bs-white); width: 100%; height: 395px; position: absolute; left: 0; top: 100px; display: none; border-top: 1px solid var(--bs-gray-300);}
.gnb .bag-white.active {display: block;}

.gnb > .container-fluid {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; position: relative;}

.gnb .nav-list {display: flex; justify-content: flex-start; align-items: center; display: none;}

.gnb .nav-item {position: relative;}
.gnb .nav-item:hover .nav-link {color: var(--bs-primary);}


.gnb .nav-item.active > a {color: var(--bs-primary);}
.gnb .nav-link {padding: 0.5rem 0; margin-right: 100px; font-size: 1.25rem; color: var(--bs-white); font-weight: 500; height: 100px; display: flex; align-items: center;}

.gnb .nav-item:last-child .nav-link {margin-right: 0;}

.gnb .nav-list:hover .submenu {display: block;}


/* .gnb 에 active가 붙으면 */

.gnb.active {background-color: var(--bs-white);}
.gnb.active .nav-list .nav-link {color: var(--bs-dark);}
.gnb.active .nav-list .nav-item:hover .nav-link {color: var(--bs-primary);}
.gnb.active .logo-wh {display: none;}
.gnb.active .logo-dark {display: block;}
.gnb.active .submenu .sub-link:hover {color: var(--bs-secondary);}


/* submenu */
.submenu {min-width: 120px; width: 100%; height: 395px; padding: 30px 1.125rem; padding-left: 0; background-color: var(--bs-white);   position: absolute; top: 100%; left: 0; word-break: keep-all; display: none; border-top: 1px solid var(--bs-gray-300);}

.sub-item:not(:last-child) {margin-bottom: 20px;}
.sub-item.active {color: var(--bs-primary);}
.submenu .sub-item.active a {color: var(--bs-secondary); font-weight:700;}

/* .sub-item.active .sub-link::after {opacity: 1; visibility: visible;} */

.sub-link {color: inherit; position: relative; display: inline-block; font-size: 15px; font-weight: 400;}
.sub-link:hover {color: var(--bs-secondary); font-weight: 700;}
/* .sub-link:hover::after {opacity: 1; visibility: visible;}
.sub-link::after {content: ''; width: 100%; height: 2px; background-color: var(--bs-primary); position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; visibility: hidden;} */



/* util-menu */
.util-list {display: flex; justify-content: flex-start; align-items: center; display: none;}

.util-item {position: relative;}
.util-item:not(:last-child) {margin-right: 0.5rem;}
.util-item.bar::after {content: '';  width: 1px;  height: 15px; background-color: var(--bs-gray-300); position: absolute; top: 50%; right: -5px; -webkit-transform: translateY(-50%); transform: translateY(-50%);}

.util-link {
    padding: 0.5rem; font-weight: 400; color: var(--bs-white);
}


/* 로그인 했을 때 뜨는 마이페이지 버튼 */
.btn-util {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-border-width: 0;
    --bs-btn-hover-color: var(--bs-white);
    font-size: 1.75rem; color: var(--bs-white);
}


/* 전체메뉴 버튼 */
.btn-trigger {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-border-width: 0;
    --bs-btn-hover-color: var(--bs-white);
    font-size: 2rem; color: var(--bs-white);
}


@media screen and (min-width: 1200px) {
    .util-list {display: flex;}
    .gnb .nav-list {display: flex;}

    .btn-util {display: none;}
    .btn-trigger {display: none;}
    
}



/* 전체 메뉴 */
.all-menu {width: 100%; height: 100%; background-color: var(--bs-white); position: fixed; top: 0; left: 0; z-index: 1100; display: none;}
.all-menu .container {width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}

.all-menu-header {width: 100%; height: 90px; border-bottom: 1px solid var(--bs-gray-300); display: flex; justify-content: space-between; align-items: center;}
.all-menu-header .logo {width: 210px; height: auto;}

.all-menu-header .btn-close {opacity: 1; font-size: 1.5rem;}

.all-menu-nav {width: 100%; max-height: calc(100vh - 170px); padding: 1.5rem 0; flex: 1; overflow-y: auto;}

.all-menu-list {width: 100%;}
.all-menu-list .all-link,
.all-menu-list .btn-allmenu {padding: 0.625rem 0; font-size: 1.25rem; font-weight: 700; color: var(--bs-dark); display: inline-block;}

.all-menu-list .btn-allmenu {border-width: 0;}
.all-menu-list .btn-allmenu .bi {font-size: 1rem; margin-left: 0.5rem;}
.all-menu-list .btn-allmenu.active {color: var(--bs-primary);}
.all-menu-list .btn-allmenu.active .bi::before {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.all-menu-list .btn-allmenu.active + .all-submenu {display: block;}

.all-submenu {padding: 1rem; margin-bottom: 1rem; font-size: 1.125rem; font-weight: 500; background-color: var(--bs-gray-100); display: none;}


.all-menu-footer {width: 100%; padding: 1rem 0; border-top: 1px solid var(--bs-gray-300);}

.all-foot-list {font-weight: 400;}
.all-foot-list .all-foot-item:not(:last-child) {margin-bottom: 0.2rem;}
.all-foot-list .all-foot-item b {display: inline-block; color: var(--bs-dark);}
.all-foot-list .dropdown-toggle {max-width: 95px; margin-left: auto; margin-top: 1rem; color: var(--bs-dark); border-color: var(--bs-dark); display: block;}
.all-foot-list .dropdown-menu {max-width: 95px; border-color: var(--bs-dark);}





/* ********************** */
/* *** header-isFixed *** */
/* ********************** */
.header.isFixed {background-color: var(--bs-white); border-color: var(--bs-gray-200);}
.isFixed .nav-link,
.isFixed .util-link,
.isFixed .btn {color: var(--bs-dark);}
.isFixed .btn-primary {color: var(--bs-white);}
.isFixed.header .dropdown-toggle {color: var(--bs-dark);}
.isFixed .navbar-brand .logo-dark {display: block;}
.isFixed .navbar-brand .logo-wh {display: none;}





/* ********************** */
/* *********quick******** */
/* ********************** */
.quick-menu {position: fixed; top: auto; bottom: 15vh; right: 0px; z-index: 400; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: all 200ms linear; transition: all 200ms linear;}
.quick-menu li {width: 70px; height: 60px; padding-left: 10px; position: relative;}
.quick-menu li:hover .quick-nav-text {display: block;}
.quick-menu li:not(:last-child) {margin-bottom: 8px;}
.quick-menu li a {display: block; width: 100%; height: 100%;}
.quick-menu .quick-nav-text {padding: 8px 16px; background-color: var(--bs-white); color: var(--bs-dark); position: absolute; top: 50%; right: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); border-radius: 8px; white-space: nowrap; box-shadow: 1px 0px 3px rgba(0,0,0,0.3); display: none;}
.quick-menu .quick-nav-text:hover {color: var(--bs-primary);}
.quick-menu .btn-topScroll {width: 60px; height: 60px; background-color: var(--bs-primary);}
.quick-open .quick-menu {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); right: 20px;}
.btn-quick { --bs-btn-border-width: 4px;--bs-btn-border-color: var(--bs-primary);--bs-btn-color: var(--bs-primary);width: 85px; height: 85px; position: fixed; bottom: 20px; right: 20px;
font-weight: 700; z-index: 900; background-color: var(--bs-white);-webkit-border-radius: 50%; border-radius: 50%; padding: 0;}
.btn-quick:hover {border: 4px solid var(--bs-primary); background-color: var(--bs-white); color: var(--bs-primary);}
.btn-quick.is-active {--bs-btn-color: var(--bs-white);background-color: var(--bs-primary);}
.btn-quick.is-active:hover {color: var(--bs-white);}

@media screen and (min-width: 992px) {
    .quick-menu {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); right: 20px;}
    .btn-quick {display: none;}
}


/* ******************** */
/* ******* title ****** */
/* ******************** */

/* 타이틀 공통사항 */
.section-header {margin-bottom: 80px;}
h2.title {font-size: 2.5rem; }


@media screen and (min-width: 1200px) {
    .section-header h2.display-6 {font-size: 36px !important;}
}

/* ******************** */
/* ******** main ****** */
/* ******************** */
/* 메인 시작 */



.main-service {width: calc(100% + 14px); margin-left: -7px; margin-right: -7px; margin-bottom: -14px; display: flex; flex-wrap: wrap;}
.main-service .service-link {width: calc(25% - 14px); margin-left: 7px; margin-right: 7px; margin-bottom: 14px; height: 340px;background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 10px; padding: 50px 15px; text-align: center; position: relative;}

.main-service .service-link img {position: relative;}
.main-service .service-link h3 {position: relative;}
.main-service .service-link p {position: relative;}

.main-service .service-link-01 {width: calc(50% - 14px); background-image: url("/images/main/service-img-01.jpg");}
.main-service .service-link-02 {background-image: url("/images/main/service-img-02.jpg");}
.main-service .service-link-03 {background-image: url("/images/main/service-img-03.jpg");}
.main-service .service-link-04 {background-image: url("/images/main/service-img-04.jpg");}
.main-service .service-link-05 {background-image: url("/images/main/service-img-05.jpg");}
.main-service .service-link-06 {background-image: url("/images/main/service-img-06.jpg");}
.main-service .service-link-07 {background-image: url("/images/main/service-img-07.jpg");}
.main-service a {display: block; width: 100%; height: 100%;}

.main-service .hover {background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,102,173,0.8) 50%); width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; border-radius: 10px;-webkit-transition: all 200ms linear; transition: all 200ms linear;}
.main-service .hover>div {width: 60px; height: 60px; background-color: var(--bs-white); border-radius: 50%; font-weight: 700; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; transform: translateX(-50%); bottom: 50px;}
.main-service .hover .bi-plus-lg {height: 28px;}
.main-service .hover .bi-plus-lg::before {color: var(--bs-dark); font-size: 28px; font-weight: 700 !important;}

.main-service .service-link:hover .hover {opacity: 1;}

.main-service .logo-area {height: 50px; margin-bottom: 10px;}
.main-service .service-link-02 h3 {margin-top: 5px; font-size: 33px; letter-spacing: -1px;}
.main-service .service-link-03 img {margin-top: 8px;}
.main-service .service-link-04 img{margin-top: -10px;}


@media screen and (max-width: 1399px) {
    .main-service .service-link {width: calc(50% - 14px);}
}

@media screen and (max-width: 767px) {
    .main-service .service-link {width: calc(100% - 14px);}
    .main-service .logo-area {height: auto;}
}


/* ******************** */
/* ******** sub ******* */
/* ******************** */
/* 서브시작 */
.pt-80 {padding-top: 80px;}
.pb-80 {padding-bottom: 80px;}

/* 회사소개 */
.overview-area {padding: 80px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--bs-gray-300); border-top: 1px solid var(--bs-dark);}
.overview-area .img-area {width: 43%; display: flex; align-items: center; justify-content: center;}
.overview-area .img-area img {max-width: 320px;}
.overview-area .content-area {width: 57%; padding: 0 100px;}

.overview-area .content-area li {font-size: 1.125rem; display: flex;}
.overview-area .content-area li:not(:last-child) {margin-bottom: 30px;}
.overview-area .content-area li b {display: block; font-weight: 700; min-width: 100px;}

@media screen and (max-width: 991px) {
    .overview-area .img-area {width: 30%;}
    .overview-area .img-area img {max-width: 200px;}
    .overview-area .content-area {width: 70%;}
} 
@media screen and (max-width: 767px) {
    .overview-area {flex-direction: column;}
    .overview-area .img-area {width: 100%;}
    .overview-area .content-area {width: 100%; padding: 0; margin-top: 40px;}
    .overview-area .content-area li:not(:last-child) {margin-bottom: 20px;}
}

/* 주요연혁 */

.history li {display: flex;}
/* .history .history-list>li:not(:last-child) {padding-bottom: 100px;} */
.history li>div {width: 50%;}


.history li .img-area {display: flex; justify-content: flex-end; padding-right: 70px; margin-bottom: 100px;}
.history li .img-area img {height: fit-content;}
.history .con-area{position: relative; padding-left: 70px; padding-bottom: 100px; }
.history .con-area::before {content: ""; width: 1px; height: calc(100% + 100px); position: absolute; left: 7px; top: 1rem; background-color: var(--bs-gray-300);}
.history .con-area:first-child:before {top: 10px;} 
/* .history .con-area:last-child:before {height: 10px;}  */

.history .con-area::before { height:100%;}

.history .con-area::after {content: ""; width: 1rem; height: 1rem; border-radius: 50%; background-color: var(--bs-primary); position: absolute;top: 1rem; left: 0;}
.history .year { font-weight: 700; color: var(--bs-dark); margin-bottom: 1.5rem;} 
.history .content li {display: block; margin-bottom: 0.5rem;}
.history .content li p {margin-bottom: 0.5rem;}

.history-list>li:last-child .con-area::before {top: 0;height: 10px;}

@media screen and (max-width:767px) {
    .history li>div {width: 100%;}
    .history-list>li {flex-direction: column-reverse; position: relative;}
    .history-list>li::before {content: ""; width: 1px; height: 100%; position: absolute; left: 7px; top: 0; background-color: var(--bs-gray-300);}
    .history-list>li:last-child::before {height: 10px;}
    .history li .img-area {margin-bottom: 50px; padding-left: 2rem;padding-right: 0px; justify-content: flex-start;}
    .history .con-area {padding-left: 2rem; padding-bottom: 2rem;}
    .history .con-area::before {display: none;}
    .history .con-area::after {width: 10px; height: 10px; top: 10px; left: 3px;}
}


/* 사업영역 */

.business-area {width: calc(100% + 14px); margin-left: -7px; margin-right: -7px; margin-bottom: -14px; display: flex; flex-wrap: wrap;}
.business-area .business-item {width: calc(50% - 14px); margin-left: 7px; margin-right: 7px; margin-bottom: 14px; height: 380px;background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 10px; padding: 70px; display: flex; flex-direction: column; justify-content: center;}

.business-area .business-item-01 {background-image: url("/images/sub/company/business-img-01.jpg");}
.business-area .business-item-02 {background-image: url("/images/sub/company/business-img-02.jpg");}
.business-area .business-item-03 {background-image: url("/images/sub/company/business-img-03.jpg");}
.business-area .business-item-04 {background-image: url("/images/sub/company/business-img-04.jpg");}


@media screen and (max-width:991px)  {
    .business-area .business-item {padding: 40px;}
}
@media screen and (max-width:767px) {
    .business-area .business-item {width: calc(100% - 14px); padding: 30px; height: 300px;}
}


/* 주요고객 */
.clients-area>div:not(:last-child) {margin-bottom: 80px;}
.clients-list {width: calc(100% + 8px); margin-left: -4px; margin-right: -4px; margin-bottom: -8px; display: flex; flex-wrap: wrap;}
.clients-list li {width: 192px; height: 60px; margin-left: 4px; margin-right: 4px; margin-bottom: 8px; border: 1px solid var(--bs-gray-300); border-radius: 5px; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width:767px) {
    .clients-list li {width: calc(50% - 8px); padding: 5px 10px;}
}


/* Contact Us */
.list-type01 {}
.list-type01>div {display: flex;padding-top: 80px; padding-bottom: 80px;}
.list-type01>div:not(:last-child) {border-bottom: 1px solid var(--bs-gray-300);}
.list-type01>div h3 {min-width: 430px;}
.location-add>div {display: flex;}
.location-add>div:not(:last-child) {margin-bottom: 10px;}
.location-add strong {font-size: 1.125rem; font-weight: 700; min-width: 70px;}
.list-type02 {width: 100%; display: flex; justify-content: space-between;}

.list-type02 .btn-area {display: flex;}
.list-type02 .btn {min-width: 150px;  height: fit-content;}
.list-type02 .btn:not(:last-child) {margin-right: 5px;}

.list-type02 .btn-gray:hover {color: var(--bs-white);border-color: var(--bs-btn-bag);}

.location-add ul li {display: flex; align-items: center;}
.location-add ul li:not(:last-child) {margin-bottom: 10px;}
.location-add .badge {color: var(--bs-gray); border: 1px solid var(--bs-gray-300); font-size: 14px; border-radius: 30px; width: 54px; margin-right: 12px;}


.list-type03 {width: calc(100% + 10px); margin-left: -5px; margin-right: -5px; margin-bottom: -10px; display: flex; flex-wrap: wrap; word-break: break-all;}

.list-type03>div {width: calc(50% - 10px); margin-left: 5px; margin-right: 5px; margin-bottom: 10px; border:  1px solid var(--bs-gray-300); border-radius: 10px; padding: 25px 10px;  display: flex; align-items: center; background-color: var(--bs-white);}

.list-type03 .img-area {min-width: 90px; text-align: center;}

@media screen and (max-width:1199px) {
    .list-type02 {flex-direction: column;}
    .list-type02 .btn-area {margin-top: 30px;}
    .list-type01>div h3 {min-width: 300px;padding-right: 30px;}
}
@media screen and (max-width:991px) {
    .list-type01>div {flex-direction: column;}
    .list-type01>div h3 {min-width: auto; margin-bottom: 30px; padding-right: 0;}
    .list-type03>div {width: calc(50% - 10px);}
}

@media screen and (max-width:767px) {
    .list-type03>div {width: calc(100% - 10px);}
}

@media screen and (max-width:360px) {
    .list-type02 .btn-area {flex-direction: column;}
    .list-type02 .btn:not(:last-child) {margin-right: 0; margin-bottom: 5px;}
} 


/* SI 사업 */

.list-type18>div { display: flex; }

.list-type18 .img-area {max-width: 48%; width: 100%; padding-right: 60px;}
.list-type18 .text-area {margin-top: 50px; width: 52%;}

.list-type18 .dot-list li:not(:last-child) {margin-bottom: 12px;}


@media screen and (max-width:1440px) {
    .list-type18 .text-area {margin-top: 0;}
}

@media screen and (max-width:767px) {
    .list-type18>div {flex-direction: column; }
    .list-type18 .img-area {max-width: 100%; padding-right: 0;}
    .list-type18 .img-area img {width: 100%;}
    .list-type18 .text-area  {width: 100%; margin-top: 30px;}
}



/* 정보보호 컨설팅 */
ul.dot-list-02 {font-size: 18px;}
ul.dot-list-02 li {margin-bottom: 10px;}
ul.dot-list-02 li::before {top: 11px;}

.list-type06 {display: flex; align-items: center; justify-content: flex-start;}
.list-type06>div {width: 168px; height: 168px; border-radius: 10px; border: 1px solid var(--bs-gray-300); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; background-color: var(--bs-white); padding: 1rem;}

.list-type06 .num {font-size: 1.125rem; font-weight: 700; color: var(--bs-primary); margin-bottom: 1rem;}

.list-type06 .icon {border: 0; font-size: 22px;  width: auto; color: var(--bs-gray-500);  background-color: transparent; position: relative;}
.list-type06 .icon .bi-chevron-right {position: absolute; top: 50%; left: 50%; transform:translate(-50% , -50%); }
.list-type06 .icon .bi-chevron-right::before {font-weight: 800 !important; color: var(--bs-dark);}

@media screen and (max-width:1440px) {
    .list-type06{flex-wrap: wrap;}
    .list-type06>div {margin-bottom: 1rem;}
} 


@media screen and (max-width:430px) {
    .list-type06 {flex-direction: column;}
    .list-type06 .icon {height: auto; transform: rotate(90deg); width: 150px;}
    .list-type06>div {width: 100%; height: auto;}
    
}

.list-type07>div {border-bottom: 1px solid var(--bs-gray-300); padding: 25px 0;}
.list-type07>div:first-child {border-top: 1px solid var(--bs-dark);}
.list-type07>div p {display: flex;}


.list-type08 {display: flex; align-items: center; justify-content: flex-start;}
.list-type08>div {width: 218px; border-radius: 10px; border: 1px solid var(--bs-gray-300); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; background-color: var(--bs-white); padding: 1rem;}

.list-type08 .num {font-size: 1.125rem; font-weight: 700; color: var(--bs-primary); margin-bottom: 8px;}

.list-type08 .icon {border: 0; font-size: 22px;  width: auto; color: var(--bs-gray-500);  background-color: transparent; position: relative;}
.list-type08 .icon .bi-chevron-right {position: absolute; top: 50%; left: 50%; transform:translate(-50% , -50%); }
.list-type08 .icon .bi-chevron-right::before {font-weight: 800 !important; color: var(--bs-dark);}


.bar-list li {position: relative; padding-left: 12px; }
.bar-list li::before {content: ""; position: absolute; left: 0; width: 6px; height: 1px; background-color: var(--bs-dark); top: 9px;}


@media screen and (max-width:1440px) {
    .list-type08{flex-wrap: wrap;}
    .list-type08>div {margin-bottom: 1rem;}
} 


@media screen and (max-width:767px) {
    .list-type08 {flex-direction: column;}
    .list-type08 .icon {height: auto; transform: rotate(90deg); width: 150px;}
    .list-type08>div {width: 100%; height: auto;}
    
}

/* DB접근제어 */

@media screen and (max-width:767px)  {
    .list-type03-01 .text-area p{line-height: 1; margin-top: 15px; }
    .list-type03-01>div {flex-direction: column;}
}

.list-type09 {display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; margin-right: -5px; margin-bottom: -10px;}
.list-type09>div{width: calc(50% - 10px); margin-left: 5px; margin-right: 5px; margin-bottom: 10px; background-color: var(--bs-white); padding: 30px 40px; border-radius: 10px; border: 1px solid var(--bs-gray-300);}

.dot-list-03 li {font-size: 1rem;}
.dot-list-03 li:not(:last-child) {margin-bottom: 5px;}


@media screen and (max-width:767px) {
    .list-type09>div{width: calc(100% - 10px);}
}

.list-type10>div {display: flex; padding: 40px 0;}
.list-type10>div:not(:last-child) { border-bottom: 1px solid var(--bs-gray-300);}
.list-type10>div .img-area {display: flex; min-width: 80px;}
.list-type10>div .img-area img {height: fit-content;}


.key-area {padding: 60px 80px;}
.dot-list-04 {display: flex; flex-wrap: wrap;}
.dot-list-04 li{width: 50%;}
.dot-list-04 li:not(:last-child) { margin-bottom: 0.5rem;}

@media screen and (max-width:767px) {
    
.key-area {padding: 40px;}
.dot-list-04 li{width: 100%;}
}

.list-type11 {display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; margin-right: -5px; margin-bottom: -10px;}
.list-type11>div {width: calc(25% - 10px); margin-left: 5px; margin-right: 5px; margin-bottom: 10px; border: 1px solid var(--bs-gray-300); border-radius: 10px; background-color: var(--bs-white); display: flex; align-items: center; justify-content: center; padding: 6px 10px; min-height: 80px;}

@media screen and (max-width:767px) {
    /* .list-type11 {width: 100%;} */
    .list-type11>div {width: calc(50% - 10px);}
}
@media screen and (max-width:360px) {
    .list-type11>div {width: calc(100% - 10px);}
} 


/* 시스템 접근제어 */

.bag-pink {background-color: #f13484;}
.badge-title {display: flex; align-items: center; flex-wrap: wrap;}
.badge-title  span {padding: 5px 10px; margin-left: 5px;}

.list-type12 {display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; margin-right: -5px; margin-bottom: -10px; }
.list-type12>div {width: calc(25% - 10px); margin-left: 5px; margin-right: 5px; margin-bottom: 10px; border: 1px solid var(--bs-gray-300); border-radius: 10px; background-color: var(--bs-white); display: flex; align-items: center; justify-content: flex-start; padding: 25px 8px; min-height: 80px;flex-direction: column; text-align: center;}

.img-2-box {width: calc(100% + 2px);}

@media screen and (max-width:767px) {
    /* .list-type11 {width: 100%;} */
    .list-type12>div {width: calc(100% - 10px);}
    .img-2-box {width: 100%;}
}


/* 개인정보접속 이력관리 */

.keep-all {word-break: keep-all;}

.list-type13 {display: flex; flex-wrap: wrap;}
.list-type13>div {width: 50%; padding-right: 30px;}
.list-type13>div:not(:last-child) {margin-bottom: 80px;}

.list-type13 .num {width: 55px; height: 55px; border-radius: 50%; border: 2px solid var(--bs-primary); display: flex; align-items: center; justify-content: center; font-weight: 500;}

@media screen and (max-width:767px) {
    .list-type13>div {width: 100%; padding-right: 0;}
    .list-type13>div:not(:last-child)  {margin-bottom: 30px;}
}

/* 네트워크 접근제어 */

.list-type14 {}

.list-type14 {display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; margin-right: -5px; margin-bottom: -10px;}
.list-type14>div{width: calc(33.3333% - 10px); margin-left: 5px; margin-right: 5px; margin-bottom: 10px;  padding: 45px 40px; border-radius: 10px;}
/*  */

@media screen and (max-width:1199px) {
    .list-type14>div{width: calc(50% - 10px);}
}


@media screen and (max-width:767px) {
    .list-type14>div{width: calc(100% - 10px);padding: 30px;}
}


/* 오픈소스관리/웹 취약점 관리 */
.gg-menu {display: flex; justify-content: center; align-items: center; margin-bottom: 80px;}
.gg-menu a {display: block; padding: 10px 25px; border-radius: 30px; border: 1px solid #aaaaaa; min-width: 180px; width: max-content; text-align: center; font-size: 1.125rem; font-weight: 600; color: var(--bs-gray);margin-right: 10px;}
.gg-menu li:last-child {margin-right: 0;}
.gg-menu a.active {background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary);}
.sca-img-area {width: 100%; padding: 30px; border-radius: 10px; border: 1px solid var(--bs-gray-300); background-color: var(--bs-white); text-align: center;}

@media screen and (max-width:767px) {
    .gg-menu {flex-wrap: wrap;}
    .gg-menu a {font-size: 0.875rem; min-width: auto; margin-left: 5px; margin-right: 5px; margin-bottom: 10px;}
    .sca-img-area {padding: 20px;}
}


/* 성능모니터링 */

.list-type15 {display: flex; text-align: center; padding: 0 80px;}
.list-type15 li { width: 25%;}

@media screen and (max-width:1199px) {
    .list-type15 {padding: 0;}
}
@media screen and (max-width:767px) {
    .list-type15 {flex-wrap: wrap; margin-bottom: -50px;}
    .list-type15 li { width: 50%; margin-bottom: 50px;}

}


/* 슬라이드 */
.bag-white {background-color: var(--bs-white);}

.slide-area {overflow: hidden;}
.slide-area {position: relative; width: 100%; max-width: 970px;}
.pagination-area {position: relative;}
.slide-area .swiper-pagination {position: relative; text-align: left;border-bottom: 1px solid var(--bs-gray-300); top: 0;}

.slide-area .swiper-pagination-bullet {width: calc(20% - 8px); background-color: transparent; text-align: center; opacity: 0.4; height: max-content; }
.slide-area .swiper-pagination-bullet-active {opacity: 1;}
.slide-area .swiper-pagination span {min-height: 45px; display: flex; align-items: center; justify-content: center;font-weight: 700;align-items: stretch; font-size: 18px; letter-spacing: -1px;}
.slide-area .swiper-pagination-bullet-active span{border-bottom: 3px solid var(--bs-primary);}

.slide-area .swiper-slide {padding: 80px 140px; padding-bottom: 0;}


.slide-area .swiper-button-next, .slide-area .swiper-button-prev { width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--bs-gray-300); top: 300px; ;}

.slide-area .swiper-button-prev.swiper-button-disabled , .slide-area .swiper-button-next.swiper-button-disabled {opacity: 1;}

.slide-area .swiper-slide {background-color: var(--bs-white);}



.slide-area .swiper-pagination-02 {position: relative; text-align: left;border-bottom: 1px solid var(--bs-gray-300); top: 0;}

.slide-area .swiper-pagination-02 span {min-height: 45px; display: flex; align-items: center; justify-content: center;font-weight: 700;align-items: stretch; font-size: 18px; letter-spacing: -1px;}


@media screen and (max-width:767px) {

    .pagination-area {overflow: auto;}
    .slide-area .swiper-slide {padding-left: 0; padding-right: 0;}
    .slide-area .swiper-pagination {display: flex; }
    .slide-area .swiper-pagination-02{display: flex; }
    .slide-area .swiper-pagination span {white-space: nowrap; padding: 10px 15px; font-size: 16px;}
    .slide-area .swiper-pagination-02 span {white-space: nowrap; padding: 10px 15px; font-size: 16px;}
    .slide-area .swiper-pagination-bullet {width: 100%;}
    .slide-area .swiper-button-next ,.slide-area .swiper-button-prev {display: none;}
    
}





.list-type16>div {padding: 40px 0;}
/* .list-type16>div:not(:last-child) { border-bottom: 1px solid var(--bs-gray-300);} */

.list-type16 .top {display: flex; justify-content: flex-start; align-items: center;}

.list-type16>div .img-area {display: flex; min-width: 80px;}
.list-type16>div .img-area img {height: fit-content;}


/* 클라우드 컨설팅 */    
.list-type17 {display: flex;align-items : stretch; width: calc(100% + 10px); margin-left: -5px; margin-right: -5px;}

.list-type17>div {border-radius: 10px; overflow: hidden;  height: 100%; line-height: 1.2;
    width: calc(25% - 10px); margin-left: 5px; margin-right: 5px;}

.list-header {background-color:#104c74; color: var(--bs-white); text-align: center; padding: 15px 20px; font-size: 1.125rem; font-weight: 500; min-height: 80px;display: flex; align-items: center; flex-direction: column; justify-content: center;}
.list-body {background-color:var(--bs-white); border-left: 1px solid var(--bs-primary); border-right: 1px solid var(--bs-primary); padding: 15px 20px; font-weight: 500; min-height: 290px;}
.list-footer {background-color:var(--bs-primary); color: var(--bs-white); padding: 15px 20px; font-weight: 500; min-height: 160px; display: flex; align-items: center;}

.list-type17 .list-footer .dot-list li::before {background-color: var(--bs-white);}

.list-type17 ul.dot-list-05 li::before {top: 10px;}

@media screen and (max-width:1399px) {

    .list-type17 {flex-wrap: wrap; margin-bottom: -10px;}
    .list-type17>div {width: calc(50% - 10px); margin-bottom: 10px;}
}

@media screen and (max-width:767px) {
    .list-type17>div {width: calc(100% - 10px);}
    .list-body {min-height: auto; padding: 20px;}
    .list-footer {min-height: auto; padding: 20px;}


    .securitycontrol-img-area {background-position: -50px center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 300px; border-radius: 10px; background-image: url("/images/sub/cloud/securitycontrol-img.jpg"); }
}














/* 준비중 */
.preparing-section .section-header {width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; background-color: var(--bs-gray-200); border-radius: 10px;}

.preparing-section h2 {opacity: .2;}
@media screen and (max-width:767px)  {
    .preparing-section .section-header {height: auto; padding: 30px; min-height: 250px;}
}



























































/* 채용안내 */



.list-type04 {display: flex; align-items: center; justify-content: flex-start;}
.list-type04>div {width: 150px; height: 150px; border-radius: 50%; border: 1px solid var(--bs-gray-300); display: flex; align-items: center; justify-content: center;}

.list-type04 .icon {border: 0; font-size: 22px; padding: 20px; width: auto; color: var(--bs-gray-500); font-weight: 800 !important;}

.btn-primary-02 {min-width: 270px;}

@media screen and (max-width:767px) {
    .list-type04 {flex-direction: column;}
    .list-type04 .icon {height: auto; transform: rotate(90deg); width: 150px;}
    .btn-primary-02 {min-width: 250px;}

    .top-img-area img {display: none;}
    .top-img-area {background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 200px; border-radius: 10px;}
    .top-img-area-01 {background-image: url("/images/sub/recruitment/information-img-01.jpg"); }
}


/* 복리후생 */
.list-type05 {padding-top: 80px;}
.list-type05 ul {display: flex; flex-wrap: wrap;}
.list-type05 li {width: 33.3333%;padding-right: 10px;}
.list-type05 li:not(:last-child) {margin-bottom: 1rem;}
.dot-list li {position: relative; padding-left: 1rem; }
.dot-list li::before {content: ""; position: absolute; left: 0; width: 4px; height: 4px; background-color: var(--bs-dark); top: 8px;}

@media screen and (max-width:1399px){
    .list-type05 li {width: 50%;}
}
@media screen and (max-width:767px) {
    .list-type05 li {width: 100%; padding-right: 0;}
    .top-img-area-02 {background-image: url("/images/sub/recruitment/welfarebenefits-img.jpg"); }
}


ul.dot-list-05 {font-size: 18px;}
ul.dot-list-05 li {margin-bottom: 5px; padding-left: 10px;}
ul.dot-list-05 li::before {top: 12px; width: 2px; height: 2px;}


.dot-list-06 li {font-size: 1rem; padding-left: 10px;}
.dot-list-06 li:not(:last-child) {margin-bottom: 5px;}
.dot-list-06 li::before {top: 8px; width: 2px; height: 2px;}


























/* ********************* */
/* ******* footer ****** */
/* ********************* */
.footer {padding: 100px 0; color: var(--bs-white); background-color: var(--bs-dark); font-size: 0.875rem; font-weight: 300;}

.footer .container {position: relative; display: flex; justify-content: space-between;}

.foot-add {}

.foot-add .logo {width: 210px; height: auto; margin-bottom: 50px;}

.foot-add address ul li {color: var(--bs-gray-500); font-size: 14px;}
.foot-add .copyright {color: var(--bs-gray-700); font-size: 13px;}
.foot-add .copyright a {color: var(--bs-gray-700);}

.foot-menu {position: relative;}
.foot-menu::before {content: ""; position: absolute; left: -130px; top: 0; width: 1px; height: 100%; background-color: #222222;}
.foot-menu>ul {display: flex;}
.foot-menu>ul>li:not(:last-child) {margin-right: 70px;}
.foot-menu a {color: var(--bs-white); font-size: 1.125rem; font-weight: 600; margin-bottom: 30px; display: block;}
.foot-menu .foot-sub-menu a {color: var(--bs-gray-600); font-size: 15px; font-weight: 500; margin-bottom: 15px; display: block;}
.foot-menu .foot-sub-menu li:last-child a {margin-bottom: 0;}

@media screen and (max-width:1399px) {
    .foot-menu::before {display: none;}

}

@media screen and (max-width:1199px) {
    .footer .container {flex-direction: column;}
    .foot-add {margin-bottom: 40px;}
}

@media screen and (max-width:991px) {
    .foot-menu>ul {flex-wrap: wrap;}
    .foot-menu>ul>li:not(:last-child) {margin-bottom: 30px; margin-right: 30px;}
}

@media screen and (max-width:767px) {
    .footer {padding: 80px 0;}
    .foot-menu>ul {gap: 40px;} 
    .foot-menu>ul>li {width: calc(50% - 20px);}
    .foot-menu>ul>li:not(:last-child) {margin-right: 0;}

}




/* ******************** */
/* ******* Board ****** */
/* ******************** */
/* bbs.top */
.board-title {margin-bottom: 48px; text-align: center; color: var(--dark); display: none;}
.board-title h2 {line-height: 1.5;}
.board-title p {color: var(--bs-body-color);}

.board-category {height: auto; margin: 48px 0; flex-wrap: wrap; justify-content: center;}
.board-category .nav-item {margin: 0.25rem;}
.board-category .nav-item .nav-link {padding: 0.5rem 1rem;  border:1px solid var(--bs-gray-300); -webkit-border-radius: 0.5rem; border-radius: 0.5rem; display: block; color: var(--bs-dark);}
.board-category .nav-item .nav-link.active {border-color: var(--bs-primary); color: var(--bs-white); background-color: var(--bs-primary);}
.board-category .nav-item .nav-link:hover {border-color: var(--bs-primary); color: var(--bs-white); background-color: var(--bs-primary);}



/* list */
/* board-top */
.board-top {margin-bottom: 3rem; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.board-top > div {margin-bottom: 16px;}
.board-top form {width: 100%;}
.board-top .total-count .count {color: var(--bs-dark); font-weight: 700;}

.search-wrap {display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}
.search-wrap .form-select {margin: 8px 0;}
.search-bar {width: 100%; border-bottom: 2px solid var(--bs-dark);}
.search-bar .form-control {border-width: 0;}
.search-bar .input-group-text {padding-right: 0; font-size: 1.25rem;}
.search-wrap .form-select[name="category"] { border: none;padding: 0.375rem 0.75rem;border-bottom: 2px solid;border-radius: 0;height: 54px;}
.search-bar input {border-radius: 0 !important; padding: 0.375rem 0.75rem !important;}
@media screen and (min-width: 576px) {
    .search-wrap .form-select {flex: 1 1 calc(50% - 4px);}
    .search-wrap .form-select[name="category"] {margin-right: 8px;}
}

@media screen and (min-width: 768px) {
    .board-top form {width: auto;}
    .search-wrap {flex-wrap: nowrap;}
    .search-wrap .form-select {margin-top: 0; margin-bottom: 0; margin-right: 8px; min-width: 150px;}
    .search-bar {min-width: 360px;}
}

/* all-chk */
.all-chk {margin-top: 16px; margin-bottom: 16px;}
.all-chk .form-check-input {margin-top: 0.2em;}

/* 공지 아이콘 */
.icon-bell {width: 30px; height: 30px; background-color: var(--bs-secondary); display: flex; justify-content: center; align-items: center; margin: 0 auto;}
.icon-bell .bi-bell-fill::before {vertical-align: -0.15em;}
.board-list {word-break: break-all;}
.board-list>.row {margin-top: 48px;}
.board-list .subject {margin-top: 20px;}
.board-list .subject a {color: var(--bs-dark);}

.board-list .badge {padding: 0.5rem 0.75rem; font-size: 0.875rem; font-weight: 500;}

.board-list table {margin-top: 48px; /* min-width: 800px; */  text-align: center;}
.board-list table thead {border-top: 2px solid var(--bs-dark); border-bottom: 1px solid var(--bs-gray-100);}
.board-list table thead th {color: var(--bs-dark); font-weight: 700; white-space: nowrap;}
.board-list table tbody td {text-align: center;}

.board-list table tbody tr.notice:hover {--bs-table-accent-bg: var(--bs-lightblue);}

.md-hide {display: none;}

@media screen and (min-width: 768px) {
    .md-hide {display:table-cell;}
}

/* pagenation */
.pagination {padding: 0.375rem 0.75rem; margin-top: 40px; display: flex; justify-content: center; align-items: center;}
.page-item-c {color: var(--body-color);}
.page-item-c.active a {color: var(--bs-primary);}
.page-link-c {position: relative; display: block; padding: 0.375rem 0.75rem; font-weight: 700 }
.page-link-c img {min-width: 8px;}

.bi.bi-chevron-bar-right::before {content: ''; width: 14px; height: 13px; background: url('/images/common/btn/btn_paging_next_end.png') no-repeat center center; display: inline-block;}

.bi.bi-chevron-bar-left::before {content: ''; width: 14px; height: 13px; background: url('/images/common/btn/btn_paging_prev_end.png') no-repeat center center; display: inline-block;}

@media screen and (min-width: 1200px) {
    .pagination {font-size: 1.125rem; margin-top: 48px;}
}



/* view */
.board-view {word-break: break-all;}
.board-view .table {table-layout: fixed;}
.board-view .table th,
.board-view .table td {border-bottom: 1px solid var(--bs-gray-300);}
.board-view .table tbody {border-top: 2px solid var(--bs-dark);}
.board-view .table tbody tr.content td{padding: 1.5rem 1rem;}
.board-view .table tbody tr:not(.content) th {background-color: var(--bs-gray-100); color: var(--bs-dark); font-weight: 500;}
.board-view .table tbody tr.img td {min-height: 53px; display: flex; flex-wrap: wrap; justify-content: flex-start; word-break: break-all;}
.board-view .table tbody tr.img td a {width: 100%;}

.board-view .table tbody tr.file td {min-height: 53px; display: flex; flex-wrap: wrap; justify-content: flex-start; word-break: break-all;}
.board-view .table tbody tr.file td a {width: 100%;}

.board-view #DivContents img {max-width: 100%;}

@media screen and (min-width: 768px) {
    .board-view .table tbody tr.file td {gap: 8px;}
    .board-view .table tbody tr.file td a {width: auto;}
}

.view-title {margin-bottom: 8px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.view-title .title {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center;}
.view-title .title .badge {padding: 0.5rem 0.75rem; margin-bottom: 0.5rem; margin-right: 8px; font-size: 0.875rem; font-weight: 500;}
.view-title .title h4 {width: 100%; margin-bottom: 0; text-align: left; color: var(--bs-dark); font-weight: 500;}
.view-title .title .date {font-size: 1rem; font-weight: 400;  margin-top: 8px;}

.writer-wrap {margin-top: 8px; font-weight: 400;}
.writer-wrap .writer {color: var(--bs-primary);}
.writer-wrap span:not(.writer) {padding: 0 8px; display: inline-block;}

@media screen and (min-width: 768px) {
    .board-view .table tbody tr.content td{padding: 2rem 1.5rem;}
    .view-title {margin-bottom: 16px;}
    .writer-wrap {margin-top: 0px;}
}

@media screen and (min-width: 1200px){
    .view-title .title .date {margin-top: 0px;}
}



/* comment */
.comment-count {font-size: 1rem;}
.comment-icon {width:22px; height: 22px; display: inline-block; background-color: var(--bs-gray-300); border-radius: 4px; text-align: center; line-height: 22px;}
.comment-date {color: var(--body-color); margin-left: 4px;}

.board-view .btn-gray-2 {width: 120px; height: 100px; margin-left: 8px !important; border-radius: 6px !important;}

.list-group-flush {text-align: left;}
.list-group-flush li {padding: 30px 20px !important; background-color: var(--bs-gray-100); border-top: 1px solid var(--bs-gray-200); color: var(--bs-body-color);}
.list-group-flush>.list-group-item {border-width: 1px 0 0;}
.list-group-flush li span b {color: var(--bs-dark);}

.comment-writer .writer {display: block; line-height: 1; font-weight: 500;}

.comment-options,
.comment-cencel {position: absolute; top: 1.375rem; right: 1.375rem;}
.comment-options .btn,
.comment-cencel .btn {width: 22px; height: 22px; padding: 0; text-align: center; line-height: 22px; background-color: var(--bs-gray-400); font-size: 0.875rem;}

.comment-form textarea.form-control {width: 100%; height: 100px; -webkit-border-radius: 0.5rem !important; border-radius: 0.5rem !important;}
.comment-form .btn {width: 100%; height: 50px; -webkit-border-radius: 0.5rem !important; border-radius: 0.5rem !important;}

@media screen and (min-width: 576px) {

}


@media screen and (min-width: 576px) {
    .comment-writer .writer {display: inline-block; font-size: 1.125rem;}
}

@media screen and (min-width: 768px) {
    .comment-form textarea.form-control {width: calc(100% - 128px);}
    .comment-form .btn {width: 120px; height: 100px;  margin-top: 0; margin-left: 8px !important;}
}



.comment-write-form {padding-top: 24px; border-top: 1px dashed var(--bs-gray-300);}




/* form */
.board-form {border-top: 2px solid #000000; padding-left: 0; padding-right: 0;}
.board-form .form-group.row {margin-left: 0; margin-right: 0;}
.board-form .form-group .col-form-label {color: #000000; padding: 20px 0 8px 0; font-weight: 500; display: flex; justify-content: flex-start; align-items: center; padding: 1rem;}
.board-form + .board-btns {justify-content: center;}

.board-form .form-group {border-bottom: 0;}


@media screen and (min-width: 576px) {
    .board-form .form-group {border-bottom: 1px solid #dddddd;}
    /* .board-form .form-group .col-form-label {background-color: var(--bs-gray-100);} */
    .board-form .col-sm-10 {padding: 1rem;}
}

@media screen and (max-width: 575px) {
    .board-form .form-group .col-form-label {padding-left: 0;}
} 

/* board-btns */
.board-btns {margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.board-btns .btn {min-width: 90px; height: 50px; margin: 8px; margin-left: 0;}
.board-btns .btn-md {min-width: 120px;}
.board-btns .left {display: flex; flex-wrap: wrap; justify-content: flex-start; }

@media screen and (min-width: 992px) {
    .board-btns {margin-top: 48px;}
}


@media screen and (min-width: 1200px) {
    .board-btns .btn {height: 60px; font-size: 18px;}
}



.empty-list {padding: 48px 0; text-align: center; border-top: 1px solid var(--bs-gray-300); border-bottom: 1px solid var(--bs-gray-300);}



/* ************************* */
/* ** 홍보동영상 (G.video) ** */
/* ************************* */
.video-wrap {position: relative; padding-bottom: 56.25%; margin-bottom: 20px; overflow: hidden;}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}



/* ************************* */
/* ** 제품소개 (G.Product) ** */
/* ************************* */
/* list */
.g-product {margin-bottom: 48px;}
.g-product:last-child {margin-bottom: 0;}
.g-product a {display: block; padding-bottom: 100%; border: 1px solid var(--bs-gray-300);-webkit-border-radius: 0.5rem; border-radius: 0.5rem; overflow: hidden; text-align: center; position: relative;}
.g-product a img {width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; object-fit: cover; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.g-product + div {text-align: left;}
.g-product .form-check-input {min-width: 16px;}
.g-product p {margin-bottom: 0; color: var(--bs-dark); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 400;}

@media screen and (min-width: 1200px) {
    .g-product p {font-size: 1.125rem;}
}

/* view */
.g-product-img {border: 1px solid var(--bs-gray-300); -webkit-border-radius: 0.5rem; border-radius: 0.5rem; overflow: hidden;}
.g-product-img img{width: 100%;}
.g-product-btns {display: flex; justify-content: flex-start; align-items: center;}
.g-product-btns .btn {flex:1 1 calc(100% - 5px); height: 50px; line-height: 32px;}

@media screen and (min-width: 1200px) {
    .g-product-btns .btn {height: 60px; /* line-height: 48px; */}
}


/* ************************* */
/* ***** faq (F.basic) ***** */
/* ************************* */
.board-view.faq span:not(.badge) { color: var(--bs-body-color) !important;}
.accordion-wrap {border-top: 2px solid var(--bs-gray-dark);}
.accordion-wrap .card {padding: 0; border-bottom: 1px solid var(--bs-gray-300);}
.accordion-wrap .card .card-body {padding:0;}

/* admin 로그인 시 나타나는 타이틀 */
.accordion-wrap .card .card-title {margin-bottom: 0; font-size: 1rem; font-weight: 500; color: var(--bs-gray-dark); padding: 22px 46px 20px 30px; display: inline-block; position: relative;}
.accordion-wrap .card .card-title::before {content: 'Q.'; font-weight: 800; font-family: 'Montserrat', Sans-serif; position: absolute; top: 20px;  left: -8px;}
.accordion-wrap .card .card-title.collapsed {color: var(--bs-gray-dark);}

/* 로그인 안했을 때 */
.accordion-wrap .card a.btn {min-height: 60px; height: 100%; position: relative; padding: 20px 46px 20px 60px; line-height: 1.5;}
.accordion-wrap .card a.btn:focus {box-shadow: none;}
.accordion-wrap .card a.btn::before {content: 'Q.'; font-weight: 800; font-family: 'Montserrat', Sans-serif; position: absolute; top: 20px;  left: 26px;}
.accordion-wrap .card a.btn::after {content: ''; width: 20px; height: 20px; background: url('/images/icon/icon-arrow.png') no-repeat center center; position: absolute; top: 50%; right: 26px; transform: translateY(-50%);}
.accordion-wrap .card a.btn[aria-expanded="true"]::after {background: url('/images/icon/icon-arrow-on.png') no-repeat center center;}

.accordion-wrap .card a.btn[aria-expanded="true"] {background-color: #eef2fa; color: var(--bs-primary);}
.accordion-wrap .card a[aria-expanded="true"].btn::before {color: var(--bs-gray-dark);}

.accordion-wrap .card .qu {font-family: 'Montserrat', Sans-serif; color: var(--bs-gray-dark); font-weight: 800; margin-right: 10px;}

.accordion-wrap .collapsing .card-body {position:relative; padding: 20px 26px 20px 68px; background-color: var(--bs-gray-100);}
.accordion-wrap .collapsing .card-body::before {content: 'A.'; font-weight: 800; font-family: 'Montserrat', Sans-serif;position: absolute; top: 20px; left: 26px; color: var(--bs-primary);}
.accordion-wrap .collapsing .card-body span {background-color: transparent !important; }

.accordion-wrap .collapse .card-body{ position: relative; padding: 20px 26px 20px 68px;background-color: var(--bs-gray-100);}
.accordion-wrap .collapse .card-body span {background-color: transparent !important;}
.accordion-wrap .card .collapse .card-body::before {content: 'A.'; font-weight: 800;position: absolute; top: 20px; left: 26px; color: var(--bs-primary);}


@media screen and (max-width: 575px) {
    .accordion-wrap .card a.btn {padding: 20px 36px 20px 50px;}
    .accordion-wrap .card a.btn::before {left: 16px;}
    .accordion-wrap .card a.btn::after {right: 16px;}

    .accordion-wrap .collapsing .card-body{padding: 20px 20px 20px 50px;}
    .accordion-wrap .collapsing .card-body::before {left: 16px;}

    .accordion-wrap .collapse .card-body {padding: 20px 20px 20px 50px;}
    .accordion-wrap .card .collapse .card-body::before {left: 16px;}
}



/* ************************* */
/* ** 홍보동영상 (G.video) ** */
/* ************************* */
.board-list.video .subject a {font-size: 1.125rem;}



/* ************************* */
/* *** partner (G,banner) ** */
/* ************************* */
.g-banner .subject {margin-top: 0.875rem; font-size: 1.125rem; color: var(--bs-dark);}
.g-image {padding: 1.5rem; border: 1px solid var(--bs-gray-300); -webkit-border-radius: 0.5rem; border-radius: 0.5rem; display: flex; justify-content: center; align-items: center;}
.g-image img {width: auto; height: auto;}

@media screen and (min-width: 360px) {
    .g-image {padding: 1.5rem;}
}





/* ************************* */
/* *** 프로젝트 (G.layer) ** */
/* ************************* */
/* list */
.board-list .project-info {border-top: 0; padding: 1.111rem 0; margin-bottom: 0.778rem;}
.project-search-bar {padding: 1.5rem 4%; background-color: #f9f9f9;}
.pj-form > * {-webkit-border-radius: 0; border-radius: 0;}
.pj-form .form-select {margin-bottom: 0.4rem; -webkit-appearance: none; appearance: none;   background: var(--bs-white) url('/images/common/icon/icon-select.jpg') calc(100% - 5px) center no-repeat;}
.pj-form .btn {width: 100%; height: 44px; padding: 0; margin-top: 0.4rem;}

.project-link {display: block; width: 100%; height: auto; padding-bottom: 70%; border: 1px solid var(--bs-gray-300); -webkit-border-radius: 0.5rem; border-radius: 0.5rem; overflow: hidden; position: relative;}
.project-link:hover .cover {display: flex;}

.project-img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
.noimg-wrap {display: block; width: 100%; height: auto; padding-bottom: 70%; border: 1px solid var(--bs-gray-300); -webkit-border-radius: 0.5rem; border-radius: 0.5rem; overflow: hidden; position: relative;}

.project-title {font-weight: 400; font-size: 1rem; width: 100%;  display: -webkit-box; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}


.cover {width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); color: var(--bs-white); position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 10; display: none;}
.cover-btn {width: 54px; height: 54px; background-color: var(--bs-white); color: var(--bs-dark); -webkit-border-radius: 50rem; border-radius: 50rem; text-align: center; line-height: 54px;}
.cover-btn i::before {font-weight: 900 !important;}

@media screen and (min-width: 412px) {
    .pj-form {max-width: 620px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; align-items: center;}
    .pj-form .form-select {flex: 1 1 40%; margin-bottom: 0;}
    .pj-form .btn {margin-top: 0rem;}
}

@media screen and (min-width: 576px) {
    .pj-form .form-select {max-width: 140px;}
    .pj-form .form-control {flex: 1 1 30%;}
    .pj-form .btn {max-width: 90px; margin-top: 0;}
}

.project-modal {
    --bs-project-modal-width: 1320px;
    background-color: rgba(0,0,0,0.5);
}

.project-modal .project-modal-header {height: 80px; border-bottom: 0;}
.project-modal .project-modal-title {padding-right: 1rem; font-size: 1.333rem; font-weight: 700; color: var(--bs-dark); text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.project-modal .btn-close {width: 0.5em; height: 0.5em; margin-right: 0; opacity: 1;}

.project-modal .project-modal-body {position: relative;}

.project-modal .swiper {position: static;}

.project-modal .swiper-slide img {width: 100%; max-height: 680px;}

.project-modal .swiper-pagination {max-width: 296px; padding: 1rem 0; margin: 0 auto;position: relative; display: block;}
.project-modal .swiper-pagination-bullet:only-child {display: inline-block !important;}


.project-modal .swiper-button-next, 
.project-modal .swiper-button-prev {width: 20px; height: 20px; display: flex;}

.project-modal .swiper-button-next {top: auto; left: auto; right: 1rem; bottom: 20px;} 
.project-modal .swiper-button-next::after {opacity: 0.4;}
.project-modal .swiper-button-next:hover::after {opacity: 1;}

.project-modal .swiper-button-prev {left: 1rem; right: auto; top: auto; bottom: 20px;}
.project-modal .swiper-button-prev::after {opacity: 0.4;}
.project-modal .swiper-button-prev:hover::after {opacity: 1;}


.swiper-button-next:after, 
.swiper-button-prev:after {font-size: 1.25rem; font-weight: 900; opacity: 1; color: var(--bs-dark);}


@media screen and (min-width: 412px) {
    .project-modal .swiper-button-next {right: calc(50% - 180px); -webkit-transform: translateX(-50%); transform: translateX(-50%);} 
    .project-modal .swiper-button-prev {left: calc(50% - 151px); -webkit-transform: translateX(-50%); transform: translateX(-50%);}
}

@media screen and (min-width: 576px) {
    .project-modal .project-modal-header {padding: 0.5rem 2.778rem;}
    .project-modal .project-modal-body {padding: 0.5rem 2.778rem;}
}

@media screen and (min-width: 768px) {
    .project-modal .swiper-pagination  {padding: 1.5rem 0;}
    .project-modal .swiper-button-next {bottom: 45px;}
    .project-modal .swiper-button-prev {bottom: 45px;}
}


@media screen and (min-width: 992px) {
    .project-modal .swiper-pagination-bullet {display: inline-block;}
}

@media screen and (min-width: 1200px) {
    .project-title {font-size: 1.125rem;}
}




/* ************************** */
/* **** 연혁 (W.History) **** */
/* ************************** */
.history-year {padding-top: 1rem; color: var(--bs-primary); border-top: 2px solid var(--bs-primary);}

.history-content {padding-top: 1.5rem; padding-bottom: 1.5rem; border-top: 1px solid var(--bs-gray-400); font-weight: 400; color: var(--bs-dark);}

.history-img {max-width: 100%;}


@media screen and (min-width: 768px) {
    .history-img {max-width: 400px; margin-top: 2rem; display: block;}
}




/* *************************** */
/* **** 보도자료 (W.Basic) **** */
/* *************************** */
.board-table.webzine .img-thumbnail-wrap {max-width: 100%; margin-bottom: 1.125rem;}
.board-table.webzine .subject {font-weight: 500; color: var(--bs-gray-dark);}
.webzine-writer {font-size: 0.875rem;}

@media screen and (min-width: 768px) {
    .board-table.webzine .img-thumbnail-wrap {max-width: 120px; margin-bottom: 0;}
    .webzine-writer {font-size: 1rem;}
}



/* 
.board-table.webzine .img-thumbnail-wrap {max-width: 120px;}
.board-table.webzine .img-thumbnail {border: none; border-radius: 6px; background-color: transparent;}

.webzine .comment {vertical-align: middle;}
@media screen and (max-width: 767px) {
    .board-table.webzine .img-thumbnail-wrap {max-width: 100%; margin-bottom: 20px;}
    .board-table.webzine .img-thumbnail-wrap img {width: 100%;}

    .board-table.webzine .download-file {vertical-align: bottom;}
} */



/* 개인정보처리방침 */
.privacy-bag {background-color: var(--bs-gray-100); padding: 1rem; max-height: 200px; overflow-y: auto;}







/* ************************* */
/* 게시판 CSS 20221025 윤주명 (언젠간 지울 것)*/ 
/* ************************* */
.board-form-groups {border-top: 1px solid #000000;}
.board-form-groups .col-form-label {background-color: #f8f9fa; color: var(--bs-dark); font-weight: 500; display: flex; justify-content: flex-start; align-items: center; padding: 1rem;}
.board-form-groups .form-group {border-bottom: 1px solid #ced4da; margin-left: -20px; margin-right: -20px;}

@media screen and (max-width: 575px) {
    .board-form-groups {border-top: 1px solid #000000;}
    .board-form-groups .col-form-label {background-color: transparent; padding: 20px 0 8px 0}
    .board-form-groups .form-group {border-bottom: 0; }

    .input-group>.form-select{width: 100%;}
}


/* 임시 */
/* gallery */

/* background */
.bg-cover {width: 100%; height: 500px; background: no-repeat 50%/cover;}
.bg-shape {position:relative;}
.bg-shape:after {background: url('/images/common/curve-shape.svg');  background-position-x: center; background-repeat: no-repeat; background-size: cover; bottom: -15px; content: ""; height: 62px; position: absolute; width: 100%; left:0;}
.bg_dimmed {background-image: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%); position:absolute; top: 0;left: 0;right: 0;bottom: 0;}


/* ************************* */
/* ******자료실 게시판******* */
/* ************************* */
.data-list {border-top: 2px solid var(--bs-dark);margin-top: 4rem;}
.data-list a {color: var(--bs-dark);}
.data-list .card {border:none; border-bottom: 1px solid var(--bs-border-color); border-radius: 0; }
.data-list .card:hover {background-color: rgba(0, 0, 0, 0.075);}
.download-area {display: flex; justify-content: space-between; align-items: center; font-weight: 400;}
.download-title {display: flex;}



/* ************************* */
/* ******* 지사 게시판******  */
/* ************************* */
.board-list a:hover { color: inherit;}
.store_map {min-width: 62px;}
#search .findWord {border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;}
.search-button-area input {height: 100%; border-radius: 0;}
.search-button-area input:first-child {margin-right: -5px;}
.search-button-area input:last-child {border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem;}

@media screen and (max-width:768px) {
    #search {flex-direction: column;}
    #search .findWord {width: 100%;}
    .search-button-area {text-align: center; margin-top: 1rem;}
    .search-button-area input {border-radius: 0.5rem; margin: 0 0.5rem;}
}


/* ************************* */
/* ******갤러리 게시판******* */
/* ************************* */
.gallery-wrap {margin-bottom: -3rem;}
.gallery-wrap .subject {font-size: 1.125rem; font-weight: 500; color: var(--bs-dark);}
.gallery-area .gallery{max-height: 300px; overflow: hidden;}
.gallery-area .gallery:hover img {transform: scale(1.1);-webkit-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.gallery-area > span {display: block; width: 100%; height: 300px; overflow: hidden; }
.gallery-area .gallery-img {width: 100%; height: 100%; object-fit: cover;}



@media screen and (max-width:768px) {
    .gallery-area .gallery {max-height: fit-content;}
    .gallery-area > span {height: auto; max-height: auto;}
}





/* ************************* */
/* ********* 로그인 ******** */
/* ************************* */
@media screen and (max-width:575px) {
    .mem-group {flex-direction: column;}
    .mem-group input[type="text"] {width: 100%; margin-top: 0.5rem; border-radius: 0.5rem !important;}
    .mem-group input[type="button"] {border-radius: 0.5rem !important;}
    .my-form .form-group {border-bottom: 1px solid var(--bs-gray-300); padding-bottom: 2rem; padding-top: 1rem;}
}

/* ************************* */
/* ******** 회원가입 ******** */
/* ************************* */
.bag-gray-h-300 {background-color: var(--bs-gray-100);padding: 1rem;max-height: 300px;overflow-y: auto;}

@media screen and (max-width:767px) {

    .join-area {display: block;}
    .join-area span {display: none;}
    .join-area .form-control {width: 100%;margin-bottom: 1rem;}
    .join-area .btn {border-radius: 0.5rem;border-top-left-radius:0.5rem !important;border-bottom-left-radius:0.5rem !important;}
}


/* 메인 게시판 연동 */

.main-board {display: flex; width: calc(100% + 26px); margin-left: -13px; margin-right: -13px; margin-bottom: -26px;}
.main-board-item {width: calc(33.333% - 26px); margin-left: 13px; margin-right: 13px; margin-bottom: 26px;background-color: var(--bs-white); padding: 40px; border-radius: 20px;}

/* 프로덕트 스킨 */

.cate-area {white-space: nowrap;}

@media screen and (min-width:1200px)  {
    .cate-area {font-size: 1.125rem;}
}


/* 메인 비주얼 변경 */

/* .mainVisual {    position: relative; width: 100%; height: 100vh; left: 50%; transform: translateX(-50%);}

.videos {
    width: 100%;

    overflow: hidden;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

video {
    width: 1920px;
    height: 1080px;

} */

.mainVisual {width: 100%; height:100%;position:relative;}
.mainVisual .videos {  position:relative;
    height:0;
    padding-bottom:56.25%; overflow: hidden;}
.mainVisual    video  {  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;}

.scroll-down-02 {bottom: 15%;}

.mainVisual .container {position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 5; color: var(--bs-white); height: 100%; display: flex; justify-content: center; align-self: center;}
.mainVisual .container>div {height: 100%;display: flex; align-items: center; justify-content: flex-start; flex-direction: column;padding-top: 18%; }

@media screen and (max-width:767px) {
    .mainVisual .videos {height: 500px;}
    .mainVisual video {left: 50%; transform: translateX(-50%); width: auto;}
    .mainVisual .container>div {padding-top: 40%;}
}


/* 20250625 QueryPie 추가 */
.new-top-layout {display: flex; margin-top: 75px;}
.new-top-layout >div {width: 50%; }
.new-top-layout .text {padding-right: 65px;font-weight: 400; line-height: 1.6;}

.video-area {border-radius: 10px; overflow: hidden;}
.video-container { position:relative; height:0; padding-bottom:56.25%;}
.video-container iframe { position:absolute; top:0; left:0; width:100%; height:100%;}

.query-badge {background-color: #d0e5f3; color: var(--bs-primary); font-size: 15px; border-radius: 30px; padding: 6px 15px;}

.query-menu {display: flex; gap: 12px; margin-top: 80px;}
.query-menu li {flex: 1 ;}
.query-menu .bi {color: #cccccc;}
.query-menu .bi::before {font-weight: 700 !important;}
.query-menu a{display: block; border:  1px solid var(--bs-gray-300); padding: 30px 25px; border-radius: 10px; padding-bottom: 10px; text-align: center; height: 100%;display: flex
; flex-direction: column; justify-content: space-between;}
.query-menu a>div {margin-bottom: 40px; text-align: left;}
.query-menu a:hover {border-color: var(--bs-primary);}
.query-menu a:hover p { color: var(--bs-dark);}
.query-menu a:hover .bi {color: var(--bs-primary);}

@media screen and (max-width:1199px){
    .query-menu {flex-wrap: wrap;}
    .query-menu li {flex: none;}
}

@media screen and (max-width:991px) {
    .new-top-layout {flex-direction: column; gap: 30px;}
    .new-top-layout .text {padding-right: 0;}
    .new-top-layout >div {width: 100%;}
}

@media screen and (max-width:575px) {
    .query-menu li {width: 100%;}
    .query-menu a>div {margin-bottom: 20px;}
}

.bag-gray-03 {background-color: #f2f7fa;}
.gray-500 {color: var(--bs-gray-500);}

.new-top-layout-02 {align-items: center; margin-top: 0;}
.new-top-layout-02 .text {width: 58%;}
.new-top-layout-02 .video-area {width: 42%;}
.new-top-layout-02 .img-area {width: 42%;}

@media screen and (max-width:991px) {
    .new-top-layout-02 .text {width: 100%;}
    .new-top-layout-02 .video-area {width: 100%;}
    .new-top-layout-02 .img-area {width: 100%;}
}

.querypie-border-top {padding-top: 120px; margin-top: 120px; border-top: 2px solid var(--bs-gray-300);}

.check-icon-text {background-color: #f2f7fe; padding: 40px 25px; border-radius: 10px; border: 1px solid var(--bs-gray-300); margin-top: 30px;}
.check-icon-text p { display: flex; font-weight: 600;}
.check-icon-text img {height: fit-content; margin-top: 5px; margin-right: 6px;}

.pt-120 {padding-top: 120px;}
.pb-120 {padding-bottom: 120px;}

@media screen and (max-width:1199px) {
    .querypie-border-top {padding-top: 80px; margin-top: 80px;}
    .pt-120 {padding-top: 80px;}
    .pb-120 {padding-bottom: 80px;}
}


@media screen and (max-width:767px) {
.QueryPie .list-type10>div:last-child {padding-bottom: 0;}
}









