
@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'); */

/* @font-face { 
    font-family: 'Pretendard'; 
    src: url('/woff/Pretendard-Regular.woff') format('woff'); 
    font-weight: normal; 
    font-style: normal;
  }

 */


: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.2;
    --bs-body-color:#000000;

    --bs-primary:#1352bf;
    --bs-secondary: #000000;
    --bs-success: #24a148;
    --bs-info: #009788;
    --bs-warning: #ffc107;
    --bs-danger: #E00000;
    --bs-light: #f7f7f7;
    --bs-dark: #000000;
    --bs-lightblue: #eef2fa;

    --bs-white: #fff;
    --bs-gray: #666666;
    --bs-gray-dark: #222222;
    --bs-gray-100: #f7f7f7; /* 연회회색색배경 */
    --bs-gray-200: #e9f5f4; /* 연회초록배경 */
    --bs-gray-300: #dddddd; /* border */
    --bs-gray-400: #cccccc; /* 회색 진한 배경 */
    --bs-gray-500: #f5f0ee; /* 연회주홍색배경 */
    --bs-gray-600: #6c757d;
    --bs-gray-700: #505050; /* 텍스트 회색 */
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;

    --bs-table-hover-bg:#f7f7f7;

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

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;}

h6 {font-size: 1.125rem;}
.fs-6 {font-size: 1.125rem !important;}


.text-22 {font-size: 22px;}
.text-18 {font-size: 18px;}
.text-16 {font-size: 16px;}
.text-15 {font-size: 15px;}
.text-14 {font-size: 15px;}
.text-13 {font-size: 13px;}



.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;}

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; margin-bottom: 0;}
/* p:not(:last-child) {margin-bottom: 1rem;} */

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

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

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


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;}
    .main-section {padding-top: 190px; padding-bottom: 190px;}

}


/* 부트아이콘 사파리에서 마음대로 색상변경을해서 생상 지정해놓음. */
.bi {color: var(--bs-dark);}


/* ********************* */
/* **** 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: 1360px; padding-left: 4%; padding-right: 4%;}
.container-fluid {max-width: 1780px; padding-left: 4%; padding-right: 4%;}

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



/* ********************* */
/* ******* banner ****** */
/* ********************* */
.main-banner .swiper-wrapper {transition-timing-function: linear;}
.banner-logo {width: 100%;}



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

.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-gray {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-gray-600);
    --bs-btn-border-color:  var(--bs-gray-600);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-gray-600);
    --bs-btn-hover-border-color: var(--bs-gray-600);
    --bs-btn-active-bg: var(--bs-gray-600);
}


.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-gray-600);
    --bs-btn-border-color:  var(--bs-gray-600);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-gray-600);
    --bs-btn-hover-border-color: var(--bs-gray-600);
    --bs-btn-active-bg: var(--bs-gray-600);
}


.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-100);
    --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-danger {color: var(--bs-danger) !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 {--bs-table-hover-bg:#f7f7f7;}
.table>:not(caption)>*>* {padding: 1rem 1rem; font-size:1rem; vertical-align: middle;}
.table thead tr {border-bottom: 1px solid var(--bs-gray-300); 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-100);
    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 {width: 100%; height: 800px;background-image: url('/images/main/mainvisual-img.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover;}

.main-visual .container {height: 100%; display: flex; align-items: center; justify-content: flex-start;}


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

    .main-visual {background-image: url('/images/main/mainvisual-m-img.jpg'); background-position: bottom center;}

}
@media screen and (max-width:767px) {
    .main-visual { height: 600px;}
    /* .main-visual {background-position: -300px center; height: 700px;} */
    .main-visual .display-5 {font-size: 24px !important;}
    .main-visual .fs-5 {font-size: 18px !important;}
    .main-visual .container {align-items: flex-start; padding-top: 100px;}

}


@media screen and (max-width:620px) {
    /* .main-visual { height: 450px;} */

}


/* sub-visual */
.sub-visual {width: 100%; height: 450px; text-align: center; display: flex; justify-content: flex-start; align-items: flex-end; background-image: url('/images/sub/subvisual.jpg'); background-size: cover; text-align: left; padding-bottom: 90px; background-position: right center;}

.sub-visual .container {display: flex; align-items: flex-start; justify-content: center; flex-direction: column; height: 100%;}

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

@media screen and (max-width:1199px){
    .sub-visual {height: 250px; background-position: right -100px center;padding-bottom: 30px;}



}
@media screen and (max-width:360px) {
    .sub-visual {height: 250px; background-position: right -200px center;}

}






/* ********************* */
/* ***** 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 .bi {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;}
.navbar-brand {display: flex;}
/* logo */
.navbar-brand .logo {width: 220px; height: auto;}
.navbar-brand .logo-dark {display: none;}
.navbar-brand>div {border-left: 1px solid var(--bs-white); padding-left: 12px;margin-left: 12px; color: var(--bs-white);}

.mark-area {display: flex; align-items: center;}
.mark {width: 50px; height: auto; background-color: transparent; padding: 0; margin-left: 10px;}
.mark.mark-dark {display: none;} 






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

.header.isFixed .navbar-brand>div {color: var(--bs-dark); border-color: var(--bs-dark);}
.header.isFixed .mark.mark-dark {display: block;}
.header.isFixed .mark.mark-wh {display: none;}

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

.gnb .nav-list {margin-right: 1.5rem; 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::after,
.gnb .nav-item:hover::after {opacity: 1; visibility: visible;}
.gnb .nav-item::after {content: ''; width: 8px; height: 8px; background-color: var(--bs-white); position: absolute; top: 0px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-border-radius: 50rem; border-radius: 50rem; opacity: 0; visibility: hidden;}
.header.isFixed .gnb .nav-item::after {background-color: var(--bs-primary);}
/* .gnb .nav-item.active > a {color: var(--bs-primary);} */
.gnb .nav-link {padding: 0.5rem 1rem; font-size: 1.2rem; color: var(--bs-white); font-weight: 700;}

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


@media screen and (min-width:1440px) {
    .gnb .nav-link {padding: 1rem 2.5rem; font-size: 1.375rem;}
}
@media screen and (max-width:1199px) {
    .gnb {height: auto;}
}


/* submenu */
.submenu {min-width: 120px; padding: 1.5rem 1.25rem; background-color: var(--bs-white); border: 1px solid var(--bs-gray-300);  -webkit-border-radius: 0.5rem; border-radius: 0.5rem; position: absolute; top: 100%; left: 50%;  -webkit-transform: translateX(-50%); transform: translateX(-50%); box-shadow: 1px 0px 3px rgba(0,0,0,0.3); white-space: nowrap; display: none;}
.sub-item {text-align: center;}
.sub-item:not(:last-child) {margin-bottom: 0.875rem;}
.sub-item.active .sub-link{color: var(--bs-primary);}
.sub-item.active .sub-link::after {opacity: 1; visibility: visible;}

.sub-link {color: inherit; position: relative; display: inline-block; width: fit-content; margin-left: auto; margin-right: auto;  color: var(--bs-dark); font-weight: 600;}
.sub-link:hover {color: var(--bs-primary);}
.sub-link:hover::after {opacity: 1; visibility: visible;}
.sub-link::after {content: ''; width: 100%; height: 1px; 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-util .bi {color: var(--bs-white);}
.header.isFixed .bi {color: var(--bs-dark);}

/* 전체메뉴 버튼 */
.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);
}

.btn-trigger .bi {color: var(--bs-white);}
.btn-trigger .isFixed .bi {color: var(--bs-dark);}

@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: 110px; border-bottom: 1px solid var(--bs-gray-300); display: flex; justify-content: space-between; align-items: center;}
.all-menu-header .btn-close {opacity: 1; font-size: 1.5rem;}
.all-menu-header img {width: 220px; height: auto;}

.all-menu-nav {width: 100%; padding: 1.5rem 0; flex: 1;}

.all-menu-list {width: 100%; height: calc(100% - 80px); overflow-y: auto;}
.all-menu-list .all-link,
.all-menu-list .btn-allmenu {padding: 0.625rem 0; font-size: 1.5rem; font-weight: 700; color: var(--bs-dark); display: inline-block; width: 100%; text-align: center;}

.all-menu-list .btn-allmenu {border-width: 0;}
.all-menu-list .btn-allmenu .bi {font-size: 1rem; margin-left: 5px; }
.all-menu-list .btn-allmenu .bi::before { font-size: 0.875rem;}
.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) ; color: var(--bs-primary);}
.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-200); display: none;}


