/*!
 * style.css - 이곳에서만 css변경하시고 다른곳 css는 접근금지.
 * 기본 class로 css 지정완료
 * 새로운 class나 id 쓸 경우 basic 하단에 추가
*/

/*--------------------basic style start-----------------*/
/*p style*/
p {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 20px;
    color: #555;
}

.small_p {
    font-size: 13px;
    font-weight: 100;
}

.middle_p {
    font-size: 15px;
    font-weight: 400;
}

.large_p {
    font-size: 17px;
    font-weight: bold;
}

.end_p {
    margin-bottom: 20px;
}

.top_p {
    margin-top: 20px;
}

.gap_10 {
    margin-bottom: 10px;
}

.gap_15 {
    margin-bottom: 15px;
}

.gap_20 {
    margin-bottom: 20px;
}

.gap_25 {
    margin-bottom: 25px;
}

.gap_30 {
    margin-bottom: 30px;
}

/*h style*/
h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #333;
}

h3 {
    font-size: 25px;
    letter-spacing: -0.5px;
    color: #444;
}

.end_h2 {
    margin-bottom: 20px;
}

.top_h2 {
    margin-top: 20px;
}

.end_h3 {
    margin-bottom: 20px;
}

.top_h3 {
    margin-top: 20px;
}

.small_h2 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: -2px;
}

.middle_h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
}

.large_h2 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -2px;
}

.small_h3 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: -2px;
}

.middle_h3 {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -2px;
}

.large_h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
}

/*li style*/
li {
    font-size: 15px;
    color: #555;
    letter-spacing: -0.5px;
    line-height: 25px;
    list-style-type: none;
}

.end_li {
    margin-bottom: 20px;
}

.top_li {
    margin-top: 40px;
}

.small_li {
    font-size: 13px;
    font-weight: 100;
}

.middle_li {
    font-size: 15px;
    font-weight: 400;
}

.large_li {
    font-size: 17px;
    font-weight: bold;
}

/*table style*/
#ctt {
    border: 0;
}

/*object style*/
div, article, aside {
    display: block;
}

a {
    display: block;
    font-size: 15px;
    color: #ff0000;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    margin: 20px 0 40px 0;
}

.center_img {
    text-align: center;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
}

.red {
    color: #ff000;
}

.blue {
    color: #2a3d7f;
}

.logo_color {
    color: #db6700;
    font-weight: bold;
}

p, h1, h2, h3, h4, h5, h6, li, span, strong, a {
    font-family: 'Noto Sans KR', sans-serif;
}

/*--------------------basic style end-----------------*/

/*--------------------basic_layout start-----------------*/
/*header*/

#st-body .pcbar { /* background:#223e56; */
}

#st-body .navbar {
    background: #095da6;
}

#st-body .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.ctt_admin {
    display: none;
}

#st-body .topbar {
    display: none;
}

.search {
    display: none;
}

#st-body .footer .footbar {
    display: none;
}

/*main */
.main .head_content {
    text-align: center;
    padding: 1px 0 13px 0;
    display: inline-block;
}

.main .head_content h2 {
    font-size: 35px; /* font-weight:bold; */
    letter-spacing: -0.5px;
}

.main .head_content .big_line {
    margin: 0 auto;
    background: #d0cece;
    height: 1px;
    margin: 5px 0 40px 0;
}

.main .head_content .main_service_ul .blue { /* margin:30px 0 10px 0; */
    font-size: 25px; /* font-weight:bold; */
    letter-spacing: -1px; /* text-align:  center; */
    color: #000;
}

.main .head_content .col-sm-3 {
    padding: 0px
}

.main .head_content .main_service_ul .blue.on {
    margin: 0px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
}

.main .head_content .menu_p {
    font-size: 16px;
    color: #898989 !important;
    font-weight: normal;
}

.main .middle_content .middle_h2 {
    font-size: 35px;
    text-align: center;
}

.main .middle_content .top_p {
    text-align: center;
    padding: 0px;
}

.main .middle_content .end_p {
    text-align: center;
    padding: 0px;
}

.middle_content {
    display: inline-block;
    margin: 0 0 80px 0;
}

.middle_content .left_content {
    margin-left: 0px;
}

.middle_content h2 {
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0px;
}

.middle_content p {
    padding: 5px;
    line-height: 6px;
}

.middle_content .button {
    width: 130px;
    height: 35px;
    border: solid 1px #d9d9d9;
    border-radius: 30px;
    text-align: center;
}

.middle_content .button p {
    line-height: 25px;
}

.mainSection {
    display: inline-block;
    background: #3b3b3b;
    text-align: center;
    padding: 50px 0 50px 0;
    width: 100%;
}

.footer_content p {
    color: #fff;
}

.footer_content .large_p {
    margin: 20px 0 0 0;
}

.footer_content .col-sm-3-wrap {
    border: solid 1px #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 15px 15px 15px;
}

.footer_content .end_p {
    font-size: 13px;
}

.footer_content .top_p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.footer_content .large_p a {
    color: #fff !important;
}

.customer1.col-md-4.col-xs-4.col-xs-v12 {
    margin-bottom: 50px;
}

/*sub */
.intro .head_content {
    text-align: center;
    padding-bottom: 60px;
}

.intro .line {
    max-width: 25px;
    height: 2px;
    background: #333;
    margin: 0 auto;
}

.intro .large_h2 {
    margin-bottom: 20px;
    letter-spacing: -2px;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}

.intro .middle_h2 {
    margin-top: 0px;
    color: #333;
    letter-spacing: -2px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
}

.intro .big_line {
    margin: 0 auto;
    background: #d0cece;
    height: 1px;
    margin: 5px 0 30px 0;
}

.intro .img_p {
    text-align: center;
}

.intro .head_content p {
    line-height: 30px;
    font-size: 17px;
}

.intro .top_p {
    margin-top: 45px; /* margin-bottom:20px !important; *//* text-align: left !important; */
    font-size: 15px;
}

.intro .gap_20 {
    margin-bottom: 25px !important;
}

.intro .gap_25 {
    margin-bottom: 30px !important;
}

.intro .right_p {
    text-align: right; /* color:#db6700; */
    font-weight: bold;
    font-size: 19px;
}

.intro p {
    line-height: 25px;
    color: #333 !important;
}

.intro .left_p {
    text-align: left !important;
}

.intro .middle_content .col-xs-12.col-sm-8 {
    width: 75%;
}

.intro .middle_content .col-lg-12 {
    margin-top: 50px;
}

.intro .middle_content .col-xs-3.col-sm-3 {
    text-align: center;
}

.intro .middle_content .col-lg-10 {
    width: 80%;
    float: none;
    margin: 0 auto;
}

.intro .middle_content p {
    font-size: 16px;
    line-height: 25px;
}

.intro .middle_content .col-lg-12.col-xs-12 .img_p {
    text-align: center !important;
}

.intro .top_p.big {
    margin-bottom: 15px !important;
    line-height: 10px;
    font-size: 35px;
}

.intro .normal_p {
    font-size: 36px !important;
    color: #79602a;
    font-weight: bold;
    margin-bottom: 50px !important;
}

.intro .intro_bigline {
    width: 100%;
    height: 6px;
    background: #dfdfdf;
    margin-bottom: 30px;
}

.intro .itelic.middle_h2 {
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
}

.intro .middle_content h2 { /* margin-top:0 !important; */
    margin-bottom: 0px !important;
    padding-top: 0;
    font-size: 35px;
    color: #2a3d7f;
}

.intro .end.middle_h2 {
    font-weight: bold;
}

.intro .middle_content .middle_p {
    font-size: 23px;
    margin-top: 10px;
}

.intro .middle_content .top_p {
    margin-top: 45px;
}

.intro .middle_content {
    margin-bottom: 70px !important;
}

.intro .middle_content .line_height {
    background: #000;
    width: 2px;
    height: 45px;
    margin: 0 auto;
}

.intro .img_div {
    display: inline-block;
    margin-bottom: 85px;
}

.intro .img_div ul li {
    text-align: center;
}

.intro .middle_content {
    text-align: center;
}

.intro .middle_content .to_p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 45px !important;
}

.intro .middle_content .end_p {
    margin-bottom: 45px !important;
}

.price .head_content {
    text-align: center;
    padding-bottom: 60px;
}

.price .line {
    max-width: 25px;
    height: 2px;
    background: #333;
    margin: 0 auto;
}

.price .large_h2 {
    margin-bottom: 20px;
    letter-spacing: -2px;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}

.price .middle_h2 {
    margin-top: 0px;
    color: #333;
    letter-spacing: -2px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
}

.price .big_line {
    margin: 0 auto;
    background: #d0cece;
    height: 1px;
    margin: 5px 0 30px 0;
}

.price table {
    width: 100%;
    border: solid 1px #dbdbdb;
    border-radius: 20px 20px 0px 0px;
    border-collapse: unset;
}

.price td, th {
    padding: 6px;
    text-align: center;
    height: 60px;
}

.price .bg_01 td {
    background: #f7f7f7;
}

.price .bg_02 td {
    background: #e8e8e8;
    border-right: solid 1px #fff;
}

.wram_table {
    margin-bottom: 90px;
}

.wram_table td { /* font-size:14px; */
}

.wram_table tbody tr td {
    border-right: solid 1px #fff;
}

.wram_table tbody tr td:first-child {
    border-right: 0;
}

