.w1200 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.w1300 {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  padding: 0 0 80px 0;
}
.header {
  text-align: center;
  width: 90%;
  max-width: 1300px;
  margin: auto;
  background: #fff;
}
.header:after {
  content: "";
  clear: both;
  display: block;
}
.logo {
  padding: 16px 0;
  float: left;
}
.pc {
  display: block;
}
.mo {
  display: none;
}

.menu_fr_pc {
  position: relative;
  float: right;
  top: 37px;
}
.menu_fr_pc .menu_big {
  position: relative;
  padding: 20px 0;
  z-index: 0;
}
.menu_fr_pc li a:after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  bottom: 25px;
  left: 0;
  border-bottom: 8px solid #ffe050;
  transition: 0.2s ease-out all;
  opacity: 0;
  z-index: -1;
}
.menu_fr_pc li a.active:after {
  background-color: #3cbeb5;
}
.menu_fr_pc li a.active:after,
.menu_fr_pc li:hover a:after {
  width: 100%;
  opacity: 1;
}
.menu_fr_pc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_fr_pc li {
  float: left;
  padding: 0 0 0 55px;
  position: relative;
}

.menu_fr_pc li a {
  color: #003464;
  display: block;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}

.menu_fr_pc li a:hover,
.menu_fr_pc ul li:hover a {
  text-decoration: none;
}

.menu_fr_pc li ul {
  background: #fff;
  display: none;
  height: auto;
  border: 0px;
  position: absolute;
  left: 40px;
  width: 200px;
  z-index: 200;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  /*top:1em;
/*left:0;*/
}

.menu_fr_pc li:hover ul {
  display: block;
}

.menu_fr_pc li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  line-height: 45px;
}

.menu_fr_pc li li a:after {
  content: none;
}

.menu_fr_pc li:hover li a {
  background: none;
}

.menu_fr_pc li ul a {
  font-size: 18px;
  margin: 0px;
  padding: 0px 0px 0px 25px;
  text-align: left;
  color: #004a8e;
}

.menu_fr_pc li ul a:hover,
.menu_fr_pc li ul li:hover a {
  border: 0px;
  color: #003464;
  text-decoration: none;
}

.menu_fr_pc p {
  clear: left;
}

.menu_fr {
  display: none;
}

.menu_box {
  vertical-align: middle;
  text-align: center;
  z-index: 999;
  position: relative;
}
.menu_box .list {
}
.menu_box .list .menu_header {
  display: none;
  height: 93px;
  line-height: 60px;
  position: relative;
  text-align: left;
  padding: 0 0 0 20px;
}
.menu_box .list .menu_header .menu_logo img {
  width: 45%;
  margin: 15px 0 0 0;
}

.menu_box .list .menu {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  display: inline-block;
}
.menu_box .list .menu .title {
  padding: 15px 0;
}
.menu_box .list .menu .title:after {
  content: "";
  clear: both;
  display: block;
}
.menu_box .list .menu .kr {
  color: #333;
  font-size: 18px;
  float: left;
}
.menu_box .list .menu .en {
  color: #333;
  font-size: 15px;
  opacity: 0.4;
  float: right;
}
.menu_box .list .menu .en_blue {
  color: #23846e;
  font-size: 12px;
  letter-spacing: 1px;
}
/*.menu_box .list .menu li:last-child .en{opacity: 1;}*/

