/*============================================================================================*/
/* 추가 */
/*============================================================================================*/
/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/* MAIN NAVIGATION */
/* All styles for screen size over 992px*/
@media only screen and (min-width: 992px) {
  nav#menu.main-menu {
    display: block !important;
  }

  #mm-menu.main-menu {
    display: none !important;
  }

  header .btn_mobile {
    display: none !important;
  }

  /* Menu 부분 세로크기 등 조정웹*/
  .main-menu { 
    height:90px; 
    position: relative;
    z-index: 9;
    width: auto; font-weight:600;color:444;
    top: 35px;
    right: 15px;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
  }
  .main-menu ul,
  .main-menu ul li {font-size: 15px; font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  
  .main-menu li a > i {  margin-left: 9px; font-size: 80%;
   }
   
  .main-menu ul li:before {
  font-style: normal;
  font-weight: normal;
   font-family: "fontello";
  content: "\e892";
  
  
 /*panagea/icon-pack-1.html*/
  color: #ddd;
  position: absolute;
  right:0px;
  top: 0px;
} 
  .main-menu ul li img {vertical-align:middle;
  
}  

  .main-menu ul a,
  .main-menu ul li a {font-size: 16px;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
  }

  /*1차메뉴간 간젹 */
  .main-menu > ul > li span > a { padding: 0 25px; 
   
  }
  .filters_listing ul li:first-child {
  float: left;
}
  
  .main-menu > ul > li span:hover > a {
    opacity: 0.7;
  }

  header.sticky .main-menu > ul > li span > a, header.header_in .main-menu > ul > li span > a {
    color: #444;
  }
  header.sticky .main-menu > ul > li span:hover > a, header.header_in .main-menu > ul > li span:hover > a {
    opacity: 1;
    color: #112075;
  }

  /* Submenu*/
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 93%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 200px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .main-menu ul ul:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
  }
  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu ul ul li a {
    color: #555;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 15px 10px;
    line-height: 1;
  }

  .main-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
   /*  -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;*/
  }

  .main-menu ul ul li:first-child a:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .main-menu ul ul li:last-child a:hover {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .main-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #112075;
    padding-left: 15px;
  }
  

  
  
}
/* Submenu 2nd level right
.main-menu ul ul.second_level_right {
  left: auto;
  right: 3px;
}
.main-menu ul ul.second_level_right:before {
  right: 15%;
  left: auto;
}

/* Submenu 3rd level 
.main-menu ul ul li span a {
  font-weight: normal !important;
}
.main-menu ul ul li span a:hover {
  background-color: #f9f9f9;
  color: #112075;
  padding-left: 18px;
  opacity: 1;
}
.main-menu ul ul li span a:after {
  font-family: 'ElegantIcons';
  content: "\35";
  float: right;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -2px;
}

.main-menu ul ul ul {
  position: absolute;
  border-top: 0;
  z-index: 1;
  height: auto;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 190px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.main-menu ul ul ul.third_level_left {
  right: 100%;
  left: auto;
}
.main-menu ul ul ul li a {
  border-bottom: 1px solid #ededed !important;
}

/* Arrows top 3rd level
.main-menu ul ul ul:before {
  border-width: 0;
  margin-left: 0;
}

/* All styles for screen size under 991px 모바일*/
@media only screen and (max-width: 991px) {
  nav#menu {
    display: none !important;
  }

  .mm-menu {
    background: #fff;
  }

  .main-menu { 
    top: 0;
    right: 0;
    float: none;
  }
  

  ul.mm-listview {
    line-height: 25px;
  }
  ul.mm-listview li a {
    color: #ccc;
    display: block;
  }
}

@media (max-width: 575px) {

  /* 모바일메뉴1차 앞*/
 .main-menu ul li:before { 
  font-style: normal;
  font-weight: normal;
   font-family: "fontello";
  content: "\e89b";
  font-size: 16px;
  font-size: 1rem;
 background-color: #333;
   color: #666;
  position: absolute;
  right:23px;
  top: 10px;
}
}

#menu.fake_menu {
  display: none !important;
  visibility: hidden !important;
}
/*-------- 1.3 Structure --------*/

