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

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


@import url('https://fonts.googleapis.com/css2?family=Asta+Sans:wght@300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* 
타이틀
font-family: 'Black Han Sans', sans-serif;
폰트
font-family: 'IBM Plex Sans KR', sans-serif; 
변경 타이틀 폰트

font-family: 'Open Sans', sans-serif;
*/


/* 20250707 폰트 변경 */

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

    --bs-primary:#00f0ff;
    --bs-secondary: #000000;
    --bs-success: #24a148;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #ff5938;
    --bs-light: #f5f5f5;
    --bs-dark: #000000;
    --bs-lightblue: #eef2fa;

    --bs-white: #fff;
    --bs-gray: #666666;
    --bs-gray-dark: #222222;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dddddd;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd; 
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;

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

      cursor: none;
    --cursorX: -500px;
    --cursorY: -500px;

}


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

/* 폰트사이즈 */

@media (min-width: 1200px) {
    .display-2 {font-size: 70px;}
    .fs-4 {font-size: 25px;}
    .fs-5 {font-size: 21px;}
}

/* 마우스 커서 커스텀 */
:root:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    z-index: 999999999999;
    background: radial-gradient(
        circle 30px at var(--cursorX) var(--cursorY),
        #2deffd,
        #2deffd 2%,
        #2deffd 40%,
        #2deffd 50%,
        /* #ffffff 55%, */
        rgba(255,255,255,0) 55%,
        rgba(0,0,0,0) 100%
        );
        /* mix-blend-mode: difference; */
        mix-blend-mode: hard-light;

    }


#cross-h {width: 100%;}
#cross-v {height: 100%;}
.e-cur { position: fixed; top: 0; left: 0; margin-top: -3px; margin-left: -3px; background: transparent; pointer-events: none; z-index: 99999;}

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-dark); font-weight: 700;}

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

/* button {cursor: none !important;}
button:hover {cursor: none !important;}
.btn {cursor: none;} */

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

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

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

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

/* 폰트 */
/* .font-black {font-family: 'Black Han Sans', 'IBM Plex Sans KR', Dotum, sans-serif; font-weight: 400;}
.font-open {font-family: 'Open Sans', 'Black Han Sans', 'IBM Plex Sans KR', Dotum, sans-serif; font-weight: 800;} */


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


/* address {margin-bottom: 1.25rem;} */
/* address ul {opacity: 0.7;} */
section {/* padding-top: 80px; padding-bottom: 80px; */ word-break: keep-all; /* min-height: 820px; */}

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





/* ********************* */
/* **** 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 {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;}
}



/* ********************* */
/* ******* 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: 12px;
    --bs-btn-border-radius: 2rem;
}



.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);
    min-width: 180px;
    color: var(--bs-dark);
    font-weight: 500;
}
.btn-primary:hover {color: var(--bs-dark);}
.btn-primary:active {color: var(--bs-dark) !important;}

@media screen and (min-width:768px) {
    .btn-primary {min-width: 180px;}
}

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

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

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

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

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

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

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



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


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

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



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

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

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

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

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




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




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









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

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

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

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

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



/* ******************** */
/* ****** visual ****** */
/* ******************** */
/* main-visual */
.main-visual * {color: var(--bs-white);}
.main-visual .swiper-slide {width: 100%; height: 100vh;}

