@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@font-face {
    font-family: 'GmarketSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SchoolSafeAutumnTrip';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/HakgyoansimGaeulsopungB.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

#site {
    font-family: "Noto Sans KR", "notokr", sans-serif;
    padding-top: 0;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color-hover) !important;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6) {
    all: unset;
    display: block;
}

:is(p, h1, h2, h3, h4, h5, h6, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

#list_btn {
    display: none;
}

:root {
    --page-point-color: #00aabc;
    --page-point-color-hover: #00889f;
    --font-tit: "GmarketSans", "Noto Sans KR", "notokr", sans-serif;
}

@media (min-width: 1280px) {
    .container {
        width: 1230px;
    }
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.navbar-inverse>.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 상단 로고*/
.navbar-brand {
    height: 100px;
    padding: 0;
    margin: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 8px;
    align-items: center;
    height: 100%;
    /* align-items: flex-end; */
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
}

.navbar-brand .logo-tit {
    display: block;
    color: #0e9da5;
    font-size: 34px;
    font-family: SchoolSafeAutumnTrip;
    /* font-family: 'GmarketSans'; */
    letter-spacing: -0.5px;
}

.navbar-brand .logo-tit-big {
    color: #00265f;
    font-size: 35px;
    font-weight: 800;
    display: block;
    font-family: 'GmarketSans';
}

.navbar-header::after,
.navbar-header::before {
    display: none;
}

.navbar-header .sns-link {
    float: left;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
}

.navbar-header .kakao-link {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.navbar-header .kakao-link a.custom-travel {
    border-radius: 0;
    background: linear-gradient(45deg, #00B6BE 0%, #1980A3 50%, #1C3E80 100%);
    color: #fff;
    padding: 5px;
}

.navbar-header .kakao-link a {
    display: inline-flex;
    gap: 0px;
    background: #fae100;
    padding: 2px 12px 2px 8px;
    border-radius: 25px;
    align-items: center;
    /* float: right; */
}

.navbar-header .kakao-link a:hover {
    text-decoration: none;
}

.navbar-header .kakao-link a:last-child {
    background: #fff;
    padding: 0px 8px;
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.navbar-header .kakao-link a img {
    height: 35px;
}

.navbar-header .kakao-link a span {
    font-weight: 500;
    font-size: 14px;
}

.navbar-header .sns-link a {}

.navbar-header .sns-link img {
    border-radius: 50%;
    width: 34px;
    aspect-ratio: 1;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: static;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-header {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    margin: 15px auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-inverse .navbar-collapse {
    width: 100%;
    /* border-top: 1px solid #eee; */
    background: #053c7f;
}

.navbar-inverse .navbar-nav {
    margin: 0 auto;
    float: none !important;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-inverse .navbar-nav .dropdown {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 16px 10px;
    letter-spacing: 0;
    font-family: var(--font-tit);
    transition: all 0.2s ease;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background: var(--page-point-color);
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

/* 메인 페이지 */
.main-wrap {}

.main-page:not(#main01) {
    padding: 120px 0;
}

.main-page .main-con {}

#main01>.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.main-con .main-inner {}

.main-con .video {
    position: relative;
    height: calc(100vh - 182px);
}

.main-con .video::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.main-con .video .video-tit {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 0 50px;
}

.main-con .video .video-tit p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    /* font-family: var(--font-tit); */
    letter-spacing: -0.03em;
}

.main-con .video .video-tit p::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
    display: block;
    margin: 15px auto 0;
}

.main-con .video .video-tit h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.8;
    font-family: var(--font-tit);
}

.main-con .video .video-tit h3 span {
    display: block;
    width: max-content;
    margin: 0 auto;
    background: rgb(0 215 217 / 70%);
    backdrop-filter: blur(4px);
    padding: 14px 12px 6px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    line-height: 1;
}

.main-con .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-h4 {
    font-size: 46px;
    color: #111;
    font-weight: 600;
    margin-bottom: 75px;
    text-align: center;
    font-family: var(--font-tit);
    line-height: 1;
}

.main-h4::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #333;
    display: block;
    margin: 25px auto 0;
}

#main05 {}

#main05 .main-h4 {}

.suggest {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.suggest .item {
    width: 100%;
    height: 400px;
    position: relative;
}

.suggest .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition : all 0.4s ease;
}

.suggest .item:hover:before {
    background: rgba(0, 0, 0, 0.1);
}

.suggest .item .img-box {
    width: 100%;
    height: 100%;
}

.suggest .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suggest .item .txt-box {
    position: absolute;
    content: "";
    left: 40px;
    top: 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
}

.suggest .item .txt-box span {
    width: fit-content;
    padding: 2px 14px;
    background: var(--page-point-color);
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
}

.suggest .item .txt-box h6 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.suggest .item .txt-box p {
    font-size: 17px;
    font-weight: 500;
}

.suggest .item svg {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
}

#main02 {
    padding-bottom: 50px !important;
}

.main-con .special {}

.special-wrap {
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 1000px;
    margin: 0 auto;
}

.special-wrap .special-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.special-wrap .special-box .img-box {
    border-radius: 30px;
    background: var(--page-point-color);
}

.special-box img {
    object-fit: cover;
    border-radius: 30px 30px 130px 30px;
}

.special-box .text-box {}

.special-box span {
    display: block;
    width: fit-content;
    font-size: 23px;
    color: #c2c2c2;
    font-weight: 300;
    font-family: "Lobster", "Noto Sans KR", "notokr", sans-serif;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 1;
}

.special-box p {
    margin-top: 28px;
    font-size: 36px;
    color: #222;
    font-weight: 500;
    font-family: var(--font-tit);
    line-height: 1.37;
}

.main-page#main03 {
    background: url('/public/img/main/main03-bg2.jpg') no-repeat center / cover;
    padding-bottom: 130px;
}

.main-con .process .main-h4 {
    color: #fff;
    margin-bottom: 65px;
}

.main-con .process .main-h4::after {
    background: #fff;
}

.process .process-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    justify-content: center;
}

.process-wrap .process-box {
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px 10px;
    position: relative;
    background: #fff;
    color: #222;
}

.process-box::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(0, -50%);
    /* font-family: "material symbols outlined"; */
    /* content: "\e037"; */
    font-size: 44px;
    font-variation-settings: 'FILL' 1;
    width: 14px;
    height: 24px;
    border-left: 14px solid #fff;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
}

