@charset 'UTF-8';

@font-face {
  font-family: 'Pretendard';
  src: url(../font/Pretendard-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url(../font/Pretendard-ExtraBold.woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url(../font/Pretendard-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url(../font/Pretendard-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url(../font/Pretendard-Medium.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

.call {
    display: none;
    cursor: pointer;
}

/* �ㅻ뜑 */
#header {
    width: 100%;
    transition: all 0.25s ease;
}

#header .header-inner {
    height: 100%;
}

#header .header-wrap {
    margin: 0 auto;
    height: 100%;
}

#logo {
    height: 100px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo a {
    display: inline-block;
    z-index: 999;
    position: relative;
}

#logo a img {
    display: inline-block;
    vertical-align: middle;
}
.mob-btn {
    display: none;
}
.mob-btn span {
    width: 30px;
    height: 4px;
    border-radius: 15px;
    background-color: #000;
    display: block;
    margin: 6px 0;
}
#mobile-nav {
    background-color: #fff;
}
/* NAVI :: 怨듯넻 */
#nav {
    border-bottom: 1px solid #dddddd;
}

.menu-area {
    height: 60px;
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.clearfix:after {
    content: '';
    display: none;
    clear: both;
}

/* NAVI :: �ㅽ���1 (�⑤룆 硫붾돱 �ㅽ��� / Each Menu Style) */
#nav.each-menu > ul > li {
    float: left;
    position: relative;
}

#nav.each-menu > ul > li > a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    transition: all 0.25s ease;
    font-family: 'SCoreDream' , 'Pretendard' !important;
}

#nav.each-menu > ul > li .submenu {
    z-index: 99;
    left: -20px;
    display: none;
    position: absolute;
    width: 150px;
    text-align: center;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.gnb1 .submenu,
.gnb4 .submenu,
.gnb5 .submenu {
    left: -40px !important;
}

.gnb2 .submenu {
    left: -18px;
}

#nav.each-menu > ul > li .submenu > ul > li {
    border-bottom: 1px solid #ddd;
}

#nav.each-menu > ul > li .submenu > ul > li:last-child {
    border-bottom: 0;
}

#nav.each-menu > ul > li .submenu > ul > li > a {
    display: block;
    padding: 10px;
    font-size: 14px;
    transition: all 0.25s ease;
}

#nav.each-menu > ul > li:hover > a {
    color: #222;
}

#nav.each-menu > ul > li:hover > a:after {
    opacity: 1;
    visibility: visible;
}

/* NAVI :: �ㅽ���2 (�⑤룆 硫붾돱 �ㅽ��� 02 / Each Menu Style 02) */
#nav.each-menu-style02 > ul > li {
    float: left;
    position: relative;
}

#nav.each-menu-style02 > ul > li > a {
    position: relative;
    display: block;
    padding: 0 55px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    transition: all 0.25s ease;
}

#nav.each-menu-style02 > ul > li .submenu {
    position: absolute;
    width: 100%;
    top: 80px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

#nav.each-menu-style02 > ul > li .submenu:before {
    content: '';
    position: Absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #061337;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    z-index: -1;
}

#nav.each-menu-style02 > ul > li .submenu > ul {
    padding: 10px 0px;
}

#nav.each-menu-style02 > ul > li .submenu > ul > li {
    position: relative;
    opacity: 0;
    transition: all 0s 0s;
}

#nav.each-menu-style02 > ul > li .submenu > ul > li:last-child {
    border-bottom: 0;
}

#nav.each-menu-style02 > ul > li .submenu > ul > li > a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    font-weight: 200;
    transition: all 0.25s ease;
}

#nav.each-menu-style02 > ul > li:hover > a {
    color: #313580;
}

#nav.each-menu-style02 > ul > li:hover > a:after {
    opacity: 1;
    visibility: visible;
}

#nav.each-menu-style02 > ul > li .submenu > ul > li a:hover {
    opacity: 1;
}

#nav.each-menu-style02 > ul > li .submenu.on {
    opacity: 1;
    visibility: visible;
}

