@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


#site {
    padding-top: 84px;
}

/* 폰트 설정 */
*,
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 {
    list-style: none;
    list-style-position: inside;
    font-size: 15px;
    line-height: 1.6;
}

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

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;
}


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

.navbar-inverse {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .navbar-brand {
    margin: 23px 0 !important;
    padding: 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 25px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.035em;
}

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

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

/* PC */
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 1px solid #ddd;
        border-top: 3px solid #ef1f1f;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        background: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 11px 25px;
        font-size: 15px;
        letter-spacing: -0.03em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        font-weight: 600;
        color: #ef1f1f;
    }
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand{
        margin: 23px 0 23px 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 .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 .navbar-collapse{
        border-top: 1px solid #eee;
    }

    .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: 10px 20px;
        font-size: 16px;
    }

    .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 !important;
    }
}

@media (max-width: 320px){
    .navbar-inverse .navbar-brand{
        margin: 26px 0 25px 10px !important;
    }

    .navbar-inverse .navbar-brand img{
        width: 230px;
    }
}


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

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

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

.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 {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: none;
    margin: 0 10px;
    transition: ease-in-out .15s all;
}

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

.carousel-indicators li.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #ff0f0f;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.carousel-caption {
    padding: 0;
    text-shadow: 7px 10px 16px rgba(0, 0, 0, 0.25);
}

.carousel-caption h1 {
    font-size: 68px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0 0 40px;
}

.carousel-caption h1 span {
    display: block;
    margin: 0 0 17px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.75em;
    text-indent: 16px;
    font-family: "Montserrat", "notokr";
    color: #fff;
}

.carousel-caption p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item{
        height: 450px;
    }

    #mainCarousel .carousel-caption{
        left: 15px;
        right: 15px;
    }

    #mainCarousel .carousel-caption h1{
        font-size: 10vw;
    }

    #mainCarousel .carousel-caption h1 span{
        font-size: 16px;
        letter-spacing: 0.1em;
    }

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

/* 메인 - 컨텐츠 */
.main-content section {
    padding: 110px 0 130px;
}

.main-con-tit {
    margin: 0 0 60px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #333;
    letter-spacing: -0.02em;
}

.main-con-tit span {
    display: block;
    margin: 0 0 8px;
    font-family: "Montserrat", "notokr";
    font-weight: 700;
    font-size: 14px;
    color: #ef1f1f;
    letter-spacing: 0.05em;
}

.main-service .row {
    margin: 0 -10px;
}

.main-service .row>div {
    padding: 0 10px;
}

.main-service .inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-service .inner img {
    transition: all ease 0.35s;
}

.main-service .inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.35s ease;
    z-index: 1;
}

.main-service .inner .go-btn {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    padding: 12px 40px;
    margin: 0;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    letter-spacing: -0.035em;
    color: #fff;
    opacity: 0;
    transition: 0.35s ease;
    background: #ef1f1f;
    z-index: 2;
}

.main-service .inner:hover img {
    transform: scale(1.05);
}

.main-service .inner:hover:before,
.main-service .inner:focus:before {
    opacity: 1;
}

.main-service .inner:hover .go-btn,
.main-service .inner:focus .go-btn {
    opacity: 1;
}

.main-service h5 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
    font-size: 24px;
    color: #333;
    z-index: 10;
    letter-spacing: -0.04em;
    font-weight: 500;
    background: #fff;
}

.banner-wrap {
    overflow: hidden;
    transition: 0.35s ease;
}


.contact-banner {
    position: relative;
    display: block;
    padding: 100px 0;
    text-align: center;
}

.contact-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(/public/img/main/contact-bg.jpg) no-repeat center/cover;
    z-index: -1;
    transition: 0.35s ease;
}

.banner-wrap:hover .contact-banner:before,
.banner-wrap:hover .contact-banner:before {
    transform: scale(1.05);
}

.contact-banner h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: -0.02em;
}

.contact-banner h2 span {
    display: block;
    margin: 0 0 8px;
    font-family: "Montserrat", "notokr";
    font-weight: 700;
    font-size: 14px;
    color: #ef1f1f;
    letter-spacing: 0.05em;
}

.contact-banner p {
    margin: 15px 0 40px;
    padding: 0 15px;
    color: #fff;
}

.contact-banner .go-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    letter-spacing: -0.035em;
    color: #fff;
    transition: 0.35s ease;
}

