/* common style */

.body-layout {
    color: #555555;
    font-size: 12px;
    /*font-family: 'NanumGothic', 'Ã«â€šËœÃ«Ë†â€ÃªÂ³Â Ã«â€â€¢';*/
    line-height: 1.6;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
}

.marginT0 {
    margin-top: 0;
}

.color01 {
    color: #096bd8;
}

/* //common style */
/* logo */

.navbar-brand img {
    padding-top: 28px;
}

/* //logo */
/* navigation bar */

.navbar-inverse {
    margin: 0;
    padding: 0;
    border-width: 0;
    background: transparent;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-inverse > .container {
    width: 1110px;
    background-color: #ffffff;
}
#navbar-bg {
    z-index: 1000;
    width: 1110px;
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    background: #fafafa;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    height: 0;
}
.navbar-inverse.on #navbar-bg {
    /* border-top:1px solid #ddd; */
}
.navbar-inverse .navbar-nav .dropdown-menu {
    z-index: 1030;
    padding-top: 30px;
    border: none;
    box-shadow: none;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.navbar-inverse.on {
    background: #fff;
}
.navbar-inverse .navbar-right > li > a {
    display: inline-block;
    min-width: 160px;
    color: #fff;
}
.navbar-inverse.on .navbar-right > li > a {
    color: #fff;
}

.remotecontroll {
    border: 1px solid #eee;
    margin: 0 auto;
    max-width: 1105px;
}
.me-3 {
	margin-right: 1rem !important;
}
@media (max-width: 767px) {
    .remotecontroll {
        display: none;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        padding: 15px;
        background: #fff;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 30px;
    }
}

.remotecontroll img {
    display: inline-block;
    float: right;
    max-width: 130px;
    margin-top: 30px;
}

.remotebutton {
    display: inline-block;
    float: right;
    max-width: 130px;
    margin-top: 35px;
    border: 1px solid #337AB7;
    border-radius: 8px;
    padding: 10px 15px;
    color: #333;
    background: #fff;
    -o-transition: color 0.2s ease-out, background 1s ease-in;
    -ms-transition: color 0.2s ease-out, background 1s ease-in;
    -moz-transition: color 0.2s ease-out, background 1s ease-in;
    -webkit-transition: color 0.2s ease-out, background 1s ease-in;
    /* ...and now override with proper CSS property */
    transition: color 0.2s ease-out, background 1s ease-in;
}

/* @media (min-width: 1200px) {
		.navbar-inverse> .container {
			background: url('/skin/img/m_menu/remotecontroll.png') right no-repeat;
			background-size: 190px 80px;
    		background-position: 910px 14px;
			position: relative
		}
	} 

@media (max-width: 1023px) {
		.linkimg {
			display: none;
		}
	}

@media (max-width: 1023px) and  {
		.linkimg {
			display: none;
		}
	}


@media (min-width: 1024px) and (max-width: 1199px) {
		.linkimg {
			float: right;
			margin-right: 38px;
			margin-top: 15px;
			width: 14%;
		}
	}


	
	@media (min-width: 1024px) and (max-width: 1199px) {
		.linkimg {
			float: right;
			margin-right: 38px;
			margin-top: 15px;
			width: 14%;
		}
	}
	
@media (min-width: 1300px) and(max-width: 1520px) {
	    .linkimg {
			margin-right: 198px;
		}
}

@media (min-width: 1300px) and(max-width: 1520px) {
	    .linkimg {
			margin-right: 198px;
		}
}*/

@media (max-width: 1023px) {
    .linkimg {
        display: none;
    }
}

.navbar-collapse {
    margin-top: 80px;
    background: #5c5c5c;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

@media (max-width: 425px) {
    .navbar-collapse > ul {
        display: block;
    }
}

.navbar-right {
    float: left !important;
}

@media (max-width: 425px) {
    .navbar-right > li {
        width: 100%;
    }
}

.navbar-nav {
    margin-top: -6px;
    padding-left: 0;
    display: block;
    text-align: center;
    width: 100%;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}

@media (max-width: 768px) {
    .navbar-nav {
        /* padding-left: 25px; */
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-collapse {
        margin-top: 0;
    }
}

.navbar-inverse .navbar-nav > li > a {
    margin: 0;
    padding: 20px 57px;
    color: #eee;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
}

@media (max-width: 407px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
        width: 100%;
    }
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    /* font-weight: 600; */
}

.navbar-inverse .divider-vertical {
    display: none;
}

.navbar-nav .dropdown-menu {
    border-width: 0;
}

.navbar-nav .dropdown-menu > li > a {
    padding: 9px 20px;
    color: #333333;
    font-size: 13px;
    background-color: transparent;
    text-align: center;
}

.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:hover {
    color: #0094DA;
    background: none;
    text-decoration: underline;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}

.navbar-nav .dropdown-menu > li > a > .caret {
    display: none;
}

.navbar-toggle {
    border-width: 0;
    background-color: #096bd8;
}

@media screen and (max-width: 991px) {
    .navbar-inverse > .container {
        width: 100%;
    }
}

/* Tablet, Desktop */

@media screen and (min-width: 768px) {
    .navbar-right .dropdown .dropdown-menu {
        right: auto;
    }

    .topmarginLay_a {
        height: 40px !important;
    }

}

.navbar-nav .caret {
    display: none;
}

/* //navigation bar */
/* main slide */

#mainSlide {
    margin-top: 101px !important;
}

.carousel-caption {
    bottom: 4%;
    left: 5%;
}

.carousel-caption p {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    float: left;
    padding: 25px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 1px;
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

@media screen and (max-width: 767px) {
    .carousel-caption p {
        display: none;
    }
}

/* //main slide */
/* main html */

.main-bottom,
.main-middle {
    padding: 5px 30px;
    background-color: #ffffff;
}

.main-bottom h3,
.main-middle h3 {
    font-size: 23px;
}

.main-bottom {
    margin-top: 15px;
    padding-bottom: 20px;
}

.main-bottom > .title {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.main-bottom h4 {
    font-size: 16px;
    font-weight: 700;
}

.middle_main > p {
    font-size: 16px;
}

.main_frame {
    overflow: hidden;
}

.main_img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #eee;
    overflow: hidden !important;
}

.main_text {
    border: 1px solid #eee;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    padding: 6px 6px 22px;
    height: 150px;
    margin-bottom: 13px;
}

/* .main_img:hover {
		width: 270px -moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		overflow: hidden !important;
	} */

.main-btn {
    margin: 22px 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #096bd8;
}

.mBtn1 {
    color: #096bd8;
}

.mBtn2 {
    color: #ffffff;
    background-color: #096bd8;
}

.footer-social-layout {
    display: none;
}

/* main html */
/* Ã­â€¢ËœÃ«â€¹Â¨ Ã¬Â¹Â´Ã­â€Â¼Ã«ÂÂ¼Ã¬ÂÂ´Ã­Å Â¸ Ã¬â€žÂ¤Ã¬Â â€¢ Ã¬â€¹Å“Ã¬Å¾â€˜*/

body > .navbar-fixed-bottom .text-center {
    background: #ffffff;
    /*Ã«Â°Â°ÃªÂ²Â½ Ã¬Æ’â€°*/
    color: #999999;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬Æ’â€°*/
    font-size: 14px;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã­ÂÂ¬ÃªÂ¸Â°*/
    padding: 0;
    /*Ã«â€šÂ´Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
    margin: 0;
    /*Ã¬â„¢Â¸Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
    text-align: center;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬Â â€¢Ã«Â Â¬*/
}

.footer_copy {
    width: 1080px;
    margin: 0 auto;
    border-top: 1px solid #b8b8b8;
    background-color: #e2e2e2;
}

.footer_copy img {
    padding-top: 11px;
}

.footer_copy .text-center {
    display: inline-block;
    margin: 0;
    color: #eaeaea;
    font-weight: 400;
    text-align: left;
    background-color: #5c5c5c;
    padding-top: 20px;
    width: 100%;
}

.footer_copy .text-center .policy a {
    color: #6e6e6e;
}

.footer_copy .text-center .policy span {
    padding: 0 40px;
}

.footer_copy .text-center .copy,
.footer_copy .text-center .info {
    color: #eaeaea;
}

.footer_copy .text-center .info span {
    display: inline-block;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .footer_copy .text-center .policy span {
        padding: 0 10px;
    }

    .footer_copy .text-center .info span {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .footer_copy {
        width: 100%;
    }
}

/* Ã­â€¢ËœÃ«â€¹Â¨ Ã¬Â¹Â´Ã­â€Â¼Ã«ÂÂ¼Ã¬ÂÂ´Ã­Å Â¸ Ã¬â€žÂ¤Ã¬Â â€¢ Ã«ÂÂ*/
/*Ã¬ÂÂ¸Ã­Å Â¸Ã«Â¡Å“ Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬â€žÂ¤Ã¬Â â€¢ Ã¬â€¹Å“Ã¬Å¾â€˜*/

h1.intro_span {
    background-color: none;
    /*Ã«Â°Â°ÃªÂ²Â½ Ã¬Æ’â€°*/
    color: #ffffff;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬Æ’â€°*/
    font-size: 36px;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã­ÂÂ¬ÃªÂ¸Â°*/
    padding: 0;
    /*Ã«â€šÂ´Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
    margin: 10px;
    /*Ã¬â„¢Â¸Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
}

p.intro_span {
    background-color: none;
    /*Ã«Â°Â°ÃªÂ²Â½ Ã¬Æ’â€°*/
    color: #ffffff;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬Æ’â€°*/
    font-size: 14px;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã­ÂÂ¬ÃªÂ¸Â°*/
    padding: 0;
    /*Ã«â€šÂ´Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
    margin: 10px;
    /*Ã¬â„¢Â¸Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
}

.flex-caption span.intro-title {
    background: none;
    /*Ã«Â°Â°ÃªÂ²Â½ Ã¬Æ’â€°*/
    color: #ffffff;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬Æ’â€°*/
    font-size: 36px;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã­ÂÂ¬ÃªÂ¸Â°*/
    padding: 0;
    /*Ã«â€šÂ´Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
    margin: 10px;
    /*Ã¬â„¢Â¸Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
}

.flex-caption span.intro-text {
    background: none;
    /*Ã«Â°Â°ÃªÂ²Â½ Ã¬Æ’â€°*/
    color: #ffffff;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬Æ’â€°*/
    font-size: 14px;
    /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã­ÂÂ¬ÃªÂ¸Â°*/
    padding: 0;
    /*Ã«â€šÂ´Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
    margin: 10px;
    /*Ã¬â„¢Â¸Ã«Â¶â‚¬ Ã¬â€”Â¬Ã«Â°Â±*/
}

/*Ã¬ÂÂ¸Ã­Å Â¸Ã«Â¡Å“ Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ Ã¬â€žÂ¤Ã¬Â â€¢ Ã«ÂÂ*/
/* sub page */

.page-title > .col-md-12:first-child {
    padding: 0;
}

.sub-layout {
    background-color: #ffffff;
    min-height: 765px;
}

.page-title h2 {
    letter-spacing: -1px;
}

.page-title h2:lang(en) {
    margin-top: 25px;
    font-size: 21px;
}

.page-title h2:lang(kr) {
    margin-top: 0;
    color: #555555;
    font-size: 14px;
}

.page-detail {
    margin-top: 30px;
    /*padding-bottom: 30px;*/
    padding: 0 20px 30px;
}

.page-detail h3 {
    font-size: 25px;
    margin-bottom: 35px;
    font-weight: 400;
}

.page-detail h4 {
    font-size: 17px;
}

.page-detail .organization {
    margin-top: 30px;
    border-top: 2px solid #eeeeee;
}

.page-detail img.ico {
    display: inline-block;
}

.page-detail .ceo-sign {}

@media (min-width: 1200px) {
    .container.sub-layout {
        width: 1110px;
    }
}

/* //sub page */
/*Formmail*/

#mailForm {
    margin-top: 20px;
}

/*table*/

.dh-board > .table {
    margin: 40px 0;
    border-top: 2px solid #096bd8;
    border-bottom: 2px solid #096bd8;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(9, 107, 216, 0.2);
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 2;
}

.subject > small > span {
    background-color: rgba(0, 0, 0, 0);
    color: #096bd8;
}

.dh-view-box > .row > div:nth-child(5) {
    margin-bottom: 30px;
}

#top {
    height: 230px;
    background: url("/skin/img/sub/banner.png") no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
}

@media(max-width: 1025px) {
    #top {
        display: none;
    }
}

