@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Noto Sans KR", "NanumGothic", "Malgun Gothic", sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    background-color: #fff;
    border-bottom: 2px solid #f39600;
    margin-bottom: 0;
    position: relative;
}

.navbar-inverse > .container,
.menu-top2 > .container {
    max-width: 1400px;
    width: 100%;
}

.body-layout {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1130px;
    }
}

@media screen and (min-width: 768px) {
    /* .navbar-inverse .navbar-header,
	.navbar-brand {
		display:none;
	}
	.navbar-inverse .navbar-nav{
		width:100%;
		margin:0;
	}
	.navbar-inverse .navbar-nav>li{
		width:calc(100% / 6);
		text-align:center;
        position: relative;
	} */
    body[lang="en"] .navbar-inverse .navbar-nav > li {
        max-width: 170px;
    }

    .navbar-inverse .navbar-nav > li:after {
        content: "";
        width: 1px;
        height: 18px;
        background: #dbdde0;
        position: absolute;
        top: 20px;
        left: 0;
    }

    .navbar-inverse .navbar-nav > li:first-child:after {
        content: none;
    }

    .divider-vertical + li,
    .divider-vertical + li + li {
        display: none;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        font-size: 19px;
        font-weight: 500;
        padding: 18px 35px 18px;
        /* text-transform:uppercase; */
        letter-spacing: -0.05em;
        text-align: center;
    }

    body[lang="en"] .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #f39600;
    }
}

@media screen and (min-width: 768px) {
    /* .navbar-nav:hover>li>.dropdown-menu{
		display:block!important;
	} */
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-name: fadeIn;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: #f3f5f7;
        padding: 15px 0;
        width: 100%;
        min-height: 0;
        box-shadow: none;
        border-top: 2px solid #f39600;
        border-bottom: 1px solid #dbdde0;
        border-right: 1px solid #dbdde0;
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-nav > li:first-child > .dropdown-menu {
        border-left: 1px solid #e3e7eb;
    }
}

.navbar-nav > li > .dropdown-menu > li > a {
    padding: 5px 19px;
    font-size: 13px;
    color: #666;
    /* text-transform: capitalize; */
    white-space: normal;
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a br {
    display: none;
}

.navbar-nav > li > .dropdown-menu:hover {
    background: #f1f2f5;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #f39600;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px 10px;
    /* color: #333; */
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #333;
    background: #f3f3f3;
}

.table > tbody > tr > td > strong > a {
    color: #666;
}

.table > tbody > tr > td > strong > a:hover {
    color: #222;
    text-decoration: underline;
}

.dh-board > .table-hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 0px;
}

.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #fcfcfc;
}

.table > tbody > tr:hover > td > strong > a {
    color: #222;
}

.dh-margin-top {
    margin-top: 20px;
    display: inline-block;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}

.label-danger {
    color: #006cb6;
}

.label-primary {
    color: #2b5cb7;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !important;
}

.pagination > li:last-child > a {
    margin-left: 15px;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #f39600;
    border: 1px solid #f39600;
    color: #fff !important;
    font-weight: 600;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #4a4f54;
    border: 1px solid #4a4f54;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.btnRead {
    font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}

.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

.dh-view-box {
    margin-top: 0;
}

.sns-box {
    display: none;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 13px 15px;
}

.dh-view-box > .row > .page-header > h4 {
    color: #333;
    margin: 0;
}

.dh-view-box > .row > .page-header > h4:before {
    display: none;
}

.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 8px 20px 8px;
    color: #888;
}

.dh-view-box > .row > .dh-view-info > span {
    padding: 0 15px 0 0;
}

.dh-view-box > .row > .dh-view-info > span > strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
    position: relative;
    margin: 5px;
    padding-left: 80px;
    color: #fff;
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
}

.body-layout[lang="en"] .dh-view-box .dh-attach h6 {
    padding-left: 110px;
}

.dh-view-box .dh-attach h6 b {
    position: absolute;
    left: 0;
    top: 10px;
    color: #111;
    float: none;
}

.dh-view-box .dh-attach h6 a {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: left;
}

.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 15px 20px 40px !important;
}

/* personal setting 0.35v */

/* layout */

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

/* img */

@media (min-width: 768px) {
    .max-90 {
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }
}

.img-bordered {
    border: 1px solid #ddd;
}

/* align */

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}

.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

/* font */

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.text-bold {
    font-weight: bold !important;
}

.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}

/*list style*/

.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}

.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square > li {
    list-style: square !important;
    margin-left: 20px;
}

.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot > li:before {
    content: "·";
}

.process-li:after {
    content: "";
    display: block;
    clear: both;
}

.process-li > li {
    position: relative;
    float: left;
    width: 18%;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    border: 4px solid #555;
    margin: 5px 1%;
    text-align: center;
    font-size: 16px;
}

.process-li > li:after {
    content: "\f059";
    font-family: "fontawesome";
    font-size: 30px;
    color: #bbb;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translatey(-50%);
}

.process-li > li:last-child:after {
    display: none;
}

.location-li {
    border-top: 1px solid #333;
}

.location-li li {
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.location-li .fa {
    margin-right: 10px;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: "";
    display: block;
    clear: both;
}

.partner-li > li {
    float: left;
    width: 33.333%;
    padding: 3px;
}

.partner-li > li a {
    position: relative;
    display: block;
    padding: 10px;
    min-height: 80px;
    text-align: center;
    color: #555;
    font-weight: 500;
    border: 1px solid #bbb;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.partner-li > li a:hover {
    border-color: #0aa3d9;
    /* background:#0aa3d9;
	color:#fff; */
    text-decoration: none;
}

.partner-li > li a img {
    width: 100%;
}

.partner-li > li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.trait-dl {
    margin: 40px 0;
}

.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #0aa3d9;
    font-size: 18px;
}

#policyresearch .trait-dl dt,
#international .trait-dl dt,
#education .trait-dl dt,
#information .trait-dl dt {
    font-size: 16px;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}

/* component */

.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.column-2 {
    padding: 15px;
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
    border: 1px solid #ccc;
}

.quote-box {
    /* 	margin: 20px auto; */
    padding: 25px;
    /* 	background:#eee; */
}

.greeting p.quote {
    margin: 25px 0 20px;
    font-size: 26px;
    color: #333;
    line-height: 1.2;
    /* font-family: "NanumGothic"; */
    font-weight: 600;
    text-align: left;
}

#biography .section1 .col-md-8 p,
.greeting p {
    word-break: unset;
    text-align: justify;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */

.container_contents,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
}

ul,
dl,
ol {
    padding: 0;
}

