/*
Theme Name: paul
Theme URI: http://pibs.co.kr
Description: 
Author: PIBS (ÃÖ¹Î±Ô)
Author URI: http://pibs.co.kr
Version: 0.2

License:
License URI:
*/

/***************************************/
/* RESET FILES */
/***************************************/
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 {
	list-style: none;
}

small {
display:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	text-align: center;
	font-weight: normal;
}

figure,article,header,footer,nav {
	display: block;
}
/* mobile */
input, textarea{ -webkit-appearance: none; -webkit-border-radius:0; border-radius:0;}
body,textarea:focus,input:focus,a:focus {outline: none;	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

/***************************************/
/* 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: #23678e;}
.clear {clear: both;}
.clear_hack {clear: both;}

/***************************************/
/* CONTENT STYLE */
/***************************************/
#the_content strong {
    font-size: 12px;
    font-weight: bold;
	width: 92px;
    display: inline-block
}
#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:0px 0 10px 0px;;
}
#the_content li {
    font-size: 14px;
	display: inline-block;
	width:99%;
	padding-left:0px;
}

#the_content h1, #the_content h2, #the_content h3, #the_content h4, #the_content h5, #the_content h6 {
    font-weight: bold;
}
#the_content h1{}
#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; height: 65px;}
#logo {
    position: absolute;
    z-index: 999;
    padding: 5px;
    /* width: 110px; */
    /* height: 50px; */
    top: 0;
    left: 20px;
}
#logo a{ display:block; padding: 5px 3px 0 3px;}
#logo a img{}
#logo span {
font-size: 38px;
font-family: Arial;
font-weight: bold;
color: #BF3950;
}

nav#position {
position: absolute;
bottom: 5px;
right: 10px;
text-align: right;
display: block;
}
nav#position span{ display:inline-block; width:10px; height:10px; background-color:#FFF; margin:0 2px }
nav#position span.on{ background-color:#ca000e}


#header_menu_open_close{
position:relative;
}
#header_menu_open_close span{
color: #FFFFFF;

--------------------------------------------------------------------------------

top: 0;
right: 20px;
padding: 33px 0 10px 0;
background-color: #BF3950;
border: 1px solid #444;
border-top: none;
display:block;
position: absolute;
z-index:999;
text-align:center;
width: 34px;
font-family: gulim;
font-weight: normal;
cursor:pointer;
}

#header_menu {
z-index: 9998;
position: absolute;
width: 100%;
background-color: white;
-ms-transform:translate3d(0,-320px,0);
-webkit-transform:translate3d(0,-320px,0);
transform:translate3d(0,-320px,0);
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#header_menu.header_menu_open{
top:0;
box-shadow: 0 10px 10px rgba(0,0,0,0.5);
-ms-transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
/**************************************/
/* HOME */
/**************************************/
.home h2{ padding: 10px 20px; font-size: 25px; background-color: #DDD;}
.home h2, .home h2 a {font-size: 25px; color:#333}
/*SwipeJS Slider*/
#slider_container{ clear:both; position:relative}
#slider{ background-color:#444; }
#slider ul{margin-top: 0;}
#slider li{ display:none}
#slider li:first-child{ display:block}
#slider img{width:100%}

.swiper-container {
    background: #333;
}
#home_menu a {
    display: block;
    float: left;
    width: 23%;
    text-align: center;
    margin: 5%;
	margin-bottom: 10px;
	/* background: transparent url('images/icons/svg_icon_test.svg') no-repeat center center; */
	/* background-size: 100% 100%; */
}
#home_menu a img{ width:100%; height: auto;}
#home_menu ul {float: left;  width: 100%;margin: 10px 0 15px 0;}
#home_menu li {display: block;}
#home_menu span{ font-weight:bold;  color: #494949;font-size: 12px;}
.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}


/***************************************/
/* MENU */
/***************************************/
#main_menu {}
#main_menu_container {border-bottom: 8px solid #555;}
#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; background-size: 44px auto;} */
#main_menu li a.link{ 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 -51px scroll;} 
#main_menu li.open a.link{ background-position:right 0}
#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: -moz-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-linear-gradient(right, #5490c0 0%,#62a5cd 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(right, #5490c0 0%,#62a5cd 50%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(right, #5490c0 0%,#62a5cd 50%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to left, #5490c0 0%,#62a5cd 50%,#7db9e8 100%); /* W3C */
 }
