/* ========== TOP_BANNER ========== */
.top_banner {
  overflow: hidden;
  margin-bottom: 40px;
}

.top_banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: -2px;
}


.country_button
{
	position: relative;
    top: 14px;
	padding-left:30px;
}

.country_button_phone
{
	margin-top: 42px;
    position: absolute;
    margin-left: 15px;
}


.top_banner p {
  font-family: 'Noto Serif KR', sans-serif;
  font-size: 3.7rem;
  color: #8d8d92;
}

.top_banner p span {
  color: #434451;
  font-size: 11.2rem;
  font-weight: 600;
}

.top_banner p strong {
  color: #e8e8ea;
  font-size: 4.8rem;
  font-weight: 600;
}

/* ========== PROFILE ========== */
#profile {
  padding-bottom: 15rem
}

#profile ul li {
  position: relative;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  margin-bottom: 15rem;
}

#profile ul li:last-child {
  margin-bottom: 0;
}

.profile_txt {
  position: relative;
  padding: 100px;
  box-sizing: border-box;
}

.profile_txt span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.0rem;
  color: #b6b6b6;
  font-weight: 200;
  text-transform: uppercase;
}

.profile_txt strong {
  display: block;
  font-size: 4.8rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 6rem;
}

#profile ul li .bg_txt {
  font-size: 11.6rem;
  color: #5c5c5c;
  opacity: 0.17;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  z-index: 3;
  letter-spacing: -0.4rem;
  color:#FFFFFF;
}

.profile_txt p {
  font-family: 'Noto Serif KR', sans-serif;
  font-size: 1.8rem;
  color: #cecece;
  margin-bottom: 20px;
  line-height: 1.7;
}

#profile ul li .profile_img {
  position: relative;
  height: 100%;
}

#profile ul li .profile_img::after {
  position: absolute;
  display: block;
  width: 100%;
  border: 1px solid #828386;
  z-index: 1;
  content: "";
}

#profile ul li .profile_img img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#profile ul li:nth-child(1) {
  background: url('/publish/images/profile/sub_profile_bg1.jpg') repeat-y left top;
}

#profile ul li:nth-child(1) .bg_txt {
  position: absolute;
  right: 0;
  top: -80px;
}

#profile ul li:nth-child(1) .profile_txt {
  width: calc(100% - 670px);
}

#profile ul li:nth-child(1) .profile_img {
  margin-top: 80px;
}

#profile ul li:nth-child(1) .profile_img::after {
  height: 780px;
  left: -20px;
  top: 20px;
}

#profile ul li:nth-child(1) .profile_img img {
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.26);
}

#profile ul li:nth-child(2) {
  flex-flow: row-reverse wrap;
  background: url('/publish/images/profile/sub_profile_bg1.jpg') repeat-y right top;
}

#profile ul li:nth-child(2) .bg_txt {
  position: absolute;
  right: 20px;
  top: -80px;
}

#profile ul li:nth-child(2) .profile_txt {
  width: calc(100% - 610px);

}

#profile ul li:nth-child(2) .profile_img::after {
  height: 610px;
  left: -20px;
  top: 60px;
}

#profile ul li:nth-child(2) .profile_img {
  margin-top: -60px;
}

#profile ul li:nth-child(2) .profile_img img {
  box-shadow: 10px -10px 0px rgba(0, 0, 0, 0.26);
}

#profile ul li:nth-child(3) {
  flex-flow: row wrap;
  background: url('/publish/images/profile/sub_profile_bg1.jpg') repeat-y left top;
}

#profile ul li:nth-child(3) .bg_txt {
  position: absolute;
  left: 90px;
  bottom: -50px;
}

#profile ul li:nth-child(3) .profile_txt {
  width: calc(100% - 610px);

}

#profile ul li:nth-child(3) .profile_img::after {
  height: 610px;
  right: -40px;
  top: -60px;
}

#profile ul li:nth-child(3) .profile_img {
  margin-top: 80px;
}

#profile ul li:nth-child(3) .profile_img img {
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.26);
}

/* ========== HISTORIC ========== */
.no-historic-list{
	color:#ffffff;
	padding:5rem 0 !important;
	font-size:2rem;
	width:100% !important;
	text-align:center;
}




.txt-state-title
{
	font-size: 40px;
	color: #ffffff;
	padding-bottom: 15px;
	font-weight: bold;
}
	

.txt-state
{
	font-size:17px;
	color:#ffffff;
}





#historic .grid:after {
  content: '';
  display: block;
  clear: both;
}

#historic .grid-sizer,
#historic .grid-item {
  width: 33.333333%;
  padding: 0.5rem 0.6%;
  box-sizing: border-box;
}

#historic .grid-item {
  float: left;
}