.body-layout {
    overflow-x: hidden;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

/* personal setting 0.35v end */

/* navigation setting */

.navbar-brand img {
    margin-top: 0;
}

.menu-top {
    background: #fff;
    border-bottom: 1px solid #caced2;
}

.menu-top .container {
    position: relative;
    padding: 30px 15px 27px;
}

.menu-top .logo {
    display: inline-block;
    margin: 3px 0 0;
}

.menu-top .logo img {
    /* 	height:45px; */
}

.menu-top ul {
    float: right;
    margin: 15px 10px;
}

.menu-top ul:after {
    content: "";
    display: block;
    clear: both;
}

.menu-top ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #dbdde0;
    line-height: 1;
}

.menu-top ul li:last-child {
    border-right: none;
}

.menu-top ul li a {
    font-size: 12px;
    color: #575a5e;
    display: block;
    line-height: 1;
}

.menu-top ul .admin {
    display: none;
}

.menu-top .lang-wrap {
    float: right;
}

.lang-wrap button {
    margin: 0 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #636a71;
    background: #e3e7eb;
    /* background:transparent; */
    border: none;
    /* padding: 0; */
}

.lang-wrap button.active {
    background: #636a71;
    color: #fff;
}

.lang-wrap button span {
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
}

.lang-wrap button img {
    height: 20px;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
}

/* mainpage setting */

.main-content {
    /* background: #fef2df;
    background: -moz-linear-gradient(bottom,#fef2df 0%,#ffdba1 100%);
    background: -webkit-linear-gradient(bottom,#fef2df 0%,#ffdba1 100%);
    background: linear-gradient(to bottom,#fef2df 0%,#ffdba1 100%); */
    padding: 50px 0;
}

.carousel-inner {
    border-radius: 7px;
    border: 1px solid rgba(151, 108, 38, 0.2);
}
.carousel-inner.car-en {
    display: none;
}

.carousel-caption {
    margin: 0;
    /* padding: 45px 35px; */
    padding: 0;
    /* left: 30px; */
    /* left: 60px; */
    right: auto;
    /* top: 50%; */
    bottom: auto;
    /* transform: translatey(-50%); */
    text-align: left;
    /* background: #558fb5; */
    /* width: 450px; */
    /* width: 350px; */
    top: 30px;
    left: 35px;
    width: 90%;
}

.carousel-caption h2 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    /* text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); */
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    line-height: 1.2;
}

.carousel-caption h2 span {
    /* 	display: block; */
    /* margin-bottom: 10px; */
    /* padding: 5px 20px; */
    /* background: #2f73b0; */
    /* font-size: 20px; */
    /* 	color: #1cade6; */

    color: #f39600;
}

/*
.carousel-caption h2:before {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 0 0 20px;
}
*/
.carousel-caption p {
    display: none;
    margin: 12px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.carousel-control {
    width: 10%;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
}
/* .carousel-control .glyphicon-chevron-right:before, .carousel-control .glyphicon-chevron-left:before{
	display:none;
}
.carousel-control.right{
	background:url(/skin/img/main/arrow_next.png) no-repeat center;
}
.carousel-control.left{
	background:url(/skin/img/main/arrow_prev.png) no-repeat center;
} */

.carousel-indicators {
    margin: 0;
    text-align: left;
    left: 35px;
    bottom: 30px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: none;
    background: #f39600;
    opacity: 0.6;
    margin: 0 6px 0 0;
}

.carousel-indicators li.active {
    width: 50px;
    opacity: 1;
    margin: 0 6px 0 0;
    background: #f39600;
}

.intro-board-widget-layout {
    display: none;
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    border-bottom: none;
    margin: 0 0 20px;
    padding: 0;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    /* font-size: 22px; */
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.035em;
    color: #0c0c0c;
    position: relative;
    padding-right: 18px;
    word-break: break-all;
    text-align: left;
}

.body-layout[lang="en"] .intro-boardbox .page-header h4 {
    font-size: 18px;
    text-align: left;
    word-break: keep-all;
}

.body-layout[lang="en"] .e-policy .page-header,
.body-layout[lang="en"] .e-govern .page-header {
    margin-bottom: 0;
}

/*
.intro-boardbox .page-header h4 .btn {
	padding: 5px 0 0;
	margin: 0;
	line-height: 1;
}
*/

.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 16px;
    height: 16px;
    background: url(/skin/img/main/board-btn.jpg);
    border: none;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

.intro-boardbox .page-header h4 .btn i {
    display: none;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel > .panel {
    padding: 0;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
    margin: 0;
}

.intro-boardbox .panel-body {
    padding: 5px 0 0;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
}

.dh-front-list2-words:last-child {
    border-bottom: none;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #676767;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 0;
}

.dh-front-list2 h6 a span.list-row-subject {
    max-width: 255px;
    width: 75%;
    text-align: left;
    position: relative;
    padding-right: 10px;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    text-decoration: underline;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #797979 !important;
    opacity: 0.7;
}

.list-row-contents {
    display: none;
}

.intro-boardbox .label-danger {
    padding: 2px 4px !important;
    position: relative;
    top: 7px;
}

.intro-boardbox-type-bbs .label-danger {
    top: 0;
    color: #ca7200 !important;
    /* display: none; */
    position: absolute;
    right: 0;
    top: 6px;
}

.main-list .list-row-regdate {
    display: none;
}

.main-list .front-panel {
    padding: 0px !important;
}

.main-list .dh-front-list2 h6 a,
.main-list .dh-front-list2 h6 a span {
    padding: 0;
    font-size: 13px;
    padding-left: 12px;
    position: relative;
    line-height: 1.6;
    color: #333;
}

.main-list .dh-front-list2 h6 a span.list-row-subject {
    width: 95%;
    max-width: none;
}

.main-list .dh-front-list2 h6 a span::before {
    content: "";
    width: 6px;
    height: 2px;
    background: #f29400;
    top: 10px;
    left: 3px;
    position: absolute;
}

.main-list2 {
    background: none !important;
    padding: 0 !important;
}

.main-list .intro-boardbox .panel-body,
.main-list2 .intro-boardbox .panel-body {
    padding-top: 0 !important;
}

.main-list2 .list-row-regdate {
    display: none;
}

.main-list2 .front-panel {
    padding: 0px !important;
}

.main-list2 .dh-front-list2 h6 a,
.main-list2 .dh-front-list2 h6 a span {
    padding: 0;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
    line-height: 1.6;
    color: #333;
}

.main-list2 .dh-front-list2 h6 a span.list-row-subject {
    width: 95%;
    max-width: none;
}

.main-list2 .dh-front-list2 h6 a span::before {
    content: "";
    width: 6px;
    height: 2px;
    background: #f29400;
    top: 10px;
    left: 3px;
    position: absolute;
}

.main-link > .row {
    margin: 0 -8px;
}

.main-link > .row > div {
    margin-top: 16px;
    padding: 0 8px;
}

.main-box-wrap {
    height: 220px;
}

#main-notice {
    padding: 0 8px;
}

#main-notice > div {
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    min-height: 220px;
}