.wram_table caption {
    font-size: 50px;
    letter-spacing: -4px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.price .sell_boiler caption {
    font-size: 50px;
    letter-spacing: -4px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.price .box4 {
    height: 314px;
    background: #f8f8f8;
    text-align: center;
    margin-bottom: 90px;
}

.price .box4 h2 {
    margin-top: 0;
}

.price .box4 .bigs_h2:first-child {
    margin-top: 90px;
}

.price .sell_boiler {
    margin-bottom: 90px;
}


.location .head_content {
    text-align: center;
    padding-bottom: 60px;
}

.location .line {
    max-width: 25px;
    height: 2px;
    background: #333;
    margin: 0 auto;
}

.location .large_h2 {
    margin-bottom: 20px;
    letter-spacing: -2px;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}

.location .middle_h2 {
    margin-top: 50px;
    color: #666;
    letter-spacing: -2px;
    font-size: 21px;
}

.location .head_content p {
    font-size: 15px;
}

.location .company_information {
    padding: 50px 0 50px 0;
}

.location .company_information table {
    width: 100%;
}

.location .company_information th {
    padding: 15px;
    border-bottom: dotted 1px #d9d9d9;
    border-left: dotted 1px #d9d9d9;
}

.location .company_information td {
    padding: 15px;
    border-bottom: dotted 1px #d9d9d9; /* border-right:dotted 1px #d9d9d9; */
}

.location .company_information .boder_none {
    border-left: 0px;
}


.blue {
    color: #2a3d7f;
    transition: all 0.4s ease-out;
}

.blue.on {
    color: #fff;
}

.red {
    color: #ff0000;
    font-weight: bold;
}

#st-body .footer .copyright .container a {
    display: inline;
}

.view_image {
    text-align: center;
}

/*--------------------basic_layout end-----------------*/


/*--------------------add style start-----------------*/

.middle_content aside .col_wrap {
    border: 1px solid #000;
    padding-bottom: 10px;
    position: relative;
}

/*.middle_content aside:first-child{border-right:none;}
.middle_content aside:nth-child(2){border-right:none;}*/
.middle_content aside img {
    width: 358px;
}

.middle_content .button, .middle_content .button p {
    transition: 0.5s all ease-out;
}

.footer_content .col-sm-3-wrap {
    transition: 0.5s all ease-out;
}

.footBg {
    background: #095da6;
    border: 1px solid #095da6 !important;
}

.opacityBg {
    position: absolute;
    width: 358px;
    height: 290px;
    transition: 0.5s all ease-out;
}

.opacityOn {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #000;
}

.pointer {
    cursor: pointer;
}


.ctt_img {
    position: relative;
}

.topSub { /* margin-top: -100px; */
}

.topSub.introSub {
    background-image: url('../images/sub/header_01.jpg');
    background-repeat: no-repeat;
    height: 300px;
}

.topSub.businessSub {
    background-image: url('../images/sub/header_02.jpg');
    background-repeat: no-repeat;
    height: 300px;
}

.topSub.echoSub {
    background-image: url('../images/sub/header_03.jpg');
    background-repeat: no-repeat;
    height: 379px;
}

.topSub.noticeSub {
    background-image: url('../images/sub/header_04.jpg');
    background-repeat: no-repeat;
    height: 300px;
}

.topSub.gallerySub {
    background-image: url('../images/sub/header_04.jpg');
    background-repeat: no-repeat;
    height: 379px;
}

.topSub.qnaSub {
    background-image: url('../images/sub/header_04.jpg');
    background-repeat: no-repeat;
    height: 379px;
}

.topSub.locationSub {
    background-image: url('../images/sub/header_03.jpg');
    background-repeat: no-repeat;
    height: 300px;
}

.topSub h3 {
    font-size: 50px;
    color: #333;
    margin-top: 0px;
    padding-top: 110px;
    text-align: center;
}

.topSub p {
    font-size: 20px;
    color: #333 !important;
    text-align: center;
}


.visibles {
    visibility: visible;
}

.hiddens {
    visibility: hidden;
    height: 0px;
}

.mainTabs ul li {
    list-style: none;
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #000;
    background: #eeeeee;
    padding: 3px;
}

.mainTabs ul li:first-child {
    border-right: none;
}

.mainTabs ul li.active {
    background: #555;
    color: #fff;
}

.mainTabs ul {
    padding: 0px;
}

.mainTabs {
    height: 27px;
}

.mainContent {
    margin-top: 15px;
}

.st-visit table {
    text-align: center !important;
}

.visit_icon {
    margin-top: -4px;
    margin-left: 55px;
    margin-right: 5px;
}

.carousel-indicators {
    display: none;
}


/*--------------------add style end-----------------*/


/*-------main latest start ---*/
.ellipsis-li a {
    font-size: 18px;
    color: #7b7b7b !important;
    font-weight: 300 !important;
}

.ellipsis-li {
    border-bottom: solid 1px #e5e5e5;
    padding: 30px 50px !important;
}

.ellipsis-li #us_datetime {
    float: right;
    color: #7b7b7b !important;
    font-size: 14px;
}

.footSection .header.clearfix h4, #more1 {
    display: none;
}

.footSection h2 {
    text-align: center !important;
}

.footSection .header.clearfix {
    border-bottom: solid 1px #e5e5e5 !important;
    margin-bottom: 0px !important;
}

.latest_p {
    font-size: 18px;
    color: #555;
    padding-top: 10px !important;
    margin-bottom: 30px;
    text-align: center;
}

.footSection h2 {
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 400;
}

/*-------main latest end ---*/


/*--------------------bootstrap start-----------------*/
.dp-block {
    display: block
}

.dp-none {
    display: none
}

.none {
    display: none;
}

.links ul li {
    list-style: none;
    float: left;
    width: 20%;
}

#st-visit {
    border-top: none;
}

