@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/NanumGothic.eot');
  src: url('../fonts/NanumGothic.woff2') format('woff2'),url('../fonts/NanumGothic.woff') format('woff'),
       url('../fonts/NanumGothic.ttf') format('truetype'),
       url('../fonts/NanumGothic.svg#NanumGothic') format('svg'),
       url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'NanumGothicBold';
  src: url('../fonts/NanumGothicBold.eot');
  src: url('../fonts/NanumGothicBold.woff2') format('woff2'),
       url('../fonts/NanumGothicBold.woff') format('woff'),
       url('../fonts/NanumGothicBold.ttf') format('truetype'),
       url('../fonts/NanumGothicBold.svg#NanumGothicBold') format('svg'),
       url('../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
*/


/* global */

a,
a:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

body {
    font-family: roboto, sans;
    line-height: 1.5;
}

.icon-white {
    color: #fff;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.rc {
    font-family: roboto Condensed;
}

.padding-top-6 {
    padding-top: 60px;
}

.padding-top-7 {
    padding-top: 70px;
}

.padding-top-8 {
    padding-top: 80px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-3 {
    padding-bottom: 30px !important;
}

.padding-bottom-5 {
    padding-bottom: 50px !important;
}

.margin-auto {
    margin: 0 auto;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    font-size: 1.25rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

hr.section-line {
    margin: 0;
    border-top: 1px solid #334d80;
}

label {
    font-weight: 400;
}

input[type="submit"] {
    outline: 0;
}

.rr-400 {
    font-family: roboto;
    font-weight: 400;
    margin-top: 5px;
    font-size: 21px;
    text-transform: uppercase;
}

.custom-width-share {
    /* width: 0px;
    float: left;*/
    width: auto;
    float: left;
    left: 0;
    z-index: 99;
}

.custom-width-content {
    width: 100%;
    padding-left: 0px;
    float: left;
    position: relative;
    margin-left: 0;
}

section.widget {
    padding: 0px;
    margin: 0px 0 35px;
    position: relative;
    overflow: hidden;
}

/* 20200904 */
.row {
    margin-left: 0;
    margin-right: 0;
}

.scrolloff {
    pointer-events: none;
}

section {
    padding: 45px 0;
}

h1 {
    font-size: 36px;
    line-height: 1.3em;
}

h2 {
    font-size: 33px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}

blockquote:before {
    position: absolute;
    left: -60px;
    top: 20px;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../img/block-icon.png);
}

q:before,
q:after {
    content: "\f122";
    font-family: dashicons;
}

blockquote,
q {
    quotes: "" "";
    padding: 11.5px 20px;
    margin: 30px 0 25px 60px;
    font-size: 18px;
    border-left: none;
    color: #7e7e7e;
    position: relative;
    font-family: roboto slab;
}

table th,
table td {
    border: 1px solid #334d80;
    padding: 5px;
    text-align: center;
}

table thead th {
    background: #334d80;
    color: #fff;
    text-transform: uppercase;
}

p {
    margin: 0 0 27px;
    line-height: 1.5em;
}

.site-content .post.type-post ul li:last-of-type,
.site-content .post.type-post ol li:last-of-type {
    margin-bottom: 27px;
}

.site-content .post.type-post ul li ul li:last-of-type,
.site-content .post.type-post ol li ol li:last-of-type {
    margin-bottom: 0;
}

.category-wrap {
    overflow: auto;
    margin-bottom: 60px;
}

html[lang="ko-KR"] body,
html[lang="ko-KR"] body p,
html[lang="ko-KR"] body li {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
}

html[lang="ko-KR"] h2 {
    font-size: 33px;
}

html[lang="ko-KR"] h3 {
    font-size: 25px;
    line-height: 1.4;
}

html[lang="ko-KR"] h4 {
    font-size: 20px;
}

html[lang="ko-KR"] h5 {
    font-size: 18px;
}

html[lang="ko-KR"] h6 {
    font-size: 15px;
}

html[lang="ko-KR"] body h1,
html[lang="ko-KR"] body h2,
html[lang="ko-KR"] body h3,
html[lang="ko-KR"] body h4,
html[lang="ko-KR"] body h5,
html[lang="ko-KR"] body h6,
html[lang="ko-KR"] body .navbar-nav li a {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 700;
}

html[lang="ko-KR"] .wpml-ls-legacy-dropdown a span {
    line-height: 1em;
}

html[lang="ko-KR"] body .rc p {
    font-style: normal;
    line-height: 42px;
}

html[lang="ko-KR"] body .rr-400 {
    font-weight: 500;
    font-size: 18px;
}

html[lang="ko-KR"] body .default-page-ichcap h4.icon-title-text-main-title {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
}

html[lang="ko-KR"] body .entry-content p,
html[lang="ko-KR"] body .about-page p,
html[lang="ko-KR"] body .news-wrapper p,
html[lang="ko-KR"] body .entry-summary p {
    text-align: justify;
    line-height: 1.7em;
}

html[lang="ko-KR"] body .text-center p {
    text-align: center !important;
}

html[lang="ko-kr"] .icon-title-text-main-title {
    font-size: 25px;
}

html[lang="ko-KR"] body #secondary .widget h2 {
    font-size: 25px;
}

html[lang="ko-KR"] .default-content-wrap h4 {
    margin: 0px 0 30px;
    line-height: 1.6em;
}


/* end */


/* header */

html[lang="ko-KR"] .menu-top-menu-ko-container li:last-of-type {
	padding-right: 0;
}

#top-header {
    overflow: hidden;
    padding: 50px 0 35px;
}

#top-header,
#masthead,
#primary-sub-menu {
    font-family: Roboto Condensed;
}

.top-navigation li {
    padding: 10px;
}

.top-navigation a {
    color: #5084ac;    /*color: #959595;*/
    font-size: 15px;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-weight: bold;/*500;*/
}

.top-navigation li:hover a,
.language-selector:hover a {
    color: #ffbc32;
}

.site-branding img {
    width: 333px;
}

.top-menu-nav {
    float: right;
    margin-top : 25px;
}

.top-menu-nav .main-navigation ul {
    float: right;
}

.menu-top-menu-container li:last-of-type {
    padding-right: 0;
}

.site-header {
    background: #202020;
    padding: 0px;
}

.site-header .menu>li>a {
    padding: 25px 15px;
    font-size: 16px;
    color: #fff;
}

.site-header .menu>li:hover>a {
    color: #ffbc32;
}

.wpml-ls-legacy-dropdown a {
    padding: 3px 1px 3px 5px;
    color: #959595 !important;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffbc32;
}

.navbar-default .navbar-toggle {
    border-color: #ffbc32;
    border-radius: 0px;
    margin-right: 2px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #334d80;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
}

.navbar-default .nav>li>a {
    padding-left: 0;
    padding-right: 30px;
}

.language-selector {
    margin-bottom: 25px;
}

.language-selector ul {
    float: right;
}

#lang_sel li,
#lang_sel_click li,
#lang_sel ul ul {
    width: 50px;
}

#lang_sel a.wpml-ls-item-toggle:after {
    top: calc(50% - 4px);
}

span.wpml-ls-display.icl_lang_sel_translated {
    display: none;
}

.navbar-nav li>a:hover,
.navbar-nav li.current-menu-item>a,
.navbar-nav li.current_page_item>a,
.navbar-nav li:hover>a,
.navbar-nav li.current_page_ancestor>a,
.navbar-nav li.current-page-parent>a {
    color: #ffbc32;
}

#primary-menu ul {
    float: left;
    background: #464646 none repeat scroll 0 0;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    left: 0;
    margin: 0;
    min-width: 200px;
    position: absolute;
    top: 100%;
    z-index: 9999;
    padding: 0;
    width: 100%;
    transform: translateY(-20px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.navbar-nav li a {
    color: #fff;
    font-size: 16px;
}

.navbar-nav li li a {
    display: block;
}

#primary-menu ul li {
    position: relative;
}