.main-visual .visual-01 {width: 100%; height: 100vh; background-image: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/main/mainvisual_01.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.main-visual .visual-02 {width: 100%; height: 100vh; background-image: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/main/mainvisual_02.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.main-visual .visual-03 {width: 100%; height: 100vh; background-image: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/main/mainvisual_03.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}

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

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

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

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

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

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


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

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



/* sub-visual */
.sub-visual {width: 100%; height: 450px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/sub/company/subvisual.jpg'); background-size: cover;}

.sub-visual.visual-01 { background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/sub/company/subvisual.jpg');}
.sub-visual.visual-02 { background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/sub/business/subvisual.jpg');}
.sub-visual.visual-03 { background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/sub/company/subvisual.jpg');}
.sub-visual.visual-04 { background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/sub/company/subvisual.jpg');}
.sub-visual.visual-05 { background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url('/images/sub/company/subvisual.jpg');}

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






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

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


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


/* 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; /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */ z-index: 1002;}

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


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

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


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


/* gnb */
.gnb {width: 100%; height: 190px;}
.gnb > .container {width: 100%; height: 100%; display: flex; justify-content: flex-end; 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-primary); position: absolute; top: 4px; left: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-border-radius: 50rem; border-radius: 50rem; opacity: 0; visibility: hidden;}

.gnb .nav-item.active > a {color: var(--bs-primary);}
.gnb .nav-link {padding: 0.5rem 1.5rem; font-size: 1.125rem; color: var(--bs-dark); font-weight: 500;}

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



/* submenu */
.submenu {min-width: 120px; padding: 0.5rem 1.125rem; background-color: var(--bs-white);position: absolute; top: 100%; left: 0;  white-space: nowrap; display: none;}

.sub-item:not(:last-child) {margin-bottom: 0.5rem;}
.sub-item.active {color: var(--bs-primary);}
.sub-item.active .sub-link::after {opacity: 1; visibility: visible;}

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



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

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

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


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


/* 전체메뉴 버튼 */
.btn-trigger {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-border-width: 0;
    --bs-btn-hover-color: var(--bs-dark);
    font-size: 2.5rem; color: var(--bs-dark);
    animation: trigger 1.5s Infinite Alternate;
}

@keyframes trigger {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }

}

.btn-trigger {transition: all .3s ease;}
/* .btn-trigger .bar{background-color: var(--bs-white);-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; width: 50px; height: 2px;} */



@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-primary); 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;}
btn:first-child:active{color: initial;}
.all-menu-header {width: 100%; height: 190px; border-bottom: 1px solid var(--bs-white); display: flex; justify-content: space-between; align-items: center;}
.all-menu-header .btn-close-w {opacity: 1; font-size: 1.5rem;padding: 0;}
.all-menu-header .logo {width: 164px; height: auto;}
.all-menu-nav {width: 100%; max-height: calc(100vh - 100px); padding: 1.5rem 0; flex: 1; overflow-y: auto;}

.all-menu-list {width: 100%;}
.all-menu-list .all-link,
.all-menu-list .btn-allmenu {padding: 0.625rem 0; font-size: 1.5rem; font-weight: 800; color: var(--bs-white); display: inline-block; color: var(--bs-white);}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {color: var(--bs-white);}
.all-menu-list .btn-allmenu {border-width: 0; /* letter-spacing: 1px; */}
.all-menu-list .btn-allmenu .bi {font-size: 1rem; margin-left: 0.5rem;}
/* .all-menu-list .btn-allmenu.active {color: var(--bs-primary);} */
.all-menu-list .btn-allmenu.active .bi::before {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.all-menu-list .btn-allmenu.active + .all-submenu {display: block;}

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


.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);}
.all-menu-header .btn-close-w {font-size: 2.5rem; color: var(--bs-white);}

/* 올메뉴 조정 */

@media screen and (min-width:1200px) {
    .all-menu {height: 190px;}
    .all-menu .container {position: relative;}
    .all-menu-nav {position: absolute; max-height: fit-content; height: 190px; box-sizing: border-box; padding:0; max-height:100%; overflow-y: inherit; left: 260px;}
    .all-menu-list {display: flex; justify-content: flex-start; align-items: center; padding-top: 54px;}
    .all-menu-list .btn-allmenu {padding-right: 70px; color:var(--bs-white);}
    .all-menu-header {border-bottom:none;}
    .all-menu-header .btn-close-w {color: var(--bs-white); z-index: 9999;}
    .all-item {position: relative;}
    .all-item .all-submenu{display: flex; position: absolute; background-color: transparent;   left: 0px; padding: 0; display: none; width: 100%; padding-left: 10px;}
    .all-submenu .sub-link {color: var(--bs-white); opacity: 0.7;}
    .all-submenu .sub-link.active {opacity:1;}
    .all-submenu .sub-link:hover {opacity:1;}
    .all-submenu .sub-item {position: relative; }
    .all-submenu .sub-item:not(:last-child) {padding-right: 15px; margin-right: 15px;}
    .all-submenu .sub-item:not(:last-child)::after {content: ""; position: absolute; right: 0; top: 4px; width: 1px; height: 15px; background-color: var(--bs-white);}
    .all-item:hover .all-submenu{display: flex;}
}







/* ********************** */
/* *** header-isFixed *** */
/* ********************** */
.header.isFixed {background-color: var(--bs-white);}
/*.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: none;}
.isFixed .navbar-brand .logo-wh {display: block;} */

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


@media screen and (min-width:1200px) {
    /* .header.isFixed .all-menu{background-color: transparent;} */
}


/* ********************** */
/* *** header-webtoon *** */
/* ********************** */

.header.webtoon .logo-dark{filter: invert(100);}
.header.webtoon .btn-trigger{filter: invert(100);}











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

.btn-quick {display: none;}
.quick-menu .sns-x {background-color: var(--bs-white); padding: 10px; border-radius: 10px; border: 1px solid #ebebeb; filter: invert(1);}

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



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

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





/* ******************** */
/* ******** intro ****** */
/* ******************** */

.intro {width: 100%; height: 100vh; background-color: var(--bs-dark); display: flex; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; z-index: 999999999; overflow: hidden;}
.intro .logo {width: 480px; height:auto; display: none;/* transition: all .3s ease;  *//* -webkit-animation: heartbeat 1.5s ease-in-out both; animation: heartbeat 1.5s ease-in-out both; *//* -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both; */}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    }
    @keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    }


/*     @-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
                transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
                transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
                transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    }
    @keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
                transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
                transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
                transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    } */

.out {display: none;}

