@charset "utf-8";
@import url(/skin/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Nanum+Brush+Script');

.body-layout { font-family: 'PT Sans', 'Noto Sans Korean', sans-serif; }
.navbar~br, .divider-vertical, .navbar .caret, .footer-social-layout {
    display: none !important;
}

.navbar-inverse {
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 0;
}
.topmarginLay_a {
    height: 90px !important;
}
.navbar-inverse .navbar-brand {
    margin: 25px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    height: 40px;
    margin: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #444;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-collapse {
        border-bottom: 1px solid #DEDEDE;
        margin-bottom: -1px;
    }
    .navbar-inverse .navbar-nav>li>a {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.06em;
    transition: ease .3s all;
        background: none !important;
        box-shadow: none !important;
}
    .navbar-inverse .navbar-nav>li>a::after {
        content: '';
        display: block;
        width: 0px;
        height: 1px;
        background-color: #18B78E;
        transition: ease .3s all;
    }
    
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus {
        color: #444;
    }
    
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>.open>a:hover,
/*  .navbar-inverse .navbar-nav>li>a:focus, */
    .navbar-inverse .navbar-nav>li:hover>a {
/*  .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus { */
        color: #18B78E;
        background-color: transparent;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav>li>a:hover::after,
    .navbar-inverse .navbar-nav>.open>a:hover::after,
/*  .navbar-inverse .navbar-nav>li>a:focus::after, */
    .navbar-inverse .navbar-nav>li:hover>a::after {
/*  .navbar-inverse .navbar-nav>.open>a::after,
    .navbar-inverse .navbar-nav>.open>a:focus::after { */
        width: 100%;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #FFF;
        border-radius: 10px;
        border: none;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .125);
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        padding: 15px 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #666;
    text-align: center;
    padding: 12px 20px;
    letter-spacing: -0.06em;
    line-height: 1;
}
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #18B78E;
        text-decoration: underline;
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a:focus+.dropdown-menu,
    .navbar-inverse .navbar-nav > .open > a+.dropdown-menu,
    .navbar-inverse .navbar-nav > .open > a:focus+.dropdown-menu {
        display: none !important;
    }

    .navbar-inverse .navbar-nav > .open > a:hover+.dropdown-menu {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav>li>a {
    padding: 34px 24px;
    margin: 1px 0 0;
}
}

.container.container_slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container.container_slide .fill {
    height: 560px;
    background-size: cover;
    background-position: center bottom;
    transition: ease 1s all;
}
.container.container_slide .fill .carousel-caption {
    top: 40%;
    left: auto;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #222;
    text-align: left;
    transform: translate(0, -50%);
    transition: ease .3s all;
}
.container.container_slide .fill .carousel-caption h1 {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.container.container_slide .fill .carousel-caption p {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-name: fadeIn;
}

.container.container_slide .fill .carousel-caption h1 span,
.container.container_slide .fill .carousel-caption p span {
    opacity: 1;
    background: none;
    padding-left: 0;
    padding-right: 0;
/*  text-shadow: none; */
    text-shadow: 0px 0px 5px #FFF;
    display: block;
}
.container.container_slide .fill .carousel-caption h1 span>small {
    display: block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #18B78E;
    margin: 0 0 5px;
}
.container.container_slide .fill .carousel-caption h1 span>small::after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #18B78E;
    display: block;
    position: absolute;
    left: 0;
    top: -13px;
}
.container.container_slide .fill .carousel-caption p span {
    padding: 0;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-top: 10px;
    display: block;
    text-align: right;
}

@media (min-width: 768px) {
    .container.container_slide .fill .carousel-caption h1 span {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
}

@media (max-width: 767px) {
    .container.container_slide .fill {
        height: 250px;
    }
    .container.container_slide .fill .carousel-caption {
        top: 50%;
    }
    .container.container_slide .fill .carousel-caption p span {
        font-size: 13px;
        text-align: left;
    }
}
.container.container_contents {
    width: 100%;
    padding: 0;
    background: #F1F1F1;
} 
.row.intro-html-layout {
    margin: 0;    background: #fff;
} 
.intro-html-layout>.col-sm-12 {
    padding: 0;
}

#ma-product {
    padding-top: 60px;
    padding-bottom: 45px;
}

#ma-product .row-half a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
}

#ma-product .item-inner {
    display:block;
    position: relative;
    background-color: #FAFAFA;
}

#ma-product .item-inner img {
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
}
#ma-product .item-inner:hover img {
    opacity: 0.5;
}

#ma-product .item-inner h5 {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
}

#ma-product .item-inner h5 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0.75;
    letter-spacing: 0.5px;
}

#ma-product .item-inner .more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
}

@media (min-width: 500px) and (max-width: 767px) {
    #ma-product .row-half > div[class^=col] {
        width: 33.3333333%;
        float: left;
    }
}

