@charset "utf-8";
@import url("/skin/notokr/notokr.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: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", 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: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    color: #333;
    padding: 0;
    margin-left: 0 !important;
    margin: 15px 0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img {
    margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}

@media screen and (min-width: 768px) {
    .navbar-header {
        position: absolute;
    }

    .navbar-collapse {
        text-align: center;
        line-height: 0;
    }

    .navbar-right {
        /* float: left!important; */
        margin-right: 0;
        /* margin-left: 5vw; */
        float: none !important;
        display: inline-block;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 35px 25px 35px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.03em;
    }

    .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: #fff;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 10px 0;
        border: none;
        background-color: rgba(15, 28, 39, 0.85);
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.navbar-nav > li > .dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 15px;
    color: #eaeaea;
    text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

/* login */
.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #1e3142;
    padding: 200px 15px 100px;
    min-height: 80vh;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.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 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #1a7ead;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #1a7ead;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

.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;
}

/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}

.q_number {
    margin-bottom: 25px;
}

.q_number h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 8px !important;
    display: block;
    font-weight: 600 !important;
    letter-spacing: -0.04em;
}

.q_number h3 i {
    display: none;
}

.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}

#mod_type_formForm textarea {
    height: 15em;
}

#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #1a7ead;
    text-align: center;
    font-size: 16px;
    padding: 18px 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 {
    position: relative;
    font-size: 15px;
    margin-right: 13px;
    margin-bottom: 6px;
    padding-left: 30px;
    color: #555;
    letter-spacing: -0.03em;
}

.form-horizontal .radio label {
    float: left;
    position: relative;
    width: 50%;
    margin: -1px 0 0 -1px;
    padding: 10px 10px 10px 30px;
    border: 1px solid #ddd;
    text-align: left;
}

.form-horizontal .checkbox label input,
.form-horizontal .radio label input {
    margin-top: 4px;
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0;
    left: 10px;
}

/* personal setting 0.64v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* align */
.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;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.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: #1a7ead;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
.li-none > li {
    list-style: none !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-disc > li{list-style:disc!important; margin-left:20px;} */
.li-check > li,
.li-dash > li,
.li-dot > li,
.li-disc > li {
    padding-left: 13px;
    position: relative;
    margin-bottom: 8px;
}

.li-dash > li:before,
.li-dot > li:before,
.li-disc > li:before {
    content: "";
    display: block;
    position: absolute;
}

.li-dot > li:before,
.li-disc > li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    left: 2px;
    top: 11px;
}

.li-dash > li:before {
    content: "-";
    left: 0;
}

.li-check > li:before {
    content: "\f00c";
    left: 0;
    font-family: "fontawesome";
    color: #1a7ead;
}

.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
    color: #666;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 8px;
    color: #1a7ead;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: "";
    display: block;
    clear: both;
}

.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}

.partner-li > li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 20px auto;
}

.category-li:after {
    content: "";
    display: block;
    clear: both;
}

.category-li > li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}

.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #555;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 4px;
    background: #d5d5d5;
}

.btn-li {
    text-align: center;
}

.btn-li li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}

.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: #1a7ead;
    font-size: 18px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@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;
}

.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #1a7ead;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 30px auto 10px;
    width: 200px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #1a7ead;
    background: #1a7ead;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.more-btn.active {
    border: 1px solid #00a4ff;
    background: #00a4ff;
}

.more-btn:hover {
    color: #1a7ead;
    background: transparent;
}

.circle-wrap {
    margin: 30px 0;
    text-align: center;
}

.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background: #555;
}

.circle-wrap .circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
}

@media (max-width: 767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.5;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.list-row-subject {
    max-width: 66%;
}

.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #1a7ead;
    border-bottom: 1px solid #333;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 15px 10px;

    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f8f8f8;
    padding: 15px 15px;
}

.dh-board td.subject strong a {
    font-weight: 400;
    color: #555;
}

.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}

.dh-board .label {
    color: #777;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    padding: 0.2em 0.4em 0.3em;
}

.dh-board .label-danger {
    color: #e23b28;
}

.dh-board .label-primary {
    color: #1085e2;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #1a7ead;
    border: 1px solid #1a7ead;
    color: #fff;
    font-weight: 600;
}