.menu_box .list .menu > li {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.menu_box .list .menu > li a {
  text-decoration: none;
  color: #666;
}
.menu_box .list .menu > li a:hover {
  color: #b09d60;
}
.menu_box .list .menu > li > .submenu {
  display: none;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.3s;
}
.menu_box .list .menu > li > .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
}
.menu_box .list .menu > li > .submenu ul li {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
.menu_box .list .menu > li > .submenu ul li a {
  padding: 0 25px;
  color: #520602;
  display: block;
}
/*.menu_box .list .menu > li > .submenu ul li a:before{content:"-";margin-right:3px;}*/

.menu_box .submenu_box {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  z-index: 10;
  line-height: 1;
  height: 220px;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height ease 0.3s, opacity ease 0.3s;
}
.menu_box .submenu_box .submenu_box_inner {
  padding: 20px 0;
}
.menu_box .submenu_box .submenu_box_inner .menu {
  padding: 0 0 0 25px;
}
.menu_box .submenu_box .menu > li {
  position: relative;
  vertical-align: top;
}
.menu_box .submenu_box .menu > li > .title {
  height: 1px;
  overflow: hidden;
  color: transparent;
}
.menu_box .submenu_box .menu > li > .child_menu {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.menu_box .submenu_box .menu > li > .child_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu_box .submenu_box .menu > li > .child_menu ul li {
  white-space: nowrap;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.menu_box .submenu_box .menu > li > .child_menu ul li:nth-child(n + 2) {
  margin-top: 20px;
}
.menu_box .submenu_box .menu > li > .child_menu ul li a {
  color: #666;
  text-decoration: none;
}
.menu_box .submenu_box .menu > li > .child_menu ul li a:hover {
  color: #520602;
}
.menu_box .list:hover .submenu_box {
  max-height: 320px;
  opacity: 1;
}

.menu_close {
  position: absolute;
  right: -55px;
  top: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  background-image: url(../images/icon_menu_close.png);
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn_menu {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 70px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
  background-image: url(../images/icon_menu.png);
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.login_box {
  position: absolute;
  top: -25px;
  right: 0px;
  font-size: 14px;
  color: #999;
}
.login_box a {
  font-size: 14px;
  color: #999;
}

.sub_top {
  position: relative;
}
.sub_top:before {
  content: "";
  display: block;
  padding-bottom: 15%;
}

.sub_top .in_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: KoPubBatangBold;
  color: #fff;
  font-size: 48px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.8);
}

.content:after {
  content: "";
  clear: both;
  display: block;
}

.content .left_menu {
  float: left;
  width: 23%;
  position: relative;
  padding: 70px 0 0 0;
}
.content .left_menu:before {
  content: "";
  display: block;
  width: 136px;
  height: 87px;
  background-image: url(../images/left_menu_top.jpg);
  background-size: 136px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -30px;
}
.content .left_menu li {
  font-size: 20px;
  line-height: 60px;
  border-bottom: 1px solid #ddcec4;
  padding: 0 0 0 25px;
}
.content .left_menu li:last-child {
  border-bottom: 0;
}
.content .left_menu li a {
  color: #96836f;
}
.content .left_menu li a:hover {
  color: #5a3c1d;
}
.content .left_menu .ov {
  color: #5a3c1d;
}

.content .box {
  float: right;
  width: 74%;
}
.content .box:after {
  content: "";
  clear: both;
  display: block;
}

.main_slide {
}
.main_slide.swiper-container {
  width: 100%;
  height: 100%;
}
.main_slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
/*.main_slide .swiper-slide:before {
    content: "";
    display: block;
    padding-bottom: 28%;
}*/
.main_slide .swiper-slide img {
  width: 100%;
}
/*.main_slide .slide1{background: url(../images/main_slide1.jpg) top center no-repeat; background-size:cover;}
.main_slide .slide2{background: url(../images/main_slide2.jpg) top center no-repeat; background-size:cover;}
.main_slide .slide3{background: url(../images/main_slide3.jpg) top center no-repeat; background-size:cover;}*/

.main_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}
.main_slide .swiper-pagination-bullet-active {
  background: #fff;
}
.main_slide .swiper-button-prev,
.main_slide .swiper-container-rtl .swiper-button-next {
  left: 50px;
}
.main_slide .swiper-button-next,
.main_slide .swiper-container-rtl .swiper-button-prev {
  right: 50px;
}

.main_tabslide {
  padding: 25px 0 0 0;
}
.main_tabslide .w1300:after {
  content: "";
  clear: both;
  display: block;
}

.main_tabslide .swiper-container {
  width: 100%;
  /*height: 300px;*/
  margin-left: auto;
  margin-right: auto;
}
.main_tabslide .swiper-slide {
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.main_tabslide .gallery-top {
  float: left;
  width: 80%;
}
.main_tabslide .gallery-top .slide1 {
  background: url(../images/tab_slide8.jpg) top center no-repeat;
  background-size: cover;
}
.main_tabslide .gallery-top .slide2 {
  background: url(../images/tab_slide6.jpg) top center no-repeat;
  background-size: cover;
}
.main_tabslide .gallery-top .slide3 {
  background: url(../images/tab_slide7.jpg) top center no-repeat;
  background-size: cover;
}
.main_tabslide .gallery-top .swiper-slide:before {
  content: "";
  display: block;
  padding-bottom: 29%;
}
.main_tabslide .gallery-thumbs {
  float: left;
  cursor: pointer;
  width: 20%;
}
.main_tabslide .gallery-thumbs .slide {
  /*height: 100%;*/
  background: #f1f1f1;
  position: relative;
  color: #999;
}
.main_tabslide .gallery-thumbs .slide:before {
  content: "";
  display: block;
  padding-bottom: 58%;
}

.main_tabslide .gallery-thumbs .in_text {
  font-size: 24px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main_tabslide .gallery-thumbs .slide.active {
  color: #333;
}
.main_tabslide .gallery-thumbs .slide1.active {
  background: #e3cce1;
}
.main_tabslide .gallery-thumbs .slide2.active {
  background: #b6eee0;
}
.main_tabslide .gallery-thumbs .slide3.active {
  background: #bdd6e8;
}

.main_tabslide .gallery-thumbs .slide1 {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.main_tabslide .gallery-thumbs .slide2 {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.main_tabslide .gallery-thumbs .slide3 {
  border-right: 2px solid #fff;
}

.main_notice {
  padding: 45px 0 85px 0;
}
.main_notice:after {
  content: "";
  clear: both;
  display: block;
}
.main_notice .left {
  width: 31.7%;
  float: left;
}
.main_notice .main_midd_slide {
  width: 31.7%;
  float: left;
  margin: 0 0 0 30px;
}
.main_notice .right {
  width: 31.7%;
  float: right;
}
.main_notice .title {
  color: #bc526c;
  font-size: 24px;
  border-bottom: 1px solid #d1d1d1;
  line-height: 50px;
  background: url(../images/main_notice_title.jpg) left no-repeat;
  padding: 0 0 0 45px;
}
.main_notice .title:after {
  content: "";
  clear: both;
  display: block;
}
.main_notice .title a {
  font-size: 14px;
  color: #bc526c;
  float: right;
}
.main_notice .list {
  margin: 10px 0 0 0;
}
.main_notice .list .line {
  border-bottom: 1px solid #e0e0e0;
}
.main_notice .list .line:after {
  content: "";
  clear: both;
  display: block;
}
.main_notice .list .line li {
  line-height: 54px;
}
.main_notice .list .line li:first-child {
  float: left;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_notice .list .line li:first-child a {
  font-size: 18px;
  color: #666;
}
.main_notice .list .line li:last-child {
  float: right;
  font-size: 12px;
  color: #999;
}

.main_midd_slide.swiper-container {
  width: 100%;
  height: 100%;
}
.main_midd_slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  padding: 0 0 20px 0;
  /* Center slide text vertically 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
  cursor: pointer;
}

.main_midd_slide .swiper-slide img {
  width: 100%;
}
.main_midd_slide .swiper-slide .in_text {
  font-size: 18px;
  padding: 20px 0 0 0;
}
.main_midd_slide .swiper-button-next,
.main_midd_slide .swiper-button-prev {
  width: 47px;
  height: 47px;
  background-size: 47px 47px;
  top: 40%;
}
.main_midd_slide .swiper-button-prev,
.main_midd_slide .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrow_left.png);
}
.main_midd_slide .swiper-button-next,
.main_midd_slide .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow_right.png);
}
/*.main_midd_slide .swiper-slide:before {
    content: "";
    display: block;
    padding-bottom: 79%;
}
.main_midd_slide .slide1{background: url(../images/main_midd_slide1.jpg) top center no-repeat; background-size:cover;}
.main_midd_slide .slide2{background: url(../images/main_midd_slide2.jpg) top center no-repeat; background-size:cover;}
.main_midd_slide .slide3{background: url(../images/main_midd_slide3.jpg) top center no-repeat; background-size:cover;}
.main_midd_slide .slide4{background: url(../images/main_midd_slide4.jpg) top center no-repeat; background-size:cover;}
.main_midd_slide .slide5{background: url(../images/main_midd_slide5.jpg) top center no-repeat; background-size:cover;}
*/
.main_notice .right .ban1 {
  background: url(../images/main_middle_ban.jpg) top center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.main_notice .right .ban1:before {
  content: "";
  display: block;
  padding-bottom: 97%;
}

.main_notice .right .ban2 {
  background: url(../images/main_bb_ban.jpg) top center no-repeat;
  background-size: cover;
  margin: 10px 0 0 0;
  border: 1px solid #dfdfdf;
}
.main_notice .right .ban2:before {
  content: "";
  display: block;
  padding-bottom: 29%;
}

.footer {
  margin: 0 0 0 0;
}
.footer .info {
  background: #003464;
  padding: 30px 0;
}
.footer .info:after {
  content: "";
  clear: both;
  display: block;
}
.footer .info .logo_bottom {
  float: left;
}
.footer .info .info_text {
  float: left;
  margin: 35px 0 0 25px;
}
.footer .info .right {
  float: right;
  text-align: right;
}
.footer .info .right .sns:after {
  content: "";
  clear: both;
  display: block;
}
.footer .info .right .sns {
  margin: 50px 0 20px 0;
}
.footer .info .right .sns li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.footer .info .right .sns img {
  opacity: 0.5;
  transition: all 0.25s ease;
}
.footer .info .right .sns li:hover img {
  opacity: 1;
}
.footer .info .right .text {
  font-size: 18px;
  color: #fff;
}
.footer .info .right .text span {
  color: #ffe5a6;
}
.footer .info .text1 {
  color: #fff;
  font-size: 16px;
}
.footer .info .text2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0 15px 0;
}

.about .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.about .box {
  margin: 75px 0 0 0;
}
.about .box li {
  width: 50%;
  float: left;
}
.about .box .text1 {
  font-size: 30px;
  line-height: 44px;
  font-family: KoPubBatangLight;
  letter-spacing: -1px;
}
.about .box .text2 {
  font-size: 18px;
  line-height: 32px;
  margin: 35px 0 0 0;
}
.about .box .foto {
  background: url(../images/img_about.jpg) top center no-repeat;
  background-size: cover;
}
.about .box .foto:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}

.history .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.history .content .box {
  margin: 75px 0 0 0;
}
.history .text1 {
  font-size: 30px;
  line-height: 44px;
  font-family: KoPubBatangLight;
  letter-spacing: -1px;
}
.history .text2 {
  font-size: 18px;
  line-height: 32px;
}
.history .box1 {
  margin: 55px 0 0 0;
}
.history .box2 {
  margin: 70px 0;
}
.history .box2:after {
  content: "";
  clear: both;
  display: block;
}
.history .box2 li:first-child {
  float: right;
  width: 48%;
}
.history .box2 li:last-child {
  float: left;
  width: 48%;
}

.history .box3:after {
  content: "";
  clear: both;
  display: block;
}
.history .box3 li:first-child {
  float: left;
  width: 48%;
}
.history .box3 li:last-child {
  float: right;
  width: 48%;
}

.history .foto_name {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 20px 0 0 0;
}
.history .foto1 {
  background: url(../images/img_history1.jpg) top center no-repeat;
  background-size: cover;
}
.history .foto1:before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.history .foto2 {
  background: url(../images/img_history2.jpg) top center no-repeat;
  background-size: cover;
}
.history .foto2:before {
  content: "";
  display: block;
  padding-bottom: 83%;
}

.location .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.location .box {
  margin: 65px 0 0 0;
}
.location .box .text1 {
  font-size: 24px;
  line-height: 30px;
  font-family: KoPubBatangMedium;
  text-align: center;
  position: relative;
}
.location .box .text1:after {
  content: "";
  width: 125px;
  background-color: #e3c5ae;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  z-index: -1;
}
.location .box .text2 {
  font-size: 34px;
  line-height: 30px;
  font-family: KoPubBatangMedium;
  text-align: center;
  margin: 30px 0;
}
.location .box .text2 span {
  font-size: 20px;
  font-family: KoPubBatangMedium;
}
.location .box .foto {
  background: url(../images/img_location.jpg) top center no-repeat;
  background-size: cover;
}
.location .box .foto:before {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.location .box .text_box {
  margin: 50px 0 0 0;
}
.location .box .text_box:after {
  content: "";
  clear: both;
  display: block;
}
.location .box .text_box li {
  font-size: 18px;
  line-height: 32px;
  word-break: keep-all;
}
.location .box .text_box li:last-child {
  float: right;
}

.location .box_slide {
  width: 100%;
  margin: 50px 0 55px 0;
  padding: 40px 0;
}
.location .box_slide .title {
  font-size: 24px;
  margin: 0 0 15px 0;
  line-height: 30px;
  font-family: KoPubBatangMedium;
  text-align: center;
  position: relative;
}
.location .box_slide .title:after {
  content: "";
  width: 160px;
  background-color: #e3c5ae;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  z-index: -1;
}
.location .box_slide .swiper-container {
  width: 100%;
  height: 100%;
  background: #f1ece8;
  padding: 40px 0 50px 0;
}
.location .box_slide .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  /*display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
  cursor: pointer;
}
.location .box_slide .swiper-slide img {
  max-width: 750px;
  width: 85%;
}
/*.location .box_slide .swiper-slide:after{content:"";display:block;padding-bottom:53%;}*/
.location .box_slide .swiper-slide .text span {
  font-size: 16px;
}
.location .box_slide .swiper-slide .text {
  color: #333;
  margin: 65px 0 0 0;
  font-size: 24px;
}
/*.location .box_slide .slide1{background: url(../images/img_location_slide01.jpg) top center no-repeat;background-position-y: 110px;}
.location .box_slide .slide2{background: url(../images/img_location_slide02.jpg) top center no-repeat;background-position-y: 110px;}
.location .box_slide .slide3{background: url(../images/img_location_slide03.jpg) top center no-repeat;background-position-y: 110px;}
.location .box_slide .slide4{background: url(../images/img_location_slide04.jpg) top center no-repeat;background-position-y: 110px;}
*/
.location .box_slide .swiper-button-next,
.location .box_slide .swiper-button-prev {
  width: 47px;
  height: 47px;
  top: 33%;
}
.location .box_slide .swiper-button-prev {
  background: url(../images/arrow_left_gray.png) top center no-repeat;
  left: 55px;
}
.location .box_slide .swiper-button-next {
  background: url(../images/arrow_right_gray.png) top center no-repeat;
  right: 55px;
}
.location .box_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}
.location .box_slide .swiper-pagination-bullet-active {
  background: #fff;
}
.location .box_slide .swiper-pagination-fraction {
  bottom: 215px;
}

.map .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.map .box {
  margin: 65px 0 0 0;
}
.map .box .text1 {
  font-size: 30px;
  line-height: 36px;
  font-family: KoPubBatangLight;
  text-align: center;
}
.map .box .text2 {
  font-size: 20px;
  line-height: 36px;
  font-family: KoPubBatangLight;
  text-align: center;
}
.map .box .text3 {
  font-size: 18px;
  text-align: center;
}
.map .info {
  font-size: 18px;
}
.map .info .title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px 0;
}
.map .info .orange {
  color: #ff6600;
  font-weight: 600;
}
.map .info .green {
  color: #9acd49;
  font-weight: 600;
}
.map .info .green2 {
  color: #399917;
  font-weight: 600;
}
.map .info .blue {
  color: #357add;
  font-weight: 600;
}
.map .info .info2 {
  margin: 20px 0;
}
.map .map_fr {
  margin: 35px 0 50px 0;
}
.map .map_fr .root_daum_roughmap_landing {
  width: 100% !important;
}

.prayer .sub_top {
  background: url(../images/sub_top_notice.jpg) top center no-repeat;
  background-size: cover;
}
.prayer .box {
  margin: 75px 0 0 0;
}

.prayer .allWrap {
}
.prayer .tabBox {
  text-align: center;
  width: 90%;
  margin: 0px auto 55px;
}
.prayer .tab-link {
  display: inline-block;
  width: 32.3%;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  font-family: KoPubBatangLight;
  color: #999;
  letter-spacing: -2px;
}
.prayer .tab-link.current {
  color: #333;
  position: relative;
}
.prayer .tab-link.current:before {
  content: "";
  width: 15px;
  background: #fe6001;
  height: 15px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
}
.prayer .tab-content {
  display: none;
}
.prayer .tab-content.current {
  display: block;
  width: 100%;
  text-align: center;
}

.prayer .foto {
  width: 100%;
}
.prayer .foto:before {
  content: "";
  display: block;
  padding-bottom: 31%;
}
.prayer .foto1 {
  background: url(../images/img_prayer_tab1_img1.jpg) top center no-repeat;
  background-size: cover;
}
.prayer .foto2 {
  background: url(../images/img_prayer_tab2_img1.jpg) top center no-repeat;
  background-size: cover;
}
.prayer .foto3 {
  background: url(../images/img_prayer_tab3_img1.jpg) top center no-repeat;
  background-size: cover;
}
.prayer #tab-1 .title {
  font-size: 40px;
  color: #654444;
  text-align: center;
  font-weight: 600;
  padding: 65px 0 40px 0;
}
.prayer #tab-1 .box1:after {
  content: "";
  clear: both;
  display: block;
}
.prayer #tab-1 .box1 li {
  float: left;
}
.prayer #tab-1 .box1 li:first-child {
  width: 58%;
}
.prayer #tab-1 .box1 li:last-child {
  width: 40%;
  float: right;
}
.prayer #tab-1 .box1 .list_table table {
  font-size: 20px;
  border-top: 1px solid #ccc;
  width: 100%;
}
.prayer #tab-1 .box1 .list_table th {
  background: #f4f4f4;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.prayer #tab-1 .box1 .list_table td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 10px;
}

