/*
Theme Name:  Starter Mobile
Theme URI:  http://pibs.co.kr
Description: 
Author:  PIBS (Spidoche)
Author URI:  http://pibs.co.kr
Version:  0.2

License: 
License URI: 
 */ 

/***************************************/
/* RESET FILES */
/***************************************/
@font-face{
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/NanumGothicBold.eot'); 	
  src: local('?'), url('../fonts/NanumGothicBold.woff') format('woff'), url('../fonts/NanumGothicBold.ttf') format('truetype'); 
}


iframe { width: 100%; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,figure,article,nav,header,footer,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, dotum, sans-serif;
}

ol,ul, li {
	list-style: none;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

figure,article,header,footer,nav {
	display: block;
}

/* mobile */
input:not(video input),textarea { 
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #FFF;
}


input[type="checkbox"] {
    border: 1px solid #999;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 1px 1px #fff;
    background: #fff;
    margin: 0;
    -webkit-appearance: none;
}

input[type="checkbox"]:checked{
	background: #fff url('images/check_bg.png') center center no-repeat;
}

input[type="radio"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: #FFF;
    margin: 0;
    background: #FFF url('images/radio_bg.png') center top no-repeat;
    -webkit-appearance: none;
}

input[type="radio"]:checked {
    background-position: center bottom;
}
/*
body,textarea:focus,input:focus,a:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:active{
	opacity:0.6;
}
*/



/***************************************/
/* File link icon */
/***************************************/
#lhwb_view_comments a[href$=".pdf"],#lhwb_view_comments a[href$=".hwp"],
#lhwb_view_comments a[href$=".doc"],#lhwb_view_comments a[href$=".docx"],
#lhwb_view_comments a[href$=".xlsx"],#lhwb_view_comments a[href$=".xls"],
#lhwb_view_comments a[href$=".pptx"],#lhwb_view_comments a[href$=".ppt"]{
padding: 82px 10px 5px 20px;
margin:2px 0;
background: center top no-repeat;
display:block;
text-align: center;
background-color:#fff
}
 
#lhwb_view_comments a[href$=".pdf"] {
background-image: url(images/lhboard/pdf_icon.png);
}

#lhwb_view_comments a[href$=".hwp"]{
background-image: url(images/lhboard/hwp_icon.png);
}
 
#lhwb_view_comments a[href$=".doc"],#lhwb_view_comments a[href$=".docx"] {
background-image: url(images/lhboard/word_icon.png);
}
 
#lhwb_view_comments a[href$=".xlsx"],#lhwb_view_comments a[href$=".xls"] {
background-image: url(images/lhboard/excel_icon.png);
}

#lhwb_view_comments a[href$=".pptx"],#lhwb_view_comments a[href$=".ppt"] {
background-image: url(images/lhboard/ppt_icon.png);
}
 
#lhwb_view_comments a[href$=".mp3"] {
background-image: url(demo-images/audio.png);
}

#the_content #lhwb_board img#android_upload_button_lhboard {
    width: 32px;
    height: 32px;
    display: block;
}

/***************************************/
/* WORDPRESS CORE */
/***************************************/
/*.alignnone  {
	 margin:  5px 20px 20px 0;
}

*/
.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

/*a img.alignnone  {
	    margin:  5px 20px 20px 0;
}

*/
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 0.9;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

#wp-admin-bar-edit {
	display: none;
}

/***************************************/
/* BASIC */
/***************************************/
body {
	background-image: none; /*background-color:  #f5f5f5;*/
}

a {
	text-decoration: none;
	color: #62a5cd;
}

a:hover {
	color: ##3270ae;
}

.clear {
	clear: both;
}

.clear_hack {
	clear: both;
}

/***************************************/
/* CONTENT STYLE */
/***************************************/
#the_content strong {
	font-size: 14px;
	font-weight: bold;
}

#the_content a {
	font-weight: bold;
	font-size: 14px;
}

#the_content blockquote p {
	color: #999;
	font-weight: normal;
	font-style: oblique;
}

#the_content ol {
	list-style: decimal;
	list-style-position: outside;
	margin: 10px 0 10px 20px;
}

#the_content ul {
	list-style: disc;
	list-style-position: outside;
	margin: 10px;
}

#the_content li {
	font-size: 14px;
}

#the_content h1,#the_content h2,#the_content h3,#the_content h4,#the_content h5,#the_content h6 {
	font-weight: bold;
}

#the_content h3 {
	margin-bottom: 5px;
	font-weight: bold;
}

#the_content pre {
	padding: 10px 20px;
	background-color: #eee;
	overflow: hidden;
	color: #999;
}

/**************************************/
/* HEADER */
/**************************************/
header#top_header {
	/*
     position: relative; 
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
    */
	z-index: 888;
}

#logo {
	position: absolute;
	z-index: 98; 
	top: 17px;
	left: 0;
	text-align: center;
	background: url(images/top_logo.png) 9px 0px no-repeat;
    padding-left: 34px;
    line-height: 30px;
}

#logo a {
	display: inline-block;
	padding: 0 20px 0 23px;
}

#logo span {
	font-size: 38px;
    font-family: 'NanumGothic', Dotum, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #BF3950;
}

nav#position {
	position: absolute;
	bottom: 5%;
	/* right: 10px; */
	text-align: center;
	display: block;
	width: 100%;
}

nav#position span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 7px;
   	border-radius: 8px;
	opacity: 0.7;
}

nav#position span.on {
	background-color: #ca084a;
}


#header_menu_open_close {
	position: relative;
}

#header_menu_open_close span {
	color: #FFFFFF;
	top: 12px;
	right: 5px;
    padding: 13px 0;
	background-color: #BF3950;
	/* border: 1px solid #444; */
	border-top: none;
	display: block;
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 42px;
	font-family: gulim;
	font-weight: normal;
	cursor: pointer;
	background: url(images/header_menu_open.png) 11px 13px no-repeat;
    background-size: 21px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
}
.header_menu_open #header_menu_open_close span {
	background:#3270ae url(images/header_menu_close.png) 11px 12px no-repeat;
    background-size: 20px;
	right: 5px;
	border-radius: 50%;
}

#header_menu {
	z-index: 9998;
	position: absolute;
	width: 100%;
	background-color: white;
	/* top: -429px;*/
    
	-webkit-transform: translate3d(0,-429px,0);
	-moz-transform: translate3d(0,-429px,0);
	-o-transform: translate3d(0,-429px,0);
	-ms-transform: translate3d(0,-429px,0);
	transform: translate3d(0,-429px,0);
  
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
  
    display: none;
}

.csstransforms3d #header_menu {
	top: 0;
}

#header_menu.header_menu_open {

	top: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/**************************************/
/* HOME */
/**************************************/
.home h2 {
	padding: 5px 20px;
	font-size: 25px;
	background-color: #DDD;
    border: 1px solid #CCC;
	border-width: 1px 0;
}

.home h2,.home h2 a {
	font-size: 17px;
	color: #333;
	font-weight: bold;
	display:none;
}

/*SwipeJS Slider*/
#slider_container {
	clear: both;
	position: relative;
	background: #eee;
}


#slider ul {
	margin-top: 0;
}

#slider li {
	display: none;
}

#slider li:first-child {
	display: block;
}

#slider img {
	width: 100%;
	display: block;
}

.swiper-container {
	background: #333;
}


/* Responsive slider (fade option) */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  /*float: left;*/
  width: 100%;
  border: 0;
  }



#home_menu_container{
    float: left;
    width: 100%;
}
#home_menu { margin: 0px auto; overflow: hidden; }
#home_menu a {
	display: block;
	margin: 0 2px;
	margin-bottom: 10px;
	text-align: center;
}

/*
#home_menu a img {
	width: 100%;
	height: auto;
}
*/

#home_menu a img {
    /*
    width: 65px;
    height: 65px;
    */
    width:90%;
    height: auto;
    display: block;
    margin: auto;
}

#home_menu ul {
	float: left;
	width: 100%;
	/* padding: 10px 0 15px 0; */
	overflow: hidden;
}

#home_menu li {
	display: block;
    float: left;
    width: 25%;
}

#home_menu .icon_by_row1 li { width: 100%;}
#home_menu .icon_by_row2 li { width: 50%;}
#home_menu .icon_by_row3 li { width: 33.3%;}
#home_menu .icon_by_row4 li { width: 25%;}
#home_menu .icon_by_row5 li { width: 20%;}

#home_menu .icon_by_row1 li,
#home_menu .icon_by_row2 li:nth-child(2n-7),
#home_menu .icon_by_row3 li:nth-child(3n-5),
#home_menu .icon_by_row4 li:nth-child(4n-7),
#home_menu .icon_by_row5 li:nth-child(5n-9){clear: both;}

#home_menu span {
	font-weight: bold;
	color: #424242;
	letter-spacing:0px;
	font-size: 17px;
    width: 85%; /* IE 미리보기 디버깅*/
    min-height: 32px;
	display: inline-block;
}

.swiper-container #slide01 {
	background-color: red;
}

.swiper-container #slide02 {
	background-color: blue;
}



.swiper-container #slide03 {
	background-color: green;
}

.page-id-15 #title_page,.single-photonews #title_page {
	border-bottom: 1px solid #ddd;
}


/***************************************/
/* IMAGE MAP */
/***************************************/
img[usemap] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/***************************************/
/* NO-content */
/***************************************/
#the_content .gallery li.no_content {
    background-image: none;
    text-align: center;
    width: 100% !important;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    min-height: 160px;
}

/***************************************/
/* VIDEO */
/***************************************/
#the_content video{
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    padding: 10px 0;
    box-shadow: 0 9px 14px -5px rgba(0, 0, 0, 0.5);
    padding:0
}

.video_container {
    text-align: center;
    padding: 10px;
    clear: both;
    padding-bottom: 30px;

}
.video_container video {
    max-width: 100%;
    height: auto;
    z-index:-1; 
}

#videos_list a {
    /* text-align: center; */
}

#the_content .gallery#videos_list li {
    background: none;
    position: relative;
}
#the_content .gallery#videos_list li img {
    width: 80px;
    height: 60px;
    /* box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.5); */
    border: 1px solid #999;
    box-sizing: border-box;
    margin: 0;
}

/*.single #title_page{
    clear: both;
    text-align: left;
    padding: 10px 10px 0 10px;
    font-size: 22px;
    padding-top: 15px;  padding-bottom: 10px;  border-bottom: 1px solid #CCC;  background: #FAFAFA;  margin-bottom: 0;
    margin-bottom: 10px;
}*/

.pibs-video-list #the_content {
    padding: 0;
    margin: 0;
}
#the_content .gallery li a.video_thumb:hover,
#the_content .gallery li a.video_thumb:active {
	background: rgba(174, 211, 250, 0.5);
    opacity:1;
}

.single-videos iframe {
    display: block;
    margin: 0 auto 15px auto;
}

/***************************************/
/* PRODUCTS  */
/***************************************/
#the_content .products.gallery ul { overflow: hidden; margin-top: 30px; }
#the_content .products.gallery li {
    background: none;
    width: 46%;
	height: 0;
	padding-bottom: 45%;
	margin: 0 2%; 
    float: left;
}
#the_content .products.gallery .photo_link{
    margin-top:0;
}
#the_content .products.gallery li a{
	background:none;
	border:none;
	padding:0;
}

/***************************************/
/* MENU */
/***************************************/
.categories_submenu_hack{
	display:none;
}

#main_menu_container {
	background: transparent url('images/foot_lineBg.png') repeat-x left bottom;
}

#main_menu li ul {
	display: none;
}

#main_menu li {
	clear: both;
	position: relative;
}

/* #main_menu li span {
	 position: absolute;
	 display: block;
	right: 15px;
	 height:  50px;
	 width:  22px;
	 background:  transparent url('images/arrow.png') no-repeat left center scroll;
	 -webkit-background-size:  44px auto;
	 }

 */
#main_menu > li > a {
	padding-left: 25px;
	height: 50px;
	border-top: white solid 1px;
	line-height: 50px;
	border-bottom: #DDD solid 1px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
	background: transparent url('images/arrow.png') no-repeat right -27px scroll;
	background-size: 30px; 
}

#main_menu > li.open  > a {
	background-position: right 8px;
}

#main_menu li a.icon {
	width: 80px;
	height: 50px;
	border-top: #9dc7e0 solid 1px;
	border-bottom: #61899c solid 1px;
	display: block;
	padding: 0;
	float: left;
	background: #5fa1cb;

	background: -webkit-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: -moz-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: -o-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: -ms-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%); /* W3C */
}

#main_menu > li:last-child > a,#main_menu li:last-child a.icon {
	border-bottom: none;
}

#main_menu li a img {
	width: 100%;
	vertical-align: -35px;
	padding-top: -23px;
}

/*sublist*/
#main_menu li ul {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}

#main_menu li ul li a {
	color: #333;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #ccc;
	display: block;
	margin-left: 0px;
	padding-left: 35px;
	font-size: 15px;
	font-weight: bold;
	background-color: #e1e1e1;
}

#main_menu ul li {
	background-color: #BF3950;
}

#main_menu li ul li:first-child a {
	border-top: none;

	background: -webkit-linear-gradient(top, #bbbbbb 0%, #e1e1e1 20%);
	background: -moz-linear-gradient(top, #bbbbbb 0%, #e1e1e1 20%);
	background: -o-linear-gradient(top, #bbbbbb 0%, #e1e1e1 20%);
	background: -ms-linear-gradient(top, #bbbbbb 0%, #e1e1e1 20%);
	background: linear-gradient(top, #bbbbbb 0%, #e1e1e1 20%); /* W3C */
}

#content_container {
	float: left;
	width: 100%;
}



/***************************************/
/* TABLE */
/***************************************/
table.table_05 td {
    text-align: center;
    padding: 15px 8px;
    border-bottom: 1px dotted #ccc;
    font-size: 11px;
}
table.table_05 th {
    font-weight: bold;
    text-align: center;
    background: #ddd;
    padding: 10px;
    font-family: nanumgothic;
    color: #555;
}
table.table_05 {
    border-top: 2px solid #1EB3EC;
    border-bottom: 1px solid #ccc;
    clear: both;
    float: left;
    width: 96%;
    margin: 10px 2% 0 2%;
}

/***************************************/
/* HOME GALLERY */
/***************************************/
#home_gallery_slider_container {
	/* background-color: #111; */
}

#home_gallery {
	clear: both;
}

#home_gallery ul li {
	float: left;
	height: 100px;
}

#home_gallery ul li a.photo_link {
	display: none;
}

#home_board {
	clear: both;
	width: 100%;
    float: left;
    border-top: #c3c8ce 1px solid;
	background: url(images/foot_lineBg.png) center bottom repeat-x;	
	overflow:hidden;
}

#home_gallery {
	position: relative;
}

#gallery_nav {
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
	display: block;
	z-index: 999;
}

#gallery_nav span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #DADADA;
	margin: 0 2px;
	border: 1px solid #333;
    border-radius: 8px;
}

#gallery_nav span.on {
	background-color: #333;
	border: 1px solid #ACACAC;
}


#home_gallery .photo_thumb img {
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 33.3%;
	height: 100px;
	display: block;
	float: left;
}

/***************************************/
/* HOME BOARD */
/***************************************/
#home_board li {
    display: block;
    margin: auto;
    text-align: left;
    position: relative;
	text-align: center;
}
#home_board ul li a {
    display: block;
    text-align: left;
    border-top: 1px solid #FFF;
    padding: 0 10px 0 75px;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: url(images/notice_icon.gif) 10px 21px no-repeat;
	 width: 100%;
	 box-sizing: border-box;
}
#home_board ul li .time {
    position:absolute;
    top: 21px;
    right:0;
    margin-right: 15px;
    font-weight: bold;
    font-size: 13px;
    color: #555;
	display: none;
}