.phoneA {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .new-bolier-box {
        overflow-x: auto;
        -webkit-overflow-scrolling : touch;
    }

    .price .middle_content {
        display: block;
    }

    .price .new-bolier-box {
        clear: both;
    }

    .new-bolier-box table {
        min-width: 992px;
    }
    .coverForm h4 {
        font-size: 13px;
    }

    .coverForm p {
        font-size: 11px;
    }

    .coverForm {
        width: 95% !important;
        text-indent: 20px !important;
    }

    #datepicker, #addr_detail, #phoneNum {
        width: 140px;
    }

    #cat_info1, #cat_info2 {
        width: 65px;
    }

    .col-xs-12s {
        width: 100% !important;
    }

    .businessSub h3 {
        font-size: 50px;
        color: #Fff;
        margin-top: 0px;
        padding-top: 60px;
        text-align: center;
    }

    .middle_content .rightSide {
        width: 61% !important;
        margin-top: 0px !important;
        margin: 0 auto;
    }

    .bottom_content ul li .bsDiv p {
        text-align: center;
        font-size: 15px !important;
    }

    .bottom_content ul li .bfDiv, .bottom_content ul li .bsDiv {
        margin: 0 auto;
    }

    .bottom_content ul li .bsDiv {
        margin-bottom: 20px;
    }

    .bottom_content h5 {
        line-height: 25px;
    }

    .new_ba1 {
        margin-top: 50px;
    }

    .business .bottom_content ul li {
        width: 100%;
    }

    .bottom_content h2 {
        font-size: 20px !important;
        margin-top: 80px !important;
    }

    .middle_content .col-lg-6 div h4 {
        font-size: 20px !important;
    }

    .middle_content .col-lg-6 div {
        width: 100% !important;
    }

    .middle_content .col-lg-6 {
        text-align: center;
        margin-top: 40px;
    }

    .middle_content .col-lg-6 img {
        float: none !important;
        margin: 0 auto;
    }

    .row #bo_gall .gall_text_href {
        margin-top: 20px !important;
    }

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

    #st-body .navbar-default .navbar-toggle .icon-bar {
        border-color: #000;
        background: #000;
    }

    .submenu {
        display: none;
    }

    .img_li .txt_li {
        top: 55% !important;
    }

    .gall_con .gall_href a img {
        /* width: 150px !important; */
        /* height: 150px !important; */
        width: 100%;
    }

    .footSection .row > div {
        height: 295px;
    }

    #bo_gall .gall_text_href {
        width: 100% !important;
    }

    #bo_gall .gall_li {
        /* padding: 3px; */
        margin: 0;
        /* margin-left: 20px !important; */
        width: 100%;
    }

    .main_service_ul {
        margin-bottom: -2px;
    }

    .middle_content aside {
        height: 100px !important;
    }

    #st-visit td.tags .subject {
        margin-bottom: 10px;
    }

    .moImg {
        padding: 50px;
        margin: 0 auto;
    }

    .middleImg, .middleImg2 {
        margin-top: 0px !important;
    }

    .bg_grey {
        height: 160px !important;
        padding: 20px !important;
    }

    .pli img {
        height: 100%;
    }

    #st-body .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
    }

    #st-body .navbar-default .navbar-nav > .active > a,
    #st-body .navbar-default .navbar-nav > .active > a:hover,
    #st-body .navbar-default .navbar-nav > .active > a:focus {
        color: #555;

    }

    #st-body .navbar-default .navbar-nav > .open > a, #st-body .navbar-default .navbar-nav > .open > a:hover, #st-body .navbar-default .navbar-nav > .open > a:focus {
        background: #000;
        color: #fff;
    }

    #st-body .navbar-default .navbar-nav > li > a {
        color: #333;
    }

    #st-body .navbar-default .navbar-collapse, #st-body .navbar-default .navbar-form {
        border-color: #d9d9d9;
    }

    #st-body .navbar {
        background: #fff;
    }

    .navbar-toggle {
        background: #fff !important;
    }

    #st-body .navbar-default {
        border: none;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 0px;
    }

    .customer1 p {
        text-align: center;
    }

    .end_p {
        margin-top: -15px;
    }

    .middle_content .small_h2 {
        right: 183px !important;
    }

    .middleSection .middle_h2, .middleSection p {
        text-align: center;
    }

    .middleSection .middle_h2 {
        font-size: 23px !important;
    }

    .middleSection {
        height: 370px !important;
    }

    #st-body .actions.col-sm-12 {
        width: 100%;
    }

    #st-body .footer {
        margin-top: 0px;
    }

    .middle_content {
        margin-bottom: -30px;
    }

    .footer_content aside {
        margin-top: 10px;
    }

    .footer_content aside:first-child {
        margin-top: 0px;
    }

    .navbar-brand { /* padding-top: 15px !important; */
    }

    .middle_content aside {
        margin-top: 10px;
    }

    .middle_content aside:first-child {
        margin-top: 0px;
    }

    .topSub p {
        font-size: 16px; /* padding:15px; */
    }

    .middle_h2 {
        font-size: 23px !important;
        line-height: 25px;
        margin-top: 25px !important;
    }

    td {
        font-size: 14px;
        text-indent: 0px !important; /* padding: 6px !important; */
    }

    th {
        padding: 5px !important;
    }

    .head_content {
        padding-bottom: 25px !important;
        padding-top: 3px !important;
    }

    .big_line {
        margin-bottom: 30px !important;
    }

    .top_p {
        margin-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .small_h2 {
        font-size: 20px
    }

    .intro .col-lg-12, .col-lg-6 {
        padding: 0px;
    }

    .intro .middle_h2 {
        font-size: 26px !important;
        line-height: 34px;
        padding-top: 5px;
    }

    .location .middle_h2 {
        font-size: 16px !important;
    }

    .intro .img_div {
        margin-bottom: 30px;
    }

    .intro .middle_content h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .intro .middle_content .end_p {
        margin-bottom: 20px !important;
    }

    #st-visit td.tags {
        font-weight: normal;
        min-width: 300px;
    }

    .gall_text_href a {
        font-size: 12px;
    }

    .footSection {
        margin-bottom: 10px !important;
    }

    .img_li {
        margin-bottom: 30px;
    }

    .ellipsis-li {
        padding: 15px !important;
    }

    .business .col-lg-12 .col-xs-12.col-sm-6 .title_menu {
        width: 25%;
    }

    .business .col-lg-12 .col-xs-12.col-sm-6 .dotted_menu {
        width: 50%;
    }

    .business .col-lg-12 .col-xs-12.col-sm-6 .price_menu {
        width: 20%;
    }

    .intro .middle_content .col-xs-12.col-sm-8 {
        width: 100%;
        padding: 0px;
    }

    .intro .middle_content .col-lg-10 {
        width: 100%;
        padding: 0px;
    }

    .topSub h3 {
        padding-top: 160px;
    }

    .intro .middle_content p {
        text-align: left !important;
        margin-bottom: 20px !important;
        font-size: 15px;
    }

    .intro .top_p.big {
        margin-bottom: 0px !important;
        line-height: 0px;
        font-size: 21px;
        text-align: center !important;
    }

    .intro .middle_content .col-lg-12 {
        margin-top: 20px;
    }

    .intro .normal_p {
        font-size: 17px !important;
        text-align: center !important;
    }

    .tags div {
        display: inline-block !important; /* float: left; */
        min-width: 30px;
    }

    .visit_icon {
        margin-top: -4px;
        margin-left: 15px;
        margin-right: 5px;
    }

    #st-visit td.tags .count {
        margin-right: 0px;
        width: 40px;
    }

    .navbar-brand {
        height: 80px; /* background:#000; */
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    #ninja-slider .caption {
        bottom: 0% !important;
    }

    #ninja-slider .caption h2, p {
        color: #fff !important;
    }

    #ninja-slider .caption h2 {
        font-size: 25px !important;
        letter-spacing: -2px;
        line-height: 10px;
    }

    #ninja-slider .caption p {
        font-size: 16px;
        letter-spacing: -1px;
    }

    #ninja-slider .caption .top_p2 {
        margin-top: 10px;
        font-size: 13px;
        margin-bottom: 0px !important;
    }

    #ninja-slider .caption .end_p2 {
        font-size: 13px;
    }

    .slide_wrap1 {
        margin-top: 0px;
    }

    #ninja-slider {
    }

    .container { /* padding:0; */
    }

    #st-view iframe {
        height: 315px;
    }

    .head_txt_wrap {
        height: 230px;
        background: #2a3d7f;
        text-align: center;
        margin-top: 30px;
    }

    .left_div1 h2 {
        margin-top: 20px;
        color: #fff;
        font-size: 20px;
    }

    .left_div1 h3 {
        color: #fff;
        font-size: 20px;
        margin-top: 0;
    }

    .right_div1 .top_p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 25px;
    }

    .right_div1 .end_p {
        font-size: 14px;
        line-height: 25px;
    }

    .main {
        margin-top: 40px !important; /* padding: 15px; */
    }

    .main h2 {
        color: #333;
    }

    .main h2 {
        text-align: center;
        font-size: 26px;
        letter-spacing: -3px;
        font-weight: bold;
    }

    .main .latest_p {
        color: #a2a2a2 !important;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 15px;
        margin-bottom: 30px !important;
        line-height: 25px;
    }

    .new_ul li {
        text-align: center;
    }

    .img_txt_li {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 60px;
        position: relative; /* bottom: 0; *//* text-align: center; */
        clear: both; /* overflow: hidden; *//* z-index: 55555; *//* display: inline-block; */
    }

    .img_txt_li:last-child {
        margin-bottom: 70px;
    }

    .cut_section {
        clear: both;
    }

    .cut_section .col-fhd-6.col-xs-12 {
        padding: 0;
    }

    .cut_section div {
        margin-bottom: 5px;
    }

    .informaion_wrap {
        clear: both; /* display: inline-block; *//* margin: 0 auto !important; */
    }

    .informaion_wrap h2 {
        text-align: center;
        font-size: 26px;
        letter-spacing: -3px;
        font-weight: bold;
    }

    .call_wrap {
        clear: both;
        background: url('/theme/st-basic/images/main/banner011.jpg') no-repeat;
        height: 324px; /* margin-bottom: 70px; */
        text-align: center;
    }

    .left_ul {
        margin-top: 0px;
    }

    .left_ul li {
        color: #fff;
    }

    .left_ul .top_li {
        font-size: 15px;
        letter-spacing: -1px;
    }


    .left_ul .no_li {
        font-size: 15px;
        letter-spacing: -1px;
    }

    .left_ul .big_li {
        font-size: 30px;
        margin-top: 10px;
        font-weight: bold;
        letter-spacing: -2px;
    }

    .md_ul {
        margin-top: 0px;
    }

    .md_ul li {
        color: #fff;
    }

    .md_ul .top_li {
        font-size: 17px;
        letter-spacing: -1px;
    }

    .md_ul .no_li {
        font-size: 15px;
        letter-spacing: -1px;
    }

    .md_ul .big_li {
        font-size: 30px;
        margin-top: 10px;
        font-weight: bold;
        letter-spacing: -2px;
    }

    .right_ul li {
        color: #fff;
    }

    .right_ul {
        background: #2a3d7f;
        margin-top: 70px;
    }

    .right_ul .big_li2 {
        margin-top: 45px;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }

    .right_ul .big_li3 {
        margin-top: 15px;
        font-size: 37px;
        font-weight: bold;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .right_ul .big_li3 a {
        color: #fff;
        font-size: 40px;
    }

    .right_ul .big_li3 a:hover {
        text-decoration: none;
    }

    .right_ul .small_li {
        font-size: 15px; /* text-indent: 5px; */
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .new_ul { /* height: 444px; *//* height:444px; */
    }

    .img_gr {
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        bottom: 0;
        overflow: hidden;
    }

    .call_txt_li {
        height: 80px;
        padding: 15px;
        background: #2a3d7f; /* width: 97.8%; */
    }

    .call_txt_li p {
        font-size: 16px;
    }

    .main table {
        width: 100%;
        border: solid 1px #dbdbdb;
        border-radius: 20px 20px 0px 0px;
        border-collapse: unset;
        margin-bottom: 70px;
    }

    .main td, th { /* padding:15px; */
        text-align: center;
        height: 60px;
    }

    .red_tr {
        background: #ef4136; /* border-radius: 20px 0 0 0; */
        color: #fff;
    }

    .red_tr .bo_01 {
        border-radius: 20px 0 0 0;
    }

    .new-onwater .red_tr {
        background: #999;
    }

    .red_tr .bo_03 {
        border-radius: 0 20px 0 0;
    }

    .bg_01 th {
        background: #f7f7f7;
    }

    .bg_02 th {
        background: #e8e8e8;
        border-right: solid 1px #fff;
    }

    .mo_series {
        background: #fef6d2 !important;
    }

    .mo_series1 {
        background: #fef6d2 !important;
    }

    .bg_02 th:last-child {
        border-right: 0;
    }

    .bg_03 {
        background: #f7f7f7;
    }

    .bg_04 {
        background: #e8e8e8;
    }

    .bg_05 {
        background: #f7f7f7;
    }

    .bg_06 {
        background: #e8e8e8;
    }

    .bg_07 {
        background: #f7f7f7;
    }

    .sell_boiler tbody tr td {
        border-right: solid 1px #fff;
    }

    .sell_boiler tbody tr td:first-child {
        border-right: 0;
    }

    .sell_boiler caption {
        font-size: 40px;
        letter-spacing: -4px;
        color: #333;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .bigs.red {
        font-size: 35px;
        text-align: center;
        margin-bottom: 20px;
    }

    .no_bigs {
        margin-bottom: 20px;
    }

    .more_li {
        width: 200px;
        height: 40px;
        border: solid 2px #ef4136;
        margin: 0 auto;
        border-radius: 20px;
    }

    .more_li a {
        text-decoration: none;
        text-align: center;
        line-height: 35px;
        display: block;
        color: #ef4136;
    }

    .more_li a:hover {
        text-decoration: none;
        color: #ef4136;
    }

    .footSection .gall_text_href a {
        color: #333 !important;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .price .sell_boiler caption {
        font-size: 40px;
        letter-spacing: -4px;
        color: #333;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .price .bigs_h2 {
        font-size: 22px;
    }

    .price .bigs_h2:first-child {
        margin-top: 50px !important;
    }

    .price .box4 {
        height: 200px; /* width:100%; */
    }

    .price .middle_h2 {
        font-size: 18px !important;
    }

    .cut_section .col-fhd-12.col-xs-12 {
        padding: 0;
    }

    #st-body .carousel-wrapper { /* padding-left:15px; *//* padding-right:15px; *//* margin-left:auto; *//* margin-left:auto; */
    }


    .informaion_wrap .latest_p {
        color: #a2a2a2 !important;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 15px;
        margin-bottom: 30px !important;
        line-height: 25px;
    }

    .right_ul.col-sm-4 { /* width:33%; */
    }

    .footSection .header.clearfix {
        border-bottom: solid 2px #000 !important;
    }

    .footSection .header.clearfix h4, #more1 {
        display: unset;
    }

    .footSection .header.clearfix h4 a {
        font-size: 20px;
    }

    #st-body .carousel-main {
        margin-bottom: 0;
    }

    .new_ul.col-sm-4.col-xs-12 {
        padding: 0;
    }

    .topSub {
        display: none;
    }

    .intro p {
        font-size: 14px !important;
    }

    .nomal_p {
        margin-bottom: 0px !important;
    }

    .intro .head_content .end_p {
        margin-top: 0px;
    }

    .intro .head_content .top_p {
        padding-bottom: 0px !important;
    }

    .intro .middle_content .middle_h2 {
        margin-top: 20px !important;
        text-align: center;
    }

    .intro .middle_content .end {
        margin-top: 5px !important;
    }

    .intro .middle_content .middle_p {
        margin-bottom: 5px !important;
    }

    .intro .middle_content .top_p {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .intro .middle_content {
        margin-bottom: 20px !important;
    }

    .intro .md_content .middle_h2 {
        margin-top: 20px !important;
        text-align: center;
    }

    .intro .md_content .end {
        margin-top: 5px !important;
    }

    .intro .big_lii {
        margin-bottom: 20px !important;
    }

    .informaion_wrap .col-sm-6.col-xs-12 {
        padding: 0;
        margin-bottom: 20px;
    }

    .fo_content img {
        margin-bottom: 30px;
    }

    .fo_content .col-md-6.col-xs-12 {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {

    .new_ba1 {
        margin-top: 50px;
        margin-bottom: 80px;
        text-align: center;
    }

    #st-body .actions.col-md-8 {
        width: 66.66666667%;
    }

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

    .container2 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    #ninja-slider .caption {
        bottom: 38% !important;
    }



    #ninja-slider .caption h2 {
        font-size: 55px !important;
        letter-spacing: -2px;
        line-height: 50px;
    }

    #ninja-slider .caption p {
        font-size: 30px;
        letter-spacing: -1px;
    }

    #ninja-slider .caption .top_p2 {
        margin-top: 60px;
        font-size: 23px;
        margin-bottom: 20px !important;
    }

    #ninja-slider .caption .end_p2 {
        font-size: 23px;
    }

    .navsWrapper {
        display: none;
    }

    .st-navbar {
        position: absolute;
    }

    .slide_wrap1 { /* position:absolute; *//* width:1920px; *//* top:0; *//* z-index:1; */
        z-index: 1; /* margin-top:-100px; *//* opacity: 1; */
        margin-bottom: -10px;
    }

    #st-body .navbar { /* position:absolute; *//* top:10px; *//* width:1920px; */
        margin: 0 auto;
    }

    .pd {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1111;
    }

    #st-body .navbar-default .navbar-nav > li > a {
        background: none !important;
    }

    .head_txt_wrap {
        height: 250px;
        background: #ef4136;
    }

    .left_div1 .f1_h2 {
        margin-top: 60px;
        color: #fff;
        font-size: 20px;
    }

    .left_div1 .f2_h2 {
        color: #fff;
        font-size: 20px;
    }

    .left_div1 h3 {
        color: #fff;
        font-size: 40px;
        padding-bottom: 52px;
    }

    .right_div1 .top_p {
        margin-top: 110px;
        font-size: 14px;
        line-height: 5px;
    }

    .right_div1 .end_p {
        font-size: 14px;
        line-height: 30px;
    }

    .left_div1.col-sm-6.col-xs-12 {
        padding: 0;
        width: 40%;
    }

    .right_div1.col-sm-6.col-xs-12 {
        width: 60%;
    }

    .main {
        margin-top: 60px !important;
    }

    .main h2 {
        color: #333;
    }

    .main h2 {
        text-align: center;
        font-size: 40px;
        letter-spacing: -3px;
        font-weight: bold;
    }

    .main .latest_p {
        color: #a2a2a2 !important;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 18px;
        margin-bottom: 60px !important;
    }


    .new_ul li {
        text-align: center;
    }

    .img_txt_li {
        font-size: 30px;
        margin-top: 289px;
        margin-bottom: 100px;
        position: relative; /* bottom: 0; *//* text-align: center; */
        clear: both; /* overflow: hidden; *//* z-index: 55555; *//* display: inline-block; */
    }

    .cut_section {
        clear: both;
    }

    .cut_section .col-fhd-6.col-xs-12 {
        padding: 0;
    }

    .cut_section div {
        margin-bottom: 80px;
    }

    .informaion_wrap {
        clear: both; /* display: inline-block; *//* margin: 0 auto !important; */
    }

    .informaion_wrap h2 {
        text-align: center;
        font-size: 40px;
        letter-spacing: -3px;
        font-weight: bold;
    }

    .call_wrap {
        clear: both;
        background: url('/theme/st-basic/images/main/banner011.jpg') no-repeat;
        height: 324px;
        margin-bottom: 70px;
    }

    .left_ul {
        margin-top: 100px;
    }

    .left_ul li {
        color: #fff;
    }

    .left_ul .top_li {
        font-size: 17px;
        letter-spacing: -1px;
    }

    .left_ul .no_li {
        font-size: 17px;
        letter-spacing: -1px;
    }

    .left_ul .big_li {
        font-size: 40px;
        margin-top: 20px;
        font-weight: bold;
        letter-spacing: -2px;
    }

    .md_ul {
        margin-top: 100px;
    }

    .md_ul li {
        color: #fff;
    }

    .md_ul .top_li {
        font-size: 17px;
        letter-spacing: -1px;
    }

    .md_ul .no_li {
        font-size: 17px;
        letter-spacing: -1px;
    }

    .md_ul .big_li {
        font-size: 40px;
        margin-top: 20px;
        font-weight: bold;
        letter-spacing: -2px;
    }

    .right_ul li {
        color: #fff;
    }

    .right_ul {
        background: #2a3d7f;
        margin-top: -55px;
    }

    .right_ul .big_li2 {
        margin-top: 45px;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }

    .right_ul .big_li3 {
        margin-top: 45px;
        font-size: 37px;
        font-weight: bold;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .right_ul .big_li3 a {
        color: #fff;
        font-size: 54px;
    }

    .right_ul .big_li3 a:hover {
        text-decoration: none;
    }

    .right_ul .small_li {
        font-size: 16px;
        text-indent: 5px;
        margin-top: 20px !important;
        margin-bottom: 40px;
    }

    .new_ul {
        position: relative;
        overflow: hidden; /* height: 444px; *//* height:444px; */
    }

    .img_gr {
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        bottom: 0;
        overflow: hidden;
        position: absolute;
    }

    .call_txt_li {
        width: 93.4%;
        height: 80px;
        padding: 15px;
        background: #2a3d7f;
        position: absolute;
        bottom: 159px;
        left: 26px;
    }

    .call_txt_li p {
        font-size: 16px;
    }

    .new_ul:hover .img_gr {
        bottom: 80px;
    }

    .new_ul:hover .img_txt_li {
        color: #2a3d7f;
    }


    .informaion_wrap .latest_p {
        color: #a2a2a2 !important;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 18px;
        margin-bottom: 60px !important;
    }

    .right_ul.col-sm-4 { /* width:33%; */
    }

    .footSection .header.clearfix {
        border-bottom: solid 2px #000 !important;
    }

    .footSection .header.clearfix h4, #more1 {
        display: unset;
    }

    .footSection .header.clearfix h4 a {
        font-size: 20px;
    }

    #st-body .carousel-main {
        margin-bottom: 0;
    }

    .main table {
        width: 100%;
        border: solid 1px #dbdbdb;
        border-radius: 20px 20px 0px 0px;
        border-collapse: unset;
        margin-bottom: 100px;
    }

    .main td, th {
        padding: 15px;
        text-align: center;
    }

    .wram_table td, th {
        padding: 6px;
        text-align: center;
        height: 60px;
    }

    .red_tr {
        background: #ef4136; /* border-radius: 20px 0 0 0; */
        color: #fff;
    }

    .bolier2 .red_tr {
        background: #072b6c;
    }

    .red_tr .bo_01 {
        border-radius: 20px 0 0 0;
    }

    .red_tr .bo_03 {
        border-radius: 0 20px 0 0;
    }

    .bg_01 th {
        background: #f7f7f7;
    }

    .bg_02 th {
        background: #e8e8e8;
        border-right: solid 1px #fff;
    }

    .series_th {
        background: #fcf4d0 !important;
    }

    .bg_02 th:last-child {
        border-right: 0;
    }

    .bg_03 {
        background: #f7f7f7;
    }

    .bg_04 {
        background: #e8e8e8;
    }

    .bg_04 td {
        font-size:12px;
    }

    .bg_04 td span {
        font-size:18px;
        font-weight: bold;
        color: #ef4136;
    }

    .bolier2 td span {
        color: #072b6c;
    }

    .wram-table-box .red_tr {
        background: #999;
    }

    .bg_05 {
        background: #f7f7f7;
    }

    .bg_06 {
        background: #e8e8e8;
    }

    .bg_07 {
        background: #f7f7f7;
    }

    .sell_boiler tbody tr td {
        border-right: solid 1px #fff;
    }

    .sell_boiler tbody tr td:first-child {
        /*
        border-right: 0;

         */
    }

    .sell_boiler caption {
        font-size: 50px;
        letter-spacing: -4px;
        color: #333;
        font-weight: bold;
        text-align: center;
        /* margin-bottom: 50px; */
    }

    .sell_boiler caption p {
        color: #222 !important;
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 20px;
    }

    #boiler2 table caption {
        /* margin-bottom: 30px; */
    }

    .wram-table-box {
        margin-top: 200px;
    }

    .head_txt_div.container2 {
        height: 250px; /* margin:0 450px; */
        background: #282e2f;
    }

    .left_div1 {
        background: #ef4136;
    }

    .text_ul {
        margin-top: 25px;
    }

    .text_ul .text_li, .text_li2 {
        color: #fff;
        font-size: 27px;
        line-height: 35px;
    }

    .text_ul .text_li {
    }

    .text_ul .red {
        font-size: 20px;
    }


    .work_view {
        margin-top: 130px;
    }

    .work_view .bigs.red {
        font-size: 43px;
    }

    .work_view .tex_ul li { /* display:inline-block; */
    }

    .work_view .no_bigs {
        font-size: 16px; /* text-align: center; */
        margin-top: -15px;
        margin-left: 15%;
    }

    .work_view .more_li {
        float: right; /* text-align:right; */
        border: solid 2px #ef4136;
        border-radius: 20px; /* padding: 20px; */
        width: 200px;
        height: 50px;
        text-align: center;
        line-height: 45px;
        font-size: 18px;
        color: #ef4136;
        margin-top: -50px;
    }

    .work_view .more_li a {
        text-decoration: none;
        color: #ef4136;
    }

    .work_view .more_li a:hover {
        text-decoration: none;
        color: #ef4136;
    }

    .informaion_wrap .col-sm-6 {
        padding: 0;
    }

    .ka .gall_text_href a {
        font-size: 16px !important;
        color: #333;
        text-decoration: none;
    }

    .tex_ul {
        margin-bottom: 50px;
    }

    .ka .gall_li {
        margin-left: 30px !important;
    }

    .red_trgger.on {
        border-top: solid 2px #ef4136;
        border-right: solid 2px #ef4136;
        border-left: solid 2px #ef4136;
    }

    .red_trgger.off {
        border-right: solid 2px #ef4136;
        border-left: solid 2px #ef4136;
    }
}