.main-about .main-box-wrap {
    /* 	background: url(/skin/img/main/main-banner1.jpg) no-repeat center;
	background-size: cover; */
    background: #0aa3d9;
}

.main-contact .main-box-wrap {
    /* 	background: url(/skin/img/main/main-banner2.jpg) no-repeat center;
	background-size: cover; */
    background: #ee9403;
    height: auto;
}

.main-box-wrap {
    padding: 25px;
    position: relative;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
}

.main-link h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

/*
.main-link h3:before {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 0 0 12px;
}
*/
.main-contact .main-box-wrap ul {
    margin-bottom: 0;
}

.main-contact .main-box-wrap li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
}

.main-contact .main-box-wrap li i {
    font-family: "FontAwesome";
    font-style: normal;
    display: inline-block;
    font-size: 13px;
    width: 20px;
    height: 18px;
    opacity: 0.5;
}

.main-about .main-box-wrap > span {
    font-size: 18px;
    color: #ffd943;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin: 20px 0 15px;
}

/* .main-box-wrap .more {
	position: absolute;
	bottom: 25px;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px solid #1cade6;
	color: #1cade6;
	line-height: 1;
	padding: 2px 1px;
}

.main-box-wrap .more:hover {
	background: #1cade6;
	text-decoration: none;
	color: #fff;
} */

.main-box-wrap .more {
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 1px;
    border-top: 24px solid #ca7200;
    border-right: 24px solid #ca7200;
    border-left: 24px solid #ca720000;
    border-bottom: 24px solid #ca720000;
    line-height: 1;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
}

.main-box-wrap .more:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/skin/img/main/main_plus_icon.png) no-repeat 50% 50%;
    top: -15px;
    right: -15px;
    position: absolute;
}

.main-about .main-box-wrap .more {
    border-top: 24px solid #0b87b3;
    border-right: 24px solid #0b87b3;
}

/* //메인 페이지 설정 끝 */

@media (max-width: 767px) {
}

/* footer setting */

.footer_copy {
    /* border-top: 1px solid #caced2; */
    background: #333;
}

.footer_copy > div {
    /* color: #888; */
    color: #bbb;
    /* font-size: 15px; */
    font-size: 13px;
    float: none;
    /* max-width: 1170px; */
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 15px;
}

.footer_copy > div .container {
    width: 100%;
    padding: 30px 15px;
}

.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}

/* .foot-info li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
} */

.footer_copy .foot-info {
    margin-bottom: 8px;
}

.foot-info li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
}

.footer_copy p.copy {
    margin-bottom: 0;
    color: #888;
}

.f-partner li {
    margin-left: 10px;
    float: right;
}

.foot-info li:last-of-type {
    border-right: none;
}

.f-partner img {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 65px;
    padding: 8px 20px;
}

@media (max-width: 767px) {
}

/* subpage setting */

.subpage-layout > .container > .row {
    margin: 0;
    padding-top: 10px;
}

.pageheader .container {
    height: 200px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
    background-size: cover;
    display: none;
}

.pageheader h2 {
    padding-left: 20px;
    margin-top: 75px;
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #bbb;
    position: absolute;
    top: 0;
    right: 0;
}

.breadcrumb .active {
    /* 	color: #558fb5; */
}

.breadcrumb > li {
    font-size: 11px !important;
}

.snb {
    padding: 0;
}

.snb h2 {
    margin: 0;
    padding: 70px 0px 22px;
    color: #222;
    font-weight: 500;
    border-bottom: 2px solid #4a4f54;
    font-size: 25px;
    position: relative;
}

#asem01 .snb h2,
div[id^="agac"] .snb h2 {
    padding-bottom: 31px;
    font-size: 18px;
    letter-spacing: -0.06em;
}

.snb h2:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #00a9e5;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.snb > ul > li {
    border-bottom: 1px solid #ddd;
}

.snb > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 15px 12px 0px;
    background: #fff;
    color: #333;
    font-size: 14px;
    /* text-transform: capitalize; */
    /* font-family: "NanumGothic"; */
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.snb > ul > .active > a,
.snb > ul > .active > a:hover {
    color: #222;
    font-weight: 600;
}

.snb > ul > .active > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
}

.snb > ul > li > a:hover {
    background: #fdf7ee;
    text-decoration: none;
}

.sub-snb {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

.sub-snb > li > a {
    position: relative;
    display: block;
    padding-left: 13px;
    padding-right: 13px;
    margin: 9px 0;
    color: #666;
    font-size: 13px;
    line-height: 1.3;
    /* font-family: "NanumGothic"; */
}

.sub-snb > li.active > a {
    font-weight: 600;
    color: #f39600;
}

/*
.sub-snb > li > a:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#1cade6;
	position:absolute;
	left:15px;
	top:50%;
	transform:translatey(-50%);
}
.sub-snb > li.active > a:before,
.sub-snb > li > a:hover:before{
	background:#f39406;
}
*/
.subpage-content {
    padding-bottom: 100px;
    /* 	border-left:1px solid #ddd; */
}

.subpage-content div[class^="section"] p > span,
.subpage-content div[class^="section"] li > span {
    font-weight: 600;
    color: #1cade6;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
.join-agree-area,
.login-layout {
    display: none;
}

@media (min-width: 768px) {
    .snb {
        width: 19%;
        margin-bottom: 40px;
    }

    .subpage-content {
        padding: 0 0px 100px 45px;
        width: 81%;
    }
}

.subpage-content .title {
    padding-top: 0;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #4a4f54;
    padding-bottom: 25px;
}

.subpage-content .title h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    padding: 65px 0 0;
    /* text-transform: capitalize; */
    color: #222;
    letter-spacing: -0.03em;
}

.subpage-content .title h3 small {
    margin-left: 10px;
}

.subpage-content h4 {
    position: relative;
    font-size: 22px;
    margin: 50px 0 20px;
    font-weight: 600;
}

/*
.subpage-content h4:before{
	content:'';
	display:block;
	width:30px;
	height:2px;
	background:#558fb5;
	position:absolute;
	left:0;
	top:-10px;
}*/

.numbering {
    margin-right: 10px;
}

.subpage-content h5 {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #1cade6;
    letter-spacing: -0.03em;
    /* font-family: "NanumGothic"; */
}

.subpage-content .card h5 {
    margin-top: 0;
}

.subpage-content p,
.subpage-content li,
.subpage-content td,
.subpage-content th {
    font-size: 13px;
    color: #666;
    /* font-family: 'NanumGothic'; */
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #558fb5;
}

.table-style tr th,
.table-style tr td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    border: 1px solid #ddd;
    margin: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    box-shadow: none;
    min-height: 200px;
    height: 200px;
    max-height: 200px;
}