@media (min-width: 500px) {
    #ma-product .row-half {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    #ma-product .row-half > div[class^=col] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Sub */
.container.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.is-sub header {
    background-color: #CCC;
    background-image: url(/skin/img/slide/slide.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 200px;
    position: relative;
}

.is-sub header::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #8bc541; /* Old browsers */
background: -moz-linear-gradient(top, #8bc541 0%, #04abce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8bc541 0%,#04abce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8bc541 0%,#04abce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc541', endColorstr='#04abce',GradientType=0 ); /* IE6-9 */
    opacity: .75;
    z-index: 1;
}

.is-sub header .container {
    position: relative;
    z-index: 2;
}

.is-sub header .text {
    text-align: center;
    padding-top: 70px;
}
.is-sub header .text p {
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 300;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.is-sub header .text p strong {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
    margin: 8px 0 0;
    letter-spacing: -0.04em;
}
.is-sub-left-title {
    margin: 50px 0 30px;
    color: #454545;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
    display: block;
}

.is-sub-left-title small {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0 0;
    opacity: .75;
    letter-spacing: 0.1em;
}

#is-sub-left {
    padding-right: 30px;
}

#is-sub-left > ul {
    list-style: none;
    padding: 0;
}

#is-sub-left > ul > li > a {
    padding: 13px 20px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #666;
    border-top: 1px solid #ddd!important;
    text-decoration: none;
}
#is-sub-left > ul > li > a:hover {
    color: #18B78E;
    background: #f3f3f3;
}
#is-sub-left > ul > li.active > a, #is-sub-left > ul > li.active > a:hover {
    background: #3f454a;
    color: #fff;
}
#is-sub-left > ul > li:last-child > a {border-bottom: 1px solid #e5e5e5 !important;}
#is-sub-left > ul > li > ul {margin: 0; padding: 0; list-style: none;}
#is-sub-left > ul > li > ul > li > a {background: #f6f9f3; padding: 10px 30px; display: block; font-size: 14px; color: #666;}
#is-sub-left > ul > li > ul > li.active > a,#is-sub-left > ul > li > ul > li.active > a:hover,#is-sub-left > ul > li > ul > li.active > a:focus {color: #34b371; background: #e3e9dc; text-decoration:underline;}

#is-sub-content {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    #is-sub-left {
        width: 250px;
        float: left;
        padding-right: 19px;
    }
    
    #is-sub-content {
        width: calc(100% - 250px);
        float: left;
        padding-left: 21px;
    }
}

@media (max-width: 767px) {
    #is-sub-content h3 > br {
        display: none;
        word-break: keep-all;
    }
}

#is-sub-content h3 {
    line-height: 1.5;
    margin:0 0 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

#is-sub-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

#is-sub-content h4::before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #18B78E;
    display: block;
    left: 0;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}

#is-sub-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin: 0 0 20px;
    word-break:keep-all;
}

#su-greetings #is-sub-content p.text-right {
    font-size: 18px;
}

#su-greetings #is-sub-content p.text-right span {
    font-size: 200%;
    font-family: 'Nanum Brush Script', serif;
    font-weight: bold;
}

#su-certification .certi {
    margin-bottom: 30px;
}
#su-certification .certi figure img {
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #ececed;
    box-shadow: 1px 1px 5px #eee;
}
#su-certification .certi figcaption {
    font-weight: 500;
    text-align: center;
}

.ideology-item h5 {
    font-size: 18px;
    font-weight: 300;
    background-color: #18B78E;
    display: inline-block;
    padding: 6px 15px;
    color: #FFF;
    line-height: 1;
}

#is-sub-content .ideology-item {
    text-align: center;
}

#is-sub-content .ideology-item p {
    font-size: 18px;
}

#is-sub-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: none;
}

#is-sub-content ul > li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

#is-sub-content ul:not(.pagination) > li::before {
    content: '';
    width: 4px;
    height: 2px;
    background-color: #444;
    display: block;
    position: absolute;
    left: 23px;
    margin-top: 12px;
}
#is-sub-content .page--header {
    border-bottom: 3px solid #DDD;
    margin: 0 0 35px;
    padding: 0 0 37px;
}
#is-sub-content .page--header h2 {
    margin: 15px 0 0;
    line-height: 1;
    color: #222;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
#is-sub-content .page--header .breadcrumb-box {
    float: right;
}

@media (max-width: 767px) {
    #is-sub-content .page--header h2 {
        font-size: 24px;
    }
    
    #is-sub-content .page--header .breadcrumb-box {
        float: none;
    }
    
    #is-sub-content .page--header .breadcrumb-box .breadcrumb {
        text-align: left;
    }
}

.breadcrumb-box .breadcrumb {
    padding: 0;
    text-align: right;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 20px 0 0;
    background: none;
}
.breadcrumb-box .breadcrumb > li:first-child::before {
    font-family: FontAwesome;
    content: "\f015";
    margin-right: 5px;
}

.breadcrumb-box .breadcrumb > li+li::before {
    font-family: FontAwesome;
    content: "\f105";
}

.breadcrumb-box .breadcrumb > li:last-child {
    font-weight: 600;
    color: #18B78E;
}