.container #st-basic, .container #st-view, .container #st-gal, .container #st-write {
    margin-top: 30px !important;
}

@media only screen and (min-width: 768px) {




    .container #st-basic, .container #st-view, .container #st-gal, .container #st-write {
        margin-top: 30px !important;
    }

    .container #st-write {
        margin-bottom: 20px !important;
    }

    .links {
        display: none;
    }

    #st-visit {
        border-top: none;
    }

    #st-body .footer {
        margin-top: -5px;
    }

    .navbar-nav > li {
        margin-left: 30px;
    }

    .dropdown-menu {
        margin-top: -18px !important;
        opacity: 1;
        transition: all 0.3s ease-out;
        border-top: none;
        background: #555;
        border-radius: 0px; /* height: 40px; */
    }

    #st-navbar {
        margin: 0 auto;
    }

    .headerLogo {
        display: inline-block;
        float: left;
        line-height: 100px;
    }

    #st-body .navbar {
        background: #fff;
    }

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

    #navbar .navbar-nav {
        float: right;
    }

    .navbar-nav li a, .dropdown a {
        color: #555 !important;
    }

    #st-body .navbar-default .navbar-nav > li > a {
        background: #fff;
        height: 100px;
        line-height: 70px;
        transition: all 0.4s ease-out;
        font-weight: normal;
        font-size: 17px; /* color: #fff !important; */
    }

    #st-body .navbar-default .navbar-nav > li > a:hover {
        color: #d29948 !important;
    }

    .navSpan {
        display: block;
        width: 0px;
        height: 5px;
        margin-top: 44px;
        transition: all 0.4s ease-out;
        background: #db6700;
    }

    .open .navSpan {
        display: block;
        height: 5px;
        transition: all 0.4s ease-out;
        width: 100%;
    }

    .dropdown-menu li a {
        background: #555;
        line-height: 40px;
        color: #fff !important;
        transition: all 0.4s ease-out;
    }

    .dropdown-menu li a:hover {
        background: #555;
        color: #d29948 !important;
    }

    .dropdown-menu li {
        height: 43px;
        border-top: 1px solid #666 !important;
        line-height: 40px; /* border-top: 1px solid #eee; */
        width: 80%;
        margin: 0 auto;
    }

    .dropdown-menu li:first-child {
        border-top: none !important;
    }

    .phoneA {
        display: inline-block;
    }

    #st-navbar {
        border: none;
    }

    .navSpan2 {
        height: 1px;
        width: 0px;
        transition: all 0.3s ease-out;
        background: #000;
        float: left;
    }

    .dropdown-menu li:hover .navSpan2 {
        width: 100%;
    }

    .carousel-wrapper {
        margin-top: 10px !important;
    }

    .pd.container {
        margin-top: 20px !important;
    }

}