#primary-menu ul ul {
    left: 100%;
    top: 0;
}

.navbar-nav ul.sub-menu li {
    padding: 5px 10px;
    display: block;
}

.search-icon {
    background-image: url(../img/search-icon.png);
    width: 40px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-right: 0px;
}

.search-icon:hover {
    opacity: 0.7;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #FFC107;
    cursor: pointer;
    text-shadow: none;
    opacity: 1;
    text-shadow: 0 1px 0 #334d80;
}

#search .close:hover {}

.sub-header {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #000;
}

#primary-sub-menu {
    float: none;
    text-align: center;
}

ul#primary-sub-menu li {
    text-align: center;
    float: none;
    margin: 0 20px;
    display: inline-block;
}

ul#primary-sub-menu li a {
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
}

ul#primary-sub-menu li:hover a {
    color: #ffbc32;
    background-color: transparent;
}


/* end */


/* slider */

.featured-slider {
    margin: 45px 0 0;
}

.thumbnail-slider .slick-list.draggable {
    margin-left: -10px;
    /*margin-right: -10px;*/
}

.slider-text {
    background: #334d80;
    color: #fff;
}

.featured-slider-contents {
    padding: 80px 15px 20px 20px;
}

.featured-slider-contents h2 {
    line-height: 48px;
    font-size: 36px;
}

.featured-slider-contents h2 a {
    color: #fff;
}

.featured-slider-contents h2:hover a {
    color: #ffbc32;
}

.featured-slider ul.slick-dots {
    bottom: 24px;
    left: 0;
    float: left;
    margin: 0;
    width: 66%;
    text-align: center;
    padding: 0 45px 0 0;
}

.slick-dots li button:before {
    font-size: 24px;
}

.slick-slide .image-column img {
    display: block;
    width: 100%;
    
    /* 20200904 */
    padding: 0 2%;
}

.slick-dots li button:before {
    opacity: 1;
    color: #dfdfdf;
}

.slick-dots li.slick-active button:before {
    color: #595959;
    opacity: 1;
}

.featured-slider-contents h3 {
    font-family: roboto Condensed;
}

.slogan {
    padding: 35px 45px 60px 25px;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    color: #38548c;
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
    line-height: 35px;
}

.slogan p {
    line-height: 35px;
    font-size: 32px;
    font-style: italic;
    color: #38548c;
    margin: 0 auto;
    font-weight: 300;
}


/* end */


/* icon title text */

.icon-title-text img {
    margin: 0 auto 35px;
}

.icon-title-text {
    padding: 20px 0 60px;
}