.pagination > li > a,
.pagination > li > span {
    color: #333;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #333;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

#btnNew {
    border-color: #333;
    background: #333;
}

.dh-view-box {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #1a7ead;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
    padding: 20px;
    margin: 0;
}

.dh-view-box > .row > .page-header > h4 {
    font-size: 20px;
    letter-spacing: -0.04em;
    margin: 0;
    font-weight: 600;
}

.dh-view-box > .row > .dh-view-info strong {
    color: #888 !important;
}

.dh-view-box > .row > .dh-view-info {
    color: #888;
    background: #fff;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #1a7ead;
}

.table-style tr th,
.table-style tr td {
    padding: 15px 15px !important;
    border-bottom: 1px solid #ddd !important;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
    line-height: 1.6 !important;
}

#annual .table-style tr th,
#annual .table-style tr td {
    padding: 7px 15px !important;
    font-size: 13px;
}

#annual .table-style tr td .more-btn {
    margin: 0 auto;
    padding: 5px 0;
    height: 25px;
    line-height: 13px;
    font-size: 13px;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th,
.table-style tbody tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

.table-style td.center {
    text-align: center;
}

.history-table {
}

.history-table.table-style tr th,
.history-table.table-style tr td {
    /* border-bottom: none!important; */
    padding: 32px 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    font-size: 38px;
    color: #1a7ead;
    font-weight: 500;
    letter-spacing: -0.03em;
    vertical-align: top !important;
    background: rgba(0, 0, 0, 0);
}

/* .history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #1a7ead;
	border-radius:50%;
	background:#fff;
} */
.history-table td ul {
    margin-bottom: 0;
}

.history-table td ul li {
    margin: 4px 0;
}

.history-table td ul li span {
    margin-right: 10px;
}

#mod_type_formForm .checkbox label:last-child {
    display: none;
}

/* personal setting 0.64v end */
/* navigation setting */
.menu-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.menu-top ul {
    margin: 0;
    padding-top: 30px;
    float: right;
}

.menu-top ul li {
    float: left;
}

.menu-top ul li button {
    padding: 4px 0;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
    width: 48px;
    letter-spacing: -0.03em;
}

.menu-top ul .active {
    background: #fff;
    color: #1a7ead;
}

.menu-top ul li .lang-k-btn {
    border-radius: 50px 0 0 50px;
    border-right: none;
    padding-left: 5px;
}

.menu-top ul li .lang-e-btn {
    border-radius: 0 50px 50px 0;
    border-left: none;
    padding-right: 5px;
}

@media (max-width: 767px) {
}

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-content {
    position: relative;
}

#main-slide > .fill,
.carousel-inner .item .fill {
    min-height: 930px;
    height: 100vh;
}

.main-inner {
    position: absolute;
    margin: 0;
    padding: 0;
    padding-top: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.slide-caption h1 {
    margin: 0 0 45px;
    font-size: 54px;
    color: #fff;
    font-weight: 300;
    line-height: 1.32;
    letter-spacing: -0.05em;
}

.slide-caption h1 span {
    display: block;
    font-weight: 700;
}

.slide-caption .more {
    display: block;
    width: 210px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.03em;
    font-weight: 500;
    transition: all ease 0.3s;
}

.slide-caption .more i {
    margin-left: 10px;
}

.slide-caption .more:hover {
    background: #fff;
    color: #1a7ead;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    text-align: right;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 36px;
    height: 6px;
    border: none;
    background: #fff;
    margin: 0 3px !important;
    opacity: 0.6;
}

.carousel-indicators li.active {
    opacity: 1;
}

.main-video {
    margin-top: 110px;
}

.main-video .caption {
    font-size: 15px;
    /* font-size: 20px; */
    color: #fff;
    font-style: italic;
}

.main-video .video-wrap {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#quick {
    position: fixed;
    right: 0;
    top: 15%;
    /* transform: translateY(-50%); */
}
#quick .youtube {
}
#quick .sns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
#quick .sns img {
    width: 60px;
}
#quick .box {
    display: block;
    margin: 1px 0;
    padding: 20px 30px;
    border-radius: 6px 0 0 6px;
    color: #fff;
    text-align: center;
    background: #1a7ead;
    font-weight: 500;
}