@media only screen and (min-width: 1200px) {
    #st-body .actions.col-lg-9 {
        width: 75%;
    }

    .visible-xl-up {
        .dp-block
    ;
    }

    .hidden-xl-up {
        .dp-none
    ;
    }

    /*.container{width:1140px}*/
    .container {
        width: 100%;
        padding: 0;
    }

    .container .carousel-wrapper {
        width: 100%;
    }

    .footer .container {
        width: 1140px;
    }

    header .container {
        width: 1140px;
    }

    .container section, .footSection, .middle_content {
        width: 1140px;
        margin: 0 auto;
    }

    .container article {
        width: 1140px;
        margin: 0 auto !important;
    }

    .container .mainSection {
        width: 100%;
    }

    .container .mainSection .footer_content {
        width: 1140px;
    }

    .container #st-basic, .container #st-view, .container #st-join, .container #st-search, .container #st-gal, .container #st-write {
        width: 1140px;
        margin: 0 auto;
    }

    .col-xl-1 {
        .col
    ;
        width: 8.33333%
    }

    .col-xl-2 {
        .col
    ;
        width: 16.66667%
    }

    .col-xl-3 {
        .col
    ;
        width: 25%
    }

    .col-xl-4 {
        .col
    ;
        width: 33.33333%
    }

    .col-xl-5 {
        .col
    ;
        width: 41.66667%
    }

    .col-xl-6 {
        .col
    ;
        width: 50%
    }

    .col-xl-7 {
        .col
    ;
        width: 58.33333%
    }

    .col-xl-8 {
        .col
    ;
        width: 66.66667%
    }

    .col-xl-9 {
        .col
    ;
        width: 75%
    }

    .col-xl-10 {
        .col
    ;
        width: 83.33333%
    }

    .col-xl-11 {
        .col
    ;
        width: 91.66667%
    }

    .col-xl-12 {
        .col
    ;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width: 1600px) {
    .visible-hd-up {
        .dp-block
    ;
    }

    .hidden-hd-up {
        .dp-none
    ;
    }

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

    .container .carousel-wrapper {
        width: 100%;
    }

    .footer .container {
        width: 1170px;
    }

    header .container {
        width: 1170px;
    }

    .container section, .footSection, .middle_content {
        width: 1170px;
        margin: 0 auto;
    }

    .container article {
        width: 1170px;
        margin: 0 auto !important;
    }

    .container .mainSection {
        width: 100%;
    }

    .container .mainSection .footer_content {
        width: 1170px;
    }

    .container #st-basic, .container #st-view, .container #st-join, .container #st-search, .container #st-gal, .container #st-write {
        width: 1170px;
        margin: 0 auto;
    }

    .col-hd-1 {
        .col
    ;
        width: 8.33333%
    }

    .col-hd-2 {
        .col
    ;
        width: 16.66667%
    }

    .col-hd-3 {
        .col
    ;
        width: 25%
    }

    .col-hd-4 {
        .col
    ;
        width: 33.33333%
    }

    .col-hd-5 {
        .col
    ;
        width: 41.66667%
    }

    .col-hd-6 {
        .col
    ;
        width: 50%
    }

    .col-hd-7 {
        .col
    ;
        width: 58.33333%
    }

    .col-hd-8 {
        .col
    ;
        width: 66.66667%
    }

    .col-hd-9 {
        .col
    ;
        width: 75%
    }

    .col-hd-10 {
        .col
    ;
        width: 83.33333%
    }

    .col-hd-11 {
        .col
    ;
        width: 91.66667%
    }

    .col-hd-12 {
        .col
    ;
        width: 100%
    }
}