.process-box:last-child::after {
    display: none;
}

.process-box span {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    font-size: 36px;
    --wght: 300;
    color: #00a2b3;
}

.process-box p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.065em;
    color: inherit;
}

.intro-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.intro-wrap .inner {
    position: relative;
    aspect-ratio: 3/4;
    width: 100%;
    background: #ddd;
    background: url("/public/img/main/intro01.jpg") no-repeat center / cover;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.intro-wrap .inner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.intro-wrap .inner:nth-child(2) {
    background: url("/public/img/main/intro02.jpg") no-repeat center / cover;
}

.intro-wrap .inner:nth-child(3) {
    background: url("/public/img/main/intro03.jpg") no-repeat center / cover;
}

.intro-wrap .inner h6 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px;
}

.intro-wrap .inner p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

.intro-wrap .inner a {
    gap: 12px;
    position: absolute;
    content: "";
    width: fit-content;
    padding: 6px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 15px;
    right: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.intro-wrap .inner a:hover {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
}

.intro-wrap .inner a svg {}

/* 서브 페이지 */
.subpage {}

.subpage-header {
    position: relative;
    align-items: center;
    display: flex;
    height: 450px;
}

.subpage-header .bg {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    filter: saturate(1.1);
}

#when01 .subpage-header .bg {
    background: url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
}

#where01 .subpage-header .bg {
    background: url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}

#long01 .subpage-header .bg {
    background: url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}

#who01 .subpage-header .bg {
    background: url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}

#cost01 .subpage-header .bg {
    background: url("/public/img/sub/subBg05.jpg") no-repeat center / cover;
}

#lodging01 .subpage-header .bg {
    background: url("/public/img/sub/subBg06.jpg") no-repeat center / cover;
}

#what01 .subpage-header .bg {
    background: url("/public/img/sub/subBg07.jpg") no-repeat center / cover;
}

#inquriy01 .subpage-header .bg {
    background: url("/public/img/sub/subBg08.jpg") no-repeat center / cover;
}

#notice01 .subpage-header .bg {
    background: url("/public/img/sub/subBg09.jpg") no-repeat center / cover;
}