#quick .box2 {
    background: #fff;
    color: #1a7ead;
}

#quick a img {
    margin-bottom: 4px;
}

#quick a p {
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.05em;
}

#quick a p small {
    display: block;
}

#quick a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
}

/* footer setting */
.footer_copy > div {
    padding: 40px 0 40px;
    background: #0f1c27;
    color: #999999;
    font-size: 12px;
}

.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}

.footer_copy .text-left ul {
    margin: 15px 0 0;
}

.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.2;
}

.footer_copy li:last-of-type {
    border-right: none;
}

.footer_copy .sns {
    margin-bottom: 20px;
}

.footer_copy .sns li {
    float: none;
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0 0 0 15px;
}

/*
.footer_copy .sns li.youtube img{
    background: red;
}
*/
.footer_copy .sns li a {
    display: block;
    transition: all 0.3s ease;
}

.footer_copy .sns li a:hover {
    transform: translateY(-3px);
}

.footer_copy .sns img {
    width: 32px;
    border-radius: 4px;
}

.footer_copy .tel {
    font-size: 27px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1;
}

.footer_copy .tel a {
    color: #fff;
}

.footer_copy .tel a:hover {
    text-decoration: underline;
}

.footer_copy .tel span {
    font-weight: 700;
}

.copy {
    margin: 8px 0 0;
    opacity: 0.7;
}

@media (max-width: 767px) {
}

/* subpage setting */
.pageheader {
    height: 350px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
    position: relative;
    height: 100%;
}

.pageheader h2 {
    margin: 25px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 12px;
    color: #fff;
}

.breadcrumb .active {
    color: #fff;
}

.subpage-content {
    padding-top: 80px;
    padding-bottom: 110px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #1a7ead;
}

.subpage-content section {
    padding-bottom: 80px;
}

.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: -0.04em;
}

.subpage-content section h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 8px;
    background: #1682bc;
}

.subpage-content section h5 {
    margin-top: 100px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.subpage-content section h5 small {
    margin-left: 10px;
    color: #1682bc;
}

.subpage-content section h4 + h5 {
    margin-top: 30px;
}

.subpage-content section h5 + ul,
.subpage-content section h5 + p {
    margin-bottom: 30px;
}

.subpage-content section h5 + :where(img,.row) {
    margin-top: 30px;
}

.subpage-content section h6 {
    font-size: 18px;
    font-weight: 600;
}

p.top-text {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 500;
}

.snb {
    text-align: center;
    padding: 12px 0;
    background: #1882bd;
}

.snb ul {
    margin: 0;
}

.snb ul li {
    display: inline-block;
    padding: 0 18px;
}

.snb ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    opacity: 0.6;
    letter-spacing: -0.02em;
}

.snb ul li.active a {
    /* border-bottom: 2px solid #fff; */
    opacity: 1;
}

.subpage-content .title {
    margin-bottom: 90px;
    text-align: center;
}

.subpage-content .title h3 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.03em;
    margin: 0;
}

.subpage-content .title h3 small {
    display: block;
    margin-top: 25px;
    font-size: 22px;
    color: #1882bd;
    /* text-decoration: underline;
    text-decoration-color: #1882bd; */
}

.subpage-content li,
.subpage-content dd,
.subpage-content td,
.subpage-content p {
    font-size: 17px;
    color: #555;
    letter-spacing: -0.04em;
}

/* subpage product */
.tab-menu {
    margin: 0 0 80px;
    display: flex;
}

.tab-menu:after {
    content: "";
    display: block;
    clear: both;
}

.tab-menu li {
    /* float: left; */
    flex: 1;
    /* width: 25%; */
    text-align: center;
}

.tab-menu li a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: 1px solid #1682bc;
    margin-bottom: -1px;
}

.tab-menu .active a {
    background: #fff;
    border-color: #1682bc;
    border-bottom: 1px solid #fff;
    color: #1682bc;
}

.tab-content {
    /* padding:30px 15px; */
}

#product01 #tab2 img {
    /* margin-top: 30px; */
    /* background-color: #f7f7f7; */
    /* mix-blend-mode: multiply; */
    /* filter: brightness(0.98); */
}

#product01 #tab3 img {
    margin-bottom: 30px;
}