.prayer #tab-1 .box1 .list_ban {
  background: #f6f2ee;
  position: relative;
}
.prayer #tab-1 .box1 .list_ban:before {
  content: "";
  display: block;
  padding-bottom: 170%;
}
.prayer #tab-1 .box1 .list_ban .list_ban_in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.prayer #tab-1 .box1 .list_ban .text {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}
.prayer #tab-1 .box1 .list_ban .text span {
  font-weight: 600;
}
.prayer #tab-1 .box1 .list_ban .text_in {
  padding: 0 0 0 65px;
}
.prayer #tab-1 .box1 .list_ban .one {
  color: #a67752;
  width: 84%;
  margin: 0 auto 40px;
  background: url(../images/icon_prayer1.png) left center no-repeat;
}
.prayer #tab-1 .box1 .list_ban .two {
  color: #d08a52;
  width: 84%;
  margin: auto;
  background: url(../images/icon_prayer2.png) left center no-repeat;
}
.prayer #tab-1 .box1 .list_ban .three {
  color: #d08a52;
  text-align: center;
  margin: 150px 0 0 0;
}

.prayer #tab-2 .box_group {
  margin: 50px 0 0 0;
}
.prayer #tab-2 .box_group:after {
  content: "";
  clear: both;
  display: block;
}
.prayer #tab-2 .box_group li:first-child {
  float: left;
  width: 48%;
}
.prayer #tab-2 .box_group li:last-child {
  float: right;
  width: 48%;
}
.prayer #tab-2 .box_group .title {
  background: url(../images/icon_prayer3.png) left center no-repeat;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0 65px;
  line-height: 65px;
  margin: 0 0 20px 0;
}
.prayer #tab-2 .box_group .box1 {
  margin: 0 0 95px 0;
  text-align: left;
}
.prayer #tab-2 .box_group .text {
  font-size: 16px;
  line-height: 26px;
  word-break: keep-all;
}
.prayer #tab-2 .box_group .text span {
  color: #a2693c;
}