.all-menu-footer {width: 100%; height: 165px; 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);}

.m-logo-area {display: flex; align-items: center;}
.m-logo-area>div { border-left: 1px solid var(--bs-dark); padding-left: 12px; margin-left: 12px; color: var(--bs-dark);
}
@media screen and (max-width:1199px) {
    .all-menu-header {height: 80px;}
}

@media screen and (max-width:767px) {
    .all-menu-list .all-link,
    .all-menu-list .btn-allmenu {font-size: 1.125rem;}
    .sub-item {font-size: 1rem;}
}



@media screen and (max-width:420px) {
    .all-menu-header img {width: 170px;}
} 

@media screen and (max-width:360px) {
    .all-menu-header img {width: 110px;}
    .m-logo-area>div {font-size: 13px;}
}



/* ********************** */
/* *** 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.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 .sns-icon {width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
/* .quick-menu li .sns-icon img {height: 40px;} */

.sns-kakao .sns-icon  {background-color: #FAE300;}
.sns-kakao .sns-icon img  { height: 35px; margin-top: 4px;}

.sns-facebook .sns-icon {background-color: #3b5998;}
.sns-facebook .sns-icon img  { height: 35px; margin-top: 2px;}

.sns-naverblog .sns-icon {background-color: #2CB24A;}
.sns-naverblog .sns-icon img  { height: 30px; margin-top: 5px;}

.sns-instagram .sns-icon {background: linear-gradient(230deg, #6053f8 0%, #aa2fc1 20%, #da2396 40%, #ff3d51 60%, #ffcc4c 100%);}
.sns-instagram .sns-icon img {height: 35px;}

.sns-youtube .sns-icon {background-color: #c4302b;}
.sns-youtube .sns-icon img {height: 25px;}

.sns-X .sns-icon {background-color: #000000;}
.sns-X .sns-icon img {height: 25px;}


.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);padding: 0;}
.quick-menu .btn-topScroll i{font-size: 1.5rem; color: var(--bs-white);}
.quick-open .quick-menu {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); right: 30px;}
.btn-quick { --bs-btn-border-width: 4px;--bs-btn-border-color: var(--bs-primary);--bs-btn-color: var(--bs-primary);width: 60px; height: 60px; 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; font-size: 0.875rem;}
.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 (max-width: 991px) {
    .quick-menu {bottom: 90px;}
}
@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;}
}

@media screen and (max-width:991px){
    .quick-menu li {width: 40px; height: 40px; padding-left: 0;}
    .quick-menu li .sns-icon {width: 40px; height: 40px;}
    .quick-menu .btn-topScroll {width: 40px; height: 40px;}
    .quick-menu li:hover .quick-nav-text {display: none;}
    .sns-kakao .sns-icon img  { height: 20px; margin-top: 2px;}
    .sns-facebook .sns-icon img  { height: 20px; }
    .sns-naverblog .sns-icon img  { height: 20px; margin-top: 2px;}
    .sns-instagram .sns-icon img {height: 22px;}
    .sns-youtube .sns-icon img {height: 16px;}
    .sns-X .sns-icon img {height: 18px;}
}

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

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



/* ******************** */
/* ******** main ****** */
/* ******************** */

/* 바탕 */
.bag-01 {background-image: url("/images/common/main-bag-01.png"); background-repeat: no-repeat; background-size: cover; width: 100%; max-width: 740px; height: 810px; position: absolute; left: 0; top: inherit; z-index: -1;}
body {position: relative;}
.bag-02 {background-image: url("/images/common/main-bag-02.png"); background-repeat: no-repeat; background-size: cover; width: 100%; max-width: 550px; height: 766px; position: absolute; right: 0; bottom:0; z-index: -1;}

/* 메인 시작 */


.main-top-menu {margin-top: -92px; height: 300px; max-width: 100%; overflow-x: hidden;}
.main-top-menu .container{position: relative;}
.main-top-menu ul {position: absolute; left: 0; top: 0; display: flex; align-items: center; background-color: var(--bs-white); padding: 40px 50px; border-top-left-radius: 150px; border-bottom-left-radius: 150px; width: 200%; box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.2);}

.main-top-menu ul li:not(:last-child) {margin-right: 50px; padding-right: 50px;  border-right: 1px solid var(--bs-gray-300);}
.main-top-menu ul a {display: flex; align-items: center; padding: 12px 0;}
.main-top-menu ul a p {font-size: 1rem;}

.main-top-menu ul a:hover strong {color: var(--bs-primary);}
.main-top-menu ul a:hover p {color: var(--bs-gray);}
.main-top-menu ul a:hover .topMenu-icon {opacity: 0.8;}

.topMenu-icon {min-width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 30px;}
.topMenu-icon-01 {background-color: var(--bs-primary);}
.topMenu-icon-02 {background-color: #fe6737;}
.topMenu-icon-03 {background-color: #009688;}

.topMenu-icon img {height: 32px; width: auto;}
.topMenu-icon-01 img {height: 36px;}


@media screen and (max-width:1320px){
    .main-top-menu ul {width: 100%;}
}

@media screen and (max-width:1199px) {
    .main-top-menu {overflow: inherit; height: auto; }
    .main-top-menu ul  {position: sticky; border-radius: 150px; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start;}
    .main-top-menu ul li {width: calc(50% - 24px); margin-left: 12px; margin-right: 12px;}
    .main-top-menu ul li:not(:last-child) {margin-right: 12px; padding-right: 12px; border: 0;}
}

@media screen and (max-width:991px) {
    .main-top-menu ul  {border-radius: 80px;}
    .main-top-menu ul li {width: 100%; margin-left: 0; margin-right: 0;}
    .main-top-menu ul li:not(:last-child) { margin-left: 0; margin-right: 0; margin-bottom: 1rem;padding-bottom: 1rem; border-bottom: 1px solid var(--bs-gray-300);}
}

@media screen and (max-width:575px){
    .main-top-menu ul {padding: 30px;}
    .main-top-menu ul a {flex-direction: column; text-align: center;}
    .topMenu-icon {margin-right: 0; margin-bottom: 1rem;}
}


/* 브리핑 */

.plus-btn {display: flex; justify-content: center; align-items: center; min-width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--bs-gray-300); margin-left: 1rem;}
.plus-btn i::before {font-size: 2rem; color: var(--bs-dark);}

.plus-btn:hover {background-color: var(--bs-primary); border-color: var(--bs-primary);}
.plus-btn:hover i::before {color: var(--bs-white);}


.plus-btn-02 {min-width: 30px; height: 30px;}
.plus-btn-02 i::before {font-size: 1.75rem;;}


.tab-header {display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem;}
.tab-header>div {display: flex; align-items: center;}
.tab-header h2 {margin-right: 3rem; margin-bottom: 0;}
.tab-header .nav-item {position: relative;}
.tab-header .nav-item:not(:last-child) {padding-right: 0.875rem; margin-right: 0.875rem;}
.tab-header .nav-item:not(:last-child)::after {content: ""; width: 3px; height: 3px; border-radius: 50%; background-color: var(--bs-gray-700); position: absolute; right: 0; top: 10px;}
.tab-header .nav-link {padding: 0; color: var(--bs-gray-700); font-size: 1.125rem; padding-bottom: 6px; border-bottom: 3px solid transparent; font-weight: 600;}
.tab-header .nav-link:hover {border-bottom: 3px solid var(--bs-primary); color: var(--bs-primary);}
.tab-header .nav-link.active {border-bottom: 3px solid var(--bs-primary); color: var(--bs-primary);}








/* 메인에 갤러리 연동 */
.main-section .container {overflow: hidden;}
.main-video {display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;}
.main-video.main-board {width: calc(100%  + 36px); margin-left: -18px; margin-right: -18px;}
.main-video .main-board-item {padding: 0; width: calc(100% - 36px); margin-left: 18px; margin-right: 18px; background-color: transparent !important;}

.main-video .title-area {margin-top: 1rem;/*  display: flex; *//*  align-items: center; */}

.main-video .title {overflow: hidden; text-overflow: ellipsis; width: auto; font-size: 1.125rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; /* display: inline; */}
.main-video .new img{vertical-align: middle; margin-left: 5px;}

.main-video .img-area {overflow: hidden;border-radius: 0.5rem; max-height: 158px; position: relative;}
/* .main-video .img-area img {} */
/* .main-video .img-area img {height: 100%; object-fit: cover; min-height: 200px;} */
/* .main-video .img-area:hover img {transform: scale(1.1); transition: all 0.5s;} */

.main-video .img-area{position: relative;}
.main-video .play{position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%); }
.main-video .play i {font-size: 50px; color: rgba(255, 255, 255, 0.6);}
/* .main-video .play i::before { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); border-radius: 50%; border: 1px solid var(--bs-primary);} */




.main-video .main-board-item:nth-child(1) {
    width: calc(100% - 36px); 
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.main-video .main-board-item:nth-child(1) .img-area { max-height: 385px;}
.main-video  .main-board-item:nth-child(1) .title {font-size: 24px;}

.main-video .main-board-item:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.main-video .main-board-item:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}
.main-video .main-board-item:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.main-video .main-board-item:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}


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

    .tab-header { align-items: flex-end;}
    .tab-header>div {flex-direction: column; justify-content: flex-start; align-items: flex-start;}
    .tab-header h2 {margin-right: 0; margin-bottom: 2rem;}

    .main-video {grid-template-columns: 1fr 1fr;}
    
    .main-video .main-board-item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .main-video .img-area {max-height: max-content;}
    .main-video .main-board-item:nth-child(1) .img-area {max-height: max-content;}

    .main-video .main-board-item:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 2;
    }

    .main-video .main-board-item:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2 / 2;
    }
    .main-video .main-board-item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    .main-video .main-board-item:nth-child(5) {
        grid-column: 2 / 2;
        grid-row: 3 / 4;
    }
}