h4.icon-title-text-main-title a,
.icon-title-text-main-title a {
    color: #202020;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

h4.icon-title-text-main-title:hover a,
.icon-title-text-main-title:hover a {
    color: #334d80;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

html[lang="ko-kr"] h4.icon-title-text-main-title {
    font-size: 19px;
}

html[lang="ko-KR"] h4. {
    font-size: 19px;
}

.icon-title-text-button .btn {
    border-radius: 24px;
    padding: 15px 50px;
}

.icon-title-text-button {
    padding: 5px 0 0px;
}

.icon-title-text-button .btn {
    border-radius: 24px;
    padding: 5px 28px;
    line-height: 30px;
    font-size: 17px;
}

.icon-title-text-button .btn:hover {
    background-color: #334d80;
    color: #fff;
}

.what-we-do-content h3 {
    font-size: 30px;
    font-weight: 600;
}

.front-productions h3 {
    font-size: 30px;
    font-weight: 600;
}
html[lang="ko-KR"] h3.prod-title-text-main-title {
    font-size:19px;
}

/* end */


/* default-content-wrap */

.thumbnail-slider img {
    margin-bottom: 25px;
}

.default-content-wrap h4 {
    margin: 0px 0 30px;
    line-height: 1.2em;
}

.thumbnail-slider .icon-title-text {
    padding-left: 10px;
    padding-right: 10px;
    outline: 0;
    padding-bottom: 0 !important;
}

.slick-prev {
    left: initial;
    right: 40px;
}

.slick-next {
    right: 0;
}

.thumbnail-slider .slick-prev,
.thumbnail-slider .slick-next {
    height: 30px;
    width: 30px;
    z-index: 999;
    background: #334d80;
    color: #fff;
    top: 0 ! important;
    margin-top: -25px;
    border-radius: 0;
}

.thumbnail-slider .slick-prev {
    left: calc( 100% - 70px) !important;
    right: 40px !important;
}

.thumbnail-slider .slick-next {
    right: 0 !important;
}

.slick-prev,
.slick-next {
    height: 30px;
    width: 30px;
    z-index: 999;
    background: #334d80;
    color: #fff;
    top: 0 ! important;
    margin-top: -25px;
    border-radius: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: #334d80;
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    font-family: fontawesome;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.slick-active {
    color: #000;
    font-weight: 400;
}

.article-gallery .slick-slide {
    height: 240px;
    overflow: hidden;
    width: 240px;
}

.article-gallery .slick-slide a {
    display: block;
	height: 100%;
	width: 100%;
}

.article-gallery .slick-slide img {
	height: 100%;
	width: 100%;
	
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.thumbnail-slider.default-content-wrap {
    margin-bottom: 0;
}


/* end */


/* ich courier */

.ich-courier {
    margin-bottom: 60px;
    margin-top: 30px;
    overflow: hidden;
}

.ich-courier ul.slick-dots {
    display: none;
}

.ich-courier a {
    color: #ffbc32;
}

.ich-courier a:hover {
    color: #337ab7;
}

.left-ich-courier {
    background: #334d80;
    color: #fff;
    padding: 30px 20px;
}

.ich-courier .no-padding {
    min-height: 300px;
}

.ich-courier .no-padding img {
    opacity: 0;
}


/* end */


/* logo slider */

.panel.slick-center {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.wls-wrap .slick-prev,
.wls-wrap .slick-next {
    display: none !important;
}

.wls-wrap .slick-slide a img,
.wls-wrap .slick-slide img {
    width: auto !important;
    height: 100%;
    width:100%;
    object-fit: cover;
    object-position: center;
}


/* end */


/* about us page */

.overview,
.primary-overview {
    overflow: hidden;
}

.line-header {
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.line-header span {
    position: relative;
}

.line-header span:before,
.line-header span:after {
    position: absolute;
    content: '';
    width: 165px;
    top: 50%;
    height: 1px;
    background-color: #000;
}

.line-gap .line-header span:before,
.line-gap .line-header span:after {
    width: 140px;
}

.line-gap .line-header span:before {
    margin-right: 50px;
}

.line-gap .line-header span:after {
    margin-left: 50px;
}

.line-header span:before {
    right: 100%;
    margin-right: 25px;
}

.line-header span:after {
    left: 100%;
    margin-left: 25px;
}

.line-gap p {
    line-height: 1.6;
}
. line-header .test{
    font-size: 25px;
}
.primary-overview {
    background-color: #eee;
    padding-top: 20px;
}

.primary-overview .icon-title-text-main-title a,
.about-page .primary-overview h3 {
    color: #334d80;
    font-weight: 400;
}

.primary-overview .icon-title-text-main-title a:hover {
    opacity: 0.7;
}

.primary-overview .col-md-offset-3 {
    clear: both;
}


/* end */


/* search page */

.search-results span.posted-on,
.search-results span.byline,
.archive span.posted-on,
.archive span.byline {
    display: inline-block;
    padding-right: 15px;
}

.archive-listing article,
.search-listing article,
.archive-listing article .entry-summary,
.search-listing article .entry-summary {
    overflow: auto;
}

.archive-listing article .entry-summary .entry-meta,
.search-listing article .entry-summary .entry-meta {
    display: block;
    margin: 5px 0 10px;
    line-height: 20px;
}


/*.search .entry-meta, .archive .entry-meta {
    margin-top: 20px;
}*/


/* end */


/* contact page */


/*#canvas1 {
    margin-bottom: 60px;
}*/

.contact-page-form table td {
    text-align: right;
}

.contact-form {
    margin: 30px 0;
}

.contact-form input,
.contact-form textarea {
    background-color: #e1e1e1;
    border-radius: 0;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid #ffbc32;
    outline: 0;
}

form.wpcf7-form p {
    margin-bottom: 10px;
}

.contact-form input[type="submit"] {
    border-radius: 24px;
    padding: 10px 50px;
    font-size: 16px;
    background-color: #334d80;
    color: #fff;
    width: auto;
    outline: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.contact-form input[type="submit"]:hover {
    background-color: #ffbc32;
    color: #000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.contact-wrap-heading {
    width: 100%;
}


/* end */


/* page background banner */

.background-slide {
    display: table;
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-slide h1,
.background-slide h2 {
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 120px 0 170px;
    color: #fff;
    font-size: 53px;
    line-height: 1.2333;
}


/* end */


/* staff page */

.modal-dialog {
    top: 60px;
    padding: 0px 0 0px 0;
    margin: 50px auto 0 auto;
    width: 750px;
    height: 400px;
    max-height: 80%;
    overflow-y: scroll;
    position: relative;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 4px #fff;
    -moz-box-shadow: 0 0 4px #fff;
    -webkit-box-shadow: 0 0 4px #fff;
}

.model-body {
    overflow: hidden;
    box-shadow: none;
    border-bottom: none;
}

.modal-dialog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #334d80;
}

.modal-dialog::-webkit-scrollbar {
    width: 4px;
    background-color: #334d80;
}

.modal-dialog::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #000000;
}

.modal-content {
    border-radius: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.modal-header {
    padding: 5px 15px;
    border-bottom: none;
}

.moder-body-wrap {
    margin-bottom: 30px;
}

.moder-body-wrap span {
    font-size: 14px;
}

.moder-body-wrap .text-italic {
    font-style: italic;
}

.moder-body-wrap h4 {
    margin-bottom: 0;
}

#basic-example img {
    margin: 0 auto;
}


/* tab */

.responsiveTabs {
    max-width: 900px;
    margin: auto;
    margin-top: 45px;
}

.responsiveTabs .nav-tabs {
    margin-left: 0;
}

#myTabContent {
    width: 100%;
    margin: 0 auto;
}

.responsiveTabs .nav-tabs {
    position: relative;
}

.responsiveTabs .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #384c7f;
    position: absolute;
    z-index: 7;
    bottom: -2px;
    transition: all .4s linear;
}

.responsiveTabs .nav-tabs {
    border-bottom: 2px solid #DDD;
}

.responsiveTabs .nav-tabs>li.active>a,
.responsiveTabs .nav-tabs>li.active>a:focus,
.responsiveTabs .nav-tabs>li.active>a:hover {
    border-width: 0;
}

.responsiveTabs .nav-tabs>li>a {
    border: none;
    color: #666;
}

.responsiveTabs .nav-tabs>li.active>a,
.responsiveTabs .nav-tabs>li>a:hover {
    color: #ffffff !important;
    background: #384c7f;
}

.responsiveTabs .nav-tabs>li>a::after {
    content: "";
    background: #384c7f;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.responsiveTabs .nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.responsiveTabs .nav-tabs>li.active>a::after {
    content: none;
}

.responsiveTabs .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.responsiveTabs .tab-pane {
    padding: 15px 0;
}

.responsiveTabs .tab-content {
    padding: 20px
}

.responsiveTabs .card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.responsiveTabs .nav-tabs>li a {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    margin-right: 0;
}

.responsiveTabs .nav-tabs>li.active>a,
.responsiveTabs .nav-tabs>li.active>a:focus,
.responsiveTabs .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #384c7f;
    border: 1px solid #384c7f;
    border-bottom-color: #384c7f;
    cursor: default;
}

.responsiveTabs .nav-tabs>li {
    margin: 0 15px 0 0;
}

.staff-listing h5,
.staff-listing p {
    margin: 0;
}

.staff-listing {
    margin: 20px 0;
}

.responsiveTabs .panel-title {
    font-size: 18px;
    font-weight: 400;
}

.responsiveTabs .panel-default>.panel-heading {
    color: #ffffff;
    background-color: #9f9f9f;
    padding: 0;
}

.responsiveTabs .panel-default>.panel-heading a {
    padding: 10px 15px;
    display: block;
}

.responsiveTabs .panel-default>.panel-heading a:not(.collapsed) {
    background: #334d80;
    color: #fff;
}

.responsiveTabs .panel-default {
    border-color: #bebebe;
}

.img-thumb-text h5 {
    margin-bottom: 0;
}

.image-thumb {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.image-thumb img {
    transition: all 0.8s ease-in-out;
}

.image-thumb img:hover {
    transform: scale(1.5, 1.5);
    transition: all 0.8s ease-in-out;
}

.img-thumb-text h4 {
    margin-bottom: 0;
}

span.popup-model-btn {
    position: absolute;
    width: 50px;
    height: 79px;
    border-width: 0px;
    cursor: pointer;
    border-color: transparent;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    border-radius: 10px;
    background: transparent url(../img/hi!.svg?crc=69862840) no-repeat center center;
    background-size: cover;
}

.panel-body-content .popup-model {
    position: relative;
    height: 80px;
    top: -15px;
    left: -20px;
    display: inline-block;
    width: 90px;
    text-align: center;
    margin: 0 auto;
}

.popup-model-btn {
    cursor: pointer;
}

.panel-body-content {
    margin-bottom: 30px;
    margin-top: 15px;
}

.modal-body {
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.modal-header {
    padding: 0px 15px;
    margin-top: 15px;
    position: absolute;
    right: 0;
    z-index: 9;
}

.modal-body h2.name {
    font-size: 22px;
    margin-top: 0;
}

.modal-body h3.title {
    font-size: 26px;
    line-height: 1.1;
}

.modal-body p {
    font-size: 16px;
    margin-bottom: 15px;
}

.modal-body blockquote:before {
    left: -40px;
    top: 4px;
    content: '';
    width: 40px;
    height: 40px;
    background-size: cover;
}

.modal-body blockquote,
.modal-body q {
    padding: 10px;
    margin: 10px 0 10px 40px;
    font-size: 18px;
}

.modal-body h4.title {
    font-size: 22px;
    font-weight: 600;
}

.modal-body .social i:before {
    width: 26px;
    height: 26px;
    background: #334d81;
    display: block;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.modal-body .social i.fa-facebook:hover:before {
    background: #405d9b;
}

.modal-body .social i.fa-twitter:hover:before {
    background: #1da1f2;
}

.modal-body .social i.fa-envelope-o:hover:before {
    background: #0072b1;
}

.modal-body .social i.fa-phone:hover:before {
    background: #455652;
}

.modal-body .social i.fa-google-plus:hover:before {
    background: #dd4b39;
}

.modal-body .social i.fa-linkedin:hover:before {
    background: #0077b5;
}

.modal-content ul,
.modal-content ol {
    margin: 0;
    text-align: left;
}

.panel-body .row {
    margin-left: 0;
    margin-right: 0;
}

.panel-body .double-row .col-sm-5:first-of-type {
    margin-left: 18%;
}

.single-row .col-sm-5 {
    margin-left: 33.33333%;
}

.panel-default .img-thumb-text p {
    margin-bottom: 0;
}

.modal-body .social {
    margin: 0 auto;
}

.phone-person {
    margin-top: 10px;
}


/* -------- Second Level --------- */

#primaryNav li li {
    width: 100%;
    clear: left;
    margin-top: 0;
    padding: 10px 0 0 0;
    background: url('../img/vertical-line.png') center bottom repeat-y;
}

#primaryNav li li a {
    background-color: #cee3ac;
    border-color: #b8da83;
}

#primaryNav li li a:hover {
    border-color: #94b75f;
    background-color: #e7f1d7;
}

#primaryNav li li:first-child {
    padding-top: 30px;
}

#primaryNav li li:last-child {
    background: url('../img/vertical-line.png') center bottom repeat-y;
}

#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
    color: #8faf5c;
}