.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 0;
}

.dhb-txt-box-type-b-text-layout h4 strong a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    padding: 8px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover {
    border-color: #1cade6;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 a {
    color: #1cade6;
}

@media (min-width: 768px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 33.333%;
    }
}

/* subpage agac */
.greeting .autograph {
    margin-top: 20px;
    font-size: 22px;
    text-align: right;
    line-height: 1.2;
}

#agac01 .greeting .autograph span {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 17px;
}

.greeting .autograph .name {
    margin-bottom: 5px;
}

.greeting .autograph .position,
.greeting .autograph .organization {
    font-size: 16px;
    font-weight: 400;
}

#agac02 .section1 img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

#agac02 .section1 .col-sm-8 p:first-child {
    margin-top: 30px;
}

.history-table {
    border-top: none;
    border: none;
    border-bottom: 1px solid #ddd !important;
    margin: 0 0 40px;
}

.history-table tr th,
.history-table tr td {
    border: none !important;
}

.history-table tr th {
    padding: 20px 10px 10px !important;
}

.history-table tr td {
    border-top: 1px solid #ddd !important;
    padding: 20px 15px 16px !important;
}

.history-table .year {
    font-size: 22px;
    color: #f39600;
    vertical-align: top !important;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    width: 14%;
    border-top: 1px solid #bbb !important;
}

#biography .history-table .year {
    width: 150px;
}

.history-table .month {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    vertical-align: top !important;
    border-top: 1px solid #ddd !important;
}

.history-table td .li-history {
    padding-left: 20px;
    margin-bottom: 0;
}

.history-table td .li-history li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 6px;
    font-size: 14px;
}

.history-table td .li-history li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: -15px;
    top: 9px;
}

.history-table td .li-history li.blue:before {
    background: #58a5f7;
}

.history-table td .li-history li.green:before {
    background: #1bbd7b;
}

.history-table td .li-history li.orange:before {
    background: #f39600;
}

.history-table td .li-history li.pink:before {
    background: #f57bb0;
}

.history-table td span {
    display: block;
    position: relative;
    padding-left: 10px;
}

.history-table td span:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 9px;
}

.object .card {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    min-height: 180px;
}

.object p span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
}

#agac02 .section4 h5 span {
    display: inline-block;
    padding: 5px 15px;
    background: #1cade6;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 400;
    line-height: 1;
}

#agac02 .section4 > .li-disc > li {
    font-weight: 600;
    margin-bottom: 15px;
}

#agac02 .section4 > .li-disc > li > ul > li {
    font-weight: 400;
}

.ka .ka-title {
    background: #f3f3f3;
    margin-bottom: 30px;
    position: relative;
}

.ka .ka-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: url(/skin/img/sub/ka-title-left.png) no-repeat left top;
}

.ka .ka-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(/skin/img/sub/ka-title-right.png) no-repeat right bottom;
}

.quote-box.ka-title p {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    margin: 0;
    color: #333;
}

.ka .col-sm-6 .card {
    border: none;
    margin-bottom: 30px;
    background: #72bbd8;
    min-height: 70px;
    padding: 15px 30px 0;
}

.ka .col-sm-6:nth-child(3) .card {
    background: #5b88bf;
}

.ka .col-sm-6 .card h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin: 0;
}

.ka .col-sm-3 .card {
    padding: 0;
    min-height: 160px;
    margin-bottom: 30px;
}

.ka .col-sm-3 .card h5 {
    background: #f3f3f3;
    color: #333;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.ka .col-sm-3 .card ul {
    margin: 0;
    padding: 0 15px 7px;
}

.ka .col-sm-3 .card ul li {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.ka .policy {
    border-top: 2px dashed #ddd;
    padding: 20px 0 0;
    margin-bottom: 40px;
}

.ka .policy p {
    font-size: 13px;
}

#agac04 .location-li {
    margin-top: 10px;
}

#agac04 .location-li li {
    padding: 8px 10px;
}

.greeting p span {
    font-weight: 700;
    color: #111;
}

.greeting img {
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: auto;
    /* width:200px;
	margin-bottom:15px;
	border:1px solid #ddd;
	padding:10px;
	background:#fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05); */
}

.ceo-history li {
    position: relative;
    padding-left: 90px;
}

.ceo-history li span {
    position: absolute;
    left: 0;
    top: 0;
}

.logo-wrap {
    margin: 60px auto;
    padding: 60px 70px;
    width: 700px;
    max-width: 100%;
    border: 1px solid #aaa;
    text-align: center;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}

.logo-wrap p {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #0aa3d9;
}

/* subpage biography */
#biography .img-caption {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 767px) {
}

/* login */

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    text-align: center;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 35px;
}

.inner-box-form {
    width: 100%;
    max-width: 450px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 600px;
    padding: 0;
    margin: 0 auto 0;
    border: none;
    border-radius: 0px;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 8px 12px !important;
    border-color: #ddd;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border: 1px solid #f39600;
    background: #fff;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    background: #f39600;
    border-color: #f39600;
    padding: 5px;
    max-width: 150px;
    height: 50px;
    margin: 15px auto 15px;
    border-radius: 0;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #ee9403;
    border-color: #ee9403;
}

.login-layout #myForm > div:last-child p {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
}

.login-layout #myForm > div:last-child p a {
    color: #666;
    font-size: 13px;
}

@media (max-width: 767px) {
    .login-layout #myForm > div:last-child p {
        width: 100%;
        float: none;
    }
}

/* join */

.join-agree-area .panel {
    border: none;
    box-shadow: none;
}

.join-agree-area .panel-body {
    padding: 0 !important;
}

.join-agree-area textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
}

.join-agree-area .panel-footer {
    border-top: none;
    background: #fff;
    padding: 20px 0 0;
}

.join-agree-area .panel-footer .btn-default {
    border: 1px solid #ddd;
    border-radius: 0;
}

.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}

#join #joinForm .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#join #joinForm .panel .panel-heading {
    background: #fff;
    border-bottom: 1px solid #333;
    font-size: 22px;
    margin: 0px;
    padding: 0 0 15px;
    font-weight: 600;
    line-height: 1;
}

.join-layout .form-horizontal .panel-body {
    padding: 0;
}

.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}

.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}

.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}

.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}

.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}