#main_menu li:last-child a.link, #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;}
#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: -moz-linear-gradient(top, #bbbbbb 0%, #e1e1e1 20%); /* FF3.6+ */
background: -webkit-linear-gradient(top, #bbbbbb 0%,#e1e1e1 20%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bbbbbb 0%,#e1e1e1 20%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bbbbbb 0%,#e1e1e1 20%); /* IE10+ */
background: linear-gradient(to bottom, #bbbbbb 0%,#e1e1e1 20%); /* W3C */
}

#content_container {
float: left;
width: 100%;
}


/***************************************/
/* HOME GALLERY */
/***************************************/ 
#home_gallery_slider{ background-color:#111}
#home_gallery {clear: both;}
#home_gallery ul li {float: left;}
#home_gallery ul li a.photo_link {display: none;}
#home_board {clear: both;}
#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:#FFF; margin:0 2px }
#gallery_nav span.on{ background-color:#62a5cd}
#home_gallery .photo_thumb img{ box-shadow:none; width:33.3%; height:auto;}

/***************************************/
/* HOME BOARD */ 
/***************************************/
#home_board ul li a{ display:block;  margin:auto; text-align:left; border-bottom:1px solid #c1bebf; border-top:1px solid #fff; padding: 8px 10px 8px 102px; 
background-color:#f2f2f2;
background: url(../images/main/list_arrow.png) no-repeat right center, -moz-linear-gradient(top, #f5f5f5 0%, #eaeaea 100%); /* FF3.6+ */
background: url(../images/main/list_arrow.png) no-repeat right center, -webkit-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: url(../images/main/list_arrow.png) no-repeat right center, -o-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* Opera 11.10+ */
background: url(../images/main/list_arrow.png) no-repeat right center, -ms-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* IE10+ */
background: url(../images/main/list_arrow.png) no-repeat right center, linear-gradient(to bottom, #f5f5f5 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */ color: #fff;}
#home_board ul li a span { display: inline-block; width: 73%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-size: 12px;}
#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: inline-block;
    font-size: 10px;
	float:right;
}
/***************************************/
/* 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:hover.posts_title, #main_menu li ul li a:hover { color:#c7070e}
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;	
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	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: 25px 20px;clear: both; background-color:#ffffff; width:auto; height:100%; min-height: 200px;}
#the_content p{ 
padding:0 0 15px 0;
font-size: 14px;
line-height: 18px;
text-shadow: 0px 1px 1px #fff;
}
#the_content img{

max-width:100%;
height:auto;
margin:0px auto 0px 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: 24px;
    color: #333;
    margin-bottom: 14px;
}
#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 { text-shadow:0 1px 1px #fff}


/***************************************/
/*************** 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;
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;
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: -moz-linear-gradient(top, #65a7ce 0%, #4486b6 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top, #65a7ce 0%,#4486b6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #65a7ce 0%,#4486b6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #65a7ce 0%,#4486b6 100%); /* IE10+ */
background: linear-gradient(to bottom, #65a7ce 0%,#4486b6 100%); /* W3C */
}



#gallery_close span{ line-height:40px; vertical-align:40px; }

/***************************************/
/************** 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%;
border-top: #DFDFDF solid 1px;
}


#title_page {
font-size: 22px;
color: #869B9E;
padding: 10px 20px;
text-align: center;
font-weight: bold;
}
#title_page a {
font-size: 21px;
color:#777;
}
#page_submenu{ overflow: hidden;-webkit-overflow-scrolling: touch; background: #f5f5f5; 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 {
    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;
}
#the_content .gallery .photo_link {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 40px;
}
.gallery {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}



/**/
.gallery .photo_thumb img {
box-shadow: 0 03px 10px rgba(0, 0, 0, 0.6);
}



#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{ 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:left; width:100% }
#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; }



/***************************************/
/* COMMENTS */
/***************************************/
#comments_container{padding: 15px;}
a.deconnection{ font-size: 11px; color: #144F89; float: right;}
a.go_profil{ font-size: 14px; font-weight: bold; color: #589FE6}
/* comments area */
.avatar{ float:left}
.avatar img{ border:1px solid #ddd }
#comments, #respond {padding: 0;clear: both;color:#444;}
.comment_user{list-style:none; background-color:#ccc; min-height:100px; margin:10px 0;}
.commentlist {margin: 0; list-style:none; margin:10px 0;}
.commentlist { list-style:none; color:#FFFFFF;}
.commentlist li{padding:0;color:#000;}
.commentlist .alt {background: #fff;margin-top:0px;padding:0px;}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {font-weight: bold;font-style: normal;color: #333;}
.commentlist small {margin:0;display: block;font-size:11px; text-align:right;}
#commentaire{font-size:22px;}
/*#commentaire_part_droit{margin-left:100px;}*/
#commentby{border-bottom: solid #CFCFCF 1px;margin: 0 5px 5px 0px;padding-bottom: 4px;}
.commentlist li.comment_user{  padding:10px; background:#eee}
.commentlist li.comment_user.alt{  padding:10px; background:#fff}
.commentlist li.comment_user a{ color:#589FE6; font-size: 12px; font-weight: bold;}
/*hightlight author comment*/
.authcomment {background-color:#fff !important;border:solid #ddd 1px;color:#666 !important;padding-right:5px;}
.commentlist li.authcomment a{ color: #65A7CE}
.authcomment cite, .authcomment cite a, .authcomment cite a:visited {font-weight: bold !important;	font-style: normal !important;	color: #fff !important;}
.authcomment #commentby{border-bottom: dotted #DDD 1px;padding-bottom: 4px;margin: 0 5px 5px 0px;}
.authcomment a {color:#CCCCCC;text-decoration:none;}
.authcomment a:hover{color:#999999;	text-decoration:underline;}










#respond {
padding: 20px;
background: white;
border-radius: 6px;
margin: 20px 0;

}
#respond #comment, #respond #commentform input{
    border: 1px solid #BDBDBD;
    width: 98%;
    border-radius: 6px;
    padding: 0 1%;
	font-size: 16px;
}
#respond #comment{ padding-top:1%}
#respond #commentform input {
    height: 40px;
	
}
#respond #commentform input#submit {
    margin: 10px 0;
    background-color: #BF3950;
    font-size: 21px;
    font-weight: bold;
    border: none;
    line-height: 30px;
    display: block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    color: #fff;
	cursor: pointer;
}
#respond h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
#respond #commentform label {
    font-size: 17px;
    padding: 15px 0 5px 0;
    display: block;
}


/* edit from here */
#menu_touch ul,#menu_touch ul li{padding:0;margin:0; list-style: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;}
#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);} 


/* Menu touch subpage paul custom */
.parent-pageid-2 #menu_touch li, .parent-pageid-10 #menu_touch li{ width: 33.3333%;}
.parent-pageid-2 #menu_touch ul li a, .parent-pageid-10 #menu_touch li a {  width: 100%;padding: 15px 0; text-align: center;}
.parent-pageid-2 #menu_touch ul, .parent-pageid-10 #menu_touch ul{ width:100% !important}


#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;
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.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: 16px;
color: #888;
display: inline-block;
padding: 15px 20px;
margin: 0 0;
border-left: 1px solid #C4C4C4;
}

.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: -moz-linear-gradient(right, #5490c0 0%, #62a5cd 50%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-linear-gradient(right, #5490c0 0%,#62a5cd 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(right, #5490c0 0%,#62a5cd 50%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(right, #5490c0 0%,#62a5cd 50%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to left, #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 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	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: -moz-linear-gradient(top, #8ac0ea 0%, #3c87c1 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top, #8ac0ea 0%,#3c87c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8ac0ea 0%,#3c87c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8ac0ea 0%,#3c87c1 100%); /* IE10+ */
background: linear-gradient(to bottom, #8ac0ea 0%,#3c87c1 100%); /* W3C */
padding: 10px 50px;
font-weight: bold;
color: #000;
border-radius: 5px;
margin: 10px auto 10px auto;
border: none;
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 {
    color: white;
    text-shadow: none;
	background: #ca000e url(images/menu_arrow.png) no-repeat center bottom;
}
#board_keyword_type {
    display: none !important;
}
/***************************************/
/*************** LHBOARD *****************/
/***************************************/
#the_content #lhwb_board img{ width:auto; display:inherit}


/***************************************/
/* LHBOARD */
/***************************************/
#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{ border:none; padding: 5px 15px 5px 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; background-color: #CACACA;border: 1px solid #DDD !important; padding: 5px 24px; font-weight: bold !important; color:#666 !important; background:#F2F2F2;}
div#lhwb_wrap span.btn02:hover{}
div#lhwb_wrap .writeTy01 ul {border-top: none !important;}

div#lhwb_wrap .board_list p {padding: 14px 0px;}
div#lhwb_wrap .board_list p#lhwb_view_comments{ min-height:120px}
div#lhwb_wrap .boardTy01 table {border-top: 4px solid #999 !important;border-bottom: 3px solid #ccc !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{ box-shadow:none !important}

div#lhwb_wrap .boardTy01 table#board_list tbody tr{ cursor:pointer}
div#lhwb_wrap .boardTy01 table#board_list tbody tr:hover{ background-color:#f5f5f5}

.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: 5px 22px 5px 28px !important; font-size: 13px; border: 1px solid #DDD; margin:0 2px}

.btn_board_reply.lhwb_board_reply_btn a{background:#F2F2F2 url('images/lhboard/btn_comment.png') no-repeat 5px center !important;}
#lhwb_wrap .btn_list a{background:#F2F2F2 url('images/lhboard/btn_list.png') no-repeat 5px center !important;}
.btn_write.lhwb_modify_btn a{background:#F2F2F2 url('images/lhboard/btn_edit.png') no-repeat 5px center !important;}
.btn_cancel_03 a{background:#F2F2F2 url('images/lhboard/btn_trash.png') no-repeat 5px center !important;}
#lhwb_reply_btn .btn_write a{background: #F2F2F2 url('images/lhboard/btn_confirm.png') no-repeat 5px center !important;}
#lhwb_reply_btn .btn_cancel_04 a{background: #F2F2F2 url('images/lhboard/btn_cancel.png') no-repeat 5px 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: 10px;}
div#lhwb_wrap #lhwb_reply_btn ul li { width: auto !important;}
div#lhwb_wrap .txtarea05 { width: 100% !important; background-color: #f9f9f9 !important;}
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 { 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%;
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){ width:78%}
div#lhwb_wrap table#board_list td:nth-child(3){ width:22%}
div#lhwb_wrap table#board_list td:nth-child(4){ width:auto}
.parent-pageid-23 #the_content{ padding-left:8px; padding-right:8px; float: left;width: 100%;}

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;}

/***************************************/
/* 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: 60px; background-color:#000; }
#gallery_footer_container{ height: 60px; 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{ box-shadow: 0 0 30px #000; max-width:800px; display:inline-block}

@media screen and (max-width:800px){
  #gallery_content_container ul li img{ width:100%}
}
@media screen and (min-width:800px){
   #gallery_content_container ul li img{ max-width:800px}
}


a.single_gallery_btn{ border: 1px solid black; 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: 40px; 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: 70px; border-radius: 4px;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #141414 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#141414)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#141414 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#141414 100%); /* IE10+ */
background: linear-gradient(to bottom,  #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: 20px 60px 0 80px;}

#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_footer_container #paging_count{ display:inline-block;  color: #eee; font-size: 14px; line-height: 60px; text-align:center; position:absolute; top: 0; right:20px;}

#gallery_footer_container{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: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#slide_comment {
width: 140px;
background: transparent url(../images/gallery/gallery_comment_icon_red.png) no-repeat right 19px;
margin: auto;
display: block;
text-align: center;
margin-top: 8px;
padding: 16px 23px 16px 0;
color: #fff;
}
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/gallery/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}

/*wp remove header and footer*/
.single-photonews #top_header, .single-photonews footer{ display:none}
.single-photonews{ background-color:#222}

/***************************************/
/************** 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;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	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;
}

/***************************************/
/****************FOOTER*****************/
/***************************************/
#no_mobile{background:transparent url('images/footer_shadow_bg.png') no-repeat center top scroll;}
#footer_contact {
	clear: both;
	background-color: #54777B;
	text-align:center;
	border-top: 1px solid #2B4547;
	border-bottom:1px solid #484848;
}
#footer_contact a{ 
display: inline-block;
margin: 8px 12px;
color: white;
text-align: center;
padding-top: 30px;
-webkit-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: 0.9em;
	color: #a7a7a7;
}
footer #legal_info {
padding-bottom: 20px;
padding-top: 10px;
}
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;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow: 0 1px 1px white;
	border: 1px solid silver;
}

footer #copyright small {
display:none;
}

footer #no_mobile a:hover{ background-color:#62a5cd; color:#000;}

footer #no_mobile {display:none;}
/***************************************/
/*************MEDIAQUERIES**************/
/***************************************/
@media screen and (max-width: 479px) {
	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;
	}
	div#lhwb_wrap .board_list {
		width: auto !important;
		margin: 0 4px;
	}
	.parent-pageid-23 #the_content {
		padding-left: 0;
		padding-right: 0;
	}
	div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span {
    display: block;
    border: 0;
    padding: 3px 0 !important;
    margin: 0;
    border-top: 1px dotted #ccc;
	}
	div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > strong {
		border: none;
	}
	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;
	}
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 760px) {
	.responsive_wrap,  
	.article_inner,
	#title_page,
	#the_content,
	.menu_inside,
	#respond,
	#comments{ width:700px; margin-left:auto; margin-right:auto}
	
	#the_content{margin: 0 auto 20px auto; border: 1px solid #DDD;}
	.page-id-15 #the_content{ border:none; background:none}
	#the_content .gallery li{ width:46%; margin:2%; float:left}
	#title_page {float: left;width: 20%;padding: 10px 0;  }
	.single-photonews #title_page {float: none;width: 760px;}
	.touchscroll {clear: none;float: right;width: 80%;margin-top: 6px;}
	#menu_touch ul li a {font-size: 14px;padding: 10px 20px;}
	#page_header_container{ margin-bottom:20px; border-bottom:1px solid #ddd}
	#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}
	#home_gallery li {width:760px; text-align: center;}	
}

@media screen and (min-width: 1000px) {
	#slider img {display: block;}
	#slider img, #top_header_inner {width: 1000px;margin: auto; position:relative}
}


/***************************************/
/*****************ADMIN*****************/
/***************************************/
#wp-admin-bar-new-content{ display:none}



/***************************************/
/* ***** MACHANG CUSTOM ¸ÅÀÎ / Æ² **** */
/***************************************/
h1#logo img {
    height: auto !important; 
}
h1#logo {
    text-align: center;
    width: 100%;
    padding: 7px 0;
    margin: 0;
    left: 0;
}
#header_menu_open_close span {
background: #fff url(images/main/menu_top_icon.png) center 23px no-repeat !important;
border: none;
width: 40px;
height: 40px;
padding: 0;
margin: 0;
top: 0;
text-indent: -999px;
overflow: hidden;
padding-bottom: 10px;
}
.header_menu_open #header_menu_open_close span {
    border: 2px solid #555;
    border-top: none;
}
#home_board h2 {
    display: none;
}
#home_board{
    background: transparent url(images/main/notice_bg.png) repeat-x 0 0;
    
}
#home_board ul  {
    background: transparent url(images/main/notice_title.png) no-repeat 5px center;