header.header_in {
  /* 수정 padding: 10px 0;*/padding: 0px 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ededed;
}
header.header_in.is_sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header.header_in.map_view {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header.header_in ul#top_menu li a {
  color: #444;
}
 
@media (max-width: 991px) {/*모바일=== */
  header.header_in {border-top: 1px solid #ddd;
    padding: 10px 0 8px 0;/* padding: 10px(탑) 0 5px(하단) 0;모바일세로길이조정 === */
  }
  header.header_in ul#top_menu {
    position: absolute;
    right: 0px;
    float: none;
  }
  header.header_in #logo a {
    z-index: 9;
    position: relative;
  }
}

/* .sub_header_in {
  background-color: #112075;
  padding: 20px 0;
}
.sub_header_in.sticky_header {
  margin-top: 58px;
}
@media (max-width: 991px) {
  .sub_header_in.sticky_header {
    margin-top: 48px;
  }
}
.sub_header_in h1 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  .sub_header_in h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}--*/
ul#top_menu {text-align:center;
  float: right;
  margin: 0 0 0 0px;
  padding: 0;
  
}
@media (max-width: 991px) {
  ul#top_menu {
   
  }
}


a.btn_add  {display: inline-block;
cursor: pointer;

  line-height: 1 !important;
  position: relative;
  top: 30px;/* border: none;===고객센터배너========= */
}
a.btn_add dl {border:1px solid #ddd;
padding: 3px 1px 6px 2px; /*상우 하좌*/
  float: right;
  margin: 0;
  line-height: 1;
  margin-right:1px;overflow: hidden;!important;
}
a.btn_add dl dt{color: #333;font-size:14px;
	}
a.btn_add dl dd {font-weight: 400;font-size:18px;	margin:0;color: #ed145b;
	}
	
a.btn_add dl dd i{font-weight: 500;font-size:21px; color: #ed0a0c;padding: 0px;!important;
	}	
	
@media (max-width: 991px) {
  a.btn_add{position: relative;
   top:-34px;/*  display: none;모바일에서안보일때===고객센터배너========= */
  }
}



header.sticky .hamburger-inner, header.sticky .hamburger-inner::before, header.sticky .hamburger-inner::after, header.header_in .hamburger-inner, header.header_in .hamburger-inner::before, header.header_in .hamburger-inner::after {
  background-color: #444; 
}

#logo { float: left;}

.header_in #logo img {
    width: auto;
    height: 50px;
    margin-top:20px;/* ===탑과의거리========= */
 }



@media (max-width: 991px) {
  #logo {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #logo img {
    width: auto;
    height: 35px;
    /* =====margin: 10px 0 0 0;== */
  }
  .header_in #logo img {
    margin:-2px;/* ===탑과의거리========= */  height: 35px;
  }
}
/* ==========================================================================
   01. top_bar
========================================================================== */

#top-bar { padding-left: 0px; padding-right: 0px; }
 Top Bar-----------#top-bar a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
#top-bar { background-color: #ff6364; border-bottom:0px solid #fa5b5c;color: #fff; font-size: 12px; height: ;36px; overflow: hidden; }
#top-bar .module { line-height: 36px; }
#top-bar .module.left { float: left; }
#top-bar .module.right { float: right; }
#top-bar .module .list-inline { margin-bottom: 0; }
#top-bar .module .list-inline ul:after { margin-bottom: 0; }
#top-bar a {
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}