/* .intro.out {transition: all 1s ease; 
    animation: out 1s ease-out;display: none;}

    @keyframes out {
        0% {
            opacity: 0.5;
        }
        50% {
            opacity: 0.3;
        }
        100% {
            opacity: 0;
        }
    
        } */

@media screen and (max-width:767px){
    .intro .logo {width: 280px;}
}

@media screen and (max-width:360px) {
    .intro .logo {width: 230px;}
}


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


.main-section {/* background-image: url("/images/main/main-bag.png"); background-repeat: no-repeat; background-size: cover; background-position: bottom center;*/ width: 100%; height: 100%;  /* min-height: 820px; */ padding: 0; position: relative; overflow: hidden; /* min-height: calc(100vh - 183px); */}
/* .main-section .container {min-height: calc(100vh - 183px); display: flex; align-items: end;} */
.main-area {height: 100%; display: flex; align-items: flex-end; justify-content: flex-start;min-height: calc(100vh - 183px); }

.main-area .title-area {min-height: calc(100vh - 183px);display: flex; align-items: center; padding-top: 10vh;}
/* .main-area .img-area {margin-right: -60px;} */

@media screen  and (max-width:1600px){
    .main-area .img-area {margin-right: 0;}
    .main-area>div {width: 50%;}
    .main-area img {max-width: 100%;}
}

@media screen  and (max-width:991px) {
    .main-area .img-area {position: absolute; right:20px; bottom: 0; width: 60%; z-index: -1;}

}
@media screen  and (max-width:767px) {
    .main-section {min-height: auto;}
    .main-area {flex-direction: column; min-height: auto;}
    .main-area .title-area {margin-bottom: 2rem; min-height: auto; /* padding-top: 220px; */}
    .main-area>div {width: 100%;}
    .main-area .img-area {position: relative; width: 100%; right: 0; z-index: 1;}
    
}

@media screen  and (min-width:1600px) {
    .main-area {position: relative;min-width: 100%;}
    .main-area .img-area {position: absolute; right:0;}
}



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

/* ABOUT */
.sub-page {/* background-image: url("/images/sub/sub-bag.png"); background-repeat: no-repeat; background-size:contain; background-position: top center; */ width: 100%; height: 100%; padding: 0; position: relative; overflow: hidden; /* min-height: calc(100vh - 164px); */}

/* 페이지 바탕 스크롤시 따라가도록 */
/* #content::before {content: ""; background-image: url("/images/page-bag.png"); position: fixed; left: 50%; top: 50px; transform: translateX(-4%); background-repeat: no-repeat; background-size: contain;  width: 950px; height: 590px; z-index: -1; transition: all 1s ease;} */

/* 스크롤을 내렸을 때 위치변동 */

#content.page-bottom:before {top: auto; bottom: 18%; transition: all 1s ease;}

.section.sub-page  {padding-top: 150px; padding-bottom: 150px;}
.section.sub-page-top  {padding-top: 250px; padding-bottom: 150px;}

.board-section h1 {position: relative;}
/* .board-section h1::after {content: "."; color: var(--bs-primary);} */

.sub-page .section-header {margin-bottom: 80px;}
.fs-6 {font-size: 1.125rem !important;}

.center-text-area {width: fit-content; margin: 0 auto;}

@media screen and (min-width:991px) {
    /* .sub-page {min-height: calc(100vh - 183px);} */
    .center-section .sub-page .container {min-height: calc(100vh - 183px); box-sizing: border-box;}
    .center-text-area {min-height: calc(100vh - 720px); display: flex; flex-direction: column; justify-content: center;}
    
}

@media screen and (max-width:767px) {
    /* #content .container {padding-top: 270px; padding-bottom: 80px;} */
    /* #content .main-section .container {padding-bottom: 0;} */

    /* #content.page-bottom:before {width: 300px; height: 186px; } */
    .section.sub-page  {padding-top: 80px; padding-bottom: 80px;}
    .section.sub-page-top  {padding-top: 150px;  padding-bottom: 80px;}
    .sub-page .section-header {margin-bottom: 30px;}
}


/* WEB TOON */
.webtoon-area {position: relative;}
.webtoon-area {max-width: 1220px; margin-left: auto; margin-right: auto;}
.webtoon-area .swiper-slide .nav-link {position: relative; /* border-radius: 1rem; */ overflow: hidden;}

.webtoon-area .nav-link {cursor: none;}
.webtoon-area .nav-link.cursor {cursor: pointer;}

.webtoon-area .nav-link img {width: 100%; height: 100%;}
.webtoon-area .hover-area {position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0.1) 15%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,1) 100%); color: var(--bs-white); display: flex; justify-content: center; align-items: center; font-weight: 500; padding: 1rem; opacity: 0;transition: all 0.3s ease;}
.webtoon-area .nav-link:hover .hover-area {opacity: 1; top: 0;}
.webtoon-area .swiper-wrapper {padding-bottom: 3rem;}
.webtoon-area  .swiper-horizontal>.swiper-scrollbar, .webtoon-area  .swiper-scrollbar.swiper-scrollbar-horizontal {width: 100%; left: 0;}

