@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    padding-right: 0 !important;
}
a,
button {
    outline: none !important;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
/* .body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: '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-color: #ddd;
    margin-bottom: 0;
    position: static;
}

.navbar-brand img {
    /* max-width:80px; */
    margin: 0;
}
.navbar-toggle {
    top: 10px;
    background: #fff !important;
    border: none;
}
.navbar-toggle .icon-bar {
    background: #333 !important;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        font-size: 16px;
        padding: 25px 25px 25px;
        letter-spacing: -0.3px;
    }

    .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: #7b8e18;
    }
}
@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;
        border: none;
        background-color: #fff;
        border: 1px solid #ddd;
        box-shadow: none;
        padding: 15px 0;
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu > li > a {
    padding: 2px 25px;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #222;
}
.table-style {
    margin: 0 0 20px;
    border-top: 1px solid #222;
}
.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;
}
.history-table.table-style tr th {
    font-size: 20px;
    vertical-align: top !important;
    text-align: left;
    font-weight: 400;
}
.history-table li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}
.history-table li:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 11px;
    font-weight: 600;
    transform: translatey(-50%);
}
/* 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;
}

/*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 {
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.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: 2px solid #333;
}
.location-li li {
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.location-li .fa {
    margin-right: 10px;
}
/* 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;
    border: 2px solid #ccc;
}
p.quote {
    margin: 30px 0;
    font-size: 32px;
    font-weight: 300;
    color: #777;
    line-height: 1.1;
}
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 */
@media (max-width: 767px) {
}
/* mainpage setting */
.carousel-control.right {
    right: -13%;
}
.carousel-control.left {
    left: -13%;
}
.carousel-control {
    color: #bbb;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #aaa;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    top: 170px;
    text-shadow: none;
}
.main-content {
}
.main-content > .container {
    position: relative;
    padding-top: 105px;
    height: calc(100vh - 140px);
}
.main-content > .container:after {
    content: "SCROLL DOWN";
    position: absolute;
    /* left: 50%; */
    right: 15px;
    bottom: -11px;
    /* transform: translatex(-50%); */
    letter-spacing: 2px;
    color: #aaa;
    font-size: 13px;
    margin-bottom: 2px;
}
.main-logo img {
    padding: 225px 120px 0px 0;
    max-width: 420px;
}
.main-work h4,
.main-history .title h4 {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.carousel .item a {
    color: #222;
}
.carousel .item a img {
    transition: all 0.3s ease;
}
.carousel .item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    min-height: 40px;
    margin-top: 20px;
    line-height: 20px;
    transition: all 0.3s ease;
}
.carousel .item a:hover {
    text-decoration: none;
}
.carousel .item a:hover img {
    opacity: 0.6;
}
.carousel .item a:hover h6 {
    color: #7b8e18;
}
.carousel .item ul {
    min-height: 60px;
}
.carousel .item .li-dash li {
    font-size: 12px;
    color: #666;
}
.carousel .item .release-date {
    font-weight: 600;
    color: #999;
    font-size: 14px;
    /* text-align: right; */
}
.main-history {
    background: #f5f5f5;
    padding: 0 0 60px;
}
.main-history .title h4 {
    margin-top: -20px;
    text-align: left;
}
@media (max-width: 767px) {
    .main-history .title h4 {
        margin-top: -20px;
    }
    .main-logo {
        display: none;
    }
    .main-content > .container {
        padding: 40px 0;
        height: auto;
    }
    .main-logo img {
        margin: 100px auto;
        padding: 0;
        max-width: 100%;
    }
    .main-work h4 {
        margin: 0 0 20px 10px;
    }
    .main-work .item .row {
        margin: 0;
    }
    .main-work .col-xs-6 {
        padding: 10px;
    }
    .carousel-inner {
        min-height: 380px;
    }
}
/* footer setting */
.footer_copy > div {
    color: #888;
    font-size: 12px;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 20px 0 20px;
}
.footer_copy > div p,
.footer_copy > div ul {
    margin-bottom: 3px;
}
.footer_copy > div .name {
    font-weight: 600;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.footer_copy li:last-of-type {
    border-right: none;
}
#mv-modal .modal-dialog {
    margin-top: 150px;
}
#mv-modal .modal-content {
    background: #222;
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#mv-modal .modal-header {
    border: none;
    padding: 5px 15px 10px;
}
#mv-modal .modal-body {
    padding: 0;
}
#mv-modal .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 767px) {
    .footer_copy li {
        float: none;
        border-right: none;
    }
}
/* subpage setting */
.subpage .pageheader {
    width: 100%;
    height: 200px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
    background-size: cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 70px 0 0;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    color: #fff;
    font-size: 50px;
}
.subpage-content {
    padding-top: 70px;
    padding-bottom: 80px;
}
.subpage-content .title {
    margin-bottom: 10px;
}
.subpage-content .title h3 {
    /* display: inline-block; */
    border-bottom: 1px solid #ddd;
    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 25px;
    margin-bottom: 30px;
    color: #222;
}
.subpage-content .title h3 span {
    /* 	color:#7b8e18; */
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
    position: absolute;
    top: 25px;
    right: 15px;
}
.breadcrumb .active {
    color: #7b8e18;
}

