@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", "NanumBarunGothic", "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;
}
.sub-layout {
}

/* 상단 네비게이션 */
.navbar.navbar-inverse {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.navbar.navbar-inverse > .container {
    height: 100px;
}
.navbar.navbar-inverse .container .navbar-header {
    margin: 0;
}
.navbar.navbar-inverse .container .navbar-header .navbar-brand {
    display: block;
    margin-left: 0;
    padding: 0;
    margin: 11px 0;
}
.navbar.navbar-inverse .container .navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 275px;
}

.navbar.navbar-inverse .navbar-collapse {
    background-color: #fff;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav {
    margin-top: 30px;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li > a {
    display: block;
    line-height: 1;
    padding: 22px 25px;
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:hover > a,
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li.open > a,
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li.nowPage > a {
    color: #0070d1;
    background-color: #fff;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    padding: 20px 0;
    background: #0070d1;
    border-radius: 0;
    border: 0;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
    letter-spacing: -0.03em;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu li:hover a {
    color: #fff;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        background-color: #333;
    }
    .navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .navbar .navbar-nav > .dropdown > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }
}
.nav-upper {
}
.nav-upper .lang {
    float: right;
}
.nav-upper .lang li {
    float: left;
    padding: 5px 10px;
    color: #333;
    opacity: 0.5;
    font-size: 12px;
    cursor: pointer;
}
.nav-upper .lang .active {
    opacity: 1;
    background-color: #0070d1;
    color: #fff;
}
/* //상단 네비게이션 */

/* 슬라이드 영역 */

.container.container_slide {
    width: 100%;
    padding: 0;
    margin-top: 100px;
}
.carousel-caption {
    padding: 0;
    bottom: auto;
    transform: translateY(-50%);
    top: 50%;
    max-width: 650px;
}
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption h1,
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption p {
    text-align: left;
}
.carousel-caption h1 {
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.carousel-caption h1 span {
    display: block;
    font-size: inherit;
    line-height: inherit;
}
.carousel-caption h1 span > span {
    display: inline-block;
    color: #0070d1;
}
.carousel-caption p {
    margin: 0;
}
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption h1 span,
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption p span {
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
    padding: 0;
}
.carousel-caption ul {
    padding-left: 0;
}
.carousel-caption ul:after {
    content: "";
    display: block;
    clear: both;
}
.carousel-caption ul + ul {
    margin-top: 10px;
}
.carousel-caption ul li {
    float: left;
    font-size: 17px;
    letter-spacing: -0.04em;
    font-weight: 300;
    margin-right: 20px;
    text-shadow: none;
}
.container_slide .fill {
    height: 600px;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 40px;
}

.carousel-indicators li {
    font-size: 14px;
    height: 14px;
    width: 14px;
    margin: 0 8px;
    border: 2px solid #fff;
}
.carousel-caption p{
    float: left;
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 2;
    font-weight: 300;
}
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: #fff;
}
@media (max-width: 767px) {
    .container.container_slide {
        margin-top: 162px;
    }
    .container.container_slide .fill {
        height: 400px;
    }
    .carousel-caption h1 {
        font-size: 38px;
    }
    .carousel-caption ul li {
        font-size: 14px;
        margin-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 46px;
    }
    .container.container_slide {
        margin-top: 203px;
    }
}

/* //슬라이드 영역 */

/* 메인 중단영역 */

.mainPage {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 80px;
}
.mainPage > div {
    margin-bottom: 30px;
    overflow: hidden;
}
.mainPage > div .subject {
    position: relative;
    padding: 5px 0;
    margin: 0 0 40px;
    text-align: center;
}
.mainPage > div .subject h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #212121;
    line-height: 1;
}
.mainPage > div .subject a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #888;
    border: 1px solid #e0e0e0;
    background: url(/skin/img/main/main_link_icon.png) no-repeat center center;
}
.mainPage > div .subject a:hover {
    border-color: #212121;
}
.mainPage .middle .contents {
    padding: 0;
}
.mainPage .middle .thumbnail {
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    margin: 0 0 30px;
    position: relative;
}
.mainPage .middle .thumbnail img {
    width: 100%;
}
.mainPage .middle .thumbnail .caption {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.04em;
    padding: 12px;
}
.mainPage .bottom {
    margin-top: 70px;
}
.mainPage .bottom .contents {
    padding: 0;
}
.mainPage .bottom p {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #454545;
    line-height: 1.7;
    margin: 15px 0 0;
}
.mainPage .bottom p strong {
    color: #0070d1;
    letter-spacing: -0.04em;
}
@media (max-width: 767px) {
    .mainPage > div .subject h2 {
        text-align: left;
    }
    .mainPage .bottom p {
        margin: 0 0 15px;
    }
    .mainPage .bottom p strong {
        margin-right: 15px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
}
.subHeader {
    height: 300px;
    background-image: url(/skin/img/sub/subtop-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}
.subHeader .container h2 {
    text-align: left;
    color: #fff;
    font-size: 50px;
    margin-top: 120px;
    font-weight: 600;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.subHeader .container p {
    color: #fff;
    text-align: center;
}
.subBody {
    padding-bottom: 120px;
}
.subBody .subMenu .nav > li {
    margin-top: 0;
}
.subBody .subMenu .nav > li + li {
    border-top: 1px solid #ddd;
}
.subBody .subMenu .nav > li > a {
    border-radius: 0;
    background-color: #eee;
    color: #333;
    font-size: 15px;
}
.subBody .subMenu .nav > li.active > a,
.subBody .subMenu .nav > li:hover > a {
    color: #fff;
    background-color: #0a3e7d;
}
.subBody .subMenu .nav > li > a > .fa {
    float: right;
    line-height: 21px;
}
.subBody .subContent .subContent_title {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.subBody .subContent .subContent_title h3 {
    font-size: 36px;
    color: #212121;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0;
}
.subBody .subContent .subContent_title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    letter-spacing: -0.04em;
}
.subBody .subContent .subContent_title .breadcrumb > li > a {
    color: #777;
    font-size: 14px;
}
.subBody .subContent .subContent_title .breadcrumb .active {
    color: #454545;
    font-weight: 500;
}
.subBody .subContent .subContent_inner h4 {
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.4;
}
.subBody .subContent .subContent_inner h4 strong {
    color: #0070d1;
    font-size: 32px;
    padding-left: 30px;
    font-weight: 800;
}
.subContent_inner p {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #616161;
}
.subContent_inner p > span {
    float: right;
}
.subBody .subContent .subContent_inner dl {
}
.subBody .subContent .subContent_inner dl dt,
.subBody .subContent .subContent_inner dl dd {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    letter-spacing: -0.04em;
    padding: 12px 10px;
    border-top: 1px solid #e0e0e0;
}
.subBody .subContent .subContent_inner dl dt {
    width: 25%;
    color: #454545;
    font-weight: 500;
    position: relative;
    padding-left: 13px;
    font-size: 15px;
    line-height: 1.6;
}
.subBody .subContent .subContent_inner dl dt:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #0070d1;
    position: absolute;
    left: 0;
    top: 22px;
    border-radius: 50%;
}
.subBody .subContent .subContent_inner dl dd {
    width: 69%;
    line-height: 1.6;
    color: #616161;
    padding-left: 20px;
}
.subBody .subContent .subContent_inner dl dd ul {
    padding-left: 10px;
}
.subBody .subContent .subContent_inner dl dd ul li {
    position: relative;
    margin-bottom: 2px;
}
.subBody .subContent .subContent_inner dl dd ul li:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
.product .subContent .subContent_inner p {
    font-size: 17px;
    margin: 15px 0 30px;
    line-height: 1.65;
}
.subBody .subContent .subContent_inner p strong,
.subBody .subContent .subContent_inner p .fa {
    color: #0070d1;
}
.product .thumbnail {
    padding: 0px 15px;
    border-radius: 0;
    border: 0;
    /* height: 200px !important; */
    margin: 0 0 30px;
    /* overflow: hidden; */
}
.product .thumbnail img {
    border: 1px solid #e0e0e0;
    padding: 5px;
    transition: all ease 0.2s;
}
.product .thumbnail img:hover {
    border-color: #0070d1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    background: #0070d1;
}
.subBody .subContent .subContent_inner h5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #222;
    letter-spacing: -0.04em;
}
.subBody .subContent .subContent_inner h5:first-child {
    margin-top: 0;
}
.subBody .subContent .subContent_inner h5:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0089ff;
    border-top: 6px solid #3ea5ff;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.subContent_inner iframe {
    margin: 10px 0 0;
}