.coming_soon .nav-link .hover-area {color: var(--bs-dark); opacity: 1; top: 0; background: rgba(0,0,0,0.5); /* background: none; */ font-weight: 700;}
.coming_soon .nav-link img {/* filter: grayscale(100); */ filter: saturate(50%); opacity: 0.5;}

.webtoon-area .swiper-scrollbar {background-color: #979797; height: 8px;border-radius: 0;}
.webtoon-area .swiper-scrollbar-drag {background: #f3f3f3; border-radius: 0;}

@media screen and (min-width:1200px) {
    /* .webtoon-area .swiper-scrollbar-drag {width: 6% !important;} */
}

/* .webtoonSlide-wrap .btn-area {position: absolute;} */

/* .webtoon-area .btn-area {position: absolute; top: 0;} */

.webtoon-area .swiper-button-next:after, .webtoon-area .swiper-button-prev:after {
    display: none;
}

.webtoon-area .swiper-button-next i::before, .webtoon-area .swiper-button-prev i::before{display: block;  }

.webtoon-area .swiper-button-next {right: -50px; font-size: 55px;color: var(--bs-dark); opacity: 1;cursor: none;}
.webtoon-area .swiper-button-prev {left: -50px; font-size: 55px;color: var(--bs-dark); opacity: 1;cursor: none;}

.webtoon-area .swiper-button-next:hover ,.webtoon-area .swiper-button-prev:hover {color: var(--bs-primary);}




@media screen and (max-width:1440px){
    .webtoon-area {padding-left: 50px; padding-right: 50px;}

    .webtoon-area .swiper-button-next {right: 10px;}
    .webtoon-area .swiper-button-prev {left: 10px;;}
}
@media screen and (max-width:767px) {
    .webtoon-area .nav-link img {height: 110vw}


}

@media screen and (max-width:360px) {
    .webtoon-area .nav-link img {height: 100vw}
}



@media screen and (min-width:767px) {
    .webtoon-area .nav-link img {height: 550px;}
}
@media screen and (min-width:1024px){
    .webtoon-area .nav-link img {height: 384px;}
}


@media screen and (min-width:1441px){
    .webtoon-area .nav-link img {max-height: 384px;}
}



.board-section .container {padding-top: 0;}
.board-section .section-header {padding-top: 270px;}

.opacity-80 {opacity: 0.8;}
.webtoon-tab-content .container {}
.webtoon-tab-content {margin-top: 100px; }
.webtoon-tab-content .content {background-size: cover; background-repeat: no-repeat; background-position: center center; /* background-position: top 190px center; */ /* min-height: 920px; */ min-height: 1500px; width: 100%; background-color: var(--bs-gray-100);/*  background-attachment: fixed; */ position: relative; }
.webtoon-tab-content .text-area.webtoontt {position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-30%); max-width: 1320px; height: min-content; /* margin-left: 4%; */ margin-right: 4%; width: calc(100% - 8%); margin-top: 0; max-height: calc(100vh - 45vh); overflow-y: auto; }



.webtoon-tab-content .content-0 {display: block;}


.webtoon-tab-content .text-area.webtoontt::-webkit-scrollbar {width: 0px;}
.webtoon-tab-content .text-area.webtoontt::-webkit-scrollbar-thumb {background-color: #979797; }
.webtoon-tab-content .text-area.webtoontt::-webkit-scrollbar-track {background-color: #f3f3f3; }

.webtoon-tab-content > div{display: none; transition: all 0.5s ease;}
/* .webtoon-tab-content >div:first-child{display: block;} */

.webtoon-tab-content .container{padding-top: 150px; padding-bottom: 150px; height: 100%;/* min-height: 920px; */ min-height: 1500px;box-sizing: border-box;display: flex; align-items:flex-start; justify-content: center;}

.webtoon-tab-content .text-area {background-color: rgba(0,0,0,0.3); width: 100%; height: 100%; border-radius: 30px; padding: 3rem;}

.webtoon-tab-content h2 {margin-bottom: 30px;}
.webtoon-tab-content .info {margin-top: 45px; position: relative;}
.webtoon-tab-content .info::after {position: absolute; content: ""; left: 122px; top: 0; width: 1px; height: 100%; background-color: rgba(255,255,255,0.3);}
.webtoon-tab-content .info>div {display: flex;}
.webtoon-tab-content .info>div:not(:last-child) {margin-bottom: 5px;}
.webtoon-tab-content .info>div>div:first-child {min-width: 130px;}
@media screen and (max-width:1024px) {

    .webtoon-tab-content .content {min-height: auto;}
    .webtoon-tab-content .container {min-height: auto;}
    .webtoon-tab-content .text-area.webtoontt {position: static; transform: none; width: 100%; max-height: max-content;margin-right: 0;}
}
@media screen and (max-width:767px) {
    .webtoon-tab-content .container{padding-top: 80px; padding-bottom: 80px;}
    .webtoon-tab-content .info::after {display: none;}
    .webtoon-tab-content .info>div {flex-direction: column;}
    .webtoon-tab-content .info>div>div:first-child {min-width: auto;}
    .webtoon-tab-content .info>div:not(:last-child) {margin-bottom: 1rem;}
    #content .webtoon-tab-content .container {padding-top: 80px;}


    
}

/* 웹툰 폼 */
.webtoon-textarea .noneEditor{border: 1px solid var(--bs-gray-300); border-radius: 5px; width: 100%; padding: 6px 12px; min-height: 150px;}

.webtoon-textarea .noneEditor:focus-visible {outline: 0;}
.webtoon-textarea .noneEditor:focus {color: var(--bs-dark); border-color: var(--bs-primary);box-shadow:0 0 0 0.25rem rgba(13, 225, 253, 0.2);}

.form-control:focus {color: var(--bs-dark); border-color: var(--bs-primary);box-shadow:0 0 0 0.25rem rgba(13, 225, 253, 0.2);}






/* CONTACT */

.contact-area {display: flex; justify-content: space-between; align-items: flex-start;}
.icon-text {display: flex; align-items: center; justify-content: flex-start;}
.contact-area .icon {background-color: var(--bs-dark); border-radius: 50%; min-width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; margin-right: 0.5rem;}
.contact-area .icon i {color: var(--bs-white); font-size: 12px;}
.contact-area .btn {min-width: 180px; font-weight: 600;}

.add-area {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1rem;}




@media screen and (max-width:1199px){
    .contact-area {flex-direction: column;}
    .contact-area>div:not(:last-child) {margin-bottom: 4rem;}
}


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

    .add-area {flex-direction: column; align-items: flex-start; justify-content: flex-start;}
    .contact-area .btn-outline-dark {margin-top: 2rem;}


    .board-section .section-header  {padding-top: 150px;}
}













/* RECRUIT */

.recruit-area {padding: 3rem 0; border-top: 2px solid var(--bs-dark); /* border-bottom: 1px solid var(--bs-gray-300); */}
.recruit-area>div:not(:last-child) {margin-bottom: 6rem;}
.recruit-area>div {display: flex;}
.recruit-area h2 {min-width: 220px;}

.dot-list li {position: relative; padding-left: 10px;}
.dot-list li:not(:last-child) {margin-bottom: 0.5rem;}
.dot-list li::before {content: ""; position: absolute; left: 0; top: 11px; width: 4px; height: 4px; border-radius: 50%; background-color: var(--bs-body-color);}
.form-check-input[type=checkbox]:checked  {background-color: var(--bs-primary); border-color: var(--bs-primary);}


@media screen and (max-width:767px) {
    .recruit-area>div:not(:last-child) {margin-bottom: 2.5rem;}
    .recruit-area>div {flex-direction: column;}
}








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

.footer .container {position: relative;}



.footer ul {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center;}
.footer ul li:not(:last-child) {padding-right: 0.875rem; margin-right: 0.875rem; position: relative; color: var(--bs-white);}
.footer ul li:not(:last-child)::after {content: ''; width: 1px; height: 10px; background-color: rgba(255, 255, 255, 1); position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%);  transform: translateY(-50%);}
.footer ul li b {padding-right: 0.5rem; font-weight: 500; display: inline-block;}


.policy-list {width: 100%; height: 80px; margin-bottom: 2rem; font-size: 1rem; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.3);}
.policy-link {color: var(--bs-white);}

