@charset "utf-8";

#site {
    opacity: 0;
    padding-top: 83px;
}

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

ol,
ul,
li {
    margin: 0;
    list-style: none;
    list-style-position: inside;
    font-size: 15px;
    line-height: 1.5;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 레이아웃 조정 */
.navbar-inverse + .container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}

.board_wrapper {
    margin-top: 0;
}

/* =============== 네비게이션 =============== */

.navbar-inverse {
    background: #fff;
    position: fixed;
    padding: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 21px 0 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 32px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.03em;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #176bbb;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #176bbb;
}

.lang-wrap {
}
.lang-wrap ul {
    float: right;
}
.lang-wrap ul::after {
    content: "";
    display: table;
    clear: both;
}
.lang-wrap ul li {
    float: left;
}
.lang-wrap ul li button {
    border: 0;
    padding: 4px 10px;
    background: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.4;
}
.lang-wrap ul li button.active {
    opacity: 1;
    background: #1166af;
    color: #fff;
}

/* PC */
@media (min-width: 767px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        padding: 18px 0;
        text-align: center;
        border: none;
        box-shadow: none;
        background: rgba(20, 20, 20, 0.93);
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 11px 20px;
        font-size: 14px;
        color: #eee;
        letter-spacing: -0.035em;
        font-weight: 400;
        line-height: 1;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #176bbb;
        font-weight: 400;
        color: #fff;
    }
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 20px 0 20px 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 26px 15px 25px 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 8px 15px;
        font-size: 16px;
    }

    .navbar-nav .open .dropdown-menu {
        background: #fafafa;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #666;
    }
}

/* =============== 메인 페이지 =============== */

/* 메인 - 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 490px;
}

#mainCarousel .carousel-control {
    display: none;
}

#mainCarousel .carousel-caption {
    top: 45%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 30%;
}

#mainCarousel .carousel-caption h1 {
    margin: 0 0 10px;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

#mainCarousel .carousel-caption p {
    font-size: 20px;
}

#mainCarousel .carousel-indicators {
    bottom: 24%;
}

#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 0 4px;
    background: #fff;
    opacity: 0.6;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#mainCarousel .carousel-indicators li.active {
    width: 40px !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        background-position: 78% center;
    }

    #mainCarousel .carousel-caption {
        left: 15px;
        right: 15px;
        transform: translateY(-50%);
        width: auto;
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 36px;
    }
}

/* //메인 - 슬라이드 */

/* 슬라이드
#main-slide {
    position: relative;
}

#main-slide .slick-dots {
    bottom: 18%;
}

#main-slide .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 4px;
}

#main-slide .slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 !important;
}

#main-slide .slick-dots li button:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #4c4847;
    border-radius: 10px;
    opacity: 0.4;
}

#main-slide .slick-dots li.slick-active button,
#main-slide .slick-dots li.slick-active {
    width: 40px !important;
}

#main-slide .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    width: 40px !important;
    height: 11px;
}

.main-con-top {
    position: relative;
    height: 490px;
}

.carousel-caption {
    text-shadow: none;
    top: 180px;
    padding: 0 0 0 30px;
    transform: none;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0;
    color: #43464a;
}

.carousel-caption p {
    font-size: 23px;
    font-weight: 350;
    color: #686f6d;
    letter-spacing: -0.03em;
}

.is_fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.is_fade .carousel-inner .item,
.is_fade .carousel-inner .active.left,
.is_fade .carousel-inner .active.right {
    opacity: 0;
}

.is_fade .carousel-inner .active,
.is_fade .carousel-inner .next.left,
.is_fade .carousel-inner .prev.right {
    opacity: 1;
}

.is_fade .carousel-inner .next,
.is_fade .carousel-inner .prev,
.is_fade .carousel-inner .active.left,
.is_fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.is_fade .carousel-control {
    z-index: 2;
} */

/* 메인 - 게시판 */
#section_fc490c {
    padding: 0 0 80px;
}