#nav.each-menu-style02 > ul > li .submenu.on:before {
    height: 100%;
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li {
    opacity: 1;
    transition: all 1s cubic-bezier(0.7, 0.1, 0.2, 1);
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li:first-child {
    transition-delay: 0.05s;
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li:nth-child(2) {
    transition-delay: 0.1s;
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li:nth-child(3) {
    transition-delay: 0.15s;
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li:nth-child(4) {
    transition-delay: 0.2s;
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li:nth-child(5) {
    transition-delay: 0.25s;
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li:nth-child(6) {
    transition-delay: 0.3s;
}

#nav.each-menu-style02 > ul > li .submenu.on > ul > li:nth-child(7) {
    transition-delay: 0.35s;
}

/* NAVI :: �ㅽ���1 (�⑤룆 硫붾돱 �ㅽ��� / Each Menu Style) :: �⑤뵫�� �꾩슜 : #header class�� cm_header_style02 異붽� */
.cm_header_style02 #nav.each-menu > ul > li {
    float: left;
    position: relative;
}

.cm_header_style02 #nav.each-menu > ul > li > a {
    position: relative;
    display: block;
    padding: 0 55px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cm_header_style02 #nav.each-menu > ul > li > a:after {
    opacity: 0;
    visibility: hidden;
    content: '';
    width: 1px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 0.5s ease;
}

.cm_header_style02 #nav.each-menu > ul > li:hover > a:after {
    height: 30%;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    position: absolute;
    width: 100%;
    top: 80px;
    text-align: center;
    z-index: 9999;
    transition: all 0.7s ease;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu > ul > li {
    border-bottom: 1px solid #a5a341;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu > ul > li:last-child {
    border-bottom: 0;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu > ul > li > a {
    display: block;
    padding: 10px;
    font-size: 14px;
    transition: all 0.25s ease;
    background: #939b42;
    color: #efeebc;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu > ul > li:first-child a {
    border-radius: 5px 5px 0 0;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu > ul > li:last-child a {
    border-radius: 0 0 5px 5px;
}

.cm_header_style02 #nav.each-menu > ul > li:hover > a {
    color: #fff;
}

.cm_header_style02 #nav.each-menu > ul > li:hover > a:after {
    opacity: 1;
    visibility: visible;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu > ul > li a:hover {
    background: #a6ae4e;
    color: #fff;
}

.cm_header_style02#header.header_scroll #nav.each-menu > ul > li > a {
    color: #222;
}

.cm_header_style02 #nav.each-menu > ul > li .submenu.on {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* GNB MOBILE :: �ㅽ���1 (湲곕낯 �ㅽ��� / Basic Style) */
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 999;
}

.gnb_style_basic {
    position: fixed;
    right: -280px;
    width: 280px;
    top: 0;
    height: 100%;
    z-index: 999999;
    transition: 0.4s ease;
}

.gnb_style_basic .gnb-mobile-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 75px 0px;
}

.gnb_style_basic .gnb-mobile-wrapper .gnb-mobile-inner {
    width: 100%;
    height: 100%;
}

.gnb_style_basic #mobile-nav {
    width: 100%;
    height: 100%;
}

.gnb_style_basic #mobile-nav > li {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.gnb_style_basic #mobile-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
}

.gnb_style_basic #mobile-nav > li > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    transition: 0.4s ease;
}

.gnb_style_basic #mobile-nav .submenu {
    display: none;
}

.gnb_style_basic #mobile-nav .submenu ul li {
    border-top: 1px solid #ddd;
}

.gnb_style_basic #mobile-nav .submenu ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    transition: 0.4s ease;
}

.gnb_style_basic #mobile-nav > li.open > a {
    background: #f4f4f4;
}

.gnb_style_basic.open {
    right: 0px;
}

@media screen and (max-width: 1023px) {
    .gnb_style_basic {
        display: block;
    }
}

/* GNB MOBILE :: �ㅽ���1 (湲곕낯 �ㅽ��� / Basic Style) */
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 999;
}

.gnb_style_basic {
    position: fixed;
    right: -280px;
    width: 280px;
    top: 0;
    height: 100%;
    z-index: 999999;
    transition: 0.4s ease;
}

.gnb_style_basic .gnb-mobile-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
}

.gnb_style_basic .gnb-mobile-wrapper .gnb-mobile-inner {
    width: 100%;
    height: 100%;
}

.gnb_style_basic #mobile-nav {
    width: 100%;
    height: 100%;
}

.gnb_style_basic #mobile-nav > li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.gnb_style_basic #mobile-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
}

.gnb_style_basic #mobile-nav > li > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    transition: 0.4s ease;
}

.gnb_style_basic #mobile-nav .submenu {
    display: none;
}

.gnb_style_basic #mobile-nav .submenu ul li {
    border-top: 1px solid #e5e5e5;
}