.copyright {font-size: 0.875rem; opacity: 0.4; margin-bottom: 0; color: var(--bs-white);}
.copyright a {color: inherit;}
.copyright a:hover {color: var(--bs-primary);}


@media screen and (max-width: 767px) {
    .footer ul {flex-direction: column; align-items: flex-start;}
    .footer ul li:not(:last-child) {padding-right: 0; margin-right: 0;}
    .footer ul li:not(:last-child)::after {display: none;}
}

.btn-top {position: absolute; top: -50px; right: 10px;}


@media screen and (min-width: 412px) {
    .btn-top {top: 15px; right: 20px;}
}


/* ******************** */
/* ******* 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; background-color: transparent;}
.search-bar .input-group-text {padding-right: 0; font-size: 1.25rem;}
.search-wrap .form-select[name="category"] { border: none;padding: 0.375rem 0.75rem;border-bottom: 2px solid;border-radius: 0;height: 54px;}
.search-bar input {border-radius: 0 !important; padding: 0.375rem 0.75rem !important;}
@media screen and (min-width: 576px) {
    .search-wrap .form-select {flex: 1 1 calc(50% - 4px);}
    .search-wrap .form-select[name="category"] {margin-right: 8px;}
}

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

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

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

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

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

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

.md-hide {display: none;}

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

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

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

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

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



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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

}


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

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



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




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

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

.board-form .noneEditor {width: 100%; border-color: var(--bs-gray-300); min-height: 200px;padding: 0.375rem 0.75rem;}

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

@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;}
    .board-form .form-group .col-form-label {font-size: 1.5rem;padding: 1rem;}

}

/* 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;}
    /* .board-btns .btn {min-width: 180px;} */
    .board-btns .btn {min-width: 130px;}
}


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



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



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



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

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

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

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


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

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

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

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

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

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

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


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

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

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



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



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

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





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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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


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


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

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

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


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

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