#top > .caption {
    background: rgba(0, 0, 0, 0.2);
    width: 280px;
    height: 120px;
    text-align: center;
    padding: 2px;
}

#top > .caption > h3 {
    color: #fff;
    font-weight: 500;
    font-size: 45px;
}

/* Ã¬â€šÂ¬Ã¬ÂÂ´Ã«â€œÅ“Ã«Â©â€Ã«â€°Â´ */

.padd-left00 {
    padding-left: 0;
}

.left_menu {
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .left_menu {
        display: none;
    }
}

@media(min-width: 768px) {
    .left_menu {
        display: block;
    }
}

.left_menu h1 {
    border-top: 2px solid #0094DA;
    font-size: 15px;
    font-weight: bold;
    background: #f7f7f7;
    margin: 0;
    color: #555;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.left_menu > ul {
    padding: 0;
    margin: 0;
}

.left_menu > ul > li {
    font-size: 15px;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    background: #fff;
    position: relative;
}

.left_menu > ul > li > a {
    display: block;
    color: #555555;
    text-indent: 22px;
    font-size: 14px;
}

.left_menu > ul > .active {
    background: #4C93DB;
}

.left_menu > ul > .active > a {
    color: #fff;
}

.left_menu > ul > .active > ul {
    background: #f0f8ff;
}