background-size: 65px;
-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.3);
box-shadow: 0 4px 4px rgba(0,0,0,0.3);
position: relative;
z-index: 333;
}
#home_board ul li{
	width: 100% !important;
}
#home_board ul li a {
    background: transparent url(images/main/notice_item.png) no-repeat 73px center;
    background-size: 24px;
	border: none;
}
#footer_contact { display:block;}
footer {clear: both;/*padding-top: 20px;*/background: #393939;}
#home_phone_link{ display:block; text-align:center; padding-top: 5px; background: transparent url(images/main/phone_bg.png) repeat-x 0 0; border-bottom: 1px solid #d4d4d0;}
#home_phone_link img {max-width: 86%;}
/* #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);} */
#title_page, #page_header_container{background: transparent url(images/sub/subtitle_bg_03.jpg) repeat-x 0 bottom;}




/***************************************/
/* paul ¼­ºê */
/***************************************/

/* biz */


.table_style thead th {
padding: 6px 0 4px 0;
text-align: center;
border: 1px solid #535864;
background: #6c727f;
color: #fff;
font-weight: bold;
font-family: "µ¸¿ò", "dotum";
}


.table_style tbody th {
padding: 7px 15px;
text-align: center;
background: #f5f6f8;
font-weight: bold;
color: #777;
border: 1px solid #eaeaea;
}

.table_style tbody td {
padding: 7px 15px;
text-align: left;
border: 1px solid #eaeaea;
font-family: "µ¸¿ò", "dotum";
color: #777;
}


/* product */

.erp_bg { background:url(../mobile/images/sub/img_erp_topbg.jpg) no-repeat left top; height:160px; margin-bottom:0px; background-size: contain;}
.erp_btn { width:40%; padding-top:100px; }
.erp { padding:10px; border: 1px solid #ebebeb;}

.erp_cont_style {
padding-top:14px;}

.erp_cont_style2 dl {
float: left;
width: 98%;
border: 1px solid #eaeaea;
margin-top: 10px;
}

.erp_cont_style2 dl dt {
float: left;
width: 120px;
background: #fafafa;
border-right: 1px solid #eaeaea;
}

.erp_cont_style2 dl dd {
text-align: left;
padding: 15px 10px 10px 142px;
}

.erp_cont_style2 dl dd span {
color: #444;
font-weight: bold;
display: block;
}

.erp_cont_style1 dl {
border: 1px solid #eaeaea;
background-color: #fafafa;
overflow: hidden;
display: block;
margin-top: 10px;
padding-top: 10px;
}


.erp_cont_style1 dl dt {
text-align: center;
font-size: 1.0em;
font-weight: bold;
color: #1868ac;
background: #fafafa;
width: 100%;
height: 28px;
padding-left: 0px;
border-bottom: 1px solid #eaeaea;
}


.erp_cont_style1 dl dd {
text-align: justify;
padding: 12px 15px 10px 15px;
}


.erp_cont_style3 dl {
float: left;
border: 1px solid #eaeaea;
margin-top: 0px;
}

.erp_cont_style3 dl dt {
float: left;
width: 137px;
height: 85px;
border-bottom: 1px solid #eaeaea;
display: block;
}

.erp_cont_style3 dl dd {
font-size: 1em;
font-weight: bold;
color: #444;
text-align: center;
padding: 0px 0;
}


.industry {
padding-top: 15px;
float:left;
}



.rnd_bg { background:url(../mobile/images/sub/img_rnd_topbg.jpg) no-repeat left top; height:160px; margin-bottom:0px; background-size: contain;}
.rnd_btn { width:40%; padding-top:100px; }

.rnd_cont_style1 {
padding-top: 10px;
}

.rnd_cont_style2 {
padding-top: 10px;
float: left;
}

#the_content .rnd_cont_style1 p {
background: url('../mobile/images/sub/img_erp_industry_dot.gif') no-repeat 0 6px;
padding-left: 10px;
}

.busi_web_top { background:url('../mobile/images/sub/img_web_topbg.jpg') no-repeat left top; height:180px; margin-bottom:0px; background-size: contain;}
.busi_web_btn { width:40%; padding-top:110px; }

.busi_web_cont {
position: relative;
width: 100%;
border-top: 1px solid #1e1e1e;
}

.busi_web_cont dl {
border-bottom: 1px solid #eaeaea;
padding: 10px 0;
overflow: hidden;
display: block;
}

.busi_web_cont dl dt {
float: left;
width: 100%;
padding-bottom: 14px;
font-size: 1.2em;
font-weight: bold;
color: #333;
}

.busi_web_cont dl dt span {
font-size: 0.8em;
color: #fff;
background: url('../mobile/images/sub/img_num_dot.gif') no-repeat left top;
padding: 5px 17px 10px 6px;
}

.busi_web_cont dl dt font {
font-size: 1em;
font-weight: bold;
color: #333;
}

.busi_web_cont dl dd {
text-align: justify;
padding-left: 0px;
}

#content_tab3 .busi_web_cont {
position: relative;
width: 100%;
float: left
border-top: 1px solid #1e1e1e;
}