#section_fc490c > .container > .row {
    margin: 50px -20px 0;
    /* padding: 0 50px; */
}

.board_box_list,
.board_box_blog2 {
    width: 33.3333%;
    margin-bottom: 0 !important;
    padding: 0 20px;
}

.board_box_list + .board_box_list {
    border-left: none;
}

div[class^="board_box_"] .page-header {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

div[class^="board_box_"] .page-header h4 {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -0.03em;
    margin: 0;
}

.board_box_list ul li {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.03em;
    padding: 6px 0;
    color: #666;
}

.board_box_list ul li:last-child {
    border-bottom: none;
}

.board_box_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: 3px;
    background: #ccc;
    display: none;
}

.board_box_list ul li a:hover {
    text-decoration: underline;
}

div[class^="board_box_"] .page-header .pull-right {
    margin-top: 6px;
    color: #5699d9;
    font-size: 11px;
}

div[class^="board_box_"] .page-header .pull-right::before {
    content: "more";
    margin-right: 7px;
    font-size: 13px;
    color: #5699d9;
}

.board_box_list ul li .regdate {
    color: #999;
    opacity: 1;
}

/* 메인 - 게시판(blog B) */
.board_box_blog2 .page-header + .row > div {
    width: 100%;
}

.board_box_blog2 .inner {
    margin: 0;
    padding: 6px 0;
    border: none;
}

.board_box_blog2 .inner .top {
    display: none;
}

.board_box_blog2 .inner .bottom {
    padding: 0;
}

.board_box_blog2 .inner .bottom:after {
    content: "";
    clear: both;
    display: block;
}

.board_box_blog2 .inner .bottom .title {
    float: left;
    display: block;
    width: 70%;
    margin: 0;
    padding: 0;
    color: inherit;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    color: #666;
}

.board_box_blog2 .inner .bottom .title a,
.board_box_list ul li a {
    font-size: 16px;
    font-weight: 500;
}

.board_box_blog2 .inner .bottom .title a:hover {
    text-decoration: underline;
}

.board_box_blog2 .inner .bottom .info {
    float: right;
    width: 30%;
    font-size: 16px;
    color: #999;
    text-align: right;
}

.board_box_blog2 .inner .bottom .info .writer,
.board_box_blog2 .inner .bottom .info .hits {
    display: none;
}

.type_list .info {
    font-size: 16px;
}

@media (max-width: 767px) {
    .board_box_list,
    .board_box_blog2 {
        width: 100%;
        padding: 0 15px;
    }

    #section_fc490c > .container > .row > div + div {
        margin-top: 40px;
    }
}

/* //메인 - 게시판(blog B) */

/* 메인 - 컨텐츠 */
.main_con01 {
    position: relative;
    z-index: 1;
    margin-top: -85px;
    margin-bottom: 50px;
}

.main_con01 .row {
    margin: 0 -3px;
}

.main_con01 .col-md-4 {
    padding: 0 3px;
}

.main_con01 a {
    display: block;
    position: relative;
    min-height: 170px;
    background: #fff;
    padding: 53px 50px 0;
    transition: all ease 0.3s;
}

.main_con01 a.one {
    background: #e2573e;
}

.main_con01 a.two {
    background: #32373e;
}

.main_con01 a.three {
    background: #1a5c9a;
}

.main_con01 a:hover,
.main_con01 a:focus {
    transform: translateY(-15px);
}

.main_con01 a::after {
    content: "";
    border-bottom: 38px solid #fff;
    border-left: 38px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    bottom: 0;
}

.main_con01 a p {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.06em;
    margin: 0;
    font-weight: 500;
    transition: all ease 0.3s;
    color: #fff;
    position: absolute;
    right: 100px;
}
[lang="en"] .main_con01 a p {
    top: 50%;
    transform: translateY(-50%);
}

.main_con01 a p span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.35;
    letter-spacing: 0.08em;
    margin-bottom: 9px;
}

.main_con01 a .icon-wrap {
    position: absolute;
    left: 70px;
    top: 45px;
}