@media screen and (max-width:767px) {
    .tab-header>div {overflow-x: auto; }
    .tab-header .nav {display: flex; flex-wrap: nowrap;}
    .tab-header .nav li {white-space: nowrap;}

    .main-video  .main-board-item:nth-child(1) .title {font-size: 1.125rem;}

    .main-video {grid-template-columns: 1fr;}
    .main-video .main-board-item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .main-video .main-board-item:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 3 / 3;
    }

    .main-video .main-board-item:nth-child(3) {
        grid-column: 1 / 2;
        grid-row: 4 / 4;
    }
    .main-video .main-board-item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 5 / 5;
    }
    .main-video .main-board-item:nth-child(5) {
        grid-column: 1 / 2;
        grid-row: 6 / 6;
    }
}

/* 메인 브리핑 팝업 */

.main-video-popup {position: fixed; top: 0; left: 0;  width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 999999; display: none;}

.main-video-popup .container {height: 100%; display: flex; align-items: center; justify-content: center;}
.main-video-popup .video-popup-area {width: 100%;  }
.btn-popup-close {font-size: 3rem; color: var(--bs-white);display: block;transform: scaleY(-0.7); width: fit-content; margin-left: auto; margin-right: 0; background-color: transparent; border: none;}
.btn-popup-close:hover { color: var(--bs-white);}

.main-video-popup.active {display: block;}
.main-video-popup.z-index {z-index: 999999999;}

#b_link::placeholder {color: #999999;}

body.fixed {position: fixed;}


/* 유튜브 영상일 때 */
.video-container {position:relative;height:0;padding-bottom:56.25%;}

.video-container iframe { position:absolute; top:0; left:0; width:100%; height:100%;}

.btn-popup-close02 {font-size: 3rem; color: var(--bs-white);display: block;transform: scaleY(-0.7); width: fit-content; margin-left: auto; margin-right: 0; background-color: transparent; border: none;}
.btn-popup-close02:hover { color: var(--bs-white);}


/* 동영상 없는 노이미지일 때 플레이버튼 없애기 */
/* .main-video .img-area .no_img + .play {display: none;} */


/* 메인 공공수어통역 지원현황 */
.supportStatus {display: flex; gap: 20px;}

.supportStatus .con01 {width: 100%; max-width: 820px; height: 100%; max-height: 518px;}
.supportStatus .con02 {width: 100%; max-width: 480px; height: 100%; max-height: 518px;}


@media screen and (max-width:1400px) {
    .supportStatus {flex-direction: column;}

    .supportStatus .con01 {max-width: max-content; max-height: max-content; overflow-x: auto;}
    .supportStatus .con02 {max-width: max-content; max-height: max-content; overflow-x: auto;}
}


/* 메인 공지사항 운영단문의 등 */

.main-bottom {display: flex; gap:64px; padding-top: 4px; padding-bottom: 4PX;}
.main-bottom>div {width: 33.333%;}
.bottom-header {margin-bottom: 1.25rem;}

/* 공지사항 */
.main-bottom .notice-header{ display: flex; justify-content: space-between; align-items: center; background-color: transparent; border: 0;  }
.main-bottom .main-notice {margin-bottom: 0;width: 100%; margin-left: 0; margin-right: 0;}
.main-bottom .main-notice .main-board-item{width: 100%; padding: 0; display: flex; align-items: center; justify-content: space-between;margin-left: 0; margin-right: 0;}
.main-bottom .main-notice .main-board-item:not(:last-child) {margin-bottom: 12px;}
.main-bottom .main-notice .main-board-item:last-child {margin-bottom: 0;}
.main-bottom .main-notice .main-board-item p {white-space: nowrap; width: calc(100% - 110px); display: block; font-size: 1.125rem; padding: 1px;}
.main-bottom .main-notice .main-board-item .small {padding-left: 2rem; white-space: nowrap; min-width: 110px;}
.main-bottom .main-notice .main-board-item a:hover {text-decoration: underline;} 


/* 메인 운영단 문의 */
.main-bottom .contact {display: flex; flex-direction: column; justify-content: space-between;}
.main-bottom .contact p {font-size: 1.125rem;}

.main-bottom .btn-primary {min-height: 60px; display: flex; align-items: center; justify-content: center; font-size: 1.125rem; margin-top: 1rem;}