.join-layout .form-horizontal .form-group .form-control:focus {
    background: #fff;
    border-color: #1cade6;
}

.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}

.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}

.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}

.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
}

.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}

.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #1cade6;
    background: #1cade6;
}

.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #0a88b9;
    border-color: #0a88b9;
}

@media (max-width: 767px) {
    .dh-board > .table-hover td,
    .dh-board > .table-hover th {
        padding: 10px !important;
        font-size: 12px;
        font-weight: 400;
    }

    .dh-margin-top {
        margin-top: 10px;
    }

    .join-layout .jumbotron {
        font-size: 24px;
        padding-top: 23px;
    }

    .join-layout .form-horizontal .panel-body .form-group {
        padding: 15px 0;
    }

    .join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
        padding: 0;
    }

    .join-layout .form-horizontal .form-group .control-label {
        width: auto;
        background: rgba(0, 0, 0, 0);
        padding: 0;
    }

    .join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
        padding: 0;
    }
}

/*2019-04-19*/
#biography .ceo {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

#biography .ceo_title {
    font-size: 16px;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.mission-dl {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 30px;
}

.mission-dl dt,
.mission-dl dd {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.mission-dl dt {
    width: 200px;
}

.mission-dl dd {
    width: calc(100% - 200px);
}

.mission-dl .clearfix {
    border-bottom: 1px solid #ddd;
}

.mission-dl .clearfix:last-of-type {
    border: none;
}

.owl-carousel img {
    border-radius: 4px;
}

/* .main-pdf a {
    position: relative;
    display: block;
    margin: 10px 0 0;
    background: #0e6cbd;
    color: #fff;
    padding: 24px 20px 15px 30px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
	height: 118px;
	text-align:center;
    letter-spacing: -0.035em;
}

.main-pdf a:hover {
    background: #00549c;
    color: #fff;
    text-decoration: none;
} */
.body-layout[lang="en"] .main-pdf a .caption {
    white-space: nowrap;
    font-size: 14px;
}

.main-pdf a i {
    /* float: right; */
    /* margin-right: 10px; */
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    transition: all 0.3s ease;
}

.main-pdf a:hover i {
    /* margin-right:20px; */
}

.center-wrap {
    margin: 0 auto;
    width: 660px;
    max-width: 100%;
}

.center-wrap a {
    display: block;
    margin: 20px auto 0;
    padding: 60px 30px;
    width: 300px;
    max-width: 100%;
    border: 4px solid #0aa3d9;
    color: #0aa3d9;
    text-align: center;
    border-radius: 5px;
}

.center-wrap a:hover {
    color: #fff;
    background: #0aa3d9;
    text-decoration: none;
}

.center-wrap .right-con a {
    border: 4px solid #ee9403;
    color: #ee9403;
}

.center-wrap .right-con a:hover {
    color: #fff;
    background: #ee9403;
}

.center-wrap a i {
    margin-bottom: 10px;
    font-size: 80px;
}

.center-wrap a p {
    font-size: 18px;
    font-weight: 600;
    color: #0aa3d9;
}

.center-wrap a:hover p {
    color: #fff;
}

.center-wrap .right-con a p {
    color: #ee9403;
}

.center-wrap .right-con a:hover p {
    color: #fff;
}

.address-btn {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    background: #0aa3d9;
    padding: 2px 10px;
    border-radius: 20px;
}

.address-btn:hover {
    color: #fff;
    text-decoration: none;
}

/* -----------200512 renewal---------------- */
.menu-top {
    display: none;
}

.main-content > .container {
    width: 1400px;
    max-width: 100%;
}

.carousel-inner > .item {
    height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-inner > .item.item1 {
    cursor: pointer;
}

.carousel-inner > .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel-inner > .item a .view-btn {
    display: block;
    background: #333;
    color: #fff;
    line-height: 35px;
    width: 120px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 4px 4px 16px -12px #000;
}

.main-book {
    padding-left: 40px;
    padding-top: 20px;
}

.main-book .book:after {
    content: "";
    display: block;
    clear: both;
}

.book {
    display: block;
    color: #333;
    margin-bottom: 15px;
}

.book:hover {
    color: inherit;
}

a.book:hover .name {
    text-decoration: underline;
}

.main-book > .book:last-child {
    margin-bottom: 0;
}

.book li a {
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
.book .li-main-link li a {
    display: block;
}

.book > div {
    float: left;
}

.book .img-box {
    width: 100px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
}

.book .txt-box {
    width: calc(100% - 100px);
    padding-left: 25px;
}

.book .txt-box .name {
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 10px 0 9px;
    color: #333;
    position: relative;
    width: 100%;
}

.book .txt-box .name {
    margin: 0 0 3px;
    font-size: 14px;
}

.book .txt-box .name + .sub {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

[lang="en"] .book .txt-box .name {
    margin-top: 0;
}

.book .txt-box li {
    padding-left: 12px;
    margin-left: 0;
    font-size: 13px;
}

.book .txt-box li::before {
    content: "";
    width: 6px;
    height: 2px;
    background: #f29400;
    top: 10px;
    left: 3px;
}

.main-middle {
    padding: 30px 0;
}

.main-middle > .row {
    margin: 0 -5px;
}

.main-middle > .row > div {
    padding: 0 5px;
}

.main-icon .main-pdf,
.main-notice .inner {
    padding: 30px 15px;
    border-radius: 7px;
    background: #f5f5f5;
}

.main-icon .main-pdf {
    /* background: #0e6cbd; */
    height: 191px;
}

.main-pdf:after,
.main-notice .inner:after {
    content: "";
    display: block;
    clear: both;
}

.blog-row-contents {
    display: none;
}

.dh-front-blog > .col-md-4 > .thumbnail {
    min-height: 0;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    margin: 0 0 12px;
    transition: none;
}

.dh-front-blog > .col-md-4 > .thumbnail:hover {
    border-color: #f39600;
}

.dh-front-blog > .col-md-4 > .thumbnail .caption {
    background: #fff;
    position: relative;
}

.dh-front-blog > .col-md-4 > .thumbnail:hover .blogthumb {
    transform: scale(1.15);
}

.main-new-cont,
.main-monitoring,
.en-bbs > div:not(.clearfix),
.main-cardnews > div,
.main-gallery1 > div {
    background: #f5f5f5;
    border-radius: 7px;
    padding: 30px 35px 30px;
    /* border: 1px solid #ddd; */
}

.main-gallery1 > div {
    min-height: 391px;
}

.main-monitoring {
    min-height: 191px;
}

.en-bbs > div.double {
    height: 333px;
}

.en-bbs > div.e-policy,
.en-bbs > div.e-govern {
    background: #ffdfbb;
}

/* .en-bbs>div+div {
	margin-top: 10px;
} */

.main-new-cont:after,
.main-monitoring:after,
.en-bbs > div:after,
.main-cardnews > div:after,
.main-gallery > div:after {
    content: "";
    display: block;
    clear: both;
}

.main-new-cont {
    margin-bottom: 8px;
    height: 191px;
}

.main-new-cont .panel-default .panel-body > .caption {
    margin: 0 !important;
    padding: 0;
}

.main-new-cont .panel-default .panel-body > .caption .blog-row-subject {
    max-width: 255px !important;
    width: 75% !important;
    text-align: left !important;
    position: relative !important;
    padding: 6px 10px 6px 0 !important;
    font-size: 14px !important;
    color: #676767 !important;
    padding: 6px 0;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
    font-weight: 400 !important;
}

.main-new-cont .panel-default .panel-body > .caption .blog-row-contents {
    display: none;
}

.main-new-cont .panel-default .panel-body > .caption .blog-row-regdate {
    font-weight: 400 !important;
    font-size: 15px !important;
    padding: 6px 0 !important;
    float: right;
    color: #797979 !important;
    opacity: 0.7;
    margin-top: 0 !important;
}

.main-new-cont .panel-default .panel-body > .caption:hover .blog-row-subject {
    text-decoration: underline;
}

.main-cardnews > div {
    /* 	background: #7ad26b; */
    min-height: 191px;
    margin-bottom: 8px;
}

.main-cardnews .dh-front-blog,
.main-gallery .dh-front-blog {
    margin: 0 -5px;
    padding-top: 40px;
}
.main-cardnews .dh-front-blog > div,
.main-gallery .dh-front-blog > div {
    width: 50%;
    padding: 0 5px;
}

.blog-row-subject {
    margin: 0;
}

.main-sns {
    text-align: center;
}

/* .main-sns h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.035em;
    color: #fff;
    text-align: center;
    background: #223969;
    margin: 0;
    padding: 20px 0;
    border-radius: 7px 7px 0 0;
} */
.main-icon {
    margin: 0 0 10px;
}

.main-icon > div {
    padding: 0 5px;
}

.facebook {
    display: block;
    color: #fff;
    background: #3b5998;
    text-align: center;
    position: relative;
    margin: 10px 0 0;
    padding: 24px 20px 15px 30px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    height: 118px;
    letter-spacing: -0.035em;
}

.facebook:hover {
    background: #28437b;
}

.facebook i {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    transition: all 0.3s ease;
}

.main-sns i {
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
}

.main-sns p {
    font-size: 16px;
    line-height: 1.35;
    margin: 10px 0 0;
    letter-spacing: -0.03em;
}

.main-sns p br {
    display: none;
}

.main-sns .more {
    display: inline-block;
    padding: 9px 20px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.facebook:hover {
    color: #fff;
    text-decoration: none;
}

.facebook:hover .more {
    background: #fff;
    color: #3b5998;
}

.main-partner div a {
    display: block;
}

.main-partner div a img {
    padding: 8px 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.main-partner div a:hover img {
    border-color: #f39600;
}

.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 151px;
    border: none;
}

.menu-top2 {
    text-align: right;
}

.lang-wrap button {
    margin: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    width: auto;
    border-radius: 0;
}

.lang-wrap button span {
    line-height: 20px;
}

.main-cardnews .dh-front-blog > .col-md-4 > .thumbnail > .caption h5,
.main-gallery .dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    min-height: 50px;
}

.book,
.intro-boardbox .page-header h4 {
    position: relative;
}

.book .new-badge,
.intro-boardbox .page-header h4 .new-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #f00;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    line-height: 24px;
    vertical-align: middle;
    margin-top: -4px;
}

[lang="kr"] .book .new-badge {
    /* display: none; */
    top: 3px;
    position: absolute;
}

.dh-board .writer {
    display: none;
}

#location .subpage-content h5 {
    margin: 35px 0 16px;
    color: #111;
    /* font-family: "NanumGothic"; */
    letter-spacing: -0.04em;
}

#location h5 .fas {
    margin-right: 8px;
}

#location .subpage-content h5 + ul {
    margin-bottom: 40px;
}