/* ==========================================================================
   carousel
========================================================================

.carousel { position: relative; }
.carousel .owl-item { overflow: hidden; }
.carousel:hover .owl-buttons { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transform: scaleX(1); -ms-transform: scaleX(1); -webkit-transform: scaleX(1); transform: scaleX(1); visibility: visible; }

html[dir="rtl"] .carousel { direction: ltr; }

.owl-pagination { text-align: center; }
.owl-pagination .owl-page { display: inline-block; margin: 0px 8px; }
.owl-pagination .owl-page span { display: inline-block; width: 11px; height: 11px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background-color: #000000; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20); opacity: 0.2; }
.owl-pagination .owl-page.active span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }

.dark .owl-pagination .owl-page span { background-color: rgba(255, 255, 255, 0.4); }
.dark .owl-pagination .owl-page.active span { background-color: rgba(255, 255, 255, 0.75); }

.owl-buttons { position: absolute; top: 50%; margin-top: -20px; width: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transform: scaleX(0.9); -ms-transform: scaleX(0.9); -webkit-transform: scaleX(0.9); transform: scaleX(0.9); visibility: hidden; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.owl-buttons > * { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.owl-buttons > *:hover, .owl-buttons > *:focus { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.owl-buttons > *:after, .owl-buttons > *:before { position: absolute; top: 0; font-size: 26px; font-family: themify; }
.owl-buttons .owl-prev:before { left: -20px; content: "\e64a"; }
.owl-buttons .owl-next:before { right: -20px; content: "\e649"; }

.inner-controls > .owl-controls > .owl-pagination { position: absolute; bottom: 30px; left: 0; right: 0; }
.inner-controls > .owl-controls > .owl-pagination .owl-page span { background-color: #fff; }
.inner-controls .owl-buttons > *:after, .inner-controls .owl-buttons > *:before { color: #fff; }
.inner-controls .owl-buttons .owl-prev:before { left: 20px; }
.inner-controls .owl-buttons .owl-next:before { right: 20px; }== */




/* Carousel
----------------------------------------------------------*/


.box_cat a:hover{
	transform: translate(0, -10px); 
	 -webkit-transform: translate(0, -10px); 
	 -ms-transform: translate(0, -10px); 
}
.box_cat.small a:hover{
	transform: none;
	 -webkit-transform:none;
	 -ms-transform: none;
}
.box_cat a span{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ededed;
	background-color:#fff;
	position:absolute;
	top:-25px;
	display:block;
	width:50px;
	height:50px;
	line-height:48px;
	font-weight:400;
	font-size:16px;
	left:50%;
	margin-left:-25px;
}
.box_cat a i{
	font-size:75px;
	margin:0;
	padding:0;
	line-height:1.3;
	color:#0f4fb9;
	transition:all 0.5s ease;
}
.box_cat.small a i{
	font-size:42px;
}
.box_cat a:hover i{
	color:#ed145b;
}
.box_cat a h3{
	font-size:17px;
	font-weight:500;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.box_cat.small a h3{
	font-size:14px;
}
.box_cat.small a p{
	font-size:18px;color:#0f4fb9;
}

/* 서브--*/
/*-------- 개인정보처리방침--------*/

#customer > dl { background-color: #fafafa; border:1px solid #ddd; padding:25px; box-sizing:border-box; overflow-y:scroll; height:225px;color: #7a8391;font-size:12px;}
#move > dl { background-color: #fff; border:1px solid #ddd; padding:15px; box-sizing:border-box; overflow-y:scroll; height:150px;color: #7a8391;font-size:12px;}

#overesa > dl { background-color: #fff; border:1px solid #ddd; padding:10px; box-sizing:border-box; overflow-y:scroll; height:80px;text-align:left;color: #7a8391;font-size:12px; }

#sub_privacy_box { padding-left:20px;box-sizing:border-box; margin-top:10px; border-top:2px solid #0051a1 !important; 
border:1px solid #eee;height:800px;font-size:13px; color:#7c7c7c; line-height:1.7; overflow-y:scroll;word-break:keep-all; padding-bottom:30px;}
#sub_privacy_box h1 { margin:0 !important; padding-bottom:20px; border-bottom:1px solid #eeeeee}
#sub_privacy_box h1 p{ margin:0 !important;}
#sub_privacy_box >dl { margin-top:20px;}
#sub_privacy_box >dl dt { font-size:20px; margin-bottom:20px;}
#sub_privacy_box >dl dd { margin-left:0; font-size:14px; line-height:2; margin-bottom:10px; line-height:23px;}
#sub_privacy_box >dl dd .span_number { background:#0051a1; height:23px; width:23px; display:block; text-align:center; color:#fff;
 border-radius:100px; margin-right:10px; font-size:12px; float:left; line-height:23px;}
#sub_privacy_box >div:nth-of-type(1) ol { padding-left:20px;padding-top:15px;}
#sub_privacy_box >div:nth-of-type(1) li { list-style:decimal; font-size:13px;color:#7c7c7c; margin-bottom:1px;}