/* 메인 입찰공고.채용공고 */
/* .link-btn-area {display: flex; flex-direction: column; justify-content: space-between;} */
.link-btn-area .link-btn {background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 0.5rem; width: 100%; display: flex; align-items: center; justify-content: center; min-height: 98px; color: var(--bs-white);}
.link-btn-area .link-btn-01 {background-image: url("/images/main/main-bottom-img-01.jpg"); margin-bottom: 1rem;}
.link-btn-area .link-btn-02 {background-image: url("/images/main/main-bottom-img-02.jpg");}


@media screen and (max-width:1199px) {
    .main-bottom {flex-wrap: wrap;}
    .main-bottom>div {width: calc(50% - 32px);}
}

@media screen and (max-width:767px) {
    .main-bottom {gap:30px;}
    .main-bottom>div {width: 100%;}
}






/* ******************** */
/* ******** sub ******* */
/* ******************** */

/* 서브페이지 상단 메뉴 */
.sub-top-menu {}
.sub-top-menu ul {display: flex; gap: 6px; padding-bottom: 10px; margin-bottom: 70px;overflow-x: auto;}
.sub-top-menu li .btn {min-width: 205px; min-height: 50px; border-radius: 30px; border: 1px solid var(--bs-dark); padding: 0.5rem 1rem; font-size: 1.125rem; color: var(--bs-dark); display: flex; align-items: center; justify-content: center; font-weight: 700; transition: none;}

.sub-top-menu li .btn.active {background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary);transition: none;}
.sub-top-menu li .btn:hover {background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary);transition: none;}

@media screen and (max-width:767px){
    .sub-top-menu li .btn {font-size: 1rem; min-height: auto; min-width: auto; white-space: nowrap;}
}


/* 인사말 */
.greeting-content  {display: flex;}
.greeting-content .text{font-size: 1.125rem;line-height: 1.6; width: 64%; padding-right: 80px; box-sizing: border-box;}
.greeting-content .video {width: 36%;}
.video-container { position:relative; height:0; padding-bottom:56.25%; }
.video-container iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

@media screen and (max-width:1199px){
    .greeting-content .text {width: 50%;}
    .greeting-content .video  {width: 50%;}
}
@media screen and (max-width:767px) {
    .greeting-content {flex-wrap: wrap;}
    .greeting-content .text {width: 100%; padding-right: 0; margin-bottom: 2rem;}
    .greeting-content .video  {width: 100%;}
}

/* 주요연혁 */
.history-area {margin-bottom: 70px;}
.history-area>div {display: flex; padding: 20px 0;}
.history-area>div:not(:last-child) {border-bottom: 2px dotted var(--bs-gray-300);}
.history-area>div:first-child {padding-top: 0;}
.history-area .year {min-width: 165px;}
.history-area .con {display: flex; align-items: flex-start; justify-content: center; flex-direction: column; font-size: 1.125rem;}
.history-area .con p:not(:last-child) {margin-bottom: 1rem;}

@media screen and (max-width:360px) {
    .history-area>div {flex-direction: column;}
    .history-area .year {margin-bottom: 1rem;}
    .history-area .con {font-size: 1rem;}
    .history-area .con p:not(:last-child) {margin-bottom: 0.5rem;}

}

/* 공공수어통역지원사업 소개 */


/* 사업소개 다시 하기 */
.pt-110 {padding-top: 110px;}
.youtube-menu {display: flex;
    gap: 6px;
    padding-bottom: 10px;
    overflow-x: auto; margin-bottom: 60px; padding-top: 4px;}
.youtube-menu .btn {min-width: 205px;
    min-height: 50px;
    border-radius: 30px;
    border: 1px solid var(--bs-dark);
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: none;
    margin-bottom: 0.875rem;}

.youtube-menu .btn.active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
    transition: none;}


@media screen and (max-width:767px) {
    .youtube-menu .btn {
        font-size: 1rem;
        min-height: auto;
        min-width: auto;
        white-space: nowrap;}
}

/* .youtube-menu .btn:not(:last-child) {margin-right: 0.875rem;} */



/* 정부부처 */

.list-01 {display: flex; gap:30px;}
.list-01>div {background-color: var(--bs-gray-500); padding: 30px;width: 25%;}
.list-01 .num {width: 25px; height: 25px; border-radius: 50%; color: var(--bs-white); font-weight: 700; display: flex; align-items: center; justify-content: center;}


@media screen and (max-width:1199px) {
    .list-01 {flex-wrap: wrap;}
    .list-01>div {width: calc(50% - 15px);}

}

@media screen and (max-width:767px){
    .list-01>div {width: 100%;}
}
.bag-danger {background-color: var(--bs-danger);}
.bag-info {background-color: var(--bs-info);}
.bag-primary {background-color: var(--bs-primary);}

.list-02>div {background-color: var(--bs-gray-200);}
.list-03>div {background-color: var(--bs-gray-100);}

.dot-list li {position: relative; padding-left: 1.125rem; font-size: 1.125rem;}
.dot-list li::before {content: ""; position: absolute; left: 0; top: 9px; width: 3px; height: 3px; background-color: var(--bs-dark);}

.list-04>div {background-color: var(--bs-white); border: 1px solid var(--bs-dark); width: 33.3333%; font-size: 1.125rem; padding-bottom: 30px; line-height: 1.6;}

.dot-list-02 li {position: relative; padding-left: 1.125rem; font-size: 1.125rem;}
.dot-list-02 li::before {content: ""; position: absolute; left: 0; top: 8px; width: 3px; height: 3px; background-color: var(--bs-dark);}

@media screen and (max-width:1199px) {
    .list-04>div {width: calc(50% - 15px);}
}
@media screen and (max-width:767px){
    .list-04>div {width: 100%;}
}

.government-tab .tab-content .logo_img{width: 250px; height: auto;}
.government-tab .tab-content>div:first-child .logo_img {width: 300px;}
.government-tab .tab-content .btn {width: fit-content;}
.government-tab .tab-content a {border-radius: 15px; overflow: hidden;}
.government-tab .tab-content a:hover {box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); }



/* 정부부처 탭 */

.youtube_banner_list {display: flex; flex-wrap: wrap; gap:48px;}
.youtube_banner_list>div {width: calc(50% - 24px);}
.youtube_banner_list .logo {margin-bottom: 1rem;}
.youtube_banner_list .logo img { width: auto; height: 50px;}

.youtube_banner_list .youtube_banner_area {position: relative; border: 1px solid var(--bs-gray-300); border-radius: 0.375rem; text-align: center; background-color: var(--bs-white);}
.youtube_banner_list .youtube_banner_area a:hover {box-shadow: none !important;}
.youtube_banner_list .link-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%); display: none; z-index: 2;}

.youtube_banner_area img {text-align: center;}

/* .youtube_banner_list .youtube_banner_area:hover img {opacity: 0.5; } */
.youtube_banner_list .youtube_banner_area:hover::before {content: ""; background-color: var(--bs-dark); width: 100%; height: 100%; position: absolute;  left: 0; top: 0; border-radius: 0.375rem; z-index: 1; opacity: 0.5;}
.youtube_banner_list .youtube_banner_area:hover .link-btn {display: block;}
.youtube_banner_list .link-btn:hover {box-shadow: none !important;}
.youtube_banner_list .link-btn i::before { color: var(--bs-white); font-size: 2.5rem; }


@media screen and (min-width:1400px) {
    .youtube_banner_area img {max-height: 105px;}
} 

@media screen and (max-width:767px) {
    .youtube_banner_list>div {width: 100%;} 
    .youtube_banner_list .logo img { width: auto; height: 40px;}
}

/* 문화예술기관 탭 */
.youtube_banner_list .title  {margin-bottom: 1rem; display: block;}



/* 공공수어 통역 지원현황 */

