@charset "utf-8";

.video-wrap {max-width:860px; margin:0 auto}
.video-container {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000;}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video{position: absolute;top:0;left:0;width:100%;height:100%;}

/* 검색 */
.board-search {margin-bottom:30px;}
.board-search:after {content:""; display:block; clear:both;}
.board-search .total-page {float:left; color:#686868; font-size:15px; line-height:44px;}
.board-search .cate {display: flex; gap: 10px;float:left;}
.board-search .cate .input {min-width: 160px;}
.board-search .cate .btn-reset {margin-left: var(--space-20);}
.board-search .search {float:right; display: flex; gap: 10px;}
.board-search .search input.input {width:320px;}
.board-search .input, .board-search button {border-radius: 8px;}
.board-search .input {border-color: #eee;}
.board-search.type2 {display: flex; justify-content: center; gap: 8px; padding: var(--space-50) 15px; background: #F3F8FC; border-radius: var(--radius-16)}

/* 보유자산현황 - 검색 */
.asset-search-tit {display: flex; justify-content: space-between; align-items: center; gap: 20px 35px; margin-bottom: var(--space-40);}
.asset-search-tit h2 {font-size: var(--font-size-24); font-weight: 800; color: var(--dark-color);}
.btn-reset {display: flex; align-items: center; gap: 6px; font-size: 15px; border: 0; background: #fff; font-weight: 700;}
.btn-reset:before {content: ''; display: block; width: 16px; height: 16px; background: url('/images/bbs/icon-reset.png') no-repeat center center; background-size: contain;}

.asset-search-filter {display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: var(--space-40);}
.asset-search-filter .input {width: 100%; height: 56px; border-radius: 8px;}
.search-filter-box {width: calc((100% - 20px * 2) / 3); background: #F3F8FC; border-radius: var(--radius-16); padding: var(--space-40);}
.search-filter-box.long {width: calc((100% - 20px) * 2 / 3);}
.filter-tit {font-size: var(--font-size-18); color: var(--dark-color); font-weight: 700; margin-bottom: var(--space-25);}
.filter-input-wrap {display: flex; justify-content: space-between; gap: 10px;}
.filter-input-wrap .input {width: 100%; flex: 1;}
.input-wrapper {position: relative;}
.input-wrapper .input {padding-right: 50px;}
.input-wrapper span {position: absolute; right: 20px; top: 50%; transform: translateY(-50%);font-weight: 500;}
.search-location-tags {display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--space-25);}
.search-location-tags span {display: flex; align-items: center; gap: 10px; padding: 9px 16px; border-radius: 8px; background: #FDFEFF; font-size: var(--font-size-14); color: var(--secondary-color); font-weight: 600; cursor: pointer;}
.search-location-tags span:after {content: ''; display: block; width: 8px; height: 8px; background: url('/images/bbs/icon-tag-close.png') no-repeat center center; background-size: contain;}
.search-location-tags span:hover {background: #f6f6f6;}
.location-add-btn {display: block; width: fit-content; padding: 5px 20px; border: 0; background: var(--primary-color); color: #fff; font-weight: 700; font-size: var(--font-size-18); border-radius: 8px;}

.search-detail-filter {border-top: 2px solid var(--dark-color); border-bottom: 1px solid #ccc; margin-bottom: var(--space-40); padding: 0 var(--space-40); display: flex; flex-direction: column;}
.detail-filter-header { display: flex; justify-content: space-between; align-items: center; padding: var(--space-40) 0; cursor: pointer;}
.detail-filter-title { font-size: var(--font-size-20); color: var(--dark-color); font-weight: 700; }
.detail-filter-title span { color: #a8a8a8; }
.detail-filter-toggle { width: 14px; height: 7px; background: url('/images/bbs/filter-arrow.png') no-repeat center center; background-size: contain; }
.active .detail-filter-toggle {transform: rotate(180deg);}
.detail-filter-content { display: flex; flex-wrap: wrap; gap: var(--space-30); padding-bottom: var(--space-40);}
.filter-category {flex: 1; display: flex; flex-direction: column; gap: var(--space-30); padding-top: var(--space-20); border-top: 1px solid #eeeeee; }
.filter-category.wide {flex: none; width: 100%;}
.category-title { font-size: var(--font-size-18); font-weight: 700; }
.category-tags { display: flex; gap: 12px 8px; flex-wrap: wrap;}
.filter-tag {padding: clamp(6px, calc(12 / var(--inner) * 100vw), 12px) clamp(12px, calc(16 / var(--inner) * 100vw), 16px); border-radius: 500px; border: 0; background: #f4f4f4; color: #676767; font-size: var(--font-size-14); line-height: 1em; font-weight: 600; cursor: pointer; }
.filter-tag.active { background: var(--primary-color); color: white; }
.filter-tag:hover {background: #eee;}
.filter-submit-btn {width: fit-content; margin: 0 auto var(--space-120);}
.filter-submit-btn button {display: block; padding: var(--space-20) 50px; background: var(--dark-color); border-radius: 8px; border: 2px solid var(--dark-color); color: #fff; text-align: center; font-size: var(--font-size-24); font-weight: 700; line-height: 1.25em; transition: .2s;}
.filter-submit-btn button:hover {background: var(--primary-color); border-color: var(--primary-color)}

/* 보유자산현황 - 상세 */
.page-asset-view {padding: var(--space-120) 0 var(--space-100); display: flex; justify-content: center;}
.asset-view-container {width: 100%; display: flex; flex-direction: column; gap: var(--space-100);}
.asset-view-header {display: flex; flex-direction: column; gap: var(--space-60); z-index: 2;}
.asset-location {font-size: var(--font-size-36); color: var(--dark-color); font-weight: 700; line-height: 1em;}
.asset-info-grid {display: flex;}
.asset-info-item {flex: 1; display: flex; flex-direction: column; gap: var(--space-20); padding: var(--space-20) 0; position: relative;}
.asset-info-item:not(:first-child) {padding-left: var(--space-40); border-left: 1px solid #dfdfdf;}
.info-label {font-size: var(--font-size-18); color: #676767; font-weight: 500; line-height: 1em;}
.info-value {font-size: var(--font-size-20); color: var(--dark-color); font-weight: 700; line-height: 1em;}
.info-value.primary {color: var(--primary-color);}
.asset-image-container {position: relative; z-index: 1;}
.asset-image {position: relative; width: 100%; padding-bottom: 80%; border-radius: var(--radius-24); overflow: hidden;}
.asset-image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.image-controls {display: flex; flex-direction: column; gap: 10px;}
.image-control-bar {backdrop-filter: blur(20px); background: rgba(0, 0, 0, 0.16); border-radius: 500px; padding: var(--space-15) var(--space-22); display: flex; gap: var(--space-20); align-items: center;}
.asset-progress {position:relative; margin-right: 16px; width:60px; height:4px; background:rgba(255, 255, 255, 0.24); border-radius: 4px; overflow: hidden;}
.asset-image-controls {position: absolute; left: 50%; bottom: var(--space-40); transform: translateX(-50%); display: flex; align-items: center; padding: 14px 22px ;border-radius: 500px;background: rgba(0, 0, 0, 0.16);backdrop-filter: blur(20px);}
.asset-pagination ul {display: flex; line-height: 0; gap: 8px;}
.asset-pagination button {display: block; width: 10px; height: 10px; background: transparent; border: 2px solid #fff; border-radius: 100%; opacity: .3; overflow: hidden; text-indent: -9999em}
.asset-pagination .slick-active button {opacity: 1;}

.asset-detail-info {display: flex; flex-direction: column; gap: var(--space-70); z-index: 4;}
.asset-detail-section {display: flex; flex-direction: column; margin-bottom: var(--space-120);}
.asset-sec-header {display: flex; gap: var(--space-20); align-items: center; padding-bottom: var(--space-40);}
.asset-sec-header h2 {font-size: var(--font-size-28); color: var(--dark-color); font-weight: 800; line-height: 1em;}
.asset-sec-header h2 span {color: #ccc;}
.asset-sec-header h3 {font-size: var(--font-size-24); color: var(--dark-color); font-weight: 800;}
.section-value {font-size: var(--font-size-28); color: var(--dark-color); font-weight: 800; line-height: 1em;}
.info-table {width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid var(--dark-color);}
.info-table .btn-copy {width: 16px; height: 16px; display: block; border: 0; background: url('/images/bbs/icon-copy.png') no-repeat center center; background-size: contain; overflow: hidden; text-indent: -9999em;}
.info-table td, .info-table th {text-align: left; padding: var(--space-40) 10px var(--space-40) var(--space-35); border-bottom: 1px solid #eee}
.info-table th {background: #FAFAFA; font-size: var(--font-size-18); font-weight: 600; color: var(--dark-color);}
.copy-address {display: flex; align-items: center; gap: 10px; font-size: var(--font-size-18); font-weight: 600; color: var(--dark-color);}
.asset-table {width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid var(--dark-color);}
.asset-table thead th {background: #fafafa; padding: var(--space-30) 0; font-size: var(--font-size-18); color: var(--dark-color); font-weight: 600; line-height: 1em; text-align: center; border-bottom: 1px solid #eeeeee;}
.asset-table tbody td, .asset-table tbody th {padding: var(--space-30) 0; font-size: var(--font-size-16); color: #505050; line-height: 1em; text-align: center; border: 1px solid #eeeeee;}
.asset-table tbody th:first-child {border-left: 0;}
.asset-table tbody td:last-child {border-right: 0;}
.asset-map {position: relative;}
.asset-map-func {pointer-events:none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; padding: var(--space-30); display: flex; justify-content: space-between; align-items: flex-start;}
.map-info {pointer-events: auto; backdrop-filter: blur(20px); background: rgba(255, 255, 255, 0.8); border-radius: var(--radius-16); box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.16); padding: var(--space-35) var(--space-30) var(--space-25) var(--space-30); width: 370px;}
.map-address {font-size: var(--font-size-20); color: var(--dark-color); font-weight: 700; line-height: 1em; margin-bottom: var(--space-25);}
.map-details {display: flex; gap: var(--space-25); font-size: 15px; line-height: 36px;}
.detail-labels {color: #a8a8a8; font-weight: 700;}
.detail-values {color: #505050;}
.map-controls {display: flex; gap: 8px; align-items: flex-end; pointer-events: auto;}
.map-control-btn {background: white; border: 1px solid #eeeeee; border-radius: 8px; padding: var(--space-15) var(--space-20); font-size: var(--font-size-16); color: var(--dark-color); font-weight: 700; line-height: 1em; box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.16);}
.map-marker {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 31px; height: 40px;}
.asset-back-btn {display: flex; gap: 8px; align-items: center; justify-content: center; padding: var(--space-20) var(--space-34); border: 1px solid #dfdfdf; border-radius: 500px; font-size: var(--font-size-18); color: var(--dark-color); font-weight: 700; line-height: 1em; z-index: 1;}
.btn-arrow {width: 24px; height: 24px; background: #121212; border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 8px 7px;}
.btn-arrow img {width: 10px; height: 8px;}

.root_daum_roughmap .wrap_map, .root_daum_roughmap {width: 100% !important; height: 100% !important;}

.find-store-wrap {position:relative; display:flex; height: 480px;}

.find-store-list {display:none; flex-direction:column; position:relative; z-index:10; width:25%; min-width:240px; background:#fff; border-right:1px solid #2c2c2c; overflow:hidden;}
.find-store-list .search-wrap {border-bottom:1px solid #ddd;}

.find-store-list .tab-area {border-bottom:1px solid #2c2c2c;}
.find-store-list .tab-area .tabs {display:flex;}
.find-store-list .tab-area .tabs li {width:50%;}
.find-store-list .tab-area .tabs li a {display:flex; justify-content:center; align-items:center; width:100%; height:60px; padding:4px; background:#f7f7f7; font-size:16px; font-weight:700; line-height:1.3em; letter-spacing:-.04em; color:#767676; text-align:center;}
.find-store-list .tab-area .tabs li.active a {background:#2c2c2c; color:#fff;}

.find-store-list .search-area {position:relative; display:flex; gap:10px; margin:16px;}
.find-store-list .search-area .input {display:block; width:100%; height:44px; color:#505050; font-size:15px; letter-spacing:-.04em; border:1px solid #ddd; border-radius:4px;}
.find-store-list .search-area .input[type=search] {padding-right:40px;}
.find-store-list .search-area .submit {position:absolute; top:50%; right:5px; margin-top:-16px; width:32px; height:32px; border:0; background:none;}
.find-store-list .search-area .submit svg {display:block; width:18px; margin:0 auto;}
.find-store-list .total {padding:0 16px 12px; color:#2c2c2c; font-size:14px; line-height:1.3em; letter-spacing:-.04em;}
.find-store-list .total strong {color:#00a3a8;}

.find-store-list .list-area {position:relative; overflow:auto; flex:1 1 auto; min-height:0; height:1%;}
.find-store-list .list-area::-webkit-scrollbar {width:5px; height:5px; border-radius:5px; background-color:transparent;}
.find-store-list .list-area::-webkit-scrollbar-thumb {background:rgba(0,0,0,.2); border-radius:5px;}
.find-store-list .list-area ul li {display:grid; gap:8px 0; padding:20px 16px; border-bottom:1px solid #ddd; font-size:15px; line-height:1.33em; letter-spacing:-.04em; color:#505050;}
.find-store-list .list-area ul li:last-child {border-bottom:0;}
.find-store-list .list-area ul li.active {background:#f8f8f8;}
.find-store-list .list-area .name {margin-bottom:4px; font-size:18px; line-height:1.33em; letter-spacing:-.04em; color:#2c2c2c;}
.find-store-list .list-area .name strong {font-weight:600;}
.find-store-list .list-area .tel {font-weight:500; color:#a8a8a8;}

.find-store-map {position:relative; overflow:hidden; flex:1;}
.find-store-map #map {position:relative; width:100%; height:100%;}

.customoverlay {position:absolute; bottom:75px; left:0; z-index:20; width:300px; margin-left:-150px; padding:20px; background:#fff; border:2px solid #eee; border-radius:16px; box-shadow:0px 6px 36px 0px rgba(0, 0, 0, 0.12); font-size:15px; line-height:1.33em; letter-spacing:-.04em; color:#505050; white-space:normal;}
.customoverlay:after {content:''; position:absolute; top:100%; left:50%; margin-left:-11px; width:22px; height:14px; background:url('/images/bbs/vertex-white.png') 50% 0/contain no-repeat;}
.customoverlay .inner {position:relative; display:grid; gap:8px;}
.customoverlay .name {margin-bottom:4px; font-size:18px; font-weight:700; line-height:1.33em; letter-spacing:-.04em; color:#2c2c2c;}
.customoverlay .tel {font-weight:500; color:#a8a8a8;}
.customoverlay .close {position:absolute; bottom:0; right:0; color:#505050; font-weight:500; font-size:12px; line-height:1.5em; cursor:pointer;}

.btn-get-position {position:absolute; bottom:20px; right:20px; z-index:10; width:48px; height:48px; background:#fff; border:1px solid #2c2c2c; border-radius:12px;}
.btn-get-position svg {display:block; margin:0 auto; width:20px;}

.btn-view-map {display:none;}
.btn-view-list {display:none;}

@media (max-width: 640px){
	

}

/* 리스트 */
.board-list table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid var(--dark-color);}
.board-list table thead th {height:87px; padding:9px 5px; color:#333; font-size:16px; font-weight:700; line-height:1.5em; background:#fafafa; border-bottom:1px solid #ddd;}
.board-list table tbody td {height:87px; padding:9px 5px; color:var(--dark-color); font-size:16px; font-weight:600; line-height:1.5em; text-align:center; border-bottom:1px solid #ddd;}
.board-list table tbody td.subject {text-align:left; padding-left:15px; font-size: var(--font-size-18);}
.board-list table tbody td img {vertical-align:middle; margin:-.2em 2px 0;}
.board-list table tbody td.date {font-weight: 400; color: #a8a8a8;}
.board-list table tbody td a:hover {text-decoration:underline;}
.board-list table tbody tr:hover td {background-color:#fafafa;}
.board-list .label {border: 2px solid var(--primary-color); color:var(--primary-color); display:inline-block; padding:clamp(6px, calc(8 / var(--inner) * 100vw), 8px) var(--space-20); border-radius:30px; background: #fff; font-weight: 600; line-height: 1em;}
.board-list .comment {color:var(--primary-color); font-size:.85em; font-weight:700; line-height:1em;}
.board-list .goods-name {color:#242424; font-weight:700;}

.board-list.job-list table tbody td {height: auto; padding: var(--space-40) 15px; color: #676767;}
.board-list.job-list .tit {font-size: var(--font-size-24); font-weight: 700; color: var(--dark-color); line-height: 1em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.board-list.job-list .info, .job-detail-header .info {display: flex; gap: 8px 20px; margin-top: var(--space-20);}
.board-list-m.job-list .info {margin-top: 10px;}
.job-list .tag, .job-detail-header .tag {display: inline-block; line-height: 1em; padding: 8px 12px; background: var(--primary-color);}
.job-list .tag.end, .job-detail-header .tag.end {background: #F8F8F8; color: #A8A8A8;}
.job-list .period, .job-detail-header .period {font-size: var(--font-size-16); font-weight: 500; color: #a8a8a8;}
.job-category {margin-top:3px; display: flex; gap: 15px; color: #a8a8a8;}

.board-list-m {display:none; border-top:2px solid var(--dark-color);}
.board-list-m li {padding:14px 0; border-bottom:1px solid #ddd;}
.board-list-m li img {vertical-align:middle; margin:-.2em 2px 0; height:16px;}
.board-list-m li.none {padding:40px 0; text-align:center; color:#999;}
.board-list-m .label {display:inline-block;vertical-align:middle;margin:-.2em 4px 0 0;padding:0 6px;color:#fff;background:var(--secondary-color);font-weight:500;font-size:12px;line-height:22px;border-radius:4px;}
.board-list-m .tit {color:#333; font-size:15px; font-weight:700; line-height:1.4em; letter-spacing:-.03em;}
.board-list-m .info {color:#888; font-size:12px; font-weight:400; line-height:1.3em; margin-top:7px;}
.board-list-m .info span {margin-right:10px;}
.board-list-m .comment {color:var(--primary-color); font-size:.85em; font-weight:700; line-height:1em;}
.board-list-m .store-name {color:#333; font-size:17px; font-weight:700; line-height:1.4em; letter-spacing:-.03em;}
.board-list-m .store-addr {font-size:14px; font-weight:400; line-height:1.3em; color:#505050; margin-top:4px;}
.board-list-m .btns {margin-top:12px;}
.board-list-m .btns .btn-map {line-height:28px; margin-right:4px;}
.board-list-m .goods-name {color:#505050; font-size:15px; font-weight:700; line-height:1.3em; margin-bottom:4px;}

.data-list-m li {display: flex; gap: 15px;}
.data-list-m .wrap {flex:1;}
.btn-file {display: flex; align-items: center; justify-content: center; width: fit-content; padding: var(--space-15) vaR(--space-25); margin: 0 auto; border: 1px solid #eee; background: #fff; border-radius: 60px;}
.btn-file:hover {border-color: var(--secondary-color)}
.btn-file:before {content: ''; display: block; width: 18px; height: 18px; background: url('/images/bbs/icon-file.png') no-repeat center center; background-size: contain;}

.gallery-list ul {display:flex; flex-wrap:wrap; margin:0 -10px;}
.gallery-list ul li {width:33.33335%; padding:0 10px; margin-bottom:clamp(35px, calc(100 / var(--inner) * 100vw), 100px);}
.gallery-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.gallery-list ul li a {display:block;}
.gallery-list ul li .thumb {position:relative; padding-bottom:80%; margin-bottom:var(--space-30); border-radius:var(--radius-16); overflow:hidden;}
.gallery-list ul li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.gallery-list ul li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08); border-radius:var(--radius-16);}
.gallery-list ul li .thumb:before {content: ''; position: absolute; z-index: 1; bottom: var(--space-30); right: var(--space-30); width: 60px; height: 60px; border-radius: 12px; background: var(--secondary-color) url('/images/main/gallery-arrow.png') no-repeat center center; transform: translateY(30px); opacity: 0; transition: .3s ease-in-out;}
.gallery-list ul li:hover .thumb:before {transform: translateY(0); opacity: 1;}
.gallery-list ul li .thumb .tag {position: absolute; top:var(--space-30); left:var(--space-30); z-index: 1;}
.gallery-list ul li .tit {color:#333; font-size:16px; line-height:1.4em;}
.gallery-list ul li .date {color:#767676; font-size:14px; line-height:1.3em; margin-top:6px;}
.gallery-list ul li:hover .tag.type3 {background: var(--primary-color); color: #fff;}
.gallery-list .asset-address {font-size: var(--font-size-20); font-weight: 600;;}
.gallery-list .asset-price {display: flex; align-items: center; gap: 8px 16px; margin-top: var(--space-15);}
.gallery-list .asset-price strong {font-size: var(--font-size-28); font-weight: 800; color: var(--dark-color);}

.gallery-list.news ul {margin: 0 calc(var(--space-30) * -1);}
.gallery-list.news ul li {padding: 0 var(--space-30);}
.gallery-list.news a {display: block; max-width: 426px;}
.gallery-list.news ul li .thumb {padding-bottom: 72.302%; margin-bottom: var(--space-40);}
.gallery-list.news ul li .thumb:before {content: none;}
.gallery-list.news ul li .tit {font-size: var(--font-size-24); font-weight: 700; color: var(--dark-color); line-height: 1.5833em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.gallery-list.news ul li:hover .tit {color: var(--primary-color);}
.gallery-list.news .txt {margin-top: var(--space-25); color: var(--gray-color); font-size: var(--font-size-15); line-height: 1.8667em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.gallery-list.news ul li .date {margin-top: var(--space-30); color: #A8A8A8; line-height: 1em;}

.news-list {border-top:2px solid var(--dark-color);}
.news-list ul li {display:flex; padding:20px 0; border-bottom:1px solid #ddd;}
.news-list .thumb {width:220px; margin-right:20px;}
.news-list .thumb a {display:block; position:relative; padding-bottom:65%; overflow:hidden;}
.news-list .thumb a img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.news-list .thumb a:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.news-list .info {flex:1 1 auto; min-width:0; width:1%;}
.news-list .tit {color:#333; font-size:18px; font-weight:700; line-height:1.4em; max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.news-list .txt {margin-top:10px; color:#767676; font-size:16px; line-height:1.5em; max-height:4.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.news-list .date {margin-top:13px; color:#767676; font-size:14px; line-height:1.3em;}
.news-list ul li.none {display:block; width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}

.event-list {padding:40px 0 0; border-top:2px solid var(--dark-color); border-bottom:1px solid #ddd;}
.event-list ul {display:flex; flex-wrap:wrap; margin:0 -15px;}
.event-list ul li {width:33.33333333%; padding:0 15px; margin-bottom:45px; text-align:center;}
.event-list ul li a {display:block; position:relative; background:#fff;}
.event-list ul li .thumb {position:relative; height:0; padding-bottom:55%; margin-bottom:12px; overflow:hidden;}
.event-list ul li .thumb img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.event-list ul li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.event-list ul li .tit {color:#333; font-size:16px; font-weight:700; line-height:1.4em;}
.event-list ul li .date {color:#767676; font-size:14px; line-height:1.3em; margin-top:6px;}
.event-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.event-list ul li.ended .ended-txt {position:absolute; top:0; left:0; right:0; bottom:0; display:flex; align-items:center; color:#fff; background:rgba(0,0,0,.4);}
.event-list ul li.ended .ended-txt p {width:100%;}
.event-list ul li.ended .tit {color:#767676;}
.event-list ul li.ended .date {color:#767676;}

.faq {border-top:2px solid var(--dark-color);}
.faq ul li {border-bottom:1px solid #ddd;}
.faq ul li:last-child {margin-bottom:0;}
.faq .tit {color:#333; font-size:var(--font-size-20); font-weight:600; line-height:1.5em;}
.faq .tit a, .faq .answer-cnt {position:relative; display:flex; align-items:center; padding:var(--space-40); text-decoration:none !important; transition:none;}
.faq .cnt {display:none; background: #f4f4f4; font-size: var(--font-size-18);}
.faq .cnt .buttons {margin-bottom:0;}
.faq .q {display:inline-block; margin-right:15px; flex:0 0 40px; width:40px; height:40px; text-align:center; color:#fff; font-size:18px; font-weight:600; line-height:38px; background:var(--dark-color); border-radius:100%;}
.faq.type2 .q {margin-right: var(--space-40);}
.faq.type2 .category {min-width: 160px; padding-right: 30px;}
.faq .cnt .q {background:  var(--primary-color);}
.faq li.active {position:relative;}
.faq .none {padding:70px 0; text-align:center; color:#999;}

.calendar-head {text-align:center; margin-bottom:20px;}
.calendar-head h3 {display:inline-block; vertical-align:middle; margin:0 40px; color:#333; font-size:33px; line-height:1.15em;}
.calendar-head .cal-btn {display:inline-block; vertical-align:middle; width:46px; height:46px; overflow:hidden; text-indent:-999em; background-color:var(--primary-color); background-position:50% 50%; background-repeat:no-repeat; border-radius:100%;}
.calendar-head .cal-prev {background-image:url("/images/bbs/cal_prev.png");}
.calendar-head .cal-next {background-image:url("/images/bbs/cal_next.png");}
.calendar table {width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0px;}
.calendar table th {padding:12px 4px; text-align:center; border:1px solid #ddd; background:#eee; color:#2d2c2c; font-size:16px; line-height:1.4em;}
.calendar table td {height:120px; padding:10px; vertical-align:top; border:1px solid #ddd; color:#454545; font-size:15px; line-height:1.4em; letter-spacing:-.03em;}
.calendar table tr th:first-child,
.calendar table tr td:first-child .cal-date {color:#ea4044;}
.calendar table tr th:last-child,
.calendar table tr td:last-child .cal-date {color:#3584e7;}
.calendar ul li {position:relative; padding-left:10px; margin-bottom:8px;}
.calendar ul li:last-child {margin-bottom:0;}
.calendar ul li:before {content:""; position:absolute; top:8px; left:0; width:4px; height:4px; background:#ddd; border-radius:100%;}
.calendar ul li a {display:block; line-height:1.4em; letter-spacing:-.03em; max-height:2.8em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.calendar ul li a:hover {text-decoration:underline;}
.calendar .cal-date {line-height:1em; font-weight:500; color:#767676; margin-bottom:10px;}
.calendar .cal-blank {background:#fcfcfc;}
.calendar .cal-holiday .cal-date {color:#ea4044 !important;}

/* 글작성 */
.board-white table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid var(--dark-color); border-bottom:1px solid #868686; font-size:16px; line-height:1.5em; letter-spacing:-.03em;}
.board-white table th {padding:12px 20px; border:1px solid #eee; background:#fafafa; font-weight:700; color:#333;}
.board-white table td {padding:12px 20px; border:1px solid #eee; color:#505050;}
.board-white tr th:first-child,
.board-white tr td:first-child {border-left:0;}
.board-white tr th:last-child,
.board-white tr td:last-child {border-right:0;}
.board-white tr:last-child th,
.board-white tr:last-child td {border-bottom:0;}
.board-white .item {display:inline-block; margin-right:16px;}
.board-white .item:last-child {margin-right:0;}
.board-white .editor {border:0; padding:12px 0;}
.board-white .editor iframe,
.board-white .editor textarea {display:block; width:100%; vertical-align:middle;}
.board-white + .buttons {margin-top:50px;}

.board-form table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid var(--dark-color); border-bottom:1px solid #868686; font-size:16px; line-height:1.5em; letter-spacing:-.03em;}
.board-form table th {padding:12px 20px; border:1px solid #eee; background:#fafafa; font-weight:700; color:#333;}
.board-form table td {padding:12px 20px; border:1px solid #eee; color:#505050;}
.board-form tr th:first-child,
.board-form tr td:first-child {border-left:0;}
.board-form tr th:last-child,
.board-form tr td:last-child {border-right:0;}
.board-form tr:last-child th,
.board-form tr:last-child td {border-bottom:0;}
.board-form + .buttons {margin-top:50px;}

.captcha-wrap {display:flex; gap:10px; height: 56px;}
.captcha-wrap .input {width:160px;}
#kcaptcha_image {height:100%; cursor:pointer; border-radius: 8px;}

.files-upload {max-width:600px;}
.files-upload-group {padding:20px 0; border-top:1px dashed #ddd;}
.files-upload-group:first-child {padding-top:0; border-top:0;}
.files-upload-group:last-child {padding-bottom:0;}
.files-upload-input {display:flex;}
.files-upload-input .input {flex:1 1 auto; min-width:0; width:1%;}
.files-upload-input .files-upload-btns {display:flex;}
.files-upload-input .files-upload-btns a {margin-left:4px;}
.files-upload-text {display:flex; margin-top:7px;}
.files-upload-text .upfiles-alt {display:flex; align-items:center; background:#fafafa; padding:0 15px; font-size:15px; border:1px solid #ddd; border-right:0;}
.files-upload-text .input {flex:1 1 auto; min-width:0; width:1%;}

.form-agree {margin:35px 0 50px;}
.form-agree h3 {color:#333; font-size:18px; font-weight:700; letter-spacing:-.03em; line-height:1.3em; margin-bottom:10px;}
.form-agree dd {padding:12px 0 0 0; color:#686868; font-size:15px; line-height:1.5em; text-align:center;}
.form-agree .scroll-box {padding:10px; color:#767676; font-size:14px; font-weight:400; line-height:1.4em; background:#fafafa; border:1px solid #ddd;}
.form-agree .check {text-align:center; color:var(--dark-color); font-size:var(--font-size-18); line-height:1.5em; font-weight: 500;}
.form-agree .check a {display:inline-block; color: #a8a8a8; margin-left: 8px;}

/* 상세보기 */
.board-view {border-top:2px solid var(--dark-color);}
.board-view-tit {padding:16px 16px; border-bottom:1px solid #ddd;}
.board-view-tit h3 {color:#333; font-size:20px; font-weight:700; line-height:1.3em; letter-spacing:-.015em;}
.board-view-info {padding:13px 16px; color:#767676; font-size:15px; line-height:1.3em; border-bottom:1px solid #ddd; overflow:hidden;}
.board-view-info strong {color:#333; font-weight:700;}
.board-view-info .name {float:left; margin-right:15px;}
.board-view-info .date {float:left;}
.board-view-info .hit {float:right;}
.board-view-info .hit strong {margin-right:5px;}
.board-view-files {position:relative; text-align:right; margin-top:10px; font-size:14px; line-height:1.5em;}
.board-view-files > a {text-decoration:none;}
.board-view-files img {vertical-align:middle; margin-top:-.2em;}
.board-view-files .ico-down {vertical-align:middle; margin-left:4px;}
.board-view-files .num {color:#ff4e00;}
.board-view-files .fileLayer {display:none; position:absolute; margin-top:2px; right:0; text-align:left; font-size:12px; font-weight:400; line-height:24px; border:1px solid #f0f0f0; background:#f7f7f7; padding:9px 29px 9px 11px; z-index:5;}
.board-view-files .fileLayer a {display:block; text-decoration:none;}
.board-view-files .fileLayer .divClose {position:absolute; display:inline-block; top:5px; right:5px; line-height:0;}
.board-view-files .fileLayer .divClose img {margin-top:0;}
.board-view-cnt {padding:15px 16px 60px; border-bottom:1px solid #ddd;}
.board-view-cnt ul {list-style-type:disc; margin-left:1.25em;}
.board-view-cnt ol {list-style-type:decimal; margin-left:1em;}


/* 이전글,다음글 */
.board-prev-next {border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-size:16px; line-height:1.5em;}
.board-prev-next dl {display:flex; padding:12px 16px;}
.board-prev-next dt {width:90px; color:#333; font-weight:700;}
.board-prev-next dt:after {content:""; display:inline-block; vertical-align:middle; margin:-.2em 0 0 10px;}
.board-prev-next dd {color:#505050; flex:1 1 auto; min-width:0; width:1%;}
.board-prev-next dd a {display:inline-block; vertical-align:top; max-width:100%; height:1.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.board-prev-next dd a:hover {text-decoration:underline;}
.board-prev-next .prev {border-bottom:1px solid #eee;}
.board-prev-next .prev dt:after {border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #aaa;}
.board-prev-next .next dt:after {border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #aaa;}

/* 버튼 */
.buttons {margin:20px 0;}
.buttons:after {content:" "; display:block; clear:both;}
.buttons .cen {text-align:center;}
.buttons .cen .btn-pack {margin:0 3px;}
.buttons .fr {float:right;}
.buttons .fl {float:left;}
.buttons a {text-decoration:none;}
.buttons a,.buttons input {vertical-align:top;}
.buttons + .paginate {margin-top:20px;}

.btn-pack {display:inline-block;overflow:visible;position:relative;margin:0;padding:0 10px;background:#fafafa;color:#333;border:1px solid #ddd;text-align:center;text-decoration:none !important;vertical-align:top;white-space:nowrap;cursor:pointer;}
.btn-pack.focus {background:var(--primary-color); border:1px solid var(--primary-color); color:#fff;}
.btn-pack.dark {background:var(--dark-color); border:1px solid var(--dark-color); color:#fff;}
.btn-pack.dark:focus {outline-color:#f37736;}
.btn-pack.border {background:#fff; border:1px solid var(--primary-color); color:var(--primary-color);}
.btn-pack.small {height:30px;padding:0 15px;line-height:28px;font-size:13px;}
.btn-pack.medium {height:44px;padding:0 20px;line-height:43px;font-size:16px;}
.btn-pack.large {min-width:130px; height:50px;padding:0 30px;line-height:48px;font-size:18px;font-weight:500;}
.btn-pack.xlarge {min-width:180px; height:60px;padding:0 40px;line-height:58px;font-size:20px;font-weight:500;}
.btn-pack.comment {width:120px; height:90px;padding:0;font-size:20px;font-weight:500;background:#fff;color:var(--primary-color);border:1px solid var(--primary-color);}

.btn-map {display:inline-block; padding:0 15px; color:#505050; font-size:14px; font-weight:400; line-height:32px; letter-spacing:-.03em; border-radius:30px; background:#fff; border:1px solid #505050; text-align:center; text-decoration:none !important;}
.btn-map:hover {color:#fff; background:#333; border-color:#333;}

/* 페이지목록 */
.paginate {margin-top:var(--space-70);text-align:center;}
.paginate a,
.paginate strong{display:inline-block;padding:0;margin:0 3px;width:38px;height:38px;font-size:15px;font-weight:500;line-height:38px;color:#555;border-radius:100%;text-decoration:none;text-align:center;vertical-align:middle;}
.paginate strong{color:#fff;border-color:#DCEBF5;;background-color:#DCEBF5;;font-weight:700; color: var(--primary-color);}
.paginate a:focus,
.paginate a:hover {background-color:#f4f4f4;}
.paginate a.direction{background-position:50% 50%;background-repeat:no-repeat;}
.paginate a.direction span {font-size:0;line-height:0;text-indent:-999px;}
.paginate a.direction.first {background-image:url("/images/bbs/page_first.svg");}
.paginate a.direction.prev {background-image:url("/images/bbs/page_prev.svg"); margin-right:20px;}
.paginate a.direction.next {background-image:url("/images/bbs/page_next.svg"); margin-left:20px;}
.paginate a.direction.last {background-image:url("/images/bbs/page_last.svg");}
.paginate a.direction.disabled {display:none;}

/* 코멘트 */
.comment-area {margin-top:50px;}
.comment-total {margin-bottom:15px; color:#333; font-size:16px; font-weight:400; line-height:1.3em;}
.comment-total strong {font-size:1.5em;}
.comment-write {padding:20px; border:1px solid #ddd; background:#f4f4f4;}
.comment-write .byte {font-size:14px; line-height:1.3em; color:#505050; letter-spacing:0; margin-bottom:10px;}
.comment-write .write {display:flex;}
.comment-write .write textarea {flex:1 1 auto; min-width:0; width:1%; height:90px; resize:none; margin-right:15px;}
.comment-item {border-bottom:1px solid #e5e5e5; padding:20px 0;}
.comment-item.comment-reply {padding-left:40px; background:url("/images/bbs/icon_reply.png") 10px 18px no-repeat;}
.comment-box {position:relative;}
.comment-info {font-size:15px; font-weight:400; line-height:1.5em; margin-bottom:2px;}
.comment-info .name {font-weight:700; color:#333; margin-right:8px;}
.comment-info .date {color:var(--gray-color); font-family:"Arial",sans-serif; font-size:12px; letter-spacing:0;}
.comment-link {margin-top:10px; color:var(--gray-color); font-size:14px; font-weight:400; line-height:1.3em;}
.comment-link a:hover {text-decoration:underline;}
.comment-txt {color:#505050; font-size:15px; line-height:1.7em;}
.comment-ctr {position:absolute; top:0; right:0; color:var(--gray-color); font-size:14px; font-weight:400; line-height:1.5em;}
.comment-ctr a:hover {text-decoration:underline;}
.comment-ctr .bar {display:inline-block; width:1px; height:11px; background:#ddd; margin:0 5px;}
.comment-input {border:1px solid #ddd; padding:15px;}
.comment-input .byte {font-size:12px; line-height:1.3em; color:var(--gray-color); letter-spacing:0; margin-bottom:8px;}
.comment-input textarea {display:block; width:100%; height:54px; border:0; padding:0 !important; resize:none;}
.comment-input .btns {text-align:right; margin-top:5px;}
.comment-password {display:flex;}
.comment-password .input {flex:1 1 auto; min-width:0; width:1%; max-width:180px;}

/* 비밀번호 */
.board-password {max-width:480px; text-align:center; margin:30px auto; padding:50px 40px; border:1px solid #ddd; border-radius:10px;}
.board-password dt {color:#333; font-size:16px; font-weight:700; padding-bottom:27px;}
.board-password dd {display:flex; align-items:center;}
.board-password dd label {color:#505050; font-size:15px; font-weight:400; margin-right:13px;}
.board-password dd .input {flex:1 1 auto; min-width:0; width:1%; margin-right:4px;}

/* 매장안내 */
.store-search {display:flex; align-items:center; width:100%; padding:25px 8%; border:1px solid #ddd; margin-bottom:50px;}
.store-search .map-area {width:320px; margin-left:2%; margin-right:8%;}
.store-search .map-img {position:relative; padding-bottom:155%;}
.store-search .map-img svg {position:absolute; top:0; left:0; width:100%; height:100%;}
.store-search .map-img svg .active {fill:#cccccc;}
.store-search .map-img .local {position:absolute; display:block; text-align:center; color:#333; padding:0 12px; font-size:14px; font-weight:600; line-height:24px; letter-spacing:-.03em; background:#fff; border:1px solid #333; border-radius:30px; transform:translate(-50%,-50%); z-index:2;}
.store-search .map-img .local.hover {color:var(--primary-color); background:#fff; border-color:var(--primary-color);}
.store-search .map-img .local.active {color:#fff; background:var(--primary-color); border-color:var(--primary-color);}
.store-search .map-img .local.seoul {top:17%; left:26%;}      /* 서울 */
.store-search .map-img .local.busan {top:67.2%; left:88%;}    /* 부산 */
.store-search .map-img .local.daegu {top:51%; left:76%;}      /* 대구 */
.store-search .map-img .local.incheon {top:23.5%; left:9%;}   /* 인천 */
.store-search .map-img .local.gwangju {top:67%; left:18%;}    /* 광주 */
.store-search .map-img .local.daejeon {top:46.5%; left:48%;}  /* 대전 */
.store-search .map-img .local.ulsan {top:60.5%; left:91%;}    /* 울산 */
.store-search .map-img .local.sejong {top:40.3%; left:45.3%;} /* 세종 */
.store-search .map-img .local.gyeonggi {top:27%; left:35.2%;} /* 경기 */
.store-search .map-img .local.gangwon {top:19%; left:59%;}    /* 강원 */
.store-search .map-img .local.chungbuk {top:33%; left:49%;}   /* 충북 */
.store-search .map-img .local.chungnam {top:42%; left:22%;}   /* 충남 */
.store-search .map-img .local.jeonbuk {top:56%; left:33%;}    /* 전북 */
.store-search .map-img .local.jeonnam {top:76%; left:25%;}    /* 전남 */
.store-search .map-img .local.gyeongbuk {top:42%; left:69%;}  /* 경북 */
.store-search .map-img .local.gyeongnam {top:64%; left:58%;}  /* 경남 */
.store-search .map-img .local.jeju {top:92%; left:16%;}       /* 제주 */
.store-search .search-area {flex:1 1 auto; min-width:0; width:1%;}
.store-search .search-area h3 {color:#333; font-size:18px; font-weight:700; line-height:1.4em; letter-spacing:-.03em; margin-bottom:45px;}
.store-search .search-area dl {display:flex; align-items:center; margin-top:25px;}
.store-search .search-area dl dt {width:90px; color:#333; font-size:16px; font-weight:600; line-height:1.4em; letter-spacing:-.03em;}
.store-search .search-area dl dd {display:flex; flex:1 1 auto; min-width:0; width:1%;}
.store-search .search-area input.input {width:calc(100% - 94px); margin-right:5px;}
.store-search .search-area select.input {width:calc(50% - 50px); margin-right:5px;}
.store-search .search-area .btn-pack.medium {width:90px; padding:0;}

/* 제품 */
.product-list ul {display:flex; flex-wrap:wrap; margin:0 -13px;}
.product-list ul li {width:20%; padding:0 13px; margin-bottom:35px; text-align:center;}
.product-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.product-list ul li a {display:block;}
.product-list ul li .thumb {position:relative; padding-bottom:100%; margin-bottom:12px; overflow:hidden;}
.product-list ul li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.product-list ul li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.product-list ul li .tit {color:#333; font-size:16px; line-height:1.4em;}
.product-list ul li .date {color:#767676; font-size:14px; line-height:1.3em; margin-top:6px;}

.product-summary {display:flex; margin-bottom:40px;}
.product-image {width:400px; margin-right:40px;}
.product-image .img {position:relative; padding-bottom:100%; overflow:hidden;}
.product-image .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.product-image .img:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.product-info {flex:1 1 auto; min-width:0; width:1%;}
.product-info .tit {color:#333; font-size:28px; line-height:1.3em; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd;}
.product-info .txt {color:#505050;}
.product-detail {color:#505050; padding-bottom:50px; margin-bottom:40px; border-bottom:1px solid #ddd;}
.product-detail .tit {color:#333; font-size:22px; line-height:1.3em; padding-bottom:12px; margin-bottom:20px; border-bottom:1px solid #ddd;}

/* 검색결과 */
.result-top {margin-bottom:30px; color:#333; font-size:20px; font-weight:700; line-height:1.3em;}
.result-top .word {color:#d12a07;}
.result-top .num {color:#2e6bdb;}
.result-group {border-top:1px solid #ddd; padding:30px 0;}
.result-group h3 {margin:0 0 20px; color:#333; font-size:18px; font-weight:700; line-height:1.3em;}
.result-group h3 span {color:#7d7d7d; font-size:14px; font-weight:normal;}
.result-group dl {margin:0 0 20px;}
.result-group dl dt {font-size:16px; line-height:1.5em; letter-spacing:-.03em; color:#1861c3;}
.result-group dl dt a:hover {text-decoration:underline;}
.result-group dl dd {margin-top:5px; font-size:14px; line-height:1.5em; color:#505050; max-height:3em; overflow:hidden; text-overflow:ellipsis; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.result-group dl dd.date {color:#999; font-size:13px;}
.result-group .gall {display:flex; flex-wrap:wrap; margin:0 -10px;}
.result-group .gall li {width:200px; text-align:center; padding:0 10px; margin-bottom:30px;}
.result-group .gall li a {display:block; text-decoration: none!important;}
.result-group .gall li .thumb {position:relative; padding-bottom:100%; margin-bottom:10px; overflow:hidden;}
.result-group .gall li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.result-group .gall li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.result-group .gall li .tit {color:#333; font-size:15px; line-height:1.4em;}
.result-group .gall li .price {color:#f03b3b; font-size:14px; font-weight:700; line-height:1.3em; margin-top:4px;}
.result-group .more {text-align:right;}
.result-group .more a {font-size:15px; color:#767676; text-decoration:underline;}

/* 채용공고 상세 */
.page-job-detail {position: relative; display: flex; gap: var(--space-40);}
.job-detail-sticky {position: sticky; top: calc(var(--header-height) + 20px); width: 17.143%; height: fit-content;}
.job-detail-box {margin-bottom: var(--space-20); padding: var(--space-45) var(--space-35); background: #fff; border-radius: var(--radius-16); border: 1px solid #EEE; font-size: var(--font-size-18); color: var(--dark-color); font-weight: 600;}
.job-detail-box li:not(:last-child) {margin-bottom: var(--space-40);}
.job-detail-box strong {display: block; margin-bottom: var(--legal-gap-12); font-size: var(--font-size-15); line-height: 1em; font-weight: 500; color: #676767;}
.job-detail-btns a {display: block; padding: var(--space-20); background: var(--dark-color); border-radius: 8px; border: 2px solid var(--dark-color); color: #fff; text-align: center; font-weight: 700; line-height: 1.25em;}
.job-detail-btns a:not(:last-child) {margin-bottom: 10px;}
.job-detail-btns a.border {background: #fff; color: var(--dark-color);}

.job-detail-content {flex: 1;}
.job-detail-header h2 {margin-bottom: 5px; font-size: var(--font-size-36); font-weight: 700; color: var(--dark-color); line-height: 1.3em}
.job-detail-table {padding-bottom: var(--space-60); margin-top: var(--space-50); border-top: 2px solid var(--dark-color)}
.job-detail-table .group {display: flex; padding: var(--space-60) 0; border-bottom: 1px solid #ccc;}
.job-detail-table h3 {width: 26.786%; font-size: var(--font-size-20); font-weight: 600; color: var(--dark-color); line-height: 1.3em;}
.job-detail-list {flex: 1; display: flex; flex-direction: column; gap: var(--space-25);}
.step-number,
.step-arrow {font-weight: 600; color: #a8a8a8;}
.job-detail-table .dot-list>li {font-size: var(--font-size-18); }
.job-detail-table .dot-list>li:before {font-weight: 900; color: var(--primary-color); font-size: var(--font-size-20);}
.job-detail-table .dot-list>li:not(:last-child) {margin-bottom: var(--space-20);}
.job-detail-table .dot-list .hyphen-list {margin-top: 4px;}
.job-detail-table .dot-list .hyphen-list li {color: var(--gray-color); font-size: var(--font-size-16); line-height: 1.625em;}








