@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure,label {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Nanum Gothic', sans-serif;
    color: #000;
}

a {
    text-decoration: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #dadada;
    background: #fff;
}
.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    list-style: none;
    width: 100%;
}
.nav a {
    padding: 1.5rem;
    color: #000;
    font-weight: 500;
}
.ci {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: -.5rem;
    padding: 1.25rem .75rem 1.25rem 0;
    font-size: 1.75rem;
    color: #000;
    background: url("/img/ci/ci_3.png") no-repeat 50% 50%;
}
.ci_company {
    visibility: hidden;
}
.dropdown {
    display: block;
    float: left;
    overflow: hidden;
}
.dropdown i {
    display: none;
}
.dropdown > a, .nav-icon {
    display: block;
    padding: 1.25rem .75rem;
    font-size: 1.1rem;
}
.d2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 100;
}
.d2 a {
    display: block;
    color: black;
    padding: 1rem;
    text-align: left;
}
.d2 a:hover {
    background-color: #ddd;
    color: black;
}
.dropdown a:hover, .on_nav > a {
    color: #ca591b;
}
.dropdown:hover .d2 {
    display: block;
}
.nav-icon {
    display: none;
}
.navbar-form {
    position: absolute;
    top: 7px;
    right: 65px;
}
.navbar-form a {
    display: block;
    color: #ca591b;
    text-align: center;
}
.navbar-form i {
    color: #ca591b;;
}
.navbar-form span {
    display: block;
    color: #ca591b;
    font-size: .8rem;
    font-weight: 600;
}
.navbar-form p {
    display: none;
}

#carousel {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
#carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    height: auto;
}
#carousel .owl-prev, .owl-next {
    position: absolute;
}
#carousel .owl-prev {
    left: 20px
}
#carousel .owl-next {
    right: 20px;
}
#carousel .owl-prev::before, #carousel .owl-next::before  {
    font-family: FontAwesome, sans-serif;
    font-size: 50px;
    opacity: .1;
}
#carousel .owl-prev::before {
    content: "\f137";
}
#carousel .owl-next::before {
    content: "\f138";
}
#carousel .owl-prev span, #carousel .owl-next span {
    display: none;
}
#carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 3px;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #fff;
}
#carousel .owl-dot.active {
    background: #fff;
}
#carousel .owl-img-wrap {
    height: 450px;
    width: auto;
    background-size: auto 450px;
    background-position: 50% 50%;
}

