@charset "UTF-8";

html,
body {
    position: relative;
    height: 100vh;
    width: 100%;
    min-width: 1240px;
}

a {
    outline: 2px solid transparent;
    z-index: 999;
}

a:focus {
    width: auto;
    outline: 2px dotted #333;
}

/* ============ 스킵메뉴 ============= */

.skipMenu dd a {
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 10000000;
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.skipMenu dd a:focus {
    top: 0px;
}

/* ============ 햄버거메뉴 ============= */
/* 클래스 햄버거 추가 */

.hamMenu {
    display: none;
}

.hamMenu {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 999;
}

.hamMenu .overay {
    background-color: black;
    opacity: 0.95;
    z-index: 999;
    height: 100vh;
}

/* 기본설정 */
.hamMenu li,
.hamMenu a,
.hamMenu p {
    color: #fff;
    user-select: none;
}

.hamMenu li {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.333;
    font-weight: 500;
}

.hamMenu li.h1 {
    font-weight: 600;
}

.hamMenu a {
    font-size: 1.2rem;
}

.hamMenu .threeDepth a {
    font-weight: 300;
    font-size: 1rem;
}

.hamMenu .oneDepth {
    display: flex;
    justify-content: space-evenly;
    padding-top: 4.5rem;
    padding-bottom: 2rem;
}

.flexInfo {
    display: flex;
    justify-content: space-between;
}

.flexInfo button {
    border: none;
    background: none;
    color: #fff;
}

/* 세부 */
.hamMenu .oneDepth .h1>a {
    display: block;
    width: 12rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #00a4b7;
    padding-top: 1rem;
}

.hamMenu .oneDepth .h1>a:hover {
    text-decoration: none;
}

.hamMenu .twoDepth1 a:hover {
    text-decoration: none;
}

.hamMenu .twoDepth1 .h2>a {
    display: block;
    width: 12rem;
    padding-top: 0.8rem;
    margin-left: 0.5rem;
}

.hamMenu .threeDepth .h3>a {
    display: block;
    width: 12rem;
    margin-left: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.flexInfo {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.flexInfo a {
    font-size: 1rem;
    text-decoration: none;
}

.flexInfo strong {
    font-size: 1rem;
    position: relative;
    padding-right: 6rem;
}

.flexInfo .smtitle::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 12rem;
    background-color: #fff;
    top: 0.7rem;
    margin-left: 2rem;
}

.flexInfo .textbox {
    display: flex;
    gap: 5rem;
}

.flexInfo .buttonBox button {
    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    margin: 0 0.2rem;
    cursor: pointer;
}

/* 닫기버튼 */
.hamMenu img {
    position: absolute;
    right: 5rem;
    top: 2rem;
    cursor: pointer;
}

/* ======== fp-nav =========== */
#fp-nav .fp-tooltip {
    display: flex !important;
    justify-content: center;
    overflow: initial !important;
    background-color: #222;
    opacity: 1 !important;
    width: 100px !important;
    height: 2.4rem;
    align-items: center;
    font-size: 1rem !important;
    right: 0 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    padding: 1.2rem 0;
}

#fp-nav a {
    display: flex !important;
    z-index: 0 !important;
}

#fp-nav li {
    margin-bottom: 1rem !important;
}

/*============= header =============*/
header {
    width: 100%;
    min-width: 1240px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #222;
    z-index: 100;
}

/* ====== header menuTop (첫번째 헤더) */
header ul {
    display: flex;
    list-style: none;
    margin-right: 18px;
}

/* 공통 */
header nav ul#menuTop {
    height: 45px;
    margin-bottom: 5px;
    margin-top: -5px;
}

header nav ul#menuTop a {
    color: #fff;
    text-decoration: none;
    padding-right: 16px;
}

#menuTop {
    justify-content: end;
}

#menuTop li a {
    font-size: 14px;
}

