@charset "utf-8";

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Spoqa Han Sans Neo', 'notokr', sans-serif;
    letter-spacing: -0.035em;
}

a,
button {
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.7em;
}

a[href^="mailto"] {
    color: inherit;
}

.board_wrapper .text-center .btn.btn-lg {
    min-width: 165px;
    font-size: 14px;
    font-weight: 500;
}

.btn.btn-primary {
    background-color: #10257c;
    border-color: #10257c;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #ffffff;
    background-color: #111e52;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #2991b7;
    color: #fff;
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #2991b7;
    color: #2991b7;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
td,
dt,
dd,
figcaption {
    word-break: keep-all;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: static;
    margin-bottom: 0;
    border: 0
}

.navbar-inverse .navbar-brand {
    position: relative;
    margin-top: 12px;
    font-size: 27px;
    font-weight: 600;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #000;
}

.navbar-inverse .navbar-brand::before {
    content: 'DAESAN';
    top: 40px;
    left: 18px;
    position: absolute;
    font-size: 10px;
    letter-spacing: 20px;
}

.navbar-inverse .navbar-brand img {
    height: 30px;
    margin-top: -5px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

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

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

.navbar-inverse .navbar-nav>li>a::after {
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    position: absolute;
    background: #10257c;
    transform: translateX(-50%);
    transition: all 0.35s;
}

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

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-header::before,
    .navbar-inverse .navbar-header::after {
        display: none;
    }

    .navbar-inverse {
        position: fixed;
    }

    .navbar-inverse .container {
        padding: 0;
    }

    .navbar-inverse .navbar-header {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 100%;
        margin: 0;
        height: 70px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

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

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

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

    .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-brand {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        transform: translateY(5px) translateX(-5px) scale(.9);
    }

    .navbar-inverse .navbar-brand::before {
        top: 25px;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }

    .navbar-nav {
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right:
            auto;
        transform:
            translate(-50%, 0);
        border-radius: 0;
        border:
            none;
        padding: 0;
        background: #fff;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        animation-fill-mode: both;
        animation-duration: .4s;
        animation-name: fadeIn;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 12px 15px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
        border: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #10257c;
        color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a:hover::after,
    .navbar-inverse .navbar-nav>li>a:focus::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
        width: 160px;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 35px 30px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6pxrgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    width: 12%;
}

.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 {
    width: 60px;
    height: 6px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 2px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

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

.carousel-caption {
    text-shadow: none;
}

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

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #292929;
    color: #ddd;
    text-align: center
}

#site footer .footer-info {
    padding: 45px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    letter-spacing: -0.02em;
    line-height: 25px;
    color: #afafaf;
}

#site footer .footer-info ul li:first-child {
    font-weight: 500;
    color: #eee;
}

#site footer .footer-info .copy {
    margin-top: 10px;
    font-size: 11px;
    color: #999;
    letter-spacing: 0.1px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 90px);
    background: rgb(18, 21, 28) !important;
    background: linear-gradient(90deg, rgba(18, 21, 28, 1) 0%, rgba(42, 51, 67, 1) 50%, rgba(18, 21, 28, 1) 100%) !important;
}

#mainCarousel .carousel-caption {
    top: 32%;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    padding-bottom: 0;
    text-align: left;
}

#mainCarousel .carousel-caption h1 {
    margin: 0 0 20px;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
}

#mainCarousel .carousel-caption p {
    font-size: 21px;
    font-weight: 300;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner {
        overflow: inherit !important;
    }

    #mainCarousel .carousel-inner .item {
        height: auto
    }

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

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

#section_a684ec {
    padding: 20px 0;
}

#section_b53b3a {
    min-height: 400px;
}

#section_b53b3a .container {
    width: 100%;
    padding: 0;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

@media (min-width: 767px) {
    #section_a684ec div[class^="board_box_"] {
        width: 50%;
    }
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 100px;
}

/* 메인 추가 스타일 */
.material-symbols-outlined {
    font-variation-settings:
        'FILL'0,
        'wght'200,
        'GRAD'0,
        'opsz'48
}

.mainPage {
    top: 50%;
    right: 0;
    left: 0;
    position: absolute;
    font-family: 'SCDream', sans-serif;
}

.mainPage .box-link {
    display: flex;
}