.mt-100 {margin-top: 100px;}
.mb-100 {margin-bottom: 100px;}
@media screen and (max-width:767px) {
    .mt-100 {margin-top: 50px;}
    .mb-100 {margin-bottom: 50px;}
}

.table-01 {text-align: center; border-top: 2px solid var(--bs-dark);}
.table-01 thead th {font-size: 1.125rem;}

@media screen and (max-width:767px) {
    .table-01 thead th {font-size: 1rem;}
    .table-01 tbody th  , .table-01 tbody td{font-size: 0.875rem;}
    .table-01>:not(caption)>*>* {padding: 1rem 0.5rem;}
}

.table-chart {text-align: center; border-top: 2px solid var(--bs-dark);margin-bottom:0;}
.table-chart thead th, .table-chart tbody td {font-size: 0.8rem;padding: 0.3rem;border-width:0.5px !important;}
@media screen and (max-width:767px) {
    .table-chart thead th {font-size: 1rem;}
    .table-chart tbody th, .table-01 tbody td{font-size: 0.875rem;}
    .table-chart>:not(caption)>*>* {padding: 1rem 0.5rem;}
}

/* .table-chart {margin: 4px ; width: calc(100% - 8px);} */



.paging-area {position: relative; margin-top: 100px; padding: 20px; display: flex; align-items: center; justify-content: center;}
.paging-next , .paging-prev {font-size: 1rem; position: static; height: fit-content; margin-top: 0px; color: var(--bs-dark);opacity: 1 !important;}
.paging-next::after , .paging-prev::after {font-size: 1.125rem; font-weight: 700 !important;opacity: 1 !important;} 

.swiper-banner-pagination {width: fit-content; position: relative; width: auto !important;position: static; padding: 0 10px; display: flex;}
.swiper-banner-pagination .swiper-pagination-bullet {background-color: transparent; position: relative; display: block; padding: 0 0.75rem; font-weight: 700; opacity: 1; text-align: center; display: flex; justify-content: center; margin-top: 0.375rem;min-height: 15px;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {color: var(--bs-primary); min-height: 30px; z-index: 99; min-height: 0;}


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

    .swiper-banner-pagination .swiper-pagination-bullet {padding: 0 0.5rem;}
}

/* #pills-03 .youtube_banner_list {background-color: var(--bs-white);} */


.bannerSwiper .swiper-slide {opacity: 0 !important;}
.bannerSwiper .swiper-slide-active{opacity: 1 !important;}

/* ********************* */
/* ******* footer ****** */
/* ********************* */
.footer {border-top: 1px solid var(--bs-gray-300);}

.footer .container {position: relative;  padding-top: 3.75rem; padding-bottom: 3.75rem; display: flex; justify-content: space-between;}

.foot-logo-area .logo{ width: 205px; height: auto;}
.foot-logo-area .logo:not(:last-child) { margin-right: 2.375rem;}

.footer .privacy-link {color: var(--bs-dark);}
.footer .privacy-link:hover {color: var(--bs-primary);}

.footer address {margin-bottom: 12px;}
.footer address>div:not(:last-child) {margin-bottom: 12px;}
.footer address>div span:not(:last-child) {margin-right: 1rem;}



.copyright {color: var(--bs-gray); font-size: 1rem;}
.copyright a {color: inherit;}
.copyright a:hover {color: var(--bs-primary);}

/* 패밀리사이트 */


.family-site {min-width: 300px; width: max-content; height: 58px; position: relative; color: var(--bs-dark);}

.family-site .family_site_btn { width: 100%; height: 100%; background-color: var(--bs-white);  display: flex; justify-content: space-between; align-items: center; padding: 10px 26px; border: 1px solid var(--bs-dark); border-radius: 0.25rem;}
.family-site .family_site_btn i::before {font-weight: 700 !important;}

.family-site ul { position: absolute; width: 100%; bottom: 57px; display: none; background-color: var(--bs-white);}
.family-site.active ul {display: block;}

.family-site .family_site_btn i::before {transition: all 0.5s;}
.family-site.active .family_site_btn i::before {transform: rotate(180deg);}

.family-site ul li {border: 1px solid var(--bs-dark); margin-top: -1px;}
.family-site ul li a { display: block; width: 100%; height: 100%; padding: 10px 26px; color: var(--bs-dark);}

.family-site ul li:hover {background-color: var(--bs-primary); border-color: var(--bs-primary); }
.family-site ul li:hover a {color: var(--bs-white);}

.family-site .block {display: none;}
.family-site .none {display: block;}
.family-site.avtive .block {display: block;} 
.family-site.avtive .none {display: none;}

@media screen and (max-width:991px){
    .footer .container {flex-direction: column;}
    .family-site {margin-top: 2rem;}
}

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

    .foot-logo-area img {display: block; }
    .foot-logo-area .logo:not(:last-child) {margin-right: 0; margin-bottom: 1rem;}
    .footer address>div span {display: block; margin-bottom: 12px;}
    .family-site {min-width: auto; width: 100%; max-width: 300px;}
}


/* ******************** */
/* ******* 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-300);}
.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 td.md-hide {white-space: nowrap;}

.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: 400 }
.page-link-c img {min-width: 8px;}
.page-item-c.active .page-link-c  {font-weight: 800; text-decoration: underline;}
.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);}

.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); margin-right: 4px;}

.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-box-1000 {max-width: 1000px; height: auto; margin: 0 auto;}
.video-wrap {position: relative; padding-bottom: 56.25%; margin-bottom: 20px; overflow: hidden;}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed , .video-wrap .video-content {position: absolute; top: 0; left: 0; width: calc(100% - 8px); height: calc(100% - 8px);}

.gallery {position: relative;}
.gallery .play{position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%);}
.gallery .play i {font-size: 50px; color: rgba(255, 255, 255, 0.6); }


/* ************************* */
/* ** 제품소개 (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; gap: 10px;}
.g-product-btns .btn {min-height: 50px; display: flex; align-items: center; justify-content: center; width: 100%;}
.g-product-btns .btn i {margin-right: 5px;}

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

@media screen and (max-width: 360px) {
    .g-product-btns {flex-direction: column;}
    .g-product-btns .btn {width: 100%;}
}


/* ************************* */
/* ***** 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-color: var(--bs-gray-300);}
.accordion-wrap .card .card-body {padding:0;border-bottom: 1px solid var(--bs-gray-300);}

/* .accordion-wrap .collapse.show {border-bottom: 1px solid var(--bs-gray-300);} */

/* 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;}
    .accordion-wrap .card .card-title::before {left: 0;}
}

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




/* ************************* */
/* ** 홍보동영상 (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;}


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

.project-modal .swiper-pagination {bottom: 0 !important;}




@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;}
}


/* ************************* */
/* ********** 연혁 ********** */
/* ************************* */
.history-fixed {max-width: 430px; }
.history-fixed.fixed {position: fixed; z-index: 99; bottom: auto; top: 140px;}
.history-header {margin-bottom: 3rem;}
.history-category {font-size: 1.25rem; font-weight: 700; max-width: 150px;}
.history-category .history-link {padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0.5rem; display: block;}
.history-category .history-link.active {color: var(--bs-primary); border-bottom: 2px solid var(--bs-primary);}
.history-category .history-link:hover {color: inherit; }
.history>ul>li{position: relative; padding-left: 3.75rem; padding-bottom: 3rem; }
.history>ul>li::before {content: ""; width: 1px; height: 100%; position: absolute; left: 5px; background-color: var(--bs-gray-300);}
.history>ul>li:first-child:before {top: 10px;} 
.history>ul>li:last-child:before {height: 10px;} 