#notice02 .subpage-header .bg {
    background: url("/public/img/sub/subBg10.jpg") no-repeat center / cover;
}

.subpage-header .bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.subpage-header h5 {
    color: #14e9ff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-family: var(--font-tit);
}

.subpage-tit {
    position: relative;
    text-align: center;
    font-size: 58px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-tit);
}

.sub-wrap {
    padding-top: 100px;
}

.sub-wrap .con {
    padding-bottom: 100px;
}

.sub-wrap .con .con-area {
    display: grid;
    border-radius: 20px;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.sub-wrap .con .con-area+div {
    margin-top: 80px;
}

.sub-wrap .con .season {
    grid-template-columns: repeat(2, 1fr);
}

.sub-wrap .con .month {
    grid-template-columns: repeat(4, 1fr);
}

.sub-wrap .con .month h5 {
    grid-column: span 4;
    font-size: 34px;
    color: #111;
    font-weight: 600;
    text-align: center;
    font-family: var(--font-tit);
    line-height: 1;
    margin: 40px 0 36px;
    letter-spacing: -0.02em;
}

.sub-wrap .con .month h5::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #333;
}

.sub-wrap .con .month .month-wrap img {
    aspect-ratio: 1;
    height: auto;
}

.sub-wrap .con .reason {
    grid-template-columns: repeat(4, 1fr);
}

.sub-wrap .con .reason img {
    height: auto;
    aspect-ratio: 1;
}

.con-area .con-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.con-area .con-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.con-area .con-wrap:hover::before {
    background: rgba(0, 0, 0, 0);
}

.inquriy-btn {
    display: flex;
    justify-content: center;
}

.inquriy-btn a,
#form_inquriy01 #write_btn {
    display: inline-flex;
    width: 180px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: var(--page-point-color);
    text-align: center;
    padding: 0;
    padding-top: 4px;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    transition: all 0.2s ease;
    letter-spacing: 0;
    font-family: var(--font-tit);
    font-weight: 500;
}

.inquriy-btn a:hover {
    background: var(--page-point-color-hover);
}

/* .season .season-wrap:hover img {
    transform: scale(1.2);
} */
.con-area .con-wrap img {
    height: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.con-area .con-wrap:hover p {
    display: none;
}

.con-area .con-wrap p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 700;
    transition: all 0.3s ease;
    line-height: 1.2;
    width: 100%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-family: var(--font-tit);
}

#notice02 :where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb {
    height: unset;
    width: 100%;
    aspect-ratio: 4/3;
}

/* 신청 폼 */
#inquriy01 table {
    width: 1000px;
    margin: 0 auto;
    border: none;
}

#inquriy01 table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 50px;
}

#inquriy01 input.form-control {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 5px 14px;
}

#inquriy01 .form-control {
    font-size: 16px;
    padding: 20px 20px;
    color: #333;
}

#inquriy01 #item_9 .form-control {
    min-height: 120px !important;
}

#inquriy01 #item_4,
#inquriy01 #item_5,
#inquriy01 #item_6,
#inquriy01 #item_7,
#inquriy01 #item_8,
#inquriy01 #item_9,
#inquriy01 #item_10 {
    grid-column: span 2;
}

#inquriy01 table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 0px 20px;
}

#inquriy01 table tr th {
    background: transparent;
    width: 100%;
    border: 0;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #222;
}

#inquriy01 table tr th::before {
    content: '';
    width: 12px;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 9px;
    background: var(--page-point-color);
    border-radius: 50px;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    display: none;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text+span::after {
    content: '*';
    width: 6px;
    height: 6px;
    color: red;
    border-radius: 50%;
    position: absolute;
    margin-left: 6px;
    top: 0px;
    font-weight: 400;
    font-size: 22px;
}

#inquriy01 table tr td {
    width: 100%;
    border: 0;
    padding: 0;
    height: 100%;
}

#inquriy01 .text-muted {
    display: none;
}

#inquriy01 table tr#item_4 td,
#inquriy01 table tr#item_5 td,
#inquriy01 table tr#item_6 td,
#inquriy01 table tr#item_7 td,
#inquriy01 table tr#item_8 td {
    background: #f6f6f6;
    padding: 8px 40px 15px;
}

#inquriy01 .checkbox-inline {
    margin-right: 20px;
    margin-left: 0 !important;
    margin-top: 7px !important;
}