.prayer #tab-3 .text1 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin: 45px 0 35px 0;
}
.prayer #tab-3 .text2 {
  background: #f5f0ec;
  color: #5a4534;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  padding: 30px 60px;
}
.prayer #tab-3 .text2 span {
  font-size: 14px;
}
.prayer #tab-3 .text3 {
  margin: 45px 0 0 0;
  text-align: left;
}
.prayer #tab-3 .text3 .box1 {
  margin: 0 0 40px 0;
}
.prayer #tab-3 .text3 .title {
  font-size: 24px;
  font-weight: 600;
}
.prayer #tab-3 .text3 .title span {
  display: inline-block;
  position: relative;
}
.prayer #tab-3 .text3 .title span:before {
  content: "";
  display: block;
  height: 13px;
  background: #e3c5ae;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.prayer #tab-3 .text3 .con {
  font-size: 20px;
  line-height: 36px;
}

.templestay .sub_top {
  background: url(../images/sub_top_templestay.jpg) top center no-repeat;
  background-size: cover;
}
.templestay .box {
  margin: 65px 0 0 0;
}
.templestay .foto {
  width: 100%;
  background: url(../images/templestay_img1.jpg) top center no-repeat;
  background-size: cover;
}
.templestay .foto:before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.templestay .text1 {
  font-size: 18px;
  line-height: 32px;
  padding: 65px 0 40px 0;
  background: url(../images/templestay_img2.jpg) bottom right no-repeat;
}
.templestay .bt a {
  font-size: 20px;
  font-weight: 600;
  background: #f8f0ea;
  border-radius: 5px;
  padding: 25px 55px;
  display: inline-block;
}