/* 보더 */
header nav ul#menuTop>li>a::after {
    content: '';
    border-right: 1px solid;
    padding-right: 10px;
}

#menuTop ul.snsmore::after {
    content: '';
    border-right: 1px solid;
    padding-right: 10px;
    color: #fff;
    height: 21px;
    margin-top: 16px;
}

/* sns이미지 */
#menuTop li.sns {
    width: 20px;
    height: 20px;
    margin: 0.6rem;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
}

#menuTop li.sns a {
    background: url(../img/icon/sns_ico.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 0;
}

#menuTop li.blog a {
    background-position: 0 0;
}

#menuTop li.youtube a {
    background-position: -20px -1px;
}

#menuTop li.instar a {
    background-position: -40px 0;
}

#menuTop li.face a {
    background-position: -60px 0;
}

/* strong */
header nav #menuTop li.nth4 a span {
    font-weight: 600;
}

/* 언어설정 */
.language {
    font-size: 1rem;
    user-select: none;
    display: flex;
    width: 170px;
    margin-top: 0.7rem;
}

.language li button {
    padding: 5px 10px;
    color: #fff;
    background-color: #222;
    border: none;
    position: relative;
    width: 120px;
    text-align: start;
    cursor: pointer;
}

.language li button img {
    position: absolute;
    left: 90px;
    top: 10px;
}

.language ul.Language {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    width: 110px;
    top: 43px;
    display: flex;
    flex-direction: column;
    border: 1px solid #222;
}

ul.Language li a {
    color: #222 !important;
    display: block;
    z-index: 99999;
    margin-left: 0.5rem;
    display: none;
}

/* 검색 아이콘 */
.language li:last-child img {
    position: absolute;
    margin-top: 8px;
    right: 60px;
}

/* ====== header menuMain (두번째 헤더) */
header nav ul.menuMain {
    width: 100%;
    min-width: 1240px;
    height: 90px;
    background-color: #fff;
    justify-content: space-between;
    position: relative;
}

/* 햄버거메뉴 */
ul.menuMain button {
    background-color: #fff;
    border: none;
    border-right: 1px solid #dddddd;
    width: 90px;
    height: 90px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}

button span {
    display: block;
    height: 1px;
    width: 30px;
    margin: auto;
    background-color: #222;
    position: relative;
    font-size: 0;
}

button span::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: -10px;
    left: -6px;
    
}

button span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: 10px;
    left: -6px;
    transition: all 0.3s ease;
}


/* 로고 */
ul.menuMain>li>a {
    position: absolute;
    height: 90px;
    top: 30px;
    left: 130px;
    user-select: none;
}

/* 메인메뉴 */
ul.menuMain ul.headerText {
    margin-top: 18px;
    display: flex;
    gap: 50px;
    margin-right: 50px;
}

/* a언더라인 */
ul.headerText a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

ul.headerText a:hover {
    width: inherit;
    border-bottom: 2px solid #222;
    margin-top: 12px;
}

/* ========= wrap ================== */
#wrap {
    width: 100%;
    min-width: 1240px;
    height: 100vh;
}

.inner {
    max-width: 1600px;
    min-width: 1240px;
    height: auto;
    margin: auto;
}

/* ======== section1 풀배너 */
/* popup */
.popup {
    position: fixed;
    z-index: 999;
    width: 40rem;
    height: 13rem;
    background: rgba(255, 255, 255, 0.8);
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0px 0px 5px #222;
}

.popup .textbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    align-items: center;
    position: relative;
    font-size: 1.2rem;
}

.popup a {
    display: block;
}

.popup .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

/* 메인배너 */
.mainBanner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    user-select: none;
}

.mainBanner .banner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

/* mainBanner스와이퍼 슬라이드 */
.mainBanner.swiper {
    width: 100%;
    height: 100%;
}

.mainBanner.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainBanner.swiper-slide img {
    display: block;
    width: 100%;
    height: 110vh;
    object-fit: cover;
}