.checkbox-inline,
.radio-inline {
    padding-left: 20px;
}

.custom_checkbox+span::before {
    margin: 0 10px 0 -20px;
    color: #777;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
    color: #333;
}

#inquriy01 .checkbox-inline span {
    font-size: 16px;
    letter-spacing: -0.03em;
    font-weight: 450;
}

#inquriy01 #item_captcha {
    grid-column: 1;
}

#inquriy01 #captcha+br {
    display: none;
}

#inquriy01 #captcha {
    height: 45px;
    vertical-align: bottom;
}

#inquriy01 #item_captcha input.form-control {
    width: auto;
    margin-top: 0 !important;
}

.checkbox.privacy_checkbox {
    font-size: 15px;
    margin-top: 5px;
}

.checkbox.privacy_checkbox a {
    text-decoration: underline;
}

.bbs-area .greet-txt {
    text-align: center;
    margin-bottom: 78px;
    font-size: 22px;
    font-weight: 330;
    color: #111;
    /* font-family: var(--font-tit); */
    line-height: 1.8;
    letter-spacing: -0.07em;
    max-width: 1000px;
    margin: 0 auto 70px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
}

.bbs-area .greet-txt span {
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #333;
    font-size: 34px;
}

/* #form_inquriy01 #write_btn {
    width: 220px;
    height: 65px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
} */

/* board */
.category_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.category_wrap ul {
    display: flex;
    gap: 30px;
}

.category_wrap ul li {
    position: relative;
    margin: 0 !important;
}

.category_wrap ul li+li::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 6px;
    width: 3px;
    aspect-ratio: 1;
    background: #ccc;
    border-radius: 50%;
}

.category_wrap ul li a {
    padding: 0;
    border: 0;
    font-size: 19px;
    /*font-family: 'G-Market-Sans';*/
    font-weight: 500;
    color: #333;
}

.category_wrap ul li.on a {}

.category_wrap ul li a:hover {
    color: var(--page-point-color);
}

#site :where(.table_video, .table_blog2, .table_pd) {
    margin: 0 -20px;
}

#site :where(.table_video, .table_blog2, .table_pd)>dd {
    padding: 0 20px;
}

:where(.table_video, .table_blog2) dd {
    margin-bottom: 60px;
}

:where(.table_video, .table_blog2, .table_pd) .inner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border: none;
    position: relative;
    transition: all 0.3s;
    outline: 3px solid transparent;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover {
    outline: 3px solid var(--page-point-color);
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-weight: 600;
    font-size: 19px;
    color: #222;
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) span {
    letter-spacing: -0.04em;
}

:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 13px;
}

:where(.table_video, .table_blog2) .inner .bottom .title {
    margin-bottom: 0;
}

:where(.table_video, .table_blog2, .table_pd) .bottom .info span {
    font-size: 12px;
}

:where(.table_video, .table_blog2, .table_pd) .bottom .info {
    margin-top: 15px;
}

/* table */
.table.table_default tr td.subject a {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.04em;
}

.table.table_default tr th,
.table.table_default tr td {
    padding: 16px 15px;
}

.table.table_default tr td {
    color: #888;
}

:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    padding: 5px;
    vertical-align: text-bottom;
    line-height: 1;
    background: var(--page-point-color);
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #333;
    font-size: 17px;
    font-weight: 600;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.03em;
}

.board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .contents_wrap {
    padding: 50px;
}

.board_data_view .contents_inner {
    font-size: 16px;
    line-height: 1.6;
}

.is_adm #gnbauth i {
    display: none;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
}

#site footer .footer-wrap {
    display: grid;
    padding: 40px 0;
    grid-template-columns: 0.15fr 1fr;
    align-items: start;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 110px;
    filter: grayscale(1);
    opacity: 0.7;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: relative;
    align-items: start;
    gap: 1px;
}

.footer-info li {
    font-size: 13px;
    margin-right: 15px;
    color: #888;
}

.footer-info li:first-child {
    font-weight: 600;
    color: #6f6f6f;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.footer-info li.copy {
    margin-top: 11px;
    font-size: 11px;
    color: #aaa;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #eee;
    color: #888;
    font-weight: 700;
    font-size: 11px;
}

