/* common */
body.open-menu {overflow: hidden !important}

/* img */
img[title="pc"] {display: inline-block;} 
img[title="mobile"] {display: none;}

@media screen and (max-width: 991px) {
    img[title="pc"] {display: none;} 
    img[title="mobile"] {display: inline-block;}

}

.header.theme-dark {background-color: var(--bs-white); -webkit-box-shadow: 0 1px 5px rgba(57, 63, 72, 0.3); -moz-box-shadow: 0 1px 5px rgba(57, 63, 72, 0.3); box-shadow: 0 1px 5px rgba(57, 63, 72, 0.3);}
.header.theme-dark .navbar-brand .logo-wh {display: none;}
.header.theme-dark .navbar-brand .logo-bk {display: block;}
.header.theme-dark .navbar .navbar-nav .nav-link {color: #000000;}
.header.theme-dark .btn-trigger .trigger-bk {display: block;}
.header.theme-dark .btn-trigger .trigger-wh {display: none;}

.section-wrap {padding: 150px 0;}
.article-wrap {padding: 150px 0;}
.container {padding-left: 30px; padding-right: 30px;}
.container.bbs {padding:150px 15px;}

@media (min-width: 1200px) {
    .container {max-width: 1460px; padding-left: 30px; padding-right: 30px;}
}

@media (max-width: 1200px) {
    .container {max-width: 100%;}
}


@media (max-width: 991px) {
    .container {max-width: 100%; padding-left: 4%; padding-right: 4%;}
    .container.bbs {padding:100px 4%;}
    .section-wrap {padding: 100px 4%;}
    .article-wrap {padding: 100px 0;}
}


@media (max-width: 575px) {
    .container.bbs {padding:80px 4%;}
    .section-wrap {padding: 80px 4%;}
    .article-wrap {padding: 80px 0;}
}

/* font */
.noto {font-family: 'Noto Sans KR', sans-serif; display: inline;}
.fw-100 {font-weight: 100 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-900 {font-weight: 900 !important;}

/* form */
select {-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; background: var(--bs-white) url('/images/common/select-arrow.png') no-repeat calc(100% - 20px) center;}
.form-select {width: calc(100% - 40px); height: 50px; border: 1px solid var(--bs-gray-300); -webkit-border-radius: 0; border-radius: 0; padding:5px 20px; font-size: 1.125rem; font-weight: 300; line-height: 40px;}

.input-group {position: relative; width: calc(100% - 40px); font-size: 1.125rem; font-weight: 300;}
.input-group label {position: absolute; top: 50%; left: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; color: var(--bs-gray-500);}
.input-group label i.icon {color: var(--bs-danger); vertical-align: top; margin-left: -3px;}
.input-group .form-control {width: 100%; height: 50px;  border: 1px solid var(--bs-gray-300); -webkit-border-radius: 0; border-radius: 0;}
.input-group .form-control:active + label {visibility: hidden;}
.input-group .form-control:focus + label {visibility: hidden;}
.form-control:disabled, 
.form-control[readonly] {background-color: var(--bs-gray-200);}

.form-group {position: relative; width: 100%; height: 380px; font-size: 1.125rem; font-weight: 300;}
.form-group label {position: absolute; top: 30px; left: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; color: var(--bs-gray-500);}
.form-group label i.icon {color: var(--bs-danger); vertical-align: top; margin-left: -3px;}
textarea {width: 100%; height: 100%; padding: 20px;; border: 1px solid var(--bs-gray-300); outline: none; resize: none;}
textarea:focus + label {visibility: hidden;}

.board-privacy {padding:0 1rem;}
.board-privacy textarea{min-height: 326px; height: 100%; font-size: 1rem; font-weight: 300; padding: 30px; margin-bottom: 12px; color: var(--bs-dark); border: none;}

.privacy label {font-size: 1.125rem;}
.form-check-input {width: 18px; height: 18px; margin-top: 4px; margin-left: -27px; }

/* .form-check-input[type="checkbox"]{
    display: none;
} */

.form-check-input[type="checkbox"] + label{display: inline-block; width: 18px; height: 18px; position: relative; background-color: var(--bs-light-gray); margin-right: 10px; margin-bottom: 0; -webkit-border-radius: 3px; border-radius: 3px;}

.form-check-input[type="checkbox"]:checked + label {background-color: var(--bs-danger);}

.form-check-input[type="checkbox"]:checked + label::after{content: ''; width: 100%; height: 100%; background: url('/images/common/input-check.png') no-repeat center center; position: absolute; top: 0; left: 0;}



/* subVisual */
.subVisual {width: 100%; height: 700px; background: url('/images/sub/subvisual-01-01.png') no-repeat center center; background-size: cover;}
.subVisual .category {position: relative; display: inline-block; padding-bottom: 8px; margin-bottom: 45px; font-weight: 700;}
.subVisual .category::after {content: ''; width: 100%; height: 3px; background-color: var(--bs-danger); position: absolute; left: 0; bottom: 0px;}
.subVisual .sub-title {font-size: 3.4375rem; font-weight: 700; word-break: keep-all;}
.subVisual .subVisual-container {flex: 1;} 

.subVisual.subVisual-01-01 { background: url('/images/sub/subvisual-01-01.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-01-02 { background: url('/images/sub/subvisual-01-02.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-01-03 { background: url('/images/sub/subvisual-01-03.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-01-04 { background: url('/images/sub/subvisual-01-04.png') no-repeat center center; background-size: cover;}

.subVisual.subVisual-02-01 { background: url('/images/sub/subvisual-02-01.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-02-02 { background: url('/images/sub/subvisual-02-02.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-02-03 { background: url('/images/sub/subvisual-02-03.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-02-04 { background: url('/images/sub/subvisual-02-04.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-02-05 { background: url('/images/sub/subvisual-02-05.png') no-repeat center center; background-size: cover;}

.subVisual.subVisual-03-01 { background: url('/images/sub/subvisual-03-01.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-03-02 { background: url('/images/sub/subvisual-03-02.png') no-repeat center center; background-size: cover;}

.subVisual.subVisual-04-01 { background: url('/images/sub/subvisual-04-01.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-04-02 { background: url('/images/sub/subvisual-04-02.png') no-repeat center center; background-size: cover;}

.subVisual.subVisual-05-01 { background: url('/images/sub/subvisual-05-01.png') no-repeat center center; background-size: cover;}
.subVisual.subVisual-05-02 { background: url('/images/sub/subvisual-05-02.png') no-repeat center center; background-size: cover;}


@media screen and (max-width: 1280px) {
    .subVisual .sub-title.long-length {font-size: 2.875rem;}
}

@media screen and (max-width: 991px) {
    .subVisual.subVisual-01-01 {background: url('/images/sub/m-subvisual-01-01.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-01-02 {background: url('/images/sub/m-subvisual-01-02.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-01-03 {background: url('/images/sub/m-subvisual-01-03.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-01-04 {background: url('/images/sub/m-subvisual-01-04.png') no-repeat center center; background-size: cover;}

    .subVisual.subVisual-02-01 {background: url('/images/sub/m-subvisual-02-01.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-02-02 {background: url('/images/sub/m-subvisual-02-02.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-02-03 {background: url('/images/sub/m-subvisual-02-03.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-02-04 {background: url('/images/sub/m-subvisual-02-04.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-02-05 {background: url('/images/sub/m-subvisual-02-05.png') no-repeat center center; background-size: cover;}

    .subVisual.subVisual-03-01 {background: url('/images/sub/m-subvisual-03-01.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-03-02 {background: url('/images/sub/m-subvisual-03-02.png') no-repeat center center; background-size: cover;}

    .subVisual.subVisual-04-01 {background: url('/images/sub/m-subvisual-04-01.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-04-02 {background: url('/images/sub/m-subvisual-04-02.png') no-repeat center center; background-size: cover;}

    .subVisual.subVisual-05-01 {background: url('/images/sub/m-subvisual-05-01.png') no-repeat center center; background-size: cover;}
    .subVisual.subVisual-05-02 {background: url('/images/sub/m-subvisual-05-02.png') no-repeat center center; background-size: cover;}

    .subVisual .subVisual-container {padding: 0 4%; text-align: left; align-items: flex-start !important;}

    .subVisual .category {font-size: 1.25rem;}
}

@media screen and (max-width: 767px) {
    .subVisual  {height: 600px;}
    .subVisual .category {padding-bottom: 7px; font-size: 1.125rem;}
    .subVisual .sub-title {font-size: 2.875rem;}
    .subVisual .sub-title.long-length {font-size: 2.375rem;}
}


@media screen and (max-width: 575px) {
    .subVisual  {height: 500px;}
    .subVisual .sub-title {font-size: 2.25rem;}
    .subVisual .sub-title.long-length {font-size: 2.125rem;}
}

@media screen and (max-width: 480px) {
    /* .subVisual .sub-title.long-length {font-size: 2rem;} */
}

@media screen and (max-width: 420px) {
    .subVisual  {height: 450px;}
    .subVisual .category {font-size: 1.125rem; margin-bottom: 35px;}
    .subVisual .sub-title {font-size: 1.875rem;}
    .subVisual .sub-title.long-length {font-size: 1.75rem; word-break: keep-all;}
}

@media screen and (max-width: 380px) {
    .subVisual .sub-title.long-length {font-size: 1.5rem;}
}

@media screen and (max-width: 360px) {
    .subVisual  {height: 400px;}
    .subVisual .category {font-size: 1rem; margin-bottom: 25px;}
    .subVisual .sub-title {font-size: 1.625rem;}
}

@media screen and (max-width: 320px) {
    .subVisual .sub-title.long-length {font-size: 1.375rem;}
}

/* list */
.list {margin-bottom: 0;}
.list li {position: relative; padding-left: 10px; margin-bottom: 10px;}
.list li:last-child {margin-bottom: 0;}
.list.list-style-1 li::before {content: ''; width:3px; height: 3px; background-color: var( --bs-gray-600); position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%);transform: translateY(-50%);}

/* lineheight */
.line-1-5 {line-height: 1.5;}
.line-1-3 {line-height: 1.3;}

/* location */
.location-wrap {padding: 20px;}
.location-wrap.border-top {border-color: rgba(255,255,255,0.2) !important;}
.location li {position: relative; padding-right: 30px;}
.location li::after {content: ''; width: 4px; height: 1px; background-color: var(--bs-white); position: absolute; top: 50%; right: 14px; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.location li:last-child::after {display: none;}

/* text */
.tit {font-size: 4.375rem; font-weight: 800; margin-bottom: 28px;}
.tit-md {font-size: 1.875rem; font-weight: 700;}
.tit-lg {font-size: 2.75rem; font-weight: 700; margin-bottom: 28px;}
.txt-desc {font-size: 1.125rem;}
.para {font-size: 1rem;}
.at-para {font-size: 1.125rem;}

@media screen and (max-width: 991px) {
    .para {font-size: 1.25rem; line-height: 1.3;}
    .txt-desc {font-size: 1.25rem;}
    .tit-md {font-size: 1.625rem;}
    .at-para {font-size: 1.25rem;}
}


@media screen and (max-width: 767px) {
    .tit {font-size: 3.75rem; margin-bottom: 20px;}
    .para {font-size: 1.125rem;}
    .tit-md {font-size: 1.875rem;}
    .tit-lg {font-size: 2.25rem; margin-bottom: 20px;}
    .at-para {font-size: 1.125rem;}
}

@media screen and (max-width: 575px) {
    .tit {font-size: 2.5rem;}
    .para {font-size: 1rem;}
    .tit-md {font-size: 1.5rem;}
    .tit-lg {font-size: 1.875rem;  margin-bottom: 15px;}
    .at-para {font-size: 1rem;}
}

@media screen and (max-width: 415px) {
    .tit-md {font-size: 1.375rem;}
}

@media screen and (max-width: 360px) {
    .tit-md {font-size: 1.125rem;}
    .tit-lg {font-size: 1.625rem;}
}

/* 가로 or 세로 값 */
.h-20 {height: 20px !important;}
.h-25 {height: 25px !important;}
.h-40 {height: 40px !important;}
.mh-240 {min-height:240px !important;}

/* 숫자 */
.num {font-family: 'Oswald', sans-serif;}

/* background */
.bg-gray-100 {background-color: var(--bs-gray-100);}
.bg-gray-200 {background-color: var(--bs-gray-200);}
.bg-gray-300 {background-color: var(--bs-gray-300);}
.bg-gray-400 {background-color: var(--bs-gray-400);}
.bg-gray-500 {background-color: var(--bs-gray-500);}
.bg-gray-600 {background-color: var(--bs-gray-600);}
.bg-gray-700 {background-color: var(--bs-gray-700);}
.bg-gray-800 {background-color: var(--bs-gray-800);}
.bg-gray-900 {background-color: var(--bs-gray-900);}

/* color */
.text-gray-100 {color: var(--bs-gray-100);}
.text-gray-200 {color: var(--bs-gray-200);}
.text-gray-300 {color: var(--bs-gray-300);}
.text-gray-400 {color: var(--bs-gray-400);}
.text-gray-500 {color: var(--bs-gray-500);}
.text-gray-600 {color: var(--bs-gray-600);}
.text-gray-700 {color: var(--bs-gray-700);}
.text-gray-800 {color: var(--bs-gray-800);}
.text-gray-900 {color: var(--bs-gray-900);}

/* bar */
.bar {position: relative;}
.bar::before {content: ''; width: 46px; height: 3px; background-color: var(--bs-dark); position: absolute; top: 0; left: 0;}
.bar.bar-orange::before {background-color: var(--bs-danger);}

/* article-bg */
.bg-light {padding: 150px 0;}
.bg-light .container {max-width: 1300px;}

@media screen and (max-width: 1430px) {
    .bg-light .container {padding-left: 100px; padding-right: 100px;}
}

@media screen and (max-width: 991px) {
    .bg-light {padding: 100px 0;}
    .bg-light .container {padding-left: 80px; padding-right: 80px;}
}

@media screen and (max-width: 767px) {
    .bg-light {padding: 80px 0;}
    .bg-light .container {padding-left: 45px; padding-right: 45px;}
}

@media screen and (max-width: 575px) {
    .bg-light .container {padding-left: 35px; padding-right: 35px;}
}

@media screen and (max-width: 415px) {
    .bg-light .container {padding-left: 25px; padding-right: 25px;}
}

/* button */
.btn { height: 60px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.btn-quick img {margin-right: 2px;}
.btn.btn-employee { min-width: 235px; height: 50px; font-size: 1.125rem; font-weight: 500; color: var(--bs-dark); background-color: var(--bs-white); line-height: 38px; transition: all 300ms ease; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; }
.btn.btn-employee:hover {background-color: var(--bs-danger); color: var(--bs-white);}
.btn-light {background-color: var(--bs-white) !important; color: var(--bs-dark); border-color: var(--bs-dark) !important;}
.btn-light:hover {background-color: var(--bs-danger) !important; color: var(--bs-white) !important; border-color: var(--bs-danger) !important;}



.btn-outline-dark-2 {min-width: 250px; height: 50px; line-height: 40px; font-weight: 500;}

@media screen and (max-width: 575px) {
    .btn-outline-dark-2 {font-size: 1rem;}
}

/* card */
.card {height: 325px; border-color: var(--bs-light-gray); border-radius: 10px; overflow: hidden;}
.card:hover {border: 1px solid var(--bs-dark);}
.card .card-head {padding: 50px 40px 0px;}
.card .card-head .subsidiary-img {width: auto; height: 50px;}
.card .card-body {padding: 26px 40px 38px 40px;}
.card .card-body .card-text {font-size: 1.125rem; font-weight: 300; word-break: keep-all;}
.card .card-foot .subsidiary-link {display: block; text-align: center; font-size: 1rem; font-weight: 300; padding: 24px 0 26px 0; border-top: 1px solid var(--bs-light-gray); color: var(--bs-gray-600);}
.card .card-foot .subsidiary-link:hover {background-color: var(--bs-gray-200);}

.card.card-2 {}




@media screen and (max-width: 1280px){
    .card .card-head .subsidiary-img {height: 40px;} 
}

@media screen and (max-width: 991px){
    .card .card-head .subsidiary-img {height: 50px;}
    .card .card-body .card-text {font-size: 1.25rem;}
    .card .card-foot .subsidiary-link {font-weight: 500; font-size: 1.125rem;}
}


@media screen and (max-width: 767px) {
    .card .card-body .card-text {font-size: 1.125rem;}
}

@media screen and (max-width: 575px) {
    .card {height: 275px;}
    .card .card-head {padding: 40px 30px 0px;}
    .card .card-head .subsidiary-img {height: 40px;}
    .card .card-body {padding: 20px 30px 28px 30px;}
    .card .card-body .card-text {font-size: 1rem;}
    .card .card-foot .subsidiary-link {font-size: 1rem; padding: 18px 0 20px 0;}
}

@media screen and (max-width: 320px) {
    .card {height: 250px;}
    .card .card-head {padding: 30px 20px 0px}
    .card .card-head .subsidiary-img {height: 35px;}
    .card .card-body {padding: 18px 20px 20px 20px;}
    .card .card-foot .subsidiary-link {padding: 13px 0 15px 0;}
}


/* deco-bg [dot] */
.bg-dot {position: relative;}
.bg-dot::after {content: ''; width: 587px; height: 587px; background: url('/images/common/bg-dot.png') no-repeat top right; background-size: 100% auto; position: absolute; top: 0; left: 0; z-index: -1;}

@media screen and (max-width: 991px) {
    .bg-dot::after {background: url('/images/common/m-bg-dot.png') no-repeat top right; background-size: 100% auto;}
}

/* deco */
.deco {position: relative;}
.deco::before {content: ''; width: 70px; height: 70px; background: url('/images/common/icon/icon-deco.png') no-repeat center center; position: absolute; top: 0; left: 0;}
.deco-wh::before {background: url('/images/common/icon/icon-deco-wh.png') no-repeat center center;}
.deco-quotation::before {background: url('/images/common/icon/icon-deco-quotation.png') no-repeat center center;}
.deco-2::before {background: url('/images/common/icon/icon-deco2.png') no-repeat center center; }
.deco-3::before {background: url('/images/common/icon/icon-deco3.png') no-repeat center center; }
.deco-4::before {background: url('/images/common/icon/icon-deco4.png') no-repeat center center; }
.deco-5::before {background: url('/images/common/icon/icon-deco5.png') no-repeat center center; }
.deco-02-01::before {background: url('/images/common/icon/icon-deco-02-01.png') no-repeat center center;}
.deco-02-02::before {background: url('/images/common/icon/icon-deco-02-02.png') no-repeat center center;}
.deco-02-03::before {background: url('/images/common/icon/icon-deco-02-03.png') no-repeat center center;}
.deco-02-04::before {background: url('/images/common/icon/icon-deco-02-04.png') no-repeat center center;}
.deco-02-05::before {background: url('/images/common/icon/icon-deco-02-05.png') no-repeat center center;}
.deco-03-01::before {background: url('/images/common/icon/icon-deco-03-01.png') no-repeat center center;}
.deco-03-02::before {background: url('/images/common/icon/icon-deco-03-02.png') no-repeat center center;}
.deco-03-03::before {background: url('/images/common/icon/icon-deco-03-03.png') no-repeat center center;}
.deco-03-04::before {background: url('/images/common/icon/icon-deco-03-04.png') no-repeat center center;}
.deco.top::before {top: 0; bottom: auto;}
.deco.bottom::before {top: auto; bottom: 0;}
.deco.left::before {left: 0; right: auto;}
.deco.right::before {left: auto; right: -24px;}

/* quick */
.quick {position: fixed; right: 30px; bottom: 30px; z-index: 5;}
.quick.main-pg {bottom: 120px;}
.btn-quick {min-width: 120px; height: 50px; font-size: 1rem; border-radius: 30px; border-top-right-radius: 0;}
.btn-quick .quick-org {display: none;}
.btn-danger.theme-white .quick-wh {display: none;}
.btn-danger.theme-white .quick-org {display: inline-block;}


@media screen and (max-width: 767px) {
    .quick {display: none;}
}


/* ******************************* */
/* ************** bbs ************ */
/* ******************************* */
.table thead th {border-bottom: none; border-top: none;}
.board-top {margin-bottom: 40px;}
.board-top label {margin-right: 0.875rem;}
.board-top label .form-check-input {margin-left: 0; position: relative;}
.board-top .total {font-weight: 400;}
.board-top .total .count {font-weight: 700;}
.board-top .search-bar {max-width: 300px; width: 100%; border-bottom: 1px solid var(--bs-dark);}
.board-top .search-bar .form-control {font-weight: 400; font-size: 1.125rem; color: var(--bs-dark);}
.board-top .search-bar .form-control {padding-left: 0;}
.board-top .search-bar .input-group-text {background-color: transparent; position: absolute; bottom: 10px; right: 0; padding-right: 0; z-index: 4; cursor: pointer;}
.board-top .search-bar .input-group-text:focus {outline: none;}
.board-btns{margin-top: 50px;}
.board-btns .adm-btns {margin-bottom: 44px;}
.board-btns .btn{ min-width:0px; height: 50px; width: 110px; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0;}

.board-btns .btn.btn-inquiry {min-width: 220px;} 

.board-table {border-top: 1px solid var(--bs-dark);}
.board-table th, .board-table td {border-top: none; border-bottom: 1px solid var(--bs-light-gray);}
.board-table thead th {padding: 0; border-bottom: none;}
.board-table tbody td {color: var(--bs-gray-500); vertical-align: middle; font-size: 1.125rem; padding: 1.25rem 1rem;}
.board-table tbody td.no {width: 150px; font-size: 0.875rem;}
.board-table tbody td.date {width: 200px; font-size: 0.875rem;}

.board-table td .form-check-input { margin: 0; top: 50%; left: 50%; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translate(-50%, -50%);}

.board-table .bi-bell-fill {width: 65px; height: 25px; background-color: var(--bs-danger); color: var(--bs-white); position: relative; display: inline-block; margin-bottom: 0; vertical-align: middle;}
.board-table .bi-bell-fill::after {width: 100%; height: 100%; content: 'notice'; text-transform: uppercase; font-size: 0.875rem; position: absolute; top: 1px; left: 0; text-align: center; font-style: normal; font-weight: 700; display: flex; justify-content: center; align-items: center;}

.table-hover tbody tr:hover {background-color: var(--bs-gray-200);}

.board-table td a,
.board-table b {font-weight: 500; color: var(--bs-dark);}

.board-table td a {margin-right: 5px;}
.board-table .icon_new img {vertical-align: baseline;}

.pagination {margin-bottom: 0;}
.pagination .page-link-c {font-size: 1.125rem; font-weight: 700; color: var(--bs-gray-100);}
.pagination .page-item-c.active .page-link-c {border: none; color: var(--bs-dark);}
.pagination .page-item a {padding: 0.4rem 0.78rem; margin-right: 0.15rem; line-height: 1.25; display: block;}
.pagination .page-item-c.mx-1,
.pagination .page-item.mx-1 {margin: 0 28px !important;}

/* 임시 (일부러 안보이게 해둠) */
form[name="search"] fieldset {max-height: 0; overflow: hidden;}
#commentArea {display: none !important;} /* 뷰 페이지의 댓글란 */


@media screen and (max-width: 991px) {
    .board-table tbody td.no {width: 120px;}
    .board-table tbody td.date {width: 120px;}
}

@media screen and (max-width: 767px) {
    .board-table {border-top:1px solid var(--bs-light-gray);}
    .board-top .total {font-size: 1.125rem;}
    .board-table .bi-bell-fill {margin-right: 5px; margin-top: -4px;}
    .board-table tbody td .date {font-size: 1.125rem; margin-top: 5px;}
    .board-btns{margin-top: 40px;}
    .board-btns .btn-delete {min-width: 120px; margin-right: 8px;}
    .board-btns .btn-write {flex: 1 1 calc(100% - 130px)}
    .board-btns .btn-modify {min-width: 120px; margin-right: 8px;}
    .board-btns .btn-list {flex: 1 1 calc(100% - 130px)}

    .board-btns .adm-btns {margin-bottom: 34px;}
    .adm-btns .btn {flex: 1 1 32%;}
    
    .pagination {justify-content: space-between !important;}
    .pagination .page-item-c.mx-1,
    .pagination .page-item.mx-1 {margin: 0.15rem !important;}
}

@media screen and (max-width: 575px) {
    .board-top {margin-bottom: 30px;}
    .board-top .total {font-size: 1rem;}
    .board-table .bi-bell-fill {width: 60px; height: 20px; margin-right: 5px; margin-top: -4px;}
    .board-table .bi-bell-fill::after{font-size: 0.8125rem;}
    
    .board-table tbody td .date {font-size: 1rem;}
    .board-table tbody td {font-size: 1rem;}
    .board-btns .btn {font-size: 1rem;}

    .board-top .search-bar {max-width: 100%; margin-top: 20px;}
    .board-top .search-bar .form-control {font-size: 1rem;}
}

@media screen and (max-width: 480px) {
    .pagination .page-link-c {padding: 0.4rem;}
    .adm-btns .btn {flex: 1 1 30%;}
}


/* ******************************* */
/* ************** view ************ */
/* ******************************* */
.table.print .date {color: var(--bs-gray-500); font-size: 0.875rem; margin-bottom: 20px;}
.table.print .h2 {font-size: 1.875rem; font-weight: 500; display: block; margin-bottom: 23px;}
.table.print > tbody > tr:nth-child(1) > td {padding: 60px 15px; text-align: left; border-top: none; border-bottom: 1px solid var(--bs-light-gray);}
.table.print > tbody > tr > td > span {font-size: 1.125rem !important;font-weight: 300;}

#DivContents p {margin-bottom: 2px;}
#DivContents tbody td {border:1px solid #dee2e6;}
#DivContents tbody td span {font-size: 1.125rem !important;font-weight: unset !important;}


.attachments {width: 100%; margin-top: 100px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.attachments .attach { position: relative; width: 300px; padding: 0 30px; border: 1px solid var(--bs-dark); background-color: var(--bs-white); -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; margin:0 10px 10px 0;}
.attachments .attach:hover {background-color: var(--bs-danger); border-color: var(--bs-danger);}
.attachments .attach:hover a {color: var(--bs-white);}
.attachments .attach:hover .bi-download{background: url('/images/common/btn/btn-download-wh.png') no-repeat center center;}
.attachments .attach a {font-size: 1rem; color: var(--bs-dark); width: calc(100% - 25px); height: 50px; display: block; position: relative; line-height: 50px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.attachments .attach .bi-download { width: 15px; height: 15px; background: url('/images/common/btn/btn-download.png') no-repeat center center; display: inline-block; position: absolute; top: 50%; right: 30px; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);}
.board-privacy .agree .form-check-input[type="checkbox"] {display: none;}

@media screen and (max-width: 991px) {
    .table.print .date {margin-bottom: 15px;}
    .table.print .h2 {font-size: 1.75rem; margin-bottom: 35px;}
    .table.print tbody td {padding: 50px 0;}
    .table thead th {padding: 0;}
    .attachments {margin-top: 90px;}
}

@media screen and (max-width: 767px) {
    .table.print .h2 {font-size: 1.625rem;}
    .table.print tbody td {padding: 40px 0;}

    .attachments .attach {width: 250px;}
}

@media screen and (max-width: 575px) {
    .table.print .h2 {font-size: 1.5rem; margin-bottom: 30px;}
    .table.print .date {margin-bottom: 10px;}
    .table.print tbody td {padding: 30px 0;} 
    .table.print tbody td span {font-size: 1rem !important;}
    .attachments {margin-top: 80px;}
    .attachments .attach {width: calc(50% - 10px); padding: 0 20px;}
    .attachments .attach .bi-download {right: 20px;}
}

@media screen and (max-width: 480px) {
    .board-btns .btn-delete,
    .board-btns .btn-modify {min-width: auto; flex: 1 1 32%;}
    .attachments .attach {width: 100%; max-width: 300px; margin-right: 0;}
}


@media screen and (max-width: 360px) {
    .table.print .h2 {font-size: 1.25rem;}
}

@media screen and (max-width: 320px) {
    .attachments .attach {max-width: 290px;}
}


/* inquiry */
.table.inquiry {margin-bottom: 0px;}
.table.inquiry th,
.table.inquiry td {border: none; padding: 0 1rem 20px 1rem}

.privacy + .board-btns {margin-top: 60px;}


@media screen and (max-width: 1430px) {
    .form-select {width: 100%;}
    .input-group {width: 100%;}
}

@media screen and (max-width: 768px) {
    .table.inquiry th,
    .table.inquiry td {display: block; padding: 0 0 20px 0;}
    .form-select,
    .input-group,
    .form-group {font-size: 1.25rem;}
    .form-select, .input-group .form-control {height: 60px;}
    .board-privacy {height: 420px; padding: 0;}
    .board-privacy textarea {font-size: 1.125rem; word-break: keep-all;}

    .privacy + .board-btns {margin-top: 80px;}
    .board-btns .btn.btn-inquiry {width: 100%; height: 60px; font-size: 1.25rem; line-height: 50px;}

    .privacy .agree {justify-content: flex-start !important; font-size: 1.25rem;}
    .form-check-input[type="checkbox"] + label {width: 25px; height: 25px;}
    .form-check-input[type="checkbox"]:checked + label::after {background-size: 12px auto;}
}

@media screen and (max-width: 575px) {
    .table.inquiry th,
    .table.inquiry td {display: block; padding: 0 0 15px 0;}
    .form-select,
    .input-group,
    .form-group {font-size: 1.125rem;}
    .form-select, .input-group .form-control {height: 50px;}
    .board-privacy {height: 420px; padding: 0;}
    .board-privacy textarea {font-size: 1rem; padding: 20px;}

    .board-btns .btn.btn-inquiry {height: 50px; font-size: 1.125rem; line-height: 40px;}

    .board-privacy .agree {font-size: 1rem;}
    .form-check-input[type="checkbox"] + label {width: 20px; height: 20px;}
    .form-check-input[type="checkbox"]:checked + label::after {background-size: 10px auto;}
}

@media screen and (max-width: 360px) {
    .board-privacy {height: 450px;}
}

/* animation */
@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