#home_board ul li a span {
	line-height: 30px;
	display: block;
	width: 73%;

	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	float: left;
}

#home_board ul li:first-child a {
	border-top: none;
}

#home_board ul li:last-child a {
	border-bottom: none;
}

#home_board ul li time {
	display: block;
	font-size: 10px;
	float: right;
	width: 27%;
	text-align: right;
	line-height: 30px;
}

/***************************************/
/* CATEGORY */
/***************************************/
/*--GLOBAL --*/
#post_list a.posts_title {
	color: #2f3e46;
	font-weight: bold;
	display: block;
	margin-left: 80px;
	padding-left: 10px;
	background: transparent url(images/arrow_list.png) no-repeat right center;
}

#post_list a.posts_title span {
	display: inline-block;
	line-height: 1.2em;
	font-size: 1.2em;
	vertical-align: middle;
	padding-right: 25px;
	min-height: 20px;
}

#post_list a:active.posts_title,#main_menu li ul li a:active {
	color: #62a5cd;
	background: #eee;
}

post_list li:first-child {
	border-top: none;
}

post_list li:last-child {
	/*border-bottom: none;
	*/
}

/*--NEWS --*/
.thumb img {
	width: 80px;
	height: 80px;
}

a.posts_title {
	height: 80px;
	line-height: 80px;
}

ul#post_list li {
	padding: 0 10px 0 0;
	height: 80px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	background-color: #fafafa;
	line-height: inherit;
	margin: 0;
}

#post_list a.thumb {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	background: #e0ded5 url(images/news_defaut_thumb_bg.png) no-repeat center center;
	border-right: 1px solid #ddd;
}

ul#post_list li#load_more_container {
	height: auto;
	padding-right: 0;
	border-bottom: none;
}

#loading_arrow_preload_hack {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 1px;
	background: transparent url('images/loading.gif') no-repeat left top scroll;
}

#load_more {
	text-align: center;
}

#load_more a,#no_more {
	display: inline-block;
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
}

#load_more a {
	color: #62a5cd;
	padding: 3px 68px; /*border:  1px solid #ddd;
	*/
}

#no_more {
	color: #ccc;
	padding: 10px 68px; /*border:  1px solid #ddd;
	*/
}

#load_more img {
	padding-top: 4px;
}

/***************************************/
/*************** SINGLE ****************/
/***************************************/
#the_content {
    /*padding: 10px 20px;*/
    min-height: 100px;
}
#the_content.videos_content_container{
	min-height: 0;
}

#the_content{
	clear: both; 
	background-color: #fff;
	width: auto;
	height: 100%;
	font-family:nanumgothic;
}
#the_content h2,
#the_content h3,
#the_content h4{padding-left: 10px; padding-right: 10px;}

#the_content h4{font-size:17px; font-family: nanumgothic;display: block; line-height: 25px; margin-bottom: 10px;}
#the_content .right{float:right; clear:both;}
#the_content p {
    padding: 10px;
	font-size: 14px;
	line-height: 28px;
	text-shadow: 0px 1px 1px #fff;
	font-family: nanumgothic;
}

#the_content img {
	max-width: 100%;
	height: auto;

	margin: 10px auto 10px auto;
	float: none;
	clear: both;
	position: -10px;
	display: block;
}

/*
@media screen and (min-width: 480px) {
	
.content_warpper img {
	 width: 200px;
	 height: auto;
	 float: left;
}


}

 */
#the_content h1 {
    font-size: 19px !important;
    color: #333 !important;
    margin: 0 10px 0 10px !important;
    clear: both;
    padding-top: 13px;
}

#the_content h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

#the_content blockquote {
	padding: 15px;
	font-style: italic;
	font-weight: bold;
	color: #7C9400;
	background-color: #fff;
	margin-bottom: 10px;
	text-shadow: none;
}

#the_content blockquote p {
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 0;
}

#the_content p {
	margin-bottom: 5px;
}


#the_content .map_img{padding:2px; border:1px solid #ccc; margin:0 auto;}
#the_content ul.map_ad {padding:10px}
#the_content ul.map_ad li{padding: 0 0 5px 10px; display:inline-block; width:100%; background:url(images/sub/sm_arr_02.gif) left 4px no-repeat; font-family: nanumGothic;}
#the_content ul.map_ad span { display:inline-block; /* width:83%; */ /* float:right; */ font-family: nanumGothic; font-size:14px;}
#the_content .map { width: 97%; border-top: 1px solid #000; margin: 0 1.5% 30px 1.5%; }
#the_content .map th { background : #eee; padding: 10px 15px; box-sizing: border-box; font-family: nanumGothic; font-size: 14px; color: #000; text-align: center; width: 25%; border-bottom: 1px solid #ccc;}
#the_content .map td { font-size: 13px; color: #666;  padding: 10px 15px; box-sizing: border-box; font-family: nanumGothic; font-weight: normal; width: 75%; border-bottom: 1px solid #ccc; }




#the_content .middle li{width:90%;  background:url(images/sub/category_next.png) left top no-repeat; font-family:nanumGothic; padding: 5px 0px 5px 35px; line-height: 18px;height: 25px;}


/***************************************/
/************* 찾아오시는 길 ***********/
/***************************************/
#the_content #map{
    width: 94% !important;
    height: 200px  !important;
    margin: 20px 3% 10px 3% ;
    clear: both ;
    float: left;   
}

/***************************************/
/*************** GALLERY ****************/
/***************************************/
body#gallery {
	background: none;
	background-color: #333;
}

#gallery_container {
	background-color: #333;
}

#gallery_slider li .slide_container {
	padding: 15px;
	text-align: center;
}

#gallery_slider img {
	width: 100%;
	max-width: 640px;
	display: inline-block;

	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
}

#gallery_slider span {
	color: #CCC;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px 0;
}

#gallery header {
	background-color: #252525;
	padding: 30px 0px;
	border-bottom: 1px solid #111;

	-webkit-box-shadow: 0 5px 30px #111;
	box-shadow: 0 5px 30px #111;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

#gallery_container hgroup p {
	font-weight: bold;
	font-size: 14px;
	color: #64A5CB;
}

#gallery_container hgroup p span {
	color: #818181;
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
}

#gallery_container hgroup h1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
}

#gallery_container hgroup {
	width: 70%;
	float: left;
	margin-left: 20px;
}

#gallery_slider {
	clear: both;
}

#gallery_close {
	display: inline-block;
	background-color: green;
	float: right;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #111;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	background: #65a7ce; /* Old browsers */
background: -webkit-linear-gradient(top, #65a7ce 0%, #4486b6 100%);

	background: -moz-linear-gradient(top, #65a7ce 0%, #4486b6 100%);
	background: -o-linear-gradient(top, #65a7ce 0%, #4486b6 100%);
	background: -ms-linear-gradient(top, #65a7ce 0%, #4486b6 100%);
	background: linear-gradient(top, #65a7ce 0%, #4486b6 100%); /* W3C */
}

#gallery_close span {
	line-height: 40px;
	vertical-align: 40px;
}


/* Cooment count */
.gallery li a.photo_thumb, .gallery li a.video_title { 
	position: relative;
}

.gallery .comment_num { 
	position: absolute;     
    background: #242424; 
    padding: 0 8px; 
    display: block; 
    line-height: 19px; 
    font-weight: bold; 
    color: #fff; 
    border-radius: 2px;   
	right: 30px;
	bottom:30px

}
#videos_list.gallery .comment_num {     
    right: 10px;
	top: 15px;
    bottom: inherit;
}


#the_content #videos_list.gallery li {
  clear: both;
  margin: 0;
  position:static;
}
#the_content #videos_list.gallery li a {
  position:relative;
}

.video_title .comment_num {
	bottom: 0;
    right: -30px; 
}

#the_content .gallery li a.video_title{
    display:inline-block;
    width:auto; 
    float:none ;
    max-width: 210px;  
}

.comment_num_inner {
    position: relative;
    z-index: 33;
}
.comment_num_arrow {
    position: absolute;
    bottom: -8px;
    left: -1px;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #242424;
    display: block;
    width: 0;
    z-index: 22;
    height: 0;
}

svg.video_icon path {
    stroke: #999;
    fill: #fff;
    stroke-width: 2px;
}
svg.video_icon {
    display: block;
}
svg.video_icon polygon {
    fill: #999;
}
svg.video_icon {
    width: 70px;
    height: 60px;
}



.mobile  #the_content .video_thumb img {display: none;}
.mobile  #the_content .video_thumb svg {display: block;}





/***************************************/
/************** BUSINESS ***************/
/***************************************/
#pibs_slider_menu {
	text-align: center;
}

#pibs_slider_menu li {
	display: block;
}

#pibs_slider_menu li a {
	display: block;
	padding: 10px;
	border: 1px solid #ddd;
	border-bottom: none;
	font-weight: bold;
	background-color: #ddd;
	color: #666;
}

#pibs_slider_menu li.on a {
	background-color: #fff;
	color: #62a5cd;
	border-top: none;
}

#pibs_slider_tabs {
	clear: both;
	border-top: 1px solid #ddd;
	margin-top: -1px;
	background-color: #fff;
}

#page_header_container {
	text-shadow: 0px 1px 2px white;
	text-align: left;
	font-weight: bold;
	background-color: white;
	float: left;
	width: 100%;
}

#title_page {
	font-size: 22px;
	color: #869B9E;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	background: transparent url(images/subtitle_bg_03.jpg) repeat-x 0 bottom;	
	border-bottom: #DFDFDF solid 1px;
}

#title_page a {
	font-size: 21px;
	color: #777;
}

#page_submenu {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background: #f5f5f5;

	-webkit-box-shadow: inset 0 0 12px #ccc;
	box-shadow: inset 0 0 12px #ccc;
}

#page_submenu_inner {
	width: 3570px;
}

#page_submenu_inner a {
	display: inline-block;
	margin: 11px 10px;
	font-size: 14px;
	color: #a5a5a5;
	border-right: 1px solid #999;
	padding-right: 10px;
}

.photo_thumb img {
	-webkit-box-shadow: 0 03px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 03px 10px rgba(0, 0, 0, 0.6);
}

#the_content .gallery ul {
	padding: 0;
	margin: 0;
}

#the_content .gallery li {
	margin: 10px 2%;
	list-style: none;
	background: rgba(0, 0, 0, 0) url(images/photonews/gallery_bg.png) no-repeat center 0;
	background-size: contain;
}

#the_content .gallery .photo_link {
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: bolder;
	height: 40px;
	line-height: 40px; 
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
}

#the_content .photos.gallery .photo_link {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 40px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0;
    padding: 0;
}
#the_content .photos.gallery li a {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #444;
    padding: 10px 0;
    border: none;
    background: none;
    position: relative;
}
#the_content .photos.gallery li {
    width: 288px;
    margin: auto;
    height: 231px;
    clear: both;
}




#the_content .gallery li a {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #444;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #FFF;
    background: #f5f5f5;
	position: relative;
}

#the_content .gallery li a.photo_thumb {
	height: 0;
	padding: 0;
	padding-bottom: 75% !important;
	overflow: hidden;
}

.gallery {
	float: left;
	width: 100%;
	/*margin-bottom: 30px;*/
}

/**/

#the_content .gallery .photo_thumb img {
	/* -webkit-box-shadow: 0 03px 10px rgba(0, 0, 0, 0.6); */
	/* box-shadow: 0 03px 10px rgba(0, 0, 0, 0.6); */
	width: 100%;
}

#single_title_page {
	font-size: 28px;
	color: #464646;
	font-weight: bold;
	text-align: left;
}

.single-photonews #the_content {
	background-color: #fff;
	clear: both;
}

/***************************************/
/* PIBS SLIDER */
/***************************************/
.page-template-page_business-php {
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}

#pibs_slider {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	float: left;
}

#pibs_slides_wrap {
	top: 0;
	left: 0;
	float: left;
}

#pibs_slider_menu {
	float: left;
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#pibs_slider_menu li {
	float: none;
}

#pibs_slider_menu a {
	background: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #ddd;
	padding: 0 20px;
}

#pibs_slider_menu a:hover {
	background: none;
	color: #8CBEDB;
}

#pibs_slider_menu a.current {
	background: none;
	color: #267DAF;
}

#pibs_slider_menu a:hover.current {
	background: none;
	color: #267DAF;
	cursor: default;
}

#pibs_slider_menu .coda-nav #slider_business-nav-ul {
	margin-left: 0 !important;
}

/***************************************/
/* COMMENT */
/***************************************/ 
#comment_num {
    float: right;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

#comment_num a {
    color: #81899b;
    font-weight: bold;
    text-decoration: none;
}

#comment_bubble {
    float: right;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 34px;
    margin-right: 5px;
}

#comments_container {
    background-color: #f5f5f5;
    padding: 0;
    margin-top: 40px;
    /*padding-bottom: 130px;*/
}

#comments_container p{
    padding: 7px 0;
    width: auto;
    display: block;
}

#comments_container input, #comments_container textarea {
    display: block;
    width: 96%;
    padding: 7px 2%;
    border: 1px solid #BBB;
    border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px #CCC;
    box-shadow: inset 0 1px 2px #CCC;
    font-size: 15px;
}

#comments_container input#submit {
    background: -webkit-linear-gradient(top, #E94747 0%,#BD2020 50%,#9C0202 100%);
    margin: auto;
    color: #FFF;
    font-weight: bold;
    -webkit-box-shadow: none;
    border-color: #9C0202;
    width: 100%;
    max-width: 420px;
    padding: 9px 0;
    font-size: 14px;
}

#respond, #comments {
    padding: 20px 0 5px 0;
    color: #88B8F5;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

#respond, #comments {
    padding: 20px 0 5px 0;
    color: #88B8F5;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

#comments {
    background: transparent url('images/comment_bubble_dark.png') no-repeat right 14px;  
    background-size: 44px auto;
}

.avatar {
    float: left;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    background: #ccc;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #999;
}

.avatar img {
    width: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.commentlist {
	/* background: #2E374D; */
}

#commentaire_part_droit {
    margin-left: 55px;
    color: #D3DEFF;
    font-size: 13px;
}

#commentaire_part_droit a {
    color: #6C717E;
    text-decoration: none;
    font-size: 11px;
}

#comments_container p {
    color: #777;
    font-size: 14px;
}
#comment_submit_container #submit {
    background: -webkit-linear-gradient(top, #E94747 0%,#BD2020 50%,#9C0202 100%);  margin: auto;  color: #FFF;  font-weight: bold;  -webkit-box-shadow: none;  
    border: 1px solid #9C0202;  width: 100%;  
    max-width: 260px;  padding: 9px 0;  font-size: 14px;
}
p#comment_submit_container {
    text-align: center;
    padding-top: 10px;
}


.commentlist li {
    border-top: 1px solid #BDC1CC;
    padding: 14px 0;
    border-bottom: 1px solid #FFF;
}

.commentmetadata {
	float: right;
}

.commentlist li:last-child {
	border-bottom: none;
}

#commentby b, .go_profil {
    color: #001B38;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#comments_container textarea {
	height: 55px;
    width: 96%;
    margin-top: 6px;
}

.comment_tabs_menu li {
    float: left;
    width: 50%;
}

.comment_tabs_menu {
    float: left;
    width: 100%;
}

.comment_tabs_menu li a {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #5D6268;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #A8A9AC;
    background-color: #CFCFCF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.comment_tabs_menu li.active a {
    border-width: 1px 0 0 0;
    background-color: #f5f5f5;
    color: #001B38;
}

#comment_tabs_panels {
    clear: both;
    padding: 10px 15px;
}

.commentlist li:first-child {
    border-top: none;
}

.comment_tabs_menu li.active .comment_num {
    color: #CF0303;
}