#historic .photo_list_wrap {
  box-sizing: border-box;
}

#historic .photo_list_mid .image_tit {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px;
  font-size: 15px;
  color: #010000;
  font-weight: 500;
  padding-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

#historic .photo_list_mid .image_box a {
  position: relative;
  display: block;
}

#historic .photo_list_mid .image_box a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #000000));
  background: -moz-linear-gradient(top, transparent 0%, #000000 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 0%, #000000 100%);
  background: linear-gradient(top, transparent 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000000', gradientType=0);
}

#historic .photo_list_mid .image_box a p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.8rem;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  z-index: 3;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

#historic .photo_list_mid img {
  width: 100%;
  vertical-align: top;
}

/* 유적지 팝업 스타일 */

.photo_detail_view_wrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.photo_detail_view_wrap .photo_detail_view{
  position:relative;
  z-index:2;
}

.photo_detail_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  z-index: 1;
}

.photo_detail_view .image_area {
  position: relative;
  max-height: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.photo_detail_view .image_area img {
  position: absolute;
  z-index: 9999;
  max-width: 100%;
  height: auto;
}

.photo_detail_view .photo_detail_nav {
  position: relative;
  width: 100%;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.photo_detail_view .photo_detail_nav .img_num {
  position: absolute;
  left: 50%;
  font-size: 1.8rem;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #6c6c6c;
  font-weight: 300;
}

.photo_detail_view .photo_detail_nav .img_num .current_num {
  color: #ffffff;
  font-weight: 400;
}

.photo_detail_view .photo_detail_nav .img_nav ul {
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
  align-items: center;
}

.photo_detail_view .photo_detail_nav .img_nav li {
  margin: 0 5px;
}

.photo_detail_view .photo_detail_nav .img_nav li a{
  display:block;
}

.photo_detail_view .photo_detail_nav .img_nav li img {
  display:block;
  width:32px;
}

.photo_detail_view .photo_detail_nav .img_nav li .pause,
.photo_detail_view .photo_detail_nav .img_nav li .close_fullscreen {
  display: none;
}

.photo_detail_view .contents_area {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px !important;
  transition: all 0.5s;
  box-sizing: border-box;
}

.photo_detail_view .contents_area.on{
  transform: translateY(100%);
}

.photo_detail_view .contents_tag {
  font-size: 2.4rem;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}

.photo_detail_view .contents_info_txt,
.photo_detail_view .contents_txt {
  font-size: 1.8rem;
  color: #ffffff;
  text-align: left;
  overflow-y: scroll;
 
}

.photo_detail_view .flex_slider .slick-slide {
  padding: 0 20px !important;
}

.photo_detail_view .flex_slider .slick-slide div img {
  display: block;
  max-width: 100%;
  height: 100%;
  border: none;
}

/* INQUIRY */

#inquiry .inner-wrap{
  background-color: rgba(0, 0, 0, 0.26);
  padding:50px;
  max-width: 1200px;
  box-sizing: border-box;
}

#inquiry label{
  display:block;
  color:#eaeaea;
  font-size:15px;
  font-weight: 400;
  margin:5px 0;
}

#inquiry input, #inquiry textarea, #inquiry .policy{
  background-color: #eaeaea;
  border:1px solid #5c5c5c;
  font-size:16px;
  color: #222222;
}

#inquiry input:not([type="checkbox"]){
  width:100%;
  height:45px;
  padding:5px;
  box-sizing: border-box;
}

#inquiry textarea{
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  box-sizing: border-box;
  resize: none;
  margin: 0px;
  padding:5px;
  box-sizing: border-box;
}

#inquiry .policy {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  overflow-y: scroll;
  font-size: 14px;
  padding: 15px;
  box-sizing: border-box;
}

#inquiry table tbody th {
  min-width:65px;
}

#inquiry table td {
  padding:5px 0;
}
#inquiry table td p{
  font-size: 14px;
}

#inquiry .send_btn{
  display: block;
  border:0;
  background-color: #434451;
  color:#ffffff;
  padding:10px 20px;
  font-size:2rem;
  margin:20px auto 0px;
  border-radius: 80px;
}
/* ========== Media Query (desktop) ========== */
@media all and (max-width:1200px) {
  #profile ul li {
    flex-flow: column wrap;
  }

  .profile_txt {
    width: 100% !important;
    padding: 50px;
  }

  #profile ul li .profile_img {
    margin-top: 20px !important;
  }

  #profile ul li .profile_img::after {
    display: none !important;
  }

  #profile ul li:nth-child(1) {
    flex-flow: column-reverse wrap;
  }

  #profile ul li:nth-child(1) .bg_txt {
    top: 0;
  }

  #profile ul li:nth-child(2) {
    flex-flow: column-reverse wrap;
  }

  #profile ul li:nth-child(3) {
    flex-flow: column-reverse wrap;
  }

  #profile ul li:nth-child(3) .bg_txt {
    position: absolute;
    left: 20px;
    bottom: auto;
    top: -80px;
  }

}