.main_con01 a.three p {
    right: 85px;
}

.main_con01 a img {
    display: block;
    margin: 0 auto;
}

.main_banner {
    padding: 40px 0 0;
}

@media (max-width: 767px) {
    .main_con01 {
        margin-top: 0;
        padding: 30px 0;
    }

    .main_con01 .col-md-4 + .col-md-4 {
        margin-top: 15px;
    }

    .main_con01 a p,
    .main_con01 a.three p {
        left: 47%;
        right: auto;
    }

    .main_con01 a .icon-wrap {
        left: 15%;
    }

    .main_banner {
        padding: 0;
    }
}

/* //메인 - 컨텐츠 */

/* =============== 푸터 =============== */
.footer-wrap {
    padding: 60px 0;
    background: #fff;
    color: #666;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.015em;
    border-top: 1px solid #ddd;
}

.footer-wrap .company-name {
    margin: 0 0 10px;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul li {
    font-size: 13px;
}

.footer-wrap ul span {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .copy {
    margin: 15px 0 0;
    font-size: 13px;
    color: #666;
}

.footer-right.text-right {
    text-align: center;
}
.footer-right p {
    margin: 0 0 15px;
    letter-spacing: 0.03rem;
    color: #176bbb;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 400;
}
.footer-right p b {
    font-weight: 500;
    color: #444;
    font-size: 18px;
}

.footer-right :where(a, img) + :where(a, img) {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .footer-wrap {
        padding: 30px 0;
    }

    .footer-wrap .footer-right {
        text-align: left !important;
    }

    .footer-wrap .footer-right p {
        margin: 30px 0 10px;
    }
}

/* =============== 게시판 =============== */
#center01 .board_wrapper > .row {
    display: none;
}

#center01 p.notice {
    text-align: right;
    font-size: 14px;
}

.board_wrapper .reply_wrap {
    display: none;
}

/* table */
.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    letter-spacing: -0.03em;
}

/* blog B */
.table_blog2 dd .inner .top a {
    position: relative;
}

.table_blog2 dd .inner .top a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.125);
    opacity: 0;
    transition: 0.35s ease;
}

.table_blog2 dd .inner .top a:hover:before {
    opacity: 1;
}

.table_blog2 > dd {
    padding: 0 8px !important;
}

.table_blog2 {
    margin: 0 -10px 0px !important;
}

.table_blog2 dd .inner:hover {
    border-color: #189ddc;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #189ddc;
}

.table_blog2 dd .inner .bottom .title a {
    font-size: 16px;
}

/* //blog B */

#center01 .search_wrap {
    text-align: right !important;
}

#center01 .search_wrap #area_a,
#center01 .search_wrap #area_b {
    margin-bottom: 5px;
}

.btn.btn-primary {
    background-color: #176bbb;
    border: 1px solid #176bbb;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0f477b;
    border: 1px solid #0f477b;
}

@media (max-width: 767px) {
    .table_default > colgroup {
        display: none;
    }

    #product03 .table_default tr th.num,
    #product03 .table_default tr td.num {
        display: none;
    }

    .subPage[class^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .table_blog2 > dd {
        width: 100%;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #board_write_form fieldset > .text-center {
        display: flex;
    }

    #board_write_form fieldset > .text-center .btn.btn-lg {
        width: 100%;
        padding: 15px;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
}

/* =============== 로그인 =============== */
.member_wrapper {
    margin: 0 auto;
    max-width: 1140px;
}

@media (max-width: 767px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li + li::before {
        margin: 0 10px;
    }
}

/* =============== 문의폼 =============== */
.table.board_write_table tbody tr th {
    position: static;
}

.table.board_write_table tbody tr td .text-muted {
    font-size: 13px;
    letter-spacing: -0.03em;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.03em;
}

.checkbox a {
    color: #0067bb;
}