/* -------- Third Level --------- */

#primaryNav li li ul {
    margin: 10px 0 0 0;
    width: 100%;
    float: right;
    padding: 9px 0 10px 0;
    background: #ffffff url('../img/L3-ul-top.png') center top no-repeat;
}

#primaryNav li li li {
    background: url('../img/L3-center.png') left center no-repeat;
    padding: 5px 0;
}

#primaryNav li li li a {
    background-color: #fff7aa;
    border-color: #e3ca4b;
    font-size: 12px;
    padding: 5px 0;
    width: 80%;
    float: right;
}

#primaryNav li li li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

#primaryNav li li li:first-child {
    padding: 15px 0 5px 0;
    background: url('../img/L3-li-top.png') left center no-repeat;
}

#primaryNav li li li:last-child {
    background: url('../img/L3-bottom.png') left center no-repeat;
}

#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
    color: #ccae14;
    font-size: 9px;
}


/* ------------------------------------------------------------
    Utility Navigation
------------------------------------------------------------ */

#utilityNav {
    float: right;
    max-width: 50%;
    margin-right: 10px;
}

#utilityNav li {
    float: left;
    margin-bottom: 10px;
}

#utilityNav li a {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    display: block;
    border: 2px solid #e3ca4b;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: black;
    background: #fff7aa url('../img/white-highlight.png') top left repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    /* FF 3.5+ */
}

#utilityNav li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

#utilityNav li a:link:before,
#utilityNav li a:visited:before {
    color: #ccae14;
    font-size: 9px;
    margin-bottom: 3px;
}


/* end */


/* sidebar */

#subscribe-form span {
    position: relative;
}

#subscribe-form span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 14px;
    background-image: url(../img/subscribe-icon.png);
    right: 10px;
    top: 7px;
}

#sidebar-subscribe {
    border: 1px solid #334d80;
    padding: 15px 20px;
}

#subscribe-form input {
    margin: 5px 0 0 0;
    height: 30px;
    padding: 5px;
    font-size: 16px;
}

#subscribe-form p {
    margin-top: 8px;
}

p.soft-text {
    font-size: 12px !important;
    color: #7e7e7e;
    line-height: 15px !important;
    margin-bottom: 0px;
}

#sidebar-subscribe p:nth-of-type(2) {
    line-height: 18px;
    font-size: 14px;
}

#sidebar-subscribe {
    overflow: hidden;
    position: relative;
}

.mc4wp-response p {
    font-size: 12px;
}

#secondary .widget h2 {
    font-size: 30px;
    border-top: 3px solid #000;
    padding-top: 5px;
    border-bottom: 1px solid #959595;
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

#subscribe-form input[type="submit"] {
    border-radius: 24px;
    padding: 17px 55px;
    line-height: 0px;
    background: #023687;
    color: #fff;
    font-size: 16px;
    font-family: roboto slab;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#023687+0,2e6fd4+78 */
    background: #023687;
    /* Old browsers */
    background: -moz-linear-gradient(to top, #023687 24%, #2e6fd4 76%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, #023687 24%, #2e6fd4 76%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #023687 24%, #2e6fd4 76%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#023687', endColorstr='#2e6fd4', GradientType=0);
    /* IE6-9 */
}

#subscribe-form input[type="submit"]:hover {
    background: transparent;
    color: #023687;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

#subscribe-form span input {
    width: 100%;
    margin-top: 5px;
    padding-right: 35px;
}

#subscribe-form span input[type="email"] {
    border: 1px solid #808080;
}

#subscribe-form span input[type="email"]:focus {
    border: 1px solid #ffbc32;
    outline: 0;
}

.widget-subscribe {
    border: 1px solid #334d80;
    padding: 15px 20px;
    font-family: roboto slab !important;
}

.widget-subscribe p:nth-of-type(2) {
    line-height: 18px;
    font-size: 14px;
}

.widget-subscribe {
    overflow: hidden;
    position: relative;
}

.tagcloud {
    padding: 10px 0;
}

.tagcloud a {
    margin: 2px;
    border: 1px solid #b8b8b8;
    padding: 5px;
    display: inline-block;
    width: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.tagcloud a:hover {
    border-color: #337ab7;
}

.ich-image-div {
    position: initial;
}

.no-border .widget-body ul li {
    border-bottom: transparent;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.widget h6 {
    margin: 0;
}

.widget a {
    color: #000;
}

.widget a:hover {
    color: #337ab7;
}

.widget li p.soft-text a {
    color: #7e7e7e;
    font-family: roboto Condensed;
    text-transform: uppercase;
    font-weight: 600;
}

.widget a.widget_body_link {
    color: #337ab7;
}

.widget a.widget_body_link:hover{
    color: #000;
}
.widget li p.soft-text:hover a {
    color: #337ab7;
}

.widget li h6 a {
    color: #000;
}

.widget li h6:hover a {
    color: #337ab7;
}

.widget-body ul li {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #959595;
}

.widget-body ul li:last-of-type {
    border-bottom: none;
}

.link-icon li {
    position: relative;
    margin-left: 42px;
    overflow: visible !important
}

.link-icon li a[href*=".doc"]:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -40px;
    width: 31px;
    height: 36px;
    background-image: url(../img/doc-icon.png);
    background-repeat: no-repeat;
}

.link-icon li a[href*=".pdf"]:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -40px;
    width: 29px;
    height: 31px;
    background-image: url(../img/pdf-icon.png);
    background-repeat: no-repeat;
}


/* end */


/* newspage */

section.newspage {}