.li-subway li,
.li-bus li {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.035em;
}

.li-subway li .numbering,
.li-bus li .numbering {
    font-weight: 600;
    border-radius: 13px;
    text-align: center;
    padding: 1px 8px;
    display: inline-block;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 13px;
    width: 52px;
}

.li-subway .line1 .numbering {
    background: #310065;
}

.li-subway .line2 .numbering {
    background: #008836;
}

.li-bus .bus1 .numbering {
    background: #3e69b5;
}

.li-bus .bus2 .numbering {
    background: rgb(64, 208, 74);
}

.location-li2 {
    margin-top: 30px;
    border-top: 2px solid #333;
}

.location-li2 li {
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 10px 5px;
}

.location-li2 li strong {
    display: inline-block;
    min-width: 80px;
    color: #111;
}

.profile {
    margin-bottom: 30px;
}

.profile:after {
    content: "";
    display: block;
    clear: both;
}

.profile > div {
    float: left;
}

.profile .img-box {
    width: 120px;
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
}

.profile .txt-box {
    width: calc(100% - 120px);
    padding-left: 25px;
}

.profile .li-dash li {
    margin-left: 0;
}

.profile .name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    letter-spacing: -0.025em;
}

.profile .name small {
    margin-left: 5px;
    font-size: 14px;
    color: #e7910f;
}
:where(body:lang(en)) .profile .name small {
    font-size: 12px;
}
.profile .li-dash li {
    margin-left: 0;
    margin-bottom: 4px;
    padding-left: 12px;
    letter-spacing: -0.03em;
    font-size: 12px;
    color: #444;
}

.profile .li-dash li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 2px;
    top: 8px;
}

.history-dl {
    margin-top: 80px;
    margin-left: 200px;
    border-left: 1px solid #ddd;
    padding-left: 70px;
}

.history-dl dt {
    position: relative;
    left: -270px;
    top: -32px;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #e7910f;
}

.history-dl dt:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 3px solid #00a9e5;
    border-radius: 50%;
}

.history-dl dd {
    position: relative;
    top: -77px;
}

.history-dl dd li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 50px;
    font-size: 15px;
}

.history-dl dd li strong {
    position: absolute;
    left: 78px;
    bottom: 100%;
    color: #111;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.03em;
}

.history-dl dd li .li-dash li {
    padding-left: 20px;
}

.history-dl dd li span {
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #111;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #00a9e5;
}

.numbering.circle {
    border-radius: 50%;
}