.product .subContent_inner .row {
    margin-bottom: 80px;
}
.product .subContent_inner .row:last-child {
    margin-bottom: 0;
}
.product .subContent_inner .row > span {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 15px;
    position: relative;
}
.product .subContent_inner .row > span:before {
    content: "";
    display: block;
    width: 10px;
    border-top: 1px solid #3ea5ff;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.mask p {
    font-size: 20px;
    margin-bottom: 50px;
}

.lb-outerContainer {
    border: 4px solid #fff !important;
    overflow: hidden !important;
}
.lightbox .lb-image {
    border: 0 !important;
}
.lb-data .lb-close {
    background: url("/skin/img/sub/close.png") top right no-repeat !important;
}
@media (max-width: 767px) {
    .subBody .subContent .subContent_inner h4 {
        font-size: 25px;
    }
    .subBody .subContent .subContent_inner h4 strong {
        font-size: 26px;
    }
    .subBody .subContent .subContent_title .breadcrumb {
        top: auto;
    }
    .subBody .subContent .subContent_inner dl dt {
        word-break: keep-all;
    }
}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    background-color: #fff;
    border-top: 1px solid #ddd;
    color: #888;
    padding: 50px 0;
    margin: 0px 0px 0px 0px;
    text-align: center;
    float: none;
    letter-spacing: -0.04em;
}
.footer_copy .wrap-footer {
    margin: 0 auto;
    max-width: 1170px;
    text-align: left;
}
.footer_copy .wrap-footer > div {
    padding: 0;
}
.footer_copy .wrap-footer img {
    margin-right: 30px;
}
.wrap-footer > .text-right {
    margin-top: 70px;
}
address {
    margin: 0;
    overflow: hidden;
}