/* 페이지 숫자 */
.swiper-pagination-bullet {
    width: 55px !important;
    height: 55px !important;
    padding-top: 10px !important;
    font-size: 1.2rem;
    color: #222 !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #222 !important;
    border: 1px solid #222 !important;
}

/* 숫자위치이동 */
.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 304px !important;
    bottom: 104px !important;
    width: auto !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal span {
    margin-left: 18px !important;
}

.mainBanner.swiper {
    margin-left: auto;
    margin-right: auto;
}

/* 재생정지버튼 */
.controll-box1 .swiper-button-pause {
    position: fixed;
    top: 768px;
    left: 192px;
    z-index: 9999;
    background-color: #222;
    cursor: pointer;
}

.controll-box1 .swiper-button-play {
    position: fixed;
    top: 768px;
    left: 192px;
    z-index: 9999;
    background-color: #222;
    display: none;
    cursor: pointer;
}

/* 좌우버튼 */
.swiper-button-prev::after {
    display: none;
}

.swiper-button-prev {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background-color: #222;
    margin-top: 0 !important;
    position: fixed !important;
    top: 768px !important;
    left: 144px !important;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-next {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background-color: #222;
    margin-top: 0 !important;
    position: fixed !important;
    top: 768px !important;
    left: 242px !important;
}

/* 메인배너 문구 */
.banner .swiper-slide p {
    position: absolute;
    color: #fff;
    font-size: 0.9rem;
    bottom: 4rem;
    left: 9rem;
    border-top: 1px solid #fff;
    padding-top: 0.2rem;
    width: 10rem;
    z-index: 999 !important;
}

.banner .swiper-slide .C_Text p {
    position: initial;
    border: none;
    font-size: 1.2rem;
    width: 14rem;
    z-index: 999 !important;
}

.banner .swiper-slide .C_Text {
    z-index: 999 !important;
    position: absolute;
    top: 20rem;
    right: 48rem;
}

.banner .swiper-slide .C_Text p:nth-child(2) {
    font-size: 3.3rem;
}

.banner .swiper-slide .C_Text p:nth-child(1) {
    border-bottom: 1px solid #fff;
    width: 3.5rem;
    padding-bottom: 0.2rem;
}

/* 스크롤 다운 1 */
.mainBanner .scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 99;
}

.mainBanner .scroll p {
    color: #fff;
    font-size: 14px;
    margin-left: -2.3rem;
    user-select: none;
}

/* ======== section2 전시 */
.sabBanner {
    width: 100%;
    position: relative;
}

/* 탑 텍스트 */
.topText {
    display: flex;
    position: absolute;
    top: 8rem;
    left: 5rem;
}

.topText .cardNum {
    display: flex;
    gap: 5rem;
}

.topText h1 a {
    font-size: 2.2rem;
    user-select: none;
    text-decoration: none;
    border-bottom: 10px solid #00a4b7;
    margin-left: 6rem;
}

.topText .cardNum {
    align-items: center;
    margin-left: 6rem;
    user-select: none;
}

.topText .cardNum .font {
    font-size: 1.4rem;
    text-decoration: none;
    padding: 0.6rem 1rem;
    cursor: pointer;
}

/* <컨텐츠> */
/* 1 */
.oneContents {
    position: relative;
    user-select: none;
}

.oneContents .inner {
    display: flex;
    justify-content: space-around;
    margin-top: 15rem;
}

.oneContents .oneText {
    margin-top: -5rem;
}

.oneText h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #222;
    width: 13.8rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.oneText ul.text_1 li {
    font-size: 3rem;
    line-height: 1.333;
    margin-left: 2rem;
}

.oneText a {
    font-size: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    border-bottom: 1px solid #222;
    width: 7.8rem;
    margin-left: 17rem;
    position: absolute;
    top: 18rem;
}

