@charset "utf-8";
:root {

    --bs-body-font-family:'Pretendard', Dotum, Sans-serif; /* 변경 시 개인정보처리방침, 이용약관 폰트도 바꿔야 함. */
    --bs-body-font-size:1.125rem;
    --bs-body-font-weight:400;
    --bs-body-line-height:1.5;
    --bs-body-color:#444444;

    --bs-primary:#3a9729;
    --bs-secondary: #3e9429;
    --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: #dee2e6;
    --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;
}

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

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

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

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

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

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

p {font-size: 1rem; margin-bottom: 0;}

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

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

.text-muted {color: var(--bs-gray) !important;}

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

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


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

@media screen and (min-width: 1200px) {
    section {padding-top: 100px; padding-bottom: 100px;}
	.sub-section {padding-top: 120px; padding-bottom: 150px; word-break: keep-all;}
}

.bi {color: var(--bs-dark);}

/* 만약 폰트 변경 시 여기도 바꿔야 함 */
/* 개인정보처리방침 폰트 */
.privacyArea {font-family: 'Pretendard', Dotum, Sans-serif !important;}
.privacyArea p {font-family: 'Pretendard', Dotum, Sans-serif !important;}
.privacyArea span {font-family: 'Pretendard', Dotum, Sans-serif !important;}
.privacyArea div {font-family: 'Pretendard', Dotum, Sans-serif !important;}

/* 이용약관 폰트 */
.agreementArea {font-family: 'Pretendard', Dotum, Sans-serif !important;}
.agreementArea p {font-family: 'Pretendard', Dotum, Sans-serif !important;}
.agreementArea span {font-family: 'Pretendard', Dotum, Sans-serif !important;}
.agreementArea div {font-family: 'Pretendard', Dotum, Sans-serif !important;}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

.table>:not(caption)>*>* {font-size:16px; padding: 1rem 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);}

@media screen and (min-width: 1200px) {
    .table>:not(caption)>*>* {font-size:18px;}
}

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