.more-btn {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #e7910f;
    background: #e7910f;
    text-transform: uppercase;
}

.greeting .more-btn {
    width: 160px;
}

.more-btn:hover {
    color: #e7910f;
    background: transparent;
}

.li-none li {
    position: relative;
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 5px;
}

.li-none li .sqr {
    position: absolute;
    left: 0;
    top: 0;
}

.card-wrap .card {
    padding: 30px;
    min-height: 220px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

.intro-text {
    width: 744px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 40px 40px;
    background: #f6f3ed;
}

.intro-text p {
    text-align: justify;
    word-break: break-all;
    font-size: 16px;
}

.subpage-layout {
    min-height: calc(100vh - 250px);
}

.vert-middle {
    margin: -2px 5px 0;
    vertical-align: middle;
}

.flag-li:after {
    content: "";
    display: block;
    clear: both;
}

.flag-li li {
    float: left;
    width: calc(100% / 8);
    padding: 5px;
}

.flag-li li img {
    border: 1px solid #ddd;
}

.filter-items {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.filter-items .filter-label {
    padding: 0 20px;
    margin: 0 3px;
    min-width: 85px;
    height: 45px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color: #888;
    background: #fff;
    border: 1px solid #ddd;
}

.dh-board .filter-items > a > .filter-label:hover {
    border-color: #f39600;
    background: #fff;
    color: #f39600;
}

.dh-board .filter-items > a.on > .filter-label,
.dh-board .filter-items > a.on > .filter-label:hover {
    background: #f39600;
    position: relative;
    border-color: #f39600;
    color: #fff;
}

.flag-li .img-caption {
    margin-top: 5px;
    display: block;
    text-align: center;
    line-height: 1.2;
}

#apply2021 .poster-wrap {
    padding-top: 75px;
}

.down-btn {
    display: block;
    width: 160px;
    text-align: center;
    margin: 30px auto 0;
    /* border: 1px solid #F39600; */
    font-weight: 600;
    color: #fff;
    background: #f39600;
    font-size: 14px;
    padding: 14px 0;
}

.down-btn:hover {
    color: #fff;
    outline: none;
    text-decoration: none;
}

@media (max-width: 767px) {
    .navbar-brand img {
        height: 25px;
        margin-top: 7px;
    }

    .navbar-toggle {
        top: 10px;
        border: none !important;
        background: #fff !important;
    }

    .navbar-toggle .icon-bar {
        background: #333 !important;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #f39600;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: left;
    }

    .main-content {
        padding: 20px 0;
    }

    .carousel-inner > .item {
        height: 220px;
    }

    .main-book {
        padding: 15px;
    }

    .main-cardnews,
    .main-gallery {
        margin-bottom: 10px;
    }

    .main-gallery .dh-front-blog > div {
        float: left;
        width: 50%;
    }

    .dh-front-list2 h6 a span.list-row-subject {
        width: 66%;
    }

    .main-pdf a,
    .facebook {
        font-size: 16px;
        height: 110px;
    }

    .book .img-box {
        margin-top: 10px;
        width: 80px;
    }

    .book .txt-box {
        width: calc(100% - 80px);
    }

    .book .txt-box li {
        letter-spacing: -0.03em;
        font-size: 13px;
    }

    .book .new-badge {
    }

    .main-gallery > div {
        /* padding: 30px 30px 18px; */
        padding: 0;
    }

    .snb {
        padding: 0 15px;
    }

    .snb h2 {
        padding: 30px 0 20px;
    }

    .subpage-layout > .container > .row {
        margin: 0 -15px;
    }

    .intro-text {
        padding: 30px;
    }

    .history-dl {
        margin-left: 15px;
        padding-left: 20px;
    }

    .history-dl dt {
        position: relative;
        width: auto;
        left: 0;
        top: 0;
        font-size: 30px;
    }

    .history-dl dd {
        top: 0;
    }

    .history-dl dt:after {
        right: auto;
        left: -26px;
    }

    .foot-info li {
        margin-bottom: 5px;
        line-height: 1.4;
        border-right: 0;
    }

    .flag-li li {
        width: 25%;
    }

    .flag-li .img-caption {
        height: 45px;
    }

    .filter-items .filter-label {
        margin-bottom: 5px;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
    }

    .dh-margin-top {
        text-align: center;
    }

    .main-cardnews .dh-front-blog > div,
    .main-gallery .dh-front-blog > div {
        float: left;
    }

    .subpage-content .title h3 .pull-right {
        margin-top: 10px;
        float: none !important;
        height: 30px;
    }
}

.login-li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

.login-li li {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    /* border-left:1px solid #ddd; */
}

.login-li li:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    background: #aaa;
    border-radius: 50%;
}

.login-li li:first-child:after {
    display: none;
}

.login-li li a {
    color: #666;
}

.join-view-layout {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0 100px;
}

.sns {
    float: right;
    margin-left: 15px;
}

.sns li {
    float: left;
    margin-right: 10px;
}

.sns li:last-child {
    margin-right: 0;
}

.sns li img {
    height: 25px;
    margin-top: -3px;
}

.lang-wrap {
    margin-top: 10px;
}

.sns {
    float: right;
    margin-left: 15px;
}

.sns li {
    float: left;
    margin-right: 10px;
}

.sns li:last-child {
    margin-right: 0;
}

.sns li img {
    height: 25px;
    margin-top: -3px;
    border-radius: 4px;
}

.lang-wrap {
    margin-top: 10px;
}

.facebook-wrap {
    overflow: hidden;
    border-radius: 7px;
}

.twitter-wrap {
    margin-top: 8px;
    height: 164px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    border-radius: 7px;
}

/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
}

#mod_type_formForm .q_number {
    margin-bottom: 25px;
    width: 50%;
    min-width: 50%;
}

#mod_type_formForm .q_number:nth-of-type(5) {
    width: 100%;
    min-width: 100%;
}

#mod_type_formForm .q_number:nth-of-type(8) {
    /* 개인정보수집동의 */
    display: none;
}

.q_number div h3 {
    font-size: 17px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}

.q_number div h3 i {
    display: none;
}

.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}

#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #20b4e8;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}

#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    padding-top: 0;
}

.form-horizontal .checkbox label,
.form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}

.form-horizontal .checkbox label input,
.form-horizontal .radio label input {
    margin-top: 4px;
}

/* subpage appply2021 */
.s-title {
    margin: 50px 0 70px;
    text-align: center;
}

.s-title h3 {
    display: inline-block;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    font-size: 38px;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.03em;
}