.ar-box {
    border: 8px solid #eee;
    padding: 50px 0;
    margin-top: 25px;
}

#product01 .ar-box h6 {
    color: #1e2a5a;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin: 0;
}

#product01 #tab3 .con-wrap {
    margin: 40px -15px;
}

#product01 #tab3 .con-wrap img {
    margin: 130px 0 0;
}

#product01 #tab4 .img-wrap {
    /* background: #f6f6f6; */
    padding: 60px 60px;
    margin: 40px 0 40px;
    border: 8px solid #efefef;
}

#product01 .video-wrap .card {
    min-height: 360px;
    border: 1px solid #ddd;
    padding: 0;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#product01 .video-wrap .card .card-ttl {
    margin: 0;
}

#product01 .video-wrap p {
    margin: 0;
    padding: 20px 20px 5px;
}

#product02 .img-wrap img {
    border: 1px solid #dadada;
    padding: 6px;
    box-shadow: 10px 10px 0 #f3f3f3;
}

#product02 .se1 .img-wrap {
    padding: 60px 60px;
    margin: 40px 0 40px;
    border: 8px solid #efefef;
}

.arbortext {
    margin-top: 40px;
}

.arbortext .left-con {
    padding-top: 70px;
}

#product01 #tab4 .more-btn {
    width: 280px;
}

/* subpage education */
.btn-wrap {
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.btn-wrap.bottom {
    margin-top: -1px;
}
.btn-wrap.bottom .more-btn {
    border: 1px solid #00a4ff;
    background: #00a4ff;
}
.btn-wrap.bottom .more-btn:hover {
    color: #00a4ff;
    background: transparent;
}
.btn-wrap.bottom .more-btn:after {
    content: "\f019";
    font-family: "FontAwesome";
}

#annual .btn-wrap {
    margin-bottom: 60px;
}

.btn-wrap .more-btn {
    margin: 20px auto;
    width: 100%;
}

#annual .btn-wrap .more-btn {
    max-width: 255px;
}

.btn-wrap .more-btn:after {
    content: ">";
    margin-left: 8px;
}

#education02 section h5 {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.fc-widget-content {
    height: 150px !important;
}

.down-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #1a7ead;
}

.down-btn:before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.down-btn:hover {
    color: #fff;
}

#support01 .img-box img {
    border: 1px solid #dadada;
    padding: 6px;
    box-shadow: 10px 10px 0 #f3f3f3;
}

.support01-importance .card {
    border: none;
    padding: 0;
}

.support01-importance i {
    display: block;
    font-size: 55px;
    background: #edf6fb;
    color: #197ead;
    padding: 30px;
    text-align: center;
}

.subpage .support01-importance h5 {
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #fff;
    background: #197ead;
}

.subpage .support01-importance ul {
    margin: 15px 0 0;
    padding: 0 5px;
}

.subpage .support01-importance li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.subpage .support01-importance li .numbering {
    background: #666;
    color: #fff;
    font-size: 1em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
}

.support01-importance li span {
    position: absolute;
    left: 0;
    top: 0;
}

/* subpage about */
.greet p {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
}

.greet .name {
    margin-top: 40px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.greet .txt-box {
    padding-left: 35px;
    padding-top: 10px;
}

#support01 .subcon-top .img-box {
    padding-top: 50px;
}

#ezchatsmall_container {
    left: 7px;
    top: 15px;
}

.gstar-wrap {
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

.gstar-wrap .quote {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
    color: #111;
}

.gstar-wrap li,
.gstar-wrap p {
    font-size: 18px;
}

.gstar-wrap .img-box {
    padding-right: 50px;
}

#product03 .gstar-function h5 {
    margin-top: 15px;
    font-size: 18px;
    color: #1682bc;
}

.gstar-function {
    margin-top: 30px;
    margin-bottom: 60px;
}

.gstar-function img {
    padding: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.gstar-function .clearfix {
    padding-bottom: 40px;
}

#filedown .down-table h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1682bc;
}

#filedown .down-table p {
    margin-bottom: 10px;
}

#filedown .down-table .down-btn {
    margin-bottom: 10px;
    min-width: 170px;
}

#filedown .down-table li {
    display: inline;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 10px;
    color: #888;
    border-right: 2px solid #ddd;
}

