.main {
    padding-top: 78px;
}

/* sample_index01 */

/* section01 */
.section01 {
    width: 100%;
    height: 820px;
}

.section01 .mainViusal {
    width: 100%;
    height: 100%;
    background: url(../assets/image/main/mainBg_sample.png) no-repeat center;
    background-size: cover;
}

.section01 .container {
    position: relative;
    height: 100%;
}

.section01 .container .topABox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 100%;
    height: 100%;
}

.section01 .topABox h1 {
    font-family: 'GmarketSans';
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 130%;
}

.section01 .topABox .searchBox {
    position: relative;
    width: 100%;
}

.section01 .topABox .searchBox input {
    padding: 18px 82px 18px 30px;
    width: 100%;
    border: 1px solid var(--Default);
    border-radius: 0 15px;
}

.section01 .topABox .searchBox input::placeholder {
    font-family: 'GmarketSans';
    color: var(--Greyscale7);
    font-size: 21px;
    font-weight: 500;
}

.section01 .topABox .searchBox .searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    border-radius: 0 15px;
}

.section01 .topABox .searchBox .searchBtn img {
    width: 19px;
    height: 19px;
}

.section01 .topBBox {
    position: absolute;
    bottom: -72px;
    width: 100%;
}

.section01 .topBBox .topBItem {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 2px 5px 0px rgba(0, 0, 0, 0.03), 0px 5px 10px 0px rgba(0, 0, 0, 0.04), 0px 10px 17px 0px rgba(0, 0, 0, 0.04), 0px 18px 33px 0px rgba(0, 0, 0, 0.05), 0px 45px 80px 0px rgba(0, 0, 0, 0.07);
    transition: all ease 1s 0s;
}