.history>ul>li::after {content: ""; width: 12px; height: 12px; border-radius: 50%; background-color: var(--bs-primary); position: absolute;top: 0.5rem; left: 0;}
.history .year {font-size: 1.5rem; font-weight: 700; color: var(--bs-dark); margin-bottom: 1rem;} 
.history .content li {display: flex; margin-bottom: 0.5rem;}
.history .content li strong {min-width: 30px;}

@media(max-width:767px) {
    .history-fixed {max-width: 100%; width: 100%;}
    .history-fixed.fixed {bottom: 80px; top: auto;}
    .history-header {max-width: 100%;}
    .history-category {max-width: 100%; display: flex; background-color: var(--bs-primary); border-radius: 0.5rem; padding: 0.5rem 2rem; justify-content: space-between; font-size: 0.875rem;bottom: 130px; z-index: 999; top: auto; /* left: 50%; transform: translateX(-50%);  */  flex-direction: row; white-space: nowrap; overflow-x: auto; margin-bottom: 3rem;}
    .history-fixed.fixed .history-category{width: calc(100% - 8%);}

    .history-category .history-link {padding: 1rem; margin-bottom: 0;color: var(--bs-white); opacity: 0.7; }
    .history>ul>li {padding-left: 1.5rem; padding-bottom: 2rem;}
    .history-category .history-link.active {opacity: 1; color: var(--bs-white); border:none;}
    .history-category .history-link:hover {color: var(--bs-white);}

}


/* ************************* */
/* ********* 로그인 ******** */
/* ************************* */
@media(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(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% + 30px); margin-left: -15px; margin-right: -15px; margin-bottom: -30px;}
.main-board-item {width: calc(33.333% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px;background-color: var(--bs-white); padding: 30px; border-radius: 20px;}

/* 프로덕트 스킨 */

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

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


/* 부트스트랩 아이콘 */

.bi::before {font-family: 'bootstrap-icons';}

/* 댓글 수정 */
#com_li_write .input-group-text {background-color: var(--bs-gray-100);}


/* 메인에 텍스트형 공지사항 연동 */

.main-notice {flex-wrap: wrap;}
/* .main-notice .main-board-item {width: calc(33.3333% - 20px);} */

@media screen and (max-width:991px) {
    .main-notice .main-board-item {width: calc(50% - 30px);}
}

@media screen and (max-width:767px) {
    .main-notice .main-board-item {width: calc(100% - 30px);}
}


/* 메인에 공지사항 갤러리카드형 연동 */
.main-gallery-notice {width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; flex-wrap: wrap; align-items: stretch;}
.main-gallery-notice .main-board-item {border: 1px solid var(--bs-gray-300);  width: calc(25% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px;  padding: 0;}
.main-gallery-notice .main-board-item a { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.main-gallery-notice .main-board-item:hover {box-shadow: 3px 3px 10px var(--bs-gray-300);}
.main-gallery-notice .main-board-item a:hover {color: inherit; }


.main-gallery-notice .img-area {max-height: 150px; overflow: hidden; }
.main-gallery-notice .img-area img {object-fit: cover; height: 100%;}

.main-gallery-notice .title-area {display: flex; align-items: center; margin-top: 1rem;}
.main-gallery-notice .title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; width: auto;}
.main-gallery-notice .new img {vertical-align: middle; margin-left: 5px;}
.main-gallery-notice .content {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all;}


@media screen and (max-width:1199px) {
    .main-gallery-notice .main-board-item {width: calc(33.3333% - 30px);}
}

@media screen and (max-width:767px){
    .main-gallery-notice .main-board-item {width: calc(50% - 30px);}
    .main-gallery-notice .img-area {max-height: max-content;}
}
@media screen and (max-width:575px) {
    .main-gallery-notice .main-board-item {width: calc(100% - 30px);}
}




/* 메인 갤러리 연동 */
/* .mainProductSlide {margin-bottom: 50px;} */
.mainProductSlide .main-product {padding-bottom: 100px;}
.mainProductSlide img {max-width: 100%;}
.mainProductSlide .main-board-item {padding: 0; }

.mainProductSlide .title-area {margin-top: 1rem;}

.mainProductSlide .swiper-pagination { left: 50%; top: auto; bottom: 1.125rem; transform: translateX(-50%);  width: calc(100% - 100px); height: 4px;}


.mainProductSlide .swiper-button-next , 
.mainProductSlide .swiper-button-prev {color: var(--bs-primary); top: auto; bottom: 0; }

.mainProductSlide .swiper-button-prev:after, .mainProductSlide .swiper-button-next:after {font-size: 1.5rem;}

.mainProductSlide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--bs-primary);}


/* 메인 문의하기 연동 */

.main-contact { background-image: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url("/images/main/about_img_01.jpg");background-size: cover; background-repeat: no-repeat; background-position: center center;background-attachment: fixed; }

.main-contact .section-header i {color: var(--bs-white);}

.main-contact .form-check-input:checked {background-color: var(--bs-primary); border-color: var(--bs-primary);}

.main-contact .form-list  {display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px;}
.main-contact .form-list .form-item  {width: calc(50% - 5px);}

.main-contact textarea {border-radius: var(--bs-border-radius);    padding: .375rem .75rem;}
.checked_wrap .btn-primary {min-width: 150px; }

.main-contact .checked_wrap>div {display: flex; justify-content: space-between; align-items: center;}


@media screen and (max-width:767px) {
    .main-contact .form-list .form-item {width: 100%;}
    .checked_wrap .btn-primary {min-width: 100px;}
}

@media screen and (max-width:360px) {
    .main-contact .checked_wrap>div {flex-direction: column; gap: 10px;}
    .checked_wrap .btn-primary {min-width: 150px;}
}

/* 일정 수정 */
.schedule-text {line-height: normal;}
.schedule-text:not(:last-child) {margin-bottom: 5px;}

/* 메인 하단 배너 */
.main-banner .swiper-wrapper {align-items: center;}
.main-banner .swiper-slide {width: fit-content !important;}
.main-banner .banner-link {display: block; width: fit-content;}





/* 헤더 토글 스위치 */

.header-toggle-box {padding: 0 1rem; background-color: var(--bs-white); border-radius: 30px; display: flex; align-items: center; gap: 10px; height: fit-content;}

.header-toggle-box-02 {position: absolute; bottom: 40px; border:  1px solid var(--bs-dark);}


/* 토글 스위치 */
.toggle-switch {min-height: 38px; position: relative;}
.toggle-switch input[type=checkbox]{position: absolute; left: 0; width: 75px; height: 38px; background-color: var(--bs-white);}
.toggle-switch input::after {content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: var(--bs-white);}
.toggle-track{ display: inline-block; position: relative;  width: 75px; height: 6px; border-radius:60px; background: var(--bs-gray-400); padding-left: 12px;top: 8px; }
.toggle-track:before{ content:'꺼짐'; display: block; position: absolute; top: -8px; left: 0px; font-size: 13px; background: var(--bs-gray-700); border-radius:20px;  transition:left 0.3s; color: var(--bs-white); padding: 2px 10px; z-index: 9; cursor: pointer;}
.toggle-switch input[type=checkbox]:checked + label .toggle-track:after{content:'켜짐';display: inline-block;position: absolute; top: -8px; right: 0;color: var(--bs-white); padding: 2px 10px;background: var(--bs-primary); border-radius:20px;font-size: 13px; cursor: pointer;}
.toggle-switch input[type=checkbox]:checked + label .toggle-track:before {display: none;}
.toggle-switch input[type=checkbox]:focus .toggle-switch {box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);}
.toggle-switch label {height: 38px;}
.header.isFixed .header-toggle-box {border: 1px solid var(--bs-dark); box-sizing: border-box;}