.contact-banner:hover .go-btn {
    background: #ef1f1f;
    border-color: #ef1f1f;
}

@media (max-width: 767px){
    .main-content section,
    .contact-banner,
    #section_a3f390{
        padding: 70px 0 !important;
    }

    .main-con-tit,
    .contact-banner h2{
        font-size: 34px;
    }

    .main-con-tit{
        margin: 0 0 40px;
    }

    .main-service .row>div+div{
        margin-top: 15px;
    }

    .main-service h5{
        padding: 20px 0;
        font-size: 20px;
    }
}

/* 메인 - 게시판 */
#section_a3f390 {
    padding: 110px 0 130px;
}

#section_a3f390 .container>.row {
    max-width: 960px;
    margin: 0 auto;
}

.board_box_list {
    margin-bottom: 0 !important;
}

.board_box_list ul {
    border-top: 2px solid #333;
}

.board_box_list ul li {
    padding: 20px 5px;
    font-size: 20px;
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: -0.03em;
}

.board_box_list ul li span {
    color: #aaa;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 300;
}

.board_box_list ul li:hover {
    border-bottom-color: #bbb;
}

div[class^="board_box_"] .page-header {
    border-bottom: none;
    margin: 0 0 60px;
    padding-bottom: 0;
    text-align: center;
}

div[class^="board_box_"] .page-header h4 {
    position: relative;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #222;
    letter-spacing: -0.02em;
    display: inline-block;
}

div[class^="board_box_"] .page-header h4:before {
    content: "Notice";
    margin: 0 0 8px;
    font-family: "Montserrat", "notokr";
    font-weight: 700;
    font-size: 14px;
    color: #ef1f1f;
    letter-spacing: 0.05em;
    display: block;
}

div[class^="board_box_"] .page-header .pull-right {
    margin-top: 33px;
    font-size: 24px;
    color: #ddd;
}

div[class^="board_box_"] .page-header .pull-right:hover {
    color: #333;
}

@media (max-width: 767px){
    div[class^="board_box_"] .page-header{
        margin: 0 0 30px;
    }

    div[class^="board_box_"] .page-header h4{
        font-size: 30px;
    }

    div[class^="board_box_"] .page-header .pull-right{
        margin-top: 10px;
    }

    .board_box_list ul li{
        padding: 15px 5px;
        font-size: 16px;
    }

    .board_box_list ul li span{
        font-size: 16px;
    }
}


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

.footer-wrap .company-name {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

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

.footer-wrap ul li {
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

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

.footer-wrap .copy {
    margin: 3px 0 0;
    font-size: 13px;
}

.footer-nav {
    background: #333;
    padding: 22px 0;
}

.footer-nav ul {
    display: flex;
    margin: 0;
}

.footer-nav ul li {
    margin-right: 35px;
}

.footer-nav ul li a {
    font-size: 16px;
    color: #ccc;
    letter-spacing: -0.025em;
    font-weight: 400;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    color: #fff;
}

#product01 .sec1 {
    text-align: center;
}

.nav-tabs {
    margin: -20px 0 100px;
    text-align: center;
    display: inline-block;
}

.nav-tabs li {
    display: inline-block;
    width: 200px;
    float: none;
}

.nav-tabs li a {
    padding: 15px 15px;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    margin: 0;
    background: #333;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
    background: #333;
    color: #fff;
}

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

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

    .footer-nav ul{
        display: block;
        text-align: center;
    }

    .footer-nav ul li a{
        font-size: 14px;
    }

    .footer-nav ul li{
        display: inline-block;
        margin-right: 0;
    }

    .footer-nav ul li+li{
        margin-left: 10px;
    }
}


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

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

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

    .table_default > colgroup{
        display: none;
    }

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

    .search_wrap {
        margin-bottom: 0;
    }

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

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

    .board_data_view .header_wrap .info span+span{
        margin-left: 5px;
    }
}

@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: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

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

/* =============== 문의폼 =============== */
.board_wrapper {
    margin-top: 0
}

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

.board_wrapper .table.board_write_table tbody tr th {
    position: static;
}

.board_wrapper .table.board_write_table .text-muted{
    font-size: 15px;
}

.btn.btn-primary {
    background-color: #ef1f1f;
    border-color: #ef1f1f;
    font-size: 15px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border-color: #d60000;
    background-color: #d60000;
    color: #fff;
}