.checkbox a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .board_wrapper .text-center .btn.btn-lg {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* =============== 서브페이지 =============== */
/* 서브메뉴 */
.sub-menu h3 {
    margin: 0 0 2px;
    font-size: 30px;
    letter-spacing: -0.03em;
    padding: 12px 0px 20px;
    font-weight: 600;
    color: #176bbb;
    position: relative;
    line-height: 1;
    border-bottom: 5px solid;
}

.sub-menu h3::after {
    content: "";
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #fff;
    position: absolute;
    right: 0;
    bottom: -5px;
}

.sub-menu ul {
    padding-left: 0;
}

.sub-menu ul li {
    letter-spacing: -0.03em;
    font-size: 15px;
}

.sub-menu ul li a {
    display: block;
    padding: 11px 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
[lang="en"] .sub-menu ul li {
    position: relative;
}
[lang="en"] .sub-menu ul li a {
    font-size: 13px;
}
[lang="en"] .sub-menu ul li a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.sub-menu ul li a:hover {
    background: #fafafa;
    text-decoration: none;
}

.sub-menu ul li a:after {
    content: "\f105";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 0.3;
    font-size: 18px;
}

.sub-menu ul li.active a {
    background: #f3f5f6;
    color: #176bbb;
    font-weight: 600;
}

.sub-menu ul li.active a:after {
    opacity: 1;
}

@media (min-width: 767px) {
    .sub-menu {
        width: 23%;
        padding-right: 40px;
    }

    .sub-content-inner {
        width: 77%;
        padding-left: 25px;
    }
}

/* 상단 */
.sub-top {
    position: relative;
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center center / cover;
    width: 100%;
    height: 200px;
    padding-top: 80px;
    text-align: left;
    color: #4c4a45;
}

.sub-top .sub-top-inner {
    width: 1140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.sub-top h1 {
    font-size: 40px;
    font-weight: 600;
    color: #4c4a45;
    letter-spacing: -0.02em;
    max-width: 1140px;
    margin: 67px auto 0;
    width: 100%;
    text-align: center;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    margin: 11px 0 0;
    padding: 0;
    text-align: center;
}

.breadcrumb ol {
    padding: 0;
    margin: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline-block;
    font-size: 13px;
    /* color: rgba(255, 255, 255, 0.7); */
    color: #4c4a45;
    font-weight: 350;
    letter-spacing: -0.05em;
}

.breadcrumb li + li:before {
    content: ">";
    margin: 0 8px;
}

.breadcrumb li.active {
    /* color: #fff; */
    color: #4c4a45;
}

/* 공통 */
.sub-content {
    padding: 70px 0 80px;
}

.sub-content section {
    margin-bottom: 70px;
}

.sub-content section article {
    margin-bottom: 45px;
}

.sub-content section:last-child,
.sub-content section article:last-child {
    margin-bottom: 0;
}

.sub-sec-tit {
    position: relative;
    padding-left: 22px;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
}

.sub-sec-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    border-width: 4px;
    border-style: solid;
    border-color: #497abf #497abf #172677 #091351;
}

.item-tit {
    position: relative;
    margin: 0 0 35px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #0050a2;
}

.item-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #0050a2;
    border-radius: 50%;
}

/* 준비중입니다 */
.major-tit {
    margin: 8px 0 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 34px;
    letter-spacing: -0.07em;
    font-weight: 600;
    color: #333;
}

.maintenance {
    margin-top: 5px;
    border: 13px solid #f3f5f6;
    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.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 30px;
    font-size: 14px;
    width: 180px;
    background: #176bbb;
    border-color: #176bbb;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.maintenance .btn:hover {
    color: #176bbb;
    background: #fff;
}

/* about */
.history-wrap {
    margin: 50px 0;
}

.history-wrap dl {
    margin: 0;
}

.history-wrap dl:after {
    content: "";
    display: block;
    clear: both;
}

.history-wrap dl dt {
    z-index: 1;
    position: relative;
    float: left;
    z-index: 1;
    width: 20%;
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    margin-top: 24px;
    color: #6eade6;
    letter-spacing: -0.025em;
    padding-left: 32px;
}

.history-wrap dl dt:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 20px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 2px solid #375caa;
    border-radius: 50%;
    box-sizing: border-box;
}