.left_menu > ul > .active > ul > li > a {
    text-decoration: none;
    color: #333;
}

.left_menu > ul > .active > ul > .active > a {
    color: #4C93DB;
}

/* Ã¬â€žÅ“Ã«Â¸Å’Ã¬Â»Â¨Ã­â€¦ÂÃ¬Â¸Â  */

#content {
    min-height: 450px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #content {
        padding: 30px 0;
    }
}

.head {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.head h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    color: #333;
    display: inline;
}

.breadcrumb {
    float: right;
    background: none;
    margin-bottom: 0;
    display: inline;
}

#content > div > ul {
    line-height: 39px;
    font-size: 16px;
    list-style: none;
    font-weight: 600;
}

#content > div > ul > li::before {
    content: "\f058";
    font-family: "FontAwesome";
}

#content div > ol > li::before {
    content: "\f05d";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.mainten_def2 > ol > li::before {
    display: none;
}

/* Ã¬ËœÂ¤Ã¬â€¹Å“Ã«Å â€ ÃªÂ¸Â¸ */

.location_def > div > h4 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
}

.location_def > div > p {
    font-size: 15px;
    font-weight: 600;
}

/* hipro page */

.hipro_def > div:last-child {
    font-size: 14.5px;
}

.hipropanel {
    border: 1px solid #eee;
    padding: 15px;
}