.sub_subject {font-size:20px; margin-top:40px;}
.title3_1{display:block; font-size:18px; color:#0051a1; font-weight:bold; margin-top:20px; margin-bottom:20px}
.title_sub3_1{display:block; font-size:15px; color:#000; font-weight:bold; margin-top:30px; margin-bottom:10px;}


/* Position  breadcrumbs */
#position {
	background-color: #313842;
	padding: 10px 0;
	font-size: 12px;
}

#position ul li:first-child {
	padding-left: 20px;
}

#position ul li:first-child:before {
	content: "\eaf4";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 1px;
	color: #fff;
}

#position ul {
	margin: 0;
	padding: 0;
	color: #888;
}

#position ul li a {
	color: #fff;
	opacity: 0.7;
}

#position ul li a:hover {
	color: #fff;
	opacity: 1;
}

#position ul li {color: #007bff;
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative;
}

#position ul li:after {
	content: "\e9ee";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 2px;
}

#position ul li:last-child:after {
	content: '';
}
@media (max-width: 767px) {
  #position {margin-bottom:10px;
    /* ==display: none !important;== */
  }
}
/*-------- 5.1 Ribbons css --------*/
.ribbon_3 {
	position: absolute;
	left:0px;
	top: -2px;
	z-index: 1;
	overflow: hidden;
	width: 85px;
	height: 85px;
	text-align: right;
}

.ribbon_3 span {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 110px;
	display: block;
	background: #112075;
	/*-background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);--*/
	position: absolute;
	top: 19px;
	left: -23px;
}

.ribbon_3 span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #638908;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #638908;
}

.ribbon_3 span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #638908;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #638908;
}

.ribbon_3.popular span {
	background: linear-gradient(#112075 0%, #112075 100%);
}

.ribbon_3.popular span::before {
	border-left: 3px solid #112075;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #112075;
}

.ribbon_3.popular span::after {
	border-left: 3px solid transparent;
	border-right: 3px solid #112075;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #112075;
}

/*-------- 상세페이지--------*/

#single_tour_feat ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	border-bottom: 2px solid #555;
	margin-bottom: 0px;
}

#single_tour_feat ul li {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px 20px 10px;
	white-space: nowrap;
}

#single_tour_feat ul li:last-child {
	margin-right: 0;
}

#single_tour_feat ul li i {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}

#single_tour_desc h3 {
	font-size: 22px;
	margin-top: 5px;
}

#single_tour_desc h4 {
	line-height: 20px;
	font-size: 18px;
}
/*-------- 2.3 슬라이드 --------*/
#Img_carousel .sp-selected-thumbnail {
	border-bottom: 2px solid #e04f67;
}