.is-article .img-responsive {
    margin-bottom: 20px;
}
.table {
    border-top: 2px solid #18B78E !important;
    border-bottom: 2px solid #ccc !important;
    margin: 0 0 20px !important;
}
.table thead tr th, .table tbody tr th, .table tbody tr td {
    color: #666;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.6;
    padding: 14px 16px;
    vertical-align: middle;
    word-break: keep-all;
    border-bottom: 1px solid #dedede;
}
.table thead tr th {
    background-color: #f8f8f8;
    text-align: center;
}
.table tbody tr td strong a { color: #444; font-weight: 500; }
.pagination {
    padding: 0 !important;
    margin: 0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #18B78E;
    border-color: #18B78E;
}

.footer_copy {
    float: left;
    width: 100%;
}
.footer_copy > .col-lg-12 {
    padding: 0;
}
.footer_copy > .col-lg-12 > br {
    display: none;
}
.footer_copy footer {
    background-color: #231F20;
    padding: 30px 0;
    text-align: left;
}
footer p {
    color: #888;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
footer p > span {
    font-weight: 500;
    color: #18B78E;
}
.intro-board-widget-layout{    margin-left: 0;
    margin-right: 0;
    /* background-color: #F1F1F1; */
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;}
.intro-board-layout{max-width:1170px;float:none;width: 100%;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}
@media (min-width: 992px) {.intro-boardbox{width:33.3%}}
.intro-boardbox .page-header h4{margin:0;font-size:28px;color:#212121;font-weight:400}
.intro-boardbox .page-header h4 > .btn{background-color:rgba(0,0,0,.1);border-radius:0;padding:5px 10px;width:32px;height:32px;color:rgba(0,0,0,.75)}
.intro-boardbox .page-header{border-bottom:0;padding-bottom:0}
.front-panel>.panel{background-color:transparent;border:0}
.front-panel>.panel>.panel-body{padding:0}
.dh-front-list2{margin-bottom:20px}
.dh-front-list2-words{padding:0}
.dh-front-list2 .list-row-contents{display:none}
.dh-front-list2 h6,.dh-front-list2 h6>b,.dh-front-list2 h6>b>a,.dh-front-list2 h6>b>a>span{font-size:14px;font-weight:400;color:rgba(0,0,0,.75)}
.dh-front-list2 h6>b>a:hover,.dh-front-list2 h6>b>a:focus,.dh-front-list2 h6>b>a:hover>span,.dh-front-list2 h6>b>a:focus>span{text-decoration:none;color:#18B78E}
.dh-front-list2 h6 a small .label-danger{background-color:transparent;color:#18B78E!important;text-decoration:none!important}
.dh-front-list2-words .row-separator{display:none}
.dh-front-list2-words .list-row-regdate{float:right}
.intro-widget-text{padding-left:0;margin-bottom:0;padding-left:65px}
.intro-widget-text li{color:rgba(0,0,0,.75);font-weight:400;line-height:2;margin-left:20px;list-style:none;display:inline-block}
.intro-boardbox-type-widget img{float:left;margin-left:10px}
.col-sm-12 .intro-boardbox.intro-boardbox-type-bbs .intro-boardbox-12{float:left; height:212px;}
.col-sm-12 .intro-boardbox .intro-boardbox-type-vod .intor-boardbox-1{clear:both; float:left}
.col-sm-12 .intro-boardbox{float:left}


@media (max-width:767px){
    .dh-front-list2 h6, .dh-front-list2 h6>b, .dh-front-list2 h6>b>a, .dh-front-list2 h6>b>a>span {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .intro-boardbox-10 {
        padding-right: 30px;
    }
    
    .intro-boardbox-type-widget {
        padding-left: 30px;
    }
}

#is-sub-content .nav-pills {
    padding-left: 0;
}

#is-sub-content .nav-pills > li::before {
    content: '';
    display: none !important;
}

/* 2018-08-23 */
.btn.btn-secondary {
    background-color: #333;
    color: #CCC;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.03em;
    border-radius: 0;
}

.login-layout {
    max-width: 1170px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

#su-greetings #is-sub-content .col-md-7 p {
    font-size: 18px;
}

/* 2019-03-14 */
.navbar-inverse .navbar-brand {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-toggle {
    border: 0;
    background-color: #19B78E;
	margin-top: 30px;
}

.navbar-inverse .navbar-toggle > .icon-bar {
    background-color: #fff;
}

@media (max-width: 767px) {	
	#myCarousel .item > .fill {
		position: relative;
	}
	
	#myCarousel .item > .fill::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fff;
		opacity: .75;
		content: '';
		display: block;
		z-index: 10;
	}
	
	.fill .carousel-caption {
		z-index: 11;
		left: 0 !important;
		right: 0 !important;
		text-align: center !important;
	}
	
	.container.container_slide .fill .carousel-caption p span {
		text-align: center;
	}
	
	.container.container_slide .fill .carousel-caption h1 span>small::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 539px) {
	.container.container_slide .fill .carousel-caption h1 {
		font-size: 28px;
		letter-spacing: -.03em;
	}
	.container.container_slide .fill .carousel-caption h1 span>small {
		font-size: 16px;
	}
}