@import url('font.css');

* {box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input,
abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav,
output, progress, section, summary, time, table, th, td {margin: 0;padding: 0;font-size: 14px;font-family: 'Roman', sans-serif;line-height:1.5em;color:#3c3c3d;-webkit-text-size-adjust:none;}
body {background:#fff; min-width:320px;}
table {border-collapse: collapse;border-spacing: 0;}
img {border:0;vertical-align:middle;}
a {color: #333;text-decoration: none;}
a:link, a:visited, a:active {text-decoration: none;}
a:hover {text-decoration: none;}
nav, ul {list-style: none outside none;}
hr{display:none}
form {margin:0;padding:0;border:none;}
fieldset {margin:0;padding:0;border:none;}
caption {position:absolute;top:0;left:-1000em;width:0;height:0;line-height:0; display:none;}
legend {position:absolute;top:0;left:-1000em;width:0;height:0;line-height:0; display:none;}

input {vertical-align:middle; border:none; font-size:12px;}
select { vertical-align:middle; font-size:12px;}
textarea {border-color: #b6b6b6 #ddd #ddd #b6b6b6; border-style: solid; border-width: 1px; background-color:#fff; font-size:12px;}

.blind{width: 0; height: 0; opacity: 0; line-height: 0; font-size: 0}
.clearfix:after {content:""; display:block; clear:both;}
@media screen and (max-width:1024px) {
}
/*main=============================================================*/
header{position: absolute;top:0;left: 0;height: 100px;overflow: hidden;background-color: rgba(0,0,0,0.3);z-index: 100;width: 100%}
.header_section{position: relative;width: 100%; max-width: 1200px;height: 90px;margin: 0 auto;;z-index: 100}
.main_logo{position: absolute;bottom: 0;left: 4px;display: block;width: 372px; height: 49px; background: url('../img/logo.png') no-repeat}
.home_section{position: absolute;top:0;right: 0;margin-top: 28px}
.home_section ul{overflow: hidden;}
.home_section ul li{position: relative;float: left;padding: 0 18px}
.home_section ul li::before{display: block; content: '';width: 1px; height: 10px;margin-top: 6px;background-color: #fff;position: absolute;top:0;left: 0}
.home_section ul li:first-child{padding-left: 0}
.home_section ul li:first-child:before{display: none}
.home_section ul li a{font-size: 12px;color: #fff;font-family: 'NanumBarunGothic';}
.menu_section{position: absolute; top: 0; right: 0;margin-top: 64px}
.menu_section > ul > li{float: left;position: relative;}
.menu_section > ul > li:last-child a{padding-right: 15px}
.menu_section > ul > li > a{color: #fff;font-size: 26px;;padding: 10px 40px}
.sub_menu{display: none;position: absolute;top:30px;left: 0;margin: 0 0 0 20px; width: 300px}
.sub_menu li a{padding: 4px 0;display: block;}
.sub_menu li:first-child a{padding-top: 44px}
.sub_menu a{color: #fff;font-size: 18px}
.menu_bar{position: relative;z-index: -1}
.menu_bar div{position: absolute;top:0;left: 0;margin-left: 42px;width: 130px;margin-top: 28px;height: 4px;background-color: #1e8c7b}
.open_menu{display: none;position: absolute;}
.close_menu{display: none;position: absolute;}
/*visual_slide*/
.visual_section{position: relative;width: 100%;height: 641px;z-index: 50;overflow: hidden;}
.visual_slide{position: relative;height: 641px}
.main_visual{position: absolute;top:0;left: 0;display: block; width: 1920px;z-index: -1}
.visual_text_section{width: 100%; max-width: 1200px; margin: 0 auto;padding-top: 270px;}
.visual_text_section .visual_text{width: 50%}
.visual_text_section .visual_text p{font-size: 55px; text-align: right;color: #fff;line-height: 1}
.visual_text_section .visual_text a{display: inline-block;width: 125px;height: 40px; line-height: 35px;font-size: 18px; margin-top: 35px;border: 1px solid #fff;color: #fff; text-align: center;float: right;}
.visual_text_section2{text-align: center;width: 100%;max-width: 1200px;margin: 0 auto;padding-top: 270px}
.visual_text_section2 .visual_text{width: 100%}
.visual_text_section2 .visual_text p{font-size: 55px;color: #fff;line-height: 1}
.visual_text_section2 .visual_text a{display: inline-block;width: 125px;height: 40px; line-height: 35px;font-size: 18px; margin-top: 35px;border: 1px solid #fff;color: #fff; text-align: center;}

/*bxslide*/
.bx-wrapper{position: relative;text-align: center;}
.bx-pager{position: absolute;bottom: 0;margin-bottom: 20px;width: 100%;z-index: 100}
.bx-pager > div{display: inline-block;  }
.bx-pager > div a{display: inline-block; width: 90px; height: 5px; background-color: #959595;margin: 0 5px;font-size: 0}
.bx-pager .active{background-color: #fff}
@media screen and (max-width:1024px) {
  .main_visual{left: -400px}
}
@media screen and (max-width:768px) {
  .visual_section, .bx-viewport{height: 447px!important}
  .main_visual{width: 1340px;left: -280px}
  .visual_text_section .visual_text p{font-size: 38px}
  .visual_text_section{padding-top: 150px}
  .visual_text_section2{padding-top: 150px}
  .visual_text_section2 .visual_text p{font-size: 38px}
  .bx-pager{margin-bottom: 10px}
  .bx-pager > div a{width: 45px;height: 3px}
}
@media screen and (max-width:500px) {
  .visual_section, .bx-viewport{height: 366px!important}
  .main_visual{width: 1100px;left: -300px}
  .visual_text_section{padding-top: 120px}
  .visual_text_section .visual_text{text-align: center;width: 100%}
  .visual_text_section .visual_text a{display: inline-block;float: none;width: 80px; height: 40px; line-height: 35px;}
  .visual_text_section .visual_text p{text-align: center;}
  .visual_text_section2{padding-top: 100px}
  .visual_text_section2 .visual_text{text-align: center;width: 100%}
  .visual_text_section2 .visual_text a{display: inline-block;float: none;width: 80px; height: 40px; line-height: 35px;}
  .visual_text_section2 .visual_text p{text-align: center;}
}
/*container*/
.container{position: relative;overflow: hidden;}

/*about Us*/
.contents_about{overflow: hidden;position: relative;}
.contents_about section{position: relative;height: 512px;width: 100%; max-width: 1200px; margin: 0 auto;}
.about_bg{position: absolute;top:0;background: url('../img/about_bg.png');height: 512px;width: 1920px;left: 50%; margin-left: -960px;z-index: -50}
.about_text{width: 480px; margin-left: 20%;margin-top: 60px}
.contents_about h2{font-size: 55px; text-align: center;}
.about_text p{font-size: 24px}
.about_description{font-size: 19px!important;margin-top: 24px}
.about_img{display: block; position: absolute; bottom: 0; right: 0;margin-right: 120px;z-index: -1}
.about_text a{display: inline-block;padding: 14px 40px;background-color: #f1f2f2;font-size: 18px; margin-top: 50px;border: 1px solid #dedede; text-align: center;}

/*assets*/
.contents_assets{margin-top: 110px}
.contents_assets section{width: 100%; max-width: 1200px; margin: 0 auto;}
.contents_assets section h2{font-size: 55px; text-align: center;}
.collect_section{width: 100%;}
.collect_section::after{display: block; content: "";clear: both;}
.collect_section > div{float: left;}
.collect_left{position: relative;width: 68%;margin-right: 2%;height: 360px; overflow: hidden;}
.collect_left img{position: absolute;top:0;left: 0}
.collect_right{width: 30%;border: 1px solid #ccc; height: 360px;text-align: center;}
.asset_text h3{font-size: 40px;margin-top: 80px;text-align: center;line-height: 1}
.asset_text p{font-size: 19px; margin-top: 30px; text-align: center;}
.asset_text a{display: inline-block;padding: 14px 40px;font-size: 18px; margin-top: 50px;border: 1px solid #dedede; text-align: center;}
.exhibit_section{width: 100%;margin-top: 2%}
.exhibit_section > div{float: left}
.exhibit_section::after{display: block; content: "";clear: both}
.exhibit_left{width: 30%;border: 1px solid #ccc; height: 360px;text-align: center;}
.exhibit_right{width: 68%;margin-left: 2%;height: 360px; position: relative;overflow: hidden;}
.exhibit_right img{display: block; position: absolute;top:0;left:0;}

/*contact us*/
.contents_contact{margin-top: 110px;padding-bottom: 100px}
.contents_contact section{width: 100%;max-width: 1200px;margin: 0 auto;}
.contents_contact section h2{font-size: 55px; text-align: center;}
.contact_box{height: 370px;position: relative;overflow: hidden;}
.contact_text{padding: 80px 0 0 100px}
.contact_text h3{font-size: 40px}
.contact_text ul{margin-top: 20px}
.contact_text ul li{font-size: 19px;margin-top: 4px}
.contact_text ul li:first-child{margin-top: 0}
.contact_img{display: block;position: absolute;top:0;right: 0;z-index: -1}
.contact_text .contact_more{display: inline-block;background-color: #e8ebf2;padding: 14px 40px;font-size: 18px; margin-top: 20px;border: 1px solid #dedede; text-align: center;}

/*footer*/
footer{position: relative;}
.top_bg{height: 50px;background-color: #707070;width: 100%}
.top_bg > div{width: 100%; max-width: 1200px;margin: 0 auto;}
.footer_list1{overflow: hidden;padding-top: 16px;float: left;}
.footer_list1 li{position: relative;float: left;padding: 0 14px;}
.footer_list1 li::before{display: block; content: '';width: 1px; height: 12px;margin-top: 3px;background-color: #fff;position: absolute;top:0;left: 0}
.footer_list1 li:first-child{padding-left: 0}
.footer_list1 li:first-child::before{display: none}
.footer_list1 li > a{color: #fff;font-size: 20px;font-family: 'NanumBarunGothic';}
.footer_list2{float: right;}
.footer_list2 li{width: 226px;position: relative;float: left;background-color: #525252;height: 50px;border-left: 1px solid #707070}
.footer_list2 li:first-child{border: none;width: 273px}
.footer_list2 li > a{font-size: 16px;font-family: 'NanumBarunGothic'; color: #fff;display: block; margin-top: 16px;padding: 0 50px 0 10px;text-align: center;}
.footer_list2 li > a > span{position: absolute;display: inline-block;top:0;right: 0;width: 12px; height: 6px;margin: 24px 22px 0 0;background: url('../img/up_ico.png')}
.bottom_bg{width: 100%; height: 120px;  background-color: #262626}
.bottom_bg div{width: 100%;max-width: 1200px; margin: 0 auto;position: relative;}
.footer_text{padding-top: 40px}
.footer_text p{color: #fff;font-size: 14px;font-family: 'NanumBarunGothic';}
.footer_text p:last-child{color: #5f5f5f;margin-top: 4px}
.footer_text p a{color: #fff}
.bottom_logo{display: block;position: absolute;top: 40px;right: 0}

/*museum list,relatrd site overpage*/
.museum_list{position: absolute;top:0;right: 0;margin-top: -210px;border: 1px solid #125590;z-index: 10}
.museum_list table{width: 680px;background-color: #fff;}
.museum_list table td{width: 33.33%;border: 1px solid #ccc;border-top: none;height: 34px;padding-left: 20px}
.museum_list table td:last-child{border-right: none}
.museum_list table td:first-child{border-left: none}
.museum_list table td a{display: block;padding-left: 20px;position: relative;line-height: 1}
/*
.public_m{background: url('../img/public_ico.png');display: block; width: 14px; height: 14px;position: absolute;top:0;left:0;margin: 2px 0 0 0;}
.privacy_m{background: url('../img/privacy_ico.png');display: block; width: 14px; height: 14px;position: absolute;top:0;left:0;margin: 2px 0 0 0;}
*/
.public_m{display:block; width:14px; height:14px; position:absolute; top:0;left:0; margin:2px 0 0 0;background-color:#2f3370;color:#fff;line-height:14px;font-size:12px; text-align:center}
.privacy_m{display:block; width:14px; height:14px; position:absolute; top:0;left:0; margin:2px 0 0 0;background-color:#2b7d61;color:#fff;line-height:14px;font-size:12px; text-align:center}
.list_off{display: none}


@media screen and (max-width:1200px) {
  .contents_assets section{width: 96%;}
  .top_bg > div{width: 96%}
  .bottom_bg > div{width: 96%}
}
@media screen and (max-width:1024px) {
  header{height: 60px;overflow: hidden;}
  .header_section{height: 60px}
  .main_logo{width: 250px;background-size: 250px}
  .menu_bar{display: none}
  .home_section{width: 300px; height: 50px;right: -300px;margin-top: 0;background-color: #000;display: block}
  .home_section ul{float: right;padding-top: 18px;width: 71%}
  .home_section ul li{text-align: center;}
  .home_section ul li a{font-size: 20px}
  .home_section ul li::before{height: 18px;margin-top: 0}
  .open_menu{display: block;z-index: 200;width: 60px; height: 60px;position: absolute;top:0; right: 0;background: url('../img/open_menu.png')}
  .close_menu{display: block;position: absolute;width: 50px; height: 50px; background: url('../img/close_ico.png')}
  .sub_menu{display: block}
  .menu_section{background-color: #2a313e;width: 300px;height: 1000px;margin-top: 50px;right: -300px;display: block}
  .menu_section > ul > li > a{color: #fff}
  .menu_section > ul > li{float: none;border-bottom: 1px solid #555a65;}
  .sub_menu{position: static;margin: 0;padding: 10px 30px;background-color: #fff}
  .sub_menu li a{color: #000;padding: 8px 0}
  .sub_menu li:first-child a{padding-top: 4px}
  .menu_section > ul > li > a{display: block; }
  .menu_section > ul > li{border-bottom: 1px solid }

  .about_text{margin-left: 10%}
  .collect_left{width: 58%}
  .collect_right{width: 40%}
  .exhibit_left{width: 40%}
  .exhibit_right{width: 58%}
  .contact_text{padding-left: 10%}
  .footer_list2 li{width: 120px;}
  .museum_list table{width: 520px;}
  .museum_list table td{padding-left: 10px}
  .footer_text p{font-size: 12px}
}
@media screen and (max-width:767px) {
  .top_bg{height: 100px}
  .top_bg > div{width: 100%}
  .footer_list1{float: none;padding-left: 20px;height: 50px}
  .footer_list1 li:first-child{width: 100%}
  .footer_list1 li > a{text-align: center;display: block;}
  .footer_list2{float: none; background-color: #525252;height: 50px}
  .footer_list2 li{width: 100%!important;}
  .footer_list2 li > a{padding: 0;margin-top: 18px}
  .museum_list table{width: 100%}
  .footer_text{padding-top: 24px}
  .footer_text p{width: 64%}
  .footer_text p:first-child{width: 100%}
  .bottom_logo{width: 100px; top:76px;}
  .museum_list{height: 300px;margin-top: -300px;overflow: scroll;}
  .museum_list table td{width: 100%;display: inline-table;}
  .museum_list table td a{margin: 8px 0 0 14px}

}
@media screen and (max-width:600px) {
  .about_text{width: 80%}
  .about_img{margin-right: 20px;opacity: 0.3}
  .collect_right,.collect_left,.collect_right,.exhibit_left,.exhibit_right{width: 100%;margin-right: 0}
  .collect_right,.exhibit_right{margin-left: 0;margin-top: 2%}
  .contact_text{padding-left: 6%}
  .collect_left img{left: -236px}

}
@media screen and (max-width:430px) {
  .footer_list1{padding-left: 10px}
  .footer_list1 li{padding: 0 8px}
}


/*서브페이지 네비게이션*/
.sub_visual{position: absolute;top:0;width: 1920px;left: 50%; margin-left: -960px;height: 500px;z-index: 1}
.sub_visual_img1{background: url('../img/sub_visual1.png')no-repeat center top}
.sub_visual_img2{background: url('../img/sub_visual2.png')no-repeat center top}
.sub_visual_img3{background: url('../img/sub_visual3.png')no-repeat center top}

.sub_nav{position: relative;height: 500px;text-align: center;}
.sub_title{color: #fff;padding-top: 220px}
.sub_title p{font-size: 2.5em; color: #fff;line-height: 1}
.sub_title h3{font-size: 4.7em; color: #fff; font-family: 'Semibold';line-height: 1.2}
.sub_nav_list{position: absolute;bottom: 10px;width: 100%;text-align: center;margin-top: 120px;z-index: 5}
.sub_nav_list ul li{position: relative;font-size: 1em;display: inline-block;padding: 0 26px}
.sub_nav_list ul li::before{position: absolute;display: block; content: ""; background: #8c8c8c;margin-top: 4px;width: 1px; height: 15px; top:0;left: 0}
.sub_nav_list ul li:first-child::before{display: none}
.sub_nav_list ul li a{color: #8c8c8c;font-size: 1.8em;display: block; padding-bottom: 12px}
.sub_nav_list ul li a:hover{color: #fff; border-bottom: 2px solid #fff;padding-bottom: 10px}
.sub_nav_list ul li .on{color: #fff; border-bottom: 2px solid #fff; padding-bottom: 12px}
.sub_container{position: relative;width: 100%;margin: 0 auto;height: 100%; background: url('../img/sub_contents_bg.png')no-repeat center bottom;background-color: #f1f2f2}
.sub_contents{width: 100%; max-width: 1200px;margin: 0 auto;position: relative;padding-top: 80px;padding-bottom: 250px}
.sub_nav_list2{text-align: center;position: relative;z-index: 5;border-bottom: 1px solid #ccc; padding-bottom: 30px;max-width: 1200px; margin: 0 auto;}
.sub_nav_list2 ul{font-size: 0;width: 100%; max-width: 840px;display: block;margin: 0 auto;}
.sub_nav_list2 ul li{display: inline-block;width: 70px; height: 70px;background-color: #1d222c;border-right: 1px solid #000; border-top: 1px solid #000;box-sizing: border-box;}
.sub_nav_list2 ul li a{display: block; width: 70px; height: 70px;opacity: 0.5; background-size: 40px 40px}
.sub_nav_list2 ul li:hover{border: 1px solid #fcb03f}
.sub_nav_list2 ul li:hover a{opacity: 1}
.sub_nav_list2 ul .on{border: 1px solid #fcb03f}
.sub_ico1{background: url('../img/sub_ico1.png')no-repeat center;}
.sub_ico2{background: url('../img/sub_ico2.png')no-repeat center;}
.sub_ico3{background: url('../img/sub_ico3.png')no-repeat center;}
.sub_ico4{background: url('../img/sub_ico4.png')no-repeat center;}
.sub_ico5{background: url('../img/sub_ico5.png')no-repeat center;}
.sub_ico6{background: url('../img/sub_ico6.png')no-repeat center;}
.sub_ico7{background: url('../img/sub_ico7.png')no-repeat center;}
.sub_ico8{background: url('../img/sub_ico8.png')no-repeat center;}
.sub_ico9{background: url('../img/sub_ico9.png')no-repeat center;}
.sub_ico10{background: url('../img/sub_ico10.png')no-repeat center;}
.sub_ico11{background: url('../img/sub_ico11.png')no-repeat center;}
.sub_ico12{background: url('../img/sub_ico12.png')no-repeat center;}
.sub_ico13{background: url('../img/sub_ico13.png')no-repeat center;}
.sub_ico14{background: url('../img/sub_ico14.png')no-repeat center;}
.sub_ico15{background: url('../img/sub_ico15.png')no-repeat center;}
.sub_ico16{background: url('../img/sub_ico16.png')no-repeat center;}
.sub_ico17{background: url('../img/sub_ico17.png')no-repeat center;}
.sub_ico18{background: url('../img/sub_ico18.png')no-repeat center;}
.sub_ico19{background: url('../img/sub_ico19.png')no-repeat center;}
.sub_ico20{background: url('../img/sub_ico20.png')no-repeat center;}
.sub_ico21{background: url('../img/sub_ico21.png')no-repeat center;}
.sub_ico22{background: url('../img/sub_ico22.png')no-repeat center;}
.sub_ico23{background: url('../img/sub_ico23.png')no-repeat center;}
.tour_sub_visual{z-index: 1}
.sub_title{position: relative;z-index: 2}
.tour_sub_nav{height: 465px}

.contents_title{font-size: 4em;text-align: center;margin-bottom: 100px}
@media screen and (max-width:1200px) {
  .sub_container{padding: 0 20px}
}
@media screen and (max-width:1024px) {
  .sub_title p{font-size: 2em}
  .sub_title h3{font-size: 4em}

  .sub_nav_list ul li{padding: 0 16px}
  .sub_nav_list ul li a{font-size: 1.5em}
  /*.sub_nav_list ul li::before{display: none}*/
}
@media screen and (max-width:600px) {
  .sub_visual_img1{height:300px;background: url('../img/sub_visual1.png')no-repeat center bottom;background-size: 1200px auto;}
  .sub_visual_img2{height:300px;background: url('../img/sub_visual2.png')no-repeat center bottom;background-size: 1200px auto;}
  .sub_visual_img3{height:300px;background: url('../img/sub_visual3.png')no-repeat center bottom;background-size: 1200px auto;}
  .sub_nav{height: 300px}
  .tour_sub_nav{height: 275px}
  .sub_title{padding-top: 130px}
  .intro_sub_title{padding-top: 80px}
  .sub_nav_list2 ul li{width: 46px; height: 46px}
  .sub_nav_list2 ul li a{width: 46px; height: 46px; background-size: 34px 34px}
}
@media screen and (max-width:500px) {
  .sub_title p{font-size: 1.8em}
  .sub_title h3{font-size: 2.8em}


  .sub_nav_list ul li{padding: 0 16px}
  .sub_nav_list ul li a{font-size: 1.5em}
  .sub_nav_list ul li::before{display: none}
}

/*인사말*/
.divide_text{position: relative;display: inline-block;width: 100%;z-index: 10}
.divide_text::after{display: block;content: "";clear: both;}
.divide_text > div{float: left;width: 48%; margin-right: 2%;font-size: 1.5em}
.divide_text > div:nth-child(2n){margin-right: 0;margin-left: 2%}
.divide_text > div span{font-size: 1.2em}
.greeting_img{position: absolute;right: -80px; bottom: 0; z-index: 5}


/*Original of Museum County*/
.omc_text{font-size: 1.5em;}
.omc_table{width: 100%; margin-top: 60px}
.omc_table thead{background-color: #e5dcd1}
.omc_table td{font-size: 1.5em;padding: 2px 20px; width: 70%; vertical-align: top}
.omc_table td:first-child{width: 30%}
.omc_table tbody tr{border-bottom: 1px solid #ccc}
.omc_table td:first-child{border-right: 1px solid #cccccc}

/*Museum visitor information*/
.mvi_section table{width: 100%;margin-top: 20px}
.mvi_section table:first-child{margin-top: 0}
.mvi_section table thead{background-color: #e5dcd1;font-weight: 600}
.mvi_section table td{font-size: 1.5em;padding: 2px 20px; width: 70%;}
.mvi_section table td li{font-size: 1.5em}
.mvi_section table td:first-child{width: 30%}
.mvi_section table tbody tr{border-bottom: 1px solid #ccc}
.mvi_section table td:first-child{border-right: 1px solid #cccccc}

/*direcions*/
#map{width: 100%; height: 500px;border: 1px solid #ccc}
.map_infor{position: relative;margin-top: 20px;width: 100%;background-color: #ebebeb; border: 1px solid #ccc}
.map_infor span{position: relative;padding: 40px 0 40px 100px;display: inline-block;font-size: 1.3em}
.map_ico::before{position: absolute;margin-top: 24px;content: "";top:0;left: 30px;width: 52px;height: 52px; background: url('../img/map_ico.png') no-repeat center;display: inline-block;}
.call_ico::before{position: absolute;margin-top: 24px;content: "";top:0;left: 30px;width: 52px;height: 52px; background: url('../img/call_ico.png') no-repeat center;display: inline-block;}

/*Experience Events Information*/
.eei_table{border-top: 1px solid #ccc}
.eei_table th{width: 30%;text-align: left;background-color: #e5dcd1; padding: 2px 20px;border-bottom: 1px solid #fff;vertical-align: top;font-size: 1.5em; font-weight: 600}
.eei_table tr:last-child th{border-bottom: 1px solid #ccc}
.eei_table td{width: 70%;font-size: 1.5em;padding: 2px 20px;border-left: 1px solid #ccc;  border-bottom: 1px solid #ccc}
.eei_table td li{font-size: 1.5em}

/*Byulmaro Astronomical Observatory*/
.contents_sub_title{text-align: center;}
.contents_sub_title span{display: inline-block;width: 44px; height: 3px; background-color: #b7b7b7;}
.contents_sub_title p{font-size: 2em;color: #c0c2c4;font-weight: 400}
.tour_contents_title{font-size: 2.0em;margin-top: 40px}
.divide_text p{font-size: 1em;margin-top: 30px}
.divide_text p:first-child{margin-top: 0}
.tour_table1 img{display: block;width: 100%}
.tour_table1 .col1{padding-right: 1%}
.tour_table1 .col2{padding-bottom: 0.5%}
.tour_table1 .col3{padding-top: 0.5%}
.normal_text p{font-size: 1.4em;margin-top: 30px}
.normal_text p:first-child{margin-top: 0}
.tour_img_box::after{display: block; content: "";clear: both;}
.oneimg{width: 100%}
.oneimg img{display: block; width: 100%}
.tour_left{display: block;;padding-right: 4px;float: left}
.tour_left img{display: block; width: 100%;}
.tour_right{display: block;float: right;;padding-left: 4px}
.tour_right img{display: block; width: 100%;}
.box_s1 .tour_left{width: 55%}
.box_s1 .tour_right{width: 45%}
.box_s2 .tour_left{width: 64%}
.box_s2 .tour_right{width: 36%}
.box_s3 .tour_left{width: 64%}
.box_s3 .tour_right{width: 36%}
.box_s4 .tour_left{width: 56%}
.box_s4 .tour_right{width: 44%; padding-left: 5px}
.box_s5 .tour_left{width: 66.5%}
.box_s5 .tour_right{width: 33.5%}
.box_s6 .tour_left{width: 48.5%}
.box_s6 .tour_right{width: 51.5%}
.box_s7 .tour_left{width: 56%}
.box_s7 .tour_right{width: 44%}
.box_s8 .tour_left{width: 64%;padding-right:4px}
.box_s8 .tour_right{width: 36%;padding-left:2px}
.box_s9 .tour_left{width: 53%;padding-right: 8px}
.box_s9 .tour_right{width: 47%;padding-left: 2px}
.box_s10 .tour_left{width: 69.5%}
.box_s10 .tour_right{width: 30.5%}
.box_s11 .tour_left{width: 64.5%; padding: 0}
.box_s11 .tour_right{width: 34.5%; padding: 0}
.box_s12 .tour_left{width: 58%}
.box_s12 .tour_right{width: 42%}
.box_s13 .tour_left{width: 45.5%}
.box_s13 .tour_right{width: 54.5%}
.box_s14 .tour_left{width: 70%;padding: 0}
.box_s14 .tour_right{width: 30%;padding-left: 8px}
.box_s15 .tour_left{width: 41.5%; padding-right: 8}
.box_s15 .tour_right{width: 58.5%;}
.box_s16 .tour_left{width: 74%}
.box_s16 .tour_right{width: 26%;padding-left: 6px}

@media screen and (max-width:600px) {
.contents_title{font-size: 3em;line-height: 1}
.divide_text > div{width: 100%; margin-right: 0;font-size: 1.3em}
.divide_text > div:nth-child(2n){margin-right: 0;margin-left: 0;margin-top:40px}
.divide_text p{font-size: 1.2em}
.normal_text p{font-size: 1.2em}
.greeting_img{opacity: 0.5}
/*Original of Museum County*/
.omc_text{font-size: 1.3em}
.omc_table td{font-size: 1.3em; padding: 2px 4px}
/*Museum visitor information*/
.mvi_section table td{font-size: 1.3em; padding: 2px 4px}
.mvi_section table td li{font-size: 1.3em}
/*Experience Events Information*/
.eei_table th{font-size: 1.3em;padding: 2px 4px}
.eei_table td{font-size: 1.3em; padding: 2px 4px}
.eei_table td li{font-size: 1.3em}

.tour_left{width: 100%!important;padding: 0}
.tour_right{width: 100%!important;padding: 0;margin-top: 8px}
}


/*사이트맵*/
.sitemap_section{text-align: center;}
.sitemap_list{overflow: hidden;}
.sitemap_list > li{display: inline-block;float: left;border-left: 10px solid #888;width: 50%; padding: 0 20px;height: 300px}
.sitemap_list > li:nth-child(2n){border-right: 10px solid #888}
.sitemap_list > li p{font-size: 3em;font-weight: 600}
.sitemap_list > li a{font-size: 2em;display: inline-block;;padding: 10px 0;position: relative;border-bottom: 2px}
.sitemap_list > li a:hover{border-bottom: 2px solid #888}
.sitemap_list > li a:hover span{display: block}
.sitemap_list > li li{position: relative;display: block}
.pen_ico{display: none;position: absolute;top:0;right: 0;margin: 10px -40px 0 0;width: 30px;height: 30px;background: url('../img/pen_ico.png');background-size: 30px 30px}

@media screen and (max-width:) {

}