.subpage-content p > span,
.subpage-content li > span {
    /* 	font-size:1.1em; */
    font-weight: 500;
    color: #7b8e18;
}
.subpage-content h4 {
    font-size: 32px;
    color: #222;
    letter-spacing: -1px;
    margin: 0 0 30px;
}
/*
.subpage-content h4:before{
	content:'';
	display:inline-block;
	margin-right:20px;
	width:5px;
	height:20px;
	transform:skew(-30deg);
	background:#7b8e18;
	opacity:0.7;
}
*/
.subpage-content .page-header h4 {
    font-size: 22px;
}
.subpage-content .page-header h4:before {
    display: none;
}
/* subpage about */
#about01 .section1 {
    padding-bottom: 80px;
}
#about01 .section1 img {
    /* box-shadow: 10px 10px 15px rgba(0,0,0,0.12); */
    max-width: 300px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.12);
}
#about01 .section1 img + p {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
#about01 .section1 img + p span {
    margin-top: 8px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    display: block;
}
#about01 .section1 p.quote {
    margin: 40px 0 50px;
    font-size: 36px;
    font-weight: 300;
    color: #222;
    line-height: 1.2;
    letter-spacing: -1px;
}
#about01 .section1 p.des {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #666;
    line-height: 1.8;
}
.profile {
    margin-top: 80px;
    padding: 80px 0;
    background: #f3f3f3;
    color: #222;
    text-align: center;
}
.profile img {
    max-width: 300px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.12);
}
.profile .name {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.profile .name span {
    margin-top: 8px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    display: block;
}
.profile .li-dash {
    text-align: left;
}
.profile .li-dash li {
    letter-spacing: -0.3px;
    color: #666;
    font-size: 14px;
    margin-bottom: 2px;
}
.profile .sns-li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
}
.profile .sns-li:after {
    content: "";
    display: block;
    clear: both;
}
.profile .sns-li li {
    float: left;
    margin-right: 5px;
}
.profile .sns-li li a {
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    background: #222;
    border: 1px solid #222;
    transition: all 0.3s ease;
}
.profile .sns-li li a:hover {
    text-decoration: none;
    background: #7b8e18;
    color: #fff;
    border-color: #7b8e18;
}
.about01-bottom {
    padding: 80px 0;
    background: #f3f3f3;
}
.about01-bottom .genre {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.8;
}
.about01-bottom p span {
    display: block;
    margin-top: 10px;
    font-weight: normal;
}
#about01 .subpage-content {
    padding-bottom: 0;
}
/* subpage disco */
.disco {
}
.disco > div {
    min-height: 560px;
}
#disco02 .disco > div {
    min-height: 560px;
}
.disco h6 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-top: 20px;
    line-height: 20px;
    letter-spacing: -0.023em;
}
.disco ul {
    min-height: 50px;
    margin: 0;
}
.disco li {
    font-size: 12px;
    color: #666;
}
.disco .release-date {
    font-weight: 600;
    color: #999;
    font-size: 14px;
    margin: 0;
    position: absolute;
    bottom: 30px;
}
.prepare {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 360px;
    background: #eee;
}
.prepare span {
    font-size: 18px;
}
/* subpage news */
#news .writer {
    display: none;
}

