@charset "UTF-8";
/* 단양관광 sub tab css */

body {
    min-width: 769px;
}
.title h2 {
    font-size: 32px;
}
.title span {
    font-size: 16px;
}
.sec01 header {
    padding: 10px 25px;
}
.sec01 .logo {
    font-size: 24px;
    margin-left: 30px;
}
.sec01 .logo::before {
    width: 65px;
    height: 60px;
    top: -20px;
    left: -65px;
    z-index: -10;
}
.sec01 nav {
    padding: 0 15px;
    height: 65px;
}
.sec01 .gnb.on > li > a {
    color: #fff !important;
}
.sec01 .gnb.on {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    /* border-bottom-right-radius: 200%; */
    background-color: #196CB9;
}
.sec01 .gnb.on .fa-xmark {
    display: block;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 28px;
}
.sec01 .gnb.on > li {
    height: auto;
    flex-direction: column;
    flex: 0 1 auto;
    transition: 0.3s;
}
.sec01 .gnb > li > a:hover {
    color: #fff !important;
}
.gnb.on > li:hover > #close:hover ~ .gnbDropdown {
    display: none;
}
/* .gnb.on > li:hover > .gnbDropdown { */
.gnb.on > li:hover > .gnbDropdown {
    display: flex;
    position: relative;
    flex-direction: column;
    top: 0;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: auto;
    height: fit-content;
    gap: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
    top: 20px;
}
.sec01 .gnb .gnbDropdown > li {
    flex-direction: column;
    width: auto;
    height: auto;
    gap: 20px;
    background-color: transparent;
    font-weight: 500;
    color: #fff;
}
.sec01 .gnb .gnbDropdown > li a {
    color: #fff;
}
.gnbDropdown > li.slow > ul {
    position: relative;
    top: 0;
}
.sec01 .gnbDropdown .slow li {
    color: #e2e2e2;
    font-weight: 300;
}
.sec01 .searchIcon {
    width: 40px;
    height: 40px;
    background: url(/portfolio/tour/img/search_hamburger.png) no-repeat;
    background-size: cover;
    transition: 0.3s;
    cursor: pointer;
}
.sec01 .searchIcon:hover {
    width: 40px;
    height: 40px;
    background: url(/portfolio/tour/img/search_hamburger.png) no-repeat !important;
    background-size: cover !important;
}
#subTitle {
    font-size: 48px;
}
.topSec {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.topSec img {
    width: 100%;
    height: 100%;
}
.wrapper {
    padding: 30px 20px;
}
.tourCards img {
    width: 200px;
}
.bottomSec {
    width: 100%;
}