.footer-info li.login a:hover {
    background: #eee;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* 게시판 커스텀 */
.bbs-component {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.bbs-component .img-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#notice02 .bbs-component .img-wrap .img-box {}

#notice02 .bbs-component .img-wrap .img-box img {}

#notice02 .bbs-component .img-wrap .img-box p {
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
    font-size: 17px;
}

#notice02 .component-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#notice02 .component-box .list {
    padding-left: 12px;
}

#notice02 .component-box .list h6 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 9px;
}

#notice02 .component-box .list h6::before {
    position: absolute;
    content: "";
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    aspect-ratio: 1;
    background: #111;
    border-radius: 50%;
}

#notice02 .component-box .list ul {}

#notice02 .component-box .list ul li {
    font-size: 17px;
    color: #222;
    display: flex;
}

#notice02 .component-box .list ul li span {
    display: block;
    width: 20px;
    font-weight: 500;
}

#notice02 .component-box .list ul li+li {
    margin-top: 10px;
}

#notice02 .link-go {
    display: flex;
    justify-content: end;
}

#notice02 .link-go a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 12px 8px 8px;
    border-radius: 5px;
    background: #1980A3;
    color: #fff;
}

#notice02 .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#notice02 .table_blog2::before,
#notice02 .table_blog2::after {
    display: none;
}

#notice02 .table_blog2>dd {
    padding: 0;
    margin: 0;
    width: 100%;
}

@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 14px 8px;
    }

    .navbar-brand .logo-tit {
        font-size: 25px;
    }

    .navbar-brand .logo-tit-big {
        font-size: 25px;
    }

    .navbar-brand {
        height: 75px;
    }

    .process .process-wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .process-wrap .process-box:nth-child(4)::after {
        display: none;
    }

    .intro-wrap .inner h6 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .intro-wrap .inner p {
        font-size: 16px;
    }

    .intro-wrap {
        gap: 25px;
    }

}

@media (max-width:991px) {
    .suggest{
        grid-template-columns: repeat(2,1fr);
    }
    #notice02 .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }

    :where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
        font-weight: 600;
        font-size: 16px;
        color: #222;
        width: 100%;
        white-space: wrap;
        padding: 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
    }

    .navbar-inverse .navbar-nav {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 0;
    }

    .navbar-inverse .navbar-nav::before,
    .navbar-inverse .navbar-nav::after {
        display: none;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 9px 8px;
        text-align: center;
    }

    .navbar-brand {
        height: 60px;
    }

    .navbar-header .kakao-link a {
        padding: 2px 7px 2px 7px;
    }

    .navbar-header .kakao-link a span {
        font-size: 11px;
    }

    .navbar-header .kakao-link a img {
        height: 28px;
    }

    .navbar-header .kakao-link {
        gap: 5px;
    }

    .navbar-header {
        margin: 10px auto;
    }

    .main-con .video .video-tit p {
        font-size: 20px;
    }

    .main-con .video .video-tit h3 {
        font-size: 40px;
    }

    .main-con .video .video-tit {
        height: unset;
        gap: 14px;
        top: 40%;
        transform: translateY(-50%);
        padding: 0;
    }

    .main-page:not(#main01) {
        padding: 90px 0;
    }

    .main-h4 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .main-h4::after {
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
    }

    .special-wrap .special-box {
        gap: 40px;
    }

    .intro-wrap {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }

    .special-box p {
        font-size: 25px;
    }

    .subpage-header {
        height: 340px;
    }

    .subpage-header h5 {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .subpage-tit {
        font-size: clamp(20px, 4.51vw, 45px);
    }

    .sub-wrap {
        padding-top: 80px;
    }

    .con-area .con-wrap p {
        font-size: 22px;
    }

    .table.table_default thead th {
        font-size: 14px;
    }

    .table.table_default tr th,
    .table.table_default tr td {
        padding: 12px 5px;
    }

    .table.table_default tr td.subject a {
        font-size: 13px;
    }

    .table.table_default tr th,
    .table.table_default tr td {
        font-size: 11px;
    }

    :where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
        padding: 4px;
        vertical-align: text-bottom;
        font-size: 10px;
        line-height: 1;
        background: var(--page-point-color);
        margin: 0 3px 0 0 !important;
        transform: translateY(2px);
    }

    #notice01 .bbs-box {
        overflow: hidden;
        overflow-x: auto;
    }

    #notice01 .bbs-area {
        min-width: 500px;
    }

    #notice01 .num_col {
        width: 50px !important;
    }

    #notice01 .subject_col {
        width: 220px !important;
    }

    #notice01 .writer_col {
        width: 70px !important;
    }

    #notice01 .regdate_col {
        width: 90px !important;
    }

    #notice01 .hits_col {
        width: 50px !important;
    }
}

