@charset "utf-8";
/* @import url('/public/font/notokr/notokr.css'); */

#site {
    padding-top: 82px;
}

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

address {
    margin: 0;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

/* 다국어 버튼 */
.navbar-inverse .navbar-nav>li#gnblang {
    margin-top: 30px;
}
ul.list-lang {
    list-style: none;
}
ul.list-lang > li {
    float: left;
    position: relative;
    display: inline-block;
    line-height: 1.7;
}
ul.list-lang > li+li {
    margin-left: -1px;
}
ul.list-lang > li .lang {
    padding: 5px 13px 6px;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.5px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #ccc;
}
ul.list-lang > li:first-child .lang {
    border-radius: 50px 0 0 50px;
}
ul.list-lang > li:last-child .lang {
    border-radius: 0 50px 50px 0;
}
ul.list-lang > li .lang.active {
    position: relative;
    color: #fff;
    background: #4864d0;
    border-color: #4864d0;
}
ul.list-lang > li .lang:not(.active):hover {
    color: #777;
    background: #eee;
    border-color: #eee;
}
ul.list-lang > li .lang:focus {
    outline: none;
}

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

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

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

/* 테이블 스타일 */
.table-style {
    margin: 0;
    width: 100%;
    border-top: 2px solid #333;
}

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

.table-style tr th {
    background: #fafafa;
    text-align: center;
    color: #333;
}

.table-style .link {
    color: #4040ef;
}

.table-style .link:hover,
.table-style .link:focus {
    text-decoration: underline;
}

/* 준비중 페이지 */
.maintenance {
    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.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    border-color: #666;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

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


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

.navbar-inverse {
    background: #fff;
    position: fixed;
    top: 0;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 22px 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-brand img{
    display: inline-block;
}

.navbar-inverse .navbar-brand span > span{
    padding-left: 10px;
    font-size: 18px;
    font-weight: 800;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 31px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.034em;
}

body[lang="en"] .navbar-inverse .navbar-nav>li>a {
    padding-right: 20px;
    padding-left: 20px;
}

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

.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: #30308e;
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .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;
    }
}

/* PC */
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: hsla(0, 0%, 0%, 0.7);
        padding: 0;
        font-size: 15px;
        transform: translateX(-50%);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 13px 20px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #30308e;
    }
}


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

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

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    display: none;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 40px;
    height: 5px;
    background-color: rgba(255, 255, 255, .5);
    border: none;
    margin: 0;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
    padding: 0;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    top: 50%;
}

.carousel-caption h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.06em;
}

.carousel-caption p {
    font-size: 56px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/* 메인 - 컨텐츠 */
#main_wrapper>section {
    padding: 60px 0;
}

.main-heading2 {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

#section_e2c420,
#section_32bb90 {
    background: #f4f4f4;
}

.main-business a {
    display: block;
    position: relative;
}

.main-business a h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 13px 0 13px 20px;
    background: rgba(0, 0, 0, 0.75);
    font-size: 17px;
    color: #fff;
    transition: 0.35s ease;
}

.main-business a:hover h5,
.main-business a:focus h5 {
    background: rgba(22, 22, 97, 0.75);
}

/* 메인 - 게시판 */
.board_box_list {
    width: 45%;
    padding-right: 30px;
    margin-bottom: 0 !important;
}

.board_box_list .page-header {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #555;
}

.board_box_list .page-header h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.board_box_list .page-header a {
    margin-top: 5px !important;
}

.board_box_list .page-header .fa-plus:before {
    content: "\f054" !important;
    font-size: 20px;
}

.board_box_list ul li {
    padding: 16px 10px 15px;
    border-bottom: 1px solid #ddd;
}

.board_box_list ul li a {
    font-size: 15px;
    color: #666;
}

.board_box_list ul li a:hover,
.board_box_list ul li a:focus {
    text-decoration: none;
    color: #000;
}

