@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: rgba(0, 0, 0, 0.5);
    border-color: #de1e0b;
    margin-bottom: 0;
}
.navbar-inverse .navbar-brand {
    margin-top: 10px;
    color: #fff;
}
.navbar-brand img {
    display: inline-block;
    width: 80px;
    vertical-align: baseline;
}

.navbar-brand .logo-text {
    display: inline-block;
    padding-left: 10px;
}
.navbar-brand .logo-text span {
    display: block;
}
.navbar-brand .logo-text .l1 {
    font-size: 22px;
    font-weight: 500;
}

.navbar-brand .logo-text .l2 strong {
    font-weight: 500;
    color: #fd0000;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 40px 35px;
        color: #fff;
        -webkit-text-shadow: none;
        text-shadow: none;
        font-size: 18px;
        font-weight: 500;
    }

    .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: #de1e0b;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #de1e0b;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 15px 0;
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu > li > a {
    padding: 5px 25px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline;
}
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.table-style tr th,
.table-style tr td {
    padding: 14px 14px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}
.table-style tr th {
    color: #333;
    text-align: center;
}
.table-style thead tr th {
    background: #f3f3f3;
}
.table-style tr td {
    color: #555;
}
/* personal setting 0.43v */
/* 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-80 {
    margin-top: 80px !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-80 {
    margin-bottom: 80px !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-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
/* 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;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !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;
}
.numbering {
    margin-right: 10px;
}
/*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-disc > li,
.li-dash > li,
.li-dot > li {
    margin-left: 5px;
    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: "·";
}
.location-li {
    border-top: 2px solid #ddd;
    margin: 20px 0 20px;
}
.location-li li {
    padding: 8px 10px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    color: #555;
    letter-spacing: -0.02em;
}
.location-li .fa {
    margin-right: 6px;
    color: #333;
}
.partner-li {
    border: 1px solid #ddd;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 16.666%;
}
.partner-li > li img {
    border: 1px solid #ddd;
}
@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 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}
.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}
.subpage-content p.quote {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.subpage-content p.quote span {
    font-weight: 500;
}
.subpage-content .color-text {
    color: #de1e0b !important;
}
/* 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.43v end */
/* navigation setting */
@media (max-width: 767px) {
    .navbar-inverse {
        background: rgba(0, 0, 0, 0.75);
    }

    .navbar-toggle {
        top: 15px;
    }
    .navbar-brand {
        font-size: 15px;
        line-height: 21px;
    }
    .navbar-brand .logo-text .l1 {
        font-size: 20px;
    }
    .navbar-brand img {
        width: 60px;
    }
}
/* mainpage setting */
.carousel {
    position: relative;
}
.carousel-inner .item {
    height: calc(100vh - 130px);
    background: url(/skin/img/slide/slide1.jpg) no-repeat center / cover;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: calc(50% + 50px);
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}
.carousel-caption h2 {
    margin: 0;
    font-size: 65px;
    color: #fff;
    font-weight: 600;
    text-shadow: none;
}
.carousel-caption h2 span {
    color: #fd0000;
}
.carousel-caption p {
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin: 35px 0 0;
}
.carousel-caption a {
    display: inline-block;
    margin-top: 100px;
    padding: 13px 60px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
    text-shadow: none;
}
.carousel-caption a:hover,
.carousel-caption a:focus {
    background: #fff;
    color: #333;
}
/* .main-link{
	position:absolute;
	top:101px;
	right:0;
	width:40%;
	max-width:400px;
	height:calc(100% - 101px);
	background:rgba(0,0,0,0.5);
}
.m-link-box{
	display:block;
	padding:40px 60px;
	height:25%;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.m-link-box:last-child{
	border-bottom:none;
} */
@media (max-width: 767px) {
    .carousel-caption h2 {
        font-size: 42px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
}
/* footer setting */
.footer_copy > div {
    padding: 35px 15px;
    background: #222;
    color: #888;
    font-size: 13px;
}
.footer_copy ul {
    margin-bottom: 0;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
    margin-bottom: 6px;
}
.footer_copy li:last-of-type {
    border-right: none;
}
.footer_copy .navbar-brand {
    padding: 0;
}
.footer_copy .navbar-brand img {
    width: 60px;
}
.footer_copy .navbar-brand .logo-text {
    font-size: 14px;
}
.footer_copy .navbar-brand .logo-text .l1 {
    font-size: 18px;
}
.footer_copy .navbar-brand .logo-text .l2 strong {
    color: #ccc;
}
.footer_copy li .numbering {
    font-weight: 600;
}
.foot-logo {
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .footer_copy ul li:first-child {
        float: none;
        border-right: none;
    }
    .footer_copy ul li span {
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}
/* subpage setting */
.subpage .pageheader {
    width: 100%;
    height: 350px;
    margin-bottom: 70px;
    background: #333 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: calc(50% + 40px);
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #fff;
}
.breadcrumb {
    position: absolute;
    right: 15px;
    top: 116px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}
.breadcrumb .active {
    color: #fff;
}
.pageheader .snb {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
}
.pageheader .snb ul {
    overflow: auto;
    display: flex;
    margin: 0 auto;
    max-width: 1140px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.08);
}
.pageheader .snb ul:after {
    content: "";
    display: block;
    clear: both;
}
.pageheader .snb li {
    /* float: left; */
    /* width: 20%; */
    flex: 1;
}
/* #notice .pageheader .snb li,
#contact .pageheader .snb li,
#download .pageheader .snb li {
    width: 33.3333%;
} */
.pageheader .snb a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ddd;
    font-weight: 400;
    color: #555;
    font-size: 15px;
    white-space: nowrap;
    padding-inline: 20px;
}
.pageheader .snb li:last-child a {
    border-right: none;
}
.pageheader .snb .active a {
    color: #fff;
    background: #de1e0b;
}
.subpage-content {
    padding-bottom: 80px;
}