.footer_copy address > span {
    float: left;
}
.footer_copy span > span {
    display: block;
    line-height: 1.7;
    margin-bottom: 10px;
}
.footer_copy .copyrights {
    color: #bbb;
    width: 100%;
    display: block;
}
@media screen and (max-width: 768px) {
    .wrap-footer address {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }
    .wrap-footer > .text-right {
        text-align: left;
    }
}
.logo-list {
    float: right;
    padding: 0;
    margin: 10px 0 0;
    width: 25%;
    max-width: 240px;
}
/* .logo-list > li {
    height: 54px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    padding: 2px 10px;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    width: 49%;
} */
.logo-list > li {
    float: left;
    overflow: hidden;
    min-width: 60px;
}
.logo-list > li:first-child {
    width: 100%;
    margin: 0 0 10px;
}
/* .logo-list > li:last-child{
	margin-left: 2%;
} */
.logo-list > li:nth-child(2) {
    margin-left: 46px;
    margin-top: 14px;
}
.logo-list > li:nth-child(3) {
    margin-left: 26px;
    width: 80px;
}
.footer_copy .logo-list > li > img {
    /* height: 100%; */
    margin: 0 auto;
}
@media (max-width: 767px) {
    .footer_copy .copyrights {
        font-size: 12px;
        text-align: center;
    }
    .footer_copy address > span {
        float: none;
    }
    .footer_copy span > span {
        text-align: center;
    }
    .logo-list {
        float: none;
        margin: 10px auto;
        width: 100%;
        overflow: hidden;
    }
    .logo-list > li {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo-list > li {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}
/* //푸터 */

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}
.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;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #0071d1;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #0071d1;
    border-radius: 0px;
    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: #3ea5ff;
}
.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;
    }
}

/* subpage mailform */
#mailForm {
    max-width: 1000px;
    margin: 0 auto;
}

#mailForm .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #ddd;
    letter-spacing: -0.05em;
    height: auto;
    padding: 8px 12px;
}
#mailForm .form-control:focus {
    border-color: #0071d1;
}

#mailForm label {
    color: #212121;
    letter-spacing: -0.03em;
    margin: 0 0 10px;
}

#mailForm .checkbox {
    margin: 10px 0 30px;
}

#mailForm .checkbox label {
    font-size: 13px;
    color: #616161;
    letter-spacing: -0.05em;
    line-height: 1.6;
    margin: 0;
}
#mailForm .btn-primary {
    border-radius: 0px;
    background: #0071d1;
    border: none;
    font-size: 15px;
    max-width: 200px;
    height: 45px;
    letter-spacing: -0.05em;
    margin: 0 auto;
    transition: all ease 0.3s;
}

#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #3ea5ff;
}

/* 갤러리 게시판 */
.img-bbs-default-index-layout .bbs-area .row:first-child > .col-lg-12:first-child {
    padding: 0;
}
.dh-front-gallery > .col-md-3 {
    margin: 0 0 30px;
}
.dh-front-gallery > .col-md-3 > a.thumbnail {
    margin: 0 0 10px;
    max-height: 250px;
}
.dh-front-gallery > .col-xs-3 > a.thumbnail:hover,
.dh-front-gallery > .col-xs-3 > a.thumbnail:focus,
.dh-front-gallery > .col-md-3 > a.thumbnail:hover,
.dh-front-gallery > .col-md-3 > a.thumbnail:focus,
.slick-track > div.thumbnail:hover,
.slick-track > div.thumbnail:focus {
    background-size: cover;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-color: #0070d1;
}

/* pagination */
.pagination-sm {
    margin: 20px 0 0;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #fff;
    color: #0070d1 !important;
    font-weight: 600;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #aaa;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#btnNew {
    background: #222;
    border: 1px solid #222;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
}

/* 2020-02-28 */
.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;
}
.brand .subContent .subContent_inner p {
    font-size: 22px;
    margin-bottom: 62px;
    line-height: 1.6;
}
.brand .subContent .subContent_inner h4::after {
    content: "";
    display: table;
    clear: both;
}
.brand .subContent .subContent_inner h4 > img {
    float: left;
    width: 630px;
}
.brand .subContent .subContent_inner h4 > a {
    float: right;
    width: 294px;
}
.brand .subContent .subContent_inner .brand_bottom {
    margin-top: 30px;
}
.brand .subContent .subContent_inner .brand_bottom .col-xs-12 > img {
    display: inline-block;
    vertical-align: top;
}
.brand .subContent .subContent_inner .brand_bottom a {
    display: inline-block;
    vertical-align: top;
}

.cap_thumb .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1;
}