#content_tab3 .busi_web_cont ul {
display: block;
overflow: hidden;
}

.busi_web_cont ul li {
position: relative;
width: 208px;
height: 208px;
border-left: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
float: left;
}

.busi_web_cont ul li .new {
position: absolute;
top: 0px;
left: 0px;
z-index: 999;
}

.busi_web_cont ul li a:hover {
}

.busi_web_cont ul li a {
width: 100%;
height: 208px;
white-space: nowrap;
overflow: hidden;
display: block;
float:left;
text-overflow: ellipsis;
}

.busi_web_cont ul li .pofolImg {
position: absolute;
width:100%;
top: 20px;
text-align: center;
}

.busi_web_cont ul li .pofol_tit {
position: absolute;
top: 177px;
left: 0px;
width: 100%;
height: 30px;
background: #f6f6f6;
border-top: 1px solid #ebebeb;
}

#the_content .busi_web_cont ul li .pofol_tit p {
width: 80%;
color: #333;
font-weight: bold;
background: url('../mobile/images/sub/img_pofol_dot.gif') no-repeat right top;
padding: 6px 0 0 30px;
}


.storyView {
position: relative;
width: 99%;
overflow: hidden;
}


.btn_area {
position: relative;
text-align: center;
margin-top: 20px;
}