/* ************************** */
/* **** 연혁 (W.History) **** */
/* ************************** */


.history-content {width: 100%; padding-bottom: 70px;  font-weight: 400; color: var(--bs-dark); font-size: 1.125rem; display: flex; position: relative; padding-top: 6px;}

/* .history-content::before {} */
.history-content::after {content: ""; width: 10px; height: 10px;}

.history-content>div {width: 50%;}

.history-content>div:not(:first-child) {padding-left: 40px; border-left: 1px solid var(--bs-gray-300)}
.history-img {max-width: 100%;}

.history-content-area {width: calc(100% - 250px); position: relative; padding-left: 70px;}
.history-content-area .history-content::before {content: ""; position: absolute; left: -70px; top: 0; height: 100%; width: 3px; background-color: var(--bs-dark);}


.history-info:first-child .history-content::before {top: 20px; height: calc(100% - 20px);}
.history-info:last-child .history-content::before {top: 0; height:20px;}

.history-info:last-child .history-content {padding-bottom: 0;}

.history-content-area .history-content::after {content: ""; background-image: url("/images/icon/history-icon-04.png"); position: absolute; left: -82px; top: 13px; width: 27px; height: 27px;}


.history-info {display: flex;}
.history-year-area {min-width: 250px;}
.history-year { font-weight: 400; color: var(--bs-dark); position: relative; margin-bottom: 0;}
.history-year::before {content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background-color: #aaaaaa; left: 50%; top: 50%;}
.history-year::after {content: ""; width: 50%; position: absolute; left: 50%; top: 50%; background-color: #aaaaaa; height: 1px; margin-top: 2px;}
.history-webtoon {position: relative; padding-right: 40px;}
.history-webtoon img {display: block;}
.history-video img {display: block;}
.history-webtoon img.first-img {display: none;}
.history-info .history-webtoon img.last-icon {display: none;}
.history-info:last-child .history-webtoon img.last-icon {display: block;}
.history-info:last-child .history-webtoon img.webtoon-icon {display: none;}

@media screen and (max-width: 991px) {
    .history-content {flex-direction: column;}
    .history-content>div {width: 100%;}
    .history-content>div:not(:first-child) {border: none; padding-left: 0; padding-top: 30px; border-top: 1px solid var(--bs-gray-300); margin-top: 30px;}
    .history-webtoon {padding-right: 0;}
}


@media screen and (max-width: 767px){
    .history-year::after {display: none;}
    .history-year::before {display: none;}
    .history-year-area {min-width: 100px; padding-right: 20px;}
    .history-content-area .history-content::after  {top: 6px; left: -42px;}
    .history-content-area {width: calc(100% - 100px); padding-left: 30px;}
    .history-content {padding-top: 0;}
    .history-content-area .history-content::before {left: -30px;}
 
}







/* *************************** */
/* **** 보도자료 (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;}


/* 민감정보처리방침 */
.sensitive-info {color: rgb(34, 34, 34); font-size: 1rem;}
@media screen and (min-width: 1200px) {
    .sensitive-info {font-size: 1.125rem;}
}


@media screen and (min-width: 576px) {
    .privacy-title {font-size: 1.5rem;}
}







/* ************************* */
/* 게시판 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{height: 420px; overflow: hidden;}
.gallery-area .gallery.rounded {border-radius: 0rem !important;}


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

.gallery-area .gallery .img-fluid {width: 100%; height: 100%;}

@media screen and (max-width:991px){
    .gallery-area .gallery {height: 580px;}

}


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


/* ************************* */
/* ********** 연혁 ********** */
/* ************************* */
.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;}
}

.form-control {border-color: var(--bs-gray-300);}


/* 개인정보처리방침 */
.privacy-section .font-open{font-weight: 400;}


/* 20250707 업데이트 */

/* 메뉴 */
.new-header .gnb {height: 120px;}
.new-header .gnb >.container {justify-content: space-between;}
/* .new-header .btn-trigger {display: none;} */
.new-header .navbar-brand {position: static; transform: none; width: 164px; display: block;}
.logo-menu {display: flex; align-items: center; gap: 48px;}
.new-header .gnb .nav-link {font-size: 19px; padding: 2px 48px;}
.new-header  .gnb .nav-item::after {display: none;}
.new-header .submenu {left: 50%; transform: translateX(-50%);text-align: center;}
.new-header .sub-item:not(:last-child) {margin-bottom: 4px; }
.new-header .sub-link {font-weight: 500;}
.new-header .sub-link::after {display: none;}