.mainPage .box-link>.link {
    flex-basis: 25%;
    text-align: center;
    margin-right: 20px;
}

.mainPage .box-link>.link a {
    width: 270px;
    height: 178px;
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    color: #fff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.67);
    transition-duration: 0.2s;
    overflow: hidden;
    border-radius: 0 20px 0 20px;
    background: rgba(0, 0, 0, 0.32);
}

.mainPage .box-link>.link a::before {
    content: '';
    top: 50%;
    left: 50%;
    width: 350px;
    height: 0;
    position: absolute;
    background: #10257c;
    /* background: #0c1967; */
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.29, 0.44, 0.58, 0.99);
}

.mainPage .box-link>.link a:hover {
    border-color: #10257c;
    /* border-color: #0c1967; */
}

.mainPage .box-link>.link a:hover::before {
    height: 300px;
}

.mainPage .box-link>.link span {
    position: relative;
}

.mainPage .box-link>.link span[class^='material'] {
    font-size: 64px;
    position: absolute;
    bottom: 14px;
    right: 20px;
}

.mainPage .box-link>.link .txt {
    display: block;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Spoqa Han Sans Neo';
    margin-top: 0;
    text-align: left;
}

.mainPage .box-link>.link .txt::before {
    content: '\e941';
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL'0, 'wght'300, 'GRAD'0, 'opsz'48;
    position: absolute;
    right: 0;
    font-size: 25px;
    bottom: -5px;
    color: #fff;
}


/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}

.subPage>.pageTop {
    height: 260px;
    position: relative;
    color: #fff;
    background: #333 url(/public/img/sub/bg_sub_top.jpg) no-repeat center / cover;
}

.subPage>.pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.65;
}

.subPage>.pageTop>.container {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.subPage>.pageTop h1,
.subPage>.pageTop h2 {
    margin: -20px 0 0;
    font-weight: 600;
    font-size: 44px;
    letter-spacing: -0.02em;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
}

#inquiry h1 {
    margin: 0;
}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 155px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
    background-color: transparent;
    opacity: 0.9;
    top: 15px;
    right: 15px;
}

.subPage .breadcrumb>li+li:before {
    content: '\f054';
    padding: 0 8px;
    font-family: 'Font Awesome 5 fRee';
    font-weight: 900;
    font-size: 8px;
}

.subPage .breadcrumb .current {
    font-weight: 400;
}

.breadcrumb>li+li:before {
    padding: 0 2px;
}

.subPage>.contents {
    padding: 110px 0 150px;
}

#product02 .contents {
    padding-bottom: 100px;
}

.subPage>.contents .row:not(.page-title)+.row {
    margin-top: 120px;
}

/* Link */
.subPage .link {
    position: relative;
}

.subPage .link ul {
    display: flex;
    margin-top: -30px;
    background: #fff;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.17);
}

.subPage .link ul>li {
    flex: 1 1 0%;
    text-align: center;
}

.subPage .link ul>li>a {
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 59px;
    transition: none;
    background: #10257c;
}

.subPage .link ul>li+li>a::before {
    content: '';
    top: 49%;
    left: -1px;
    height: 19px;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
}

.subPage .link ul>li.active>a,
.subPage .link ul>li:not(.active)>a:focus {
    font-weight: 600;
    color: #10257c;
    background: #fff;
}

.subPage .link ul>li:not(.active)>a:hover {
    color: #fff;
    background: #10257c;
}

.subPage .link ul>li.active>a:hover {
    color: #10257c !important;
    background: #fff !important;
    text-decoration: none;
}

.subPage .row.page-title {
    text-align: center;
}