#filedown .down-table li:last-child {
    border: none;
}

#filedown .down-table img {
    border: 1px solid #ddd;
}

#inquiry #mod_type_formForm,
#inquiry2 #mod_type_formForm {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .navbar-inverse {
        background: rgba(0, 0, 0, 0.64);
    }

    .navbar-brand img {
        margin: 0 10px;
    }

    .navbar-inverse .navbar-toggle {
        top: 20px;
        background: transparent !important;
        border: none !important;
    }

    .navbar-toggle .icon-bar {
        background: #fff !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav > li > a {
        color: #eee;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #1882bd;
    }

    .navbar-nav .open .dropdown-menu {
        background: rgba(0, 0, 0, 0.5);
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        font-size: 13px;
    }

    .slide-caption h1 {
        margin-bottom: 30px;
        font-size: 27px;
    }

    .slide-caption .more {
        width: 170px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }

    #main-slide > .fill,
    .carousel-inner .item .fill {
        min-height: 0;
    }

    .main-inner {
        padding-top: 0;
    }

    .carousel-indicators {
        text-align: center;
    }

    .pageheader {
        height: 250px;
    }

    .pageheader h2 {
        font-size: 42px;
    }

    .snb ul li a {
        font-size: 14px;
    }

    .subpage-content {
        padding: 50px 0 60px;
    }

    .subpage-content .title {
        margin-bottom: 40px;
    }

    .subpage-content .title h3 {
        font-size: 32px;
    }

    .subpage-content section h4 {
        font-size: 24px;
    }

    .subpage-content section h5 small {
        display: none;
        /* margin:10px 0 0; */
    }

    .subpage-content section h5 {
        font-size: 18px;
    }

    #product01 #tab4 .img-wrap {
        padding: 20px;
    }

    #product01 #tab4 .img-wrap > div:first-child {
        padding-bottom: 20px;
    }

    .arbortext .left-con {
        padding-top: 0;
    }

    .gstar-wrap .quote {
        margin-top: 30px;
        font-size: 20px;
        text-align: center;
    }

    .gstar-wrap li,
    .gstar-wrap p {
        font-size: 15px;
    }

    .gstar-function .inner {
        padding: 0 37px 20px;
    }

    .gstar-function .clearfix {
        padding-bottom: 0px;
    }

    .more-btn {
        font-size: 14px;
    }

    .q_number div h3 {
        font-size: 16px;
    }

    .support01-importance .card {
        margin-bottom: 30px;
    }

    .dh-margin-top {
        text-align: center;
    }

    .greet .txt-box {
        padding-left: 15px;
    }

    .history-table.table-style tr th {
        font-size: 26px;
    }

    .root_daum_roughmap {
        max-width: 100%;
    }

    .footer_copy .tel {
        font-size: 22px;
    }

    .footer_copy .sns {
        margin-top: 20px;
        text-align: center;
    }

    .footer_copy .sns li {
        float: none;
        display: inline-block;
    }
}

#annual .table-style tr.expired th,
#annual .table-style tr.expired td {
    color: #aaa;
    background: #eee;
}

#annual .table-style tr.expired.not-month th:first-child {
    color: #333;
    background: #f8f8f8;
}

#annual .table-style tr.expired td .more-btn {
    border-color: #aaa !important;
    background: #aaa !important;
    color: #ddd !important;
    cursor: default;
}

.edu-info li .more {
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
    color: #111;
    font-weight: 600;
    font-size: 15px;
}

.edu-info li .more:hover {
    color: #1882bd;
}

.subpage-content section h5 small.text-danger {
    color: #c00;
}
.dl-txt{
    padding-top: ;
}
.dl-txt dt {
    font-size: 16px;
    margin-bottom: 5px;
}
.dl-txt :is(dd, li, p) {
    font-size: 14px;
    margin-bottom: 5px;
}
.col-sm-6:has(.dl-txt) > h6 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.subpage-content .exp {
    margin-top: 20px;
    padding: 20px 30px;
    background-color: #f7f7f7;
}
.subpage-content .exp h6 {
    font-size: 17px;
}
.subpage-content .exp p {
    font-size: 14px;
    margin-bottom: 0;
}
.icon-wrap p{
    font-size: 15px;
}