#comment_list_container {
	min-height: 80px;
}

#comments_container p.empty_comment {
    text-align: center;
    font-size: 12px;
    color: #777;
    padding: 30px;
    text-shadow: 0 1px 1px #FFF;
}

.login_first a {
    padding: 3px 8px;
    text-decoration: none;
    color: #EC0000;
    font-weight: bold;
    background: #ddd;
    margin: 0 4px;
    border-radius: 4px;
}
#comments_container p.login_first {
	padding: 32px 0 33px 0;
    text-align:center;
    font-size:12px;
}


/* HOME BTN */
#header_home_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index:99;
}
#header_home_btn a {
    width: 44px;
    height: 44px;
    display: block;
    background: transparent url('images/home_btn.png') no-repeat center center;
    background-size: 36px 38px;
}


/* TOUCH SCROLL MENU */
#menu_touch_primary #main_menu_container {
	border-bottom: none;
}

#menu_touch_primary ul.children {
	display: none;
}

#menu_touch_primary #main_menu li{
	clear:none;
}

#menu_touch_primary ul li a {
    padding: 15px 20px;
    display: block;
    float: left;
    font-size: 14px;
    color: #fff;
    -webit-text-shadow: none;
    text-shadow: none;
    font-weight: bold;
    border: none;
    border-left: 1px solid #5a5a5a;
    height: auto;
    line-height: normal;
}
#menu_touch_primary {
    background: #454545;
}

#menu_touch_primary ul li.current_page_parent a,
#menu_touch_primary ul li.current_page_item a{
    background: #fff;
    color: #555418;
    -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
}

#menu_touch_primary ul li:first-child a {
    border-left: none;
}

#menu_touch ul,#menu_touch ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu_touch ul.children{
	display:none;
}

#menu_touch ul li a {
	font-size: 24px;
	color: #eee;
	display: inline-block;
	padding: 36px 30px;
	margin: 0 0;
	border-left: 2px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#menu_touch ul li:first-child a {
	border-left: none;
}

#menu_touch ul li.active a {
	background-color: #F0F0F0;
	color: #333;

	-webkit-box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.2);
}

#sub_menu_touch {
	background: #eee;

	-webkit-box-shadow: inset 0 -4px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0 -4px 4px rgba(0,0,0,0.2);
	margin-bottom: 0px !important;
}

#sub_menu_touch ul li a {
	font-size: 22px;

	display: inline-block;
	padding: 36px 30px;
	margin: 0 0;
	border-left: 2px solid #ccc;
}

#sub_menu_touch ul li:first-child a {
	border-left: none;
}

#sub_menu_touch ul li.active a {
	color: #900;
	font-weight: bold;
	background: transparent url(../images/menu_arrow.png) no-repeat center bottom;
}

#movie #sub_menu_touch ul li.active a {
	background-image: url(../images/menu_arrow_02.png);
}

#menu_touch {
	background: #EEE;
}

.touchscroll {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}

.touchscroll::-webkit-scrollbar {
	width: 0 !important;
}

.touchscroll ul {
	width: 2000px;
	float: left;
}

.touchscroll ul li {
	float: left;
}

#menu_touch ul li a {
	font-size: 14px;
	color: #888;
	display: inline-block;
	padding: 15px 20px;
	margin: 0 0;
	border-left: 1px solid #C4C4C4;
}

.touchscroll ul li a:active,
.touchscroll ul li a:hover,
.touchscroll ul li a:focus {
	background: rgba(174, 211, 250, 0.5);
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.touchscroll,
.touchscroll ul li a{
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.category h1#title_page {
	border-top: 1px solid #3283C0;
	font-size: 24px;
	color: #333;
	text-shadow: 0px 1px 2px rgba(255 , 255, 255, 0.5);
	text-align: left;
	padding: 16px 20px;
	font-weight: bold; /*border-bottom:  #CCC solid 1px;*/
    background: #5fa1cb;
	background: -webkit-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: -moz-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: -o-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: -ms-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%);
	background: linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%); /* W3C */
}

.article_inner {
	padding: 15px;
}

#pibs_slider_tabs h2 {
	font-size: 21px;
	color: #888;
	font-weight: bold;
	padding: 15px 0;
}

/***************************************/
/************** CONTACT ****************/
/***************************************/
#contact_container {
	text-align: center;
}

#contact_container p {
	font-size: 1.2em;
	color: #6E6E6E;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	padding: 8px 0;
}

#contact_container a {
	border-radius: 6px;
	padding: 15px 60px;
	color: #fff;
	background-color: #78AC01;
	font-size: 1.4em;
	font-weight: bold;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 85px;
}

#contact_container a:hover {
	background-color: #649000;
}

/***************************************/
/************ ESTIMATION ***************/
/***************************************/
#content_container div.wpcf7 {
	margin: 0;
	padding: 0 25px;
}


.wpcf7-form-control.wpcf7-text {
	border: 1px solid #BBB;
	width: 92%;
	padding: 4%;
	font-size: 16px;
	border-radius: 5px;
	margin: 3px 0;
}

.wpcf7-form-control.wpcf7-text.phone {
	width: 22%;
}

.wpcf7 b {
	display: block;
	margin-top: 4px;
}

#estimation_notice {
	padding: 10px 25px;
	margin: 10px 0;
	background-color: #DDD;
}

.wpcf7 textarea {
	width: 100%;
	border: 1px solid #BBB;
	border-radius: 5px;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: #6AA7D7;
	background: #8ac0ea; /* Old browsers */
    background: -webkit-linear-gradient(top, #8ac0ea 0%, #3c87c1 100%);
	background: -moz-linear-gradient(top, #8ac0ea 0%, #3c87c1 100%);
	background: -o-linear-gradient(top, #8ac0ea 0%, #3c87c1 100%);
	background: -ms-linear-gradient(top, #8ac0ea 0%, #3c87c1 100%);
	background: linear-gradient(top, #8ac0ea 0%, #3c87c1 100%); /* W3C */
    padding: 10px 50px;
	font-weight: bold;
	color: #000;
	border-radius: 5px;
	margin: 10px auto 10px auto;
	border: none;

	-webkit-box-shadow: 0 1px 1px white;
	box-shadow: 0 1px 1px white;
	display: block;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	font-size: 16px;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: #3c87c1;
}

div.wpcf7 img.ajax-loader {
	margin-left: 0 !important;
	display: block !important;
	margin: 0 auto !important;
}

#menu_touch li.current_page_item a,
#menu_touch li.current-cat a,
#menu_touch li.current-cat-parent a{
	color: white;
	text-shadow: none;
    background-color: #444;
    background-image: url(images/menu_arrow.png);
    background-repeat: no-repeat ;
    background-position:center bottom;
}

#board_keyword_type {
	display: none !important;
}


#the_content #lhwb_board img {
	width: auto;
	display: inherit;
}

#the_content #lhwb_board img.new_img {
	width: 24px;
	height: auto;
}

/***************************************/
/* LHBOARD */
/***************************************/
#wp-lhwb_editor-editor-container {border: 1px solid #999;box-sizing: border-box}
div#wp-lhwb_editor-wrap table tr td.mceStatusbar {display: none;}
#the_content #lhwb_board #uploding img {
	display: inline-block;
	margin-bottom: 20px;
}

#lhwb_board_write_btn {
	padding: 10px 0;
	color: auto;
	background: none;
}

div#lhwb_wrap #board_write_btn a {
	margin-top: 5px;
	margin-right: 10px;
	border: none;
	padding: 10px 15px 10px 35px;
	font-size: 13px;
	color: rgb(71, 71, 71);
	border: 1px solid #ccc !important;
	font-weight: bold !important;
	background: #ddd url('images/lhboard/btn_edit.png') no-repeat 10px center !important;
	text-decoration: none !important;
}

#lhwb_board_write_btn a,div#lhwb_wrap .board_list p span#lhwb_board_pwdchk_btn a {
	height: 35px;
	line-height: 35px;
	border: none;
	padding: 0px 15px 0px 28px;
	font-size: 13px;
	color: #666;
	border: 1px solid #DDD !important;
	font-weight: bold !important;
	background: #F2F2F2 url('images/lhboard/btn_confirm.png') no-repeat 5px center !important;
	text-decoration: none !important;
}

div#lhwb_wrap span.btn02 {
	background: none;
	border: 1px solid #DDD !important;
	font-weight: bold !important;
	color: #666 !important;
	background: #F2F2F2;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	padding: 0 24px;
	display: inline-block;
}

div#lhwb_wrap .writeTy01 ul {
	border-top: none !important;
}

div#lhwb_wrap .board_list p {
	padding: 14px 0px;
    font-size:14px;
    line-height: 20px; 
}

div#lhwb_wrap .board_list p#board_write_btn {
	padding-right: 0;
}

div#lhwb_wrap .board_list p.right {
	clear: none;
}

div#lhwb_wrap .board_list p#lhwb_view_comments {
	min-height: 120px;
    padding-top: 0;
    background-color:#eee;
}

div#lhwb_wrap .boardTy01 table {
	border-top: none !important;
	border-bottom: 2px solid rgb(204, 204, 204) !important;
}

div#lhwb_wrap .boardTy01 table thead th span {
	border-right: 1px solid #ccc !important;
}

div#lhwb_wrap .boardTy01 table thead th {
	border-bottom: 2px solid #ccc !important;
}

div#lhwb_wrap .FootTy01 .pageing strong {
	color: white;
	border-color: #BDBDBD;
	background-color: #BDBDBD !important;
}

div#lhwb_wrap a {
	text-decoration: none !important;
}

/*
div#lhwb_wrap input[type="text"],input[type="password"],textarea {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
*/

table#board_list {
	min-width: 320px;
}

div#lhwb_wrap .boardTy01 table#board_list tbody tr {
	cursor: pointer;
}

div#lhwb_wrap .boardTy01 table#board_list tbody tr:active,
div#lhwb_wrap .boardTy01 table#board_list tbody tr:hover {
	background-color: rgba(174, 211, 250, 0.5);
}

.btn_board_reply.lhwb_board_reply_btn,.btn_write.lhwb_modify_btn,.btn_cancel_03,#lhwb_reply_btn .btn_write,#lhwb_reply_btn .btn_cancel_04 {
	background: none !important;
	padding: 0 !important;
	margin: 0;
}

.btn_board_reply.lhwb_board_reply_btn a,.btn_write.lhwb_modify_btn a,.btn_cancel_03 a,#lhwb_reply_btn .btn_write a,#lhwb_reply_btn .btn_cancel_04 a,#lhwb_wrap .btn_list a {
	background-color: #F2F2F2;
	display: inline-block;
	padding: 0px 15px 0px 25px !important;
	font-size: 13px;
	border: 1px solid #DDD;
	margin: 0 2px;

	border-radius: 3px;
}

.btn_board_reply.lhwb_board_reply_btn a {
	background: #F2F2F2 url('images/lhboard/btn_comment.png') no-repeat 7px center !important;
}

#lhwb_wrap .btn_list a {
	background: #F2F2F2 url('images/lhboard/btn_list.png') no-repeat 7px center !important;
}

.btn_write.lhwb_modify_btn a {
	background: #F2F2F2 url('images/lhboard/btn_edit.png') no-repeat 7px center !important;
}

.btn_cancel_03 a {
	background: #F2F2F2 url('images/lhboard/btn_trash.png') no-repeat 7px center !important;
}

#lhwb_reply_btn .btn_write a {
	background: #F22630 url('images/lhboard/btn_confirm_light.png') no-repeat 7px center !important;
	color: #FFF !important;
	border-color: #F22630;
}

#lhwb_reply_btn .btn_cancel_04 a {
	background: #F2F2F2 url('images/lhboard/btn_cancel.png') no-repeat 7px center !important;
}

html div#lhwb_wrap p#lhwb_view_comments pre {

	min-height: 120px !important;
}

#lhwb_reply_btn li:first-child {
	float: right !important;
}

#lhwb_reply_btn .btn_write {
	float: left;
	width: auto;
}

div#lhwb_wrap #lhwb_reply_btn {
	clear: both;
	width: 100% !important;
	margin-top: 0;
}

div#lhwb_wrap #lhwb_reply_btn ul li {
	width: auto !important;
}

div#lhwb_wrap .txtarea05 {
	width: 100% !important;
	background-color: #f9f9f9 !important;
	padding-left: 0;
	padding-right: 0;
}

div#lhwb_wrap #lhwb_reply_container .lwhb_reply_li_1 .comment_input {
	width: 100% !important;
}

#lhwb_reply {
	margin: 0 40px;
}

#reply_input h3 small span {
	padding: 0px 30px;
	display: block;
	font-size: 13px;
	color: #686767 !important;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

#lhwb_view_footer {
	border-bottom: 1px solid #CBCBCB;
	float: left;
	width: 100%;
}


div#lhwb_wrap #lhwb_reply_container ul li h3 {
	width: 620px;
}

#lhwb_view_comments {
	min-height: 120px;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li span {
	margin-bottom: 0;
	line-height: 170%;
	float: none;
}

div#lhwb_wrap .view_title {
	border-right: 1px solid #DDD;
	padding: 0 10px 0 0;
	display: inline-block;
	width: 380px !important;
	max-width: none !important;
	font-weight: bold;
}

.view_author {
	padding: 0 10px !important;
}

.view_author {
	border-right: 1px solid #ddd;
	margin-right: 10px;
}

.view_textarea .btn_write {
	background-color: #ddd;
}

.view_textarea .btn_write a {
	color: #666 !important;
}

#lhwb_reply_list h3 small span:first-child {
	font-weight: bold;
	font-size: 12px;
}

#lhwb_reply_list h3 small span {
	color: #AFAFAF !important;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li {
	/*border-top:  1px solid #CCC;
	*/
}

#lhwb_wrap .fst01 {
	color: #AFAFAF !important;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

div#lhwb_wrap #lhwb_re_reply .txtarea05 {
	margin-bottom: 20px;
}

div#lhwb_wrap #lhwb_re_reply_btn {
	margin-left: 20px;
}

#lhwb_re_reply_btn span.btn_write, div#lhwb_wrap .board_list .lwhb_reply_line.lwhb_reply_li_2 span.btn_write {
	padding: 5px 0px 5px 27px;
	margin-bottom: 3px;
	background: #F2F2F2 url('images/lhboard/btn_confirm.png') no-repeat 5px center !important;
	display: inline-block;
	border: 1px solid #DDD;
	font-size: 12px;
	width: 38px;
}

#lhwb_re_reply_btn #reply_input_del {
	padding: 5px 0px 5px 27px;
	margin-bottom: 3px;
	background: #F2F2F2 url('images/lhboard/btn_cancel.png') no-repeat 5px center !important;
	display: inline-block;
	border: 1px solid #DDD;
	font-size: 12px;
	width: 38px;
}

div#lhwb_wrap #lhwb_reply_container #lhwb_re_view .re {
	background-color: #F1F1F1;
}

body div#lhwb_wrap table#board_list tr td#lhwb_view_url xmp {
	width: 85%;

	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#lhwb_view_url {
	padding: 15px 0 !important;
}

div#lhwb_wrap table#board_list td:nth-child(1),div#lhwb_wrap table#board_list td:nth-last-child(-n+2),div#lhwb_wrap table#board_list th:nth-child(1),div#lhwb_wrap table#board_list th:nth-last-child(-n+2) {
	/* display: none; */
}

div#lhwb_wrap table#board_list td:nth-child(2) {
	/* padding-left: 12px !important; */
}

div#lhwb_wrap table#board_list td:nth-child(3) {
	width: 22%;
}

div#lhwb_wrap table#board_list td:nth-child(4) {
	width: auto;
	margin-left: 100px !important;
	border-left: 0 !important;
}


div#lhwb_wrap #lhwb_board_view li {
	width: 100%;
}