.title-lv-1 {
    margin: 0 0 110px;
    font-size: 41px;
    font-weight: 600;
    line-height: 1em;
    color: #000;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    text-align: center;
    display: inline-block;
    position: relative;
    letter-spacing: -0.045em;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.list-default>li {
    position: relative;
}

/* 인사말 (페이지) */
.box-greet {
    height: 380px;
    position: relative;
    overflow: hidden;
    border-radius: 0 40px 0 40px;
}

.box-greet::before {
    content: 'DAESAN';
    display: block;
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 105px;
    margin-left: 8px;
    font-family: 'Spoqa Han Sans Neo';
}

.box-greet .inner-bg {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.box-greet .inner-txt {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-greet .inner-txt::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(to left, #e1e6e7 30%, transparent); */
    background: rgba(4, 12, 44, 0.79);
    border-radius: 0 40px 0 40px;
}

.box-greet .inner-txt p {
    position: relative;
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    color: #fff;
    text-align: center;
    display: block;
    margin-left: 0;
    line-height: 1.55;
    letter-spacing: -0.045em;
    z-index: 1;
    margin-top: 60px;
}

.box-greet .inner-txt span {
    position: absolute;
    font-size: 55px;
    font-weight: 900;
    font-variation-settings: "FILL"1, "wght"400, "GRAD"0, "opsz"48;
    color: #15aabf;
    display: none;
}

.box-greet .inner-txt span:first-child {
    top: 145px;
    left: 120px;
    transform: scale(-1);
}

.box-greet .inner-txt span:last-child {
    right: 120px;
    bottom: 145px;
}

/* .box-greet .inner-txt p::before {
    content: '';
    top: -20px;
    left: -30px;
    width: 25px;
    height: 25px;
    position: absolute;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.box-greet .inner-txt p::after {
    content: '';
    right: -30px;
    bottom: -20px;
    width: 25px;
    height: 25px;
    position: absolute;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
} */

/* 연혁 (페이지) */
.wrap-history {
    position: relative;
    margin-top: 45px;
    padding-left: 20px;
}

.wrap-history::before {
    content: '';
    top: 2px;
    left: 31%;
    height: 99%;
    position: absolute;
    border-left: 6px solid #eee;
    border-radius: 30px;
}

.wrap-history::after {
    content: '';
    bottom: -156px;
    left: 31%;
    height: 100%;
    position: absolute;
    border-left: 6px dotted #eee;
    z-index: -1;
}

.wrap-history>ul>li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.wrap-history>ul>li::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #10257c;
    border-radius: 50%;
    left: 183px;
    top: 30px;
    z-index: 1;
}

.wrap-history>ul>li+li {
    margin-top: 50px;
}

.wrap-history>ul>li .year {
    flex-basis: 25%;
    position: relative;
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: #10257c;
    line-height: 1.3;
}

.wrap-history>ul>li .year::before {
    content: '';
    top: 31.5px;
    right: -37px;
    width: 67px;
    position: absolute;
    border-top: 1px solid #ddd;
}

.wrap-history>ul>li .year::after {
    content: '';
    top: 20px;
    right: -40px;
    width: 25px;
    height: 25px;
    position: absolute;
    background: #fff;
    border: 1px solid #10257c;
    border-radius: 50px;
}

.wrap-history .detail {
    flex-basis: 75%;
    padding: 22px 0 0 70px;
}

.wrap-history .detail ul>li {
    padding-left: 54px;
    font-size: 16px;
}

.wrap-history .detail ul>li+li {
    margin-top: 10px;
}

.wrap-history .detail .month {
    top: -1px;
    left: 0;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

/* 오시는길 (페이지) */
#location .col-md-12 iframe {
    width: 60%;
    position: relative;
}

#location .col-md-6.left {
    width: 58%;
}

#location iframe {
    height: 390px;
}

#location .col-md-6.right {
    width: 42%;
}

ul.list-contact {
    display: inline-block;
    margin: 0;
    color: #333;
    padding-left: 55px;
    padding-top: 75px;
    position: relative;
}

ul.list-contact::before {
    content: '';
    display: block;
    position: absolute;
    width: 109px;
    height: 1px;
    background: #ccc;
    left: -29px;
    top: 54px;
}

ul.list-contact>li.addr::after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    background: #10257c;
    top: -21px;
}

ul.list-contact>li {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0;
    padding-left: 15px;
}

ul.list-contact>li::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c3c3c3;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

ul.list-contact>li:not(.addr)+li {
    margin-left: 0;
}

/* ul.list-contact > li:not(.addr)+li::before {
    content: '';
    top: 6px;
    left: -15px;
    height: 14px;
    position: absolute;
    border-left: 1px solid #ddd;
} */
ul.list-contact>li.addr {
    display: flex;
    font-size: 20px;
    flex-basis: 53%;
    font-weight: 600;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    color: #10257c;
    letter-spacing: -0.04em;
    padding: 0;
}

ul.list-contact>li.addr::before {
    display: none;
}

