/*-----------------------------------------------------------------*/
/* 목록
/*-----------------------------------------------------------------*/

#boardlist {width:100%;}
#boardlist * {font-family: Pretendard;}
#boardlist .category ul {display: inline-flex; justify-content: center; margin-bottom: 80px; width: 100%; gap: 40px;}
#boardlist .category ul > li > a {color: #999; font-family: Pretendard; font-size: 20px; font-style: normal; font-weight: 300; line-height: 28px; transition: 0.2s;}
#boardlist .category ul > li > a:hover {color: #000;}
#boardlist .category ul > li.cate_all > a {color: #000;}
#boardlist .category ul > li.selected > a {color: #000;}
#boardlist table {width: 100%;}
#boardlist table tr {display: inline-flex; width: 100%; gap: 40px;}
#boardlist table tr > td {width: calc(100% - 80px); max-width: calc(33.333333% - 26.66px); margin-bottom: 80px;}
#boardlist table tr > td .box .img {position: relative;}
#boardlist table tr > td .box .img img {width: 100%; height: 100%;}
#boardlist table tr > td .box .img .cate {position: absolute; top: 0; left: 0; padding: 8px 12px; background: #000; color: #fff; font-family: Pretendard; font-size: 16px; font-weight: 300; line-height: 24px;}
#boardlist table tr > td .box .info .content {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
#boardlist table tr > td .box .info {display: flex; flex-direction: column;}
#boardlist table tr > td .box .info .title {margin-top: 20px; font-size: 20px; font-weight: 700; line-height: 28px;}
#boardlist table tr > td .box .info .title > * {font-size: 20px; font-weight: 700; line-height: 28px;}
#boardlist table tr > td .box .info .content {margin-top: 8px; font-size: 16px; font-weight: 300; line-height: 24px;}
#boardlist table tr > td .box .info .content img {display: none;}
#boardlist table tr > td .box .info .date {display: block; margin-top: 12px; color: #999; font-family: Pretendard; font-size: 12px; font-weight: 300; line-height: 20px;}

#boardlist .paging li {border: 0; background: #fff; color: #999; font-size: 16px; font-style: normal; font-weight: 300; line-height: 24px;}
#boardlist .paging li strong {width: auto; height: 20px; margin: 0 6px; background: #fff; color: #000; font-family: Pretendard; font-size: 16px; font-weight: 300; line-height: 24px;}
#boardlist .paging li a {width: auto; height: 20px; margin: 0 6px; color: #999; font-size: 16px; font-weight: 300; line-height: 24px;}
#boardlist .paging li .start_page {width: 20px; font-size: 0; background: url('/board/_skin/gallery_general_renewal/img/board_start.png') no-repeat center;}
#boardlist .paging li .end_page {width: 20px; font-size: 0; background: url('/board/_skin/gallery_general_renewal/img/board_end.png') no-repeat center;}
#boardlist .paging li .prev {width: 20px; margin-left: 6px; font-size: 0; background: url('/board/_skin/gallery_general_renewal/img/board_prev.png') no-repeat center;}
#boardlist .paging li .next {width: 20px; margin-right: 6px; font-size: 0; background: url('/board/_skin/gallery_general_renewal/img/board_next.png') no-repeat center;}
#boardlist .page_write {position:relative; min-height:34px; margin:80px 0 160px;}
#boardlist .page_write .write {position:absolute; right:0; top:0;}
#boardlist .board_search {clear:both; text-align:center;}
#boardlist .board_search form {display:inline-block; margin:30px auto 0; padding:5px; border:1px solid #dcdcdc; text-align:center;}
#boardlist .board_search select {border:0;}
#boardlist .board_search input.form_input.search {width:300px; border-width:0 1px;}
#boardlist .board_search .btn_search {display:inline-block; width:34px; height:34px; border:0; background:url('/board/_skin/gallery_general/img/btn_search.png') no-repeat center; vertical-align:top; text-indent:-9999px; cursor:pointer;}


/*-----------------------------------------------------------------*/
/* 열람
/*-----------------------------------------------------------------*/