.oneContents img {
    margin-top: -10rem;
    width: 900px;
    height: auto;
}

/* 2 */
.twoContents {
    position: absolute;
    margin-top: -10rem;
    margin-left: 13.5rem;
    user-select: none;
}

.twoContents .inner {
    display: flex;
}

.twoText h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #222;
    width: 13.8rem;
    margin-bottom: 2rem;
    margin-left: 4rem;
}

.twoText ul.text_2 li {
    font-size: 3rem;
    line-height: 1.333;
    margin-left: 4rem;
}

.twoText ul.text_2 li:last-child {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-left: 4.2rem;
    color: #888;
    font-weight: 300;
}

.twoText a {
    font-size: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    border-bottom: 1px solid #222;
    width: 7.8rem;
    margin-left: 17rem;
    position: relative;
    top: 4rem;
}

.twoContents img {
    margin-top: -10rem;
    width: 900px;
    height: auto;
    margin-left: 11.5rem;
}

.twoContents {
    display: none;
}

/* 3 */
.threeContents {
    position: absolute;
    margin-top: -5.7rem;
    margin-left: 13.5rem;
    user-select: none;
}

.threeContents .inner {
    display: flex;
}

.threeContents .threeText {
    margin-top: -4.2rem;
}

.threeText h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #222;
    width: 13.8rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.threeText ul.text_3 li {
    font-size: 3rem;
    line-height: 1.333;
    margin-left: 2rem;
}

.threeText ul.text_3 li:last-child {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-left: 2.2rem;
    color: #888;
    font-weight: 300;
}

.threeText a {
    font-size: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    border-bottom: 1px solid #222;
    width: 7.8rem;
    margin-left: 17rem;
    position: relative;
    top: 8rem;
}

.threeContents img {
    margin-top: -10rem;
    width: 900px;
    height: auto;
    margin-left: 10rem;
}

.threeContents {
    display: none;
}

/* 스크롤 다운 2 */
.sabBanner .scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    user-select: none;
}

.sabBanner .scroll p {
    color: #222;
    font-size: 14px;
    margin-left: -2.3rem;
    user-select: none;
}

/* ======== section3 교육문화 */
.contentsSlide {
    width: 100%;
    position: relative;
    height: 100%;
}

/* 탑 텍스트 */
.topText2 {
    display: flex;
    position: absolute;
    top: 8rem;
    right: 7rem;
}

.topText2 .cardNum2 {
    display: flex;
    gap: 5rem;
}

.topText2 h2 a {
    font-size: 2.2rem;
    user-select: none;
    text-decoration: none;
    border-bottom: 10px solid #00a4b7;
    margin-right: 6rem;
}

.topText2 .cardNum2 {
    align-items: center;
    margin-right: 6rem;
    user-select: none;
}

.topText2 .cardNum2 a {
    font-size: 1.4rem;
    text-decoration: none;
    padding: 1rem;
}

/* <컨텐츠> */
/* 1 */
.oneContents2 {
    position: relative;
    user-select: none;
}

.oneContents2 .inner {
    display: flex;
    justify-content: space-around;
    margin-top: 15rem;
}

.oneContents2 .oneText2 {
    margin-top: -2rem;
}

.oneText2 h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #222;
    width: 33rem;
    margin-bottom: 2rem;
}

.oneText2 ul.text_2_1 li:nth-child(1),
.oneText2 ul.text_2_1 li:nth-child(2) {
    font-size: 3rem;
    line-height: 1.333;
}

.oneText2 ul.text_2_1 li:nth-child(3),
.oneText2 ul.text_2_1 li:nth-child(4) {
    font-size: 1.2rem;
    line-height: 1.75;
    color: #888;
    font-weight: 300;
}

.oneText2 ul.text_2_1 li:nth-child(3) {
    margin-top: 1.5rem;
}

.oneText2 a {
    font-size: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    border-bottom: 1px solid #222;
    width: 7.8rem;
    position: absolute;
    top: 18rem;
}