div#lhwb_wrap .view_title {
	width: auto !important;
}

div#lhwb_wrap #lhwb_reply_btn li:first-child {
	width: 100% !important;
}

div#lhwb_wrap .boardTy01 table thead th:nth-child(3) span {
	border-right: none !important;
}

div#lhwb_wrap .board_list {
	width: 100% !important;
}

#lhwb_wrap input#board_keyword_text {
	border-color: #C2C2C2;
}

#lhwb_wrap input#board_keyword_text:focus {
	border-color: #F22630;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li strong {
	font-size: 16px;
}

div#lhwb_wrap .board_list .pb20 {
	padding: 0;
}

div#lhwb_wrap .board_list .pb20#lhwb_view_footer {
	padding: 10px 2%;
	width: 96%;
	border-bottom: none;
}

div#lhwb_wrap .board_list p span a:active,#lhwb_wrap .btn_list a:active,div#lhwb_wrap span.btn02:active,#sign_pwd_cancel:active {
	background-color: #D6E2EE !important;
}

div#lhwb_wrap input[type="text"],div#lhwb_wrap input[type="password"],div#lhwb_wrap textarea {
	border-color: #AFAFAF !important;
	height: 22px;
	font-size: 14px;
}

div#lhwb_wrap .board_list p span#lhwb_board_pwdchk_btn {
	background: none;
	width: auto;
	border: none !important;
	padding: 0;
}

div#lhwb_wrap .board_list p span a,#lhwb_wrap .btn_list a,div#lhwb_wrap #board_write_btn a,span#lhwb_board_pwdchk_btn a {
	display: inline-block;
	border-radius: 2px;
	background-color: #F2F2F2 !important;
    /*
	height: 40px;
	line-height: 40px;
  	padding: 0 14px 0 35px;
  	*/
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 32px
;
	border: 1px solid #ddd;
}

div#lhwb_wrap .board_list p span.btn01 a {
	background: #F22630 url('images/lhboard/btn_confirm_light.png') no-repeat 10px center !important;

	color: #fff;
}

div#lhwb_wrap #board_write_btn a,#online_write_new_btn a {
	background: #F22630 url('images/lhboard/btn_edit_light.png') no-repeat 10px center !important;
	color: #fff;
	-webkit-text-shadow: none;
	text-shadow: none;
	border: none !important;
}

#online_write_new_btn a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	padding: 0 14px 0 35px;
	margin-top: 5px;
	margin-right: 10px;
	border: none;
	padding: 0 15px 0 35px;
	font-size: 13px;
}

#online_write_table_list tr th:nth-child(1),#online_write_table_list tr td:nth-child(1),#online_write_table_list tr th:nth-child(5),#online_write_table_list tr td:nth-child(5),#online_write_table_list tr th:nth-child(6),#online_write_table_list tr td:nth-child(6) {
	display: none;
}

#online_write_table_list tr th {
	text-align: center;
}

#online_write_table_list tr td,#online_write_table_list tr th {
	background-color: transparent !important;
}

#online_write_table_list tr {
	border-top: 1px solid #ddd;
}

#online_write_table_list tr:active {
	background-color: #eee;
}
#online_write_table_list tr:first-child:active {
	background-color: transparent;
}

div#lhwb_wrap input#lhwb_board_subject {
	height: 30px !important;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#lhwb_editor-add_media {
	background: #ddd;
	padding: 5px 10px;
}

div#lhwb_wrap .writeTy01 ul.bgef li span {
	padding: 0 7px !important;
}

div#lhwb_wrap input#lhwb_board_author_pass,div#lhwb_wrap input#lhwb_board_author_name {
	width: 149px;
}


div#lhwb_wrap input#lhwb_board_subject {
	width: 45%;
    margin-left: -3px !important;
}

#lhwb_board_view.writeTy01 #pibsms_sns {
    background: none;
}
#lhwb_board_view.writeTy01 #pibsms_sns a {
    margin: 0 2px;
    width: 24px;
    height: 24px;
    vertical-align: -7px;
}

div#lhwb_wrap .writeTy01 ul li.lhwb_notice h2 {
	display: inline-block;
	float: none;
}

div#lhwb_wrap .writeTy01 ul li.lhwb_notice {
	text-align: left;
}

div#lhwb_wrap #lhwb_view_url a {
	display: inline-block;
}

/* mobile 글쓰기 20140226 */
#lhwb_file_size {
    display: none;
}

#insert-media-button {
    padding: 6px 11px;
}

div#lhwb_wrap textarea#lhwb_editor.wp-editor-area {
    height: 120px;
    border-radius: 2px;
	/* border:1px solid #999 !important;*/
}

#qt_lhwb_editor_toolbar {
    display: none;
}

#wp-lhwb_editor-editor-tools > div.wp-editor-tabs {
    display: none;
}

div#lhwb_wrap input#lhwb_board_subject,
#lhwb_wrap input#lhwb_board_author_name, 
div#lhwb_wrap input#lhwb_board_author_pass {
    border: 1px solid #999 !important;
    border-radius: 2px;
}

#lhwb_notice_checkbox {
    margin-top: 2px !important;
	margin-left: 7px;
}

.max-upload-size {
    display: none;
}

#board_file_img #insert-media-button {
    background: #eee;
    border-radius: 2px;
    display: block;
    padding: 8px 10px;
    border: 1px solid #999;
}
#board_file_img #insert-media-button span {
    display: none;
}


/* Search */
#lhwb_wrap .lhwb_search.lhwb_search_top span {
    height: 40px;
    padding: 10px 10px 0 10px;
    margin-right: 50px;
    width: auto;
    float: none;
}
#lhwb_wrap input#board_keyword_text {
    width: 80%;
}
#board_search a {
    position: absolute;
    top: 11px;
    right: 12%;
}
#board_search {
    position: relative;
}
#the_content #lhwb_wrap .lhwb_search span a img {
    width: 30px;
    height: 28px;
}
div#lhwb_reply_container.comment {
    clear: both;
    float: left;
    width: 100%;
}

div#lhwb_reply_container.comment #lhwb_reply_btn .btn_write a,
div#lhwb_reply_container.comment #lhwb_reply_btn .btn_cancel_04 a{
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    /* border-radius: 2px; */
}
div#lhwb_wrap #lhwb_reply_container .number01 {
    text-align: right !important;
}
div#lhwb_wrap #lhwb_reply_container ul li h3 {
    width: auto !important;
    padding: 0 15px 0 0;
}
#reply_input .fst01{padding-bottom: 4px;float: right !important;padding: 0;}
#lhwb_reply_container #lhwb_reply {margin: 0 15px;}


div#lhwb_wrap .board_list .lwhb_reply_line > div{
	padding: 0 10px;
}
div#lhwb_wrap .board_list .lwhb_reply_line p span.btn_write a {
    padding-right: 10px;
	
    /* text-indent:-9999px; */
    background: #F2F2F2 url('images/lhboard/btn_comment.png') no-repeat 7px center !important;
}
div#lhwb_wrap .board_list .lwhb_reply_line p span.btn_cancel a {
    padding-right:0;
	text-indent:-9999px;
    background: #F2F2F2 url('images/lhboard/btn_trash.png') no-repeat 7px center !important;
}
div#lhwb_wrap .board_list  .lwhb_reply_line span.btn_cancel,div#lhwb_wrap .board_list .lwhb_reply_line span.btn_write {
    padding:0
;
    border-radius: 2px;
}

/***************************************
/
/* GALLERY TOUCH */
/***************************************/

.ui-loader {
	display: none;
}

body#gallery_page {
	background-color: #f5f5f5;
}

#gallery_list_container h1 {
	font-size: 60px;
	color: #222;
	text-align: center;
}

#gallery_list li {
	text-align: center;
	display: block;
	width: 600px;
	height: 482px;
	margin: 60px auto;
	background: transparent url('../images/gallery/gallery_bg.png') center center no-repeat;
}

#gallery_list li a.gallery_list_thumb {
	display: inline-block;
	width: 500px;
	height: 375px;
	margin: auto;
	margin-top: 53px;
	background: transparent url('../images/gallery/loading_bg222.gif') center center no-repeat;
	margin-left: 16px;
}

#gallery_list li img {
	width: 500px;
	height: 375px;
}

body#gallery_detail_page {
	background-color: #222;
}

#gallery_header_container {
	height: 40px;
	background-color: #000;
}

#gallery_footer_container {
	height: 40px;
	width: 100%;
	background-color: black;
	position: absolute;
	bottom: 0;
	left: 0;
}

#gallery_content_container {
	background-color: #222;
}

#gallery_content_container ul li {
	display: table-cell;
	width: 100%;
	padding: 0;
	vertical-align: middle !important;
	text-align: center;
	background: transparent url('../images/gallery/loading_bg222.gif') center center no-repeat;
}



#gallery_content_container ul li img {
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	max-width: 100%;
	display: inline-block;
    width: auto;
}




a.single_gallery_btn {
	border: 1px solid black;

	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.7);
	box-shadow: inset 0 0 1px rgba(255,255,255,0.7);
	color: #8895A7;
	font-weight: bold;
	text-shadow: 0 0px 2px black;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: rgb(43, 43, 43);
	padding: 0 10px;
	margin-top: 6px;
	text-align: center;
	width: 44px;
	border-radius: 4px;
	background: #45484d; /* Old browsers */
background: -webkit-linear-gradient(top, #45484d 0%, #141414 100%);

	background: -moz-linear-gradient(top, #45484d 0%, #141414 100%);
	background: -o-linear-gradient(top, #45484d 0%, #141414 100%);
	background: -ms-linear-gradient(top, #45484d 0%, #141414 100%);
	background: linear-gradient(top, #45484d 0%, #141414 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
}

#gallery_swipe li {
	display: none;
}

#gallery_swipe li:first-child {
	display: table-cell;
}

#gallery_back_btn {
	float: left;
	position: absolute;
	left: 12px;
	top: 0;
}

#gallery_original_btn {
	float: right;
	position: absolute;
	right: 12px;
	top: 0;
}

#gallery_dowload_btn {
	position: absolute;
	top: 0;
	left: 12px;
}

#gallery_header_container #slide_title {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 50px 0 70px;
}

#gallery_header_inner,#gallery_footer_inner {
	padding: 0 12px;
}

#gallery_content_container {
	position: relative;
}

#prev {
	display: none;
}

#prev img {
	position: absolute;
	top: 0;
	left: 10px;
}

#next img {
	position: absolute;
	top: 0;
	right: 10px;
}

#gallery_footer_container_inner {
	position: relative;
}

#gallery_footer_container #slide_title {
	display: block;
	text-align: center;
	color: #8F8F8F;
	font-size: 28px;
	font-weight: bold;
	padding: 20px 50px 0 80px;
}

#gallery_header_container #paging_count {
	display: inline-block;
	color: #eee;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 20px;
}

#gallery_footer_container {
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
}

#gallery_header_container {
	position: relative;
}

#gallery_header_container,#gallery_footer_container {
	background: #45484d; /* Old browsers */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
	background: linear-gradient(top, #45484d 0%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#slide_comment {
    width: 80px;
    background: rgba(0, 0, 0, 0) url(images/photonews/gallery_comment_icon_red.png) no-repeat 70px 5px;
    background-size: 27px;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    padding: 0 20px 0 0;
    line-height: 26px;
    display: block;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
    font-weight: bold;
    text-shadow: 0 0px 2px #000;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
}

a.gallery_list_comments {
	clear: both;
	display: inline-block;
	position: relative;
	top: 30px;
	right: -200px;
	font-size: 20px;
	padding: 15px 50px 15px 15px;

	background: #F8F8F8 url(images/photonews/gallery_comment_icon_red.png) no-repeat right 5px;
	line-height: 9px;
	-webkit-box-shadow: 0 1px 1px #818181;
	box-shadow: 0 1px 1px #818181;
	border-radius: 4px;
	border: 1px solid #DDD;
}

#gallery_content_container .nav img {
	width: 40px;
	height: 40px;
}

/* photo gallery comment */

.single-photos #comments_container{
    display:none;
}
.single-photos #gallery_listview_style #comments_container{
    display:block;
}


/*
.single-photos {
	overflow: hidden;
}
*/

/***************************************/
/************** ERROR 404***************/
/***************************************/
#error_404 {
	text-align: center;
	padding-bottom: 80px;
	padding-top: 20px;
}

#error_404 h1 {
	padding: 0 0 15px 0;
}

#error_404 h2 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

#error_404 a {
	background-color: #6AA7D7;
	border-radius: 6px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;

	margin: 7px 0 20px 0;
	padding: 6px 22px;
	text-decoration: none;
}

#error_404 a:hover {
	color: #fff;
	background-color: #78ac01;
}


/***************************************/
/* SNS */
/***************************************/
#pibsms_sns {text-align: center; background: #454545; clear: both;}
#pibsms_sns a {width:32px; height:32px; background:#fff no-repeat 0 0; background-size:100%; margin: 10px; display: inline-block;}
#pibsms_sns a.facebook{ background-image:url('images/sns/facebook.png')}
#pibsms_sns a.twitter{ background-image:url('images/sns/twitter.png')}
#pibsms_sns a.me2day{ background-image:url('images/sns/me2day.png')}
#pibsms_sns a.kakaotalk{ background-image:url('images/sns/kakaotalk.png')}




#home_sns #pibsms_sns {text-align: center; /*background: #f2f3f5;*/ clear: both;padding-bottom:20px;}
#home_sns #pibsms_sns a {width:40px; height:40px; background:transparent no-repeat 0 0; background-size:40px 40px; margin: 10px; display: inline-block;}
#home_sns #pibsms_sns a.facebook{ background-image:url('images/sns_01.png')}
#home_sns #pibsms_sns a.twitter{ background-image:url('images/sns_02.png')}
#home_sns #pibsms_sns a.me2day{ background-image:url('images/sns/me2day.png')}
#home_sns #pibsms_sns a.kakaotalk{ background-image:url('images/sns_03.png')}
#home_sns #pibsms_sns a#kakao-link-btn img {width: 100%;display: block;}


/***************************************/
/* FOOTER */
/***************************************/
#no_mobile {
	background: transparent url('images/footer_shadow_bg.png') no-repeat center top scroll;
}

#footer_menu_login li#footer_admin a { padding: 0 20px; height: 30px; line-height: 30px; }
#footer_menu_login li#footer_admin a, #footer_menu_login li#footer_no_mobile a {
    padding-left: 7px;
    padding-right: 7px;
}

#footer_contact {
	clear: both;
	background-color: #54777B;
	text-align: center;
	border-top: 1px solid #353535;
}

#footer_contact a {
	display: inline-block;
	margin: 8px 12px;
	color: white;
	text-align: center;
	padding-top: 30px;
	-webkit-background-size: 30px 26px !important;
	-moz-background-size: 30px 26px !important;
	background-size: 30px 26px !important;
	font-size: 14px;
	font-weight: bold;
	min-width: 40px;
}

#footer_contact a#phone {
	background: transparent url(images/icon_phone.png) no-repeat center top scroll;
}

#footer_contact a#sms {
	background: transparent url(images/icon_sms.png) no-repeat center top scroll;
}

#footer_contact a#email {
	background: transparent url(images/icon_email.png) no-repeat center top scroll;
}

#footer_contact a#map {
	background: transparent url(images/icon_map.png) no-repeat center top scroll;
}

#footer_contact.white_icons a#phone {
	background: transparent url(images/icon_phone.png) no-repeat center top scroll;
}

#footer_contact.white_icons a#sms {
	background: transparent url(images/icon_sms.png) no-repeat center top scroll;
}

#footer_contact.white_icons a#email {
	background: transparent url(images/icon_email.png) no-repeat center top scroll;
}

#footer_contact.white_icons a#map {
	background: transparent url(images/icon_map.png) no-repeat center top scroll;
}