/* subpage contact */
.contact-dl {
    column-rule: none;
    margin: 60px 0;
    padding: 0;
    border: none;
}
.contact-dl dt,
.contact-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
}
.contact-dl dt:first-of-type {
    margin-top: 0;
}
.contact-dl dd,
.contact-des {
    font-size: 14px;
    color: #666 !important;
}
#contact .section1 .row > div:nth-child(2) {
    padding-left: 30px;
    padding-top: 45px;
}
.id-find-layout,
.pw-find-layout,
.login-layout {
    max-width: 1170px;
    width: 100%;
    margin: 200px auto;
}
.btn-warning {
    background-color: #7a8d17;
    border-color: #7a8d17;
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #505d11;
    border-color: #505d11;
}
.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row {
    display: none;
}
@media (max-width: 767px) {
    .pageheader h2 {
        font-size: 35px;
    }
    .subpage-content {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .subpage-content .title h3 {
        font-size: 28px;
    }
    .breadcrumb {
        top: 35px;
    }
    #about01 .section1 p.quote {
        font-size: 22px;
    }
    .profile .col-sm-6 {
        padding-bottom: 30px;
    }
    .about01-bottom {
        padding-top: 40px;
    }
    .subpage-content h4 {
        margin: 30px 0 15px;
        font-size: 26px;
    }
    .prepare {
        margin: 0 auto;
    }
    .disco > div,
    #disco02 .disco > div {
        margin-bottom: 40px;
        min-height: auto;
    }
    .disco ul {
        min-height: auto;
    }
    .disco .release-date {
        position: static;
        margin: 10px 0;
    }
    #news .num {
        display: none;
    }
    .contact-dl {
        column-count: 1;
    }
}

.dh-board > .table-hover {
    margin: 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover th {
    border-bottom: 1px solid #222;
    font-size: 15px;
    color: #222;
}
.dh-board > .table-hover th,
.dh-board > .table-hover td {
    font-size: 15px;
    padding: 15px;
    letter-spacing: -0.3px;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.dh-margin-top {
    margin-top: 30px;
}
.pagination > li > a {
    border: none;
    color: #666;
    font-size: 16px;
    min-width: 35px !important;
    min-height: 35px;
    border-radius: 50%;
    text-align: center;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #666;
    font-weight: 600;
    border-radius: 50%;
}

.pagination > li:last-child > a {
    margin-left: 15px !important;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background: #fff;
    font-weight: 600;
    color: #666;
}

#insertForm .input-group .btn {
    border-radius: 0;
    font-size: 15px;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    height: 35px;
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #7a8d17;
    border: 1px solid #7a8d17;
}

.dh-board .label-danger {
    background: rgba(0, 0, 0, 0);
    color: #7a8d17;
    font-size: 14px;
    font-weight: 400;
}
.dh-margin-topx2 {
    margin-top: 0;
}
.dh-view-box > .row > .page-header {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 15px 15px;
    margin: 0;
}
.dh-view-box .page-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.5px;
}
.dh-view-box > .row > .dh-view-info {
    background: #fff;
    color: #999;
    border-bottom: none;
}
.dh-view-box > .row > .dh-view-info strong {
    color: #666 !important;
}