.hipropanel > panel-heading {
    text-align: left !important;
}

.hiprobody {
    text-align: left;
    line-height: 35px;
    word-break: keep-all;
}

.hiprohead {
    font-size: 18px !important;
    letter-spacing: -1px;
}

.hipropanel > div:last-child {
    font-size: 15px;
}

/* HIPRO-MES */
#hipro-mes .section {
    margin-bottom: 35px;
}

#hipro-mes .tell_title {
    margin-bottom: 20px;
}

#hipro-mes img {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#hipro-mes p {
    font-size: 15px;
    text-align: center;
}

#hipro-mes #content div > ol {
    padding-left: 15px;
}

#hipro-mes #content div > ol > li {
    font-size: 15px;
}

#hipro-mes #content div > ol > li::before {
    content: none;
}

@media(max-width: 767px) {
    .hipro_def > div:last-child {
        font-size: 12px;
    }
}

@media(max-width: 1199px) {
    .hipro_def > div:last-child {
        margin-bottom: 45px;
    }
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
    margin-top: 25px;
}

@media screen and (max-width: 425px) {

    #menu1,
    #menu2,
    #menu3,
    #menu4,
    #menu5 {
        margin-left: -30px;
    }
}

#menu1 > img:first-child {
    margin-bottom: 20px;
}