@media (max-width:767px) {
    .suggest{
        grid-template-columns: repeat(1,1fr);
    }
    .suggest .item{
        height: 300px;
    }
    .navbar-header .sns-link img {
        border-radius: 50%;
        width: 22px;
        aspect-ratio: 1;
    }

    .navbar-brand .logo-tit {
        font-size: 20px;
    }

    .navbar-brand .logo-tit-big {
        font-size: 18px;
    }

    .navbar-brand {
        height: 50px;
    }

    .navbar-header .kakao-link a span {
        font-size: 9px;
    }

    .navbar-header .kakao-link a img {
        height: 20px;
    }

    .navbar-header .kakao-link a:last-child {
        padding: 0px 4px;
        font-size: 8px;
        justify-content: center;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: unset;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #111;
    }

    .navbar-inverse .navbar-nav {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    .navbar-inverse .navbar-collapse {
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px;
        padding: 5px 8px;
    }

    .main-con .video .video-tit p {
        font-size: 16px;
    }

    .main-con .video .video-tit p::after {
        width: 1px;
        height: 15px;
        margin: 10px auto 0;
    }

    .main-con .video .video-tit h3 {
        font-size: 28px;
    }

    .main-con .video {
        position: relative;
        height: 450px;
    }

    .navbar-header .kakao-link {
        gap: 5px;
        flex-direction: column;
        justify-content: end;
    }

    .navbar-header .custom-travel a {
        padding: 5px;
    }

    .navbar-header .kakao-link a {
        padding: 2px 5px;
        width: 100%;
        /* float: right; */
        gap: 3px;
    }

    .inquriy-btn a,
    #form_inquriy01 #write_btn {
        width: 150px;
        height: 45px;
        font-size: 18px;
    }

    #inquriy01 table tr th {
        font-size: 13px;
        padding: 12px !important;
        margin: 0;
    }

    .board_wrapper .table.board_write_table tbody tr th>span.required_text+span::after {
        width: 5px;
        height: 5px;
        margin-left: 0;
        top: 3px;
        font-size: 18px;
    }

    #inquriy01 table tr th::before {
        width: 8px;
        height: 3px;
        left: 0px;
        top: 19px;
        border-radius: 38px;
    }

    .bbs-area .greet-txt span {
        font-size: 25px;
    }

    .bbs-area .greet-txt {
        font-size: 17px;
        margin: 0px auto 35px;
        padding-bottom: 25px;
    }

    #inquriy01 input.form-control {
        height: 40px;
        font-size: 12px;
        padding: 5px 14px;
    }

    #inquriy01 table tr#item_4 td,
    #inquriy01 table tr#item_5 td,
    #inquriy01 table tr#item_6 td,
    #inquriy01 table tr#item_7 td,
    #inquriy01 table tr#item_8 td {
        background: #f6f6f6;
        padding: 7px 15px 10px;
    }

    .custom_checkbox+span::before {
        margin: 0 5px 0 -20px;
        color: #777;
        font-size: 13px;
    }

    #inquriy01 .checkbox-inline span {
        font-size: 13px;
    }

    #inquriy01 .checkbox-inline {
        margin-right: 5px;
        margin-left: 0 !important;
        margin-top: 5px !important;
    }

    #inquriy01 .form-control {
        font-size: 14px;
        padding: 15px 15px;
        color: #333;
    }

    #inquriy01 td textarea {
        min-height: 150px !important;
    }

    #inquriy01 #captcha {
        height: 40px;
    }

    .sub-wrap .con {
        padding-bottom: 50px;
    }
}

