/*상세보기*/
.property_view{padding:20px 0 60px;}
.property_view .gallery{margin-bottom:24px;}
.property_view .gallery .main{position:relative;width:100%;aspect-ratio:16/9;max-height:480px;background:#f2f4f7;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#9aa1ac;font-size:13px;}
.property_view .gallery .main img{width:100%;height:100%;object-fit:cover;display:block;}
.property_view .gallery .main .property_code{position:absolute;top:12px;left:12px;z-index:5;display:inline-block;font-size:24px;font-weight:700;color:#fff;background:rgba(22,24,29,.6);border-radius:5px;padding:4px 10px;letter-spacing:.3px;}
.property_view .gallery .thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:4px;}
.property_view .gallery .thumbs img{flex:0 0 auto;width:76px;height:76px;object-fit:cover;border-radius:8px;cursor:pointer;opacity:.6;outline:2px solid transparent;outline-offset:-2px;transition:opacity .15s ease,outline-color .15s ease;}
.property_view .gallery .thumbs img:hover{opacity:.85;}
.property_view .gallery .thumbs img.on{opacity:1;outline-color:#006eff;}
.property_view .type{display:inline-block;font-size:12px;font-weight:700;color:#006eff;background:#eaf2ff;border-radius:5px;padding:3px 10px;margin-bottom:10px;}
.property_view h1{font-size:24px;font-weight:800;margin:0 0 6px;}
.property_view .property_name_sub{font-size:15px;color:#6b7280;margin:0 0 4px;}
.property_view .addr{font-size:14px;color:#6b7280;margin:0 0 16px;}
.property_view .price{font-size:22px;font-weight:800;color:#16181d;margin-bottom:24px;}
.property_view .info_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 12px;border-top:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec;padding:20px 0;margin-bottom:24px;}
.property_view .info_grid dt{font-size:12px;color:#9aa1ac;margin-bottom:4px;}
.property_view .info_grid dd{font-size:14px;font-weight:700;margin:0;}
.property_view .summary{font-size:15px;font-weight:600;margin-bottom:12px;}
.property_view .desc{font-size:14px;line-height:1.7;color:#333;margin-bottom:32px;}
.property_view h3{font-size:16px;font-weight:700;margin:0 0 12px;}
.property_view .property_map{margin-bottom:32px;}
.property_view .property_map img{display:block;max-width:100%;border-radius:8px;border:1px solid #e4e7ec;}
.property_view .broker_info{margin-bottom:32px;}
.property_view .broker_info .info_grid{grid-template-columns:repeat(2,1fr);}
.property_view .btn_con{display:flex;justify-content:center;gap:10px;}
.property_view .btn_con .btn_list{display:inline-block;padding:12px 28px;border:1px solid #d0d5dd;border-radius:8px;color:#475467;background:#fff;text-decoration:none;font-size:14px;font-weight:600;}
.property_view .btn_con .btn_list:hover{background:#f2f4f7;}
.property_view .btn_con .btn_consult{display:inline-block;padding:12px 28px;border:none;border-radius:8px;color:#fff;background:#006eff;font-size:14px;font-weight:700;cursor:pointer;}
.property_view .btn_con .btn_consult:hover{background:#0057cc;}

/* 상담신청 레이어 팝업 */
.consult_modal{position:fixed;inset:0;z-index:9999;display:none;}
.consult_modal.on{display:block;}
.consult_modal .consult_modal_dim{position:absolute;inset:0;background:rgba(0,0,0,.5);}
.consult_modal_box{position:relative;width:90%;max-width:380px;margin:15vh auto 0;background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 12px 32px rgba(0,0,0,.18);}
.consult_modal_close{position:absolute;top:14px;right:14px;width:28px;height:28px;border:none;background:none;font-size:22px;line-height:1;color:#9aa1ac;cursor:pointer;}
.consult_modal_box h3{font-size:18px;font-weight:800;margin:0 0 6px;}
.consult_modal_desc{font-size:13px;color:#6b7280;margin:0 0 20px;}
.consult_modal_box .field{margin-bottom:14px;}
.consult_modal_box .field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;}
.consult_modal_box .field input,
.consult_modal_box .field textarea{width:100%;padding:10px 12px;border:1px solid #d0d5dd;border-radius:8px;font-size:14px;font-family:inherit;}
.consult_modal_box .field textarea{min-height:70px;resize:vertical;}
.consult_submit_error{font-size:12.5px;color:#e53e3e;margin:-4px 0 10px;min-height:16px;}
.consult_submit{width:100%;padding:13px 0;border:none;border-radius:8px;background:#006eff;color:#fff;font-size:15px;font-weight:700;cursor:pointer;margin-top:4px;}
.consult_submit:hover{background:#0057cc;}
.consult_submit:disabled{background:#9aa1ac;cursor:default;}

/*리스트*/
.property_list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;padding:20px 0;}
.property_card{display:block;border:1px solid #e4e7ec;border-radius:10px;overflow:hidden;text-decoration:none;color:#16181d;background:#fff;transition:box-shadow .15s ease;}
.property_card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);}
.property_card .property_code{position:absolute;top:12px;left:12px;z-index:5;display:inline-block;font-size:11px;font-weight:700;color:#fff;background:rgba(22,24,29,.6);border-radius:5px;padding:3px 9px;letter-spacing:.3px;}
.property_card .thumb{position:relative;width:100%;aspect-ratio:4/3;background:#f2f4f7 center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#9aa1ac;font-size:13px;}
.property_card .body{padding:14px 16px;}
.property_card .type{display:inline-block;font-size:11px;font-weight:700;color:#006eff;background:#eaf2ff;border-radius:5px;padding:2px 8px;margin-bottom:8px;}
.property_card h3{font-size:16px;font-weight:700;margin:0 0 6px;}
.property_card .addr{font-size:12.5px;color:#6b7280;margin:0 0 10px;}
.property_card .price{font-size:15px;font-weight:800;color:#16181d;}

/* 거래상태 도장(스탬프) - 거래가능(1)/비공개(5) 외 상태에서만 표시 */
.status_stamp{
    position:absolute; top:12px; right:12px; z-index:5;
    padding:6px 12px; border:3px solid currentColor; border-radius:8px;
    font-size:13px; font-weight:800; letter-spacing:2px; line-height:1;
    color:#C0392B; background:rgba(255,255,255,.55);
    transform:rotate(-14deg); text-align:center; white-space:nowrap;
    mix-blend-mode:multiply; pointer-events:none; user-select:none;
}
.property_view .status_stamp{ top:16px; right:16px; font-size:32px; padding:9px 16px; font-weight: 900;}
.status_stamp--3{ color:#4B5563; } /* 거래완료 - 무채색 */
.status_stamp--4{ color:#B45309; } /* 확인중(거래보류) - 주황 */
.property_empty{padding:60px 0;text-align:center;color:#9aa1ac;}
.property_paging{display:flex;justify-content:center;gap:6px;padding:24px 0;}
.property_paging a{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border:1px solid #e4e7ec;border-radius:7px;color:#6b7280;text-decoration:none;font-size:13px;}
.property_paging a.on{background:#eaf2ff;color:#006eff;border-color:transparent;font-weight:700;}



@font-face {
    font-family: 'Pretendard';
    src: url('/resources/css/fonts/pretendard/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/resources/css/fonts/pretendard/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/resources/css/fonts/pretendard/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    background-color: #f5f5f5;
    font-family: 'Pretendard', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    word-break: keep-all;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.container {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.App {
    position: relative;  overflow: hidden;
}
* {margin: 0; padding: 0; border: none; box-sizing: border-box; text-decoration: none; list-style: none; color: #000; line-height: initial;}
html {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    overflow-y: scroll;
}
body {
    font-family: 'pretendard', sans-serif;
    word-break: keep-all;
    font-size: 1rem;
    line-height: 1.4rem;
    overflow-y: auto;
}

.sections {position: relative; min-height: calc(100vh - 90px); margin: 80px 0 0 0; padding-bottom: 180px;}
.width_con {position: relative; width: 1200px; margin: 0 auto;}
svg path {color: inherit;}
span {font-size: inherit; font-weight: inherit; color: inherit; line-height: inherit;}

p {font-size: 1rem; line-height: 1.4rem;}
h1 {font-size: 2rem; line-height: 2.4rem;}
h2 {font-size: 1.8rem; line-height: 2.2rem;}
h3 {font-size: 1.6rem; line-height: 2rem;}
h4 {font-size: 1.5rem; line-height: 1.9rem;}
h5 {font-size: 1.2rem; line-height: 1.6rem;}
h6 {font-size: 1rem; line-height: 1.4rem;}



body.open_nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.open_nav {overflow: hidden;}
.mob_nav {display:none; position: fixed; top: 0; right: -300px; display: block; width: 300px; height: 100vh; padding: 25px 10px; background: #F5F5F5; transition: all 300ms ease-in-out; z-index: 9998; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.mob_nav .row1 {display: flex; justify-content: flex-end; align-items: center;}
.mob_nav .row1 .sns_list {display: flex; align-items: center;}
.mob_nav .row1 .sns_list li {margin: 0 10px;}
.mob_nav .row1 .sns_list li img {height: 20px;}
.mob_nav .row1 .close_nav {position: relative; width: 30px; height: 24px; cursor: pointer;}
.mob_nav .row1 .close_nav:before {position: absolute; top: 10px; left: 0; width: 100%; content: ''; height: 3px; background: #212121; transform: rotate(45deg);}
.mob_nav .row1 .close_nav:after {position: absolute; top: 10px; left: 0; width: 100%; height: 3px; content: ''; background: #212121; transform: rotate(-45deg);}
.mob_nav .row2 {margin: 30px 0 0 0;}
.mob_nav .row2 .login {padding: 5px 0; font-weight: 700;}
.mob_nav .row2 .login svg {margin: 0 0 0 10px;}
.mob_nav .row2 .join {font-size: 0.7rem; line-height: 1.1rem; color: #E72D2B;}
.mob_nav .row2 .join span {font-weight: 700; text-decoration: underline;}
.mob_nav .row3 {}
.mob_nav .rows h6 {position: relative; margin: 30px 0 0 0; font-size: 1rem; line-height: 1.4rem; font-weight: 700; color: #212121;}
.mob_nav .rows h6:before {position: absolute; top: 50%; right: 0; content: ''; width: 70%; height: 1px; background: #212121; transform: translateY(-50%);}
.mob_nav .row3 ul {}
.mob_nav .row3 ul li {padding: 15px 0; border-bottom: 1px solid #E0E0E0;}
.mob_nav .row3 ul li a {font-size: 0.8rem; line-height: 1.2rem; font-weight: 500;}
.mob_nav .row4 {}
.mob_nav .rows.row4 h6:before {width: 80%;}
.mob_nav .row4 ul {display: flex; align-items: center;}
.mob_nav .row4 ul li {padding: 10px; margin: 0 5px 0 0;}
.mob_nav .row4 ul li img {width: 20px;}

.sections.view {}
.sections.view .width_con {padding: 20px 0 0 0;}
.sections.view .width_con .view_con {padding: 15px; border-radius: 4px; background: #fff;}
.sections.view .row {}
.sections.view .row1 {}
.sections.view .row1 .board_type {display: inline-block; padding: 5px 10px; border-radius: 4px;}
.sections.view .row1 .board_type.notice {background: #212121;}
.sections.view .row1 .board_type.event {background: #FF51A4;}
.sections.view .row1 .board_type.charge {background: #7B9DB5;}
.sections.view .row1 .board_type.review {background: #2DB400;}
.sections.view .row1 .board_type.vod {background: #AF41CB;}
.sections.view .row1 .board_type span {font-size: 0.8rem; line-height: 1.2rem; font-weight: 400; color: #fff;}
.sections.view .row2 {border-bottom: 2px solid #06F;}
.sections.view .row2 .title_con {padding: 6px 0; text-align: left;}
.sections.view .row2 .title_con h3 {font-size: 1.5rem; line-height: 1.9rem; font-weight: 400;}
.sections.view .row2 .score_con {display: flex; align-items: center; padding: 10px 0; border-top: 1px solid #A5AFB6;}
.sections.view .row2 .score_con h5 {}
.sections.view .row2 .score_con > div {margin: 0 10px;}
.sections.view .row2 .score_con span {font-size: 0.7rem; line-height: 1.1rem;}
.sections.view .row3 {padding: 10px 0; border-bottom: 1px solid #A5AFB6;}
.sections.view .row3 .view_info {display: flex; justify-content: space-between; align-items: flex-end;}
.sections.view .row3 .view_info .col {}
.sections.view .row3 .view_info .col span {position: relative; font-size: 0.7rem; line-height: 1.1rem;}
.sections.view .row3 .view_info .col span.writer {padding: 0 10px 0 0; margin: 0 10px 0 0;}
.sections.view .row3 .view_info .col span.writer::before {position: absolute; top: 0; right: 0; content: ''; width: 1px; height: 100%; background: #A5AFB6;}
.sections.view .row3 .view_info .col span.date {}
.sections.view .row3 .view_info .col span.hits {}
.sections.view .row4 {min-height: 200px; padding: 10px 0 0 0; border-bottom: 1px solid #A5AFB6; overflow: auto;}
.sections.view .row4 img {max-width: 100%;}
.sections.view .row4 video {width: 80%; margin: 0 0 10px 0;}
.sections.view .row4 .iframe_con {position: relative; width: 50%; height: 0; padding-bottom: 28%; margin: 0 0 10px 0;}
.sections.view .row4 .iframe_con iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.sections.view .view_con .row5 {margin: 20px 0 0 0;}
.sections.view .view_con .row5 .btn_con {display: flex;}
.sections.view .view_con .row5 .btns {width: 120px; margin: 0 0 0 10px; padding: 10px 0; text-align: center; border-radius: 4px; box-shadow: 2px 2px 4px rgba(0,0,0,.2);}
.sections.view .view_con .row5 .btns span {font-size: 0.8rem; line-height: 1.2rem; font-weight: 700;}
.sections.view .view_con .row5 .btns.exit {background: #fff; border: 1px solid #06F; cursor: pointer;}
.sections.view .view_con .row5 .btns.exit span {color: #06F;}
.sections.view .view_con .row5 .btns.exit span a {display: inline-block; width: 100%; height: 100%;; color: inherit;}


.section_01 {width: 100%; height: 100vh; margin: 0; padding-bottom: 80px; overflow: hidden;}
.section_01 .title_con {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); text-align: center; z-index: 9997;}
.section_01 .title_con p {font-size: 2rem; line-height: 2.4rem; font-weight: 300; color: #fff;}
.section_01 .title_con h2 {font-size: 2rem; line-height: 2.4rem; font-weight: 700; color: #fff;}
.section_01 .img_con {position: relative;}
.section_01 .img_con div {height: 100vh;}
.section_01 .img_con:before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: var(--bgcolor); opacity: var(--transparent);}
.section_01 .img_con img {width: 100%;}
.section_01 .slick-prev {left: 16% !important; z-index: 9997;}
.section_01 .slick-next {right: 16% !important; z-index: 9997;}
.section_01 .slick-prev:before, .section_01 .slick-next:before {position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; transition: all 150ms ease-in-out;}
.section_01 .slick-prev:before {content: '' !important; background: url(../public/img/sec_01/prev.png) center no-repeat; background-size: contain;}
.section_01 .slick-prev:hover:before {background: url(../public/img/sec_01/prev_h.png) center no-repeat; background-size: contain;}
.section_01 .slick-next:before {content: '' !important; background: url(../public/img/sec_01/next.png) center no-repeat; background-size: contain;}
.section_01 .slick-next:hover:before {background: url(../public/img/sec_01/next_h.png) center no-repeat; background-size: contain;}

.section_02 {background: var(--sec_bgurl); background-size: cover; background-position: center; background-repeat: no-repeat;}
.section_02::before {position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: var(--sec_bgcolor); opacity: var(--transparent);}
.section_02 .width_con {}
.section_02 .width_con .title_con {padding: 40px 0; text-align: center;}
.section_02 .width_con .main_con {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 45px 0;}
.section_02 .width_con .btn_con {margin: 20px 0 0 0; text-align: center;}
.section_02 .width_con .btn_con .btn_more {padding: 10px 20px; border-radius: 4px; background: #999; font-size: 0.9rem; line-height: 1.3rem; font-weight: 600; color: #fff; cursor: pointer; box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.20);}
.section_02 .width_con .main_con h4 {font-weight: 700;}
.section_02 .width_con .main_con p {margin: 20px 0 0 0; font-size: 0.8rem; line-height: 1.2rem;}
.section_02 .width_con .main_con ul {display: flex; justify-content: center; align-items: center; margin: 10px 0 0 0;}
.section_02 .width_con .main_con ul li {position: relative; padding: 0 20px; font-size: 0.8rem; line-height: 1.2rem; cursor: pointer;}
.section_02 .width_con .main_con ul li.on {font-weight: 700;}
.section_02 .width_con .main_con ul li:before {position: absolute; top: 50%; right: 0; content: ''; width: 1px; height: 70%; background: #000; transform: translateY(-50%);}
.section_02 .width_con .main_con ul li:last-child::before {display: none;}
.section_02 .board_con {}
.section_02 .board_con ul {display: flex; flex-wrap: wrap; width: 100%;}
.section_02 .board_con ul li {display: flex; justify-content: space-between; flex-direction: column; width: calc(25% - 20px); margin: 0 20px 20px 0; padding: 25px; border: 1px solid #E0E0E0; box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.20); background: #fff;}
.section_02 .board_con ul.vod_list li {width: calc(33.333% - 20px); padding: 0;}
.section_02 .board_con ul.vod_list li .desc_con {margin: 0;}
.section_02 .board_con ul.vod_list li h3.board_title {padding: 0 25px;}
.section_02 .board_con ul.vod_list li .btn_con {padding: 0 25px 25px 25px;}
.section_02 .board_con ul li:nth-child(4),
.section_02 .board_con ul li:nth-child(8) {}
.section_02 .board_con ul li h5 {display: flex; align-items: center;}
.section_02 .board_con ul li h5 span {display: inline-block; padding: 2px 10px; border-radius: 4px; color: #fff; font-size: 0.7rem; line-height: 1.1rem; font-weight: 700;}
.section_02 .board_con ul li h5.event span {background: #FF51A4;}
.section_02 .board_con ul li h5.notice span {background: #E72D2B;}
.section_02 .board_con ul li h5.review span {background: #2DB400;}
.section_02 .board_con ul li h3.board_title {max-height: 55px; margin: 10px 0 0 0; font-size: 1rem; line-height: 1.4rem; font-weight: 600; overflow: hidden;}
.section_02 .board_con ul li .score_con div {display: flex; margin: 0 0 0 10px;}
.section_02 .board_con ul li .img_con {width: 100%; margin: 20px 0 0 0;}
.section_02 .board_con ul li .img_con img {width: 100%;}
.section_02 .board_con ul li .desc_con {max-height: 220px; margin: 12px 0 0 0; overflow: hidden;}
.section_02 .board_con ul li .desc_con p {font-size: 0.7rem; line-height: 1.1rem; font-weight: 400; color: #555;}
.section_02 .board_con ul li .desc_con img {width: 100%;}
.section_02 .board_con ul li .desc_con .video_con {}
.section_02 .board_con ul li .desc_con .video_con video {width: 100%;}
.section_02 .board_con ul li .desc_con .iframe_con {position: relative; width: 100%; height: 0; padding-bottom: 56.25%;}
.section_02 .board_con ul li .desc_con .iframe_con iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.section_02 .board_con ul li .btn_con {display: flex; justify-content: space-between; align-items: center; width: 100%; margin: 20px 0 0 0;}
.section_02 .board_con ul li .btn_con .btn01 {font-size: 0.6rem; line-height: 1rem; font-weight: 700; text-decoration: underline;}
.section_02 .board_con ul li .btn_con img {}

.section_02.map .width_con {height: 100%;}
.section_02 .width_con .map_con {display: flex; justify-content: space-between; align-items: end; height: calc(100% - 140px); padding: 40px 0 0 0;}
.section_02 .width_con .map_con .col {width: 50%;}
.section_02 .width_con .map_con .col h3 {font-size: 1.5rem; line-height: 1.9rem; font-weight: 700;}
.section_02 .width_con .map_con .col ul {margin: 80px 0 0 0;}
.section_02 .width_con .map_con .col ul li {display: flex; align-items: center; margin: 10px 0 0 0; padding: 0 0 10px 0; border-bottom: 1px solid #E0E0E0;}
.section_02 .width_con .map_con .col ul li .img_con {position: relative; display: flex; justify-content: center; align-items: center; padding: 18px 24px;}
.section_02 .width_con .map_con .col ul li .img_con:before {position: absolute; top: 50%; right: 0; content: ''; width: 1px; height: 80%; transform: translateY(-50%); background: #212121;}
.section_02 .width_con .map_con .col ul li .img_con img {}
.section_02 .width_con .map_con .col ul li .desc_con {margin: 0 0 0 20px;}
.section_02 .width_con .map_con .col ul li .desc_con h5 {font-size: 1rem; line-height: 1.4rem; font-weight: 700;}
.section_02 .width_con .map_con .col ul li .desc_con p {margin: 10px 0 0 0; font-size: 0.8rem; line-height: 1.2rem; font-weight: 400;}
.section_02 .width_con .map_con .col .link_con {width: 100%;}
.section_02 .width_con .map_con .col .link_con img {width: 100%;}
.section_02 .width_con .map_con .col .link_con iframe {}

.sections.slide .slick-prev,
.sections.slide .slick-next {top: -12% !important; transform: translate(0, 0) !important; z-index: 999;}
.sections.slide .slick-prev {left: calc(50% - 150px); transform: translateX(-50%) !important;}
.sections.slide .slick-next {right: calc(50% - 150px); transform: translateX(50%) !important;}
.sections.slide .slick-prev:before, .slick-next:before {display: block; width: 20px; height: 7px;}
.sections.slide .slick-prev:before {content: '' !important; background: url(/resources/img/sec_02/prev.png) center no-repeat; background-size: contain;}
.sections.slide .slick-next:before {content: '' !important; background: url(/resources/img/sec_02/next.png) center no-repeat; background-size: contain;}

.section_02.more {}
.section_02.more:before {display: none;}
.section_02.more .width_con {padding: 20px 0 0 0;}
.section_02.more .width_con .more_con {padding: 15px; border-radius: 4px; background: #fff; box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.20);}
.section_02.more .width_con .btn_home {display: inline-block; padding: 10px 20px; border-radius: 999px; background: #212121; box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.20); cursor: pointer; color: #fff; font-size: 0.9rem; line-height: 1.3rem; font-weight: 600;}
.section_02.more .width_con .borad_rows {margin: 20px 0 0 0;}
.section_02.more .width_con .borad_rows .rows {}
.section_02.more .width_con .rows ul {position: relative; display: flex; border-top: 1px solid #E0E0E0;}
.section_02.more .width_con .rows ul:after {position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .8); display: none;}
.section_02.more .width_con .rows ul.deleted:after {display: block;}
.section_02.more .width_con .rows ul li {padding: 15px 0; text-align: center; font-size: 0.8rem; line-height: 1.2rem; color: #212121; border-right: 1px solid #E0E0E0;}
.section_02.more .width_con .rows ul li.board_no {width: 10%}
.section_02.more .width_con .rows ul li.board_type {width: 10%;}
.section_02.more .width_con .rows ul li.board_type span {display: inline-block; padding: 4px; border-radius: 4px; color: #fff; font-size: 0.7rem; line-height: 1.1rem; font-weight: 700;}
.section_02.more .width_con .rows ul li.board_type .notice {background: #212121;}
.section_02.more .width_con .rows ul li.board_type .event {background: #FF51A4;}
.section_02.more .width_con .rows ul li.board_type .charge {background: #7B9DB5;}
.section_02.more .width_con .rows ul li.board_type .review {background: #2DB400;}
.section_02.more .width_con .rows ul li.board_type .vod {background: #AF41CB;}
.section_02.more .width_con .rows ul li.score {width: 12%;}
.section_02.more .width_con .rows ul li.board_title {width: 35%;}
.section_02.more .width_con .rows ul li.board_writer {width: 18%;}
.section_02.more .width_con .rows ul li.board_date {width: 15%; border-right: none;}
.section_02.more .width_con .row0 ul {border: none;}
.section_02.more .width_con .row0 ul li {border: none; font-size: 0.7rem; line-height: 1.1rem; font-weight: 700;}

.section_02.more .width_con .pagenation {display: flex; margin: 20px 0 0 0;}
.section_02.more .width_con .pagenation li {display: flex; justify-content: center; align-items: center; padding: 10px; margin: 0 5px 0 0; border-radius: 4px; background: #EBEFF2; cursor: pointer;}
.section_02.more .width_con .pagenation li span {font-size: 0.7rem; line-height: 0.7rem;}
.section_02.more .width_con .pagenation li.on {background: #A5AFB6;}
.section_02.more .width_con .pagenation li.on span {color: #fff;}

.section_03 {background: #f5f5f5;}
.section_03::before {position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: var(--sec_bgcolor); opacity: var(--transparent);}
.section_03 .width_con {}
.section_03 .width_con .title_con {padding: 40px 0; text-align: center;}
.section_03 .width_con .title_con h3 {}
.section_03 .width_con .title_con p {margin: 10px 0 0 0;}
.section_03 .width_con .main_con {display: flex; justify-content: center; align-items: center; padding: 45px 0 0 0;}
.section_03 .width_con .main_con h4 {}
.section_03 .slide_con {margin: 20px 0 0 0;}
.section_03.slide .slick-prev,
.section_03.slide .slick-next {top: -22% !important;}
.section_03 .slide_con ul {}
.section_03 .slide_con ul li {width: 100%; height: 500px;}
/* .section_03 .slide_con ul li img {width: 100%;} */
.section_03 .zoom {display: none; margin: 40px 0 0 0; font-size: 0.7rem; line-height: 1.1rem; text-align: center;}
.section_03 .zoom.on {display: block;}

.sections.view .view_con .row5 .btns {
    margin: 0;
}

@media screen and (max-width:1200px){
    .sections {}
    .width_con {width: 100%; padding: 0 10px;}

    #header .width_con {padding: 0 0 0 10px;}
    #header .width_con .nav_con {display: none;}
    .mob_nav {}
    body.open_nav .mob_nav {right: 0;}
    body.open_nav:before {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; content: ''; background: rgba(0,0,0,.35); z-index: 9998;}
    #header .width_con .mob_con {display: flex;}

    .section_02 .board_con ul li {width: calc(33.3333% - 20px);}

    .section_02 .width_con .map_con {flex-direction: column; justify-content: flex-start;}
    .section_02 .width_con .map_con .col {width: 100%; margin: 10px 0;}
    .section_02 .width_con .map_con .col ul {margin: 20px 0 0 0;}
    .section_02 .width_con .map_con .col .link_con img {}

}

@media screen and (max-width:960px){
    body {font-size: 0.8rem; line-height: 1.2rem;}
    p {font-size: 0.8rem; line-height: 1.2rem;}
    h1 {font-size: 1.8rem; line-height: 2.2rem;}
    h2 {font-size: 1.6rem; line-height: 2rem;}
    h3 {font-size: 1.4rem; line-height: 1.8rem;}
    h4 {font-size: 1.3rem; line-height: 1.7rem;}
    h5 {font-size: 1rem; line-height: 1.4rem;}
    h6 {font-size: 0.8rem; line-height: 1.2rem;}

}

@media screen and (max-width:900px){

    .sections {margin: 70px 0 0 0;}

    #header {height: 70px;}

    .section_01 .slick-prev {left: 15px !important;}
    .section_01 .slick-next {right: 15px !important;}
    .section_01 .slick-prev:before, .section_01 .slick-next:before {width: 30px; height: 30px;}
    .section_01 .title_con {width: 80%;}

    .section_02 .board_con ul.vod_list li,
    .section_02 .board_con ul li {width: calc(50% - 30px); margin: 0 30px 30px 0;}

}
@media screen and (max-width:520px){
    body {font-size: 0.7rem; line-height: 1.1rem;}
    p {font-size: 0.7rem; line-height: 1.1rem;}
    h1 {font-size: 1.5rem; line-height: 1.9rem;}
    h2 {font-size: 1.4rem; line-height: 1.8rem;}
    h3 {font-size: 1.3rem; line-height: 1.7rem;}
    h4 {font-size: 1.2rem; line-height: 1.7rem;}
    h5 {font-size: 1rem; line-height: 1.4rem;}
    h6 {font-size: 0.8rem; line-height: 1.2rem;}

    .sections {margin: 60px 0 0 0;}
    .sections.view {margin: 0px 0 0 0;}

    #header {height: 60px;}
    #header .width_con .logo_con {padding: 12px 0;}

    .footer_con {}
    .footer_con .width_con .tit {flex-direction: column; align-items: flex-start;}
    .footer_con .width_con .tit p {display: none;}
    .footer_con.folding .width_con .tit p {display: block;}
    .footer_con .bottom_btn_con {width: 100%;}
    .footer_con .bottom_btn_con .inner > div {width: 50%; border-radius: 0;}

    .section_01 .title_con {top: 40%;}

    .sections.slide .slick-prev {left: calc(50% - 100px);}
    .sections.slide .slick-next {right: calc(50% - 100px);}

    .section_02 .width_con .main_con .btn_more {top: 10px; transform: translateY(0); font-size: 0.7rem; line-height: 1.1rem;}

    .section_02 .board_con ul.vod_list li,
    .section_02 .board_con ul li {width: 100%; margin: 0 0 10px 0;}
    .section_02 .board_con ul li .desc_con {max-height: 195px;}
    .section_02 .board_con ul.vod_list li .desc_con {max-height: 220px;}

    .section_02 .width_con .map_con {padding: 30px 0 0 0;}

    .section_03 .slide_con ul li {height: 350px;}

}

@media screen and (max-width:300px){}