.private-agree {
    min-width: calc(100% - 30px);
    margin: 0 15px 30px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.private-agree h5 {
    margin-top: 0;
    font-size: 17px;
    font-weight: bold;
    color: #111;
}

.private-agree ul {
    margin-bottom: 20px;
}

.private-agree li {
    margin-left: 0;
    font-size: 13px;
    color: #666;
}

.private-agree li strong {
    font-weight: 500;
}

.private-agree p {
    margin: 0;
}

.private-agree p.check {
    color: #337ab7;
}

.private-agree p i {
    margin-right: 10px;
    cursor: pointer;
}

.dh-popup {
    padding: 0;
    top: 135px;
}

.dh-popup p {
    margin: 0;
}

.dh-popup p:first-child {
    /* display: none; */
}

.dh-popup p a {
    margin: 0 !important;
}

.dh-popup.myModal24 {
    left: auto !important;
    right: 30px;
}

.dh-popup.myModal25 {
    left: 30px !important;
}

.dh-popup.myModal31 {
}

.dh-popup.myModal31 > p:nth-child(1) {
    display: block;
}

.dh-popup.myModal31 > p:nth-child(1) img {
}

.dh-popup.myModal31 > p:nth-child(1) .kr-img {
}

.dh-popup.myModal31 > p:nth-child(1) .en-img {
}

.dh-popup.myModal31 > p:nth-child(1) .link-google {
}

.dh-popup.myModal31 > p:nth-child(1) .link-google:hover {
    text-decoration: none;
}

/* 22/06/03 팝업 */
/* .popup_text {
    padding: 50px;
    color: #fff;
    text-align: center;
	background: #0087db url("/skin/img/main/popup_bg.jpg") center center / cover no-repeat;
	display: none;
} */

/* 22/08/22 */
.popup_text {
    width: 600px;
    justify-content: center;
    align-items: flex-end;
    aspect-ratio: 7/5;
    padding: 50px;
    color: #fff;
    text-align: center;
    background: #1e469b url("/skin/img/main/pop220822kr.jpg") center center / cover no-repeat;
    /* background: #1e469b; */
    display: flex;
}

.popup_text.eng {
    display: none;
}

.body-layout[lang="kr"] .popup_text.kor {
    display: flex;
    background: #1e469b url("/skin/img/main/pop220822kr.jpg") center center / cover no-repeat;
}

.body-layout[lang="kr"] .popup_text.eng {
    display: none;
}

.body-layout[lang="en"] .popup_text.kor {
    display: none;
}

.body-layout[lang="en"] .popup_text.eng {
    display: flex;
    background: #1e469b url("/skin/img/main/pop220822en.jpg") center center / cover no-repeat;
}

.popup_text h4 {
    margin: 0 0 25px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.05em;
    display: none;
}

.popup_text ul {
    margin: 0;
    text-align: left;
    display: none;
}

.popup_text ul li {
    position: relative;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.8;
}

.popup_text ul li .tit {
    position: relative;
    padding: 0 5px 0 10px;
    font-weight: 500;
}

.popup_text ul li .tit::before {
    content: "";
    top: 6px;
    left: 0;
    width: 2px;
    height: 8px;
    position: absolute;
    background: #ffa402;
    transform: rotate(-40deg);
}

.popup_text .box-btn {
    position: absolute;
    bottom: 55px;
}

.popup_text a.btn {
    min-width: 182px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    /* margin-bottom: 20px; */
    margin: 10px;
    padding: 0px 25px 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #f5a20e;
    border-radius: 40px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
}

/* .popup_text a.btn + a.btn{
	margin-left: 20px;
} */
.popup_text a.btn:hover {
    background: #ee9b07;
}

.popup_text a.youtube {
    background: #ed1d24;
    border-radius: 3px;
}

.popup_text a.youtube:hover {
    background: #d71e24;
}

.body-layout[lang="en"] .popup_text a.btn {
    min-width: 260px;
}

@media (max-width: 767px) {
    .popup_text {
        width: 100%;
        padding: 30px 15px;
    }

    .popup_text .box-btn {
        bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .popup_text a.btn {
        height: auto;
        min-width: auto !important;
        flex-basis: 45%;
        margin: 4px;
        padding: 8px 4px;
        font-size: 10px;
    }

    .popup_text h4 {
        margin: 0 0 15px;
        font-size: 17px;
    }

    .popup_text ul li {
        padding: 20px 0 0 12px;
        font-size: 13px;
    }

    .popup_text ul li .tit {
        top: 0;
        left: 0;
        position: absolute;
    }

    /* .popup_text a.btn {
		margin-top: 20px;
		padding: 7px 22px;
		font-size: 13px;
	} */
}

/* 230111 */
.mem-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.mem-wrap .item {
    display: grid;
    grid-template-columns: minmax(0, 170px) auto;
    align-items: flex-start;
    gap: 40px;
}

.mem-wrap .item h5 {
    color: #000;
    margin-top: 5px;
}

.mem-wrap .li-prof {
    display: flex;
    gap: 10px;
}

.mem-wrap .li-prof li {
    font-size: 13px;
    font-weight: 700;
    color: #e7910f;
}

.mem-wrap .img-box {
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
}

.mem-wrap .text {
    border-top: 1px solid #ccc;
    margin-top: 4px;
    padding-top: 12px;
    /* padding: 15px; */
    /* background-color: #f7f7f7; */
}

/* 230113 */
@media (min-width: 768px) {
    .main-middle .clearfix {
        display: none;
    }
    .main-middle .row {
        display: flex;
    }
    .main-middle .col-sm-4 > div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }
    .main-middle .col-sm-4 > div > div {
        height: 195px;
        margin-bottom: 0;
    }
    .main-middle .col-sm-4 > div > div > div {
        min-height: 0;
        height: 100%;
        margin-bottom: 0;
    }
    .main-gallery :is(.main-gallery1, .main-gallery2),
    .main-gallery :is(.main-gallery1, .main-gallery2) > div {
        height: 100% !important;
    }

    .main-gallery > div {
        height: 100%;
        gap: 0 !important;
    }
}

.dh-popup .img-box {
    position: relative;
}
.dh-popup .img-box .btn {
    position: absolute;
    right: clamp(25px, 4vw, 40px);
    left: clamp(25px, 4vw, 40px);
    bottom: clamp(25px, 4vw, 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(40px, 4vw, 47px);
    border-radius: 50px;
    padding: 0;
    padding-bottom: 3px;
    background-color: #052570;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-size: clamp(13px, 4vw, 17px);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

.new-en-btn {
    height: 22px;
    display: inline-flex;
    align-items: center;
    background-color: #636a71;
    color: #fff !important;
    line-height: 1;
    padding-inline: 9px;
    padding-block: 0px;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    /* background-color: #eee; */
    border-radius: 4px;
}