.notice .sub_top {
  background: url(../images/sub_top_notice.jpg) top center no-repeat;
  background-size: cover;
}
.notice .box {
  margin: 75px 0 0 0;
}

.sub_top_notice {
  background: url(../images/sub_top_notice.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.sub_top_notice:before {
  content: "";
  display: block;
  padding-bottom: 15%;
}

.sub_top_notice .in_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: KoPubBatangBold;
  color: #fff;
  font-size: 48px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.8);
}

.sub_top_templestay {
  background: url(../images/sub_top_templestay.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.sub_top_templestay:before {
  content: "";
  display: block;
  padding-bottom: 15%;
}

.sub_top_templestay .in_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: KoPubBatangBold;
  color: #fff;
  font-size: 48px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.8);
}

.sub_top_bubmun {
  background: url(../images/sub_top_bubmun.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.sub_top_bubmun:before {
  content: "";
  display: block;
  padding-bottom: 15%;
}

.sub_top_bubmun .in_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: KoPubBatangBold;
  color: #fff;
  font-size: 48px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.8);
}

.sub_top_monthlyreport {
  background: url(../images/sub_top_monthlyreport.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.sub_top_monthlyreport:before {
  content: "";
  display: block;
  padding-bottom: 15%;
}

.sub_top_monthlyreport .in_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: KoPubBatangBold;
  color: #fff;
  font-size: 48px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.8);
}

.sub_top_story {
  background: url(../images/sub_top_bubmun.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.sub_top_story:before {
  content: "";
  display: block;
  padding-bottom: 26%;
}

.sub_top_story .in_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: KoPubBatangBold;
  color: #fff;
  font-size: 48px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.8);
}