.category-wrap-link {
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.category-wrap-area {
    margin: 10px 0;
}

.programs-area-page .category-wrap-area {
    margin-bottom: 50px;
}

.news-wrapper h4 {}

.news-wrapper {
    overflow: auto;
}

.category-wrap-area img {
    margin-bottom: 25px;
}

.ich-news-page .category-wrap-area img {
    margin-bottom: 10px;
}

.category-wrap-area-title {
    margin: 0;
    font-size: 18px;
}

.overview .category-wrap-area {
    overflow: hidden;
    margin: 0px 0 15px;
}

.overview .category-wrap-area img {
    margin-bottom: 0px;
}

.category-wrap-section {
    margin: 30px 0;
}


/* end */


/* single */

footer.entry-footer span {
    padding-right: 15px;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    border: 1px solid #337ab7;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 24px;
    background: #337ab7;
    color: #fff;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    border: 1px solid #ffbc32;
    background: #ffbc32;
    color: #000;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    padding: 10px 0;
}


/* end */


/* news single */

.wp-caption-text,
.image-caption {
    font-size: 14px;
    margin: 8px 0;
    color: dimgrey;
    line-height: 1.5em;
    text-align: left;
}

.entry-meta {
    line-height: 0;
}

span.posted-on a {
    color: #959595;
    font-size: 14px;
}

.entry-content h2 {
    text-transform: none;
}

h2.post-title {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 18px;
}

span.byline {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.byline .author.vcard a {
    text-decoration: underline;
    color: #000;
}

.custom-width-share a {
    display: block;
    text-align: center;
    padding: 7px 0 8px;
    width: 60px;
}

.social-share-post {
    left: 0;
    position: absolute;
    z-index: 9;
    margin-top: -1px;
    width: 50px;
}

.social li a {
    display: block;
    height: 50px;
    width: 50px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms
}

.social li a span {
    width: 160px;
    font-size: 12px;
    top: 3px;
    float: left;
    text-align: center;
    background: #222;
    color: #fff;
    margin: -33px 50px;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms;
}

.social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 7px;
    border-left: 10px solid transparent;
    border-right: 10px solid #222;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.social li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0)
}

.social-share-post ul {
    margin: 0 !important;
    padding-left: 0px;
    list-style: none;
    background: #fff;
}

.custom-width-share a:before {
    transition: all 0.32s ease-in-out;
    margin-left: 0px;
}

.custom-width-share a[href*="facebook.com"]:before {
    content: '';
    background-image: url(../img/content-facebook.png);
    width: 30px;
    height: 30px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.custom-width-share a[href*="facebook.com"]:hover:before {
    display: block;
    background-position: 0 30px;
}

.custom-width-share a[href*="twitter.com"]:before {
    content: '';
    background-image: url(../img/content-twitter.png);
    width: 30px;
    height: 30px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.custom-width-share a[href*="twitter.com"]:hover:before {
    display: block;
    background-position: 0 30px;
}

.custom-width-share a[href*="google.com"]:before {
    content: '';
    background-image: url(../img/content-google.png);
    width: 30px;
    height: 30px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.custom-width-share a[href*="google.com"]:hover:before {
    display: block;
    background-position: 0 30px;
}

.custom-width-share a[href*="linkedin.com"]:before {
    content: '';
    background-image: url(../img/content-linkedin.png);
    width: 30px;
    height: 30px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.custom-width-share a[href*="linkedin.com"]:hover:before {
    display: block;
    background-position: 0 30px;
}

.custom-width-share a[href^="mailto:"]:before {
    content: '';
    background-image: url(../img/content-mail.png);
    width: 30px;
    height: 30px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.custom-width-share a[href*="mailto:"]:hover:before {
    display: block;
    background-position: 0 30px;
}

.custom-width-share a:nth-of-type(odd) {
    border-bottom: 2px solid #959595;
}

.custom-width-share a:nth-of-type(even) {
    border-bottom: 1px solid #000;
}

.custom-width-share a:last-of-type {
    border-bottom: 1px solid #000;
}

.custom-width-share a:first-of-type {
    border-top: 1px solid #000;
}

.custom-width-share a i:before {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.custom-width-share a:hover i:before {
    background-color: #337ab7;
}

.article-post {
    overflow: hidden;
    padding: 5px 0;
}

.post-slider {
    margin-left: -10px;
    margin-bottom: 10px;
}

.post-slider-wrap {
    padding: 20px 10px 0px;
}

.post-slider .slick-prev,
.post-slider .slick-next {
    top: 50% !important;
    margin: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #dedede;
}

.post-slider .slick-prev:before,
.post-slider .slick-next:before {
    color: #000;
    font-size: 50px;
    padding: 0;
    line-height: 25px;
}

.post-slider .slick-prev {
    left: 10px;
}

.article-gallery {
    margin-bottom: 30px;
}

.post-slider .slick-next {
    right: 10px;
}

.gallery-info {
    font-size: 14px;
    color: #555;
}

.tag-listing a {
    color: #555;
    margin: 2px;
    border: 1px solid #b8b8b8;
    padding: 5px;
    display: inline-block;
    width: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.tag-listing a:hover {
    color: #337ab7;
    border-color: #337ab7;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li:before {
    content: '.';
    left: -16px;
    position: absolute;
    top: 0;
    font-size: 35px;
    line-height: 0;
}

.entry-content ul li {
    position: relative;
}

.entry-content ul li li:before {
    content: '-';
    left: -16px;
    position: absolute;
    top: 10px;
    font-size: 35px;
    line-height: 0;
}

.entry-content ol li li {
    list-style: lower-latin;
}

.entry-content ul,
.entry-content ol {
    padding: 0;
    margin-left: 20px;
}


/* end */


/* page ich  */

.page-wrap-area {
    margin-top: 0;
    margin-bottom: 40px;
}

.page-wrap-area img {
    margin: 0 auto;
}


/* end */


/* author page */

.author-page .page-title {
    margin-bottom: 0;
    line-height: 38px;
}

.author-page p a {
    color: #a1a1a1;
}

.author-page p {
    font-family: Roboto Condensed;
    color: #a1a1a1;
}

.author-page {
    padding: 0px 0 30px;
}

.author-page-wrap .icon-title-text-button {
    margin-top: 40px;
    margin-bottom: 40px;
}

.icon-title-text-button a.btn-inverse {
    padding: 10px 30px;
    background-color: #334d80;
    color: #fff;
}

.icon-title-text-button:hover a.btn-inverse {
    background-color: #fff;
    color: #334d80;
}


/*.author-page-wrap .half-padding:nth-of-type(odd){
    padding-right: calc( 6.666667% + 10px );
}*/


/* end */


/* publication single */

a.btn-inverse {
    padding: 10px 30px;
    background-color: #334d80;
    color: #fff;
}

a.btn-inverse:hover {
    background-color: #fff;
    color: #334d80;
}

.publication-meta a {
    color: #7e7e7e;
}

.publication-meta span {
    font-size: 14px;
    text-transform: uppercase;
}

.publication-single .custom-width-content {
    /*margin-left: 0;*/
}

.publication-single .custom-width-content img {
    margin: 0 auto;
}

#publication-filter h4.icon-title-text-main-title {
    margin-top: 30px;
    margin-bottom: 15px;
}

#publication-filter .category-wrap-area {
    overflow: hidden;
    padding: 20px 0;
}

#publication-filter .entry-meta {
    line-height: 1;
}

.collection-filter:checked+label,
form#Filters fieldset span.active {
    color: #334c80 !important;
}

.pagination-section span,
.pagination-section a,
.ichcap-single-pagination span,
.ichcap-single-pagination a {
    text-align: center;
    border: 2px solid #334d80;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    border-radius: 50%;
    color: #334d80;
    font-size: 16px;
    font-weight: 700;
}

.pagination-section span.current,
.pagination-section a:hover,
.ichcap-single-pagination span.current,
.ichcap-single-pagination a:hover {
    background: #334d80;
    color: #fff;
}

.pagination-section ul,
.ichcap-single-pagination ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-section ul li,
.ichcap-single-pagination ul li {
    display: inline;
}

.pagination-section ul li:before,
.ichcap-single-pagination ul li:before {
    content: none;
}

.pagination-section ul li a,
.ichcap-single-pagination ul li a {
    text-align: center;
    border: 2px solid #334d80;
    width: 40px;
    height: 40px;
    display: inline-grid;
    line-height: 38px;
    border-radius: 50%;
    color: #334d80;
    font-size: 16px;
    font-weight: 700;
}

.pagination-section ul li.active a,
.pagination-section ul li:hover a,
.ichcap-single-pagination ul li.active a,
.ichcap-single-pagination ul li:hover a {
    color: #fff;
    background-color: #334d80;
}

.pagination-wrap {
    overflow: hidden;
    margin: 90px 0 30px;
}


/* end */

.author-page a:hover,
.publication-meta a:hover,
.posted-on a:hover,
.author.vcard a:hover {
    color: #334d80;
}


/* publication archive */

div#response .col-sm-7:nth-of-type(2n+1) {
    clear: both;
}

#publication-filter .mix {
    display: none;
}

.publication-meta .posted-on {
    position: relative;
    margin: 0 0 10px;
    line-height: 19px;
    display: block;
    color: #959595;
}

form#Filters fieldset span:first-of-type {
    font-weight: 700;
    width: 105px;
    display: block;
    float: left;
    color: #000;
    cursor: default;
}

form#Filters fieldset span,
form#Filters fieldset label {
    color: #7e7e7e;
    text-transform: uppercase;
    padding: 0 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

form#Filters fieldset span:hover,
form#Filters fieldset label:hover {
    color: #334d80;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

form#Filters fieldset input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    display: none;
}

section.publication-post {
    padding-top: 0;
}

#response {
    margin-top: 35px;
}