.section01 .topBBox .topBItem a {
    padding: 23px 36px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.section01 .topBBox .topBItem a .leftItem {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    transition: all ease 1s 0s;
}

.section01 .topBBox .topBItem a .leftItem h3 {
    padding-top: 15px;
    font-family: 'GmarketSans';
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.section01 .topBBox .topBItem a .leftItem p {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.section01 .topBBox .topBItem a .rightItem {
    width: 70px;
    height: 70px;
}

.section01 .topBBox .topBItem a .rightItem img {
    width: 100%;
    height: 100%;
}

.section01 .topBBox .topBItem:hover a .leftItem h3,
.section01 .topBBox .topBItem:hover a .leftItem p {
    color: #fff;
}

.section01 .topBBox .topBItem:hover a .rightItem {
    display: none;
}

.section01 .topBBox .topBItem.A:hover {
    background: url(../assets/image/main/main_sample.png) no-repeat center;
}


/* section02 */
.section02 {
    padding: 120px 0 45px;
}

/* 자주찾는 서비스 */
.qckMenu {
    padding: 32px 30px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #F1F5F5;
    border-radius: 16px;
}

.qckMenu .qckMenuTit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-family: 'GmarketSans';
    color: var(--Greyscale9);
}

.qckMenu .qckMenuTit>h3 {
    font-size: 26px;
    font-weight: 700;
}

.qckMenu .qckMenuTit>p {
    font-size: 14px;
}

.qckMenu .qckMenuLink {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.qckMenu .qckMenuLink li {
    width: calc(25% - 15px);
    height: 108px;
}

.qckMenu .qckMenuLink li>a {
    padding: 18px 10px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    font-family: 'GmarketSans';
    color: var(--Greyscale9);
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.qckMenu .qckMenuLink li.active>a {
    color: #fff;
    background-color: var(--Default);
}

@media (max-width: 600px) {
    .qckMenu {
        padding: 16px;
    }

    .qckMenu .qckMenuTit {
        flex-direction: column;
    }

    .qckMenu .qckMenuLink {
        gap: 16px;
    }

    .qckMenu .qckMenuLink li {
        width: calc(50% - 8px);
    }
}

/* 지금 담양은 */
.nowDamyang {
    position: relative;
    margin-top: 40px;
    border-radius: 16px;
}

.nowDamyang .nowDamyangTit>h3 {
    font-family: 'GmarketSans';
    color: var(--Greyscale9);
    font-size: 26px;
    font-weight: 700;
}

.nowDamyang .nowSlide {
    margin-top: 20px;
}

.nowDamyang .nowSlide .slick-track {
    height: 100%;
}

.nowDamyang .nowSlide .slick-list {
    height: 310px;
    border-radius: 16px;
}

.nowDamyang .nowSlide .slick-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.nowDamyang .nowSlide a {
    width: 100%;
    height: 100%;
}

.nowDamyang .nowSlide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nowDamyang .controlBox {
    position: absolute;
    top: 3px;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nowDamyang .controlBox .paging {
    position: absolute;
    top: 0;
    left: 42px;
    height: 26px;
    min-width: 36px;
    line-height: 26px;
    text-align: right;
}

.nowDamyang .controller {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.nowDamyang .controller button {
    border: 1px solid #E0E0E0;
    border-radius: 50%;
}

.nowDamyang .controlBox .controller .prev {
    margin-right: 60px;
}

.nowDamyang .controlBox .controller .prev,
.nowDamyang .controlBox .controller .next,
.nowDamyang .controlBox .controller .stop,
.nowDamyang .controlBox .controller .play,
.nowDamyang .controlBox .paging {
    font-size: 0;
    color: var(--Greyscale8);
    display: inline-block;
}

.nowDamyang .controlBox .paging>span {
    font-family: 'GmarketSans';
    font-size: 18px;
    color: var(--Greyscale8);
    opacity: 0.6;
}

.visualSec .controlBox .paging>.this {
    color: var(--Greyscale8);
    font-size: 18px;
    opacity: 1;
}

.nowDamyang .controlBox .paging>.this::after {
    content: "/";
    display: inline-block;
    color: var(--Greyscale8);
    opacity: 0.6;
    margin: 0 5px;
}

@media (max-width: 1200px) {
    .nowDamyang .slick-slide>img {
        left: unset;
        top: unset;
        position: unset;
        transform: translateX(0);
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 960px) {
    .nowDamyang .nowSlide .slick-slide {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .nowDamyang .nowSlide .slick-slide {
        height: 360px;
    }

    .nowDamyang .controlBox {
        right: 16px;
    }
}


/* section03 */
.section03 {
    padding-bottom: 45px;
}

/* 추천명소 / 이벤트 슬라이드 */
.tabSlideBox {
    margin-top: 40px;
    width: 100%;
    height: 360px;
}

.tab-area.horizontal {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    height: 100%;
}

.tab-area.horizontal>.tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    height: 100%;
}

.tab-area.horizontal>.tab .tabBtn {
    margin-top: 0;
    width: 70px;
    height: 50%;
    color: var(--Greyscale5) !important;
    font-size: 14px;
    font-weight: 400;
    background: #E1E4E6;
    border: none !important;
    border-radius: 0;
}

.tab-area.horizontal>.tab .tabBtn a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tab-area.horizontal>.tab .tabBtn.active {
    background: var(--Primary-darken);
}

.tab-area.horizontal>.tabCon {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tab-area.horizontal>.tabCon .tabSlideItem01,
.tab-area.horizontal>.tabCon .tabSlideItem02 {
    position: relative;
}

.tab-area.horizontal>.tabCon .tabConItem,
.tab-area.horizontal>.tabCon .tabSlideItem01,
.tab-area.horizontal>.tabCon .tabSlideItem02,
.tab-area.horizontal>.tabCon .tabSlide,
.tab-area.horizontal>.tabCon .slick-track {
    height: 100%;
}

.tabSlideItem01 .tabSlide .slick-list,
.tabSlideItem02 .tabSlide .slick-list {
    height: 100%;
}

.tabSlideItem01 .tabSlide .slick-slide,
.tabSlideItem02 .tabSlide .slick-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.tabSlideItem01 .tabSlide a,
.tabSlideItem02 .tabSlide a {
    display: block;
    width: 100%;
    height: 100%;
}

.tabSlideItem01 .tabSlide a img,
.tabSlideItem02 .tabSlide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabSlideItem01 .controlBox,
.tabSlideItem02 .controlBox {
    padding: 0 32px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: rgba(41, 42, 43, 0.60);
}

.tabSlideItem01 .controlBox>div,
.tabSlideItem02 .controlBox>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    height: 100%;
}

.tabSlideItem01 .controlBox .paging>span,
.tabSlideItem02 .controlBox .paging>span {
    color: #fff;
    font-size: 12px;
}

.visualSec .controlBox .paging>.this {
    color: var(--Greyscale8);
    font-size: 18px;
    opacity: 1;
}

.tabSlideItem01 .controlBox .controller .prev,
.tabSlideItem01 .controlBox .controller .next,
.tabSlideItem01 .controlBox .controller .stop,
.tabSlideItem01 .controlBox .controller .play,
.tabSlideItem01 .controlBox .paging,
.tabSlideItem02 .controlBox .controller .prev,
.tabSlideItem02 .controlBox .controller .next,
.tabSlideItem02 .controlBox .controller .stop,
.tabSlideItem02 .controlBox .controller .play,
.tabSlideItem02 .controlBox .paging {
    font-size: 0;
    color: var(--Greyscale8);
    display: inline-block;
}

.tabSlideItem01 .controlBox .paging>.this::after,
.tabSlideItem02 .controlBox .paging>.this::after {
    content: "/";
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}

/* 공지사항 ~ 채용공고 탭 */
.section03 .boardBox {
    margin-top: 40px;
    padding: 16px;
    width: 100%;
    height: 360px;
    border: 1px solid var(--Greyscale2);
}

.boardBox .tab-area {
    margin-top: 0;
}

.boardBox .tab-area .tab .tabBtn {
    margin-top: 0;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
}

.boardBox .tab-area .tab .tabBtn.txtBtn {
    flex-grow: 1;
}

.boardBox .tab-area .tab .tabBtn:last-child {
    border-radius: 0 !important;
}

.boardBox .tab-area .tab .tabBtn:nth-child(4) {
    border-right: 0 !important;
}

.boardBox .tabCon .board-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.boardBox .tabCon .boardMain {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    border-bottom: 1px solid #CED3D6;
}

.boardBox .tabCon .boardMain .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid #CED3D6;
}

.boardBox .tabCon .boardMain .date>p {
    font-size: 14px;
    font-weight: 400;
}

.boardBox .tabCon .boardMain .date>b {
    font-size: 20px;
    font-weight: 700;
}

.boardBox .tabCon .boardMain a {
    display: block;
    width: calc(100% - 86px);
    height: 70px;
}

.boardBox .tabCon .boardMain .boardMainCon {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
}

.boardBox .tabCon .boardMain .boardMainCon h3 {
    color: var(--Greyscale9);
    font-size: 16px;
    font-weight: 700;
}

.boardBox .tabCon .boardMain .boardMainCon>p {
    display: -webkit-box;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 500;
}

.boardBox .tabCon .boardList {
    margin-top: 8px;
    width: 100%;
}

.boardBox .tabCon .boardList .boardItem {
    padding: 6px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.boardBox .tabCon .boardList .boardItem a {
    flex-grow: 1;
    width: 100%;
    color: #363A3C;
    font-size: 14px;
}

.boardBox .tabCon .boardList .boardItem p.date {
    flex-shrink: 0;
    color: #A9AFB3;
    font-size: 12px;
}