.all-menu-header .mark {width: 50px;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin-left: 10px;}

    .all-menu-header .mark{}

@media screen and (max-width: 520px) {
    .navbar-brand .logo {width: 140px; height: auto;}
    .all-menu-header .logo {width: 140px; height: auto;}

    .mark-area   {font-size: 16px !important;}
    .mark {width: 30px;}
    .all-menu-header .mark {width: 30px;}
}

@media screen and (max-width:430px) {
    /* .navbar-brand .logo {width: 170px;} */
    /* .navbar-brand>div {font-size: 12px;} */
}

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

    .navbar-brand .logo {width: 100px;}
    .all-menu-header .logo {width: 100px;}
    .all-menu-header .mark {width: 20px;}
    .mark-area   {font-size: 14px !important;}
    .mark {width:20px;}
    .navbar-brand>div {padding-left: 8px; margin-left: 8px;}
}

.chart-style {background-color:#f7f7f7;padding:30px;border-radius:12px;position:relative;}
.mon-select {position:absolute;right:30px;top:30px;width:unset;z-index:10;}
.chart-year-wrap {position:relative;margin-bottom:20px;display: flex;align-items: center;justify-content: flex-end;}
.chart-year-wrap > select {width:unset;}


/* 동영상에 수어 붙이기 */

/* 직사각형 동영상 */
.menu-video-area {position: absolute; top: -2px;  left: 100%; display: none; padding: 5px; border-radius: 8px; border: 1px solid var(--bs-primary); background-color: var(--bs-white); width: 162px; height: 156px; padding-top: 0; padding-bottom: 0; padding-bottom: 2px; }

.menu-video-area>div {width: 150px; height: 150px; overflow: hidden; padding: 5px;  position: relative;}

.menu-video-area video{/* width: 270px; */ width: 100%; height: auto;  position: absolute; left: 50%; transform: translateX(-50%);}

/* 예시 두개 */
/* .history-video-area video{width: 375px; height: auto;}
.introduction-video-area video{width: 500px; height: auto;} */




/* 정사각형 동영상 */

/* .gnb .nav-item:hover .submenu .sub-item:hover > .menu-video-area-02 {display: block;} 

.menu-video-area-02 {position: absolute; top: -2px;  left: 100%; display: none; padding: 5px; border-radius: 8px; border: 1px solid var(--bs-primary); background-color: var(--bs-white); width: 152px; height: 148px; padding-top: 0; padding-bottom: 0; padding-bottom: 2px; }

.menu-video-area-02>div {width: 140px; height: 140px; overflow: hidden; padding: 5px;  position: relative;}

.menu-video-area-02 video{width: 250px; height: auto;  position: absolute; left: 50%; transform: translateX(-50%);} */


/* 예시 두개 */
/* .gallery-video-area { width: 222px; height: 218px;}
.gallery-video-area>div {width: 210px; height: 210px; }
.gallery-video-area video{width: 375px; height: auto;}


.inquiry-video-area {width: 292px; height: 258px;}
.inquiry-video-area>div {width: 280px; height: 250px;}
.inquiry-video-area video{width: 500px; height: auto;} */

.new-textArea textarea {width: 100%; height: 200px; border-color: var(--bs-gray-300); border-radius: 8px;padding: .375rem .75rem;}
.new-textArea textarea:focus-visible {outline: 0;}

/* 게시판 이동하기 */
#dbname_view {margin-top: 8px;}


/* 메인에 조회수 보이게 하기 */
.video-title {display: flex; justify-content: space-between; margin-top: 1rem;}
.video-title  .hit-area {white-space: nowrap; margin-top: 4px; color: var(--bs-gray-600);}
.video-title  .hit-area i::before {color: var(--bs-gray-600);}


.main-video .title-area {margin-top: 0;}
.main-video .main-board-item .title .hit-area i::before {color: var(--bs-gray-600);}
.main-video .main-board-item .title:hover .hit-area i::before {color: var(--bs-gray-600);}
.hit-area {font-size: 0.875rem; vertical-align: middle; margin-left: 0.5rem;}
.main-video .main-board-item:nth-child(1) .video-title  .hit-area {font-size: 1.125rem;}


.video-subject {display: flex; justify-content: space-between;}
.video-subject .hit-area {white-space: nowrap; margin-top: 4px; color: var(--bs-gray-600);}
.video-subject .hit-area i::before {color: var(--bs-gray-600);}


.search-new {display: flex; justify-content: space-between; width: 100%;}
.video-play {background-color: transparent; border: none;}
.video-play02 {background-color: transparent; border: none;}



/* 웹접근성 추가 */
/* 메인 탭 */
.tab-header .nav-link .blind02 {display: none;}
.tab-header .nav-link.active .blind02 {display: block;}
.tab-content>.tab-pane .blind02 {display: none;}
.tab-content>.active .blind02 {display: block;}

/* 사업소개 */
.youtube-menu .btn .blind {display: none;}
.youtube-menu .btn:hover {background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary);}
.youtube-menu .btn.active .blind02 {display: block;}
.youtube-menu .btn:focus {    outline: 2px dotted var(--bs-danger);}
.swiper-banner-pagination .swiper-pagination-bullet {font-weight: 400;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    font-weight: 900; text-decoration: underline;
    position: relative;
}

/* .swiper-pagination-bullet-active::after {content: "선택됨"; width: 1; height: 1; position: absolute;overflow: hidden; border:0;clip: rect(0 0 0 0); }
 */
/* 메뉴 */

/* 기존 CSS에 다음 내용 추가 */

/* 키보드 포커스와 hover 둘 다 작동하도록 설정 */
.gnb .nav-item:hover .submenu,
.gnb .nav-item.hover .submenu,
.gnb .nav-item:focus-within .submenu {
    display: block; /* 또는 기존에 사용 중인 표시 방식 */
    visibility: visible;
    opacity: 1;
}

/* 키보드 포커스 시 시각적 표시 */
/* .gnb .nav-item:focus-within {
    outline: 2px dotted var(--bs-danger);  
    outline-offset: 2px;
}
 */
/* 포커스 받은 링크에 대한 스타일 */
/* .gnb .nav-link:focus,
.gnb .sub-link:focus {
    outline: 2px dotted var(--bs-danger);
    text-decoration: underline;
} */

/* 메뉴 항목에 포커스 받았을 때 스타일 */
/* .gnb .nav-item:focus {
    outline: 2px dotted var(--bs-danger);
    outline-offset: 2px;
}
 */

/* 메뉴를 호버하거나 키보드로 확장했을 때 */
.gnb .nav-item:hover .submenu,
.gnb .nav-item.hover .submenu,
.gnb .nav-item[aria-expanded="true"] .submenu {
    display: block; /* 또는 기존에 사용 중인 표시 방식 */
    visibility: visible;
    opacity: 1;
}


/* 링크에 포커스 받았을 때 스타일 */
.gnb .nav-link:focus,
.gnb .sub-link:focus {
    outline: 2px dotted var(--bs-danger);

}
.gnb .sub-link:focus  {text-decoration: underline;color: var(--bs-primary);}

/* 명확한 포커스 표현을 위한 스타일 */
:focus-visible {
    outline: 2px dotted var(--bs-danger);
    outline-offset: 2px;
}

/* 메뉴 항목에 포커스 받았을 때 스타일 */
.gnb .nav-item:focus {
    outline: 2px dotted var(--bs-danger);
    outline-offset: 2px;
}

/* 메뉴를 호버하거나 키보드로 확장했을 때 */
.gnb .nav-item:hover .submenu,
.gnb .nav-item.hover .submenu,
.gnb .nav-item[aria-expanded="true"] .submenu {
    display: block; /* 또는 기존에 사용 중인 표시 방식 */
    visibility: visible;
    opacity: 1;
}