#content > .nav-tabs > .active > a {
    border-top: 2px solid #4C93DB;
}

@media(max-width: 767px) {
    #content > .nav-tabs {
        width: 240px;
    }
}

@media screen and (max-width: 425px) {
    #content img {
        width: 100%;
    }
}

#menu2 > ul,
#menu3 > ul {
    font-size: 15px;
    text-align: left;
    line-height: 36px;
    margin-top: 30px;
    float: left;
}

@media(max-width: 767px) {

    #menu2 > ul,
    #menu3 > ul {
        font-size: 12px;
        margin-right: 25px;
    }
}

#menu3 > ul {
    width: 88%;
}

#content > h4:first-child {
    font-size: 19px;
    margin-bottom: 30px;
}

#menu1 > .panel-info:first-child {
    margin-top: 55px;
}

/* winpower */

.panel {
    border-radius: 0;
}

.panel-heading {
    font-size: 18px;
    font-weight: bold;
}

.panel-body > ul {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    list-style: none;
}

.panel-body > div > ul {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    list-style: none;
}

.panel-body > ul > li::before {
    content: "\f046";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.panel-body > div > ul > li::before {
    content: "\f046";
    font-family: "FontAwesome";
    margin-right: 10px;
}

@media (min-width: 425px) {
    .panel-body {
        padding: 0;
    }
}

@media (max-width: 425px) {
    .panel-body > div > ul {
        margin-right: 35px !important;
        word-spacing: -2px !important;
        font-size: 11px;
    }
}

@media (max-width: 425px) {
    .panel-body > ul {
        margin-right: 35px !important;
        word-spacing: -2px !important;
        font-size: 11px;
    }
}

@media(max-width: 425px) {
    .winpower_def > div:last-child {
        font-size: 12px !important;
        margin-bottom: 35px !important;
    }
}

@media (max-width: 991px) {
    .winpower_def {
        margin-bottom: 220px;
    }
}

.panel-body > div > a > img {
    margin: 20px 0;
}

.winpower_def > div:last-child {
    font-size: 15px;
}

.winpower_def {
    margin-bottom: 20px;
}

.winpower_hrmdef {
    margin-top: 35px;
}

/* emax */

.emax_def > h4 {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 425px) {
    .emax_def > h4 {
        font-size: 11px;
    }
}

/* pda */

.pda_title {
    font-size: 19px !important;
}

.pda_def > .tab-content > div > div > p {
    font-size: 16px;
}

@media screen and (max-width: 767px) {

    .pda_def > ul {
        margin-top: 45px;
    }

    .pda_def > ul > li {
        width: 135%;
        float: none;
        margin-bottom: -1px;
        margin-left: -15px;
    }

    .pda_def > ul > li:last-child {
        border-bottom: 1px solid #eee;
    }
}

/*pos*/

.pos_title {
    font-size: 19px !important;
    margin-bottom: 35px;
}

.pos_def {
    border: 2px solid #eee;
    border-radius: 15px;
    padding-bottom: 35px;
    margin-top: 45px;
}

.pos_def > ol {
    padding-left: 0;
    list-style: none;
    text-align: left;
    width: 90%;
    margin: auto;
    font-size: 17px;
    padding-top: 35px;
}

@media (max-width: 425px) {
    .pos_def > ol {
        padding-left: 0;
        list-style: none;
        width: 100%;
        font-size: 12px;
    }
}

/* Ã­Æ’ÂÃ«Â°Â° */

.del_title {
    font-size: 19px !important;
    margin-bottom: 35px;
}

.del_def {
    border: 2px solid #eee;
    border-radius: 15px;
    padding-bottom: 35px;
    margin-top: 45px;
}

.del_def > ol {
    padding-left: 0;
    list-style: none;
    text-align: left;
    width: 80%;
    margin: auto;
    font-size: 17px;
    padding-top: 35px;
}

@media (max-width: 425px) {
    .del_def > ol {
        padding-left: 0;
        list-style: none;
        width: 100%;
        font-size: 12px;
    }
}

/* Ã¬Â â€žÃ­â„¢â€ */

.tell_title {
    font-size: 19px !important;
    margin-bottom: 35px;
}

.tell_def {
    border: 2px solid #eee;
    border-radius: 15px;
    padding-bottom: 35px;
    margin-top: 45px;
}

.tell_def > ol {
    padding-left: 0;
    list-style: none;
    text-align: left;
    width: 80%;
    margin: auto;
    font-size: 17px;
    padding-top: 35px;
}

@media (max-width: 425px) {
    .tell_def > ol {
        padding-left: 0;
        list-style: none;
        width: 100%;
        font-size: 12px;
    }
}

/* b2b */

.b2b_title {
    font-size: 19px !important;
    margin-bottom: 35px;
}

.b2b_def {
    border: 2px solid #eee;
    border-radius: 15px;
    padding-bottom: 35px;
    margin-top: 45px;
}

.intro-html-layout .content.row+.content.row {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}

.intro-html-layout .col-md-12.text-center {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 250px;
}

.intro-html-layout .b2b_def,
.intro-html-layout .pos_def,
.intro-html-layout .tell_def {
    border: 0;
}

.intro-html-layout .b2b_def > ol,
.intro-html-layout .pos_def > ol,
.intro-html-layout .tell_def > ol {
    width: 100% !important;
    line-height: 1.65;
    padding-top: 0;
    letter-spacing: -0.03em;
    font-size: 16px;
}

.b2b_def > ol {
    padding-left: 0;
    list-style: none;
    text-align: left;
    width: 80%;
    margin: auto;
    font-size: 17px;
    padding-top: 35px;
    list-style: none;
    line-height: 45px;
}

.b2b_def > ol span {
    padding-left: 0;
    list-style: none;
    padding: 9px;
    background: #B1C4D3;
    border-radius: 5px;
    color: #022E51;
    font-weight: 600;
}

@media (max-width: 425px) {
    .b2b_def > ol {
        padding-left: 0;
        list-style: none;
        width: 100%;
        font-size: 12px;
    }
}

/*  Ã¬Å“Â Ã¬Â§â‚¬Ã«Â³Â´Ã¬Ë†Ëœ */

.mainten_title {
    font-size: 19px !important;
}

.mainten_def > div:last-child {
    font-size: 16px;
    font-weight: bold;
    margin-top: 35px;
}

@media (max-width: 425px) {
    .mainten_def > div:last-child {
        font-size: 12px;
    }
}

.mainten_def2 {
    margin-top: 25px;
}

.mainten_def2 > h4,
.mainten_def3 > h4 {
    font-weight: bold;
    font-size: 18px;
}

.mainten_def2 > ol {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 425px) {
    .mainten_def2 > h4 {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .mainten_def2 > ol {
        font-size: 13px;
    }
}

.mainten_def3 > div {
    font-size: 15px;
    line-height: 35px;
    font-weight: bold;
}

/*ÃªÂ²Å’Ã¬â€¹Å“Ã­Å’Â */

.page-title h2:lang(kr) {
    margin-top: 25px;
    font-size: 21px;
}

.page-title {
    margin-top: 85px;
}

#mailForm {
    width: 50%;
    float: right;
    margin-bottom: 55px;
    display: inline-block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mailForm {
        width: 40%;
    }
}

@media (max-width: 991px) {
    #mailForm {
        width: 100%;
    }
}