.button.btn_blue * {
padding: 10px;
background: #2490ed;
color: #fff;
}

#the_content h2 {background:url(./images/sub/icon01.gif) no-repeat left 1px; padding-left:20px; font-size:15px !important; color:#4f4f4f; margin:15px 0 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: 0px;}

/* organ  */

.organ {
width: 100%;
}

.organ dl {
width: 100%;
clear: both;
padding-top: 20px;
padding-left: 10px;
}

.organ dl dt {
float: left;
width: 120px;
}

.organ dl dd {
padding-left: 120px;
}

.organ img {
width: 55%
}

/* intro */

.intro {
width: 100%;
}

.intro dl {
width: 100%;
clear: both;
padding-top: 10px;
}

.intro dl dt {
font-weight: bold;
float: left;
width: 91px;
}

.intro dl dd {
padding-left: 96px;
}


/* greetings */
.greetings .greetings_bg { background:url(../images/sub/greetings_bg.gif) no-repeat right bottom; height:330px; margin-bottom:0px; background-size: contain;}
#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; background-size: contain;}
#the_content .history_bg img {padding-top: 0; margin:0}

/* teachers */
#the_content.teachers ul {float: left;padding-right: 14px; list-style-type:none; }
#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 {width: 40px; 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; 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; 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;}