.gnb_style_basic #mobile-nav .submenu ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    transition: 0.4s ease;
}

.gnb_style_basic #mobile-nav > li.open > a {
    background: #f4f4f4;
}

.gnb_style_basic.open {
    right: 0px;
}

@media screen and (max-width: 1023px) {
    .gnb_style_basic {
        display: block;
    }
}

/* 문화관광 콘텐츠 */
.tour-wrap {
    position: relative;
    min-height: 500px;
    border-radius: 22px;
    overflow: hidden;
}

.tour-wrap button:active {
    transform: scale(0.95);
}

.tour-wrap .tour-layout {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 10;
}

.tour-wrap .tour-layout .tour-smart {
    position: absolute;
    top: 70px;
    right: 10px;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background-color: #ff7b41;
    z-index: 10;
}

.tour-wrap .tour-layout .tour-smart .smart-icons .cloud {
    position: absolute;
    background: url(https://www.hongseong.go.kr/images/kor/main/cloud.png)
        no-repeat;
    background-size: 100%;
}

.tour-wrap .tour-layout .tour-smart .smart-icons .cloud01 {
    width: 29px;
    height: 17px;
    top: -7px;
    right: 9px;
}

.tour-wrap .tour-layout .tour-smart .smart-icons .cloud02 {
    width: 48px;
    height: 29px;
    top: 26px;
    right: -22px;
}

.tour-wrap .tour-layout .tour-smart:hover .cloud,
.tour-wrap .tour-layout .tour-smart:focus .cloud {
    animation: moveCloud 1.2s;
    animation-iteration-count: infinite;
}

.tour-wrap .tour-layout .tour-smart:hover .cloud01,
.tour-wrap .tour-layout .tour-smart:focus .cloud01 {
    animation-delay: 0.6s;
}

.tour-wrap .tour-layout .tour-smart .smart-icons .top-img {
    position: absolute;
    top: -15px;
    left: -15px;
    max-width: none;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.tour-wrap .tour-layout .tour-smart .smart-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 122px;
    height: 57px;
    padding-top: 5px;
    background: url(https://www.hongseong.go.kr/images/kor/main/half_circle.png)
        no-repeat;
    z-index: 2;
    text-align: center;
}

.tour-wrap .tour-layout .tour-smart .smart-text span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 1.25;
}

.tour-wrap .tour-layout .tour-smart .smart-text span::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3.5px;
    right: 0;
    width: 11px;
    height: 9px;
    background: url(https://www.hongseong.go.kr/images/kor/main/smart_arrow.png)
        no-repeat;
    transition: all 0.3s;
}

.tour-wrap .tour-layout .tour-smart:hover .smart-text span::before,
.tour-wrap .tour-layout .tour-smart:focus .smart-text span::before {
    transform: translateX(10px);
}

.tour-wrap .tour-layout .tour-links {
    display: flex;
    position: absolute;
    bottom: 93px;
    right: 0;
    z-index: 10;
}

.tour-wrap .tour-layout .tour-links .tour-link {
    padding-left: 9px;
}

.tour-wrap .tour-layout .tour-links .tour-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 102px;
    height: 102px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.tour-wrap .tour-layout .tour-links .tour-link a:hover,
.tour-wrap .tour-layout .tour-links .tour-link a:focus {
    background-color: #33b51f;
}

.tour-wrap .tour-layout .tour-links .tour-link a .link-icon {
    display: block;
    width: 31px;
    height: 31px;
    background: url(https://www.hongseong.go.kr/images/kor/main/tour_ir.png)
        no-repeat;
    transition: all 0.3s;
}

.tour-wrap .tour-layout .tour-links .tour-link01 a .link-icon {
    background-position: 0 0;
}

.tour-wrap .tour-layout .tour-links .tour-link02 a .link-icon {
    background-position: -31px 0;
}

.tour-wrap .tour-layout .tour-links .tour-link03 a .link-icon {
    background-position: -62px 0;
}

.tour-wrap .tour-layout .tour-links .tour-link04 a .link-icon {
    background-position: -93px 0;
}

.tour-wrap .tour-layout .tour-links .tour-link05 a .link-icon {
    background-position: -124px 0;
}

.tour-wrap .tour-layout .tour-links .tour-link06 a .link-icon {
    background-position: -155px 0;
}

.tour-wrap .tour-layout .tour-links .tour-link a:hover .link-icon,
.tour-wrap .tour-layout .tour-links .tour-link a:focus .link-icon {
    transform: translateY(-5px);
}

.tour-wrap .tour-layout .tour-links .tour-link a .link-text {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.tour-wrap .tour-layout .tour-slide .slide-content {
    position: relative;
    text-align: center;
    height: 500px;
}

.tour-wrap .tour-layout .tour-slide .slide-content .page-count {
    background-color: #7cbe56;
    border-radius: 0 20px 0 20px;
    z-index: 999 !important;
    bottom: 0;
    height: 55px;
    width: 285px !important;
}

.tour-wrap .tour-layout .tour-slide .slide-content .content-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tour-wrap .tour-layout .tour-slide .slide-content .content-title h2 {
    color: #fff;
    font-size: 80px !important;
    font-weight: 900 !important;
    font-family: 'Gmarketans' !important;
    text-transform: uppercase;
}

.tour-wrap .tour-layout .tour-slide .slide-content .content-title p {
    color: #fff;
    font-size: 25px !important;
    font-weight: 400;
}

.tour-wrap .tour-layout .tour-slide .slide-content .content-desc {
    position: relative;
    margin-top: 25px;
    z-index: 1;
}

.tour-wrap .tour-layout .tour-slide .slide-content .content-desc .desc-title {
    display: block;
    margin-bottom: 10px;
    font-family: 'score';
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-desc
    .desc-title
    em {
    display: block;
    font-family: 'score';
    font-size: 16px;
    font-weight: bold;
    color: #ffee2e;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-desc
    .desc-substance {
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
}

.tour-wrap .tour-layout .tour-slide .slide-content .content-desc .desc-link {
    display: inline-block;
    position: relative;
    padding: 8px 40px 8px 15px;
    border-radius: 50px;
    background-color: #147b04;
    font-size: 15px;
    transition: all 0.5s;
    color: #fff;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-desc
    .desc-link:hover,
.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-desc
    .desc-link:focus {
    background-color: #083f00;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-desc
    .desc-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 5px;
    height: 7px;
    transform: translateY(-50%);
    background: url(https://www.hongseong.go.kr/images/kor/main/link_arrow.png)
        no-repeat;
}

.tour-wrap .tour-layout .tour-slide .slide-content .content-dot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 85px;
    z-index: 1;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-dot
    .dot
    .dot-button {
    position: relative;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-dot
    .dot
    .dot-button::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-dot
    .dot
    .dot-button:hover::before,
.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-dot
    .dot
    .dot-button:focus::before {
    opacity: 1;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-dot
    .dot
    .dot-button
    .dot-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.5s;
}

.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-dot
    .dot
    .dot-button:hover
    .dot-text,
.tour-wrap
    .tour-layout
    .tour-slide
    .slide-content
    .content-dot
    .dot
    .dot-button:focus
    .dot-text {
    opacity: 1;
    transform: translateY(0);
}

.tour-wrap .tour-layout .slide-controller {
    position: absolute !important;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: 33px;
    left: 57px;
    z-index: 999;
}

.tour-wrap .tour-layout .slide-controller .slide-progress {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.tour-wrap .tour-layout .slide-controller .slide-progress .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
}

.tour-wrap .tour-layout .slide-controller .slide-nav {
    flex-shrink: 0;
    position: absolute;
    left: 180px;
    bottom: -14px;
}

.tour-wrap .tour-layout .slide-controller .slide-nav .slide-arrow,
.tour-wrap .tour-layout .slide-controller .slide-nav .slide-auto {
    width: 7px;
    height: 15px;
}

.tour-wrap .tour-layout .slide-controller .slide-nav .slide-arrow {
    background: url(https://www.hongseong.go.kr/images/kor/main/slide_arrow.png)
        no-repeat;
}

.tour-wrap .tour-layout .slide-controller .slide-nav .slide-prev {
    transform: rotate(180deg);
}

.tour-wrap .tour-layout .slide-controller .slide-nav .slide-next {
}

.tour-wrap
    .tour-layout
    .slide-controller[data-autoplay='Y']
    .slide-nav
    .slide-auto {
    background: url('../img/stop.png') no-repeat;
}

.tour-wrap
    .tour-layout
    .slide-controller[data-autoplay='N']
    .slide-nav
    .slide-auto {
    background: url('../img/play.png') no-repeat;
}

.slide-nav > button {
    outline: none;
}

.tour-wrap .tour-bg-slide .slick-slide,
.tour-wrap .tour-bg-slide .slick-list,
.tour-wrap .tour-bg-slide .slick-track {
    height: 500px;
}

.tour-wrap .tour-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.tour-wrap .tour-bg-slide .bg-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tour-wrap .tour-bg-slide .bg-inner01 {
    background: url('../img/main-slide1.png') no-repeat center;
    background-size: cover;
}

.tour-wrap .tour-bg-slide .bg-inner02 {
    background: url('../img/main-slide2.png') no-repeat center;
    background-size: cover;
}

.tour-wrap .tour-bg-slide .bg-inner03 {
    background: url('../img/main-slide3.png') no-repeat center;
    background-size: cover;
}

.tour-wrap .tour-bg-slide .slick-active .bg-inner {
    animation: scaleDown 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-count {
    display: flex;
    position: absolute;
    bottom: 110px;
    left: 0;
    align-items: center;
}

.page-count p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.page-count p:nth-child(1) {
    position: absolute;
    left: 25px;
}

.page-count p:nth-child(2) {
    position: absolute;
    left: 170px;
}

.blind {
    display: none;
}

/*  */
.slick-next {
    position: absolute;
    left: 256px;
    bottom: 15px;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 999;
    background: url('../img/next.png') no-repeat;
    height: 15px;
    border: none !important;
    outline: none !important;
    transition: 0.5s all;
    width: 9px;
}

.slick-prev {
    position: absolute;
    bottom: 15px;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 999;
    left: 215px;
    background: url('../img/prev.png') no-repeat;
    height: 15px;
    border: none !important;
    outline: none !important;
    transition: 0.5s all;
    width: 9px;
}

/*  */
.container {
    width: 1400px;
    margin: 0 auto;
}

.main_section_1 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.main-slick {
    width: 1000px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.main_slick_right {
    width: 360px;
}

.main_slick_right div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    height: 350px;
}

.main_slick_right div:nth-child(1) article {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s all;
}

.main_slick_right div:nth-child(1) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_slick_right div:nth-child(1) a p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

.swiper-scrollbar {
    display: none;
}

.main_slick_right div:nth-child(1) article:nth-child(1) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    padding-right: 10px;
}

.main_slick_right div:nth-child(1) article:nth-child(2) {
    border-left: 1px solid #e5e5e5;
    margin-bottom: 28px;
    padding-left: 10px;
}

.main_slick_right div:nth-child(1) article:nth-child(3) {
    border-right: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-right: 10px;
}

.main_slick_right div:nth-child(1) article:nth-child(4) {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-left: 10px;
}

.main_slick_right div:nth-child(2) {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
}

.main_slick_right div:nth-child(2) section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_slick_right div:nth-child(2) section h3 {
    color: #4f932a;
    font-size: 18px;
    font-weight: 700;
}

.main_slick_right div:nth-child(2) section p {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

.main_slick_right div:nth-child(2) article:nth-child(2) > p {
    font-size: 23px;
    font-weight: 800;
    color: black;
}

.slid-topcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 340px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
    padding-bottom: 30px;
}

.slid-topcon .main-slide-con1 p {
    font-family: 'SCoreDream' , 'Pretendard' !important;
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.slid-topcon .main-slide-con1 p:last-child {
    font-weight: 600;
}

.slid-topcon .main-slide-con1 p:last-child span {
    color: #e72e2d;
}

.slid-topcon > p {
    width: 50px;
    height: 4px;
    background-color: #e72e2d;
    margin: 40px 0;
}

.main-slide-con2 p {
    font-family: 'SCoreDream' , 'Pretendard' !important;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

.main-slide-con2 h2 {
    line-height: 30px;
    color: #222;
    font-family: 'SCoreDream' , 'Pretendard' !important;
    font-weight: 700;
    font-size: 20px;
}

.main-slide-con2 h3 {
    margin: 30px 0 0 0;
    color: #e72e2d;
    font-size: 42px;
    font-weight: 700;
    line-height: 45px;
}

.main-slide-con2 h4 {
    line-height: 45px;
    font-size: 30px;
    font-weight: 700;
    color: #111111;
}

/* 공지사항 */
.main_section_2 {
    padding: 80px 0;
    position: relative;
}

.main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-title article:nth-child(1) {
    display: flex;
    align-items: flex-end;
}

.main-title h3 {
    color: black;
    font-size: 35px;
    font-weight: 800;
    font-family: 'SCoreDream' , 'Pretendard' !important;
}

.main-title h3 span {
    color: #64b339;
}

.main-title p {
    padding-left: 20px;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}

.main-title img {
    transition: 0.5s all;
}

.main-title img:hover {
    transform: rotate(45deg);
}

.main_section_2 .main_section_2-con {
    height: 320px;
    width: 100%;
}

.main_section_2 .main_section_2-background {
    background-color: #f8f8f8;
    height: 320px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

/* 공지사항 추출 */
.main_section_2-con {
    margin: 40px 0 0;
}
.main_section_2-con table {
    background-color: #ffffff00;
}
.main_section_2-con table table > tbody {
    display: flex;
    justify-content: space-between;
}
.main_section_2-con table table > tbody > tr {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #eee;
    height: 320px;
    width: 320px;
    background-color: #fff;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.main_section_2-con table table > tbody > tr > td:nth-child(1) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #d5d5d5;
    border-radius: 20px 0 0 0;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_section_2-con table table > tbody > tr:hover > td:nth-child(1) {
    background-color: #6eb845;
}
.main_section_2-con table table > tbody > tr > td:nth-child(2) a {
    font-family: 'SCoreDream' , 'Pretendard' !important;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
}
.main_section_2-con table table > tbody > tr > td:nth-child(3) {
    margin: 60px 0 !important;
}
.main_section_2-con table table > tbody > tr > td:nth-child(3) a {
    color: #555555;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'pretendard' !important;
}
.board_output a:hover {
    text-decoration: none !important;
}
.main_section_2-con table table > tbody > tr > td:nth-child(4) {
    color: #777777;
    font-size: 15px;
}
/* .main_section_3 */
.main_section_3 {
    padding: 80px 0;
}

.main_section_3-con {
    display: flex;
    justify-content: space-between;
}

.main_section_3-con a {
    height: 164px;
    width: 25%;
    border-right: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_section_3-con article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main_section_3-con a:last-child {
    border: none;
}

.main_section_3-con article img {
    margin-bottom: 40px;
}

.main_section_3-con article p {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
}

/* 포토갤러리 */
.main_section_4 {
    padding-bottom: 80px;
}

.main_section_4 .container {
    display: flex;
    justify-content: space-between;
}

.main_section_4-leftcon {
    width: 1000px;
}

.main_section_4-leftcon span {
    color: #ef5217 !important;
    padding-right: 10px;
}

.main_section_4-rightcon {
    width: 355px;
    height: 393px;
    border-radius: 20px;
    background: url('../img/main_section_4.png');
}

.main_section_4-rightcon h3 {
    text-align: center;
    padding: 50px 0 20px;
    color: #6eb845;
    font-size: 30px;
    font-weight: 800;
    font-family: 'SCoreDream' , 'Pretendard' !important;
}

.main_section_4-rightcon p {
    text-align: center;
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
}

.main_section_4-rightcon a {
    width: 170px;
    height: 38px;
    border-radius: 19px;
    background-color: #6eb845;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.main_section_4-rightcon a p {
    padding-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

/* 포토갤러리 추출 */
.main_section_4-con {
    margin-top: 40px;
    padding: 32px;
    box-shadow: 5px 5px 15px #eee;
    border-radius: 20px;
}

.board_output_gallery_subject a {
    font-size: 18px;
    color: #111111;
    font-family: 'pretendard' !important;
}
.main_section_4-con img {
    border-radius: 10px;
}
.main_section_4-con table table > tbody > tr:nth-child(1) {
    display: flex;
    justify-content: space-between;
}
.main_section_4-con table table table > tbody > tr:nth-child(2) > td {
    display: block;
    margin-top: 10px;
}

/* footer */
.top-area {
    background-color: #f8f8f8;
    height: 60px;
}

.top-area article {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.top-area a {
    border-right: 1px solid #c5c5c5;
    padding: 0 30px;
}

.top-area a:nth-child(1) {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}

.top-area a:last-child {
    border: none;
}

.top-area a:nth-child(2),
.top-area a:nth-child(3) {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

.bottom-area {
    width: 1400px;
    margin: 40px auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-area article:nth-child(2) {
    margin-top: 20px;
    color: #aaaaaa;
    font-size: 15px;
}

.bottom-area section {
    display: flex;
}

.bottom-area section p {
    margin-right: 20px;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