.btn.btn-dark {
    background-color: #3f3f3f;
    border-color: #3f3f3f;
    font-size: 15px;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    border-color: #2f2f2f;
    background-color: #2f2f2f;
    color: #fff;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: red
}

.checkbox{
    margin-top: 0;
}

.checkbox a {
    color: #ef1f1f;
    text-decoration: underline;
}

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

/* =============== 서브페이지 =============== */

/* 공통 */
.sub-top {
    position: relative;
    height: 205px;
    background: #555 url(/public/img/sub/subtop-bg.jpg);
    text-align: center;
}

.sub-top h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1140px;
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.03em;
    text-shadow: 3px 5px 6px rgba(0, 0, 0, 0.25);
}

.sub-top h1::before {
    content: "RICH FOOD SYSTEM";
    font-family: "Montserrat";
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #ef1f1f;
    margin-bottom: 10px;
    font-weight: 600;
}

.sub-top .bread-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    border-radius: 0;
    text-align: right;
}

.sub-top .breadcrumb {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1140px;
    background: transparent;
}

.sub-top .breadcrumb li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -0.03em;
}

.sub-top .breadcrumb li.active {
    color: rgba(255, 255, 255, 0.9);
}

.sub-top .breadcrumb li+li:before {
    content: '>';
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.7);
}

.sub-content {
    padding: 100px 0 130px;
}

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

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

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

.sub-con-tit {
    position: relative;
    margin: 0 0 100px;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #333;
}

.sub-sec-tit{
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    color: #d60000;
}

.slogan-wrap ul {
    text-align: center;
}

.slogan-wrap ul li {
    position: relative;
    width: 230px;
    height: 230px;
    /* border: 8px solid #5f4e46; */
    border-radius: 50%;
    text-align: center;
    /* margin-left: -11px; */
    color: #fff;
    display: inline-block;
    margin: 0 12px;
}

.slogan-wrap ul li:nth-child(1) {
    background: url(/public/img/sub/slogan-bg-01.png) no-repeat center/cover;
    z-index: 3;
}

.slogan-wrap ul li:nth-child(2) {
    background: url(/public/img/sub/slogan-bg-02.png) no-repeat center/cover;
    z-index: 2;
    /* background-color: #669c35; */
}

.slogan-wrap ul li:nth-child(3) {
    background: url(/public/img/sub/slogan-bg-03.png) no-repeat center/cover;
    z-index: 1;
    /* border-color: #e01314; */
}

.slogan-wrap ul li+li {
    /* margin-left: 30px; */
}

.slogan-wrap ul li h5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding-top: 43px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 5px -3px rgba(0, 0, 0, 0.35);
    font-size: 30px;
    color: #222;
    letter-spacing: -0.08em;
}

/* about */
.slogan-wrap {
    margin: 110px auto 130px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 110px;
}

.slogan-wrap p {
    margin-top: 60px;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.06em;
    line-height: 1.9;
}

.greeting-wrap img+img {
    margin-top: 15px;
}

.company-info .inner {
    /* padding-left: 30px; */
    padding-top: 15px;
}

.company-info ul {
    margin: 30px 0 40px;
    letter-spacing: -0.03em;
}

.company-info ul li+li {
    margin-top: 8px;
}

.company-info ul li:after {
    content: "";
    display: block;
    clear: both;
}

.company-info strong {
    position: relative;
    display: block;
    padding-left: 13px;
    float: left;
    width: 80px;
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.company-info strong:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #ef1f1f;
    border-radius: 50%;
}

.company-info span {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 25px;
}

.company-info h5,
.company-info dl dt {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #222;
}

.company-info dl dd {
    display: inline-block;
    padding: 10px 10px;
    background: #888;
    font-size: 14px;
    letter-spacing: -0.035em;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
}

.company-info dl dd+dd {
    margin-left: 1px;
    margin-bottom: 4px;
}

.company-img {
    margin: 50px -3px 0;
}

.company-img>div {
    padding: 0 3px;
}

.company-img>.col-sm-25 {
    width: 20%;
}

#timeline {
    position: relative;
    height: 100%;
    padding-top: 70px;
    margin-top: 20px;
}