.publication-post form#Filters {
    padding-bottom: 20px;
}


/* end */


/* footer */

.site-footer {
    background: #464646;
    padding: 25px 0 5px;
}

.widget-section {
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
}

.widget-section p {
    line-height: 1.5;
}

footer .widget-section {
    line-height: 1.5;
    padding-bottom: 20px;
    overflow: auto;
}


/* end */


/* below-footer */


/*footer .site-info {
    padding-left: 10px;
}*/

footer .site-info img {
    width: 254px;
}

.footer-widget .foter-widget-single:first-of-type {
    padding-left: 0;
}

.below-footer {
    background: #2f2f2f;
    color: #fff;
    padding: 30px 0 20px;
}

.below-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.below-footer ul li {
    display: inline;
    padding: 0 10px;
    line-height: 40px;
    float: left;
}

p.copyright {
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 300;
}

.below-footer .social-media ul li a {
    color: #2f2f2f;
    cursor: pointer;
    display: block;
}

.social-media i:before {
    background: #757575;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 38px;
    text-align: center;
}

#footer-menu,
.social-media {
    float: right;
}

#footer-menu li a {
    color: #fff;
    font-size: 16px;
}

#social-menu li a {
    font-size: 0;
}

.social-media ul li:hover a,
#footer-menu li:hover a {
    color: #ffbc32 !important;
}

.social-media a:before {
    transition: all 0.32s ease-in-out;
}

.below-footer .social-media a[href*="facebook.com"]:before {
    content: '';
    background-image: url(../img/footer-facebook.png);
    width: 50px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.below-footer .social-media a[href*="facebook.com"]:hover:before {
    display: block;
    background-position: 0 50px;
}

.below-footer .social-media a[href*="twitter.com"]:before {
    content: '';
    background-image: url(../img/footer-twitter.png);
    width: 50px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.below-footer .social-media a[href*="twitter.com"]:hover:before {
    display: block;
    background-position: 0 50px;
}

.below-footer .social-media a[href*="google.com"]:before {
    content: '';
    background-image: url(../img/footer-google.png);
    width: 50px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.below-footer .social-media a[href*="google.com"]:hover:before {
    display: block;
    background-position: 0 50px;
}

.below-footer .social-media a[href*="linkedin.com"]:before {
    content: '';
    background-image: url(../img/footer-linkedin.png);
    width: 50px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.below-footer .social-media a[href*="linkedin.com"]:hover:before {
    display: block;
    background-position: 0 50px;
}

.below-footer .social-media a[href^="mailto:"]:before {
    content: '';
    background-image: url(../img/footer-mail.png);
    width: 50px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background-size: cover;
}

.below-footer .social-media a[href*="mailto:"]:hover:before {
    display: block;
    background-position: 0 50px;
}


/* end */

.custom-col-10,
.custom-col-10 {
    float: left;
    position: relative;
    min-height: 1px;
}


/* no result found */

section.not-found .page-content {
    border: 1px solid #f7f7f7;
    box-shadow: 0px 4px 20px 0px #eee;
    padding: 10px 10px 50px;
    font-size: 14px;
    color: #9c9c9c;
    text-align: left;
}

section.not-found {
    max-width: 570px;
    margin: 0 auto;
    width: 100%;
}

.not-found .page-header {
    margin-top: 0 !important;
}

.search-no-results .padding-top-7 {
    padding-top: 45px;
}

section.not-found .page-content input {
    max-width: 350px;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
}

section.not-found .page-content form {
    float: left;
}

section.not-found .page-content a {
    color: #ffbc32;
}

section.not-found .page-content a:hover {
    color: #337ab7;
}

form#searchform-inner input {
    display: inline-block;
    max-width: calc( 100% - 62px);
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    float: left;
}

form#searchform-inner input[type=submit]:hover {
    background: #ffbc32;
    color: #000;
    border-color: #ffbc32;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

form#searchform-inner input[type=submit] {
    width: auto;
    float: right;
    border: 1px solid;
    color: #fff;
    border-color: #337ab7;
    background: #337ab7;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}


/* end */


/* comment section */

.comment-reply-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #25221f;
    margin: 0;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    width: 30%;
    float: left;
    margin: 0 3.333% 15px 0;
}

.comment-form input {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #929292;
    line-height: 18px;
    font-size: 13px;
    padding: 10px 17px;
    border-radius: 0;
}

.comment-form textarea {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #929292;
    line-height: 18px;
    font-size: 13px;
    padding: 10px 17px;
    border-radius: 0;
}

.comment-form textarea:focus {
    color: #787875;
    background-color: #ffffff;
    border: 1px solid;
    outline: 0;
    border-color: #ffbc32;
}

.comment-form input#submit {
    color: #ffffff;
    position: relative;
    display: inline-block;
    width: auto;
    border: 1px solid #337ab7;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    border-radius: 24px;
    padding: 10px 50px;
    font-size: 16px;
    background-color: #334d80;
    text-align: center;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -ms-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    vertical-align: middle;
}

.comment-form input#submit:hover {
    background: #ffbc32;
    color: #000;
    border-color: #ffbc32;
}

.comment-form input:focus {
    color: #787875;
    background-color: #ffffff;
    border: 1px solid;
    outline: 0;
    border-color: #ffbc32;
}

h5.comments-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment_holder ol.comment-list {
    list-style: none;
    position: relative;
    z-index: 9;
    padding: 0;
    margin: 30px 0 0;
}

.comment_holder .comment-list>li {
    margin: 0 0 40px;
}

.comment_holder .comment-list li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.single-post .comment_holder .comments .comment {
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.comment_holder .comment .image {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
}

.comment_holder .comment:not(.pingback-comment) .text {
    padding: 0 0 0 60px;
    min-height: 50px;
}

.comment_holder .comment .text .comment_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.comment_holder .comment .text .name {
    float: left;
    color: #333;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.comment_holder .comment .text .replay,
.comment_holder .comment .text .comment-reply-link,
.comment_holder .comment .text .comment-edit-link {
    color: #ffbc32;
    font-size: 12px;
    float: right;
    font-weight: 400;
    margin-left: 10px;
    -webkit-transition: background-color .15s ease-out, color .15s ease-out;
    -moz-transition: background-color .15s ease-out, color .15s ease-out;
    -o-transition: background-color .15s ease-out, color .15s ease-out;
    -ms-transform: background-color .15s ease-out, color .15s ease-out;
    transition: background-color .15s ease-out, color .15s ease-out;
}

.comment_holder .comment .text .comment-reply-link:hover {
    color: #337ab7;
}

.comment_holder .comment .text .text_holder {
    display: block;
    margin: 6px 0 0 0;
}

.comment_holder .comment .text .text_holder p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: -10px;
    font-style: normal;
    text-transform: none;
}

.comment_holder .comment .text .comment_date {
    float: left;
    font-family: inherit;
    margin: 0px 0 0;
    color: #959595;
    font-size: 14px;
}

.comment_holder .comment-list li ol.children li {
    margin: 0 0 18px 0;
    border-bottom: 0;
}

.comment_holder .comment-list li ol.children li:last-child {
    margin: 0;
}

.comment_holder .comment-list li ol.children {
    margin: 30px 0 0 0;
    padding: 0 0 0 70px;
}

.comment-respond {
    margin: 30px 0 60px;
}

.comments ol {
    margin-left: 15px;
    padding-left: 15px;
}


/* end */

.footnote-reference-container td {
    border: none;
}


/* back to top */

.ichcap-back-to-top {
    /*background: #FFDB46 none repeat scroll 0 0;*/
    background-image: url(../img/patern-black-back.png);
    border-radius: 2px;
    bottom: 15px;
    overflow: hidden;
    background-color: #fafafa;
    color: #337ab7 !important;
    font-size: 20px;
    padding: 5px 15px;
    position: fixed;
    right: 15px;
    transition: all 1s;
    z-index: 9999999;
    display: block;
    width: auto;
    height: auto;
}

.ichcap-back-to-top:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ichcap-back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #ffbc32;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ichcap-back-to-top:hover {
    color: #fff !important;
}

