/* Logo size */
.header-left, .header-left a img {
    width: 320px;
}

/* Breadcrumb width */
.page-header-left {
    width: 1300px !important;
}
.page-header-right {
    display: none;
}

/* Papers Nested Tabs */
.tabs-navigation.clearfix li a.active {
  border-bottom: 2px solid #F37548;
  margin-bottom: -1px;
}

/* Small screens */
@media only screen and (max-width: 50em) {  
  /* 2x3 --> 3x2 */
  .vc_row .vc_col-sm-8 .post-content, .vc_row .vc_col-sm-9 .post-content {
    width: 100%;
  }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens */
@media only screen and (min-width: 50.063em) and (max-width: 74em) {  
  /* 2x3 --> 3x2 */
  .home-boxes .vc_col-sm-4 {
    width: 160px;
  }
  .vc_row .vc_col-sm-8 .post-content, .vc_row .vc_col-sm-9 .post-content {
    width: 80%;
  }
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 74.063em) {  
  /* 2x3 --> 3x2 */
  .home-boxes .vc_col-sm-4 {
    width: 280px;
  }
  .vc_row .vc_col-sm-8 .post-content, .vc_row .vc_col-sm-9 .post-content {
    width: 80%;
  }
} /* min-width 1025px, large screens */



/* Contact us color */
.box-header::after, .box_header::after {
    background: #f37548 none repeat scroll 0 0;
}

/* Footer and copyright color */
.copyright-area-container, .footer-container {
    background: #202020 none repeat scroll 0 0;
    font-size: 90%;
}
.copyright-area {
    border-top: .5px solid gray;
}



/* layout */
/* @media screen and (min-width: 768px) {
.vc_row-fluid .vc_col-sm-4 {
    width: 295px;
    float: right;
}
.home .vc_row-fluid .vc_col-sm-4 { width: 310px; }
}
@media screen and (max-width: 1009px) {
.vc_row-fluid .vc_col-sm-4 { width: 215px; }
.home .vc_row-fluid .vc_col-sm-4 { width: 238px; }
}

*/
/* foooter contact */
.widget_text .contact .footer-logo img { margin-bottom: 15px; width: 300px;}
.widget_text .contact .footer-logo p { color: #fff }
/* footer tagcloud */
.widget_tag_cloud .tagcloud {
    clear: both;
    float: left;
    margin: 10px 0 0; 
    padding: 0;
}
.widget_tag_cloud .tagcloud a {
    float: left;
    font-size: 11px;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 8px 9px;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* family sites */
.widget_text .family-sites {
    padding: 0;
/*    margin-top: 30px; */
    list-style: none;
}
.widget_text .family-sites li { margin-bottom: 10px; }
/* page styles */
.page-header-left {
    float: none;
    width: auto;
}
.page-header-left ul.bread-crumb { float: right }

.page-header-left .bread-crumb li,
.page-header-left .bread-crumb li a { text-decoration: none }
@media screen and (max-width: 767px) {
.page-header-left .page-title,
 .page-header-left .bread-crumb { float: none }
}
.theme-page .vc_col-sm-8 .box_header {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500
}
.theme-page .vc_col-sm-8 .wpb_content_element { padding-bottom: 45px;}
.theme-page .vc_col-sm-8 .wpb_content_element p { padding: 1em 0 }
.theme-page .vc_col-sm-8 .wpb_content_element ul { padding: .5em 0 0 20px;}
.theme-page .vc_col-sm-8 .wpb_content_element ul li { margin-bottom: 5px }

.vc_col-sm-8.paper .post-content h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}
.vc_col-sm-8.paper .ui-tabs-panel p {padding: 0 0 25px;}
.blog .post-content a.post-image { margin-bottom: 18px; }
.blog .post-content h2 {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}
/* homepage */
.home .theme-page .vc_col-sm-8 .box_header { margin-bottom:0}
.wpb_wrapper iframe.wistia_embed { max-width:100%}
.slider-content h1,
.slider-content h2 { font-family: 'PT sans';}
.footer .box_header {
  color: #FFF;
  display: none;
}
.footer-banner-box h2 {
	font-size: 2em;
}

.comment_box .date .value { width:62px;}

.korea-sns-shortcode { 
  text-align:right;
  margin-top:5px;
}

@media screen and (max-width: 479px) {
 .blog .post {float:none}
}

/* topbar */
.header-top-sidebar #menu-language {
    float:right;
    margin:0;
    overflow: hidden;
    list-style:none;    
}
.header-top-sidebar #menu-language li {
    float:left;   
}
.header-top-sidebar #menu-language li a {
    margin: 6px 3px;
    -webkit-transition: background-color 500ms ease-out 0.2s;
    -moz-transition: background-color 500ms ease-out 0.2s;
    -o-transition: background-color 500ms ease-out 0.2s;
    transition: background-color 500ms ease-out 0.2s;
    display: block;
    width: 25px;
    background: #A4A4A4;
    font-size:10px;
    font-weight:600;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 18px;
}
.header-top-sidebar #menu-language li a:hover {
    background-color: #C5791C;
}

/* table . */
table td:first-child, table th:first-child
{
	font-size: 14px!important;
	line-height: 1.625;
	color: #666666;
	vertical-align: top;
}
table tr:nth-child(odd)
{
	background: #F8F8F8 !important;
}