#timeline::before {
    content: ' ';
    width: 1px;
    height: 100%;
    background-color: #dce4ec;
    display: block;
    position: absolute;
    left: 50%;
    top: 0
}

#timeline::after {
    content: ' ';
    width: 16px;
    height: 16px;
    background: #333;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 50%;
    margin-left: -7px;
}

#timeline dl {
    float: left;
    width: 50%;
    margin-bottom: 5%;
    padding: 0px 36px;
    position: relative;
    animation-duration: 1s;
    animation-fill-mode: both;
}

#timeline dl:nth-child(odd) {
    text-align: right;
}

#timeline dl:nth-child(even) {
    text-align: left;
    margin-top: 20%;
}

#timeline dl:nth-child(odd):before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: -6px;
    top: 32px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
}

#timeline dl:nth-child(even):before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: -6px;
    top: 32px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
}

#timeline dl dt {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #d5d5d5;
    font-family: "Montserrat";
}

#timeline dl dd {
    font-weight: 400;
    color: #616161;
    font-size: 16px;
}

#timeline dl dd.img {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
}

#timeline dl:nth-child(1) dd.img {
    left: 100px;
}

#timeline dl:nth-child(2) dd.img {
    right: -100px;
}

#timeline dl:nth-child(3) dd.img {
    left: -100px;
}

#timeline dl dd strong {
    margin: 0 10px 0 0;
    color: #ef1f1f;
}

#timeline dl dd ul {
    margin: 0;
    padding: 0;
}

#timeline dl dd ul li {
    list-style: none;
    word-break: break-word;
    margin: 0 0 5px;
    line-height: 1.65;
    font-size: 16px;
    letter-spacing: -0.035em;
}

#timeline dl:nth-child(even) dd ul {
    padding-left: 30px
}

#timeline dl:nth-child(even) dd ul li {
    text-indent: -30px
}

#timeline dl:nth-child(odd) dd ul li strong {
    float: right;
    margin: 0 0 0 10px;
}

@media (max-width: 767px) {
    #timeline {
        padding-top: 50px;
    }

    #timeline::before {
        left: 15px;
    }

    #timeline::after {
        left: 15px;
    }

    #timeline dl {
        width: 100%;
    }

    #timeline dl dt {
        font-size: 24px;
    }

    #timeline dl dd {
        font-size: 14px;
        word-break: keep-all
    }

    #timeline dl:nth-child(odd) {
        text-align: left;
    }

    #timeline dl:nth-child(odd):before,
    #timeline dl:nth-child(even):before {
        right: auto;
        left: 9px;
        top: 30px;
    }

    #timeline dl:nth-child(even) {
        margin-top: 0
    }

    #timeline dl:nth-child(odd) dd ul {
        padding-left: 35px
    }

    #timeline dl:nth-child(odd) dd ul li {
        text-indent: -30px
    }

    #timeline dl:nth-child(odd) dd ul li strong {
        position: relative;
        right: auto;
    }

    #timeline dl:nth-last-of-type(1)::after {
        right: auto;
        left: 12px;
        bottom: -1px;
    }
}

.certification>div {
    padding: 0 30px;
}

.certification figcaption {
    margin: 22px 0 60px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.certification figure img {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

#daumRoughmapContainer1591589900373 {
    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: 15px 17px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
}

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

/* 준비중 */
.maintenance {
    margin-top: 5px;
    border: 12px solid #eee;
    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: #ccc;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

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

/* //준비중 */

/* product */
.prd-tit {
    position: relative;
    margin: 0 0 50px;
    background: #ddd url(/public/img/sub/product01-bg.jpg) no-repeat top center/cover;
    height: 320px;
}

.prd-tit:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.prd-tit h5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 43px;
    font-weight: 300;
    color: #fff;
}

.prd-item figcaption {
    margin: 15px 0 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

/* .slick-dots{
    bottom: 15px;
    right: 15px;
    text-align: right;
}

.slick-dots li{
    margin: 0 3px;
}

.slick-dots li button:before{
    font-size: 13px;
}

.slick-dotted.slick-slider{
    margin: 0 !important;
} */

.prd-notice {
    margin: 0 0 50px;
}

#product01 img {
    padding: 8px;
    border: 1px solid #d8d8d8;
}

/* business */
.biz-area .inner {
    min-height: 420px;
    padding: 70px 70px 0;
    background: #ddd;
    text-align: center;
    border-radius: 15px;
}

.biz-area>div:nth-child(1) .inner {
    background: #5f4e46;
}

.biz-area>div:nth-child(2) .inner {
    background: #69a229;
}

.biz-area>div:nth-child(3) .inner {
    background: #d62223;
}

.biz-area .inner h5 {
    margin: 50px 0 30px;
    font-size: 28px;
    color: #fff;
    letter-spacing: -0.06em;
}

.biz-area .inner p {
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.025em;
}

.con-desc{
    position: relative;
    padding-left: 15px;
    margin: 0 0 25px;
    font-size: 20px;
}

.con-desc::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background: #d60000;
    border-radius: 50%;
}

