@charset "utf-8";
/*
 * Name     : board.css
 * Version  : 1.0.6
 * Author   : 1px studio
 * Date     : 2025-01-21
 * Product  : Prime01
 * Desc     : 게시판 A,B 목록 이미지 크기 오류 해결 + 폼메일 스타일 보강 + 포인트 컬러 변수화 + 게시판 검색기능 고장 수리
 * Table of contents
 * ------------------------------------------------------
 * 01) Common
 * 02) List
 * 03) Write
 * 04) View
 * 05) Media queries
 */

/* *********************************************
 * Common
 ******************************************** */
/* ajax loader */
#ajax-loader {position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(255,255,255,.36); z-index: 1200}
#ajax-loader svg {position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px}

 /* buttons */
.button-b {position: relative; display: inline-flex; font-size: 16px; color: #666; letter-spacing: -0.02em; text-align: center; white-space: nowrap; padding: 0 16px; height: 52px; border: 2px solid transparent; background-color: #e9e9e9; align-items: center; justify-content: center; outline: 0 !important; overflow: hidden; transition: .2s; vertical-align: middle}
.button-b.button--default {color: #666 !important; border-color: #dee2e6; background-color: #fff}
.button-b.button--default:hover {color: #333 !important; border-color: #666}
.button-b.button--dark {color: #fff !important; background-color: #333}
.button-b.button--dark:hover {background-color: #212529}
.button-b.button--primary {color: #fff !important; background-color: var(--point)}
.button-b.button--primary:hover {background-color: #3367df}
.button-b.button--danger {color: #fff !important; background-color: #e03131}
.button-b.button--danger:hover {background-color: #c92a2a}
.button-b.button--sm {font-size: 14px; padding: 0 14px; height: 42px}
.button-b.button--lg {font-size: 18px; padding: 0 24px; height: 60px}
.button-b.button--xl {font-size: 20px; padding: 0 32px; height: 64px}
.button-b.size--1 {min-width: 90px}
.button-b.size--2 {min-width: 110px}
.button-b.size--3 {min-width: 120px}
.button-b.size--4 {min-width: 140px}
.button-b.size--5 {min-width: 160px}
.button-b.size--6 {min-width: 180px}
.button-b.size--7 {min-width: 200px}
.button-b.size--8 {min-width: 220px}
.button-b.size--9 {min-width: 240px}
.button-b.size--10 {min-width: 260px}
.button-download {background:#E3E3E3;padding: 7px 32px;font-weight:600;font-size: 14px;transition: all .3s;height: 36px;}
.button-download:hover {background: #353535;color: #fff;}
.button-zipcode {background:#E3E3E3;padding: 16px 28px !important;font-weight:600;font-size: 15px;margin-left: 10px;transition: all .3s;}
.button-zipcode:hover {background: #353535;color: #fff !important;}

select {width: 180px;border: 1px solid #E3E3E3;color: #353535;font-size: 16px;padding: 12px 20px;}
select:focus, select:focus-visible {border-color: #353535;outline: none;}
.px-select {display:inline-block;vertical-align:middle;position:relative;height: 52px;}
.px-select::after {position:absolute;top: 14px;right: 10px;content: '\F282';font-family: 'bootstrap-icons';pointer-events:none;width: 20px;color: #353535;z-index: 10;font-size: 16px;}

/* table */
.table-article-common {width: 100%; border-top: 4px solid #000}
.table-article-common .board_bgcolor, .table-article-common .board_desc {font-family: inherit !important; font-size: 1rem !important; letter-spacing: -0.03em; padding: 1.25rem 1rem; border-bottom: 1px solid #e9e9e9}
.table-article-common .board_bgcolor {font-weight: 600}
.table-article-common .board_bgcolor font, .table-article-common .board_bgcolor span {font-size: inherit !important; font-weight: 600}
.table-article-common .board_desc br {display: none}
.table-article-common tr {height: auto !important}

/* font */
.board {font-family: inherit !important}

label {margin-bottom: 0;}

/* *********************************************
 * List
 ******************************************** */
.category-button-wrapper {margin-bottom: 64px; text-align: center}
.category-button-wrapper .button-category {display: inline-flex; font-size: 16px; font-weight: 500; color: #999; height: 48px; padding: 0 20px; border: 2px solid #e5e5e5; border-radius: 24px; background-color: transparent; align-items: center; justify-content: center; outline: 0; transition: color .3s, border-color .3s, background-color .3s}
.category-button-wrapper .button-category:hover {color: #333; border-color: #adb5bd}
.category-button-wrapper .button-category.active {font-weight: 700; color: #fff; border-color: #212529; background-color: #212529}
.category-button-wrapper .button-category + .button-category {margin-left: 12px}

.board-search-form {margin-bottom: 64px}
#search_table, #search_table tbody, #search_table tr, #search_table td {display: block}
#search_table tr {position: relative; display: flex; font-size: 0; justify-content: flex-end}
#search_display1, #search_display2 {height: 100%}
#search_table .est_btn_cell {position: absolute; position: absolute; top: 0; right: 0; bottom: 0; width: 50px; font-size: 20px; color: #999; padding: 0; border: 0; background-color: transparent; outline: 0; z-index: 5}
#search_table .est_keyword_cell {margin-left: 4px}
#ext_search .selectric {min-width: 180px; border-color: #dee2e6; background-color: #fff; transition: border-color .3s}
#ext_search .selectric .label {font-size: 15px; color: #333; line-height: 50px; height: 50px; transition: color .3s}
#ext_search .selectric .label {font-size: 16px; color: #666; letter-spacing: -0.03em; line-height: 50px; height: 50px; margin: 0 38px 0 16px}
#ext_search .selectric .button {display: inline-flex; height: 50px; border-radius: 0; background-color: #fff; align-items: center; justify-content: center}
#ext_search .selectric .button::after {content: '\F282'; position: static; top: auto; left: auto; right: auto; bottom: auto; font-family: 'bootstrap-icons'; font-size: 16px; text-align: center; width: auto; height: auto; border: 0; transition: transform .3s}
#ext_search .selectric-open .selectric {border-color: #333}
#ext_search .selectric-open .selectric .label {color: #333}
#ext_search .selectric-open .button::after {transform: rotate(180deg)}
#ext_search .selectric-items {top: calc(100% + 2px); border-color: #dee2e6; background-color: #fff; box-shadow: none}
#ext_search .selectric-items ul, #ext_search .selectric-items li {font-size: 15px; line-height: 24px; min-height: 24px}
#ext_search .selectric-items li {padding: 12px 16px}
#ext_search .selectric-items li:hover {background-color: #f8f9fa}
#ext_search .selectric-items li.highlighted {color: #000; background-color: #f8f9fa}
#ext_search .selectric-items li.selected {background-color: #f8f9fa}
#ext_search input[type='text'] {display: block; width: 100%; min-width: 360px; height: 100%; font-size: 16px; color: #666; letter-spacing: -0.03em; padding: 4px 50px 4px 20px; border: 1px solid #dee2e6; background-color: #fff; outline: 0; transition: color .3s, border-color .3s}
#ext_search input[type='text']:focus {color: #333; border-color: #333}
#ext_search .button-search {position: absolute; top: 0; right: 0; bottom: 0; width: 50px; font-size: 20px; color: #999; padding: 0; border: 0; background-color: transparent; outline: 0; z-index: 5}

.board-gallery .photo-article-list {display: block}
.board-gallery .photo-article-list > tbody {display: flex; margin-left: -15px; margin-right: -15px; flex-wrap: wrap}
.board-gallery .photo-article-list > tbody > tr {margin-bottom: 48px; padding-left: 15px; padding-right: 15px; flex: 0 0 33.333333%; max-width: 33.333333%}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 {font-family: inherit !important}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 > table > tbody {display: flex; flex-wrap: wrap}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 > table > tbody > tr {flex: 0 0 100%; width: 100%; border: 1px solid #e5e5e5}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 > table > tbody > tr:first-child {border: 0}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 > table > tbody > tr:nth-child(2) {padding: 0 28px 28px; border-top: 0; order: 3}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 > table > tbody > tr:nth-child(3) {padding: 28px 28px 4px; border-top: 0; border-bottom: 0; order: 2}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 .gallery_etc {font-size: 14px; font-weight: 600; color: var(--point)}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 .gallery_subject {font-size: 19px; font-weight: 600; color: #333; letter-spacing: -0.02em; line-height: 1.48; text-align: left !important}
.board-gallery .photo-article-list > tbody > tr > td .bbsnewf5 font {font-size: inherit !important; color: inherit !important}

.list-button-wrapper {font-size: 0; text-align: right; padding-top: 60px}
.px-paging {padding-top: 60px; font-size: 0; text-align: center}
.px-paging > b, .px-paging > a {display: inline-flex; width: 24px; height: 32px; font-size: 16px; font-weight: 600; color: #999; margin: 0 4px; border-bottom: 2px solid transparent; align-items: center; justify-content: center}
.px-paging > b {font-weight: 700; color: #000; border-color: #000}

/* 폼메일 작성 스타일 */
.contact-form .formmail_cell_bgcolor.flex-line {display: flex;align-items: center;gap: 10px;}
.contact-form .formmail_cell_bgcolor.flex-line input[type=text],
.contact-form .formmail_cell_bgcolor.flex-line select {max-width: 200px !important;}
.contact-form .formmail_cell_bgcolor.zipcode-line input:first-child {width: 30%;max-width: 150px !important;display: inline-block !important;}
.contact-form .formmail_cell_bgcolor.zipcode-line br + input {margin-top: 10px;}
.contact-form .formmail_cell_bgcolor.file-desc {font-size: 0 !important;}
.contact-form .formmail_cell_bgcolor.file-desc > * {font-size: 1rem !important;}
.contact-form .formmail_cell_bgcolor.change-direction {flex-direction: column;gap: 0;}
.contact-form .formmail_cell_bgcolor.change-direction .line-break {width: 100%;display: block;margin: 0;}
.contact-form .formmail_cell_bgcolor.change-direction .line-break .label-group {display: inline-block;margin-bottom: 18px;margin-right: 10px;}
.contact-form .file-desc input[type=file] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}
.contact-form .file-desc .file-upload { display: inline-block; width: calc(100% - 70px); margin-right: 5px; max-width: 600px; } 
.contact-form .file-desc .file-upload label { display: inline-block; padding: 13px 17px; height:46px;font-size: 15px; line-height: normal; vertical-align: middle; cursor: pointer; font-weight: 500; background: #F4F4F4; transition: all .3s; } 
.contact-form .file-desc .file_attach_del { display: inline-block; padding: 9px 17px; font-size: 15px; line-height: normal; vertical-align: middle; cursor: pointer; background: #202020; transition: all .3s; color: #fff; transition: all .3s; border: 2px solid #202020}
.contact-form .file-desc .file_attach_del:hover { background:#fff; color: #202020; } 
.contact-form .file-desc .file-upload label:hover { background: #393939; color: #fff; } 
.contact-form .file-desc .file-upload .upload-name.exist { background: #F4F4F4; color: #bbb; border-color: #fafafa; } 
.contact-form .file-desc .file-upload .upload-name.exist + label { background: #F4F4F4; color: #ccc; } 
.contact-form .file-desc .file-upload .upload-name { display: inline-block; padding: 8px 12px; font-size: inherit; font-family: inherit; line-height: normal; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: calc(100% - 100px); margin-right: 10px; height: 46px; border: 1px solid #E3E3E3; background: none; } 
.contact-form .formmail_cell_bgcolor textarea {width: 100%;border: 1px solid #E3E3E3;padding: 6px 16px;transition: .3s;}
.contact-form .formmail_cell_bgcolor textarea:focus {border-color: var(--point);outline: none;}
.contact-form .select-group {width: 100%;display: flex;align-items: center;gap: 10px;}
.contact-form select {padding-right: 0;}
.contact-form input[type=checkbox]:not(.custom-check) {display: none;}
.contact-form input[type=checkbox] + label {display: inline-block;position: relative;padding-left: 30px;}
.contact-form input[type=checkbox] + label::before {content:'';width: 24px;height: 24px;background: #F4F4F4;position: absolute;left:0;}
.contact-form input[type=checkbox] + label::after {content:'\F272';font-family: 'bootstrap-icons';font-size: 18px;width: 24px;height: 24px;text-align: center;position: absolute;left: 0;top:0;color: #ccc}
.contact-form input[type=checkbox]:checked + label::after {color: #fff;}
.contact-form input[type=checkbox]:checked + label::before {background: #393939;}
.contact-form input[type=radio] {display: none;}
.contact-form input[type=radio] + label {display: inline-block;position: relative;padding-left: 30px;}
.contact-form input[type=radio] + label::before {content:'';border-radius: 30px;width: 22px;height: 22px;border: 2px solid #E3E3E3;position: absolute;left:0;top: 1px;}
.contact-form input[type=radio]:checked + label::after {content: '';width: 10px;height: 10px;text-align: center;position: absolute;left: 6px;top: 7px;background: #393939;border-radius: 10px;}
.contact-form input[type=radio]:checked + label::before {border-color: #393939;}


/* 제품소개 A타입 */
.board-gallery .article-wrapper .row.type-a .col-photo {margin-bottom: 48px}
.board-gallery .article-wrapper .row.type-a .col-photo a {display: block; height: 100%; overflow: hidden}
.board-gallery .article-wrapper .row.type-a .col-photo .article-card {height: 100%; background-color: #fff; box-shadow: inset 0 0 0 1px #e5e5e5; overflow: hidden}
.board-gallery .article-wrapper .row.type-a .col-photo .article-card figure {position: relative;margin-bottom: 0;overflow: hidden;height: calc(100% - 110px);}
.board-gallery .article-wrapper .row.type-a .col-photo .article-card figure img {display: block;width: 100%;height: 100%;object-fit: cover;transition: transform .5s}
.board-gallery .article-wrapper .row.type-a .col-photo a:hover .article-card figure img {transform: scale(1.1)}
.board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content {padding: 28px}
.board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content .category {display: block; font-size: 14px; font-weight: 600; color: var(--point); margin-bottom: 4px}
.board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content h5 {font-size: 19px;font-weight: 600;color: #333;letter-spacing: -0.02em;line-height: 1.32;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 제품소개 B타입 */
.board-gallery .article-wrapper .row.type-b .col-photo {margin-bottom: 30px}
.board-gallery .article-wrapper .row.type-b .col-photo a {display: block; height: 100%}
.board-gallery .article-wrapper .row.type-b .col-photo figure {position: relative; margin-bottom: 0; overflow: hidden; transition: transform .5s;height: 260px;}
.board-gallery .article-wrapper .row.type-b .col-photo figure::before {content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,.36); z-index: 1; transition: background-color .5s}
.board-gallery .article-wrapper .row.type-b .col-photo figure img {display: block;width: 100%;height: 100%;object-fit: cover;}
.board-gallery .article-wrapper .row.type-b .col-photo figure figcaption {position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; z-index: 5}
.board-gallery .article-wrapper .row.type-b .col-photo figure figcaption .category {display: inline-block; font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 16px; padding: 6px 16px; background-color: var(--point)}
.board-gallery .article-wrapper .row.type-b .col-photo figure figcaption h5 {font-size: 19px; font-weight: 600; color: #fff; letter-spacing: -0.02em; line-height: 1.48}
.board-gallery .article-wrapper .row.type-b .col-photo figure figcaption p {font-size: 14px; color: rgba(255,255,255,.8); letter-spacing: -0.02em; margin-top: 6px}

/* 일반 목록형 */
.board-list .table-wrapper > .table-article-list {width: 100%; border-top: 1px solid #9f9f9f; border-collapse: collapse}
.board-list .table-wrapper > .table-article-list .att_title {font-weight: 600; color: #333; text-align: center}
.board-list .table-wrapper > .table-article-list .att_title a {color: inherit}
.board-list .table-wrapper > .table-article-list .att_title, .board-list .table-wrapper > .table-article-list tbody td {font-size: 18px; letter-spacing: -0.03em; padding: 24px 12px; border-bottom: 1px solid #eee}
.board-list .table-wrapper > .table-article-list tbody tr {height: auto !important}
.board-list .table-wrapper > .table-article-list tbody td {color: #9c9c9c}
.board-list .table-wrapper > .table-article-list tbody td a {font-weight: normal; color: #333}
.board-list .table-wrapper > .table-article-list font, .board-list .table-wrapper > .table-article-list span {font-size: inherit !important; color: inherit !important}
.board-list .table-wrapper > .table-article-list .empty-list {color: #999; text-align: center; padding: 64px 12px}
.board-list .cell-check {width: 60px; text-align: center}
.board-list .cell-num {width: 90px; text-align: center}
.board-list .cell-num > span {display: inline-block; font-weight: 500}
.board-list .cell-num > span.notice {color: var(--point)}
.board-list .cell-num > span.current {color: #e1373e}
.board-list .cell-subject .category {display: inline-block; color: #999; margin-right: 8px}
.board-list .cell-subject a {display: inline-block; vertical-align: middle}
.board-list .cell-subject .new-badge {display: inline-flex; margin-left: 8px; font-size: 0.675em; font-weight: 700; color: #fff; width: 20px; height: 20px; border-radius: 50%; background-color: #ffd43b; align-items: center; justify-content: center; vertical-align: 0}
.board-list .cell-subject i {display: inline-block; font-size: 0.8em; color: #333; margin-left: 10px; vertical-align: -2px}
.board-list .cell-subject .comment-count {display: inline-block; font-size: 0.8em; color: #adadad; letter-spacing: 0; margin-left: 8px}
.board-list .cell-writer {width: 160px; text-align: center}
.board-list .cell-datetime {width: 200px; text-align: center}
.board-list .board_admin_bgcolor {padding-top: 48px}

/* FAQ */
.faq-list .table-article-list {border-bottom: 1px solid #e5e5e5}
.faq-list .table-article-list, .faq-list .table-article-list tbody, .faq-list .table-article-list tr, .faq-list .table-article-list td {display: block; width: 100% !important}
.faq-list .table-article-list tr {height: auto !important; border-top: 1px solid #e5e5e5}
.faq-list .table-article-list td {text-align: left !important; border-top: 0}
.faq-list .table-article-list td[width='20'] {padding: 28px 28px 0}
.faq-list .table-article-list .board_bgcolor {display: none !important}
.faq-list .table-article-list .bbsnewf5 {padding: 28px}
.faq-list .table-article-list .bbsnewf5 a {position: relative; display: block; font-size: 22px; font-weight: 600; color: #212529; letter-spacing: -0.02em}
.faq-list .table-article-list .bbsnewf5 a::before, .faq-list .table-article-list .bbsnewf5 a::after {content: ''; position: absolute; display: block; top: 50%; background-color: #000; transform: translateY(-50%)}
.faq-list .table-article-list .bbsnewf5 a::before {top: 50%; right: 0; width: 20px; height: 1px}
.faq-list .table-article-list .bbsnewf5 a::after {top: 50%; right: 10px; width: 1px; height: 20px}
.faq-list .table-article-list .titdesign.article--open .bbsnewf5 a::after {display: none}
.faq-list .table-article-list .reply-content {padding: 0 28px 28px; font-size: 17px; color: #666; letter-spacing: -0.02em; line-height: 1.8}

/* 이벤트 */
.board-event .row-event-list .event-item {margin-bottom: 80px}
.board-event .row-event-list .event-item figure {margin-bottom: 0}
.board-event .row-event-list .event-item figure a {display: block}
.board-event .row-event-list .event-item figure img {display: block; width: 100%}
.board-event .row-event-list .event-item .info {padding-top: 28px}
.board-event .row-event-list .event-item .info .date {display: block; font-size: 15px; color: #999; line-height: 1.1; margin-bottom: 12px}
.board-event .row-event-list .event-item .info h4 {font-size: 22px; font-weight: 600; color: #212529; letter-spacing: -0.02em}
.board-event .row-event-list .event-item .info h4 a {color: inherit}

.bbsnewf5, .gallery_title {font-family: 'SUIT',sans-serif !important;}

/* *********************************************
 * Write
 ******************************************** */
.board-write-buttons {margin-top: 64px; text-align: center}
.table-article-common td input[type='text'], .table-article-common td input[type='password'], .table-article-common td select {display: block; width: 100%; height: 54px; font-family: inherit !important; font-size: 15px !important; color: #666; letter-spacing: -0.02em; line-height: 1.5; padding: 6px 16px; border: 1px solid #dee2e6; border-radius: 0; outline: 0; transition: .3s}
.table-article-common td input[type='text']:focus, .table-article-common td input[type='password']:focus, .table-article-common td select:focus {border-color: var(--point); box-shadow: 0 0 0 2px var(--point)}
.table-article-common td input[type='text']::placeholder, .table-article-common td input[type='password']::placeholder {color: #868e96}
.required {background-image: url(../images/common/required_bullet.svg) !important; background-size: 6px 6px !important; background-position: right 6px top 6px !important; background-repeat: no-repeat}
.table-article-common td select {padding-right: 3rem; appearance: none; -webkit-appearance: none; background-image: url(../images/common/select_dropdown_arrow.svg); background-position: right 1rem center; background-size: 1rem 1rem; background-repeat: no-repeat}
.table-article-common td select::-ms-expand {display: none}

/* *********************************************
 * View
 ******************************************** */
.board_bgcolor {font-family: inherit !important}
#post_area {color: #333; letter-spacing: -0.02em; line-height: 1.65; padding: 3rem 0 !important}
#post_area img {height: auto !important}
.board-comment-write {display: none}
.board-view-buttons {margin-top: 64px}
.board-view-buttons .button-b + .button-b {margin-left: 4px}

/* *********************************************
 * Media queries
 ******************************************** */
@media (min-width: 768px) {
    .board-gallery .article-wrapper .row.type-b .col-photo a:hover figure {transform: scale(1.03)}
    .board-gallery .article-wrapper .row.type-b .col-photo a:hover figure::before {background-color: rgba(0,0,0,.56)}
}

@media (min-width: 1200px) {
    .board-gallery .article-wrapper .col-xl-2-5 {flex: 0 0 20%; max-width: 20%}
}

@media (max-width: 991px) {
    .board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content h5 {font-size: 18px}
    .board-gallery .article-wrapper .row.type-b .col-photo figure figcaption h5 {font-size: 18px}

    .faq-list .table-article-list .bbsnewf5 {padding: 20px 24px}
    .faq-list .table-article-list .bbsnewf5 a {font-size: 19px}
    .faq-list .table-article-list .reply-content {padding: 0 24px 24px}

    .board-event .row-event-list .event-item .info {padding-top: 24px}
    .board-event .row-event-list .event-item .info .date {margin-bottom: 10px}
    .board-event .row-event-list .event-item .info h4 {font-size: 19px}
}

@media (max-width: 767px) {
    .category-button-wrapper {margin-bottom: 48px; padding-bottom: 10px; text-align: left; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch}
    .category-button-wrapper .button-category {font-size: 14px; height: 42px; padding: 0 16px}
    .category-button-wrapper .button-category + .button-category {margin-left: 8px}
    
    .article-list .row-top-info {margin-bottom: 48px}
    .article-list .row-top-info .col-total {margin-bottom: 16px}
    .article-list .row-top-info .col-search .search-field-wrapper {display: block}
    .article-list .row-top-info .col-search .search-select, .article-list .row-top-info .col-search .search-box {display: block; width: 100%}
    .article-list .row-top-info .col-search .search-select .selectric .label {font-size: 14px}
    .article-list .row-top-info .col-search .search-box {margin-top: 8px; margin-left: 0}
    .article-list .row-top-info .col-search .form-search {min-width: initial; height: 50px; font-size: 14px}
    .px-paging {padding-top: 48px}

    .board-gallery .article-wrapper .row.type-a .col-photo {margin-bottom: 32px}
    .board-gallery .article-wrapper .row.type-a .col-photo .article-card figure {height: calc(100% - 94px)}
    .board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content {padding: 24px}
    .board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content .category {font-size: 12px}
    .board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content h5 {font-size: 16px}
    .board-gallery .article-wrapper .row.type-b .col-photo {margin-bottom: 16px}
    .board-gallery .article-wrapper .row.type-b .col-photo figure figcaption {padding: 24px}
    .board-gallery .article-wrapper .row.type-b .col-photo figure figcaption .category {font-size: 12px; margin-bottom: 12px; padding: 4px 12px}
    .board-gallery .article-wrapper .row.type-b .col-photo figure figcaption h5 {font-size: 16px}
    .board-gallery .article-wrapper .row.type-b .col-photo figure figcaption p {font-size: 13px}

    .board-list .table-wrapper > .table-article-list .thead {display: none}
    .board-list .table-wrapper > .table-article-list tbody td {font-size: 15px; padding: 20px 12px}
    .board-list .table-wrapper > .table-article-list, .board-list .table-wrapper > .table-article-list tbody, .board-list .table-wrapper > .table-article-list tr, .board-list .table-wrapper > .table-article-list tbody td {display: block; width: 100%; text-align: left}
    .board-list .table-wrapper > .table-article-list tbody tr {border-bottom: 1px solid #eee}
    .board-list .table-wrapper > .table-article-list tbody td {border-bottom: 0}
    .board-list .table-wrapper > .table-article-list .bbschk {padding-bottom: 0}
    .board-list .table-wrapper > .table-article-list .bbsno {display: none}
    .board-list .table-wrapper > .table-article-list .bbsview {display: none}
    .board-list .table-wrapper > .table-article-list .bbsnewf5 {padding-bottom: 0}
    .board-list .table-wrapper > .table-article-list .bbsnewf5 a {font-size: 17px; font-weight: 600}
    .board-list .table-wrapper > .table-article-list .bbswriter {padding-top: 6px; padding-bottom: 0; font-size: 14px}
    .board-list .table-wrapper > .table-article-list .bbsetc_dateof_write {padding-top: 6px; font-size: 14px}

    .faq-list .table-article-list .bbsnewf5 a {font-size: 17px; padding-right: 48px}
    .faq-list .table-article-list .bbsnewf5 a::before {width: 16px}
    .faq-list .table-article-list .bbsnewf5 a::after {right: 8px; height: 16px}
    .faq-list .table-article-list .reply-content {font-size: 14px}

    .board-event .row-event-list .event-item {margin-bottom: 48px}
    .board-event .row-event-list .event-item .info {padding-top: 16px}
    .board-event .row-event-list .event-item .info .date {font-size: 13px; margin-bottom: 8px}
    .board-event .row-event-list .event-item .info h4 {font-size: 17px}
}

@media (max-width: 575px) {
    #search_table tr {flex-wrap: wrap}
    #search_table td {width: 100%; padding: 0}
    #search_table .est_keyword_cell {margin-top: 6px; margin-left: 0; height: 52px}
    #search_table .est_btn_cell {top: auto; height: 52px}
    #ext_search input[type='text'] {min-width: 0}

    .board-gallery .article-wrapper .row.type-a .col-photo .article-card .card-content {padding: 14px}

    .board-event .row-event-list .event-item {margin-bottom: 32px}
    .board-gallery .article-wrapper .row.type-a .col-photo .article-card figure {height: calc(100% - 75px);}
}