/* 링크에 포커스 받았을 때 스타일 */
/* .gnb .nav-link:focus,
.gnb .sub-link:focus {
    outline: 2px dotted var(--bs-danger);
    text-decoration: underline;
}
 */

/* 메뉴 비디오 영역이 다른 요소를 가리지 않도록 설정 */
.gnb .menu-video-area {
    z-index: 100;
    display: none; /* 기본적으로 숨김 */
}


/* 토글 스위치 */


.header-toggle-box {padding: 0 1rem; background-color: var(--bs-white); border-radius: 30px; display: flex; align-items: center; gap: 10px; height: fit-content;}

.header-toggle-box-02 {position: absolute; bottom: 40px; border:  1px solid var(--bs-dark);}
@media screen and (max-width:1199px) {
    .header-toggle-box-01 {display: none;}

}

/* 토글 스위치 */

.toggle-switch input[type=checkbox] {
    position: absolute;
    left: 0;
    width: 75px;
    height: 38px;
    background-color: var(--bs-white);
    opacity: 0; /* 체크박스는 숨기되 포커스가 가능하도록 opacity로 처리 */
    z-index: 2; /* 클릭과 키보드 포커스를 위해 z-index 설정 */
    cursor: pointer;
}

/* 키보드 포커스 스타일 */
.toggle-switch input[type=checkbox]:focus + label .toggle-track {
    box-shadow: 0 0 0 2px var(--bs-primary);
    outline: 2px solid transparent; /* 윤곽선 대신 box-shadow를 사용 */
}

/* 마우스 호버 효과도 추가 */
.toggle-switch label:hover .toggle-track {
    background: var(--bs-gray-500);
}

.tab-pane:focus,
.tab-pane:focus-visible,
.tab-content:focus,
.tab-content:focus-visible {
        outline: none;
    box-shadow: none;
}
.btn:focus-visible {
    outline: 2px dotted var(--bs-danger);
}

.nav-link:focus-visible {outline: 2px dotted var(--bs-danger);    box-shadow: none;}

.main-board-item a {display: inline-block; margin: 4px; width: calc(100% - 50px); overflow: hidden;text-overflow: ellipsis;}


.sub-top-menu li .btn {margin:4px}
.sub-top-menu .sub-list .sub-item:not(:last-child) {margin-bottom: 0;}
.sub-top-menu li .btn.active:focus{outline: 2px dotted var(--bs-danger);}
.sub-top-menu li .btn.active:focus-visible {outline: 2px dotted var(--bs-danger);}

.page-item-c.active a{display: block;}

.video-wrap video {margin: 4px;}

.video-wrap iframe {margin: 4px;}

.video-wrap iframe:focus-visible, .video-wrap iframe:focus {
    outline: 4px dotted var(--bs-danger); 
    outline-offset: 2px;
}

/* 본문 바로가기 */
/* .skip-nav { position: relative; z-index: 9999;}

.skip-link { position: absolute; top: -60px; left: 5px; padding: 1rem 2rem; background: var(--bs-primary); color: var(--bs-white); font-weight: bold; text-decoration: none; transition: top 0.3s; font-size: 1.5rem;}

.skip-link:focus {top: 5px;} */

.skip-link {
    position: absolute;
    top: -60px;
    left: 0;
    background-color: var(--bs-dark);
    color: var(--bs-white);
    padding: 8px 16px;
    text-decoration: none;
    font-size: 1.5rem;
    left: 5px;
    z-index: 99999999;
    font-weight: 700;
    width: calc(100% - 10px);
    text-align: center;
}

.skip-link:focus {
    top: 5px;
}
/* 
.more-text {display: none;}
.plus-btn i {position: relative;}
.plus-btn:hover .more-text {display: block; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); color: var(--bs-dark); margin-bottom: 20px;}
 */
.search-new {padding-bottom: 5px;}
.search-bar .input-group-text {padding-right: 20px; font-size: 1rem; margin-left: 10px;}
.form-control:focus {box-shadow: none; outline: 2px dotted var(--bs-primary); }
.form-control:focus-visible  { outline: 2px dotted var(--bs-danger); }

.family-site .blind.block {display: none;}
.family-site.active .blind.block {display: block;}
.family-site.active .blind.none {display: none;}


.sub-top-menu .btn .blind02 {display: none;}
.sub-top-menu .btn.active .blind02 {display: block;}
.sub-top-menu .btn .blind02 {display: none;}
.sub-top-menu .btn.active .blind02 {display: block;}

.paging-area .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {height: 18px;}


.video-view .content-scroll { max-height: 200px; overflow-x: auto; border: 1px solid var(--bs-gray-300); padding: 20px;}


/* 메인 비디오 변경 */
.main-video-popup .video-popup-area {max-width: 1000px;}

.main-video-popup .content-scroll {background-color: var(--bs-white); max-height: 150px;padding: 20px;overflow-x: auto;}


/* 본문 바로가기 위치 */
#skipPosition {width: 100%; height: 0;}
.skipPositionMain-area {position: relative;}
#skipPosition.skipPositionMain {margin-top: -300px; position: absolute;}

/* 동영상 비디오 숨겨진 게시물 */

.hidden-post {background-color: var(--bs-primary); color: var(--bs-white); font-weight: 500; border-radius: 5px; width: fit-content; padding: 4px 10px; font-size: 0.875rem;}

.webstandards {width: 100px; height: auto; margin-left: auto; margin-top: 30px;}

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



/* 메인 동영상으로 변경 */

.new-main-visual { height: auto; background-image: none; overflow: hidden; }
.main-video-area {position: relative; width: 100%; padding-top: 42.25%;;overflow: hidden;}
.main-video-area video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;  
}


/* 메인 동영상으로 바꾸어서 헤더 바꾸기 */
.new-bag-01 {height: 500px;}
.new-header-dark .logo-dark {display: block;}
.new-header-dark .mark-dark {display: block;}
.new-header-dark .logo-wh{display: none;}
.new-header-dark .mark-wh{display: none;}
.new-header-dark .navbar-brand>div {border-color: var(--bs-dark); color: var(--bs-dark);}
.new-header-dark .gnb .nav-link {color: var(--bs-dark);}
.new-header-dark .header-toggle-box {border: 1px solid var(--bs-dark);}
.new-header-dark .btn-trigger .bi {color: var(--bs-dark);}

/* 컨텐츠도 바꾸기 */
.new-main-top-menu {margin-top: 10px;}
.new-main-top-menu ul{padding: 15px 35px; box-shadow: none; border: 1px solid var(--bs-gray-300);}

@media screen and (min-width:1439px) {
.new-main-visual {position: relative; /* height: 800px; */}
/* .mainVideo {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);} */
}

@media screen and (min-width:1921px) {
    .new-main-visual {width: 1920px; margin-left: auto; margin-right: auto;}
}


@media screen and (max-width:767px){
    .new-main-top-menu {margin-top: 0; padding-top: 80px;}
    .skip-nav {display: none;}
    .new-main-visual {margin-top: 80px;}
    .new-main-top-menu .topMenu-icon {min-width: 50px; height: 50px;}
    .new-main-top-menu .topMenu-icon img {height: 25px;}
    .new-main-top-menu ul {border-radius: 12px;}
    .new-main-top-menu .text-22 {font-size: 20px;}

}

/* index03 */
.new-main-visual-02 {height: auto; background-image: none;}

.new-main-visual-02  .main-video-area { padding-top: 56.25%;}
.new-main-top-menu-02 {margin-top: 20px;}