.subpage-content .title {
    float: none;
}

.subpage-content .title h3 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.subpage-content .emp {
    font-size: 1.1em;
    font-weight: 600;
    color: #fd0000;
}
.subpage-content h4 {
    font-size: 28px;
    letter-spacing: -0.02em;
    position: relative;
    padding-left: 20px;
    margin: 30px 0 20px;
}
.subpage-content .img-box.banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
}
.subpage-content .img-box.banner h5 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.subpage-content .img-box.banner > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
#business05 .subpage-content .se1 .img-box.banner > img {
    filter: brightness(0.4);
}
.subpage-content .img-box.banner .info {
    position: relative;
    z-index: 2;
    padding: 80px 60px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .subpage-content .img-box.banner .info {
        padding: 30px 30px;
    }
}
.subpage-content .img-box.banner .info :is(p, li) {
    color: #fff;
    font-size: clamp(15px, 2vw, 18px);
}
.subpage-content h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-left: 3px solid #de1e0b;
    border-top: 3px solid #de1e0b;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
}
.subpage-content .des {
    font-size: 16px;
    color: #555;
}
.subpage-content section h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.subpage-content section + section {
    margin-top: 50px;
}
/*
.subpage-content section h5:before{
	content:'';
	display:inline-block;
	width:5px;
	height:5px;
	margin-right:10px;
	vertical-align:middle;
	background:#fd0000;
}
*/
.subpage-content p {
    font-size: 15px;
    color: #555;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
    line-height: 1.75;
}
.subpage-content li {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.75;
    margin-bottom: 3px;
}
.li-disc.grid.column-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.li-dot > li,
.li-disc > li {
    padding-left: 15px;
}
.li-dot > li:before,
.li-disc > li:before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    background: #888;
    left: 5px;
    top: 11px;
}
/* subpage about */
#about01 .name {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    color: #333;
}
#about01 .name small {
    font-weight: 400;
}
#about02 .history-table {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
#about02 .history-table img {
    max-width: 200px;
}
#about02 .history-table tbody tr th {
    font-size: 24px;
    font-weight: 400;
    color: #de1e0b;
}

@media (min-width: 768px) {
    #about01 .se1 .col-sm-8 {
        padding-left: 30px;
    }
    .history-table .table-img {
        padding: 30px !important;
        width: 25%;
    }
}

/* subpage business */

@media (min-width: 768px) {
    #business02 .se1 h4 {
        margin-top: 0;
    }
}

/* subpage product */
.product-wrap {
}
.product-box {
}
.product-box .card {
    padding: 0;
    margin-bottom: 30px;
}
.product-box .card:after {
    content: "";
    display: block;
    clear: both;
}
.product-wrap .img-box,
.product-wrap .txt-box {
    float: left;
    width: 40%;
    padding: 15px 15px;
    /* 	border-top:1px solid #ddd; */
}
.img-400 {
    position: relative;
    width: 100%;
    height: 150px;
    background: #eee;
    border: 1px solid #ccc;
}
.img-400 .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #555;
}
.product-wrap .txt-box {
    width: 60%;
    padding: 15px 15px 15px 10px;
}
.product-wrap .txt-box h5 {
    margin: 15px 0 10px;
}