#daumRoughmapContainer1581300871717 {
    margin: 14px 0 20px;
    padding: 0;
    width: 100% !important;
    border: none;
    border-radius: 0;
}

.location-box address {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
    font-weight: 500;
}

.location-box address span {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}

#section_32bb90 {
    padding: 25px 0 !important;
    background: #fafafa;
    /* border-top: 1px solid #eee; */
}

.main-banner .inner {
    position: relative;
    width: 100%;
    min-height: 80px;
}

.main-banner .inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 180px;
    max-height: 70px;
    padding: 2px;
}

@media (min-width: 768px) {
    .main-banner .row>div {
        width: 20%;
    }
}


/* =============== 푸터 =============== */
.footer-wrap {
    padding: 35px 0 40px;
    background: #314563;
    color: #bbb;
    font-size: 13px;
}

.footer-wrap h5 {
    margin: 0 0 8px;
}

.footer-wrap ul {
    margin: 0;
}

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

.footer-wrap .copy {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.02em;
}


/* =============== 게시판 =============== */

@media (max-width: 768px) {
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

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

    .search_wrap {
        margin-bottom: 0;
    }

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

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


/* =============== 주문폼 =============== */
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
    letter-spacing: -0.034em;
}


/* =============== 로그인 =============== */

.member_wrapper {
    margin: 0 auto;
    max-width: 1140px;
}

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

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


/* =============== 서브페이지 =============== */
.sub-top {
    position: relative;
    height: 210px;
    background: url(/public/img/sub/sub-top-02.jpg) no-repeat center/cover;
}

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

.sub-top .sub-top-tit {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.034em;
    text-align: center;
    color: #fff;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: right;
}

.breadcrumb li {
    font-size: 13px;
    color: #666;
    letter-spacing: -0.034em;
}

.breadcrumb li.active {
    color: #2155a2;
    font-weight: 500;
}

.breadcrumb li+li:before {
    content: '/';
    padding: 0 10px 0 7px;
    font-size: 11px;
}

.sub-top .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.sub-top .sub-menu ul {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 1140px;
}

.sub-top .sub-menu ul li {
    width: 100%;
}

.sub-top .sub-menu ul li a {
    display: block;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-top .sub-menu ul li.active a {
    background: #4864d0;
}

.sub-content {
    padding: 30px 0 150px;
}

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

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

.sub-heading2 {
    margin: 40px 0 70px 0;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.034em;
}

.sub-heading3{
    position: relative;
    padding-left: 15px;
    margin: 0 0 30px;
    font-weight: 500;
    color: #333;
    font-size: 26px;
    letter-spacing: -0.07em;
}

.sub-heading3:before {
    content: "";
    /* display: none; */
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    /* border-radius: 50%; */
    background: #2155a2;
    /* border: 5px solid #5281f8; */
}

/* about */
.company-img {
    position: relative;
    margin: 0 0 50px;
}

.company-img h5 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.greeting-desc h4 {
    margin: 0 0 30px;
    font-size: 28px;
    letter-spacing: -0.06em;
    font-weight: 400;
    line-height: 1.4em;
}

.greeting-desc p {
    margin: 0 0 20px;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.6em;
    padding-right: 40px;
}

.history-table {
    border-top: 2px solid #333;
}

.history-table tr th,
.history-table tr td {
    padding: 23px 40px !important;
    font-size: 15px;
}

.history-table tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 32px;
    color: #1a1baa;
    font-weight: 300;
    font-style: italic;
}

.history-table tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translatey(-50%);
    width: 13px;
    height: 13px;
    border: 3px solid #5281f8;
    border-radius: 50%;
    background: #fff;
}

.history-table .month {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

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

.location-table tr th,
.location-table tr td {
    padding: 15px 18px;
    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: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

#daumRoughmapContainer1581316339151,
#daumRoughmapContainer1581317063895 {
    padding: 0;
    width: 100% !important;
    border: none;
    border-radius: 0;
}

/* performance */
#performance01 section{
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px dashed #ddd;
}