.main-visual {width: 100%;height: 100%;padding-top:84px; padding-bottom:90px; background-image:url("/images/main/mainvisual_01.png"); background-position:center; background-size:cover;}
.main-visual * {color: var(--bs-white);}
.main-visual .container {position:relative;}
.main-visual .container > a {margin:0 auto; text-align:center; font-size:16px; color:#ffffff; font-weight:700; border-radius:30px; border:2px solid #ffffff; padding:14px; width:100%; max-width:200px; display:inherit;}
.swiper {width: 100%;height: 100%;}
.swiper-slide { display: flex; justify-content: center;align-items: center;}
.swiper-wrap {position:relative; margin-top:70px; margin-bottom:50px;}
.mainswiper-button-prev {z-index:2; position:absolute; top:50%; left: -98px; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; font-size:24px; font-weight:bold; width:68px; height:68px; background:rgba(255,255,255,0.3); border-radius:50%;}
.mainswiper-button-next {z-index:2; position:absolute; top:50%; right: -98px; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; font-size:24px; font-weight:bold; width:68px; height:68px; background:rgba(255,255,255,0.3); border-radius:50%;}


@media screen and (max-width: 1540px) {
    .mainswiper-button-prev {width:50px; height:50px; top:-60px; left:0; transform:none; }
	.mainswiper-button-next {width:50px; height:50px; top:-60px; left:55px;  right:unset; transform:none;}
}
@media screen and (max-width: 576px) {
    .mainswiper-button-prev {width:40px; height:40px; top:-50px; left:0; transform:none; }
	.mainswiper-button-next {width:40px; height:40px; top:-50px; left:45px;  right:unset; transform:none;}
}


.button-area button {padding: 0;  font-size: 1.5rem; margin-top: -26px;} 


.sub-visual {padding:20px 0; width: 100%; height: 340px; 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-00 { background-image:url('/images/sub/subvisual00.png'); background-position:center;}
.sub-visual.visual-01 { background-image:url('/images/sub/subvisual01.png'); background-position:center;}
.sub-visual.visual-02 { background-image:url('/images/sub/subvisual02.png'); background-position:center;}
.sub-visual.visual-03 { background-image:url('/images/sub/subvisual03.png'); background-position:center;}
.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 .container {height:100%; display:flex; flex-direction:column; justify-content:space-between; align-items:center;}
.fs-52 {font-size:calc(1.25rem + 2.7vw);}
.fs-60 {font-size:calc(1.325rem + 3.3vw);}
@media screen and (min-width: 1200px) {
    .fs-52 {font-size:52px;}
	.fs-60 {font-size:60px;}
}

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

.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-list {background-color:#ffffff; width:fit-content;border-radius:40px; padding:4px; margin:0 auto;}
.snb-list li a {font-size:16px; border-radius:40px; padding: 11px 21px; color:#999999; font-weight:700; display: block;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.snb-item.active a {color:#ffffff; background-color:#3a9729; }

.snb-list {display: flex; justify-content: flex-start; align-items: flex-start;}
.snb-list .snb-item {position: relative;}

.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: 1200px) {
    .snb-list li a {font-size:18px;}
}

@media screen and (max-width: 520px) {
    .snb-list li a {font-size:14px;}
	.snb-list li a {padding: 11px 11px;}
}


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

.header {width: 100%; height: auto; position: fixed; top: 0; left: 0; z-index: 1002; background-color:#ffffff;}

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

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

.navbar-brand .logo {width:290px;}

.header .top {background-color:#00244d; height:42px;}
.header .top .container {display:flex;}
.header .top a {padding:0 30px; width:fit-content; display:flex; align-items:center; justify-content:center; height:42px; font-size:16px; font-weight:400; color:#ffffff;}
.header .top a:first-child {background-color:#1d3c60;}
.header .top a:last-child {background-color:#29496c;}

@media screen and (max-width: 400px) {
    .header .top a {font-size:14px;}
}


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

.gnb {width: 100%; height: 150px;}
.gnb > .container {width: 100%; height: 108px; display: flex; justify-content: space-between; align-items: center; position: relative;}
.gnb .bag-white {background-color: var(--bs-white); border-top:1px solid #dddddd; width: 100%; height:220px; position: absolute; left: 0; top: 150px; display:none;}
.gnb .bag-white.active {display: block;}


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

.gnb .nav-item {position: relative;}
.gnb .nav-item.active .nav-link {color: var(--bs-primary);}
.gnb .nav-item:hover .nav-link {color: var(--bs-primary);}
.gnb .nav-list:hover .submenu {display: block;}

.gnb .nav-link {position:relative; padding: 39px 50px; font-size: 20px; color: #000000; font-weight: 700;}
.gnb .nav-item:not(:first-child) .nav-link::before {position:absolute; content:""; width:1px; height:15px; background:#c6c6c6; top:50%; transform:translateY(-50%); left:0;}

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

.submenu {width: 100%; text-align:center; min-width: 120px; font-size:16px; font-weight:400; height:220px; padding: 32px 1.125rem; position: absolute; top: 100%; left: 50%; transform:translateX(-50%); white-space: nowrap; display: none;}
.submenu.my-menu {width: fit-content; text-align:left; top: calc(100% + 54px); transform: none; left: unset; border-left:1px solid #dddddd;	padding-left:39px;}

.sub-item:not(:last-child) {margin-bottom: 18px;}
.sub-item.active {color:#3e9429;}
.sub-item.active .sub-link {color:#3e9429;}
.sub-item.active .sub-link::after {opacity: 1; visibility: visible;}

.sub-link {color: #000000; position: relative; display: inline-block; width: 100%;}
.sub-link:hover {color:#3e9429;}
.sub-link:hover::after {opacity: 1; visibility: visible;}

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

.util-item {position: relative;}
.util-item:not(:last-child) {margin-right: 30px;}
.util-item:first-child .util-link {color:#3a9729;}
.util-item .util-link.login img {width:13px;}
.util-item .util-link.join img {width:17px;}
.util-item .util-link.mypage img {width:17px;}
.util-item .util-link.logout img {width:18px;}
.util-item:last-child .util-link {color:#00244d;}

.util-link {
	display:flex; align-items:center; gap:8px;font-weight: 400; font-size:16px;
}

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

.header.isFixed .bi {color: var(--bs-dark);}

.btn-trigger {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-border-width: 0;
    --bs-btn-hover-color: var(--bs-white);
    font-size: 2rem; color: var(--bs-white);
}

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

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

    .btn-util {display: none;}
    .btn-trigger {display: none;}
    
}
@media screen and (max-width: 1400px) {
    .util-list {margin-right:20px;}
    
}
@media screen and (max-width: 576px) {
    .util-item a span {display:none;}
	.util-item .util-link.login img {width:21px;}
	.util-item .util-link.join img {width:25px;}
	.util-item .util-link.mypage img {width:24px;}
	.util-item .util-link.logout img {width:25px;}
	.util-item:not(:last-child) {margin-right: 20px;}
    
}

@media screen and (max-width: 660px) {
	.navbar-brand .logo {width:240px;}
}
@media screen and (max-width: 500px) {
    
    .util-item .util-link.login img {width:18px;}
	.util-item .util-link.join img {width:23px;}
	.util-item .util-link.mypage img {width:22px;}
	.util-item .util-link.logout img {width:23px;}
	.util-item:not(:last-child) {margin-right: 15px;}
	.util-list {margin-right:15px;}
}
@media screen and (max-width: 460px) {
	.navbar-brand .logo {width:200px;}
}
@media screen and (max-width: 380px) {
	.navbar-brand .logo {width:180px;}
}

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

.all-menu-header {width: 100%; height: 108px;  display: flex; justify-content: space-between; align-items: center; border-bottom:1px solid #dddddd;}
.all-menu-header .btn-close {opacity: 1; font-size: 1.5rem;}
.all-menu-header .logo {width:290px;}

@media screen and (max-width: 660px) {
	.all-menu-header .logo {width:240px;}
}

@media screen and (max-width: 460px) {
	.all-menu-header .logo {width:200px;}
}
@media screen and (max-width: 380px) {
	.all-menu-header .logo {width:180px;}
}

.all-menu-nav {width: 100%; max-height: calc(100vh - 110px); 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: 700; color: var(--bs-dark); display: inline-block; width: 100%; text-align: left;}

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

.all-submenu {padding: 1rem; margin-bottom: 1rem; font-size: 1.125rem; font-weight: 500; background-color: var(--bs-gray-100); display: none;}
.all-menu-footer {width: 100%; height: 60px; padding: 1rem 0; border-bottom: 1px solid var(--bs-gray-300);}


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

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

.quick-menu {width:74px; border-radius:20px; background:#313a44; position: fixed; top: auto; bottom: 15vh; right: 0px; z-index: 1003; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: all 200ms linear; transition: all 200ms linear;}
.quick-menu li {position: relative;}

.quick-menu li img {width:32px;}
.quick-menu li span {font-size:13px; color:#ffffff;}

.quick-menu li:hover .quick-nav-text {display: block;}
.quick-menu li:not(:last-child) a {padding:10px 5px;}
.quick-menu li:last-child {padding:4px;}
.quick-menu li:first-child a {padding-top:22px;}
.quick-menu li:not(.n)::after {display:block; margin: 0 auto;width:50px; height:1px; content:""; background:rgba(255,255,255,0.1); }
.quick-menu li a {display: flex; flex-direction:column; align-items:center; gap:8px; 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: 100%; height: 46px; font-size: 20px; font-weight:500;  background-color: #1e252e;padding: 0; color:#ffffff; border-top-left-radius: 0!important; border-top-right-radius: 0!important; border-bottom-left-radius: 20px!important; border-bottom-right-radius: 20px!important; border:1px solid #090a0b;}
.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: 60px; height: 60px; position: fixed; bottom: 20px; right: 20px;
font-weight: 700; z-index: 900; background-color: var(--bs-white);-webkit-border-radius: 50%; border-radius: 50%; padding: 0; font-size: 0.875rem;}
.btn-quick:hover {border: 4px solid var(--bs-primary); background-color: var(--bs-white); color: var(--bs-primary);}
.btn-quick.is-active {--bs-btn-color: var(--bs-white);background-color: var(--bs-primary);}
.btn-quick.is-active:hover {color: var(--bs-white);}

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

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

.section-header {margin-bottom: 4rem;}
h2.title {font-size: 2.5rem; }

.about-section .container {position: relative;}

@media screen and (min-width: 992px) {
    .about-cards {width: 100%; height: auto; margin-left: 0; margin-right: 0; position: absolute; top: 90%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1;}
}

.portfolio-section {width: 100%; height: auto; min-height: 100vh; background: url('/images/main/about_img_01.jpg') no-repeat center center; background-size: cover; background-attachment: fixed; color: var(--bs-white); display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}

.portfolio-list {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.portfolio-list li {flex: 1 0 100%; padding: 1.5rem 0; }
.portfolio-list li:not(:last-child) {border-bottom:1px solid rgba(255, 255, 255, 0.2);}

.portfolio-icon {width: 50px; height: 50px; display: inline-block; background-color: var(--bs-primary); -webkit-border-radius: 50rem; border-radius: 50rem; text-align: center; line-height: 44px;}

.portfolio-icon i {font-size: 1.5rem;color: var(--bs-white);}
.portfolio-title {margin-top: 0.875rem; margin-bottom: 1rem;}

@media screen and (min-width: 576px) {
    .portfolio-list li {flex: 1 0 50%; min-height: 250px; padding: 1.5rem 1.5rem; border-bottom:1px solid rgba(255, 255, 255, 0.2);}
    .portfolio-list li:nth-child(odd) {border-right: 1px solid rgba(255, 255, 255, 0.2);}
    .portfolio-list li:nth-last-child(-n+2) {border-bottom: 0;}
}

@media screen and (min-width: 992px) {
    .portfolio-section {padding-top: 320px; justify-content: center;}
}

.project-section > .container {position: relative; padding-bottom: 40px;}
.project-slide {position: static;}
.project-slide .swiper-slide {border: 1px solid var(--bs-gray-200); -webkit-border-radius: 0.5rem; border-radius: 0.5rem; overflow: hidden;}
.project-slide .swiper-slide img {width: 100%;}

.project-info {width: 100%; min-height: 80px; padding: 1rem 1.25rem; background-color: var(--bs-white); color: var(--bs-gray-dark); border-top: 4px solid var(--bs-primary); display: flex; justify-content: flex-start; align-items: flex-start;}
.project-info .form-check-input {min-width: 16px; margin-top: 0.1rem;}

.project-slide .swiper-pagination {bottom: 0px;}

.customer-section {width: 100%; height: auto; 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; background-attachment: fixed;}
.customer-section * {color: var(--bs-white);}

.footer { background-color:#000000;}

.footer .container {position: relative; display:flex; justify-content:space-between; align-items:center;  padding-top: 50px; padding-bottom: 50px; gap:20px;}

.footer ul {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; font-size:15px; color:#aaaaaa;}
.footer ul li:not(:last-child) {margin-right:16px;}

.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); font-size:16px; font-weight:700;}
.policy-link:hover, .policy-link:focus {color: var(--bs-white);}

.copyright {font-size: 13px; color:#777777;}
.copyright a {color: inherit;}
.copyright .bi {color:#777777;}

.btn-top {padding:0; font-size: 30px; color:#ffffff; font-weight:100; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset : 6px;}
.btn-top .bi {color: var(--bs-white);}
.btn-top:hover,.btn-top:focus {color:#ffffff;}


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

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

.search-wrap {display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}
.search-wrap .form-select {margin: 8px 0; font-size:16px;}
.search-bar {width: 100%; border-bottom: 2px solid var(--bs-dark);}
.search-bar .form-control {border-width: 0;}
.search-bar .input-group-text {padding-right: 0; font-size: 1.25rem;}
.search-wrap .form-select[name="category"] { border: none;padding: 0.375rem 0.75rem;border-bottom: 2px solid;border-radius: 0;height: 54px;}
.search-bar input {outline:none; font-size:16px; border-radius: 0 !important; padding: 0!important;}
.search-bar input::placeholder {color:#999999; }
@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: 300px;}
}
@media screen and (min-width: 1200px) {
    .search-bar input,.search-wrap .form-select {font-size:18px;}
}

.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; color: var(--bs-dark);}
.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;}
}

.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-link-c {position: relative; display: block; font-weight: 500; font-size:16px; color:#000000; }
.page-item-c a {width:48px; height:48px; display:flex; align-items:center; justify-content:center; border-radius:50%;}
.page-item-c.active a {background-color:#3a9729;}
.page-item-c.active .page-link-c {color: #ffffff;}
.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;}
}

.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; 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-count {font-size: 1rem;}
.comment-icon {width:22px; height: 22px; display: inline-block; background-color: var(--bs-gray-300); border-radius: 4px; text-align: center; line-height: 22px;}
.comment-date {color: var(--body-color);}

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

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

.comment-writer .writer {display: block; line-height: 1; font-weight: 500;}
.comment-options,
.comment-cencel {position: absolute; top: 1.375rem; right: 1.375rem;}
.comment-options .btn,
.comment-cencel .btn {width: 22px; height: 22px; padding: 0; text-align: center; line-height: 22px; background-color: var(--bs-gray-400); font-size: 0.875rem;}
.comment-form textarea.form-control {width: 100%; height: 100px; -webkit-border-radius: 0.5rem !important; border-radius: 0.5rem !important;}
.comment-form .btn {width: 100%; height: 50px; -webkit-border-radius: 0.5rem !important; border-radius: 0.5rem !important;}

@media screen and (min-width: 576px) {
    .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);}

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

@media screen and (min-width: 576px) {
    .board-form .form-group {border-bottom: 1px solid #dddddd;}
    .board-form .col-sm-10 {padding: 1rem;}
}

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

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

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

@media screen and (min-width: 1200px) {
    .board-btns .btn {height: 60px; font-size: 18px;}
}
.empty-list {padding: 48px 0; text-align: center; border-top: 1px solid var(--bs-gray-300); border-bottom: 1px solid var(--bs-gray-300);}

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

.g-product-img {border: 1px solid var(--bs-gray-300); -webkit-border-radius: 0.5rem; border-radius: 0.5rem; overflow: hidden;}
.g-product-img img{width: 100%;}
.g-product-btns {display: flex; justify-content: flex-start; align-items: center; gap: 10px;}
.g-product-btns .btn {min-height: 50px; display: flex; align-items: center; justify-content: center; width: 100%;}
.g-product-btns .btn i {margin-right: 5px;}

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

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

.faq-category {display:flex; flex-wrap:nowrap; position:relative;}
.faq-category::before {content:""; width:100%; height:1px; background:#000000; position:absolute; bottom:-1px; left:0; z-index:-1;}
.faq-category .nav-link {text-align:center; width:100%;  padding: 10px 10px; color:#999999; border:1px solid #dddddd; border-bottom:0;}

.faq-category .nav-item {width:100%; max-width: 140px;}
.faq-category .nav-item:not(:first-child) .nav-link {border-left:0;}

.faq-category .nav-item:not(:first-child) .nav-link.active {border-left:1px solid #000000; margin-left:-1px;}

.faq-category .nav-link.active {position:relative; color:#000000; font-weight:bold; background:#ffffff; border:1px solid #000000; border-bottom:0;}
.faq-category .nav-link.active::before {content:""; width:100%; height:3px; background:#ffffff; position:absolute; bottom:-2px; left:0; z-index:1;}

@media screen and (max-width: 575px) {
	.faq-category .nav-link {font-size:16px;}
}

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

.accordion-wrap .card .card-title {margin-bottom: 0; color: var(--bs-dark); padding: 22px 46px 20px 30px; display: inline-block; position: relative;}
.accordion-wrap .card .card-title::before {content: 'Q.'; color: var(--bs-primary); 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; font-weight:600;}
.accordion-wrap .card a.btn:focus {box-shadow: none;}
.accordion-wrap .card a.btn::before {content: 'Q.'; color: var(--bs-primary); 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: #ffffff; }


.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: #ffffff;}
.accordion-wrap .collapsing .card-body::before {content: 'A.'; font-weight: 800; font-family: 'Montserrat', Sans-serif;position: absolute; top: 20px; left: 26px; color:#666666;}
.accordion-wrap .collapsing .card-body span {background-color: transparent !important; }

.accordion-wrap .collapse .card-body{ position: relative; padding: 20px 26px 20px 68px;background-color: #ffffff;}
.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: #666666;}

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

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

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

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

.board-list.video .subject a {font-size: 1.125rem;}

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

.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 {width: 100%;  display: -webkit-box; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; color: var(--bs-dark);}


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

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

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

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

.project-modal .project-modal-header {height: 80px; border-bottom: 0;}
.project-modal .project-modal-title {padding-right: 1rem; font-size: 1.333rem; font-weight: 700; color: var(--bs-dark); text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.project-modal .btn-close {width: 0.5em; height: 0.5em; margin-right: 0; opacity: 1;}
.project-modal .project-modal-body {position: relative;}
.project-modal .swiper {position: static;}
.project-modal .swiper-slide img {width: 100%; max-height: 680px;}
.project-modal .swiper-pagination {max-width: 296px; padding: 1rem 0; margin: 0 auto;position: relative; display: block;}
.project-modal .swiper-pagination-bullet:only-child {display: inline-block !important;}
.project-modal .swiper-button-next, 
.project-modal .swiper-button-prev {width: 20px; height: 20px; display: flex;}
.project-modal .swiper-button-next {top: auto; left: auto; right: 1rem; bottom: 20px;} 
.project-modal .swiper-button-next::after {opacity: 0.4;}
.project-modal .swiper-button-next:hover::after {opacity: 1;}
.project-modal .swiper-button-prev {left: 1rem; right: auto; top: auto; bottom: 20px;}
.project-modal .swiper-button-prev::after {opacity: 0.4;}
.project-modal .swiper-button-prev:hover::after {opacity: 1;}
.project-modal .swiper-button-next:after, 
.project-modal .swiper-button-prev:after {font-size: 1.25rem; font-weight: 900; opacity: 1; color: var(--bs-dark);}
.project-modal .swiper-pagination {bottom: 0 !important;}

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

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

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

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

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

.history-year {padding-top: 1rem; color: var(--bs-primary); border-top: 2px solid var(--bs-primary);}
.history-content {padding-top: 1.5rem; padding-bottom: 1.5rem; border-top: 1px solid var(--bs-gray-400); font-weight: 400; color: var(--bs-dark);}
.history-content span {font-family: var(--bs-body-font-family)!important;}
.history-img {max-width: 100%;}

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

.board-table.webzine .img-thumbnail-wrap {max-width: 100%; margin-bottom: 1.125rem;}
.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;}
}

.privacy-bag {background-color: var(--bs-gray-100); padding: 1rem; max-height: 200px; overflow-y: auto;}

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

.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: 700;}
.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-area .gallery{max-height: 300px; overflow: hidden;}
.gallery-area .gallery:hover img {transform: scale(1.1);-webkit-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.gallery-area > span {display: block; width: 100%; height: 300px; overflow: hidden; }
.gallery-area .gallery-img {width: 100%; height: 100%; object-fit: cover;}
.gallery-img {aspect-ratio:16/9; object-fit:cover;}

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

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

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

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

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

}

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

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

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

.main-board {display: flex; width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; margin-bottom: -30px;}
.main-board-item {width: calc(33.333% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px;background-color: var(--bs-white); padding: 30px; border-radius: 20px;}
.cate-area {white-space: nowrap;}
@media(min-width:1200px)  {
    .cate-area {font-size: 1.125rem;}
}

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

#com_li_write .input-group-text {background-color: var(--bs-gray-100);}

.main-notice {flex-wrap: wrap;}

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

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

.main-gallery-notice {width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; flex-wrap: wrap; align-items: stretch;}
.main-gallery-notice .main-board-item {border: 1px solid var(--bs-gray-300);  width: calc(25% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px;  padding: 0;}
.main-gallery-notice .main-board-item a { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.main-gallery-notice .main-board-item:hover {box-shadow: 3px 3px 10px var(--bs-gray-300);}
.main-gallery-notice .main-board-item a:hover {color: inherit; }

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

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

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

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

.main-gallery {flex-wrap: wrap;}
.main-gallery .main-board-item {padding: 0; width: calc(25% - 30px);}

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

.main-gallery .title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; width: auto;}
.main-gallery .new img{vertical-align: middle; margin-left: 5px;}

.main-gallery .img-area {overflow: hidden;border-radius: 15px; max-height: 200px;}
.main-gallery .img-area img {height: 100%; object-fit: cover; min-height: 200px;}
.main-gallery .img-area:hover img {transform: scale(1.1); transition: all 0.5s;}

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

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

.mainProductSlide .main-product {padding-bottom: 100px;}
.mainProductSlide img {max-width: 100%;}
.mainProductSlide .main-board-item {padding: 0; }
.mainProductSlide .title-area {margin-top: 1rem;}
.mainProductSlide .swiper-pagination { left: 50%; top: auto; bottom: 1.125rem; transform: translateX(-50%);  width: calc(100% - 100px); height: 4px;}
.mainProductSlide .swiper-button-next , 
.mainProductSlide .swiper-button-prev {color: var(--bs-primary); top: auto; bottom: 0; }
.mainProductSlide .swiper-button-prev:after, .mainProductSlide .swiper-button-next:after {font-size: 1.5rem;}
.mainProductSlide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--bs-primary);}

.main-contact { background-image: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%), url("/images/main/about_img_01.jpg");background-size: cover; background-repeat: no-repeat; background-position: center center;background-attachment: fixed; }
.main-contact .section-header i {color: var(--bs-white);}
.main-contact .form-check-input:checked {background-color: var(--bs-primary); border-color: var(--bs-primary);}
.main-contact .form-list  {display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px;}
.main-contact .form-list .form-item  {width: calc(50% - 5px);}
.main-contact textarea {border-radius: var(--bs-border-radius);    padding: .375rem .75rem;}
.checked_wrap .btn-primary {min-width: 150px; }
.main-contact .checked_wrap>div {display: flex; justify-content: space-between; align-items: center;}

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

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

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

.main-banner .swiper-wrapper {align-items: center;}
.main-banner .swiper-slide {width: fit-content !important;}
.main-banner .banner-link {display: block; width: fit-content;}


main#content {padding-top:150px;}

.fs-30 {font-size: calc(1.225rem + .9vw);}
.fs-36 {font-size: calc(1.575rem + .9vw);}
@media screen and (min-width:1200px) {
    .fs-30 {font-size:30px;}
    .fs-36 {font-size:36px;}
}

.main-notice-top {display:flex; align-items:center; justify-content:space-between;}
.main-notice-top a {display:flex; align-items:center; justify-content:center; width:46px; height:46px; border-radius:50%; background:#d1d1d1; color:#ffffff; font-size:24px; font-weight:600;}
.main-notice {border-top:2px solid #000000; margin-top:20px;}
.main-notice li {padding:30px 0; border-bottom:1px solid #dddddd;}
.main-notice li a {color:#000000; display:flex; justify-content:space-between; align-items:center;}
.main-notice li a .date {display:flex; flex-direction:column; text-align:center;}
.main-notice li a .date p {white-space:nowrap; font-size:15px; font-weight:400; color:#999999; line-height: 1;}
.main-notice li a .date span {font-size:15px; font-weight:400; color:#999999; line-height: 1;}
.main-notice li a > div:first-child {width:calc(100% - 85px); display:flex;}
.main-notice li a > div:first-child p {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


.links-01 {display:flex; gap:7px; margin-top:40px;}
.links-01 a {width:100%; display:flex; align-items:center; justify-content:space-between; color:#ffffff; font-size:20px; border-radius:50px; font-weight:bold; padding:25px 30px;}
.links-01 a:first-child {background:#8ec31f;}
.links-01 a:first-child img {width:34px;}
.links-01 a:last-child {background:#3a9729;}
.links-01 a:last-child img {width:36px;}

.links-02 {display:flex; gap:7px; margin-top:50px;}
.links-02 a {width:100%; background:#d8dfe6; display:flex; align-items:center; justify-content:space-between; color:#21292b; font-size:20px; border-radius:50px; font-weight:bold; padding:25px 30px;}
.links-02 a:first-child img {width:26px;}
.links-02 a:last-child img {width:33px;}

@media screen and (max-width:576px) {
    .links-01 a, .links-02 a {font-size:18px;}
}
@media screen and (max-width:460px) {
    .links-01, .links-02 {flex-direction:column;}
}


.main-company {color:#ffffff; background-image:url("/images/main/main-image01.png"); background-size:cover; background-position:center; border-radius:20px; padding: 152px 55px 55px;}
.main-company .links {display:flex; gap:10px; margin-top:30px; }
.main-company a {display:block; background-color:#ffffff; color:#00244d; font-weight:700; border-radius:30px; width:100%; max-width:160px; padding:12px 20px; text-align:center;}
@media screen and (max-width:460px) {
	.main-company {padding: 120px 30px 30px;}
    .main-company .links a {font-size:16px;}
}


.sub-title {color:#396431;}

.divide {width:100%; height:2px; background:#cbcbcc; margin-top:60px;}

.list-type1 {display:grid; grid-template-columns:repeat(3, 1fr); gap:15px;}
.list-type1 li {background-color:#f2f2f2; border-radius:20px; padding:25px 30px; }
.list-type1 li p:first-child {font-weight:bold; color:#3a9729; margin-bottom:4px;}

.list-type1.process li {position:relative;}
.list-type1.process li:not(:last-child)::before {display:flex; align-items:center; justify-content:center; content:"→"; width:40px; height:40px; border-radius:50%; background:#ffffff; font-size:18px; border:1px solid #cccccc; position:absolute; color:#888888; top:50%; right:-10px; line-height:1; transform:translateY(-50%);}

@media screen and (max-width:576px) {
    .list-type1 {display:grid; grid-template-columns:1fr; gap:15px;}
	.list-type1.process li:not(:last-child)::before {width:34px; height:34px; bottom:-10px; top:unset; left:50%; transform:translateX(-50%) rotate(90deg);}
}

p.dot {position:relative; padding-left:15px; display:flex;}
p.dot::before {content:""; position:absolute; top:11px; left:0; width:4px; height:4px; border-radius:50%; background:#3a9729;}

.list-type2 {border-top:1px solid #444444;}
.list-type2 li {padding:18px 0; border-bottom:1px solid #dddddd;}
.list-type2 li p {display:flex; }
.list-type2 li b {color:#3a9729; font-weight:bold; display:block; width:26px;}
.list-type2 li span { width:calc(100% - 26px); display:block;}

.list-type2 .dot b {font-weight:600; color:#000000; width:100px; }
.list-type2 .dot span { width:calc(100% - 100px); display:block;}

.img-box1 {border:1px solid #cccccc; border-radius:24px; padding:60px; text-align:center;}

@media screen and (max-width:576px) {
    .img-box1 {padding:40px 20px;}
}

.location-info {margin-bottom:60px;}
.location-info li {font-size:16px; display:flex; align-items:center;}
.location-info li img {width:20px; margin-right:10px;}
.location-info li span { width:calc(100% - 30px); display:block;}
@media screen and (min-width:1200px) {
    .location-info li {font-size:18px;}
}

.root_daum_roughmap .cont {display:none;}
.root_daum_roughmap .wrap_controllers {display:none;}
.root_daum_roughmap .map_border {display:none;}
.root_daum_roughmap {border-radius:24px;}

.subway-badge {background:#fec900; color:#ffffff; font-weight:600; font-size:16px; border-radius:30px; margin-right:6px; padding:2px 10px;}

.btn-download {gap:10px; max-width:300px; padding:15px 38px; display:flex; justify-content:space-between; align-items:center; font-size:20px; font-weight:bold; color:#ffffff; background-color:#3a9729; border-radius:30px; }
.btn-download img {width:23px; }
.btn-download:hover, .btn-download:focus {color:#ffffff;}

/* 협약기업 현황 */ 
.convention-table {margin-top:30px; border-top:1px solid #000000;}
.convention-table thead {border-bottom:2px solid #cbcbcc;}
.convention-table thead tr th  {text-align:left;}
.convention-table>:not(caption)>*>* {font-size:16px;}
@media screen and (min-width:1200px) {
   .convention-table>:not(caption)>*>* {font-size:18px;}
}

@media screen and (max-width:768px) {
	.convention-table colgroup, .convention-table thead {display:none;}
    .convention-table tbody tr td { display:block;width:100%; border-bottom:0;}
	.convention-table tbody tr td:nth-of-type(2) {padding-top:0;}
	.convention-table tbody tr td:nth-of-type(3) {padding-top:0;}
	.convention-table tbody tr td:nth-of-type(4) {padding-top:0;}
	.convention-table tbody tr {border-bottom:1px solid #dddddd;}
}


/* 과정안내 */ 
.curriculum {border-top:1px solid #000000;}
.curriculum .item {position:relative;border-bottom:1px solid #dddddd; padding:38px 40px;}
.curriculum .item:nth-child(even) {background-color:#f7f7f7;}
.curriculum .item .top {display:flex; justify-content:space-between; align-items:center; margin-bottom:12px;}
.curriculum .item .top-right {position:absolute; z-index:2; right:40px;}
.curriculum .item .top-right span {font-size:15px; background-color:#e1e1e1; border-radius:30px; padding:5px 15px;}
.curriculum .item .top-right a {font-size:15px; background-color:#3a9729; color:#ffffff; border-radius:30px; padding:5px 15px;}
.curriculum .item .top-right a b {font-weight:400;}
.curriculum .item .body {}
.curriculum .item .bottom {color:#000000; }
.curriculum .item .bottom ul {display:flex; flex-wrap:wrap; gap:0px 25px;}
.curriculum .item .bottom ul li {font-size:16px;}
.curriculum .item .bottom ul li b {font-weight:600; margin-right:10px;}
.curriculum .item .bottom ul li span {font-weight:300;}

.collapseBtn {cursor:pointer;}
@media screen and (min-width:1200px) {
    .curriculum .item .bottom ul li {font-size:18px;}
}

@media screen and (max-width:1200px) {
	.curriculum .item .top-right {position:relative; margin-bottom:16px; right:0;}
}

@media screen and (max-width:576px) {
	.curriculum .item {padding:38px 20px;}
    .curriculum .item .top {flex-direction:column-reverse; align-items:flex-start; gap:10px;}
}

/* 교육일정 - 목록 */ 
.edu-list-top {display:flex; gap:10px; justify-content:center; }
@media screen and (max-width:1080px) {
    .edu-list-top {flex-direction:column; align-items:center;}
}

.edu-month {width:fit-content; padding:4px; display:flex; background-color:#f0f0f0; border-radius:50px;}
.edu-month li a {font-size:16px; display:block; padding:11px 20px; color:#999999; font-weight:bold; border-radius:50px;}
.edu-month li.active a {background-color:#00244d; color:#ffffff;} 
@media screen and (min-width:1200px) {
    .edu-month li a {font-size:18px;}
}
@media screen and (max-width:900px) {
    .edu-month {width:100%; overflow-x:auto; border-radius:0;}
}

.edu-status {width:fit-content; padding:4px; display:flex; background-color:#f0f0f0; border-radius:50px;}
.edu-status li a {font-size:16px; display:block; padding:11px 20px; color:#999999; font-weight:bold; border-radius:50px;}
.edu-status li.active a {background-color:#0c4d00; color:#ffffff;} 
@media screen and (min-width:1200px) {
    .edu-status li a {font-size:18px;}
}
@media screen and (max-width:900px) {

}

.tr-box {margin-top:60px; display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.tr-box .tr-item {border:1px solid #cccccc;}
.tr-box .tr-item h3 {padding-bottom:10px;}

.tr-item {position:relative; display:flex; flex-direction:column; justify-content:space-between; min-height:200px; width:100%;  background-color:#ffffff; padding:25px 30px 15px; border-radius:20px; text-align:left;}
.tr-item h3 {color:#000000; margin-bottom:auto;}
.tr-item .date p {font-size:16px; display:flex;}
.tr-item .date p span {color:#000000; display:block; width: calc(100% - 70px);}
.tr-item .date p span:first-child {color:#615f5f; display:block; width:70px;}
.tr-item ul {position:absolute; top:10px; right:10px; display:flex; gap:5px; }
.tr-item ul li {line-height:1; color:#ffffff; font-size:14px; font-weight:bold; width:50px; height:50px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.tr-item ul li.incumbent {background:#3fa8eb;}
.tr-item ul li.accepting {background:#3e9429;}
.tr-item ul li.closed {background:#81927d;}
.tr-item ul li.filled {background:#274d1e;}
.tr-item ul li.completed {background:#b8beb7;}
.tr-item ul li.soon {background:#ffc800;}

.tr-item .keyword {color:#1e6bff; font-weight:bold; min-height:40px; padding-right:40px;}
.mainSlide .tr-item .hours {margin-right: -18px; margin-top:5px; display:flex; justify-content:flex-end; gap:4px;}
.mainSlide .tr-item .hours span {display:block; font-size:15px; background-color:#000000; color:#ffffff; font-weight:500; padding:1px 10px; border-radius:20px;}

.tr-box .tr-item .hours {display:flex; margin-bottom:14px; gap:4px;}
.tr-box .tr-item .hours span {display:block; font-size:15px; background-color:#000000; color:#ffffff; font-weight:500; padding:1px 10px; border-radius:20px;}

.tr-item .count {bottom:10px; right:15px; position:absolute; text-align:right; display:flex; justify-content:flex-end;}
.tr-item .count > div {line-height: 1;}
.tr-item .count span {color:#3e9429; font-size:16px; color:#615f5f; font-weight:500; line-height: 1;}
.tr-item .count span:first-child {font-size:24px; font-weight:500; color:#f9500e;}

@media screen and (max-width:1024px) {
	.tr-box { grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width:768px) {
	.tr-box { grid-template-columns:1fr;}
}

.edu-list-top form {margin-left:20px; width:100%;}

@media screen and (min-width: 768px) {
    .edu-list-top .search-bar {min-width: auto;}
}
@media screen and (max-width: 1200px) {
	.edu-status li a {padding: 11px 15px;}
    .edu-month li a {padding: 11px 15px;}
}
@media screen and (max-width: 1080px) {
	.edu-status li a {padding: 11px 20px;}
    .edu-month li a {padding: 11px 20px;}
	.edu-list-top form {margin-left:0px; }
}

/* 교육일정 - 상세보기 */ 
.tr-view {display:flex; gap:50px;}

.tr-detail {width:calc(100% - 470px);}
.tr-detail .item + .item {margin-top:60px;}
.tr-detail .item h4 {font-weight:600; color:#000000; margin-bottom:20px;}
.tr-detail .item ul li {font-size:16px; position:relative; padding-left:15px; display:flex;}
.tr-detail .item ul li::before {content:""; position:absolute; top:11px; left:0; width:4px; height:4px; border-radius:50%; background:#3a9729;}

@media screen and (min-width:1200px) {
    .tr-detail .item ul li {font-size:18px;}
}

.tr-info {width:470px;}
.tr-info-box {position:sticky; top:160px; border-radius:20px; border:1px solid #cccccc; padding:35px 40px;}
.tr-info h3 {margin-bottom:30px; color:#000000;}
.tr-info ul li {font-size:16px; display:flex;}
.tr-info ul li + li {margin-top:10px;}
.tr-info ul li b {font-weight:500; color:#000000; width:125px; display:block;}
.tr-info ul li span {font-weight:300; width:calc(100% - 125px); display:block;}
.tr-info-bottom {margin-top:30px; display:flex; justify-content:space-between; align-items:center;}
.tr-info-bottom span {font-size:16px; font-weight:500; color:#3a9729;}
.tr-info-bottom a {text-align:center; display:block; font-size:20px; font-weight:700; color:#ffffff; background-color:#3a9729; border-radius:40px; width:100%; padding:15px;}
.tr-info-bottom a.closed {background:#81927d;}
.tr-info-bottom a.filled {background:#274d1e;}
.tr-info-bottom a.completed {background:#b8beb7;}
.tr-info-bottom a.soon {background:#ffc800;}

@media screen and (min-width:1200px) {
    .tr-info ul li, .tr-info-bottom span {font-size:18px;}
}

.tr-info-bottom-mobile {display:none; z-index:3;padding:20px 0; position:fixed; bottom:0; left:0; right:0; background-color:#ffffff; }
.tr-info-bottom-mobile .container {display:flex; justify-content:space-between; align-items:center;}
.tr-info-bottom-mobile span {font-size:16px; font-weight:500; color:#3a9729;}
.tr-info-bottom-mobile a {text-align:center; display:block; font-size:20px; font-weight:700; color:#ffffff; background-color:#3a9729; border-radius:40px; width:100%; padding:15px;}
.tr-info-bottom-mobile a.closed {background:#81927d;}
.tr-info-bottom-mobile a.filled {background:#274d1e;}
.tr-info-bottom-mobile a.completed {background:#b8beb7;}
.tr-info-bottom-mobile a.soon {background:#ffc800;}

@media screen and (max-width:860px) {
	.tr-view {flex-direction:column-reverse;}
	.tr-detail {width:100%;}
    .tr-info {width:100%;}
	.tr-info-bottom-mobile {display:block;}
}

@media screen and (max-width:576px) {
	.tr-info-box {padding:30px 30px;}
	.tr-info-bottom a, .tr-info-bottom-mobile a {font-size:18px;}
}


/* 교육일정 - 교육 신청하기 */ 
.edu-form-info {margin-bottom:80px; color:#000000;}
.edu-form-info {border-radius:20px; border:1px solid #cccccc; padding:30px 40px;}
.edu-form-info ul {display:grid; grid-template-columns:repeat(2, 1fr); gap:10px;}
.edu-form-info ul li {font-size:16px; position:relative; padding-left:15px; display:flex;}
.edu-form-info ul li::before {content:""; position:absolute; top:11px; left:0; width:4px; height:4px; border-radius:50%; background:#3a9729;}
.edu-form-info ul li b {font-weight:500; display:block; width:125px;}
.edu-form-info ul li span {font-weight:300; width:calc(100% - 125px);}

.edu-form {border-top:1px solid #000000; padding-top:30px; color:#000000;}
.edu-form .form-label {font-size:16px; font-weight:500;}
.edu-form .form-label .text-danger {color:#e00000!important;}
.edu-form .form-control {font-size:16px; font-weight:300; border:none 0; background-color:#f5f5f5; padding:15px 20px;}
.edu-form .form-control::placeholder {color:#999999; }

.edu-form .privacy-box .form-control {max-height: 180px; overflow-y: auto;}
.edu-form .privacy-box > div:last-child {display:flex; justify-content:center;}
.edu-form .privacy-box label {display:flex; align-items:center; gap:8px; font-size:16px; font-weight:500;}
.edu-form .privacy-box .form-check-input {margin-top:0; width:24px; height:24px;}
.edu-form .privacy-box .form-check-input:checked {background-color: #000000; border-color:#000000;;}

.edu-form-btns {margin-top:80px; display:flex; justify-content:center; gap:6px;}
.edu-form-btns button {font-weight:bold; font-size:20px; padding: 14px 20px; border-radius:30px; max-width:210px; width:100%;}
.edu-form-btns .btn-cancel {background-color:#aaaaaa; color:#ffffff;}

@media screen and (min-width:1200px) {
    .edu-form-info ul li {font-size:18px;}
	.edu-form .form-control, .edu-form .form-label, .edu-form .privacy-box label {font-size:18px;}
}

@media screen and (max-width:768px) {
	.edu-form-info ul {grid-template-columns:1fr;}
}


/* 마이페이지 - 수강종료 과정 */ 
.edu-completed-list {margin-top:30px; color:#000000;}
.edu-completed-list .item {display:flex; justify-content:space-between; align-items:center; border-radius:20px; border:1px solid #cccccc; padding:40px;}
.edu-completed-list .item + .item {margin-top:20px;}
.edu-completed-list .item .info {width: calc(100% - 240px);}
.edu-completed-list .item ul {display:grid; grid-template-columns:repeat(2, 1fr); gap:5px 10px;}
.edu-completed-list .item ul li {font-size:16px; position:relative; padding-left:15px; display:flex;}
.edu-completed-list .item ul li::before {content:""; position:absolute; top:11px; left:0; width:4px; height:4px; border-radius:50%; background:#3a9729;}
.edu-completed-list .item ul li b {font-weight:500; display:block; width:125px;}
.edu-completed-list .item ul li span {font-weight:300; width:calc(100% - 125px);}
.edu-completed-list .item .btns {width:160px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;row-gap: 5px;}
.edu-completed-list .item .btns > * {display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:500; border-radius:30px; width:100%; max-width:160px;}
.edu-completed-list .item .btns .btn-survey {color:#3a9729; border:1px solid #3a9729;}
.edu-completed-list .item .btns .btn-community {color:#3a9729; border:1px solid #3a9729;}
.edu-completed-list .item .btns .btn-print {color:#00244d; border:1px solid #00244d;}
.edu-completed-list .item .btns .btn-complete {color:#3a9729; background-color:#dfe9d5; border:1px solid #dfe9d5; opacity:1;}
.edu-completed-list .item .btns .btn-cancel {color:#dc3545; background-color:#ffffff; border:1px solid #dc3545; opacity:1;}
.edu-completed-list .item .btns .btn-complete img {width:14px;}

@media screen and (min-width:1200px) {
    .edu-completed-list .item ul li {font-size:18px;}
}
@media screen and (max-width:992px) {
    .edu-completed-list .item ul {grid-template-columns:1fr; gap:5px 10px;}
	.edu-completed-list .item .info {width: calc(100% - 180px);}
}
@media screen and (max-width:576px) {
    .edu-completed-list .item {padding:30px; flex-direction:column; align-items:flex-start;}
	.edu-completed-list .item .info {width:100%;}
	.edu-completed-list .item .btns {width:100%; margin-top:24px; display:flex; flex-wrap:wrap; gap:5px;}
	.edu-completed-list .item .btns button {display:inline-block;}
	.edu-completed-list .item .btns .btn-print {margin-top:0px;}
}


/* 마이페이지 - 만족도 조사 */ 
.edu_survey-info {margin-bottom:60px; color:#ffffff; background-color:#00244d; border-radius:20px; padding:35px 40px; display:flex; align-items:center; justify-content:space-between; gap:20px;}
.edu_survey-info p b {font-weight:500; margin-right:5px;}
.edu_survey-info p span {font-weight:300;}

.survey-form {margin-top:60px;}
.survey-form .radio-box {display:flex; align-items:center; gap:10px;}

.survey-form .radio-box02 {display: flex;gap: 10px;align-items: flex-start;}

.survey-form .radio-area, .survey-form .check-area {width:20%;}
.survey-form .radio-area label, .survey-form .check-area label {width:100%;}
.survey-form .radio-area label span, .survey-form .check-area label span {
	width: 100%;display: inline-block;font-weight: 300;border: none 0;background-color: #f5f5f5;border:1px solid transparent;
	padding: 14px 20px;text-align: center;border-radius: .375rem;cursor:pointer;box-sizing: border-box;
}
.survey-form .radio-area label span:hover,.survey-form .check-area label span:hover,
.survey-form .radio-area label .btn-check:checked + span, .survey-form .check-area label .btn-check:checked + span {
	color:#3a9729; border:1px solid #3a9729; background-color:#ffffff;
}

.survey-check-area {margin-top:120px; margin-bottom:120px;}
.survey-check-area ul {border-top:1px solid #000000; border-bottom:1px solid #000000;}
.survey-check-area ul li {padding:20px 0; display:flex; justify-content:space-between; align-items:center;}
.survey-check-area ul li:not(:last-child) {border-bottom:1px solid #dddddd;}
.survey-check-area ul li .form-label {margin-bottom:0;}
.survey-check-area ul li .form-label small {color:#888888;}
.survey-form .survey-check-area .radio-box p {color:#444444; margin-right:10px;}
.survey-form .survey-check-area .radio-box > div {display: flex; align-items: center; flex-wrap: wrap; gap: 10px;}

.survey-check-total {display:flex; justify-content:space-between; align-items:center; background-color:#f5f5f5; padding:22px 40px; font-weight:500;}
.survey-check-total input {width:100px; font-size:24px; margin-right:5px; background:none; border:none;}

.survey-etc-area {border-top:1px solid #000000; padding-top:30px;}

.survey-bottom-area {margin-top:60px;}
.survey-bottom-area p {color:#444444; text-align:center;}
.survey-bottom-area .edu-form-btns {margin-top:35px;}


@media screen and (min-width:1200px) {
    .survey-form .radio-area label {font-size:18px;}
    .survey-form .survey-check-area .radio-area label {font-size:16px;}
}
@media screen and (max-width:1200px) {
    .survey-check-area ul li {display:block;}
	.survey-check-area .radio-box {margin-top:16px;}
}
@media screen and (max-width:992px) {
    .edu_survey-info {flex-direction:column; align-items:flex-start; gap:5px;}
}

.affiliation-check { width:100%; height:100vh; display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; right:0; bottom:0; z-index:99999; background-color:rgba(0,0,0,0.3); display:none;}
.affiliation-check .con {position:relative; width:90%; max-width:600px; background-color:#ffffff; padding:30px; border-radius:20px;}
.affiliation-check .con .btn-close {position:absolute; top:30px; right:30px; font-size:24px; opacity:1;}
.affiliation-check .con h3 {color:#000000; margin-bottom:30px;}
.affiliation-check .con .form-group-area {display:flex;}
.affiliation-check .con .form-group-area button {border-top-left-radius:0; border-bottom-left-radius:0;}
.affiliation-check .con .form-group-area input {width:calc(100% - 70px); border-top-right-radius:0; border-bottom-right-radius:0;}
.affiliation-check .con .form-group-area input:focus {box-shadow:none; border-color:#ced4da;}
.affiliation-check .con ul {margin-top:30px; border-bottom:1px solid #dddddd;}
.affiliation-check .con ul li {padding:14px 0; font-size:16px; border-top:1px solid #dddddd;}
.affiliation-check .con ul li > div {display:flex; justify-content:space-between; align-items:center;}
.affiliation-check .con ul li > p {text-align:center; margin-bottom:10px;}

@media screen and (min-width:1200px) {
    .affiliation-check .con ul li {font-size:18px;}
}

.agreement-modal .modal-dialog {max-width:900px;}
.agreement-modal .modal-footer {justify-content:center;}
.agreement-modal p {font-size:16px; color:#000000;}

.form-control-short {max-width:360px;}

.data-blank {text-align: center;padding: 10px 0;}

.article-swiper .swiper-slide a {width:100%;}
.article-swiper .swiper-slide:last-child {margin-top:10px;}
.article-swiper .swiper-slide .img img {height: 188px; width:100%; object-fit:cover;}
.article-swiper .swiper-slide .img {position:relative;}
.article-swiper .swiper-slide .img::before {position:absolute; content:""; top:0; left:0; right:0; bottom:0; background: linear-gradient(180deg,rgba(42, 123, 155, 0) 50%, rgba(33, 33, 33, 1) 120%);}
.article-swiper .swiper-slide {position:relative; border-radius:20px; overflow:hidden;}
.article-swiper .swiper-slide .txt {position:absolute; bottom:0; left:0; right:0; padding:20px; color:#ffffff; }


@media screen and (min-width:1200px) {
    .article-swiper .swiper-slide .txt p { font-size:20px;}
}

.swiper-util {margin-top:26px; }
.article-swiper-pagination {position:relative; border-radius:30px; overflow:hidden;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:var(--bs-primary);}

.no-logo {
	display:inline-block;background-color:#f1f1f1;font-size:12px;font-weight:bold;color:#999999;text-align: center;
	width:100%;max-width:180px;height:30px;line-height:30px;border:1px solid #eeeeee;border-radius:3px;
}

.facilities-box {display:flex; gap:15px;}
.facilities-box .item { border-radius:20px; overflow:hidden;}
.facilities-box .item p {color:#444444; font-weight:500; padding:16px 30px; border:1px solid #cccccc; border-radius:20px; border-top-left-radius:0px; border-top-right-radius:0px; border-top:0;}

@media screen and (max-width:768px) {
    .facilities-box {flex-direction:column;}
	.facilities-box img {width:100%;}
}

.facilities-box02 {}
.facilities-box02 .item {width:100%; border:1px solid #cccccc; }
.facilities-box02 img { }
.facilities-box02 .item p { padding:0; border:0; }
.facilities-box02 .item p.dot { padding-left:14px;}
.facilities-box02 .item > div {padding: 30px;}

@media screen and (max-width:768px) {
    .facilities-box02 .item {flex-direction:column;}
}


.purpose-box {display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; border-top:1px solid #444444; padding:30px 0;}
.purpose-box li {display:flex; flex-direction:column; align-items:center; text-align:center;}
.purpose-box .icon {margin-bottom:30px; width:90px; height:90px; border-radius:50%; background-color:#eaf4e9; display:flex; align-items:center; justify-content:center;}
.purpose-box li img {width:46px;}

@media screen and (max-width:768px) {
    .purpose-box { grid-template-columns:repeat(2, 1fr);}
}

.strategy-box {margin-top:10px; border-radius:20px; background-color:#f2f2f2; padding:30px 50px; display:flex; align-items:center; gap:50px; }
@media screen and (max-width:768px) {
    .strategy-box {flex-direction:column; align-items:flex-start; gap:16px;}
}

.detail-box {display:grid; grid-template-columns:repeat(4, 1fr); gap:15px;}
.detail-box li {border:1px solid #cccccc; border-radius:20px; padding:36px 30px;}
.detail-box li img {height:50px; margin-bottom:56px;}

@media screen and (max-width:768px) {
    .detail-box  { grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width:576px) {
    .detail-box  { grid-template-columns:1fr;}
}

.benefit-box {display:grid; grid-template-columns:repeat(4, 1fr); gap:15px;}
.benefit-box li {background-color:#eaf4e9; border-radius:20px; padding:40px 24px;}
.benefit-box li .icon {height:36px; margin-bottom:36px;}
.benefit-box li:nth-of-type(1) img {width:36px;}
.benefit-box li:nth-of-type(2) img {width:39px;}
.benefit-box li:nth-of-type(3) img {width:32px;}
.benefit-box li:nth-of-type(4) img {width:37px;}

@media screen and (max-width:768px) {
    .benefit-box { grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width:576px) {
    .benefit-box { grid-template-columns:1fr;}
}

.gallery-area .gallery {position:relative;}
.gallery-area .gallery .play {width:60px; display:flex; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; }
.gallery-area .gallery .play svg {width:100%; }

.article-swiper .play {width:60px; display:flex; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; }
.article-swiper .play svg {width:100%; }

.mainSlide {height:450px;}
.mainSlide .swiper-slide > a{height:100%;}

.moel-logo {width:100%; max-width:168px;}



.main-section-01 {padding-top:110px; padding-bottom:115px;}
.main-banner {height:100%;}
.main-banner a {height:calc(50% - 5px); gap:10px;}
.main-banner a {color:#ffffff; display:flex; align-items:center; justify-content:space-between; padding: 20px 60px; border-radius:20px; }
.main-banner a:first-child {background-image:url("/images/main/main-banner-01-bg.png"); background-size:cover; background-position:center bottom;}
.main-banner a:last-child {margin-top:10px; background-image:url("/images/main/main-banner-02-bg.png"); background-size:cover; background-position:center bottom;}
.main-banner a p:nth-of-type(2) {display:flex; align-items:center; gap:15px; }
.main-banner a p:nth-of-type(1) {font-size:20px;}
.main-banner a span.arrow {width:40px; height:40px; border-radius:50%; font-size:18px; background:#ffffff; font-weight:bold; display:flex; align-items:center; justify-content:center; }
.main-banner a:first-child span.arrow {color:#00244d; line-height:1;}
.main-banner a:last-child span.arrow {color:#2374c8; line-height:1;}
.main-banner a img {max-width:40%; margin-top:20px; margin-right:-20px;}

@media screen and (max-width:576px) {
    .main-banner a {padding:10px 30px;}
	.main-banner a span.arrow {width:30px; height:30px; font-size:16px;}
	.main-banner a p:nth-of-type(2) {gap:8px;}
	.main-banner a img {max-width:30%;  margin-right:-10px;}
	.main-banner a p:nth-of-type(1) {font-size:16px;}
	.main-banner a .fs-36 {font-size: calc(1.4rem + .9vw);}
	
}




.mainCon {display:flex; justify-content:space-between; gap:20px;}
.mainCon > div:last-child {display:flex; gap:10px; width:420px;}

.mainCon > div:last-child > div:first-child {max-width:210px; width:100%;}
.mainCon > div:last-child > div:first-child a { width:100%; padding:32px 30px; display:flex; align-items:center; gap:14px; border-radius:20px; font-weight:bold; font-size:20px; color:#ffffff; }
.mainCon > div:last-child > div:first-child a:first-child {margin-bottom:10px; background:#5940be;}
.mainCon > div:last-child > div:first-child a:first-child img {width:28px;}
.mainCon > div:last-child > div:first-child a:last-child {background:#003a7b;}
.mainCon > div:last-child > div:first-child a:last-child img {width:28px;}
.mainCon > div:last-child > a img {width:54px; margin-bottom:10px;}

.mainCon > div:last-child > a {  display:flex; align-items:center; flex-direction:column; text-align:center; max-width:200px; padding:32px 16px; border-radius:20px; background:#fede1c; color:#3e1918; }
.mainCon > div:last-child > a p {color:#3e1918; }
.mainCon > div:last-child > a p:last-child {font-size:14px; margin-top:4px; line-height:1.2;}
.mainCon > div:last-child > a p:first-child {font-size:20px;}

@media screen and (max-width:992px) {
    .mainCon {flex-direction:column; gap:30px;}
	.mainCon > div:last-child > a { height: auto; }
	.swiper-wrap {margin-top:90px;}
}

@media screen and (max-width:500px) {
	.main-visual {padding-top:54px;}
	.mainCon > div:last-child {width:100%;}
}
@media screen and (max-width:440px) {
	.mainCon > div:last-child > div:first-child a {font-size:16px;}
	.mainCon > div:last-child > a p:first-child {font-size:16px;}
}
@media screen and (max-width:400px) {
	.mainCon > div:last-child > div:first-child a {padding:30px 20px;}
	.mainCon > div:last-child > a  {padding:24px 10px;}
}