.oneContents2 img {
    margin-top: -10rem;
    width: 900px;
    height: auto;
    margin-left: -2rem;
}

/* .oneContents2 { display: none; } */

/* 2 */
.twoContents2 {
    position: absolute;
    margin-top: -8rem;
    user-select: none;
}

.twoContents2 .inner {
    display: flex;
}

.twoText2 h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #222;
    width: 8.8rem;
    margin-bottom: 2rem;
    margin-left: 6rem;
    margin-top: -2rem;
}

.twoText2 ul.text_2_2 li:first-child {
    font-size: 3rem;
    line-height: 1.333;
    margin-left: 6rem;
}

.twoText2 ul.text_2_2 li:nth-child(2),
.twoText2 ul.text_2_2 li:nth-child(3),
.twoText2 ul.text_2_2 li:last-child {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-left: 6.5rem;
    color: #888;
    font-weight: 300;
}

.twoText2 ul.text_2_2 li:nth-child(2) {
    margin-top: 1.5rem;
}

.twoText2 a {
    font-size: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    border-bottom: 1px solid #222;
    width: 7.8rem;
    margin-left: 7rem;
    position: relative;
    top: 3.5rem;
}

.twoContents2 img {
    margin-top: -10rem;
    width: 900px;
    height: auto;
    margin-left: 10rem;
}

.twoContents2 {
    display: none;
}

/* 3 */
.threeContents2 {
    position: absolute;
    margin-top: -6.2rem;
    margin-left: -3.5rem;
    user-select: none;
}

.threeContents2 .inner {
    display: flex;
}

.threeContents2 .threeText2 {
    margin-top: -4.2rem;
}

.threeText2 h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #222;
    width: 5.5rem;
    margin-bottom: 2rem;
    margin-left: 9.5rem;
}

.threeText2 ul.text_2_3 li:first-child {
    font-size: 3rem;
    line-height: 1.333;
    margin-left: 9.5rem;
}

.threeText2 ul.text_2_3 li:nth-child(2),
.threeText2 ul.text_2_3 li:last-child {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-left: 9.5rem;
    color: #888;
    font-weight: 300;
}

.threeText2 ul.text_2_3 li:nth-child(2) {
    margin-top: 1.5rem;
}

.threeText2 a {
    font-size: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    border-bottom: 1px solid #222;
    width: 7.8rem;
    margin-left: 9.5rem;
    position: relative;
    top: 6rem;
}

.threeContents2 img {
    margin-top: -10rem;
    width: 900px;
    height: auto;
    margin-left: 10rem;
}

.threeContents2 {
    display: none;
}

/* 스크롤 다운 3 */
.contentsSlide .scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    user-select: none;
}

.contentsSlide .scroll p {
    color: #222;
    font-size: 14px;
    margin-left: -2.3rem;
    user-select: none;
}

/* ======== section4 주요소장품 */
.contentsImg {
    width: 100%;
    position: relative;
}

/* 타이틀 */
.contentsImg h2 {
    margin-left: 56rem;
    margin-top: 1rem;
    width: 8rem;
    margin-bottom: 1.5rem;
    border-bottom: 10px solid #00a4b7;
    font-size: 1.6rem;
}

/* 사진 그리드 */
.contentsImg .grid {
    display: grid;
    grid-template-columns: repeat(5, 20rem);
    grid-template-rows: repeat(2, auto);
    row-gap: 2rem;
    margin-left: 10rem;
    user-select: none;
}

.box1 {
    grid-column: 1/2;
}

.box2 {
    grid-column: 1/2;
    grid-row: 2/3;
}

.box3 {
    grid-column: 2/4;
    grid-row: 1/3;
    margin: auto;
}

.box4 {
    grid-column: 4/5;
    grid-row: 1/2;
}

.box5 {
    grid-column: 4/5;
    grid-row: 2/3;
}