.history-wrap dl dd {
    float: left;
    position: relative;
    width: 80%;
    padding-top: 38px;
    padding-left: 50px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.history-wrap dl:last-child .month {
    padding-bottom: 0;
}

.history-wrap dl dd:before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 1px;
    height: 100%;
    background-color: #dadada;
    content: "";
}

.history-wrap dl dd span {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    vertical-align: top;
    width: 45px;
}

.history-wrap dl dd.month ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.history-wrap dl dd ul li {
    position: relative;
    padding-left: 8px;
    padding-left: 50px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-size: 15px;
    color: #666;
}

.history-wrap dl dd ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}

.history-wrap dl dd div:last-child {
    margin-bottom: 0;
}

#daumRoughmapContainer1644281651597 {
    width: 100% !important;
}

.location-table {
    margin: 20px 0 0;
    width: 100%;
    border-top: 2px solid #333;
}

.location-table tr th,
.location-table tr td {
    padding: 14px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.location-table tr th {
    color: #333;
    background: #f7f7f7;
    text-align: center;
    font-weight: 600;
}

.location-table tr td a {
    text-decoration: underline;
}

.izen-sec .con {
    padding: 60px 0;
    text-align: center;
}

.sec1.izen-sec .con {
    background: url(/public/img/sub/izen-bg.png) no-repeat center / cover;
}

.izen-sec .con h5 {
    font-size: 52px;
    font-weight: 300;
    margin: 0;
    font-style: italic;
    letter-spacing: -0.03em;
    color: #176bbb;
}

.izen-sec .con h5 b {
    font-weight: 600;
    color: #172677;
}

.sec1.izen-sec .con h5 {
    color: #fff;
}

.sec1.izen-sec .con h5 b {
    color: #fff;
}

.value-sec .row {
    margin: 54px 25px 0;
}

.value-sec h5 {
    display: block;
    margin: 0 auto 70px;
    padding-top: 63px;
    color: #0050a2;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.035em;
    border: 3px solid #195b9a;
    position: relative;
    background: #fff;
}

.value-sec h5::before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    background: #195b9a;
    opacity: 0.35;
    left: -10%;
    top: -10%;
    z-index: -1;
    border-radius: 50%;
}

.value-sec h5::after {
    content: "";
    width: 1px;
    height: 73px;
    background: #335f92;
    position: absolute;
    left: 50%;
    bottom: -73px;
}

.value-sec ul li {
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.015em;
    width: calc((100% / 3) + 50px);
    float: left;
    text-align: center;
    background: rgba(216, 61, 33, 0.85);
    color: #fff;
    border-radius: 30px;
    margin: 0 -25px;
}

.value-sec ul::after {
    content: "";
    display: block;
    clear: both;
}

.value-sec ul li:nth-child(3) {
    background: rgba(50, 55, 62, 0.85);
}

.value-sec ul li:nth-child(2) {
    background: rgba(1, 74, 144, 0.9);
}

.sec3.izen-sec .con {
    background: #f3f5f6;
    border: none;
}

.sec3.izen-sec .con h5 {
    font-style: normal;
    font-size: 32px;
    font-weight: 600;
    color: #1973ca;
    letter-spacing: -0.04em;
}

.izen-sec.sec3 .con h5 b {
    color: #01326c;
}

.greeting-wrap h4 {
    margin: 0 0 40px;
    padding: 35px 30px;
    background: #f3f5f6;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.greeting-wrap img {
    margin-bottom: 40px;
    box-shadow: 10px 10px 0px rgb(246 243 243);
}

.greeting-wrap .desc p + p {
    margin: 20px 0 0 0;
}

.greeting-wrap .desc p b {
    font-weight: 500;
    color: #176bbb;
}

.greeting-wrap .desc {
    padding-right: 50px;
}
.greeting-wrap .desc .name {
    margin: 30px 0 0;
    text-align: right;
    font-weight: 500;
}