@media all and (min-width:2000px) 
{
	.top_banner img {
	  display: block;
	  width: 100%;
	  max-width: 100%;
	  margin-left: -2px;
	}

	.slick-slide
	{
		display: none;
		float: left;

		height: 1200px;
		min-height: 1px;
	}
}


@media all and (min-width:2800px) 
{
	.top_banner img {
	  display: block;
	  width: 100%;
	  max-width: 100%;
	  margin-left: -2px;
	}

	.slick-slide
	{
		display: none;
		float: left;

		height: 1200px;
		min-height: 1px;
	}
}



@media all and (min-width:1600px) 
{

	.slick-slide
	{
		display: none;
		float: left;

		height: 1200px;
		min-height: 1px;
	}

	  .map_area 
  {
	/*  padding: 0 20px;*/
	  margin-bottom: 2rem;
	  width:60%;
	  float:left;
  }

	.map_area img {
	  display: block;
	  margin: 0 auto;
	  max-width: 100%;
	}


	.tab_btns {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  align-content: flex-start;
	  flex-direction: row;
	  flex-wrap: wrap;
	  margin-bottom: 4rem;
	  padding: 5px;


	}

	.tab_btns li {
	  margin: 10px 6px;
	}

	.tab_btns li a {
	  display: block;
	  font-size: 2.5rem;
	  color: #9e9e9e;
	  font-weight: 300;
	  padding: 10px 25px;
	  background-color: #353535;
	  border-radius: 80px;
	  overflow: hidden;
	  box-sizing: border-box;
	  transition: all .3s;
	}

	.tab_btns li.on a {
	  color: #ffffff;
	  background-color: #02309c;
	  font-weight: 500;
	}


	.layer-state
	{
		margin: 30px 61%;
		width: 37%;
		border: 1px solid #fff;
		padding: 15px;
	}

}

@media all and (min-width:1440px) 
{



	.tab_btns {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  align-content: flex-start;
	  flex-direction: row;
	  flex-wrap: wrap;
	  margin-bottom: 4rem;
	  padding: 5px;


	}

	.tab_btns li {
	  margin: 10px 6px;
	}

	.tab_btns li a {
	  display: block;
	  font-size: 2.5rem;
	  color: #9e9e9e;
	  font-weight: 300;
	  padding: 10px 25px;
	  background-color: #353535;
	  border-radius: 80px;
	  overflow: hidden;
	  box-sizing: border-box;
	  transition: all .3s;
	}

	.tab_btns li.on a {
	  color: #ffffff;
	  background-color: #02309c;
	  font-weight: 500;
	}


}

@media all and (max-width:1280px) 
{
		.tab_btns {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  align-content: flex-start;
	  flex-direction: row;
	  flex-wrap: wrap;
	  margin-bottom: 4rem;



	}

	.tab_btns li {
	  margin: 6px 6px;
	}

	.tab_btns li a {
	  display: block;
	  font-size: 2.5rem;
	  color: #9e9e9e;
	  font-weight: 300;
	  padding: 10px 25px;
	  background-color: #353535;
	  border-radius: 80px;
	  overflow: hidden;
	  box-sizing: border-box;
	  transition: all .3s;
	}

	.tab_btns li.on a {
	  color: #ffffff;
	  background-color: #02309c;
	  font-weight: 500;
	}

	.layer-state
	{
		margin: 30px auto;
		width: 72%;
		border: 1px solid #fff;
		padding: 15px;
	}



}

@media all and (max-width:1024px) 
{
	.layer-state
	{
		margin: 30px auto;
		width: 72%;
		border: 1px solid #fff;
		padding: 15px;
	}
	
}

	

@media only screen and (min-width: 1024px) 
{
	.historic-city
	{
		text-align: center;
		padding-bottom: 20px;
		font-size: 33px;
	}



		.tab_btns {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  align-content: flex-start;
	  flex-direction: row;
	  flex-wrap: wrap;
	  margin-bottom: 4rem;



	}

	.tab_btns li {
	  margin: 6px 6px;
	}

	.tab_btns li a {
	  display: block;
	  font-size: 2.5rem;
	  color: #9e9e9e;
	  font-weight: 300;
	  padding: 10px 25px;
	  background-color: #353535;
	  border-radius: 80px;
	  overflow: hidden;
	  box-sizing: border-box;
	  transition: all .3s;
	}

	.tab_btns li.on a {
	  color: #ffffff;
	  background-color: #02309c;
	  font-weight: 500;
	}

	
}

@media all and (max-width:1024px) {}