.box1 a:focus,
.box2 a:focus,
.box4 a:focus,
.box5 a:focus {
    display: block;
    width: 309px;
    height: 206px;
    border: 3px dotted #222;
}

.box3 a:focus {
    display: block;
    width: 515px;
    height: 500px;
    border: 3px dotted #222;
}

/* 사진 설명 */
.grid .boxT li:first-child {
    font-size: 1.2rem;
    font-weight: 500;
}

.grid .boxT li:last-child {
    font-size: 0.9rem;
}

/* 더보기 */
.contentsImg a.lastA {
    font-size: 0.9rem;
    margin-left: 55rem;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #666;
}

.contentsImg a.lastA:focus {
    border: 3px dotted #222;
}

/* 스크롤 다운 4 */
.contentsImg .scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    user-select: none;
    margin-left: 2.3rem;
}

.contentsImg .scroll p {
    color: #222;
    font-size: 14px;
    margin-left: -2.3rem;
    user-select: none;
}

.contentsImg .scroll p.sd {
    margin-left: -4.5rem;
}

/* ======== section5 알림 */
.news {
    width: 100%;
    margin-left: -1rem;
}

/* 타이틀 */
.news h2 {
    margin-left: 58rem;
    margin-top: 5rem;
    width: 3rem;
    margin-bottom: 1.5rem;
    border-bottom: 10px solid #00a4b7;
    font-size: 1.6rem;
    user-select: none;
}

/* 그리드 */
.news .grid {
    display: grid;
    grid-template-columns: repeat(2, 630px);
    grid-template-rows: 24rem 15rem;
    gap: 2rem 5rem;
    justify-content: center;
    margin-left: 11rem;
}

/* 메인뉴스 */
.mainNews {
    width: 100%;
}

.mainNews h3 a {
    font-size: 1rem;
}

.mainNews h3 {
    user-select: none;
}

.mainNews .title ul {
    cursor: pointer;
}

.mainNews .title ul li a,
.mainNews .title ul li,
.mainNews .title ul span {
    font-size: 0.9rem;
}

/* 말줄임표 */
.mainNews .title ul li.tList li:first-child {
    width: 28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* bold */
.mainNews .title .tList .bold li a {
    font-weight: 600;
}

/* 디스플레이 넌 */
.t2_Text,
.t3_Text,
.t4_Text,
.t5_Text {
    display: none;
}

/* 타이틀 상단부 탭 구현 */
.titleH3 {
    display: flex;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #222;
}

.titleH3 h3 {
    width: 7rem;
    height: 3.5rem;
    border: 1px solid #222;
    border-bottom: none;
    border-right: none;
    text-align: center;
    padding-top: 0.7rem;
}

.titleH3 h3:first-child {
    background-color: #222;
}

.titleH3 h3:first-child a {
    color: #fff;
}

.titleH3 h3:first-child a:focus {
    border: 2px dotted #ffffff;
}

.titleH3 h3#title5 {
    border-right: 1px solid #222;
}

.titleH3 img {
    padding: 0.5rem;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 100%;
    margin-top: 0.7rem;
    margin-left: 2rem;
}