#footer_contact.black_icons a#phone {
	background: transparent url(images/icon_phone_black.png) no-repeat center top scroll;
}

#footer_contact.black_icons a#sms {
	background: transparent url(images/icon_sms_black.png) no-repeat center top scroll;
}

#footer_contact.black_icons a#email {
	background: transparent url(images/icon_email_black.png) no-repeat center top scroll;
}

#footer_contact.black_icons a#map {
	background: transparent url(images/icon_map_black.png) no-repeat center top scroll;
}

footer p {
	text-align: center;
	width: 100%;
	font-size: 13px;
	color: #b1b1b1;
	line-height: 21px; 
}

footer #footer_back_link{
    opacity:0.7
}

footer #legal_info {
	padding-bottom:0;
	padding-top:30px;
}

footer #no_mobile { 
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
}

footer #no_mobile a {
	display: inline-block;
	padding: 3px 15px;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	background: #DBDBDB;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px white;
	box-shadow: 0 1px 1px white;
	border: 1px solid silver;
}

footer #no_mobile a:hover {
	background-color: #C2C2C2;
	color: #000;
}

#footer_menu_login li {
    display:inline-block;
	vertical-align: middle;
	width: 49.5%;
	text-align: center;
	line-height: 50px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.logged-in #footer_menu_login li { width: 32.5% }
#footer_menu_login li:first-child  { border-left: 0; }
#footer_menu_login li a {
    display: inline-block;  
    padding: 8px 20px;  
    font-size: 11px;  
    color: #797979;  
    font-weight: bold;  
    background: #e0e0e0;
    -webkit-border-radius: 15px;  -moz-border-radius: 15px;  border-radius: 15px;  
}

#footer_menu_login li#footer_no_mobile {
    float: right;
}

#copyright {
    clear: both;
}

#legal_info {
    clear: both;
}

/*#footer_menu_login {
    position:absolute;
    top:10px;
    left:0;
	width:100%;
	text-align:center;
}

#footer_menu_login li#footer_login a {
    margin-right: 7px;
}

#footer_menu_login li#footer_login a, 
#footer_menu_login li#footer_logout a, 
#footer_menu_login li#footer_join a, 
#footer_menu_login li#footer_user a {
    text-indent: -9999px;
    background: transparent no-repeat center center;
    background-size: auto 30px;
    padding: 0;
    width: 84px;
    height: 30px;
    border: none;
    box-shadow: none;
}

#footer_menu_login li#footer_login a {
    background-image: url('images/bottom_login_btn.png');
}

#footer_menu_login li#footer_logout a{
    background-image: url('images/bottom_logout_btn.png');
}

#footer_menu_login li#footer_join a {
    background-image: url('images/bottom_join_btn.png');
}

#footer_menu_login li#footer_user a {
    background-image: url('images/bottom_user_btn.png');
}*/

#footer_menu_login {
	/*background: #323336;*/
}
#footer_menu_login {
    margin-top: -1px;
    height: 50px;
	text-align: center;
    border-top: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
}

#footer_menu_login li#footer_login a {
    margin-right: 7px;
}

#footer_menu_login li#footer_login a, 
#footer_menu_login li#footer_logout a, 
#footer_menu_login li#footer_join a, 
#footer_menu_login li#footer_user a {
    text-indent: -9999px;
    background: transparent no-repeat center center;
    background-size: auto 34px;
    padding: 0;
    width: 95px;
    height: 50px;
    border: none;
    box-shadow: none;
}

#footer_menu_login li#footer_login a {
    background-image: url('images/bottom_login_btn.png');
	display: block;
	margin: 0 auto;
}

#footer_menu_login li#footer_logout a{
    background-image: url('images/bottom_logout_btn.png');
	display: block;
	margin: 0 auto;
}

#footer_menu_login li#footer_join a {
    background-image: url('images/bottom_join_btn.png');
	display: block;
	margin: 0 auto;
}

#footer_menu_login li#footer_user a {
    background-image: url('images/bottom_user_btn.png');
	display: block;
	margin: 0 auto;
}

#footer_menu_login {
	background: #f8f8f8;
	text-align:center;
}
.page #home_sns {display:none;}
/***************************************/
/* 1:1 online */
/***************************************/
#online_list th {
    display: none;
}
#online_list td:first-child {
    display: none;
}
.pibs_board_username {
    width: 10%;
}
td.pibs_board_subject {
    width: 75%;
}
.pibs_board_date {
    width: 15%;
}
#online_list td {
    padding: 25px 0;
    border-bottom: 1px solid #CCC;
}
#online_list {
    margin: 0;
    width: 100%;
}

td.pibs_board_subject a {
    padding:0 3%;
    width: 94%;
    display: block;
}

.pibs_board_write_form textarea {
    width: 94%;
    display: block;
    margin: auto;
    border-color: #999;
}
.pibs_board_write_form th {
    width: 80px;
}
.pibs_board_write_form span {
    margin-left: 17px;
}
.pibs_board_write_form input {
    padding: 6px 0;
    margin-bottom: 5px;
} 
.pibs_board_write_form input#pibs_board_write_form_title {
    padding: 6px 0;
    width:67%; 
}
#online_list tr:active,
#online_list tr:hover {
	background-color: rgba(174, 211, 250, 0.5);
}
table.t1#online_list tr{
    cursor:pointer
}
table.t1#online_list td{
	background-color: transparent; 
}


 #lhwb_board_write_btn a {
    padding: 10px 15px 10px 28px;
    background: #F22630 url('images/lhboard/btn_confirm_light.png') no-repeat 10px center !important;
    color: #FFF;
    -webkit-text-shadow: none;
    text-shadow: none;
    border: none !important; 
    margin-right: 3%;
    border-radius: 2px;
}

/* 테이블 스타일 */
table.t1 {border-collapse: collapse; width: 100%; margin: .5em 0px; font-size: 1em;}
table.t1 tr {  } /* colgroup 으로 td 스타일제어하려면 tr에 정의  */
table.t1 th, table.t1 td { border: 0px solid #c8c8c8; border-width: 0 0px 0px 0; padding: 6px 6px 6px 6px; }
table.t1 thead, table.t1 tfoot { background: #fff; font-weight: normal; font-size: 1em;}
table.t1 th { background: #fff; font-weight: bold; text-align: left; border-bottom: 1px solid #ebebeb; padding-left:10px;padding-top: 10px;padding-bottom: 10px;}

table.t1 td { background: #fff; font-weight: bold; text-align:left; border-bottom: 1px solid #ebebeb;}
table.t1 td.left {text-align: left;}
table.t1 td.center {text-align: center;}
table.t1 td.right {text-align: right;}
table.pibs_board_write td {
    font-weight: normal;
}
table.pibs_board_write .pibs_board_write_content td {
    height: 130px;
    padding: 10px;
} 


table.pibs_board_write.t1 tr.pibs_board_write_title th {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    border-right:none
}
table.pibs_board_write.t1 th,
table.pibs_board_write.t1 td{
    border-bottom-color: #ECECEC;
}

table.pibs_board_write.t1 th{
    color: #868686;
    border-right: 1px solid #E9E9E9;
    width: 55px;
}

/* Paging*/
#board_pageing {
	padding-bottom: 15px;
}
#the_content .pageing a, #the_content .pageing strong {
	border:1px #fff solid; 
	border-color: transparent ; 
    border-radius: 0;
    
	padding: 0 6px;
	margin: 2px 4px;
	text-decoration: none; 
	font-weight:bold;
	display:inline-block;
	background-color: #C5C5C5;
	font-weight:bold;
	color:#fff;
	vertical-align: middle;
	height: 28px !important;
	background-image: none;
	line-height: 28px;
}

#the_content .pageing a:hover {
	color: #D6D6D6 !important;
	font-weight:bold;
	background-color: #555 !important;
}
#the_content .pageing strong {
	background-color: #FFF !important;
	color: #686868;
	border: 1px solid #B9B9B9; 
	height: auto;
}
.pageing a, .pageing strong {
	display:inline-block;
	width:20px;
	height:15px;
	overflow:hidden;
	padding-top:5px;
	text-align:center;
	color:#969696;
	border:1px solid #5dc6e0;
	font-size:11px;
	vertical-align:middle !important;
}


.wp-pagenavi, #the_content .wp-pagenavi{ width:100%; text-align:center; clear: both; padding-top: 20px;margin-bottom: 20px;height: 40px;}
.wp-pagenavi span, .wp-pagenavi a, #the_content .wp-pagenavi span,  #the_content .wp-pagenavi a {vertical-align: middle; display:inline-block;}
.wp-pagenavi a, .wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi span.extend,#the_content .wp-pagenavi a,#the_content .wp-pagenavi a:hover, #the_content .wp-pagenavi span.current, #the_content .wp-pagenavi span.extend{ border:1px #fff solid; border-color: transparent ; padding: 6px 10px 6px 10px; margin: 0 5px;text-decoration: none; font-weight:bold;}
.wp-pagenavi a , #the_content .wp-pagenavi a {background-color: #D7E8FA;  color: #709ECF;  border-color: #A1BEDD;}
.wp-pagenavi a:hover, #the_content .wp-pagenavi a:hover  {background-color: #7BA1CC; color: #fff ;text-decoration: none;border-color: #648BB6;}
.wp-pagenavi span.current,#the_content .wp-pagenavi span.current  {background-color: #B5D1F0; color: #6586A8; border-color: #8EA9C4; padding: 6px 10px 6px 10px;}
.wp-pagenavi span.extend,#the_content .wp-pagenavi span.extend {background-color: #fff; color: #A7CDE4;}
.wp-pagenavi span.pages, #the_content .wp-pagenavi span.pages  {padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #000000; background-color: #FFFFFF;}


/***************************************/
/* MEMBERSHIP */
/***************************************/

.membership {
    clear: both;
    max-width: 700px;
    margin: auto;
}
.membership input[type="checkbox"] {
    border: 1px solid #999;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 1px 1px #fff;
    background: #fff;
    margin: 0;
}
.membership input[type="checkbox"]:checked{
	background: #fff url('images/check_bg.png') center center no-repeat;
}
.membership input[type="radio"]:checked{
	background: #fff url('images/radio_bg.gif') center center no-repeat;
}

#bigo1, #bigo2{display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
border: 1px solid #ccc;
width: 20px;
height: 20px;
-webkit-border-radius: 20px;}


/* login */
#member_login_page {
    text-align: center;
    padding-bottom: 10px;
}
#member_login_page p {
    font-size: 12px;
    color: #777;
}
#subtitle {
    font-weight: bold;
    color: #333;
    padding: 19px 0 15px 0;
    font-size: 22px;
    clear: both;
}
#loginform {
    width: 280px;
    margin: auto;
    position: relative;
}
#login_form_container input[type="text"], #login_form_container input[type="password"] {
    height: 31px;
    width: 138px;
    border: 1px solid #999;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 0 2%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
#login_form_container {
    position: relative;
    padding: 0 20px 40px 20px;
    margin: auto;

}
#login_form_container .submit {
	margin-top:12px;
    margin-bottom: 12px;
	text-align: center;
    
}
#login_form_container .submit {
    position: absolute;
    top: -1px;
    right: 0;
    margin: 0;
}
#login_form_container fieldset {
    padding-right: 0px;
}
#login_form_container .submit input {
    background: #F22630;
    border: none;
    height: 67px;
    width: 75px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0 2px 0px #fff;
    margin: 2px auto 0 auto;
    display: block;
}

#login_form_container .forgetmenot {margin-top: 6px;
	margin-bottom: 10px;
	text-align: center;
}

.login_side_action {
	display: none;
    padding: 15px 0 15px 0;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #CECECE;
}
.login_side_action a {
    color: #707070;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: 0 1px 1px #fff;
    background: #E0E0E0;
    margin-top: 6px;
}
.forgetmenot label {
    font-size: 13px;
    font-weight: bold;
    color: #777;
    padding: 4px 0;
}

.login_side_action a.hover {
    background: #DBDBDB;
    color: #555;
}

.user_login_container label,.user_pass_container label {
    width: 57px;
    display: inline-block;
    font-weight: bold;
}

#go_pc_to_login {
    font-size: 12px;
    color: #777;
    margin-top: 30px;
    text-align: center;
}

.signup_message_info {
	text-align: center;

	margin-bottom: 40px;
	font-weight: bold;
}

/* logged in */
#login_welcome {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: bold;
    color: #333;
    clear: both;
}
#login_welcome span {
    color: #006864;
    display: inline-block;
    padding: 0 5px;
    font-size: 22px;
}
.welcome_message {
    text-align: center;
}
.userinfo {
    padding: 20px 0 130px 0;
}
#welcome_logout {
    display: inline-block;
    padding: 6px 20px;
    background: #CACACA;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #A5A5A5;
	color: #707070;
	font-weight: bold;
	border-radius: 4px;
	text-shadow: 0 1px 1px #FFF;
	background: #E0E0E0;
	margin-top: 10px;
}
.userinfo p {
    color: #777;
}
.userinfo p b {
    color: #444;
}

/* signup */
#agreement {
    background: #fff;
    margin: 6px 0 15px 0;
    padding: 10px;
    height: 80px;
    overflow: auto;
    border: 1px solid #bbb;
}
#agree_form {
    padding-left:20px;
	padding-right:20px;
    margin: 0 auto;
}



#agree_container h2 {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}
#agreement p {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}
#agree_check_container span {
    display: inline-block;

	font-size: 13px;
	font-weight: bold;
	color: #777;

}
#agree_check_container {
    text-align: center;
}
#agree_button {
clear: both;
padding: 20px 0 50px 0;
text-align: center;
}
#agree_button input {display:inline-block;}
#agree_no_container {   
    text-align: center;
}

#agree_no_container{
    display: inline-block;
    padding: 8px 10px;
    background: #CACACA;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #A5A5A5;
	color: #707070;
	font-weight: bold;
	border-radius: 4px;
	text-shadow: 0 1px 1px #FFF;
	background: #E0E0E0;
	margin-top: 10px;
}


#agree_yes_no_container {
    display: block;
    padding: 0;
    background: #F22630;
    border: none;
    width: 98px;
    margin: auto;
    height: 34px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border-radius: 4px;
    margin-bottom: 12px;
    /* float:left; */
}
#agree_yes_no_container a {
    text-decoration: none;
    font-size: 13px;
    color: #333;
}
#agree_check_container label {
    font-size: 13px;
}

.agree_check_error {
    text-align: center;
    background: #FFFB99;
    padding: 10px 5px;
    margin-bottom: 5px;
    border: 1px solid #E2D900;
    box-sizing: border-box;
    color: #EC0000;
    font-size: 13px;
    font-weight: bold;
}
.membership .agree_check_error_orgi input[type="checkbox"] {
    border:3px solid #EC0000;
    box-shadow:none
}
#privacy_policy ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 20px 30px 20px;
    font-size: 14px;
}

#setupform {margin-left:20px;margin-right:20px;margin-top: -20px;}

#setupform .agree_info{
	float: right;
	padding-bottom: 4px;
	padding-right: 4px;
}

#setupform .agree_info span{
	color:#e00000;
}

#setupform .submit input {
    background: #004A85;
    border: none;
    height: 34px;
    width: 30%;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0 2px 0px #fff;
    margin-top: 2px;
}

#setupform p.submit {
    text-align: center;
    padding: 20px;
}

#zipform {
     /*    position: fixed; */
     /*    top: 0; */
     /*    left: 0; */
     /*    background: transparent url('images/membership/zip_code_overlay_bg.png') repeat left top; */
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index:99999;
}
#zipform_container{
    padding:0;
    margin:0;
}
#zipform_inner {
}
#zipform iframe {
    width: 100%;
    height: 300px;
    margin: auto;
    display: block;
}
#zipform {
    position: relative;
}
.zipform_close {
    top: 0;
    right: 0;
    position: absolute;
    background: #004A85;
    padding: 0 12px;
    z-index: 22;
    line-height: 40px;
    color: #fff;
}