.greeting-wrap .desc .name b {
    font-weight: 600;
    color: #333;
}

/* product */
.prd-info img {
    margin: 0 auto 40px;
}

.prd-info h5 {
    margin: 0 0 25px;
    font-size: 26px;
    font-weight: 600;
}

.prd-list {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.prd-list li {
    display: table;
    width: 100%;
}

.prd-list li + li {
    margin-top: 10px;
}

.prd-list li .name,
.prd-list li p {
    display: table-cell;
    font-size: 15px;
}

.prd-list li .name {
    position: relative;
    width: 33%;
    padding-left: 10px;
    font-weight: 500;
    color: #222;
}

.prd-list li .name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #176bbb;
    border-radius: 50%;
}

.prd-list li p {
    width: 67%;
    color: #666;
}

.btn-wrap {
    margin: 30px 0 0;
    text-align: center;
}

.btn-wrap li {
    display: inline-block;
    padding: 0 3px;
}

.btn-pry,
.btn-sed {
    display: block;
    padding: 15px 75px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.1rem;
    color: #fff;
}

.btn-pry {
    background: #e2573e;
}

.btn-sed {
    background: #666;
}

.btn-pry:hover,
.btn-pry:focus {
    background: #eb5d43;
    color: #fff;
}

.btn-sed:hover,
.btn-sed:focus {
    background: #777;
    color: #fff;
}

/* 탭메뉴 */
.nav-tabs {
    display: flex;
    margin: 0 0 50px;
    border: none;
    border-bottom: 2px solid #000;
}

.nav-tabs li {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    /* margin-left: -2px; */
    /* border-bottom: 2px solid #666; */
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    flex: 0 1 33.3%;
    margin-bottom: 02px;
    background-color: #fff;
    z-index: 10;
}

.nav-tabs > li:first-child {
    border-left: 1px solid #ddd;
}

.nav-tabs > li.active {
    border-bottom: transparent;
}

.nav-tabs > li.active,
.nav-tabs > li.active,
.nav-tabs > li.active {
    background: #fff;
    border: 2px solid #666;
    border-bottom: transparent;
    z-index: 2;
    margin-bottom: -2px;
    z-index: 100;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    margin: 0;
    padding: 15px;
    border-radius: 0;
    border: none;
    font-weight: 500;
    color: #222;
    z-index: 1;
    white-space: nowrap;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #fff;
    border: none;
}

.prd-detaile dl + dl {
    margin: 35px 0 0;
}

.prd-detaile dl dt {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: 500;
}

.prd-detaile dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #176bbb;
    border-radius: 50%;
}

.prd-detaile dl dd {
    font-size: 15px;
    color: #777;
}

.prd-detaile dl dd a {
    text-decoration: underline;
}

.prd-detaile .caption {
    margin: 50px 0 0;
    font-size: 15px;
    color: #777;
}

.prd-detaile .caption a {
    text-decoration: underline;
}

/* //탭메뉴 */
/* //product */

/* center */
.table-style {
    border-top: 2px solid #333;
}

.table-style thead tr th {
    background-color: #f6f6f6;
    border-bottom: 1px solid #aaa;
}

.table-style tr th,
.table-style tr td {
    padding: 15px !important;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.center-info {
    margin: 0 0 30px;
    border: 7px solid #f3f5f6;
    padding: 20px;
}

.center-info h5 {
    margin: 0 0 10px;
    font-size: 16px;
}

.center-info p {
    margin: 30px 0 0;
    font-size: 15px;
}

.center-info ul li {
    position: relative;
    padding-left: 13px;
}

.center-info ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
}

.center-info ul li a {
    text-decoration: underline;
}

/* //center */

/* social */
#social01 section {
    padding-bottom: 70px;
    border-bottom: 1px dashed #ddd;
}

#social01 section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.social-con img {
    box-shadow: 8px 8px 0 #f3f5f6;
}

.social-con h4 {
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0 20px;
}