.sns-menu {display: flex; gap: 10px; align-items: center;}
.sns-menu-m {display: flex; gap: 10px; align-items: center; padding: 30px 0;}

.all-menu-header {height: 120px;}

@media screen and (min-width:1200px) {
    #allMenu {display: none;}
} 

@media screen and (max-width:1199px) {
    .sns-menu {display: none;}
}

@media screen and (max-width:767px){
    .new-header .gnb {height: 90px;}
    .new-header .navbar-brand {width: 110px;}
    .all-menu-header .logo {width: 110px;}
    .all-menu-header {height: 90px;}

}

/* 메인 */
#mainVisual {margin-top: 120px; }

.mainSlide {position: relative;}

.mainSlide .swiper-slide img {width: 100%;}

.main-pagination {margin-bottom: 30px;}
.main-pagination .swiper-pagination-bullet{width: 18px; height: 18px; background-color: var(--bs-white); opacity: 1;margin-left: 6px !important; margin-right: 6px !important;}
.main-pagination .swiper-pagination-bullet-active {background-color: var(--bs-primary);}

.main-button-prev {left: 50px;}
.main-button-next {right: 50px;}
.main-button-next , .main-button-prev {width: 70px; height: 70px; border-radius: 50%; border: 3px solid var(--bs-white);}
.main-button-next::after, .main-button-prev::after {color: var(--bs-white);}

@media screen and (max-width:767px) {
    #mainVisual {margin-top: 90px;}
    .main-pagination {margin-bottom: 0; bottom: 0 !important;}
    .main-pagination .swiper-pagination-bullet {width: 10px; height: 10px;margin-left: 2px !important; margin-right: 2px !important;}
    .main-button-prev {left: 4%}
    .main-button-next {right: 4%}
    .main-button-next, .main-button-prev {width: 30px; height: 30px;}
    .main-button-next , .main-button-prev {border: 2px solid var(--bs-white);}
    .main-button-next::after, .main-button-prev::after {font-size: 0.875rem;}
}




/* main-about */
.main-section {padding-top: 200px; padding-bottom: 200px;}
.main-section .btn-primary {font-size: 19px; padding: 6px 15px; min-width: 140px; font-family: 'Rubik', 'Asta Sans' ,Dotum, Sans-serif;}

.btn-primary-02{font-size: 19px; padding: 6px 15px; min-width: 140px;}

@media screen and (max-width:767px) {
.main-section {padding-top: 100px; padding-bottom: 100px;}
}

/* main content */
.main-content {display: flex; gap: 20px;}

.mb-60 {margin-bottom: 60px;}

@media screen and (max-width:991px) {
    .main-content {flex-direction: column;}
    .main-content img {width: 100%;}

    
}