#setupform .check_btn {
    color: #FFF;
    background: #999;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 2px;
    border: 1px solid #777;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#setupform input#user_name {
	max-width: 48%;
}

/* lost_form */

#lost_form_container {
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin: auto;
	max-width: 280px;
}

#email_container .error {
    color:#e00000;
}

#user_name_container .error {
    color:#e00000; 
}

#user_email_container input[type="text"] {
    height: 31px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 0 2%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

#lost_form_container .submit input {
	background: #F22630;
	border: none;
	height: 34px;
	/* width: 30%; */
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0 2px 0px #fff;
	margin-top: 2px;
	padding: 0 15px;
}

#lost_form_container {margin-bottom:30px;}

#lost_form_container label:before {
    content: '*';
    color:#e00000;
}
#lost_form_container label:after {
    content: '이메일';
}


#lost_form_container label {
    text-indent: -9999px;
    display: inline-block;
    width:0
}


/*privacy-policy*/
#privacy-policy { text-align:justify}

#privacy-policy h2{ font-size:15px; color:#444; border-bottom: 1px dotted #999;padding-bottom: 5px;}
#privacy-policy h3{ padding: 0 0 15px 0; font-size: 14px; line-height: 18px;; color:#666}
#privacy-policy p, #privacy-policy td{ color:#666}


#privacy-policy table.spitable01 th {height: 30px;color: #888888;font-size: 12px;font-weight: bold;}
table.spitable01 caption{display:none;}
table.spitable01 {clear:both; margin:0px 0 10px 0; width:100%; font-size:12px; }
table.spitable01 tr{height:26px; text-align:center; color:#7d7d7d; font-weight:normal; }
table.spitable01 th{background:#eee; height:30px; color:#6b6b6b; font-size:11px; font-weight:bold; vertical-align:middle; text-align:center; border-top: 1px solid #CCC;border-bottom: 1px solid #CCC;}

table.spitable01 th.leftbg {background-color:#ddd; border: 1px solid #ccc;border-width: 1px 0 1px 1px;}
table.spitable01 th.rightbg {background-color:#eee; border: 1px solid #ccc;border-width: 1px 1px 1px 0;}
table.spitable01 td{border-bottom:1px solid #e5e5e5; padding: 8px 0;text-align: center;font-size: 11px;}
table.spitable01 td a{font-size:12px; color:#696969;}
table.spitable01 td a:hover, a:active, a:focus{	color:#dd373e; text-decoration:none;}
table.spitable01 td.bg{ background-color:#e2ecf5;}
table.spitable01 td.colort1{ color:#565656;}
table.spitable01 td.colorb1{ background-color:#f0f0f0;}
table.spitable01 td.colorb2{ background-color:#f4f4f4;}
table.spitable01 td.left{text-align:left; padding-left:8px;}
table.spitable01 td.lineL{border-left:1px solid #e5e5e5;}

table.spitable01 td.lineT {border-top:2px solid #e5e5e5;}
table.spitable01 td.lineR {border-right:1px solid #e5e5e5;}
table.spitable01 td.alignL{text-align:left; padding-left:10px}



/*member_profile*/

.help_message {
    display: block;
    color: #8A8A8A;
    letter-spacing: -0.4;
    padding-top: 2px;
}

#member_profil { text-align: center; margin-bottom: 20px;}

#please_login {text-align: center;}

.form-table {
width: 100%;
border: 1px solid #ddd;
border-bottom: none;
margin: 0 auto;
max-width: 700px;
}

.form-table th{ width: 23%; font-weight:bold; padding-left: 2%; border-right:1px solid #ddd; vertical-align: middle; background-color:#f5f5f5;}
.form-table th, .form-table td {
border-bottom: 1px solid #ddd;

}
.form-table td{ width: 71%; padding: 7px 2%;}
.form-table input{ border:#ddd solid 1px; padding:6px 6px; background-color:#fbfbfb; max-width: 92%; }
.form-table textarea{ border:#ddd solid 1px; padding:10px; background-color:#fbfbfb }
.form-table #email {}
.form-table #realname { max-width: 70px;}


#user_email_container input[type="text"] {
height: 31px;
width: 100%;
border: 1px solid #ddd;
border-radius: 0;
margin-bottom: 7px;
padding: 0 2%;
box-sizing: border-box;
box-shadow: none;
}




.form-table #zip {max-width: 70px; margin-bottom:6px; display:block; float:left;margin-right: 9px;}
.form-table #zip_btn{display: block; line-height: 26px; margin-bottom: 10px; float: left; background: #fff url('images/membership/post_btn_bg.gif') no-repeat 7px center; padding: 1px 7px 1px 39px; color: #7A7A7A; font-weight: bold; border: 1px solid #DDD; margin-top: 2px;}
.form-table a:hover#zip_btn{ border-color:#aaa}
.form-table #address { width: 92%; margin-bottom:6px; display:block; clear:both}
.form-table #address_more { width: 92%;}
.form-table #freeword { width: 92%; height: 75px}
#member_profil {margin-left: 15px;margin-right: 15px;}
#member_profil #member_message {padding: 30px 0;border: 1px solid #DDD;margin-bottom: 30px;float: left;width: 100%;}
#member_profil #member_message #please_login{ text-align: center;padding-bottom: 15px;color: #333;font-weight: bold;font-size: 16px;margin: 0px 20px;}
#member_profil #member_message #please_login a{ color:#65A7CE}
#member_profil .login_side_action {  width: 70%;  margin: auto; float: none;}
.info_change {padding:20px; margin:0 auto; text-align:center;}
#member_profil #updateuser, #member_profil #profile_info_change_btn {
display: inline-block;
padding: 0;
background: #F22630;
border: none;
width: 110px;
margin: 12px auto;
height: 34px;
color: #fff;
font-weight: bold;
text-shadow: 0 1px 1px rgba(0,0,0,0.5);
border-radius: 4px;
}


#member_profil b{ font-weight:bold}



#registration_result{ width:560px; border:3px solid #D7E9BD;; padding:20px; text-align:center; margin:20px auto; background-color:#F0FDDC}
#registration_result h2 { padding-bottom:10px}
#registration_result strong{ font-weight:bold;}

#user_login {width:40%;margin-bottom:10px;}

.updated {
    background: #F8FCA1;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 4px;
}

#agree_check_container label {
    display: inline-block;
    padding: 4px 15px;
    background: #F5F5F5;
}

#login_form_container .submit input,
#lost_form_container .submit input,
#agree_yes_no_container,
#setupform .submit input,
#member_profil #updateuser, 
#member_profil #profile_info_change_btn{
    background:#3270ae;
    border:1px solid #3270ae;
}

#login_form_container .submit input:active,
#lost_form_container .submit input:active,
#agree_yes_no_container:active,
#setupform .submit input:active,
#member_profil #updateuser:active, 
#member_profil #profile_info_change_btn:active,
#login_form_container .submit input:hover,
#lost_form_container .submit input:hover,
#agree_yes_no_container:hover,
#setupform .submit input:hover,
#member_profil #updateuser:hover, 
#member_profil #profile_info_change_btn:hover{
    background: #3270ae;
}



div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span {
    display: inline-block;
    border-top: none;
    color: #8D8D8D;
    border-right: 1px solid #DDD;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span:last-child {
	border-right:none;
}

div#lhwb_wrap span ul.bgef li span:first-child {
	padding-left:0 !important;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > strong {
    display: block;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span.view_author {
	margin-left: 0px;
    padding-left:0 !important;
}


.video_thumb {
    display: block;
    float: left;
    padding: 0 10px;
}
.video_date, .video_view {
    display: block;
    float: left;
    color: #929292;
    margin-top: 10px;
}
.video_date {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #C0C0C0;
}
span.video_title {
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-right: 40px;
    /* padding-left: 100px; */
    max-height: 37px;
    overflow: hidden;
}




/* subcategories */
#the_content .subcategories ul {
    margin: 0;
}

#the_content .subcategories li a{
    display: block;
    font-size: 16px;
    color: #333;
    margin: auto;
    text-align: left;
    border-bottom: 1px solid #C1BEBF;
    border-top: 1px solid #FFF;
    padding: 15px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #F2F2F2;
    background: url(images/list_arrow.png) no-repeat right center, -moz-linear-gradient(top, #f5f5f5 0%, #eaeaea 100%);
    background: url(images/list_arrow.png) no-repeat right center, -webkit-linear-gradient(top, #F5F5F5 0%,#EAEAEA 100%);
    background: url(images/list_arrow.png) no-repeat right center, -o-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%);
    background: url(images/ist_arrow.png) no-repeat right center, -ms-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%);
    background: url(images/list_arrow.png) no-repeat right center, linear-gradient(to bottom, #F5F5F5 0%,#EAEAEA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 );    
	background-size: 20px;
}

#the_content .subcategories li a:hover {
    background: rgba(206, 206, 206, 0.6) url(images/list_arrow.png) no-repeat right center;
	background-size: 20px;
}

#the_content .subcategories li a span {
    font-size: 16px;
    position:relative;
}

a.has_news span:after {
    content: "\00a0";
    background: url(images/new_icon.png) no-repeat right center;
    background-size:25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -5px;
    display: block;
    right: -30px;
}


/***************************************/
/*************MEDIAQUERIES**************/
/***************************************/
@media screen and (max-width: 760px) {
    #the_content { min-height: 430px; }
	/*
	div#lhwb_wrap .board_list p span a, #lhwb_wrap .btn_list a  {	
        width:  59px;	
        display:  inline-block;	
        height:  44px;	
        padding:  0 !important;	
        overflow:  hidden;	
        text-indent:  9999px;	
        white-space:  nowrap;	
        background-position:  center center !important;	
        border-radius:  2px;        
    }    
    */
    div#lhwb_wrap .board_list #lhwb_view_footer p {
        padding: 0;
        clear: none;
    }
    
    div#lhwb_wrap .board_list {
        width: auto !important;
    }

    
    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span {
        padding: 3px 0 !important;
        margin: 0;
        padding-right: 8px !important;
		margin-left: 8px
    }
    
    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > strong {
        border: none;
        margin-left: 15px;
    }
    
    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > h2 {
        display: none;
        width: auto;
        float: none;
    }
    
    div#lhwb_wrap #lhwb_board_view li > h2 span {
        font-size: 16px;
        background: #EEEEEE;
        display: block;
    }
    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span.view_author {
		margin-left: 15px;
	}


}

@media screen and (min-width: 760px) {
	.responsive_wrap, .article_inner, #title_page, #the_content,#respond, #comments,.touchscroll ul,#menu_touch{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#the_content {
	margin: 0 auto 20px auto;
	font-family: nanumgothic;
}
.pibs-video-list #the_content {
    padding: 0;
    margin: 0 auto; 
}

.page-id-15 #the_content {
	border: none;
	background: none;
}

#the_content .photos.gallery li {
	 width: 46%;
	margin: 0 2%;
	float: left;
 	clear:none;
  	margin-bottom: 30px;
}
#the_content #videos_list.gallery li {
/* margin-bottom: 12px; */
}

#title_page {
	padding: 10px 0;
}

.single-photonews #title_page {
	float: none;
	width: 760px;
}

 
#menu_touch ul li a {
	font-size: 14px;
	padding: 10px 20px;
}

#page_header_container {
/*
	margin-bottom:20px;
	border-bottom: 1px solid #ddd;
*/
}
.pibs-video-list #page_header_container{
     margin-bottom:0
}

#single_title_page {
	text-align: left;
}

#header_menu_open_close span {
	/*padding: 25px 0 10px 0;
	width: 80px;
	font-weight: bold;
	font-size: 18px;*/
}

#home_menu {
	width: 600px;
}

#home_gallery .photo_thumb img {
	width: 253px;
    height: 190px;
}

#home_gallery li {
	width: 760px;
	text-align: center;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li strong {
	width: 460px !important;
	border-right: none;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > h2 {
	display: none;
}

#the_content .gallery .photo_thumb img {
	width: 100%;
    margin-top: 28px;
    display: block;
    box-shadow: none;
    border: 1px solid #ccc;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
}
#the_content .photos.gallery .photo_thumb img {
    height: 179px;  
    width: 239px;
    margin-top: 15px;
    margin-left: 44px;
}
.photos.gallery .comment_num {
    top: inherit;
    right: 50px;
    bottom: 30px;
}

}

@media screen and (min-width: 1000px) {
	#slider img {
	display: block;
}

#slider img,#top_header_inner {
	width: 1000px;
	margin: auto;
	position: relative;
}

.home #home_board ul {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: auto !important;
	width: 1000px !important;
}

}

/***************************************/
/*****************ADMIN*****************/
/***************************************/
#wp-admin-bar-new-content {
	display: none;
}

/***************************************/
/* ***** MACHANG CUSTOM 매인 / 틀 **** */
/***************************************/

/*
#header_menu_open_close span {
	background: url(images/main/menu_top_icon.png) center 25px no-repeat !important;
	border: none;
	width: 40px;
	height: 60px;
	padding: 0;

	margin: 0;
	top: 0;
	text-indent: -999px;
	overflow: hidden;
	padding-bottom: 10px;
    box-sizing: border-box;  
    display: block;
}
*/


footer {
	clear: both;
   background: #454545;
	padding-top: 1px; 
	position:relative;
}

#home_phone_link {
	display: block;
	text-align: center;
	padding-top: 10px;
	background: transparent url(images/main/phone_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #d4d4d0;
}

#home_phone_link img {
	max-width: 98%;
}

/* #title_page  {
	-webkit-text-shadow:  2px 2px 2px rgba(0,0,0,0.3);
	text-shadow:  2px 2px 2px rgba(0,0,0,0.3);
}

 */


/***************************************/
/* 서브 */
/***************************************/
#the_content h2 {
	padding-left: 20px;
	color: #4f4f4f;
	margin: 40px 0 10px 0;
}

#the_content h2#subcategory_title {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    background: #FAFAFA;
    margin-bottom:0;
}

.page-id-179 #the_content h2 {
	background: none;
	padding-left: 0;
	color: #4f4f4f;
	margin: 10px 0;
}

#the_content #pibs_slider_menu li {
	list-style: none;
}

#the_content #pibs_slider_menu a {
	display: block;
	border-top: 2px solid #999;
	border-left: 1px solid #ebebeb;
	background-color: #f5f5f5;
	padding: 0 20px;
	height: 35px;
	line-height: 37px;
	position: relative;
	bottom: -1px;
}

#the_content #pibs_slider_menu a.current {
	color: #002d74;
	border-top: 2px solid #002d74;
	background: #fff;
	height: 36px;
}

#the_content #pibs_slider_menu a:hover {
	text-decoration: none;
	color: #002d74;
	border-top: 2px solid #002d74;
}

#the_content ul#pibs_slider_menu {
	padding-left: 0;
}

/* greetings */
.greetings .greetings_bg {
	background: url(../images/sub/greetings_bg.gif) no-repeat right bottom;
	height: 330px;
	margin-bottom: 0px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.greetings_bg ul li:nth-child(2) {
    display: none;
}

#the_content.greetings .greetings_bg .greetings_copy01 {
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}

#the_content.greetings .greetings_bg .greetings_copy03 {
	float: left;
	padding: 192px 0 0 0;
	margin: 0;
}

.greetings .greetings_bg li {
	list-style: none;
}

.greetings .greetings_txt img {
	padding-top: 10px;
	padding-bottom: 20px;
}

.greetings .greetings_txt p {
	color: #696969;
	font-size: 12px;
}

.greetings .greetings_txt .greetings_name {
	float: right;
	padding: 30px 15px 0 0;
}