.ask_img {
    display: inline-block;
    width: 50%;
    margin-top: 35px;
}

.ask_def > h5 {
    font-size: 17px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .ask_img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .ask_def {
        margin-top: 85px;
    }
}

@media (max-width: 767px) {
    .ask_def {
        margin-top: 0;
    }
}

body {
    word-break: keep-all;
}

.login-layout {
    margin-top: 50px !important;
}

/* 17. 03. 13 Ã«Â¹â€žÃ«â€â€Ã¬ËœÂ¤ Ã¬â€šÂ½Ã¬Å¾â€¦ */
.video_trigger {
    border: 1px solid #4C93DB;
    background: #fff;
    margin-left: 15px;
    margin-bottom: 5px;
    color: #4C93DB;
    padding: 7px 15px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.video_trigger:hover {
    background: #4C93DB;
    color: #fff;
}

span.price+.video_trigger {
    margin-bottom: 0;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .video_trigger {
        display: block !important;
        width: 100% !important;
        margin: 20px auto 50px !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
        max-width: 1170px;
        margin: 30px auto;
    }
}

/* 21.10.10 ÃªÂ°â‚¬ÃªÂ²Â© Ã¬Â¶â€ÃªÂ°â‚¬ */
h2 span.price {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    margin-left: 10px;
    transform: translateY(-2px);
    padding: 0 15px;
    letter-spacing: 0;
    border-radius: 5px;
    border: 1px solid #205386;
    color: #205386;
}

h2 br+span.price {
    margin-left: 0;
    margin-bottom: 10px;
}

.wrap-certifi .certifi {
    margin-bottom: 30px;
    width: 50%;
}
.wrap-certifi .certifi img {
    padding: 5px;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.wrap-certifi .certifi .tit {
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* 연혁 */
.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.wrap-history {
    display: flex;
    flex-wrap: wrap;
}
.wrap-history .block {
    flex-basis: 50%;
    display: flex;
}
.wrap-history .block:nth-child(odd) {
    padding-right: 15px;
}
.wrap-history .block:nth-child(even) {
    padding-left: 15px;
}
.wrap-history .block:nth-child(n+3) {
    margin-top: 25px;
}
.wrap-history .left {
    flex-basis: 15%;
    padding-top: 13px;
    border-top: 2px solid #31708f;
}
.wrap-history .right {
    flex-basis: 85%;
    padding-top: 15px;
    padding-left: 15px;
    border-top: 2px solid #ddd;
}
.wrap-history .left .year {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #31708f;
}
.wrap-history .right ul > li {
    /* margin-bottom: 15px; */
    padding-left: 12px;
    /* padding-bottom: 15px; */
    font-size: 14px;
    /* border-bottom: 1px solid #eee; */
}
.wrap-history .right ul > li:last-child {
    margin-bottom: 0;
}

/* 정부사업 공통 */
.box-gov .block+.block {
    margin-top: 50px;
}
.box-gov ul {
    margin-bottom: 40px;
}
.box-gov ul > li {
    padding-left: 85px;
    font-size: 15px;
}
.box-gov ul > li+li {
    margin-top: 10px;
}
.box-gov ul > li .tit {
    top: 1px;
    left: 0;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #31708f;
}
.box-gov .w_img {
    padding: 15px;
    border: 1px solid #ddd;
}
.box-gov p {
    font-size: 15px;
}
.box-gov .tb-name {
    margin-top: 15px;
    font-size: 19px;
    font-weight: 600;
    color: #111;
    text-align: center;
}

/* gov_biz05 */
.box-gov .biz05_img {
    width: 540px;
}
.box-gov .bottom_box {
    display: flex;
    gap: 25px;
}
.box-gov .bottom_box .w_img {
    padding: 35px;
}
.box-gov .txt-s {
    font-size: 12px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .wrap-certifi .certifi {
        width: 100%;
    }
    .wrap-history {
        flex-direction: column;
    }
    .wrap-history .block {
        padding: 0 !important;
    }
    .wrap-history .block+.block {
        margin-top: 20px;
    }

    .box-gov .bottom_box {
        display: block;
    }
    .box-gov .bottom_box .w_img:nth-child(1) {
        margin-bottom: 25px;
    }
}