#performance01 section:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}

.brand-logo .inner {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    /* min-height: 130px; */
    min-height: 110px;
    border: 1px solid #ddd;
    border-radius: 5px;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}

.brand-logo .inner img,
.brand-logo .inner p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.brand-logo .inner img {
    /* max-width: 140px; */
    max-width: 150px;
    max-height: 70px;
}

.brand-logo .inner p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.brand-logo .inner h5.name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #efefef;
    padding: 10px;
    text-align: center;
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.075em;
    display: none;
}

.brand-overseas .inner{
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    min-height: 110px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.brand-overseas .inner p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    width: 80%;
}

/* .brand-overseas dl {
    padding: 30px 40px;
    margin-bottom: 30px;
    min-height: 278px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #f4f4f4;
}

.brand-overseas dl dt {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    letter-spacing: -0.06em;
    font-weight: 500;
    color: #3a6ece;
}

.brand-overseas dl dd {
    position: relative;
    padding: 4px 0 4px 15px;
    font-size: 15px;
    line-height: 1.2em;
}

.brand-overseas dl dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 4px;
    background: #ccc;
} */

/* business */
.prd-list {
    margin-bottom: 50px;
    background: #fafafa;
    padding: 30px;
}

.prd-list:last-child {
    margin-bottom: 0;
}

.prd-list img {
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#business02 .prd-list img{
    margin-top: 15px;
    max-height: 330px;
}

#business01 .prd-list .prd-caption {
    padding-top: 50px
}

.prd-list .item-tt {
    position: relative;
    margin: 0 0 30px;
    font-weight: 400;
    color: #333;
    font-size: 24px;
    letter-spacing: -0.07em;
}

#business02 .prd-list .item-tt,
#business03 .prd-list .item-tt{
    margin: 40px 0 30px;
    padding: 0 15px;
}

.prd-list .prd-caption h5 {
    background: #eee;
    border-left: 5px solid #555;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding: 10px 15px;
    margin: 0 0 15px;
}

.prd-list .prd-caption p{
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.prd-list .prd-caption p .emph{
    color: #000;
}

.prd-list .prd-caption ul li{
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.prd-list .prd-caption ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 1px;
    background: #555;
}


/* 추가 CSS */
.board_box_list:last-child {
    width: 55%;
    padding-left: 30px;
    padding-right: 15px;
}

.board_box_list ul li:hover,
.board_box_list ul li:focus {
    background: #fafafa;
}

.footer-wrap img {
    opacity: 0.3;
}

.main-business>div>div {
    padding-right: 25px;
}

.main-business>div>div+div {
    padding-right: 15px;
    padding-left: 25px;
}

.board_wrapper {
    margin-top: 80px;
}

.board_data_view .header_wrap .title {
    letter-spacing: -0.06em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.table.table_default thead th {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.table.table_default tbody .subject a {
    font-size: 15px;
    letter-spacing: -0.034em;
}

.text-muted {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.06em;
    margin-top: 10px !important;
}

.custom_checkbox+span {
    font-size: 15px;
    letter-spacing: -0.034em;
}

.sub-top .sub-menu ul li:last-child a {
    border-right: none;
}

.location-table colgroup col:first-child {
    width: 23%;
}

#about01 .table-style tr td {
    padding: 15px 0 15px 15px !important;
}

#about01 .table-bordered {
    margin-top: 50px;
    border: none;
    border-top: 2px solid #333;
}

#about01 .table-style tr th,
#about01 .table-style tr td {
    border: none;
}

#about01 .table-style tr th {
    width: 110px;
    letter-spacing: -0.1em;
    font-size: 14px;
}

#about01 .sec1 .row>div {
    padding-right: 60px;
}

.greeting-desc h4 span {
    display: block;
}

#about01 .sec1 .row>div+div {
    padding-right: 15px;
    padding-left: 0;
}