.social-con .desc {
    padding-left: 15px;
}

#social01 .sec2 img + img {
    margin-top: 25px;
}
#social01 .sec2 img + h4 {
    margin-top: 60px;
}

.img-style1 figure {
    margin: 0 0 30px;
    border: 1px solid #ddd;
}

.img-style1 figcaption {
    padding: 12px;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    font-size: 15px;
    text-align: center;
}

.img-style1 figcaption a {
    display: block;
    margin: 4px 0 0;
    text-decoration: underline;
    font-size: 13px;
    color: #0050a2;
}

/* //social */

/* contact */
.FAQ-wrap dl + dl {
    margin-top: 30px;
}

.FAQ-wrap dl dt {
    position: relative;
    padding: 15px 0;
    padding-left: 50px;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.FAQ-wrap dl dt::before {
    content: "Q";
    position: absolute;
    left: 15px;
    top: 6px;
    padding: 0;
    font-weight: 600;
    font-size: 26px;
    color: #176bbb;
}

.FAQ-wrap dl dd {
    position: relative;
    padding: 15px;
    padding-left: 50px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
    font-size: 16px;
}

.FAQ-wrap dl dd::before {
    content: "A";
    position: absolute;
    left: 15px;
    top: 7px;
    font-weight: 600;
    font-size: 26px;
    color: #ccc;
}

/* //contact */

/* 고객문의함 */
#bbs06 .category_wrap {
    display: none;
}
#bbs06 .board_data_view .header_wrap .cate {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
html:not(.is_adm) #bbs06 .board_data_view .header_wrap .cate {
    display: none;
}
/* 첨부파일 항목 안보이게 */
#bbs06 .board_wrapper .table.board_write_table tbody tr:nth-last-of-type(3) {
    display: none !important;
}
#bbs06 .board_wrapper .reply_wrap {
    display: block;
}
#secret_modal .modal-body .notice {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    letter-spacing: -0.05em;
}

/* 서브 반응형 */
@media (max-width: 767px) {
    .sub-content {
        padding: 50px 0;
    }

    .sub-top {
        height: 170px;
        background-position: 60%;
    }

    .sub-top h1 {
        margin: 50px auto 0;
        font-size: 32px;
    }

    .sub-menu {
        margin-bottom: 50px;
    }

    .sub-menu h3 {
        font-size: 26px;
    }

    .sub-menu ul li a {
        font-size: 15px;
    }

    .major-tit {
        font-size: 26px;
    }

    .greeting-wrap h4 {
        padding: 20px;
    }

    .history-wrap dl {
        margin-left: 15px;
        padding-left: 25px;
        border-left: 1px solid #ddd;
    }

    .history-wrap dl dt {
        float: none;
        width: 100%;
        margin-top: 0;
        padding-top: 20px;
        padding-left: 0;
        font-size: 32px;
    }

    .history-wrap dl dt:after {
        left: -31px;
        right: auto;
        top: 36px;
    }

    .history-wrap dl dd {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .history-wrap dl dd:before {
        display: none;
    }

    .history-wrap dl dd ul li p {
        font-size: 15px;
    }

    .izen-sec .con h5 {
        font-size: 42px;
    }

    .value-sec h5 {
        width: 150px;
        height: 150px;
        padding-top: 52px;
        font-size: 36px;
    }

    .value-sec ul li {
        float: none;
        width: 100%;
        margin: 0;
    }

    .value-sec ul li + li {
        margin-top: -10px;
    }

    .btn-wrap li {
        width: 100%;
    }

    .btn-wrap li:first-child {
        margin-bottom: 15px;
    }

    .social-con h4 {
        margin: 30px 0 20px;
    }

    #social01 section {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    #social01 .sec2 img + h4 {
        margin-top: 45px;
    }
}
/* //서브 반응형 */
.board_box_list .info span.writer,
.board_box_list .info span.hits {
    display: none;
}
.logined .board_box_list .info span.writer,
.logined .board_box_list .info span.hits {
    display: inline-block;
}