.pricing .t4 {padding-bottom:10px;}
.pricing span {float:right; font-size:11px; padding:0 5px 5px 0;}

/* process */
.process img {padding-top:30px;}

/* education-methode */
.education .img_boder {border:1px solid #ebebeb;margin-top: 0px;}
.education .bg_gray {background:#ebebeb;font-weight:bold;}
.education table.t2 th:first-child {text-align:center;}
.education table.t5 th:first-child {text-align:left;}
.education .education_bg {background:url(./images/sub/licensure_bg.gif) no-repeat right bottom; height:190px; margin-bottom:15px; background-size: contain; }
.education img {padding-top: 20px;}
#the_content.education p{font-size:12px; color:#616161;}

/* classes */
.classes .classes_bg {background:url(./images/sub/classes_bg.jpg) no-repeat right bottom; min-height: 195px; margin-bottom:15px; background-size: contain; }
.classes img {padding-top: 20px;}

/* licensure-eligibility */
.licensure .licensure_bg {background:url(./images/sub/licensure_bg.gif) no-repeat right bottom; min-height: 195px; margin-bottom:15px; background-size: contain; }
.licensure img {padding-top: 20px;}
#the_content.licensure table.t6 td {line-height: 21px;}

/* training */
.training .training_time {border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:url(../images/sub/training_img01.gif) no-repeat left ;padding: 20px 0 20px 131px;margin-bottom: 15px; background-size: 110px; }
.training span {color:#ff0000; font-size:13px;}

/* shuttle-bus */
#the_content.shuttle p{font-size:12px; color:#616161;}

#the_content.shuttle table a img {
max-width: inherit;
}

.shuttle .shuttle_bg { background:url(./images/sub/shuttle_bg.gif) no-repeat right bottom; min-height: 195px; margin-bottom:15px; background-size: contain;}
.shuttle_bg img {padding-top: 20px;}


/* traffic-signs*/
.traffic img {padding-top:20px; margin:0 auto;display:block;}

/*facilities*/
.example {
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}

pre {
	font-family: "Lucida Console", "Courier New", Verdana;
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}
code {
	font-family: "Lucida Console", "Courier New", Verdana;
	margin: 0;
	padding: 0;
}

#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;
}

/* 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-php #lhwb_board_write_btn a {
display: block;
background: #002D74 !important;
width: 280px;
margin: auto;
border-radius: 4px;
color: #FFF;
padding: 10px 0;
}
.page-template-bbs_online_new-php h1{padding-left: 20px;}


.page-template-bbs_online_new-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;}
.page-template-bbs_online_new-php .t1 tr {  } /* colgroup À¸·Î td ½ºÅ¸ÀÏÁ¦¾îÇÏ·Á¸é tr¿¡ Á¤ÀÇ  */
.page-template-bbs_online_new-php .t1 th, .page-template-bbs_online_new-php .t1 td { border: 0px solid #c8c8c8; border-width: 0 0px 0px 0; padding: 6px 6px 6px 6px; }
.page-template-bbs_online_new-php .t1 thead, .page-template-bbs_online_new-php .t1 tfoot { background: #fff; font-weight: normal; font-size: 1em;}
.page-template-bbs_online_new-php .t1 th { background: #fff; font-weight: bold; text-align: left; border-bottom: 1px solid #ebebeb; padding-left:10px;padding-top: 10px;padding-bottom: 10px;}
.page-template-bbs_online_new-php .t1 td { background: #fff; font-weight: bold; text-align:left; border-bottom: 1px solid #ebebeb;}
.page-template-bbs_online_new-php .t1 td.left {text-align: left;}
.page-template-bbs_online_new-php .t1 td.center {text-align: center;}
.page-template-bbs_online_new-php .t1 td.right {text-align: right;}

#online_write_form table,
#online_write_form table td,
#online_write_form table tr,
#online_write_form table th,
#online_write_form table input,
#online_write_form table textarea {
    display: block;
}
#online_write_form table input,
#online_write_form table textarea { width:100%; border:1px solid #bbb; border-radius:4px;}
#online_write_form table input{ padding:8px 0}
#online_write_form table td{padding-bottom:20px}
.page-template-bbs_online_new-php #the_content{ background:#fff;}
#online_write_form table tr:nth-child(6) td{ display:none}



@media screen and (min-width: 760px) {
	#title_container h1{width: 700px;}
    .page-template-bbs_online_new-php #title_page {width: 24%;}
	.page-template-bbs_online_new-php #the_content{ background:#fff}
}

@media screen and (max-width: 600px) {
	 #title_container h1{width: 96%; padding:auto 2%}
    .greetings .greetings_bg {background-position: right 170px; background-size: inherit; height:420px}
    .greetings_bg li:nth-child(2){ display:none}
    #the_content.greetings .greetings_bg .greetings_copy03 {padding: 0;}
}

@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; }
	 h1#logo {text-align: left;}
}