footer {
    width: 100%;
    background-color: #2e373e;
    padding: 50px 0 65px;
}
.footer_wrap {
    width: calc(100% - 30px);
    max-width: 768px;
    margin: 0 auto;
}
.footer_wrap .site_map {
    max-width: 100%;
    text-align: center;
}
.footer_wrap .site_map li {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}
.footer_wrap .site_map a {
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
}
.footer_wrap .site_map .footer_d2 {
    margin-top: 15px;
}
.footer_wrap .site_map .footer_d2 li {
    clear: both;
    width: 100%;
    margin: 0;
}
.footer_wrap .site_map .footer_d2 a {
    font-weight: 400;
    line-height: 29px;
    color: #898989;
}
.footer_wrap .site_map li.address {
    width: 100%;
    margin: 0;
}
.footer_wrap .site_map li.address p {
    font-size: .8rem;
    color: #dadada;
    line-height: 20px;
    margin-top: 25px;
}
.footer_wrap .site_map li.address p.tel {
    margin-top: 7px;
}
.footer_wrap .site_map:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}
.footer_wrap .copy {
    font-size: .8rem;
    color: #898989;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}

.content_wrap {
    width: 100%;
    position: relative;
}
.breadcrumb {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    line-height: 11px;
    color: #898989;
    font-size: 0.8rem;
}
.breadcrumb span {
    margin: 0 8px;
    font-size: 11px;
}
.breadcrumb strong {
    font-weight: 400;
    color: #ca591b;
    line-height: 11px;
}
.content_title {
    width: 100%;
    background: #f5f7f7;
    padding: 65px 0;
}
.content_title h2 {
    font-size: 2rem;
    color: #373737;
    line-height: 50px;
    text-align: center;
}
.content_body {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}
.content_box {
    margin-bottom: 50px;
}
.content_box:after {
    content: '';
    display: block;
    clear: both;
}
.content_box h3 {
    float: none;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.7rem;
}
.content_image {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.content_image img {
    width: 100%;
    height: auto;
}
.content_box p {
    float: none;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1.7rem;
    box-sizing: border-box;
    word-break: keep-all;
}
.content_text strong {
    color: #ca591b;
}
.content_text .ceo_name {
    margin-right: 2rem;
    text-align: right;
}
.content_list h4 {
    margin-bottom: 10px;
}
.content_list ul {
    margin-left: 40px;
    list-style-type: disc;
}
.content_list li {
    margin-bottom: 5px;
    line-height: 1.5em;
}

.img-box {
    margin-bottom: 50px;
}
.img-box li {
    display: block;
    margin: 0 0 50px 0;
    text-align: center;
    box-sizing: border-box;
}
.img-box h3 {
    width: 100%;
    padding: 21px 5px 21px;
    border-top: 1px solid #dadada;
    box-sizing: border-box;
}
.img-box img {
    width: 100%;
    height: auto;
}
.img-box:after {
    content: '';
    display: block;
    clear: both;
}

.map_wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
}
.map_wrap:after {
    content: '';
    display: block;
    clear: both;
}
.map_title {
    padding-right: 20px;
    margin-bottom: 20px;
}
.map_title h3 {
    text-align: left;
    margin: 0 0 30px;
}
.map_title p {
    line-height: 22px;
    margin: 8px 0 0;
}
.map_title strong {
    display: inline-block;
    width: 48px;
}

.card_list {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
    text-align: left;
}
.card_item {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 60px 0;
}
.card_item:first-child {
    padding-top: 20px;
    border-top: none;
}
.card_item:after {
    content: '';
    display: block;
    clear: both;
}
.card_title {
    font-size: 1.2rem;
    color: #373737;
    line-height: 1.7rem;
}
.card_style2 .card_title {
    text-align: center;
}
.card_style2 .card_title span {
    display: inline-block;
    padding: 0 12px 8px 12px;
    box-shadow: inset 0 -.75rem #dddddd;
}
.card_text p {
    padding: 20px 0 10px;
    font-size: 1rem;
    color: #505050;
    line-height: 27px;
    font-weight: 400;
}
.card_text p:nth-child(2n) {
    padding-top: 0;
}
.card_style4 p:first-child {
    padding-top: 0;
}
.card_text .text_underline {
    text-decoration-line: underline;
    text-underline-offset:   0.2rem;
}
.card_text p strong {
    font-weight: normal;
    display: inline-block;
    padding-left: 1rem;
    color: #ca591b;
}
.card_text.card_style3 p {
    padding: .2rem 0 0 1rem;
}
.card_text h4 {
    color: #505050;
}
.card_text.card_style3 h4 {
    padding-top: 1rem;
    font-size: 1rem;
}
.card_text.card_style3 h5 {
    padding: .2rem 0 .2rem 1rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 27px;
    color: #505050;
}
.card_text ul {
    margin-left: 40px;
    list-style-type: disc;
}
.card_text li {
    color: #505050;
    padding-bottom: 3px;
}
.card_text.card_style3 li {
    line-height: 23px;
}
.card_img {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.card_img img {
    width: 100%;
    height: auto;
}
.card_style4 .more_btn a {
    display: inline-block;
    box-sizing: border-box;
    min-width: 100px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #ca591b;
    border-radius: 4px;
}

.list_box_wrap {
    width: 100%;
}
.list_box {
    margin-bottom: 60px
}
.list_box:after {
    content: '';
    display: block;
    clear: both;
}
.list_box li {
    position: relative;
    margin-bottom: 40px;
}
.list_box li > a {
    display: block;
    padding: 20px 10px;
}
.list_box_title {
    text-align: center;
    margin-bottom: .8rem;
}
.list_box_img {
    width: 70%;
    margin: 0 auto;
}
.list_box_img img {
    width: 100%;
}
.list_box .more_btn {
    display: none;
}

.title_underline {
    margin-bottom: 20px;
    text-align: center;
}
.title_underline span {
    display: inline-block;
    padding: 0 12px 8px 12px;
    box-shadow: inset 0 -.75rem #dddddd;
    font-size: 1.5rem;
}

.list_box.smaller li {
    float: left;
    width: 32%;
    margin: 30px 2% 0 0;
}
.list_box.smaller li:nth-child(3n){
    margin: 30px 0 0 0;
}

.board_wrap {
    margin: 15px 0;
}
.li_board {
    display: block;
    position: relative;
    width: 100%;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(54,54,54,0.15);
}
.li_header {
    display: none;
}
.li_body {
    display: block;
    margin: 0;
    padding: 10px 15px 15px 15px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(54,54,54,0.15);
    clear: both;
}
.li_body .li_title {
    display: block;
    float: none;
    padding: 0;
    line-height: 1.4;
    text-align: left;
}
.li_body .li_num {
    display: none;
}
.li_body .li_name, .li_body .li_date, .li_body .li_read {
    display: table-cell;
    width: auto;
    padding: 5px 10px 0 0;
    height: 12px;
    margin-top: 8px;
    color: rgba(54,54,54,0.65);
    font-size: .75rem;
}
.li_read_sm {
    display: inline;
}
.li_body .li_num, .li_body .li_title {
    color: #363636;
    font-weight: 500;
}

.main_wrap {
    width: 100%;
    position: relative;
    background: #eee;
}
.main_business, .main_facility, .main_estimate {
    position: relative;
    padding: 25px 0;
}
.main_facility {
    background: #fff;
}
.main_business h2, .main_facility h2 {
    margin: 0 0 30px 0;
    font-size: 1.5rem;
    color: #373737;
    line-height: 50px;
    text-align: center;
}
.business_wrap, .facility_wrap, .section_wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
}
.business_list {
    margin: 0 auto;
}
.business_list:after, .facility_list:after, .estimate_list:after {
    content: '';
    display: block;
    clear: both;
}
.business_list li {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
    box-sizing: border-box;
}

.business_list li a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border: 0;
    border-top: 1px solid #dadada;
}
.business_list li a:hover {
    border: 0;
    border-top: 1px solid #dadada;
}
.business_list li a .tit_text {
    height: 70px;
    background: #fff;
    padding: 10px;
    vertical-align: baseline;
    box-sizing: border-box;
}
.business_list li a .tit_text p {
    font-size: 0.9rem;
    font-weight: 700;
    color: #373737;
    line-height: 26px;
}
.business_list li a:hover .tit_text p {
    color: #ca591b;
}
.business_list li a .thum {
    width: 100%;
    height: 0;
    padding-top: calc(100%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.business_list li a .tit_desc {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    background: rgba(44, 182, 147, 0.9);
    padding: 16px 20px;
    opacity: 0;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.business_list li a:hover .tit_desc {
    opacity: 1;
}
.business_list li a .tit_desc p {
    position: absolute;
    top: 100px;
    font-size: 17px;
    color: #ffffff;
    line-height: 27px;
}
.business_list li .tit_desc span {
    position: absolute;
    top: 79px;
    display: inline-block;
    width: 39px;
    height: 2px;
    background: rgba(240, 240, 240, 0.5);
}

.facility_list li {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.facility_box {
    padding-bottom: 1rem;
    border: 1px solid #fff;
    border-bottom: 1px solid #dadada;
}
.facility_box .facility_img {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}
.facility_box .facility_img .inner {
    width: 100%;
    height: 0;
    padding-top: calc(56.20689655%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition-duration: 0.2s;
}
.facility_box .facility_txt {
    padding: 12px 15px 25px;
}
.facility_box .facility_txt h5 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.facility_box .facility_txt p {
    margin-top: 10px;
    line-height: 25px;
    color: #444;
}
.facility_box .more_btn {
    text-align: center;
}
.facility_box .more_btn a {
    display: inline-block;
    box-sizing: border-box;
    min-width: 100px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ca591b;
    border-radius: 4px;
}

.estimate_list li {
    float: left;
    width: 100%;
}
.estimate_img {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}
.estimate_img .inner {
    width: 100%;
    height: 0;
    padding-top: calc(56.20689655%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition-duration: 0.2s;
}
#estimate_form {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    background: #fafafa;
}
#estimate_form fieldset {
    position: relative;
    border: none;
}
#estimate_form legend {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 2px solid #666;
}
.field_row {
    position: relative;
    width: 100%;
}
.field_row:after {
    content: '';
    display: block;
    clear: both;
}
.field_row div {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
}
.field_row div:nth-child(2n) {
    margin-right: 0;
}
.field_row input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    color: #1d1e1e;
}
.field_textarea {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.field_textarea textarea {
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    line-height: 24px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: .85rem;
}
.field_button {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.field_button a {
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    height: 50px;
    padding: 0 10px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #ca591b;
    border-radius: 4px;
}
.estimate_form_naver {
    width: 100%;
    min-height: 2170px;
    border: none;
}


@media screen and (min-width: 1200px) {
    .navbar {
        width: 1200px !important;
        margin: 0 auto;
    }
    .navbar:after {
        content: '';
        display: table;
        clear: both;
    }
    .ci {
        float: left;
        margin-right: auto;
        padding: 1.25rem .75rem;
    }
    .nav {
        width: 50%;
        float: right;
    }
    .navbar-form {
        position: relative;
        top: 0;
        left: 0;
        width: 20%;
        float: right;
        padding: .5rem 0 0 0;
    }
    .navbar-form a {
        vertical-align: middle;
    }
    .navbar-form i, .navbar-form span {
        display: inline-block;
        font-size: 1.2rem;
    }
    .navbar-form p {
        display: block;
        padding: .3rem 0 0 0;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        color: #ca591b;;
    }

    #carousel .owl-prev {
        left: 100px;
    }
    #carousel .owl-next {
        right: 100px;
    }
    #carousel .owl-dots {
        bottom: 30px;
    }

    footer {
        padding: 60px 0 100px;
    }
    .footer_wrap {
        width: 100%;
        max-width: 1180px;
    }
    .footer_wrap .site_map {
        max-width: 1180px;
        text-align: left;
    }
    .footer_wrap .site_map li {
        width: 25%;
        margin-bottom: 0;
    }
    .footer_wrap .site_map li a {
        font-size: .9rem;
        line-height: 24px;
    }
    .footer_wrap .site_map .footer_d2 {
        margin-top: 20px;
    }
    .footer_wrap .site_map li.address p {
        font-size: .9rem;
    }
    .footer_wrap .copy {
        font-size: .85rem;
        text-align: left;
    }

    .breadcrumb {
        width: 1180px;
        font-size: .9rem;
    }
    .breadcrumb span {
        margin: 0 10px;
    }
    .content_title {
        padding: 73px 0;
    }
    .content_title h2 {
        font-size: 2.5rem;
    }

    .content_body {
        width: 1180px;
    }
    .content_box .content_text {
        width: 50%;
        float: left;
    }
    .content_image {
        width: 50%;
        float: right;
        padding-left: 40px;
    }
    .content_box.box_alt .content_text {
        float: right;
    }
    .content_box.box_alt .content_image {
        float: left;
        padding-left: 0;
        padding-right: 40px;
    }

    .img-box {
        margin-bottom: 0;
    }
    .img-box li {
        width: 48%;
        display: block;
        float: left;
        margin: 0 2% 60px 0;
        padding: 0 20px;
    }

    .map_title {
        float: left;
        width: 34%;
        height: 438px;
        padding-right: 49px;
        box-sizing: border-box;
    }
    .map {
        float: left;
        width: 64%;
        padding-right: 49px;
        box-sizing: border-box;
    }

    .card_text_box {
        width: 65%;
        float: right;
        box-sizing: border-box;
        padding: 0 20px 0 60px;
    }
    .card_img {
        width: 35%;
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
        vertical-align: top;
    }
    .card_style2 .card_title {
        margin-bottom: 20px;
    }
    .card_style2 .card_text {
        width: 45%;
        float: right;
        box-sizing: border-box;
        padding: 0 20px 0 40px;
    }
    .card_style2 .card_img {
        width: 55%;
        float: left;
    }
    .card_style4 .card_title {
        padding-left: 10px;
        padding-bottom: 2rem;
        text-align: left;
        font-size: 1.8rem;
    }

    .list_box li {
        width: 23.5%;
        float: left;
        margin: 50px 2% 0 0;
    }
    .list_box li:nth-child(4n){
        margin: 50px 0 0 0;
    }
    .list_box_img {
        width: 100%;
    }
    .list_box li > a {
        padding: 20px 0;
    }
    .list_box li  a:hover .more_btn {
        display: inline-block;
    }
    .list_box .more_btn {
        position: absolute;
        top: 148px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 193px;
        border: 1px solid #2cb693;
        color: #fff;
        letter-spacing: 0;
        line-height: 14px;
        padding: 17px 30px 18px 30px;
        background-color: #2cb693;
        box-sizing: border-box;
        text-align: center;
    }

    .list_box.smaller li {
        width: 15%
    }
    .list_box.smaller li:nth-child(n){
        margin: 30px 2% 0 0;
    }
    .list_box.smaller li:nth-child(6n){
        margin: 30px 0 0 0;
    }

    .li_board {
        display: table;
    }
    .li_board ul li {
        display: table-cell;
        padding: 10px 7px;
        text-align: center;
        vertical-align: middle;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: rgba(54,54,54,0.15);
    }
    .li_header, .li_body {
        display: table-row-group;
        clear: both;
    }
    .li_body .li_num {
        display: table-cell;
    }
    .li_title {
        display: table-cell !important;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .li_num, .li_name, .li_read {
        width: 10%;
    }
    .li_date {
        width: 12%;
    }
    .li_read_sm {
        display: none;
    }

    .main_business h2, .main_facility h2 {
        font-size: 2rem;
    }
    .business_wrap, .facility_wrap, .estimate_wrap {
        max-width: 1180px;
        margin: 0 auto;
    }
    .business_list li {
        width: 280px;
        margin-right: 20px;
    }
    .business_list li a .tit_text {
        height: 80px;
        background: #fff;
        padding: 16px 20px;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    .business_list li a {
        height: 360px;
    }
    .business_list li a .tit_text {
        height: 80px;
        padding: 16px 16px;
    }
    .business_list li a .tit_text p {
        font-size: 1.2rem;
    }
    .business_list li:nth-child(4n) {
        margin-right: 0;
    }
    .business_list li a .thum {
        height: 280px;
        padding-top: 0;
    }

    .facility_list li {
        width: 23.5%;
        margin: 0 2% 0 0;
    }
    .facility_list li:nth-child(4n) {
        margin-right: 0;
    }
    .facility_box .facility_img {
        height: 157px;
    }
    .facility_box .facility_img .inner{
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    .facility_box .facility_txt {
        padding: 10px 0;
    }
    .facility_box .facility_txt p {
        min-height: 125px;
        margin: .5rem 0;
    }

    .estimate_list li {
        width: 49%;
        margin: 0 2% 0 0;
    }
    .estimate_list li:last-child {
        margin-right: 0;
    }
    .estimate_img {
        height: 350px;
    }
    .estimate_img .inner{
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    #estimate_form {
        height: 350px;
        border: 1px solid #ca591b;
    }
    .estimate_form_naver {
        min-height: 2100px;
    }
}

@media screen and (max-width: 768px) {
    #carousel .owl-img-wrap {
        height: 400px;
        background-size: auto 400px;
    }
    #carousel .owl-prev::before, #carousel .owl-next::before  {
        font-size: 35px;
    }
    #carousel .owl-dot {
        width: 10px;
        height: 10px;
        margin: 3px;
    }

    .business_list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .dropdown {
        display: none;
    }

    .nav a.nav-icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #ccc;
        padding: 1.25rem;
    }

    .nav.responsive a.nav-icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav.responsive .dropdown {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        border-top: 1px solid #b4b7b9;
    }
    .nav.responsive .dropdown i {
        display: inline;
    }
    .nav.responsive .d2 {
        position: relative;
    }
    .nav.responsive .d2 a {

    }
    .nav.responsive .dropdown > a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        background-color: #94989b;
        color: #eee;
    }

    #carousel .owl-img-wrap {
        height: 190px;
        background-size: auto 190px;
    }

    .business_list li:nth-child(2n) {
        margin-right: 0;
    }
}