@media (max-width:576px) {
    .suggest .item {
        height: 200px;
    }
    .suggest .item svg {
        right: 10px;
        bottom: 20px;
        width: 30px;
        height: 30px;
    }
    .suggest .item .txt-box span {
        padding: 2px 8px;
        font-size: 10px;
    }
    .suggest .item .txt-box h6 {
        font-size: 20px;
    }
    .suggest .item .txt-box p {
        font-size: 15px;
        font-weight: 500;
    }
    .suggest .item .txt-box {
        left: 25px;
        top: 30px;
        gap: 3px;
    }
    .suggest .item {
        height: 230px;
    }
    #notice02 :where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb {
        aspect-ratio: 3 / 2;
    }

    #notice02 .table_blog2 {
        grid-template-columns: 1fr;
        gap: 60px 30px;
    }

    .category_wrap ul li+li::before {
        left: -9px;
        top: 6px;
        width: 2px;
    }

    .category_wrap ul {
        gap: 15px;
    }

    .category_wrap ul li a {
        font-size: 14px;
    }

    .bbs-area .greet-txt {
        font-size: 13px;
    }

    .bbs-area .greet-txt span {
        font-size: 20px;
    }

    #inquriy01 table tr {
        padding: 0px 0px 8px;
    }

    .sub-wrap .con .con-area+div {
        margin-top: 70px;
    }

    .sub-wrap .con .month {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-wrap .con .month h5 {
        grid-column: span 2;
        font-size: 22px;
        margin: 20px 0 18px;
    }

    .subpage-header h5 {
        font-size: 12px;
    }

    .subpage-header {
        height: 160px;
    }

    .navbar-header .sns-link {
        gap: 6px;
        position: absolute;
        left: 4px;
        bottom: -8px;
    }

    .navbar-header {
        padding: 0 5px;
        position: relative;
        margin: 10px 0;
    }

    .navbar-brand .logo-tit {
        font-size: 16px;
    }

    .navbar-brand .logo-tit-big {
        font-size: 14px;
    }

    .navbar-brand {
        height: 42px;
    }

    .navbar-brand>span {
        display: flex;
        gap: 3px;
    }

    .main-con .video .video-tit p {
        font-size: 13px;
    }

    .main-con .video .video-tit h3 {
        font-size: 19px;
    }
    #main05 .main-h4{
        font-size : 18px;
    }
    .main-h4 {
        font-size: 22px;
        margin-bottom: 40px;
        line-height: 1.4;
    }

    .process .process-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .process-wrap .process-box:nth-child(4)::after {
        display: block;
    }

    .process-wrap .process-box:nth-child(3n)::after {
        display: none;
    }

    .main-con .video {
        position: relative;
        height: 385px;
    }

    .special-wrap .special-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .special-box span {
        font-size: 17px;
    }

    .special-box p {
        font-size: 19px;
        margin-top: 10px;
    }

    .special-wrap {
        gap: 40px;
    }

    .intro-wrap {
        gap: 25px;
        grid-template-columns: 1fr;
    }

    .intro-wrap .inner {
        aspect-ratio: 3 / 2;
        padding: 20px;
    }

    .intro-wrap .inner h6 {
        font-size: 18px;
    }

    .intro-wrap .inner p {
        font-size: 13px;
    }

    .intro-wrap .inner a {
        gap: 7px;
        padding: 4px 12px;
        right: 20px;
        bottom: 20px;
        font-size: 13px;
    }

    .intro-wrap .inner a svg {
        width: 15px;
        height: 15px;
    }

    .main-page:not(#main01) {
        padding: 70px 0;
    }

    .process-wrap .process-box {
        border-radius: 15px;
        padding: 2px 5px;
    }

    .process-box span {
        margin-bottom: 9px;
        font-size: 24px;
    }

    .process-box p {
        font-size: 11px;
    }

    .process-box::after {
        right: -9px;
        border-left: 11px solid #fff;
        border-bottom: 11px solid transparent;
        border-top: 11px solid transparent;
        width: 11px;
        height: 22px;
    }

    .footer-logo img {
        height: 65px;
    }

    #site footer .footer-wrap {
        padding: 20px 0;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer-info li:first-child {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .footer-info li {
        font-size: 11px;
        margin-right: 8px;
    }

    .footer-info li.copy {
        margin-top: 10px;
        font-size: 9px;
    }

    .sub-wrap .con .con-area {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .inquriy-btn a,
    #form_inquriy01 #write_btn {
        width: 130px;
        height: 38px;
        font-size: 16px;
    }

    .con-area .con-wrap p {
        font-size: 20px;
    }

}