/* subpage refer */
#refer01 .se1 img {
    width: 100%;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row {
    visibility: hidden;
    max-width: 1140px;
    margin: 0 auto;
}
#mailForm .form-group input,
#mailForm textarea {
    box-shadow: none;
    border-radius: 0px;
    border: 2px solid #ddd;
}
#mailForm .form-group input:focus,
#mailForm textarea:focus {
    border-color: #555;
}
#mailForm p.error {
    border: 1px solid #e3abab;
    margin: 5px 0;
    padding: 5px 15px;
    background: #f2d9d9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #e10029;
    font-size: 12px;
    font-weight: bold;
}
#mailForm p.error:before {
    content: "빈 칸을 입력해 주세요.";
    font-size: 14px;
    margin-right: 7px;
}
#mailForm .btn-primary {
    font-size: 15px;
    background: #de1e0b;
    border: none;
    color: #fff;
    padding: 14px 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    transition: 0.3s;
}
#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #333;
}
#mailForm label[for="mail_agree"] {
    font-size: 13px;
}
@media (max-width: 767px) {
}

/* list board */
.dh-board > .table-hover {
    margin: 0 0 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #dddd;
}

.dh-board > .table-hover thead th {
    background: #f3f3f3;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.dh-board > .table-hover th,
.dh-board > .table-hover tbody td {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.02em;
    padding: 14px;
}

.dh-board > .table-hover tbody .subject strong a {
    font-weight: 400;
    color: #555;
}

.dh-board > .table-hover tbody .subject strong a:hover {
    color: #de1e0b;
    text-decoration: underline;
}

.dh-board > .table-hover tbody tr:hover {
    background: #fff;
}

.dh-board > .table-hover span.label {
    background: #fff !important;
    color: #de1e0b;
    font-size: 12px;
    padding: 3px;
}

/* board view */
.subpage-content .bbs-area h4 {
    margin: 0;
    padding-left: 0;
}

.subpage-content .bbs-area h4:before {
    content: none;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: 2px solid #ddd;
    margin: 0;
    padding: 14px;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    color: #888;
}

.dh-view-box > .row > .dh-view-info strong {
    color: #888 !important;
}

/* board bottom */
.dh-margin-top {
    margin-top: 30px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !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: #555;
    border: 1px solid #555;
    color: #fff !important;
}

.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;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
}

.dh-margin-top .col-md-7 {
    padding-right: 0;
}

/* ---------- login ---------- */
.login-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: 440px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 150px auto 60px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #ddd;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #444;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: right;
    width: 120px;
    height: 33px;
    background: #de1e0b;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #de1e0b;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    border-color: #333;
    background: #333;
}

.id-find-layout h2,
.pw-find-layout h2 {
    text-align: center;
}

/* ---------- join ---------- */
.join-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 150px 15px 100px;
}
.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    display: inline-block;
}
.join-layout .jumbotron p {
    display: none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .form-control:focus {
    border-color: #a53236;
}
.join-agree-area .panel-footer {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #aaa;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    border-bottom: none;
    line-height: 1;
    margin: 0 0 20px;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.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: 2px solid #ddd;
}
.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;
    font-size: 16px;
    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 #de1e0b;
    background: #de1e0b;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #444;
    border-color: #444;
}
.location-wrap .clearfix {
    padding-bottom: 40px;
}
@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;
    }
    .breadcrumb {
        top: 95px;
    }
    .subpage .pageheader {
        height: 250px;
        margin-bottom: 50px;
    }
    .pageheader h2 {
        font-size: 35px;
        top: calc(50% + 38px);
    }
    .pageheader .snb {
        bottom: auto;
        top: 100%;
    }
    .pageheader .snb li,
    #notice .pageheader .snb li,
    #contact .pageheader .snb li,
    #download .pageheader .snb li {
        float: none;
        width: 100%;
    }
    .subpage-content .title h3 {
        font-size: 32px;
    }
    #about02 .history-table img {
        max-width: 100px;
    }
    .subpage-content h4 {
        font-size: 24px;
    }
    .root_daum_roughmap_landing {
        max-width: 100%;
    }
    .product-wrap .img-box,
    .product-wrap .txt-box {
        float: none;
        width: 100%;
    }
    .product-wrap .txt-box {
        padding-top: 0;
        text-align: center;
    }
    .dh-margin-top .col-md-7 {
        padding-right: 15px;
        margin-top: 10px;
    }
    .dh-board .pagination {
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }
}