/* ========== Media Query (tablet) ========== */
@media all and (max-width:786px) {
  .top_banner {
    padding-top: 0px;
    margin-bottom: 50px;
  }

  .top_banner img {
    margin: 0 auto;
    width:135%;
    max-width: none;
  }

  .top_banner p span {
    display: block;
    text-align: center;
    font-size:8rem;
  }

  .top_banner p {
    text-align: center;
  }

  .profile_txt {
    padding: 30px;
  }

  #profile ul li .profile_img {
    padding: 0 20px;

  }

  #profile ul li .bg_txt{
    display:none !important;
  }

  #profile ul li .profile_img img {
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.26) !important;
  }

  #historic .grid .grid-sizer,
  #historic .grid .grid-item {
    width: 50%;
    padding: 1rem 1%;
  }

  .photo_detail_view .flex_slider .slick-slide div img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
  }

  #inquiry table tr{
    display:block;
  }
  #inquiry table th, #inquiry table td{
    display: block;
    width:100%;
  }

  #inquiry table th{
    min-width: 100%;
    text-align: left;
  }


	.map_area 
  {
	/*  padding: 0 20px;*/
	  margin-bottom: 2rem;
  }

	.map_area img {
	  display: block;
	  margin: 0 auto;
	  max-width: 100%;
	}


	.tab_btns {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  align-content: flex-start;
	  flex-direction: row;
	  flex-wrap: wrap;
	  margin-bottom: 4rem;



	}

	.tab_btns li {
	  margin: 6px 6px;
	}

	.tab_btns li a {
	  display: block;
	  font-size: 2.5rem;
	  color: #9e9e9e;
	  font-weight: 300;
	  padding: 10px 25px;
	  background-color: #353535;
	  border-radius: 80px;
	  overflow: hidden;
	  box-sizing: border-box;
	  transition: all .3s;
	}

	.tab_btns li.on a {
	  color: #ffffff;
	  background-color: #02309c;
	  font-weight: 500;
	}

	.layer-state
	{
		margin: 30px auto;
		width: 72%;
		border: 1px solid #fff;
		padding: 15px;
	}

	   
}

/* ========== Media Query (mobile) ========== */
@media all and (max-width:480px) {
  .profile_txt {
    padding: 20px;
  }

  #profile ul li .bg_txt {
    display: none !important;
  }

  .tab_btns li a {
    font-size: 2.1rem;
    padding: 10px 15px;
  }

  .photo_detail_view .photo_detail_nav .img_nav ul {
    padding: 0;
  }

  .photo_detail_view .photo_detail_nav .img_nav li:last-chile {
    margin-right: 0;
  }

  #inquiry .inner-wrap{
    padding:20px;
  }


  .historic-city
	{
		text-align: center;
		padding-bottom: 16px;
		font-size: 13px;
	}


}





.contact-chk
{
	color: #FFFFFF;
	padding-top: 7px;
	font-weight: bold;
}


.btn-chk{
  display: block;
  border:0;
  background-color: #434451;
  color:#ffffff;
  padding:10px 20px;
  font-size:2rem;
  margin:20px auto 0px;
  border-radius: 80px;
  cursor: pointer;
}


.historic-list
{
	font-size:19px;
	color:#FFFFFF;
}





.historic-city-list
{
	color: #ffffff;
	padding: 0px 10px;

}


.historic-city-list-on
{
	color: #5bacfe;
	padding: 0px 10px;
	font-weight: bold;

}


img[usemap] 
{
	border: 0px;
	height: auto;
	max-width: 100%;
	width: auto;
}


.paging  
{
	padding: 5px 10px;
    border: 1px solid #ffffff;
    margin: 5px;
	color: #ffffff;
}


.paging a
{
	color: #ffffff;
    
}

.paging-on 
{
	padding: 5px 10px;
    border: 1px solid #5bacfe;
    margin: 5px;
	font-weight: bold;
	cursor: pointer;
	color: #5bacfe;
}

.paging-on a
{
	color: #5bacfe;
	font-weight: bold;
}


.paging-chk
{
	color: red;
}
    
.txt-center
{
	text-align:center;
}


.margin-top-20
{
	margin-top: 20px
}


.margin-bottom-20px
{
	margin-bottom: 20px
}


.padding-bottom-20
{
	padding-bottom: 20px
}


.contents_info_view
{
	font-size: 1.8rem;
	color: #ffffff;
	text-align: right;
	padding-bottom: 20px;
}


.content-viewer
{
	border: 1px solid #5bacfe;
	padding: 5px;
	color:#5bacfe;
	
}


.contents_txt::-webkit-scrollbar 
{
  width: 5px;
  background-color: #5bacfe;
}

.margin-top-80
{
	margin-top: 80px;
}