#boardview .wrap_inner2 {position: relative; padding: 0 60px;}
#boardview .title {display: block; margin-bottom: 12px; font-family: Pretendard; font-size: 40px; font-style: normal; font-weight: 700; line-height: 48px; text-align: center;}
#boardview .navi {padding-top: 80px; padding-bottom: 40px;}
#boardview .navi * {font-family: Pretendard;}
#boardview .navi .home {color: #999; font-size: 16px; font-style: normal; font-weight: 300; line-height: 24px; padding-right: 15px; background: #000; background: url('/board/_skin/gallery_general_renewal/img/navi_next.svg') no-repeat right;}
#boardview .navi .group {margin-left: 3px; color: #000; font-size: 16px; font-style: normal; font-weight: 300; line-height: 24px;}
#boardview .top_section {position: relative;}
#boardview .top_section .sub_title {display: block; margin-bottom: 80px; font-size: 28px; font-style: normal; font-weight: 300; line-height: 36px;  text-align: center;}
#boardview .top_section .date {position: absolute; right: 60px; top: 0; color: #999; font-family: Pretendard; font-size: 16px; font-style: normal; font-weight: 300; line-height: 24px;}
#boardview .share {position: absolute; top: 40px; right: 60px; cursor: pointer;}
#boardview .share .copy-btn {font-size: 0; width: 20px; height: 20px; border: 0; background: url('/board/_skin/gallery_general_renewal/img/share.png') no-repeat center/19px; cursor: pointer;}
#boardview .promotion > .bnr {display: none !important;}
#boardview .promotion .relatedprd_view {margin: 0 60px;}
#boardview .promotion .relatedprd_view {position: relative; overflow: hidden; padding-bottom: 60px;}
#boardview .promotion .relatedprd_view .prd_basic .box .info {display: flex; flex-direction: column; padding: 16px 0 10px;}
#boardview .promotion .relatedprd_view .prd_basic .box .info .price {justify-content: flex-start;}
#boardview .promotion .relatedprd_view .prd_basic .box .info .price p strong {font-weight: 300;}
#boardview .promotion .relatedprd_view .prd_basic .box .info .price * {font-family: Pretendard;}
#boardview .promotion .relatedprd_view .prd_basic .box .info .color {position: relative; right: auto; bottom: auto;}
#boardview .promotion .relatedprd_view .relatedprd-button-prev {position: absolute; top: 43%; left: 0; width: 48px; height: 48px; background: url('https://www.kaleg.com/_skin/kaleg_240118/img/common/new_arrow_prev.svg'); transition: 0.2s; z-index:5;}
#boardview .promotion .relatedprd_view .relatedprd-button-prev:hover {background: url('https://www.kaleg.com/_skin/kaleg_240118/img/common/new_arrow_prev_on.svg');}
#boardview .promotion .relatedprd_view .relatedprd-button-next {position: absolute; top: 43%; right: 0; width: 48px; height: 48px; background: url('https://www.kaleg.com/_skin/kaleg_240118/img/common/new_arrow_next.svg'); transition: 0.2s; z-index:5;}
#boardview .promotion .relatedprd_view .relatedprd-button-next:hover {background: url('https://www.kaleg.com/_skin/kaleg_240118/img/common/new_arrow_next_on.svg');}
#boardview .promotion .relatedprd_view .relatedprd-pagination {top: auto; bottom: 0; background: #dedede;}
#boardview .promotion .relatedprd_view .relatedprd-pagination .swiper-pagination-progressbar-fill {background: #000;}
#boardview .promotion {text-align:center;}
#boardview .promotion .summary {padding:90px 0;}
#boardview .promotion .summary * {font-family:Pretendard !important; font-size:18px !important; line-height:1.8 !important;}
#boardview .promotion .img_wrapper {}
#boardview .promotion .img_wrapper img {max-width:100%;}
#boardview .btn {margin: 160px 0 156px; text-align: center;}
#boardview .btn .box_btn > a {background: transparent; border: 1px solid #000; padding: 12px 20px; color: #000 !important; font-size: 20px; font-style: normal; font-weight: 300; line-height: 28px;}
#boardview .btn .box_btn > a:hover {background: #000; color: #fff !important;}


.toastPopup {position: fixed; bottom: 50px; left: 50%; transform: translate(-50%, 0); display: inline-block; background: #f2f2f2; border-radius: 8px; z-index: 20;}
.toastPopup.hide {display : none;}
.toastPopup p {padding: 8px 12px; font-size: 16px; font-style: normal; font-weight: 300; line-height: 24px;}



/*-----------------------------------------------------------------*/
/* 쓰기
/*-----------------------------------------------------------------*/

#boardwrite {width:100%; background:#f5f5f5; text-align:center;}
#boardwrite form {display:inline-block; width:72%; margin:0 auto; padding:40px 0; text-align:left;}
#boardwrite fieldset > div {position:relative; margin-bottom:10px;}
#boardwrite fieldset > div:last-child {margin-bottom:0;}
#boardwrite fieldset > div > label {display:none;}
#boardwrite fieldset > div.name {min-height:34px; padding-right:180px; line-height:34px; font-weight:bold;}
#boardwrite fieldset > div.name .form_input {width:90%;}
#boardwrite fieldset > div.name .check {position:absolute; right:0; top:3px;}
#boardwrite fieldset > div.contents {background:#fff;}
#boardwrite fieldset select {width:100%;}
#boardwrite .btn {padding:20px 0; text-align:center;}


/*-----------------------------------------------------------------*/
/* 비밀번호 확인
/*-----------------------------------------------------------------*/

#boardpw {padding:40px 0; border:1px solid #e0e0e0; background:#fafafa; text-align:center !important;}
#boardpw h3 {padding-bottom:15px;}
#boardpw p {margin-bottom:20px; color:#888;}
#boardpw .form_input {width:330px; margin-bottom:20px;}


/*-----------------------------------------------------------------*/
/* 댓글목록, 댓글쓰기 - 스킨공통css 적용
/*-----------------------------------------------------------------*/