/*-------- 커스텀--------*/
.list_d ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_d ul li {
  float: left;
  width: 45%;
  margin-right: 45px;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.list_d ul li a {
  color: #555;
  display: block;
}
.list_d ul li a:hover {
  color: #112075;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.list_d ul li i {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  .list_d ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

 /*
                          cho_tab 클래스가 활성화 버튼입니다.
 */
 .cho_tab { color:#fff !important; background:#2e2e38 !important;}
 @media only screen and (max-width:450px){
.a_tab { position:inherit !important; margin-top:10px; width:100%; height:50px; top:0 !important}
.a_tab a { width:calc(50% - 5px) !important}
}
.table-striped th span,td span {
 padding: 0 25px; 
  margin-left: 20px;
 border-left: 0px solid #333;color: #0d5cd2;
}
 /*
    스팬에 줄 없게수정     
 */

.th span {
 
}

/* */
.table-basic, .table-left, .table-left-bg {
	font-family:"Noto Sans Korean", sans-serif;
    width: 100%;
    border-top: 2px solid #7fa9da;
    font-size: 14px;
}
.table-basic {
    margin-bottom: 10px;
}
.table-basic .title-h1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 25px;
    text-indent: 20px;
}
.table-basic .title-h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #777;
    text-indent: 20px;
}
.table-basic thead {
    background-color: #fbfbfb;
    height: 55px;
    line-height: 55px;
    text-align: left;
}
.table-basic th {
    border-bottom: 1px solid #dde0e3;
}
.table-basic tr {
    width: 100%;
}
.table-basic td {
    border-bottom: 1px solid #dde0e3;
    text-align: left;
    line-height: 55px;
}
.table-basic .notice .badge {
    background-color: #28a7e1;
    color: #FFF;
    padding: 1px 7px 4px 7px;
    border-radius: 3px;
    cursor: default;
}
.table-basic td .title {
    display:inline-block;
    width: 70%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;	
    text-align: left;
}

/* 측면 게시판 */
.table-left th {
    width: 100px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #dde0e3;
}
.table-left td {
    border-bottom: 1px solid #dde0e3;
    border-right: none;
    padding: 10px;
}
.table-left td textarea {
    border: 1px solid #DDD;
    width: 100%;
    min-height: 300px;
}

/* 측면 게시판 배경 */
.table-left-bg th {font-size: 12px;color:#777;
    width: 110px;
    text-align: center;
    font-weight:400;
    background-color: #f8f8f8;
    border-right: 1px solid #dde0e3;
    border-bottom: 1px solid #dde0e3;
}
.table-left-bg td {
    border-bottom: 1px solid #dde0e3;
    border-right: none;
    padding: 10px;
}

.table-left-bg td strong{ font-weight: 500;  
}
@media (max-width: 767px) {
 .table-left-bg th {font-size:11px;
    width: 65px;
    text-align:left;padding-left:6px;
   
} 
.table-left-bg td{font-size: 12px;
        padding:7px ;
}

.table-left-bg td strong{ font-size: 12px;
   
}

}

.table-left-bg td textarea {
    border: 1px solid #DDD;
    width: 100%;
    min-height: 300px;
}

/* 별평점 */

#comment-star {
    margin-top: 20px;
}
.star {
    display: none;
    margin: 0 auto;
    width: 70px;
    float: inherit;
    height: 18px;
}
.star-title {
    margin: 0px;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
}
.star dd {
    float: left;
    margin: 0px;
}
.radio-circle {
    width: 20px;
    height: 20px;
    border: 4px solid #989898;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 auto;
}    
.radio-active {
    border: 4px solid #e74c3c;
}

/* ---퀵메뉴--------------------------------------------*/


.box_style_top {
	padding: 10px;border: 1px solid #fa4748;
	position: relative;background:#fff ;

	margin-bottom: 5px;
	color: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.box_style_top h3 {
	font-size: 18px;margin-bottom:10px;
}
.box_style_top img {
  width: 80px;
  
 
}

.box_style_1 {
	padding: 10px;
	position: relative;background:#bea882 ;

	margin-bottom: 10px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.box_style_1 img {
  width: 80px;
  
 
}

.box_style_1 h3 {color: #fff;
	font-size: 20px;margin-bottom:5px;
}
.box_style_1 h4 {color: #fff;letter-spacing:-0.03em;
	
}



/* 관리*/
.banner {border: 0px solid #5e8083;
	background: url(../img/estate_ban.png) center center no-repeat;
	color: #333;
}
.banner.colored {border: 0px solid #5e8083;
	background: #ffffff url() no-repeat center bottom;
	color: #333;
}

.banner.colored h4 {
	color: #fff;
}

.banner.colored h4 span {
	color: #FFC;
}
.d p {font-size:15px;
	margin-bottom:18px;
	padding: 0;
} 



.box_style_1 {border: 1px solid #ccc;
	padding: 10px;
	position: relative;background:#fafafa;
background: url(../img/estate_ban.png) center center no-repeat;
	margin-bottom: 10px;
	color: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;line-height:18px;
}

.box_style_1 img {
  width: 170px;
  margin-bottom:10px;

}


.box_style_1 h3 {color: #333;font-size: 24px;
	
}
.box_style_1 h4 {color: #333;letter-spacing:-0.03em;margin-bottom:20px;
	
}

.t_content p {margin-bottom:0px;"}


@media (max-width: 767px) {
.t_content p {max-width:400px; font-size:12px;}
#comment-star {
    margin-top:0px;
}
}