/* ul.list-contact > li.addr::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: -31px;
    top: 11px;
} */
ul.list-contact>li.addr i {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    padding: 7px 10px;
    font-size: 15px;
    color: #15aabf;
    background: #d0ebff;
    border-radius: 50%;
    display: none;
}

ul.list-contact>li .tit {
    margin-right: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #bbbbbb;
}

/* 체인블럭 (페이지) */
.box-prod1 .image img {
    padding: 30px 100px;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 7px;
}

.box-prod1 .detail {
    display: flex;
    margin-top: 45px;
}

.box-prod1 .detail dl {
    flex: 1 1 auto;
    text-align: center;
}

.box-prod1 .detail dl dt,
.box-prod1 .detail dl dd {
    padding: 15px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-left: none;
}

.box-prod1 .detail dl:first-child dt,
.box-prod1 .detail dl:first-child dd {
    border-left: 1px solid #ddd;
}

.box-prod1 .detail dl dt {
    background: #f1f2f7;
    border-bottom: none;
    color: #132468;
    border-color: #ccc;
    font-weight: 600;
    border-top: 2px solid #15266c;
}

/* 체인블럭 (페이지) */
.box-prod2 {
    display: flex;
    margin-bottom: 60px;
    background: #f1f2f7;
    padding: 46px 0;
    background: #f5f5f5;
    border-radius: 0 24px 0px 0px;
}

.box-prod2 .image {
    flex-basis: 42%;
    padding: 0 35px;
    z-index: 2;
}

.box-prod2 .detail {
    flex-basis: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    padding-left: 10px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}

.col-md-6 .box-prod2 .detail::before {
    content: "01";
    display: block;
    position: absolute;
    font-size: 50px;
    font-weight: 500;
    color: #d5d5d5;
    left: 5px;
    top: 2px;
    font-style: italic;
    letter-spacing: 0;
}

.col-md-6 .box-prod2::before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 22%;
    height: 295px;
}

.col-md-6:nth-child(2) .box-prod2 .detail::before {
    content: "02";
}

.col-md-6:nth-child(3) .box-prod2 .detail::before {
    content: "03";
}

.col-md-6:nth-child(4) .box-prod2 .detail::before {
    content: "04";
}

.col-md-6:nth-child(5) .box-prod2 .detail::before {
    content: "05";
}

.col-md-6:nth-child(6) .box-prod2 .detail::before {
    content: "06";
}

.box-prod2 .detail dl {
    margin-bottom: 0;
}

.box-prod2 .detail dl+dl {
    margin-top: 8px;
}

.box-prod2 .detail dl dt {
    min-width: 88px;
    position: absolute;
    display: inline-block;
    padding: 0;
    color: #10257c;
    letter-spacing: 0;
    text-align: left;
    border-radius: 40px;
    padding-left: 10px;
    font-size: 14px;
}

.box-prod2 .detail dl dt::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    background: #10257c;
    left: 0;
    top: 3px;
}

.box-prod2 .detail dl dd {
    padding: 1px 10px 0px 95px;
    font-size: 15px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.search_wrap {
    margin-bottom: 0;
}

.board_wrapper .table.table_default {
    border-top: 1px solid #333;
}

.table.table_default tr th,
.table.table_default tr td {
    border-color: #e6e6e6;
}

.table.table_default tr td.subject {
    position: relative;
}

.table.table_default thead th {
    font-weight: 600;
    color: #222;
    background: #fff;
    border-color: #e3e3e3;
}

.table.table_default tbody .subject .badge {
    top: 15px;
    padding: 4px 6px 3px;
    position: absolute;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    background: #555;
    border-radius: 0;
}

.table.table_default tbody .subject a {
    font-size: 16px;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.table.table_default tbody .subject span>.badge+a {
    padding-left: 62px;
}

.board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap .title {
    padding: 40px 5px 38px;
    font-size: 25px;
    color: #111;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.board_data_view .header_wrap .info {
    margin: 0;
    padding: 14px 0 15px;
}

.board_data_view .header_wrap .info span {
    font-size: 14px;
    color: #909090;
}

.board_data_view p {
    font-size: 18px;
}

.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #15aabf;
}

.pagination_wrap ul li.box a {
    border: none;
}

.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #15aabf;
}

.board_wrapper .text-center {
    margin-bottom: 0;
}