/* text에 색이 채워지는 동작 */
.text-primary-animated {
    display: inline-block;
    background: linear-gradient(to right, var(--bs-dark) 50%, var(--bs-primary) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 1s ease-in-out;
    font-family: 'Rubik','Asta Sans' ,Dotum, Sans-serif;

}

.aos-animate .text-primary-animated {
    background-position: 0 0;
}



/* 서브페이지  */
section.sub-page {overflow-x: hidden;}
/* contact */
.text-17 {font-size: 17px;}
.text-19 {font-size: 19px;}
.bag-gray {background-color: #f8f8f8;}

.contact-info li {display: flex; justify-content: flex-start; align-items: end; gap: 50px;}
.contact-info li:nth-child(even) {flex-direction: row-reverse; text-align: right;}
.contact-info li:not(:last-child) {margin-bottom: 120px;}

@media screen and (max-width:991px) {
    .contact-info li div {width: 50%;}
}
@media screen and (max-width:767px) {
    .contact-info li {flex-direction: column; align-items: flex-start; gap: 30px;}
    .contact-info li:not(:last-child) {margin-bottom: 50px; text-align: left;}
    .contact-info li:nth-child(even) {flex-direction: column;}

    .contact-info li div {width: 100%;}
    .contact-info li div img {width: 100%;}
}

.new-add-wrap {width: 100%; display: flex; justify-content: space-between; gap: 30px;}

.new-add-area .btn-primary-02 {margin-top: 60px; font-family:'Rubik',  'Asta Sans' ,Dotum, Sans-serif;}
@media screen and (max-width:991px) {
    .new-add-wrap {flex-direction: column; }
    .new-add-area .btn-primary-02  {margin-top: 30px;}

}


/* 어바웃 */

.section.about-sub-page {padding-bottom: 0;}
.about-bag-gray {padding-bottom: 150px}
.sub-header {padding-top: 150px; padding-bottom: 100px;}
.pb-150 {padding-bottom: 150px;}

@media screen and (max-width: 767px) {
    .about-bag-gray {padding-bottom: 80px}
    .sub-header {padding-top: 80px; padding-bottom: 30px;}
    .pb-150 {padding-bottom: 80px;}
}

.about-img-wrap {width: fit-content; height: auto; margin: 0 auto;position: relative;}
.about-img .img-link {position: absolute; left: 0; top: 0; width: 100%; height: 100%; /* background-color: rgba(0, 0, 0, 0.075); */}
.about-img .about-link {position: absolute; width: 100px; height: 100px; /* background-color: rgba(0, 0, 0, 0.15); */ display: block;}


.about-img .about-link-01 {width: 87px; height: 113px; left: 42%; top: 0;}
.about-img .about-link-02 {width: 105px; height: 80px; left: 15%; top: 50%;}
.about-img .about-link-03 {width: 72px; height: 100px; left: 71%; top: 43%;}
.about-img .about-link-04 {width: 92px; height: 50px; left: 7%; top: 90%;}
.about-img .about-link-05 {width: 69px; height: 61px; left: 44%; top: 88%;}
.about-img .about-link-06 {width: 130px; height: 56px; left: 77%; top: 89%;}

@media screen and (max-width: 620px){
    .about-img .about-link-01 {width: 15vw; height: 19vw; }
    .about-img .about-link-02 {width: 17vw; height: 14vw; }
    .about-img .about-link-03 {width: 12vw; height: 17vw; }
    .about-img .about-link-04 {width: 15vw; height: 8vw; }
    .about-img .about-link-05 {width: 11vw; height: 10vw; }
    .about-img .about-link-06 {width: 21vw; height: 10vw; }
    }




.text-area-video {width: 100%; border-color: var(--bs-gray-300); min-height: 200px; padding: 0.375rem 0.75rem;}


/* 비디오 */
.video-list {display: flex;gap: 26px; flex-wrap: wrap;}
.video-list .gallery-area {width: calc(33.333% - 17.3333px);}

@media screen and (max-width:1199px){
    .video-list .gallery-area {width: calc(50% - 17.3333px);}
    .last-content img {width: 100%;}
}

@media screen and (max-width:767px) {
    .video-list .gallery-area {width: 100%;}
}

.video-subject-wrap {display: flex; gap: 12px;}
.video-subject-wrap .video-icon {height: fit-content; }
.video-subject-wrap .subject {line-height: 1.2;}
.video-subject {align-content: center; margin-bottom: 10px;}
.video-subject img {height: fit-content;}
.video-link {display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; align-items: center;}
.video-link img {height: fit-content; transition: all 0.5s;}
.video-link img:hover {animation: pulseScale 1s infinite ease-in-out;}

@keyframes pulseScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.text-15 {font-size: 15px;}

.gray-icon {filter: grayscale(100%) brightness(220%); }
.gray-icon-02 {filter: grayscale(100%) brightness(110%); }

.img-text-hover-box {position: relative;}

.img-text-hover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.62); padding: 20px; box-sizing: border-box; color: var(--bs-white); font-weight: 400; text-align: left; overflow-y: auto; font-size: 14px; opacity: 0;transition: all 0.5s;}
.img-text-hover-box:hover .img-text-hover{opacity: 1;}


.img-text-hover p {font-size: 14px; margin-bottom: 0;}

/* 커스텀 스크롤바 */
/* Firefox용 */
.img-text-hover {scrollbar-width: thin;  scrollbar-color: #dddddd black;}

/* WebKit 기반 브라우저용 (크롬, 엣지, 사파리 등) */
.img-text-hover::-webkit-scrollbar {width: 2px;}
.img-text-hover::-webkit-scrollbar-track {background: black;}
.img-text-hover::-webkit-scrollbar-thumb {background-color: #dddddd;border-radius: 2px;}

/* 웹툰 */
.webtoon-list {display: flex;gap: 32px; flex-wrap: wrap;}
.webtoon-list .gallery-area {width: calc(25% - 24px);}

@media screen and (max-width:1199px){
.webtoon-list .gallery-area {width: calc(50% - 24px);}
}

@media screen and (max-width:767px) {
    .webtoon-list .gallery-area {width: 100%;}
}

.produce-text {text-align: center; font-size: 20px; display: flex; align-items: center; justify-content: center; height: 100%;}


.webtoon-subject-wrap {display: flex; gap: 12px;}
.webtoon-subject-wrap .video-icon {height: fit-content; }
.webtoon-subject-wrap .subject {line-height: 1.2;}
.webtoon-subject {align-content: center; margin-bottom: 10px;}
.webtoon-subject img {height: fit-content;}
.webtoon-link {display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; align-items: center;}
.webtoon-link img {height: fit-content;}

.webtoon-link a img { transition: all 0.5s;}
.webtoon-link a img:hover {animation: pulseScale 1s infinite ease-in-out;}

@keyframes pulseScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.webtoon-subject-wrap .gray-icon {filter: grayscale(100%) brightness(110%); }
.webtoon-subject-wrap .gray-icon-02 {filter: grayscale(100%) brightness(110%); }

/* 메인 인트로에 스크롤바 생기는 문제 */

body.intro-active { overflow: hidden; }