@media only screen and (min-width: 1920px) {
    .visible-fhd-up {
        .dp-block
    ;
    }

    .hidden-fhd-up {
        .dp-none
    ;
    }

    .container {
        width: 1920px;
        padding: 0;
    }

    .container2 {
        width: 1170px;
        padding: 0;
    }

    .container .carousel-wrapper {
        width: 1920px;
    }

    .footer .container {
        width: 1170px;
    }

    header .container {
        width: 1170px;
    }

    .container section, .footSection, .middle_content {
        width: 1170px;
        margin: 0 auto;
    }

    .container .mainSection {
        width: 100%;
    }

    .container .mainSection .footer_content {
        width: 1170px;
    }

    .container article {
        width: 1170px;
        margin: 0 auto !important;
    }

    .container #st-basic, .container #st-view, .container #st-join, .container #st-search, .container #st-gal, .container #st-write {
        width: 1170px;
        margin: 0 auto;
    }

    .col-fhd-1 {
        .col
    ;
        width: 8.33333%
    }

    .col-fhd-2 {
        .col
    ;
        width: 16.66667%
    }

    .col-fhd-3 {
        .col
    ;
        width: 25%
    }

    .col-fhd-4 {
        .col
    ;
        width: 33.33333%
    }

    .col-fhd-5 {
        .col
    ;
        width: 41.66667%
    }

    .col-fhd-6 {
        .col
    ;
        width: 50%
    }

    .col-fhd-7 {
        .col
    ;
        width: 58.33333%
    }

    .col-fhd-8 {
        .col
    ;
        width: 66.66667%
    }

    .col-fhd-9 {
        .col
    ;
        width: 75%
    }

    .col-fhd-10 {
        .col
    ;
        width: 83.33333%
    }

    .col-fhd-11 {
        .col
    ;
        width: 91.66667%
    }

    .col-fhd-12 {
        .col
    ;
        width: 100%
    }

}

@media only screen and (min-width: 1921px) {
    #st-basic {
        height: 568px;
    }
}

/*--------------------bootstrap end-----------------*/

/*--------------------navbar start-----------------*/
@media only screen and (min-width: 768px) {

    .submenu {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
        background: #333;
    }

    .submenu ul {
        margin: 0 auto;
        text-align: center;
    }

    .submenu li {
        display: inline-block;
        background: url('../../img/_designcoco/images/menu_line.png') left no-repeat;
    }

    .submenu li:first-child {
        background: none;
    }

    .submenu li a {
        display: block;
        padding: 15px 30px;
        font-size: 15px;
        font-weight: 300;
        text-align: left;
        color: #D5D5D5;
        text-decoration: none;
    }

    .submenu li a:hover {
        color: #FFF;
    }

    .submenu li a.active {
        color: #FFF;
        font-weight: 500;
    }

    /* -------------side bar top-----------------*/
    .service-catergory {
        border: 1px solid #f4f4f4;
        margin: 0;
        padding: 0;
        list-style: none;

    }

    .service-catergory li {
        list-style: none;
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #f4f4f4;
        margin-bottom: 2px;
    }

    .service-catergory li:last-child {
        border-bottom: 0px;
    }

    .service-catergory li .view-all-icon {
        position: absolute;
        right: 20px;
        top: 22px;
        color: #848484;
    }

    .service-catergory li.active {
    }

    .service-catergory li.active a {
        color: #db6700;
    }

    .service-catergory li a {
        text-decoration: none;
        display: block;
        font-size: 18px;
        color: #222;
        line-height: 30px;
        border-left: 5px solid transparent;
        font-weight: 400;
        padding-left: 34px;
        transition: all 0.5s ease;

        position: relative;
    }

    .service-catergory li a:hover {
        color: #db6700;

    }

    .service-single blockquote {
        padding: 20px 20px;
        margin: 0 0 20px;
        padding-left: 30px;
        font-size: 18px;
        border-left: 5px solid #f7f7f7;
        font-style: italic;
        color: #48c7ec;
        font-family: "Noto Sans", "Noto Sans KR", sans-serif !important;
    }

    .service-catergory li a:after {
        position: absolute;


        content: "\f067";


        font-family: FontAwesome;
        font-size: 12px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        left: -5px;
        top: 5px;
        color: #848484;
        background: #f4f4f4;
    }

    .service-catergory li.active a:after {
        color: #fff;
        background: #db6700;
    }

    .service-catergory li.active a:before {
        position: absolute;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 18px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        right: 15px;
        top: 5px;
        color: #db6700;
    }

    /*-------sidebar middle --------------*/
    .brochures-lists {

    }

    .brochures-lists li a {
        text-decoration: none;
        background: #fff;
        line-height: 52px;
        margin-bottom: 10px;
        display: block;
        color: #222;
        height: 55px;
        border: 2px solid #f4f4f4;
        position: relative;
        transition: .5s ease;
    }

    .brochures-lists li a:hover {
        color: #ffffff;
        background: #48c7ec;
        border-color: #48c7ec;
        transition: .5s ease;
    }


    .brochures-lists li a span {
        font-size: 16px;
        margin: 0 20px;
    }

    .brochures-lists li a i::before {
        font-size: 18px;
        padding-right: 15px;
        position: absolute;
        right: 0;
        top: 18px;
        color: #ffffff;
    }


    .brochures .img-box {
        padding: 22px 0;
        border: 1px solid #f4f4f4;
    }

    .author-details.style-2 .item {
        padding: 20px 20px 20px;
        border-bottom: 1px solid rgba(51, 51, 51, 0.08);
        background: transparent;
        margin: 0;
        padding: 0px 0 40px;
    }


    /*contact-info2*/
    .contact-info2 {
        background: #db6700;
        padding: 30px 20px;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .contact-info2 h4 {

        color: #fff;
        font-size: 20px;
        margin-bottom: 13px;
    }

    .contact-info2 p {
        color: #fff;
    }

    .contact-info2 .thm-btn {
        background: #fff;
        color: #db6700;
        width: 100%;
        text-align: center;
        line-height: 41px;
        text-decoration: none;
    }

    .contact-info2 .thm-btn:hover {
        color: #fff;
        background: #222;
    }

    .contact-info2 ul {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .contact-info2 ul li {
        color: #fff;
        margin: 4px 0;
    }

    .contact-info2 ul li a {
        color: #fff;
    }

    .contact-info2 ul li i {
        font-size: 11px;
        background: none;
        margin-right: 10px;
        color: #fff;
        border-radius: 1px;
        height: 15px;
        width: 15px;
        text-align: center;
        line-height: 15px;
    }


    .dropdown.open .dropdown-menu {
        margin-top: -23px !important;
        transition: all 0.4s ease-out;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #st-navbar .container {
        width: 1170px;
        margin: 0 auto;
    }

    .dropdown .dropdown-menu {
        margin-top: -50px !important;
        display: block;
        opacity: 0;
    }

    #navbar .nav {
        margin-top: 0 !important;
    }

    #st-navbar {
        height: 100px;
        opacity: 1;
        filter: alpha(opactity=100);
        width: 100%; /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    }

    .middleSection {
        width: 100% !important;
        text-align: center;
    }

    .navbar-nav > .dropdown.on a {
        color: #d29948 !important;
    }

    .navbar-nav > .dropdown.on > .dropdown-menu a {
        color: #fff !important;
    }

    .navbar-nav > .dropdown.on > .dropdown-menu a:hover {
        color: #d29948 !important;
    }

    .on .navSpan {
        width: 100%;
    }

    #st-view section {
        width: 100%;
    }

    .middle_content, .footSection {
        float: inherit;
    }

    .carousel-caption {
        top: 23%;
        text-align: left; /* float: left; */
        width: 55%;
        left: 25%;
    }

    .carousel-caption .slide_P4 {
        color: #fff;
        font-size: 55px;
        margin-top: 50px;
        margin-bottom: 60px;
        font-weight: normal;
        letter-spacing: 3px;
    }

    .carousel-caption p {
        color: #fff;
        font-size: 25px; /* display:none; */
    }

    /*.carousel-caption .slide_P1 {
  font-weight:normal;
  transition: width 1s, height 1s, transform 1s;
  transform: translate3d(367px, 0px, 0px);
  text-align:left;

  }
  */
    .carousel-caption .slide_P1 {
        font-weight: normal;
        margin-top: 50px;
    }

    .carousel-caption .slide_P2 {
        margin-bottom: 15px;
        font-weight: lighter;
    }

    .carousel-caption .slide_P3 {
        margin-bottom: 20px;
        font-weight: lighter;
    }

    .slide_wrap .item {
        height: 320px !important;
        width: 100%;
    }

    .slide_wrap {
        position: absolute; /* left: 5%; */
        top: 10px;
        width: 100%;
        height: auto !important;
        z-index: 2222;
    }

    .left.carousel-control {
        display: none;
    }

    .right.carousel-control {
        display: none;
    }

    /*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
    /* clearfix */
    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    /* display none until init */
    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        max-width: 530px;
        /*
	width: 96%;
	margin:0 2%;*/
        -ms-touch-action: pan-y;
        float: right;
    }

    #galley_img.owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        -ms-touch-action: pan-y;
    }

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;


    }

    .owl-carousel .owl-wrapper-outer.autoHeight {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }

    .owl-carousel .owl-item {
        float: left;
    }

    .owl-controls .owl-page,
    .owl-controls .owl-buttons div {
        cursor: pointer;
    }

    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /* mouse grab icon */
    .grabbing {
        cursor: url(grabbing.png) 8 8, move;
    }


    /* fix */
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }


}

.middle_content { /* margin-top: 20px; */
    height: 100%;
}

.middle_h2 {
    padding-top: 38px;
    font-size: 45px;
}