/* history */
table.t3 {
	border-collapse: collapse;
	width: 100%;
	margin: .5em 0px;
	font-size: 1em;
	border-top: 0px solid #002d74;
	border-right: 0px solid #C8C8C8;
	border-left: 0px solid #C8C8C8;
}

table.t3 tr {
	height: 30px;
}

/* colgroup 으로 td 스타일제어하려면 tr에 정의  */
table.t3 th,table.t3 td {
	border: 1px solid #ebebeb;
	border-width: 0 0px 1px 0;

	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	color: #616161;
}

table.t3 thead,table.t3 tfoot {
	font-weight: normal;
	font-size: 1em;
}

table.t3 th {
	font-weight: bold;
	padding-left: 10px;
	color: #454545;
}

table.t3 td {
	font-weight: none;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
	padding-left: 15px;
}

table.t3 .line01 {
	border-top: 2px solid #002d74;
	font-weight: bold;
	text-align: center;
	color: #002d74;
	height: 28px;
	width: 20%;
	font-family: Century Gothic;
	font-size: 25px;
}

table.t3 .line02 {
	border-top: 0px solid #002d74;
	border-bottom: 0px solid #002d74;
}

table.t3 .line03 {
	border-top: 2px solid #454545;
}

table.t3 .history_year {
	font-weight: bold;
	text-align: center;
	color: #002d74;
	height: 28px;
	width: 157px;
	font-family: Century Gothic;
	font-size: 25px;
}

.history .history_bg {
	background: url(./images/sub/history_bg.gif) no-repeat right bottom;
	min-height: 195px;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

#the_content .history_bg img {
	padding-top: 0;
	margin: 0;
}

/* teachers */
#the_content.teachers {
	text-align: center;
	padding: 0;
}

#the_content.teachers ul {
	padding: 0 7px;
	list-style-type: none;
	display: inline-block;
}

#the_content.teachers ul li span {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	display: block;
	color: #0B119E;
}

#the_content.teachers ul li.teachers_img {
	boder: 2px solid #686868;
}

#the_content.teachers img {
	padding-top: 4px;
}

/* location */
table.t2 {
	border-collapse: collapse;
	width: 100%;
	margin: .5em 0px;
	font-size: 1em;
	border-top: 2px solid #002d74;
	border-right: 0px solid #C8C8C8;
	border-left: 0px solid #C8C8C8;
}

table.t2 tr {
	height: 30px;
}

/* colgroup 으로 td 스타일제어하려면 tr에 정의  */
table.t2 th,table.t2 td {
	border: 1px solid #ebebeb;
	border-width: 0 0px 1px 0;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	color: #616161;
}

table.t2 thead,table.t2 tfoot {
	font-weight: normal;
	font-size: 1em;
}

table.t2 th {
	font-weight: bold;
	text-align: left;
	background: #f1f7ff;
	color: #4a4a4a;
	height: 28px;
	padding-left: 22px;
}

table.t2 td {
	font-weight: none;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
	padding-left: 15px;
}

table.t2 td.left {
	text-align: left;
}

table.t2 td.center {
	text-align: center;
}

table.t2 td.right {
	text-align: right;
}

.location .location_bg {
	background: url(./images/sub/location_bg.gif) no-repeat right bottom;
	min-height: 195px;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.location_bg img {
	padding-top: 0;
}

.location .location_address {
	padding-bottom: 33px;
}

.location .location_map {
	border: #bcbcbc 1px solid;
}

.location_map iframe {
	width: 100%;
}

#the_content .location_bg img {
	margin: 0;
}


/* admission */
table.t6 {
	border-collapse: collapse;
	width: 100%;
	margin: .5em 0px;
	font-size: 1em;
	border-top: 2px solid #002d74;
	margin-bottom: 30px;
}

table.t6 tr {
	height: 30px;
}

/* colgroup 으로 td 스타일제어하려면 tr에 정의  */
table.t6 th,table.t6 td {
	border: 1px solid #ebebeb;
	border-width: 0 0px 1px 0;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	color: #616161;
}

table.t6 thead,table.t6 tfoot {
	font-weight: normal;
	font-size: 1em;
}

table.t6 th {
	font-weight: bold;
	text-align: center;
	padding: 1px 15px;
	background: #f1f7ff;
	color: #4a4a4a;
	height: 28px;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

table.t6 td {
	font-weight: none;
	text-align: left;
	padding: 1px 15px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	padding: 10px;
}

table.t6 .txt_bold {
	font-weight: bold;
}

table.t6 td,table.t6 th {
	border-right: 0;
}

table.t6 td:first-child,table.t6 th:first-child {
	border-left: 0;
}

table.t6 td.left {
	text-align: left;
}

table.t6 td.center {
	text-align: center;
}

table.t6 th.table_width {

	width: 20%;
}

.admission .admission_bg,.training .training_bg {
	background: url(./images/sub/admission_bg.gif) no-repeat right bottom;
	min-height: 195px;
	margin-bottom: 20px;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.admission .admission_bg img,.training .training_bg img,.education .education_bg img {
	padding-top: 20px;
}

.admission .admission table.t2 th:first-child {
	text-align: left;
}

.admission .admission table.t2 td:first-child {
	padding: 11px 16px;
	border-right: 1px solid #ebebeb;
}

/* materials */
.materials span {
	color: #002d74;
}

.materials b {
	color: #e90000;
}

.materials table.t5 th:first-child {
	text-align: left;
}

.materials table.t5 td:first-child {
	line-height: 18px;
}

/* pricing */
table.t4 {
	border-collapse: collapse;
	width: 100%;
	margin: .5em 0px;
	font-size: 1em;
	border-top: 2px solid #002d74;
	margin-bottom: 30px;
}

table.t4 tr {
	height: 30px;
}

/* colgroup 으로 td 스타일제어하려면 tr에 정의  */
table.t4 th,table.t4 td {
	border: 1px solid #ebebeb;
	border-width: 0 0px 1px 0;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	color: #616161;
}

table.t4 thead,table.t4 tfoot {
	font-weight: normal;
	font-size: 1em;
}

table.t4 th {
	font-weight: bold;
	text-align: center;
	background: #f1f7ff;
	color: #4a4a4a;
	height: 28px;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

table.t4 td {
	font-weight: none;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

table.t4 .txt_bold {
	font-weight: bold;
}

table.t4 td,table.t4 th {
	border-right: 0;
}

table.t4 td:first-child,table.t4 th:first-child {
	border-left: 0;
}

table.t4 td.left {
	text-align: left;
}

table.t5 {
	border-collapse: collapse;
	width: 100%;
	margin: .5em 0px;
	font-size: 1em;
	border-top: 2px solid #002d74;
	border-right: 0px solid #C8C8C8;
	border-left: 0px solid #C8C8C8;
}

table.t5 tr {
	height: 30px;
}

/* colgroup 으로 td 스타일제어하려면 tr에 정의  */
table.t5 th,table.t5 td {
	border: 1px solid #ebebeb;
	border-width: 0 0px 1px 0;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	color: #616161;
}

table.t5 thead,table.t5 tfoot {
	font-weight: normal;
	font-size: 1em;
}

table.t5 th {
	font-weight: bold;
	text-align: center;
	background: #f1f7ff;
	color: #4a4a4a;
	height: 28px;
	padding: 0 20px;
}

table.t5 td {
	font-weight: none;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
	padding: 10px 0 10px 15px;
}

table.t5 td.pl {
	padding-left: 10px;
}

#gallery {
	margin: 0 auto;
}

#descriptions {
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}

#descriptions .ad-image-description {
	position: absolute;
}

#descriptions .ad-image-description .ad-description-title {
	display: block;
}

#gallery ul.ad-thumb-list {
	padding: 0px;
	list-style-type: none;
}

#the_content p.ad-image-description {
	height: 20px;
	font-size: 12px;
}

.ad-gallery .ad-image-wrapper .ad-image {
	top: 0 !important;
	left: 0 !important;
	background: #fff;
	bottom: 0 !important;
}

.ad-gallery .ad-slideshow-start,.ad-gallery .ad-slideshow-stop {
	padding: 8px 15px;
	display: inline-block;
	background: #E7E7E7;
	margin: auto;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #444;
}

.ad-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

#gallery {
	position: relative;
	padding-bottom: 30px;
}

#the_content p.ad-info {
	padding-top: 10px;

}

.ad-gallery .ad-slideshow-stop {
	margin-left: 10px;
}

.ad-thumbs {
	background: #333;
}

.ad-description-title {
	display: block;

	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

}

/* education-methode */
#education_02 img {
	border: 1px solid #ebebeb;
}

/* application */
#title_container span,#title_container div#breadcrumbs {
	display: none;
}

#title_container h1 {
	font-size: 28px;
	color: #3C6387;
	margin: auto;
	line-height: 50px;
}

#title_container h1,#title_container {
	background: transparent url(images/sub/subtitle_bg_03.jpg) repeat-x 0 bottom;
}


#title_container {
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}

#title_container {
	text-shadow: 0px 1px 2px #FFF;
	text-align: left;
	font-weight: bold;
	background-color: #FFF;
	float: left;
	width: 100%;
	border-top: #DFDFDF solid 1px;
}

.page-template-bbs_online_new_machangcar-php #lhwb_board_write_btn a,#sign_pwd_confim {
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0px 40px 0px 30px;
	font-size: 13px;
	color: #666;
	border: 1px solid #DDD !important;
	font-weight: bold !important;
	background: #F22630 url('images/lhboard/btn_confirm_light.png') no-repeat 25px center !important;
	text-decoration: none !important;
	display: block;
	width: 60px !important;
	text-align: right;
	margin: auto;
	color: #fff;
	-webkit-text-shadow: none;
	text-shadow: none;
}

#sign_pwd_confim {
	display: inline-block;
}

.page-template-bbs_online_new_machangcar-php h1 {
	padding-left: 20px;
}

.page-template-bbs_online_new_machangcar-php .t1 {
	border-collapse: collapse;
	width: 100%;
	margin: .5em 0px;
	font-size: 1em;
	border-top: 4px solid #999 !important;
	border-bottom: 3px solid #ccc !important;
}

/* colgroup 으로 td 스타일제어하려면 tr에 정의  */
.page-template-bbs_online_new_machangcar-php .t1 th,.page-template-bbs_online_new_machangcar-php .t1 td {
	border: 0px solid #c8c8c8;
	border-width: 0 0px 0px 0;
	padding: 6px;
	vertical-align: middle;
}

.page-template-bbs_online_new_machangcar-php .t1 thead,.page-template-bbs_online_new_machangcar-php .t1 tfoot {
	background: #fff;
	font-weight: normal;
	font-size: 1em;
}

.page-template-bbs_online_new_machangcar-php .t1 th {
	background: #fff;
	font-weight: bold;

	text-align: left;
	border-bottom: none;
	padding: 10px 0;
}

.page-template-bbs_online_new_machangcar-php .t1 td {
	background: #fff;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}

.page-template-bbs_online_new_machangcar-php .t1 td.left {
	text-align: left;
}

.page-template-bbs_online_new_machangcar-php .t1 td.center {
	text-align: center;
}

.page-template-bbs_online_new_machangcar-php .t1 td.right {
	text-align: right;
}

#online_write_form table input#agree {
	-webkit-appearance: checkbox;
	display: inline;
	width: auto;
}

#online_write_form table #gender input {
	-webkit-appearance: radio;
	display: inline;
	width: auto;
}

#online_write_form table input,#online_write_form table textarea {
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 0 2% !important;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 6px;
}

#online_write_form table input {
	padding: 8px 0;
}

#online_write_form table td {
	padding-bottom: 20px;
}

.page-template-bbs_online_new_machangcar-php #the_content {
	background: #f5f5f5;
}

#pwd_form table,#pwd_form td,#pwd_form tr,#pwd_form th,#pwd_form span,#pwd_form input {
	display: block;
	background-color: transparent;
}

#pwd_form input {
	width: 95%;
	margin: auto;
	padding: 5px 0;
	margin: 10px 0;
	background: #fff;
}

.page-template-bbs_online_new_machangcar-php #title_container {
	margin-bottom: 0;
	border: none;
}

.page-template-bbs_online_new_machangcar-php #online_write_form table {
	border: none !important;
	margin-bottom: 15px;
}

.page-template-bbs_online_new_machangcar-php #the_content {
	background-color: #fff;
}

.page-template-bbs_online_new_machangcar-php #online_write_form table input[type="text"],.page-template-bbs_online_new_machangcar-php #online_write_form table input[type="password"],.page-template-bbs_online_new_machangcar-php #online_write_form table textarea {
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2) !important;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2) !important;
	background: #FFF !important;
	font-size: 16px;
}

.page-template-bbs_online_new_machangcar-php #online_write_form table input[type="text"],.page-template-bbs_online_new_machangcar-php #online_write_form table input[type="password"] {
	height: 35px;
}

.page-template-bbs_online_new_machangcar-php #online_write_form table td {
	padding-bottom: 0;
}

#online_write_form .description {
	font-weight: normal;
	color: #334F8A;
	font-size: 11px;
	padding: 3px 0 6px 0;
	display: block;
}

#online_write_form table input,#online_write_form table textarea,#online_write_form table .userpw input {
	display: block;
	width: 100%;
}

#online_write_form td {
	width: 80%;
}

#online_write_form th {
	width: 20%;
}

.userpw td input,.usernm td input {
	max-width: 230px;
}

.uphone td input,.email td input {
	max-width: 320px;
}

#gender label {
	margin-right: 20px;
	display: inline-block;
}

.page-template-bbs_online_new_machangcar-php #online_write_form table.t1 th {
	padding-top: 8px;
}

#agree_container span,#agree_container label {
	display: block;
	text-align: center;
}

#agree_container span {
	color: #216402;
}


#agree_container label {
	padding: 8px 0;
	background: #EEE;
	margin: 6px 0;
}

#agree_info > * {
	display: block;
}

#agree_info {
	margin: 10px 0;
}

div#lhwb_wrap .boardTy01 table td {
	height: 22px !important;
}

#online_write_form table .userpw input,#online_write_form table .usernm input {
	width: 230px;
}

/*lhboard list*/
div#lhwb_wrap .boardTy01 table td {
	/* height: 18px !important; */
}

#lhwb_wrap input#board_keyword_text {
	height: 14px;
}

/* LHBOARD */
div#lhwb_wrap table#board_list table,div#lhwb_wrap table#board_list tr,div#lhwb_wrap table#board_list td, div#lhwb_wrap table#board_list th {
    display: block;
    text-align: left;
}
div#lhwb_wrap table#board_list thead {
    display: none;
}
div#lhwb_wrap table#board_list td:nth-child(4),
div#lhwb_wrap table#board_list td:nth-child(5),
div#lhwb_wrap table#board_list td.count_comment,
div#lhwb_wrap table#board_list td.count_view{
    width:auto;
    display: inline-block;
    color: #999;
    border-left: 1px solid #999;
    padding: 0 4px;
    line-height: 11px;
    height: 11px !important;
    font-size: 11px;
    /* margin-bottom: 10px; */
    clear: both;
}
/*
div#lhwb_wrap table#board_list td:nth-child(6):before{
	content:"댓글 : " 
}
*/
div#lhwb_wrap table#board_list td.count_comment {
    position: absolute;
    top: 19px;
    right: 10px;
    border: none;
    background: #F22630;
    color: #FFF;
    padding:4px 8px;
    border-radius: 2px;
	font-weight:bold;
}
div#lhwb_wrap table#board_list td.count_comment:after {
    content: "";
    display: block;
	position: absolute;
	bottom: -6px;
	left: 6px;
	border-left: 0px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #242424;
	display: block;
	width: 0;
	z-index: 22;
	height: 0;
}
div#lhwb_wrap table#board_list td.count_view:before{
	content:"조회수 : " 
}
div#lhwb_wrap table#board_list td:nth-child(2){
    margin-left: 10px;
    float: left;
}
div#lhwb_wrap #lhwb_view_url a {
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
}
div#lhwb_wrap table#board_list td:nth-child(3) {
    border-left: none;
    padding-left: 0;
}
div#lhwb_wrap .boardTy01 table#board_list tbody tr {
    position: relative;
    padding: 12px 0 0 0;
    min-height: 62px;
}