#reply_list span {
    font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    border-color: #e6e6e6;
}

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

.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-weight: 500;
    color: #222;
    background: #fff;
    padding-left: 10px;
}

.board_wrapper .table.board_write_table tbody tr th>span:nth-child(1) {
    color: #ff0000;
    margin-right: 3px;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #ff0000;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 8px;
}

.form-control {
    letter-spacing: -0.03em;
    font-size: 15px;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}

.board_wrapper .table.board_write_table tbody tr td .text-muted {
    margin-top: 10px !important;
    font-size: 14px;
}

.board_wrapper .table.board_write_table .checkbox a {
    font-weight: 500;
    color: #0a79cb;
    text-decoration: underline;
}

.form-control:not([readonly]):focus {
    border-color: #555;
}

/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) {
    /* Small·Medium·Large devices */

}

@media (max-width: 767px) {
    /* Small devices (col-xs-*) 모바일 */
    #mainCarousel .carousel-inner .item{
        padding: 60px 0;
    }
    #mainCarousel .carousel-caption{
        position: static;
        transform: translateY(0);
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .mainPage {
        position: static;
    }
    .mainPage .box-link {
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        gap: 15px;
    }
    .mainPage .box-link>.link{
        margin: 0;
    }
    .mainPage .box-link>.link a{
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        padding: 20px 20px;
    }
    #site footer .footer-info{
        padding: 35px 0 45px;
    }
    .subPage>.contents{
        padding: 70px 0 110px;
    }
    .subPage>.pageTop{
        height: 230px;
    }
    .title-lv-1{
        font-size: 38px;
        margin-bottom: 60px;
    }
    .subPage>.pageTop h1, .subPage>.pageTop h2{
        margin-top: -5px;
    }
    .subPage .breadcrumb{
        font-size: 12px;
    }
    .subPage .link ul>li>a{
        font-size: 16px;
    }
    .box-greet{
        height: auto;
    }
    .box-greet .inner-txt{
        padding: 45px 35px;
    }
    .box-greet .inner-txt::before{
        left: 0;
        top: 0;
    }
    .box-greet .inner-txt p{
        font-size: 24px;
    }
    .box-greet .inner-txt p br{
        display: none;
    }
    .box-greet::before{
        top: 50px;
    }
    .wrap-history .detail{
        padding-left: 0;
        width: 100%;
    }
    .wrap-history::after{
        content: none;
    }
    .wrap-history>ul>li{
        padding-left: 30px;
    }
    .wrap-history::before{
        left: 15px;
    }
    .wrap-history>ul>li .year::before{
        content: none;
    }
    .wrap-history>ul>li::before{
        left: -4px;
    }
    .wrap-history>ul>li .year::after{
        right: auto;
        left: -44px;
    }
    #location .col-md-6.left{
        width: 100%;
    }
    #location .col-md-6.right{
        width: 100%;
    }
    ul.list-contact{
        padding-left: 0;
    }
    .box-prod1 .image img{
        padding: 0;
    }
    .box-prod1 .detail{
        display: grid;
        grid-template-columns: repeat(6,1fr);
    }
    .box-prod1 .detail>dl{
        grid-column: span 2;
    }
    .box-prod1 .detail>dl:nth-child(4),
    .box-prod1 .detail>dl:nth-child(5){
        grid-column: span 3;
    }
    .box-prod2 .image{
        padding: 0;
    }
    .box-prod2 .detail{
        padding-left: 20px;
        padding-right: 20px;
    }
    .col-md-6 .box-prod2 .detail::before{
        left: 10px;
    }
    .box-prod2{
        margin-bottom: 40px;
    }
    .table.table_default :is(.num,.writer,.hits){
        display: none;
    }
    .table.table_default .subject{
        width: 100%;
    }
    .table.table_default{
        table-layout: inherit;
    }
    ul.list-contact::before{
        left: 0;
    }
    .member_wrapper{
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

@media (min-width: 768px) {
    /* Medium·Large·Extra large devices */

}

@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium·Large devices */

}

@media (min-width: 768px) and (max-width: 991px) {
    /* Medium devices (col-sm-*) */

}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Large devices (col-md-*) */

}

@media (min-width: 1200px) {
    /* Extra large devices (col-lg-*) */

}

/************ 모바일 최적화 끝 ************/