.ichcap-back-to-top,
.ichcap-back-to-top:before,
.ichcap-back-to-top:after {
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.ichcap-back-to-top:before,
.ichcap-back-to-top:after {
    z-index: -1;
}

/* 20200904 */
.slick-slide a img, .slick-slide img {
    padding: 0 2%;
}

/* end */

@media (min-width: 1200px) {
    .col-custom-lg-half {
        width: 50%;
    }
    .ich-image-div img {
        position: absolute;
        bottom: 20px;
        z-index: 999;
        right: 15px;
    }
    .col-half-custom-lg {
        width: 45.072%;
    }
    .margin-right-lg {
        margin-left: -10px;
        margin-right: 11%;
    }
    .padding-right-20 {
        padding-right: 20px;
    }
    .padding-left-20 {
        padding-left: 20px;
    }
    .default-page-ichcap-content-area .col-lg-3:nth-of-type(5n+1) {
        clear: both;
    }
    html[lang="ko-KR"] body p.image-caption {
    font-size: 14px;
    }
}

@media (min-width: 768px) {
    .custom-col-10 {
        width: 65%;
    }
    .custom-col-5 {
        width: 35%;
    }
    .col-custom-push-10 {
        left: 65%;
    }
    .col-custom-pull-5 {
        right: 35%;
    }
    .col-custom-sm-half {
        width: 50%;
    }
    #featured-slider .custom-col-5 {
        width: calc( 35% - 0px);
        margin-right: 0px;
    }
    #primary-menu li:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        transition: all 0.4s ease-in-out;
        width: 100%;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
    div#response .col-sm-7:nth-of-type(even),
    #publication-filter .col-sm-7:nth-of-type(even) {
        margin-left: 6.66666667%;
    }
    .responsiveTabs .panel-default>.panel-heading {
        color: #000000;
        background-color: #ffffff;
        padding: 0;
    }
    .type-filters {
        float: left;
        width: 80%;
        padding: 0px;
        margin: 5px;
    }
    .type-all {
        float: left;
    }
}