div#lhwb_wrap table#board_list td#lhwb_view_url{
    padding: 0 !important;
    padding-left: 100px !important;
    height: auto !important;
}

div#lhwb_wrap table#board_list td#lhwb_view_url a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* min-width:0; */
    width: auto;
    /* padding-left: 100px; */
    /* height: auto; */
}
div#lhwb_wrap table#board_list,
div#lhwb_wrap table#board_list td#lhwb_view_url a,
div#lhwb_wrap table#board_list td#lhwb_view_url a:focus,
.pibs_board,
#videos_list{
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
div#lhwb_wrap table#board_list td:nth-child(1) {
    background: #D1D1D1;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0px;
    padding: 0;
    height: 60px !important;
    z-index: 33;
    text-indent: -9999px;
    line-height:0;
}

div#lhwb_wrap .board_list p#pibs_lhwb_write_action{
	text-align:right;
    padding:0 15px;
}



div#lhwb_wrap table#board_list td:nth-child(3) {
    width: 100%;
}
#the_content #lhwb_board img.lhb_thumnail {
    width: 70px;
    display: block;
    height: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

#the_content > p:first-child {
/*
    padding: 0;
    margin: 0;
*/

}
#the_content {
    /* margin-top: 0; */
}
/*online list*/
.page-template-bbs_online_new_machangcar-php #the_content {
	padding: 10px 0;
}

.page-template-bbs_online_new_machangcar-php #the_content #online_write_table_list a {
	color: #666;
	font-weight: normal;
}


/*password*/
#sign_pwd_cancel {
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0px 30px 0px 40px;
	font-size: 13px;
	color: #666;
	border: 1px solid #DDD !important;
	font-weight: bold !important;
	background: #f2f2f2 url('images/lhboard/btn_back.png') no-repeat 13px center;
	text-decoration: none;
	display: inline-block;
	width: 60px !important;
	text-align: right;
	margin: auto;
	-webkit-text-shadow: none;
	text-shadow: none;
	border-radius: 2px;
	margin-left: 5px;
}

#password_sign_form p {
	text-align: center;
}

#password_sign_form label {
	font-size: 14px;
	font-weight: bold;
}

#password_sign_form input {
	height: 26px;
	line-height: 26px;
	width: 140px;
	font-size: 23px;
	padding: 0 5px;
}

#password_sign_form .description {
	display: block;
	text-align: center;
	margin: 0 15px 30px 15px;
	background: #f5f5f5;
	padding: 12px;
}

#password_sign_form p {
	padding-bottom: 13px;
}

#password_sign_form input:focus {
	background: #fff !important;
	border-color: #F22630;
}

/*view*/
#online_view_table th,#online_view_table td {
	padding-top: 7px;
	padding-bottom: 7px;
}

#online_view_table th {
	border-bottom: 1px solid #ebebeb;
	padding-left: 15px;
}

#online_view_table td {
	font-weight: normal;
}


#online_view_title th {
	text-align: center;
}

#online_view_content td {
	padding: 20px 15px;
	height: 130px;
	vertical-align: top;
	background: #f5f5f5;
}

.page-id-118 #title_page {
	border-bottom: 1px solid #bbb;
}

#online_view_table {
	border-top: none !important;
	margin-top: 0;
}

#pibs_board_write_action {
    text-align: right;
    padding: 10px 0 30px 0;
}
#pibs_board_write_action a {
    margin-right: 10px;
}

/* Test Calendar */
.fc-header-title h2 {
	font-size: 20px;
	color: #7B7D80;
}

#calendar {
	margin-bottom: 30px;
}

#calendar {
	clear: both;
	padding: 15px;
}

#calendar_legend {
	clear: both;
	padding: 20px 15px 5px 15px;
}

#calendar_legend span {
	display: inline-block;
	padding: 5px 10px;
	background: #0B4197;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#calendar_legend span#event_type02 {
	margin-left: 2px;
	background: #FF930A;
}

/*shuttle*/
.shuttle #pibs_slider_menu li {
	float: left;
	width: 50%;
}

div#lhwb_wrap #board_write_btn a:active,#online_write_new_btn a:active,.page-template-bbs_online_new_machangcar-php #lhwb_board_write_btn a:active,#sign_pwd_confim:active {
	/* background-color: #002C55 !important; */
}

#the_content img.online_new_icon,#the_content #lhwb_board img.lhb_icon_reply {
	display: inline-block;
	vertical-align: middle;
}

#online_write_form {
	width: 94%;
	margin: auto;
}

#online_write_form table th {

	border-bottom: 1px solid #EEE;
}

#online_write_form table tr.gender th,#online_write_form table tr.content_textearea th,#online_write_form table tr.legal th {
	border-bottom: none;
	padding-right: 20px;
	padding-bottom: 0;
}

::-webkit-input-placeholder {
	line-height: normal;
}

.ad-gallery .ad-forward,.ad-gallery .ad-back {
	display: none !important;
}

.ad-gallery .ad-thumbs li {
	padding: 0 5px;
}

.ad-image-wrapper {
	background-color: #333;
}


/****************************/
/* menupan */
/****************************/
#menupan li {
    list-style: none;
    border-bottom: dotted 1px #999;
    height: 26px;
}
#menupan li span {
    position: relative;
    z-index: 10;
    top: 18px;
    left: 0;
    display: inline-block;
    background: #FFF;
    padding-right: 12px;
}


/****************************/
/* Push */
/****************************/
#the_content #pibs_push_allim_view h1 {
    clear: both;
    padding: 25px 15px 15px 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    min-height: 180px;
    color:#444;
}

#the_content #pibs_push_allim {
    clear: both;
}

#the_content #pibs_push_allim_view_comment,#the_content #pibs_push_allim_view time {
    display:block;
    background: #eee;
    padding: 15px;
    font-size: 14px;
    border-top:1px solid #ddd
}

#the_content #pibs_push_allim_list ul li a {
    padding: 20px;
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}
#the_content #pibs_push_allim_list ul li a,#the_content #pibs_push_allim_list ul li span {
    font-size: 14px;
    color: #4B4B4B;
}
#the_content #pibs_push_allim_list ul li span {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: bold;
}
#the_content #pibs_push_allim_list ul li a img {
    position: absolute;
    top: 17px;
    right: 15px;
}
#the_content #pibs_push_allim_list ul li time {
    display: block;
    color: #666;
    font-size: 12px;
}
#the_content #pibs_push_allim_list ul li:first-child a {
    padding-top: 30px;
}
#the_content #pibs_push_allim_list ul li:first-child img {
    top: 30px;
}
/* Paging*/
#the_content .pageing, .pageing{
    text-align:center;
    margin-bottom: 20px;
}
#the_content .pageing strong, .pageing strong {
	border:1px #fff solid; 
	border-color: transparent ; 
    border-radius: 0;    
	padding: 0 6px;
	margin: 2px 4px;
	text-decoration: none; 
	font-weight:bold;
	display:inline-block;
	background-color: #C5C5C5;
	font-weight:bold;
	color:#fff;
	vertical-align: middle;
	height: 28px !important;
	background-image: none;
	line-height: 28px;
}

#the_content .pageing a:hover, .pageing a:hover {
	color: #D6D6D6 !important;
	font-weight:bold;
	background-color: #555 !important;
}
#the_content .pageing strong, .pageing strong {
	background-color: #FFF !important;
	color: #686868;
	border: 1px solid #B9B9B9; 
	height: auto;
}
#gallery_listview li {
    padding: 10px;
}

/* online */
#online_list .pibs_board_num { width: 7%;}
#online_list .pibs_board_username { width: auto; padding: 0 2% 0 3%; border-right: 1px solid #999; font-size: 11px;font-weight: normal;}
#online_list .pibs_board_date { width: auto; padding-left: 10px; font-size: 11px; font-weight: normal;}
#online_list td, #online_list th,#online_list tr,#online_list table { display: block;  border: 0; padding: 0; float: left;}
#online_list tr { width: 100%; clear: both; padding: 15px 0px; border-bottom: 1px solid #ddd;}
#online_list tr:first-child{  display:none}
td.pibs_board_subject { width: 100%;}
#the_content td.pibs_board_subject a { color: #666; font-size: 17px; padding-bottom: 5px;}
td.pibs_board_date,td.pibs_board_username { color: #999; font-weight: normal;}
.list_btn { background: #F2F2F2 url('images/lhboard/btn_list.png') no-repeat 7px center; height: 35px;  line-height: 35px;border-radius: 2px; padding: 0px 15px 0px 27px;  color: #666; display: inline-block; border: 1px solid #DDD; margin-left: 15px;margin-bottom: 15px;}
#the_content a.confirm_btn { background: #F22630 url('images/lhboard/btn_confirm_light.png') no-repeat 5px center;height: 35px; line-height: 35px;  border-radius: 2px; padding: 0px 15px 0px 27px; color: #FFF; display: inline-block; border: 1px solid #AC121A;margin-bottom: 15px; margin-left: 2px;}
#the_content a.back_btn {  background: #F2F2F2 url('images/lhboard/btn_back.png') no-repeat 5px center;   height: 35px;   line-height: 35px;  border-radius: 2px; padding: 0px 12px 0px 25px; color: #666; display: inline-block; border: 1px solid #DDD;  margin-bottom: 15px;  margin-right: 2px;}
.online_pwd_container input[type="password"]{width: 110px; background: #FFF; padding: 7px 5px; border: 1px solid #C2C2C2; margin-left: 10px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset; color: #888;}
td.online_pwd_container label { text-align: center; display: block;} 
div.online_pwd_desc { text-align: center; font-weight: normal; color: #777; margin-top: 10px;}
table.t1 td.online_pwd_container { padding: 30px 0;  text-align: center;}
table.t1.pibs_board_write_form th {
    color: #666;  
    font-size: 12px;  font-weight: bold;
}
.pibs_board_write_form input[type="text"],
.pibs_board_write_form input[type="password"],
.pibs_board_write_form textarea{
    border: 1px solid #999;
    border-radius: 2px;
    text-indent: 5px;
    box-shadow: none;
    margin:0;
}
.pibs_board_write_form input#pibs_board_write_form_title { min-width: 370px;}
table.t1.pibs_board_write_form th {
    width: 60px;
    padding-left: 3%;
    text-align: left;
    font-size: 100%;
}
.pibs_board_write_form span {
    margin-left: 0;
}
.pibs_board_write_form textarea {
    height: 120px;
    width: 97%;
    padding: 6px 0;
    margin:0;
}
table.t1.pibs_board_write_form th,
table.t1.pibs_board_write_form td{border-bottom: 1px solid #ddd;}
table.t1.pibs_board_write_form {margin-top: 20px;clear: both;float: left;}

tr.pibs_board_write_form_content th { vertical-align: top;}
#lhwb_board_write_btn_container { clear: both; text-align: right; margin-bottom: 60px;}
table.t1.pibs_board_write_form #lhwb_board_write_btn a { margin-right: 0;}
#lhwb_board_write_btn a {margin-right: 4%;}

@media screen and (min-width: 760px) {

    #title_container h1 {
        width: 700px;
    }
    /*
    #home_menu a img {
        width: 80px;
        height: 80px;
    }
     #home_menu li{
         height: 150px;
     } 
    */
    
    #home_gallery ul li {
        height: 190px;
    }
    
    #home_gallery_slider {
        width: 760px;
        margin: auto;
    }
    
    .page-template-bbs_online_new_machangcar-php #title_page {
        width: 24%;
    }
    
    .page-template-bbs_online_new_machangcar-php #the_content {
        background: #fff;
    }
    
    .page-id-118 #title_page {
        border-bottom: none;
    }
    
    #the_content.greetings .greetings_bg .greetings_copy03 {
        float:none;
    }
    #the_content.greetings .greetings_bg .greetings_copy03 img {
        margin:0;
    }

}

@media screen and (max-width: 760px) {
    
    .page-template-bbs_online_new_machangcar-php #online_write_form .t1 th,.page-template-bbs_online_new_machangcar-php #online_write_form .t1 td {
        background: transparent;
    }
    #the_content .gallery li {
        /* width: 288px; */
        margin: auto;
        /* height: 231px; */
        clear:both;
    }
    #the_content .gallery .photo_thumb img {
    width: 100%;
    margin-top: 28px;
    display: block;
    box-shadow: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
	}
    #the_content .photos.gallery .photo_thumb img {
        margin-top: 14px;
        box-shadow: initial;
        height: 180px;
        border: 1px solid #DDD;
        display: block;
	}
    
    #the_content .gallery#videos_list li img {
    	/* width: 80px; */
        
    	/* box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.5); */
        border: 1px solid #999;
        box-sizing: border-box;
    }
	
	#the_content .products.gallery li{ clear:none; }
    
}

@media screen and (max-width: 640px) {
	header#top_header { background-size: 100%; }

}

@media screen and (max-width: 480px) {

    .pibs_board_write_form input#pibs_board_write_form_title {
        min-width: 97%;
    }

}

@media screen and (max-width: 400px) {
	#title_container h1 {
        width: 96%;
        padding: auto 2%;
    }
    
    /*
    #home_menu li{height: 100px;}
    */
    
    .greetings .greetings_bg {
        background-position: right 170px;
    
        -webkit-background-size: inherit;
        -moz-background-size: inherit;
        background-size: inherit;
        height: 420px;
    }
    
    .greetings_bg li:nth-child(2) {
        display: none;
    }
    
    #the_content.greetings .greetings_bg .greetings_copy03 {
        padding: 0;
    }
    
    .page-template-bbs_online_new_machangcar-php #lhwb_board_write_btn a {
        width: 99%;
    }

}

@media screen and (max-width: 410px) {


    #online_write_form table,#online_write_form table td,#online_write_form table tr,#online_write_form table th {
        display: block;
        width: 96%;
        margin: auto;
    }
    
    .userpw td input,.usernm td input {
        max-width: 100%;
    }
    
    #online_write_form table .userpw input,#online_write_form table .usernm input,.uphone td input,.email td input {
        max-width: 100%;
        width: 100%;
    }
    
    .gender th {
        margin-right: 20px;
    }
    
    .gender th, .gender td {
        float: left !important;
        width: auto !important;
    }
	#home_menu span {
	letter-spacing: 0px;
	font-size: 15px;
	}

}

@media screen and (max-width: 360px) {
	.location .location_bg {
	    min-height: 155px;
    }
    
    .history .history_bg {
        min-height: 155px;
    }
    
    .admission .admission_bg,.training .training_bg {
        min-height: 155px;
    }
    
    .licensure .licensure_bg {
        min-height: 155px;
    }
    
    .shuttle .shuttle_bg {
        min-height: 155px;
    }
    
    .greetings .greetings_bg {
        background-position: -50px 170px;
    }
    
    .fc-button.fc-button-today {  
        display: none;
    }
    
    #the_content {
       /* padding: 25px 10px; */
    }

	#home_menu span {
	letter-spacing: -1px;
	font-size: 14px;
	min-height: auto;
	} 


}

@media screen and (max-width: 321px) {
	#the_content .products.gallery li {
		clear: both;	
		width: 100%;
    }
  	#the_content .products.gallery .photo_thumb img{
		width:75%;
	}
	#the_content .products.gallery li a{
		width:90%;
		margin:auto;
		display:block;	
		float: none;
    }
}