.middleSection h2, .middleSection p {
    color: #fff;
}

.middleSection {
    background: url("/theme/st-basic/images/main/main_footer_backgrond.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 295px;
}

/*.leftSide{background:url("/theme/st-basic/images/main/leftmain.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;height: 320px;}*/

/*.rightSide{background:url("/theme/st-basic/images/main/rightmain.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;height: 320px;}*/
.blackBox.on {
    position: absolute;
    top: 5%;
    width: 90%;
    height: 90%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    left: 50%;
    transform: translateX(-50%);
}

.blackBox {
    opacity: 0;
    width: 90%;
    transition: all 0.4s ease-out;
    height: 90%;
    border: 1px solid #fff;
    left: 50%; /* z-index: 1; */
    transform: translateX(-50%);
    display: none;
}

.img_li {
    position: relative;
}

.middleSection .middle_h2.on {
    transition: all 0.8s ease-out;
    padding-top: 38px;
    opacity: 1;
}

.middleSection .middle_h2 {
    transition: all 0.8s ease-out;
    padding-top: 115px;
    opacity: 0;
}

.middleSection .middle_content.on {
    /* margin-top: 20px; */
}

.middleSection .middle_content {
}

.middleSection .middle_content {
    transition: all 0.8s ease-out;
}

.middle_content .small_h2 { /* text-align:right; *//* margin-right: 149px; *//* margin-top: 110px; */
    position: absolute;
    right: 165px;
    top: 70px;
    z-index: 1;
}

.middle_content p:nth-child(2) {
    bottom: 150px;
    right: 7px;
}

.middle_content p {
    display: block;
    text-align: center;
}

.middle_content .letBtn {
    color: #fff;
    border: 1px solid #fff;
    width: 100px;
    height: 40px;
    position: absolute;
    right: 160px;
    bottom: 75px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

.middle_content .blackBox {
    position: absolute;
    left: 0;
}

.middle_content aside {
    position: relative;
    height: 100%;
}

.footSection { /* padding: 15px; */
    margin-top: 15px; /* padding-bottom: 160px; *//* padding-bottom: 100px; */
}

html #st-body .navbar-default .navbar-nav > li > .specialColor {
    color: #db6700 !important;
}

.middleSection h2 {
    margin-top: 0px;
}

.middleSection a {
    margin-bottom: 0px !important;
}


.location p {
    line-height: 20px;
    color: #333 !important;
    font-size: 12px !important;
    font-weight: bold; /* text-align: center; */
    margin-left: 23px;
}

.location .middle_h2 {
    margin-top: 0px;
    color: #555;
    letter-spacing: -2px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.location .big_line {
    margin: 0 auto;
    background: #d0cece;
    height: 1px;
    margin: 5px 0 30px 0;
}

.location .img_p {
    text-align: center;
    padding: 30px 0 0 0;
}

.location .top_p {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.location .footer_content {
    margin-top: 70px;
    text-align: center;
}

.location .footer_content .col-md-4.col-sm-6.col-xs-12 { /* border:solid 1px #d9d9d9; */
    box-sizing: border-box;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
}

.location .footer_content .col-md-4.col-sm-6.col-xs-12 h3 {
    font-size: 25px !important;
}

.location .footer_content .col-md-4.col-sm-6.col-xs-12.end {
    border-right: solid 1px #d9d9d9;
}

.customer1 {
}

.customer1 .not .s1 {
    color: #db6700;
}

.customer1 p {
    text-align: center;
}

.customer1 .not p {
    font-size: 23px;
}

.exp1 .text01 {
    font-size: 12px;
}

.exp1 .text02 {
    font-size: 23px;
}

.exp1 .text02 span {
    color: #42abe8;
}

.exp1 .text03 {
    font-size: 17px;
}

.exp1 .text05 {
    font-size: 12px;
}

.footSection .row > div {
    height: auto !important;
}

.ellipsis-li a {
    display: inline-block;
}

.footer .row {
    text-align: center;
}

#st-visit table {
    margin: 0 auto;
}

.product .small_h2 span {
    width: 7px;
    height: 23px;
    background: #da6700;
    margin-right: 9px;
    display: inline-block;
}

.product .top_p {
    color: #da6700;
}

.middleImg {
    text-align: center;
    margin-top: 170px;
}

.bg_grey {
    background: #efefef;
    height: 100px;
    padding: 20px;
    border-radius: 10px;
    margin-top: 32px;
    margin-bottom: 49px;
}

.inImg {
    width: 98%;
}

.product .content3 .top_p3 {
    text-align:: left;
    display: inline-block;
    width: 100%;
}

.bg_grey ul li {
    list-style: square;
    margin-left: 10px;
    text-indent: -5px;
    line-height: 30px;
}

.bg_grey ul {
    margin-left: 15px;
}

.middleImg2 {
    margin-top: 100px;
    text-align: center;
}

.product .content3 .top_p2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px !important;
    margin-top: 30px;
}

.sbj a {
    display: inline-block;
}

#st-gal .thumbnail .caption a {
    color: #222222;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.actions.info .right {
    display: none;
}


/*--------------------navbar end-----------------*/

.txt_li div { /* border: 1px solid #fff; *//* width:100px; *//* margin:0 auto; */
    color: #555;
    display: inline-block;
}

.img_li h2 { /* position:absolute; *//* top:25%; *//* left:50%; *//* transform:translateX(-50%); */
    color: #fff;
}

.img_li {
    position: relative;
}

.img_li .txt_li { /* position:absolute; *//* top:50%; *//* left:50%; *//* transform:translateX(-50%); */
    color: #fff; /* z-index: 2; */
    border: 1px solid #555;
    transition: all 0.4s ease-out;
    color: #555;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
}

.txt_li .view1 {
    text-align: left;
    width: 80%;
}

.txt_li .view2 {
    text-align: right;
    width: 10%;
}

.txt_li .view2 .xi-arrow-right:before {
    content: "\f061";
}

.img_li img {
    transition: all 0.3s ease;
    transform: scale(1);
}

.img_li:hover img {
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.img_li figure {
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
}

.img_li:hover .view1 {
    color: #ff0000;
}

.img_li:hover i {
    transition: all 0.3s ease-out;
    margin-left: 30px;
    color: #ff0000;
}

.img_li i {
    transition: all 0.3s ease-out;
    margin-left: 0px;
}

.img_li .txt_li.on {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.rightSide div {
    width: 220px;
    border: 1px solid #000;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 120px;
    text-align: center;
    transition: all 0.4s ease-out;
}

.leftSide h3 {
    margin-top: 50px;
    text-align: center;
}

.leftSide h2 a {
    color: #000;
    margin-top: -2px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
}

.leftSide span {
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;;
}

.leftSide p {
    color: #444;
    font-size: 16px;
    text-align: center;
}

.gall_text_href a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal !important;
}

#bo_gall .gall_li { /* margin: 0 auto; */
}

.mLine {
    width: 50px;
    height: 1px;
    background: #000;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

#bo_gall h2 {
    font-size: 25px;
    overflow: visible;
    width: 200px;
    text-align: center;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

#bo_gall .gall_text_href {
    text-align: center;
    margin-top: 20px !important;
}


.middle_content .col-lg-6 div {
    display: inline-block;
    width: 61%;
}

.middle_content .col-lg-6 div p {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #b9b9b9;
}

.middle_content .col-lg-6 img {
    float: left;
}

.middle_content .col-lg-6 div h4 {
    font-size: 24px;
    margin-top: 31px;
    font-weight: bold;
    margin-bottom: 20px;
}


.bottom_content h5 {
    text-align: center;
    color: #88623e;
    font-size: 17px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    text-decoration: underline;
}

.bottom_content h2 {
    text-align: center;
    color: #88623e;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.bottom_content ul li {
    width: 20%;
    float: left;
}

.bottom_content ul {
    height: 170px;
}

.bottom_content ul li .bfDiv {
    width: 90%;
    background: #f7eee7;
    color: #8a5f2c;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 15px 15px 0px 0px;
    border: 2px solid #f5e4da;
    font-weight: bold;
}

.bottom_content ul li .bsDiv {
    width: 90%;
    text-indent: 20px;
    height: 106px;
    border: 2px solid #dddddd;
    border-radius: 0px 0px 15px 15px;
    border-top: 0px;
    padding-top: 12px;
    color: #232323;
}

.bottom_content ul li .bsDiv p {
    font-size: 13px;
}

/*******************/

.regis_wrap {
    position: relative;
    width: 850px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 30px
}

.regis_wrap h2 {
    font-family: hmcL, "Nanum Gothic", "µ¸¿ò", Dotum, sans-serif;
    font-size: 26px
}

.regis_wrap p {
    margin: 10px 0 20px;
}

.regis_wrap p .r_num {
    float: right
}

.regis_wrap p .r_num em {
    color: #FF5456
}

.regis_wrap .nav_inner img {
    width: 100%
}

.regis_wrap .input_row {
    margin: 0;
    margin-top: -1px
}

.regis_wrap .lbox {
    background-color: #f7f7f7;
    font-weight: bold;
    color: #333
}

.regis_wrap .int {
    width: 500px;
}

.regis_wrap .lbl {
    color: #333
}

.regis_wrap .btn_sch {
    display: inline;
    float: left;
    width: 38px;
    height: 50px;
    padding: 0;
    border: 0 none;
    color: #fff;
    font-size: 26px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
}

.regis_wrap .btn_sch i {
    margin-top: 8px
}

.regis_wrap .btn_reset {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 50px;
    color: #999
}