/* 하단부 게시판 구현 */
.mainNews .title .tList {
    display: flex;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mainNews .title .tList .innerT {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mainNews .title .tList span {
    width: 2.7rem;
    height: 1.8rem;
    margin-right: 0.5rem;
    border: 1px solid #222;
    text-align: center;
}

/* 팝업 */
.mainPopup .swiper {
    width: 100%;
    height: 100%;
}

.mainPopup {
    width: 100%;
    position: relative;
    user-select: none;
}

.mainPopup h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.mainPopup .swiper-slide a:focus {
    display: inline-block;
    width: 566px;
    height: 348px;
    border: 3px dotted #222;
}

/* 슬라이드 구현 */

.controll-box2 {
    display: flex;
    position: absolute;
    top: 0.3rem;
    left: 3rem;
    gap: 1rem;
    cursor: pointer;
}

.controll-box2 .pause2 {
    position: relative;
}

.controll-box2 .play2 {
    display: none;
}

/* 영상/카드 뉴스 */
.mainCardNews h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.mainCardNews .cardFlex {
    display: flex;
    justify-content: space-between;
}

.mainCardNews .cardFlex ul {
    cursor: pointer;
}

.mainCardNews .cardFlex ul li img {
    width: 10rem;
}

.mainCardNews .cardFlex ul li:last-child {
    font-size: 0.9rem;
    font-weight: 600;
    width: 10rem;
    height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -1.4rem;
}

.mainCardNews .cardFlex ul a:focus {
    display: block;
    width: 164px;
    height: 164px;
}

/* 뉴스레터 */
.mainNewsLetter h3 {
    font-size: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.mainNewsLetter .cardFlex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: -2.6rem;
}

.mainNewsLetter .cardFlex ul {
    cursor: pointer;
}

.mainNewsLetter .cardFlex ul li img {
    width: 8rem;
    margin-bottom: 0.7rem;
}

.mainNewsLetter .cardFlex ul a:focus {
    display: block;
    width: 8.3rem;
    height: 8.2rem;
}

.mainNewsLetter .cardFlex ul li:last-child {
    font-size: 0.9rem;
    font-weight: 600;
    width: 10rem;
    height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}

.mainNewsLetter .cardFlex::before {
    content: '';
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: -1.1rem;
}

/* 스크롤 다운 5 */
.news {
    position: relative;
}

.news .scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    user-select: none;
    margin-left: 3rem;
}

.news .scroll p {
    color: #222;
    font-size: 14px;
    margin-left: -2.3rem;
    user-select: none;
}

.news .scroll p.sd {
    margin-left: -4.5rem;
    margin-top: -1rem;
}

/* ============ section6 관람안내 */
.footerInfo {
    width: 100%;
    height: 100%;
    background-color: #515151 !important;
    color: #fff;
    user-select: none;
}

.footerInfo .grid {
    display: grid;
    grid-template-columns: repeat(2, 630px);
    grid-template-rows: repeat(2, 15rem);
    gap: 2rem 5rem;
    justify-content: center;
}

/* 타이틀 */
.footerInfo h3 {
    width: 8rem;
    font-size: 2rem;
    user-select: none;
    border-bottom: 10px solid #00a4b7;
    margin: auto;
    margin-top: 6rem;
    margin-left: 48.5%;
    transform: translate(-50%);
}

/* 기본 설정 */
.footerInfo .inner {
    margin-top: 3rem;
}

.footerInfo .grid h4 {
    font-size: 1.6rem;
}

.footerInfo .grid p {
    font-size: 1rem;
}

.footerInfo .grid h4 img {
    margin-top: 0.8rem;
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.footerInfo .grid h4 {
    width: 35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

table {
    margin-top: 3rem;
}

table tr {
    font-size: 1rem;
    line-height: 1.75;
    display: flex;
    justify-content: space-between;
}

table tr td {
    font-weight: 300;
}

/* time테이블_관람시간 */
.time table {
    text-align: left;
    width: 30rem;
    margin-left: 1rem;
}

.time tr th {
    width: 17rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* reast휴관 */
.reast p {
    font-weight: 300;
    width: 33rem;
    margin-top: 0.5rem;
}

.reast table,
.reast p {
    text-align: left;
    margin-left: 1rem;
}

.reast table tr th:first-child {
    width: 13rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.reast table tr th:last-child {
    margin-left: 2rem;
}

/* pay관람료 */
.pay p {
    margin-left: 1rem;
    margin-top: 1rem;
}

/* question관람문의 */
.question p {
    font-weight: 300;
    width: 33rem;
    margin-top: 0.5rem;
}

.question table,
.question p {
    text-align: left;
    margin-left: 1rem;
}

.question table tr th {
    width: 13rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.question table tr td {
    margin-left: 2rem;
}

/* site 사이트 */
.siteMore {
    width: 41rem;
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-left: 48.5%;
    transform: translate(-50%);
}

.siteMore a {
    color: #fff;
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.siteMore a:hover {
    text-decoration: none;
}

.siteMore img {
    margin-top: 0.3rem;
    margin-right: 1rem;
}

.siteMore a:focus {
    display: block;
    width: auto;
    height: 61px;
    border: 2px dotted #fff;
}

/* =========== footerMore 푸터 주요정보들과 사이트들 */
/* 기본설정 */
.section.fp-auto-height {
    height: 14rem !important;
    margin-top: -1.5rem;
}

.fp-auto-height .fp-tableCell .inner .flexRow {
    display: flex;
    gap: 2rem;
    margin-left: 8rem;
    margin-right: 8rem;
}

.fp-auto-height .fp-tableCell .inner .flexRow .site {
    display: flex;
    flex-direction: column;
    margin-top: 1.8rem;
}

.fp-tableCell ul li a {
    font-size: 1rem;
    color: #222;
}

.fp-tableCell ul li a:hover {
    text-decoration: none;
}

/* 버튼 및 세부 */
.flexRow .site button {
    background-color: #fff;
    border: none;
    border: 1px solid #222;
    text-align: center;
    padding: 0.5rem;
    cursor: pointer;
    position: relative;
    width: 26.7rem;
}

.flexRow .site button img {
    transform: rotate(180deg);
    margin-left: 1rem;
    margin-top: 0.4rem;
}

.flexRow .site1 ul {
    display: none;
    position: absolute;
    bottom: 9.5rem;
    line-height: 1;
    background-color: #fff;
    width: 26.7rem;
    height: 30rem;
    border: 1px solid #222;
    padding-bottom: 1rem;
    overflow-y: scroll;
}

.flexRow .site ul a {
    font-size: 0.9rem;
    margin-left: 1rem;
}

.flexRow .site2 ul {
    display: none;
    position: absolute;
    bottom: 9.5rem;
    line-height: 1;
    background-color: #fff;
    width: 26.7rem;
    height: 30rem;
    border: 1px solid #222;
    padding-bottom: 1rem;
    overflow-y: scroll;
}

.flexRow .site3 ul {
    display: none;
    position: absolute;
    bottom: 9.5rem;
    line-height: 1;
    background-color: #fff;
    width: 26.7rem;
    height: 30rem;
    border: 1px solid #222;
    padding-bottom: 1rem;
    overflow-y: scroll;
}

/* infoFlex */
.infoFlex {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: -0.5rem;
}

.infoFlex li:not(:last-child) a::after {
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 1rem;
    font-size: 0.5rem;
}

.infoFlex li:nth-child(2) a {
    color: #00a4b7;
    font-weight: 600;
}

.infoFlex li a{
    font-size: 0.8rem !important;
}
address{
    font-size: 0.8rem !important;
}
.addressFlex{
    margin-top: -0.5rem;
}
.addressFlex a{
    font-size: 0.8rem !important;
}
.footerMore p {
    font-size: 0.8rem !important;
}


/* addressFlex */
.addressFlex {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.addressFlex address,
.addressFlex a {
    font-size: 1rem;
}

.addressFlex a {
    font-weight: 600;
    color: #666;
}

.addressFlex a::before {
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    font-size: 0.5rem;
}

.addressFlex a:hover {
    text-decoration: none;
}

/* p */
p.font {
    font-size: 1rem;
    display: flex;
    justify-content: center;
}

/* 스크롤 다운 애니메이션 */
.scroll {
    animation-name: scoll;
    animation-duration: 2s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

@keyframes scoll {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

/* test */
.test{text-align: center;}