.advantage-wrap{
    margin-left: -10px;
    margin-right: -10px;
}

.advantage-wrap>.col-sm-25 {
    width: 20%;
    padding: 0 10px;
}

.advantage-wrap .inner {
    text-align: center;
    background: #fafafa;
    border: 1px solid #eee;
    margin: 50px 0 30px;
    min-height: 230px;
    padding: 30px 15px 30px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.125);
    border-radius: 10px;
}

.advantage-wrap .inner p{
    font-size: 17px;
    font-weight: 500;
}

.advantage-wrap .inner .icon {
    position: relative;
    display: block;
    margin: -100px auto 40px;
    width: 130px;
    padding-top: 24px;
    height: 130px;
    background: #fff;
    border: 10px solid #69a229;
    border-radius: 50%;
    text-align: center;
}

.advantage-wrap .inner .icon:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -65px;
    border-style: solid;
    border-width: 20px;
    border-color: #69a229 transparent transparent transparent;
    transform: translate(-50%, -50%);
}

.adv-box{
    padding: 30px;
    background: #eee;
    text-align: center;
}

.adv-box p{
    margin: 0;
    font-size: 21px;
    font-weight: 500;
}

.emph{
    color: #d60000;
}

/* =============== 서브페이지 반응형 =============== */
@media (max-width: 767px){
    .sub-top .breadcrumb{
        padding: 10px 15px;
    }

    .sub-content{
        padding: 70px 0;
    }

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

    .sub-con-tit{
        margin: 0 0 50px;
        font-size: 30px;
    }

    .sub-top h1 {
        font-size: 34px;
    }

    .slogan-wrap{
        margin: 0;
        padding-bottom: 50px;
    }

    .slogan-wrap p{
        font-size: 16px;
    }

    .company-info .inner{
        padding: 30px 0;
    }

    .company-info dl{
        margin: 0;
    }

    .company-info ul{
        margin: 0 0 30px;
    }

    .company-info ul li+li{
        margin-top: 5px;
    }

    .company-img{
        margin: 0;
    }

    .company-img>.col-sm-25{
        width: 100%;
    }

    .company-img>.col-sm-25+.col-sm-25{
        margin-top: 15px;
    }

    #timeline dl{
        margin-bottom: 25%;
    }

    #timeline dl dt{
        font-size: 30px;
    }

    #timeline dl dd.img{
        position: static;
        transform: none;
        display: inline-block;
        margin-bottom: 15px;
    }

    #timeline dl:nth-child(odd) dd ul{
        padding-left: 20px;
    }

    #timeline dl:nth-child(odd) dd ul li strong{
        float: none;
    }

    #daumRoughmapContainer1591589900373{
        height: 340px !important;
    }

    .location-table tr th{
        font-size: 15px;
    }

    .biz-area > div{
        margin-top: 15px;
    }

    .biz-area .inner{
        padding: 70px 15px 0;
    }

    .advantage-wrap>.col-sm-25{
        width: 100%;
    }

    .advantage-wrap .inner{
        margin: 130px 0 20px;
        min-height: auto;
    }

    .advantage-wrap>.col-sm-25:nth-child(1) .inner{
        margin-top: 50px;
    }

    .advantage-wrap .inner+img{
        width: 100%;
    }

    .advantage-wrap .inner p{
        font-size: 18px;
    }

    .nav-tabs{
        display: flex;
        margin: 0 0 30px;
    }

    .nav-tabs li{
        width: 100%;
    }

    .nav-tabs li+li{
        margin-left: 5px;
    }

    .prd-item figcaption{
        margin: 15px 0 40px;
        font-size: 18px;
    }

    .prd-notice{
        font-size: 14px;
    }
}