@media (max-width: 1315px) {
    .custom-width-share.visible-lg {
        display: none !important;
    }
    .custom-width-share.hidden-lg {
        display: block !important;
    }
    .social-share-post {
        position: relative !important;
        width: 100%;
    }
    .social-share-post ul li {
        display: inline-block;
    }
    .social-share-post ul li:before {
        content: none;
    }
    .site-content .post.type-post .social-share-post ul li:last-of-type {
        margin-bottom: 0;
    }
    .social li a span {
        top: 50px;
    }
    .social-share-post ul {
        margin: 0 0 50px !important;
    }
    .social li a:hover span {
        top: 100px;
        position: absolute;
        left: -50px;
    }
    .social li span:after {
        position: absolute;
        left: 10px;
        top: -20px;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid rgb(34, 34, 34);
        border-top: 10px solid rgba(0, 0, 0, 0);
    }
    .custom-width-share {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .ich-image-div {
        margin: 10px 0 0px;
        clear: both;
        display: inline-block;
    }
    .no-md-padding-left {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .default-page-ichcap-content-area .col-sm-half:nth-of-type(3n+1) {
        clear: both;
    }
}

@media (max-width: 991px) {
    .featured-slider-contents {
        padding: 0px 10px;
    }
    .no-sm-padding-left {
        padding-left: 0;
    }
    .default-page-ichcap-content-area .col-sm-half:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .no-xs-padding-right {
        padding-right: 0;
    }
    .no-xs-padding-left {
        padding-left: 0;
    }
    .padding-xs-right-15 {
        padding-right: 15px;
    }
    h3.line-header {
        font-size: 22px;
    }
    body,
    html[lang="ko-KR"] body {
        font-size: 16px;
    }
    html[lang="ko-KR"] body h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4em;
    }
    html[lang="ko-KR"] body h2 {
        font-size: 23px;
        line-height: 1.438;
    }
    html[lang="ko-KR"] body h3 {
        font-size: 21px;
    }
    html[lang="ko-KR"] body h4 {
        font-size: 19px;
    }
    html[lang="ko-KR"] body h4.rr-400 {
        font-size: 19px;
    }
    html[lang="ko-KR"] body h5 {
        font-size: 17px;
    }
    html[lang="ko-KR"] body h6 {
        font-size: 16px;
    }
    html[lang="ko-KR"] body .default-page-ichcap h4.icon-title-text-main-title {
        font-size: 16px;
    }
    html[lang="ko-KR"] body p.image-caption {
    font-size: 14px;
    }
    .slogan p {
        font-size: 24px;
    }
    blockquote:before {
        left: -5px;
        top: -10px;
        content: '';
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    blockquote,
    q {
        padding: 11.5px 10px;
        margin: 30px 0 25px 0px;
        font-size: 14px;
        border-left: 5px solid #eee;
        color: #7e7e7e;
        background: #f7f7f7;
    }
    .featured-slider-contents h2,
    h2,
    #secondary .widget h2,
    h2.post-title {
        font-size: 24px;
        line-height: 1.2em;
    }
    .site-branding {
        display: block;
        width: 100%;
        text-align: center;
    }
    .site-header {
        background: #334d80;
    }
    #top-header {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        overflow: visible;
    }
    .language-selector {
        margin-bottom: 0;
        position: absolute;
        bottom: 22px;
        right: 10px;
    }
    .navbar-default .navbar-collapse {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-default .navbar-collapse li {
        overflow: auto;
    }
    #footer-menu,
    .social-media {
        float: left;
    }
    .main-navigation {
        clear: none;
        width: auto;
    }
    ul#header-menu {
        margin-left: -10px;
    }
    .top-menu-nav {
        float: none;
        width: 100%;
        padding: 15px 0 5px;
        overflow: auto;
    }
    .top-menu-nav p {
        margin: 0;
        line-height: 32px;
    }
    .featured-slider ul.slick-dots {
        width: 100%;
        bottom: 0;
        padding: 0 45px 45px 0;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slogan {
        padding: 0px 15px 30px;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
    }
    .slick-dots {
        position: relative;
    }
    .rr-400,
    h4 {
        font-size: 18px;
    }
    .btn {
        font-size: 14px;
    }
    .slick-prev,
    .slick-next {
        top: 5px !important;
    }
    .icon-title-text-button .btn {
        padding: 5px 25px;
        line-height: 20px;
    }
    .icon-title-text {
        padding: 20px 0;
    }
    .dropdown-children:before {
        content: '';
        position: absolute;
        left: 8px;
        top: 14px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .dropdown-children:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 13px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .dropdown-children.after:after,
    .dropdown-children.after:before {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
    .dropdown-children {
        position: absolute;
        z-index: 10;
        right: 5px;
        top: 3px;
        height: 30px;
        width: 30px;
        cursor: pointer;
        padding: 0 !important;
        display: block;
        border: 1px solid #fff;
    }
    #primary-menu ul {
        opacity: 1;
        position: relative;
        display: block;
        visibility: visible;
        background: transparent;
        z-index: 9;
        box-shadow: none;
        top: 0;
        transform: translateY(0px);
    }
    .sub-header {
        display: none;
    }
    .widget-section,
    p.copyright,
    #footer-menu li a,
    .navbar-nav li a,
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 24px;
    }
    .search-icon {
        height: 40px;
    }
    #footer-menu li:first-of-type {
        padding-left: 0;
    }
    .thumbnail-slider .icon-title-text {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-widget .foter-widget-single {
        padding-left: 0;
    }
    .thumbnail-slider .slick-list.draggable {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ich-courier .no-padding {
        min-height: 100px;
    }
    .icon-title-text-button {
        padding: 10px 0 0px;
    }
    .panel-body .double-row .col-sm-5:first-of-type {
        margin-left: 0;
    }
    .single-row .col-sm-5 {
        margin-left: 0;
    }
    .modal-dialog {
        width: 95%;
    }
    .modal-body h2.name {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .modal-body h3.title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .modal-body.text-center .text-left {
        text-align: center;
        margin-bottom: 20px;
    }
    .modal-body.text-center .text-left p {
        text-align: left;
    }
    .modal-body .phone-person {
        text-align: center !important;
    }
    .custom-width-content {
        padding-right: 0;
    }
    form#Filters fieldset span:first-of-type {
        text-align: center;
        width: 100%;
    }
    #Filters fieldset {
        margin-bottom: 25px;
        text-align: center;
    }
    .background-slide h1,
    .background-slide h2 {
        font-size: 48px;
        line-height: 1.5;
    }
    .contact-wrap .col-xs-4 .contact-wrap-heading {
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid #544098;
    }
    .programs-area-page .category-wrap-area a {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .default-content-wrap h4 {
        margin: 0px 0 10px;
    }
    .slider-text {
        background: #fff;
        color: #334d80;
    }
    .slider-text:hover {
        color: #707070;
    }
    .featured-slider-contents h2 a {
        color: #334d80;
    }
    .featured-slider-contents h2:hover a {
        color: #707070;
    }
    .what-we-do-content p {
        display: none;
    }
	/*
    .icon-title-text-button {
        display: none;
    }
	*/
    h3.icon-title-text-main-title {
        margin-top: 0px;
        margin-bottom: 48px;
    }
    .what-we-do-content .img-responsive {
        margin-bottom: 0px;
    }
    .icon-title-text .text-left p {
        display: all;
    }
    .front-productions p {
        display: all;
    }
    .front-productions .img-responsive {
        margin-bottom: 18px;
    }
}


/*widget list updated*/

ul.sidebar_list {
    margin: 0;
    padding: 0;
    list-style: disc;
    overflow: visible;
    margin-left: 25px;
}

@media (max-width: 500px) {
    .line-header span:before,
    .line-header span:after {
        content: none;
    }
    .main-navigation {
        width: 100%;
    }
    ul#header-menu {
        margin-left: 0px;
        /*max-width: 277px;*/
        width: 100%;
        margin: 0 auto;
        float: right;
    }
	
	.main-navigation li {
		/*float: right;*/
		letter-spacing: -1.5px;
		padding : 10px 5px 10px 5px;
		font-size: 13px;
		position: relative;
	}

    section.not-found .page-content {
        padding: 10px 10px 100px;
    }
    section.not-found p.pull-right {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .news-wrapper .col-xs-5,
    .news-wrapper .col-xs-10 {
        width: 100%;
        padding-right: 0;
    }
    .news-wrapper .col-xs-5,
    .news-wrapper .col-xs-10 {
        padding-left: 0;
    }
    .news-wrapper .second-case {
        padding-left: 0;
        margin: 20px 0 0;
    }
    .social-share-post ul {
        margin: 0 0 75px !important;
    }
    .language-selector {
        position: absolute;
        top: 15px;
        width: 55px;
        height: 55px;
    }
    .top-navigation li {
        /* padding: 10px 5px; */
		/**font-family: 'Nanum Gothic', sans-serif;
		font-size: 16px;
		line-height: 1.7em;**/
    }
	
    .top-navigation a {
        font-size: 16px;
    }
    html[lang="ko-KR"] .top-navigation a {
        font-size: 18px;
    }
    .social li a span {
        width: 65px;
        font-size: 10px;
        top: 3px;
        float: left;
        text-align: center;
        background: #222;
        color: #fff;
        margin: -30px 50px;
        padding: 8px 5px;
        transform-origin: 0;
        visibility: hidden;
        opacity: 0;
        transform: rotateY(45deg);
        border-radius: 5px;
        transition: all .5s ease .300ms;
    }
	/** 알림판 좌측 이동 **/
	.widget_ichcap_front_page_image_rotator_block_widget {
		/* 20200904 
		margin: 0 5px 1.5em -13px;*/
		
	}
}



@media (max-width: 400px) {
	.main-navigation li {
		/*float: right;*/
		letter-spacing: -1.5px;
		padding : 10px 5px 10px 0px;
		font-size: 12px;
		position: relative;
	}
	html[lang="ko-KR"] .main-navigation li {
		/*float: right;*/
		letter-spacing: -1px;
		padding : 10px 5px 10px 5px;
		font-size: 14px;
		position: relative;
	}	
}

.type2 {
    margin-top: -40px;
}

@media (max-width: 768px) {
    .type2 {
        margin-top: -20px;
    }
}

@media( max-width: 768px) {
    .left-ich-courier {
        min-height: 352px;
    }
}

.leaflet-map {height: 800px;width: 100%;position: relative;}
/*
.leaflet-map {height: 0;width: 100%;position: relative;}
*/
#map {position: absolute;top: 0;bottom: 0;right: 0;left: 0;}
.leaflet-map h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    text-align: left;
}

.leaflet-map p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    text-align: left;
}

.leaflet-map em {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .8em;
    font-weight: 400i;
}

.center {
    text-align: center;
}

.leaflet-map img.flag {
    display: inline;
    float: left;
    border: 1px solid #959595;
}

.leaflet-map img.ichcap {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.leaflet-popup-content-wrapper {
    width: 350px;
}

.leaflet-popup-content {
    width: 310px;
}

.leaflet-map th {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: left;
    border: none;
    font-size: 1.3em;
    width: auto;
}

.leaflet-map td {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 5px;
    border: none;
    font-size: 1.3em;
    width: a
}

;
.front-label {
    float: left;
    width: 100%;
    padding: 9px 0px 9px 18px;
    font-weight: 700;
    color: #ffffff;
    background: #334d80;
    margin-bottom: 2.5em;
}

.front-label:hover {
    color: #ffbc32;
}

.line-wrap {
    border-top: solid 1px #334d80;
    padding-top: 18px;
}

.widget_text h4 {
    border-top: 1px solid #334d80;
    padding-top: 5px;
}

.org_chart {
    max-width: 50%;
}

.inline-box {
    width: 40%;
    float: right;
    background: #f3f3f3;
    margin: 18px;
    margin-top: 0px;
    padding: 12px;
}

.inline-box p {
    margin-bottom: 0px;
}

@media( max-width: 992px) {
    .inline-box {
        width: 100%;
        float: none;
        height: auto;
        margin: 27px 0;
    }
}


/*Notice widget*/

.notice-box {
    background: #f3f3f3;
    padding: 27px 27px 32px 27px;
    margin-bottom: 27px;
    width: 100%;
    margin-right: auto;
    float: left;
}

.notice-entry-wrap {
    border-bottom: 1px solid darkgrey;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.notice-title {
    margin-left: 0px;
    float: left;
    width: 80%;
    margin-bottom: .75em;
    margin-top: .75em;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.notice-title a {
    color: #000000;
}

.notice-date {
    font-size: 12px;
    color: #757575;
    float: right;
    padding-left: 10px;
    width: 20%;
    text-align: right;
    margin-top: .75em;
}

.notice-new-label {
 display: inline;
 padding: .2em .6em .3em;
 font-size: 11px;
 line-height: 1;
 color: #ffffff;
 background-color: #d9534f;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: .25em;
 }

@media (max-width: 767px) {
    .notice-box {
        background: #f5f5f5;
        padding-top: 27px;
        padding-bottom: 8px;
        margin-bottom: 27px;
        padding-right: 27px;
        width: 100%;
        margin-right: auto;
    }
}

.plus-link a{
    float:right;
    color: #334d80;
}
.plus-link a:hover{
    float:right;
    color: #ffbc32;
}
/*.notice-list a:hover {
    color: #334d80;
}*/
#map_canvas1 {display: none;}