.regis_wrap .desc .required,
.regis_wrap .lbl .required {
    display: inline-block;
    overflow: hidden;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ef2c2c;
    line-height: 1000px;
    vertical-align: middle;
    vertical-align: 8px;
    margin-left: 5px;
}

.regis_wrap .desc .blue {
    color: #0093ff;
}

.regis_wrap .request {
    display: block;
    position: absolute;
    top: 110px;
    right: 0;
    border: 1px solid #e1e1e1;
    font-size: 18px;
    height: 50px;
    padding: 0 15px;
    line-heighT: 50px;
    text-align: center;
}

.regis_wrap .request.request2 {
    top: 70px;
}

.regis_wrap .request:hover {
    border-color: #4B8CFF
}

.regis_wrap .upfile_inner {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 15px
}

.regis_wrap .caution {
    padding: 20px 10px;
    font-size: 13px;
    color: #3581c8
}

.cell_hd {
    display: block;
    margin-top: -1px;
    padding: 15px;
    background-color: #f7f7f7;
    font-size: 16px;
    border: 1px solid #dadada;
}

.cell_hd.first {
    margin-top: 25px
}

.cell_hd.finish {
    text-align: center;
}

.lst_inquiry {
    padding: 0 15px 15px 15px;
}

.lst_inquiry .lst_li {
    position: relative;
    overflow: hidden;
    padding-top: 15px
}

.lst_inquiry .lst_li:after {
    display: block;
    clear: both;
    content: '';
}

.lst_inquiry .lst_li ul {
    overflow: hidden;
    margin: -5px 0 -7px;
}

.lst_inquiry ul li {
    padding: 19px 0 0;
}

.lst_inquiry .lst_li .tx {
    position: relative;
    margin-bottom: 6px;
    font-size: 15px;
    color: #222;
    line-height: 18px;
}

.cell_hd .required {
    display: inline-block;
    overflow: hidden;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ef2c2c;
    line-height: 1000px;
    vertical-align: middle;
}

.lst_inquiry .lst_li .tx .required, .cell_hd .required {
    vertical-align: 8px;
    margin-left: 5px
}

.lst_inquiry .lst_li .ic_v {
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 6px;
    margin: -2px 0 2px -1px;
    background-position: -14px -321px;
    line-height: 1000px;
    vertical-align: middle;
}

.lst_inquiry .lst_type {
    padding-top: 0px;
}

.lst_inquiry .lst_type li {
    position: relative;
    float: left;
    width: 20%;
    min-height: 26px;
    margin: 3px 0;
    padding: 0 4px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lst_inquiry .lst_type li input {
    position: absolute;
    left: 0;
    top: 4px;
}

.auth_wrap {
    visibility: hidden;
    position: absolute;
    right: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.auth_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
    background-color: #fff;
}

.auth_wrap.current {
    visibility: visible;
}

.auth_wrap .menu_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 57px;
}

.auth_wrap .menu_close .ico_close {
    width: 18px;
    height: 16px;
    margin: 20px 0 0 12px;
    background: url(../img/ico_comm_map.png);
    -webkit-background-size: 198px 182px;
    background-size: 198px 182px;
    background-position: 0 -30px;
}

.chk_area {
    position: relative;
    padding: 20px 18px;
    text-align: left;
    font-size: 15px;
    color: #666;
}

.chk_area .agree a {
    vertical-align: middle
}

.chk_area.none {
    padding: 20px 5px 10px
}

.chk_area .agree.red {
    color: #FF5F00
}

.caution {
    padding-top: 10px
}

.caution dt {
    padding-top: 15px
}

.caution dd {
    color: #999
}

.safe_day {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px
}

.safe_day td input {
    width: 14.2%;
    height: 25px;
    line-height: 25px;
    background: #777;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.safe_day thead td.top {
    padding: 10px 0;
}

.safe_day thead .day th {
    background: #f9f9f9;
    font: 12px/30px;
    color: #333;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #f1f1f1
}

.safe_day thead .day th {
    border-right: 1px solid #f1f1f1
}

.safe_day thead .day th:last-child {
    border-right: 0
}

.safe_day thead .sun {
    color: #ff0000
}

.safe_day thead .sat {
    color: #0000ff
}

.safe_day tbody td {
    height: 45px;
    color: #464646;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.safe_day tbody td:last-child {
    border-right: 0
}

.safe_day tbody tr:last-child td {
    border-bottom: 1px solid #ccc
}

.safe_day tbody td div.inner {
    height: 54px;
}

.safe_day tbody td div.inner div:first-child {
    padding: 6px 0 0 0;
}

.ly_calendar {
    display: none;
    border: 1px solid #dadada;
    border-bottom: 0;
    margin-top: -1px
}

.ly_calendar .cal_hd {
    height: 40px;
}

.ly_calendar .cal_hd button {
    padding: 0 10px;
    height: 40px;
}

.ly_calendar .cal_hd .prev_month {
    left: 0px;
}

.ly_calendar .cal_hd .next_month {
    right: 0px;
}

.ly_calendar .cal_hd .date {
    line-height: 35px;
    font-size: 16px
}

.ly_calendar .safe_day tbody td a.inner {
    display: block;
    height: 54px;
}

.ly_calendar .safe_day tbody td a span {
    display: block;
    text-align: center
}

.ly_calendar .safe_day tbody td a.inner span:first-child {
    padding: 6px 0 0 0;
}

.ly_calendar .safe_day tbody td a.inner.none {
    color: #ccc
}

.ly_calendar .safe_day tbody td a.inner.none span {
    color: #ccc !important
}

.addr_select {
    display: none;
    position: relative;
    margin-top: -1px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #ededed
}

.loc_wrap {
    width: 100%;
    z-index: 2000;
}

#mflick3, #mflick4 {
    width: 100%;
}

.loc_wrap .flick-ct {
    height: 100%;
    overflow-y: auto;
}

.loc_wrap .flick-ct p {
    font-size: 2.0em;
    text-align: center;
    padding-top: 50px;
}

.loc_wrap .slide {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%
}

.loc_wrap .slide table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.loc_wrap .slide table td {
    width: 16.6%;
}

.loc_wrap .slide table td a {
    display: block;
    text-align: center;
    padding: 15px 14px 15px 13px;
    font-size: 14px;
    color: #141414;
    font-weight: normal;
}

.loc_wrap .slide table td .itm {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.loc_wrap .slide table td .itm.first {
    border-left: 1px solid #ededed;
}


.input_row {
    position: relative;
    border: solid 1px #dadada;
    padding: 0 15px 0 0;
    margin: 0 0 10px;
    background: #fff;
    height: 49px
}

.input_row.focus {
    border: solid 1px #20bc01
}

.input_box {
    display: block;
    overflow: hidden
}

.lbox {
    display: block;
    float: left;
    width: 160px;
    height: 47px;
    padding: 10px 0;
    border-right: 1px solid #dadada;
    line-height: 29px;
    padding-left: 15px;
}

.lbox i {
    font-size: 18px;
    vertical-align: -2px;
    color: #666;
    margin-right: 3px
}

.lbox .fa {
    font-size: 16px
}

.int {
    position: relative;
    width: 500px;
    padding: 0 6px;
    height: 29px;
    border: none;
    background: #fff;
    font-size: 15px;
    color: #000;
    line-height: 29px;
    -webkit-appearance: none
}

.rbox {
    float: left;
    height: 29px;
    padding: 10px 0 0 10px;
}

.rbox.red {
    color: #FF0004
}

.rbox .box {
    border: 1px solid #DBDBDB;
    display: inline-block;
    margin-right: 0;
    padding: 0 8px;
    font-size: 14px;
    border-radius: 3px;
    line-height: 26px
}

.lbl {
    font-size: 15px;
    color: #666;
    line-height: 16px
}

.ie7 .lbl, .ie8 .lbl, .ie9 .lbl {
    z-index: 10
}

.iqView {
    display: inline-block;
    color: #333;
    float: left;
    margin-left: 5px;
}

#agree {
    float: left;
}

.agree label {
    float: left;
}

.btn_area { /* margin-top:30px; */
    margin-top: 30px;
    text-align: center;
}

.coverB {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
    filter: alpha(opacity=70);
    left: 0;
}

.coverForm {
    position: fixed;
    width: 720px;
    height: 550px;
    background: #fff;
    border-radius: 10px;
    z-index: 100;
    top: 16%;
    text-indent: 43px;
    left: 50%;
    transform: translateX(-50%);
}

.coverForm h4 {
    margin-top: 30px;
    font-weight: bold;
    color: #333;
}

.coverForm h3 {
    font-weight: bold;
    margin-top: 50px;
    text-indent: 23px;
}

.coverForm div {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #dddddd;
}

.desc { /* margin-bottom: 30px !important; */
}

.menu_div2 {
    display: inline-block;
    background: #f4f4f4;
}

.footSection .menu_div2 h2 {
    padding: 0px 20px;
    text-align: left !important;
    font-size: 18px;
}

.footSection .menu_div2 p {
    padding: 0px 20px;
    text-align: left !important;
    height: 90px;
    line-height: 20px;
    font-size: 13px;
}

.slider_wrap .banner {
    margin-bottom: 50px;
}


@media only screen and (min-width: 384px) and (max-width: 413px) {
    #bo_gall .gall_li {
        margin-left: 10px !important;
    }

}

@media only screen and (min-width: 375px) and (max-width: 383px) {
    #bo_gall .gall_li {
        margin-left: 3px !important;
    }

}


@media only screen and (min-width: 360px) and (max-width: 374px) {
    #bo_gall .gall_li {
        margin-left: 0px !important;
    }

    #bo_gall .gall_li:first-child {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 321px) {
    #bo_gall .gall_li {
        margin-left: 50px !important;
    }

}






