@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');


html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 92px;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}



.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 1px solid #D7A756;
    margin-bottom: 0;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 28px;
    margin-left: 0 !important;
    color: #333;
    font-weight: 700;
    margin-top: 36px;
    min-height: auto;
    height: auto;
    /* letter-spacing: -0.034em; */
}
.navbar-header .navbar-brand:hover{
    color: #8a550f;
    text-decoration: none;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    font-weight: 500;
    display: block;
    height: 100%;
    padding: 36px 30px 35px;
    font-size: 18px;
    color: #000;
    letter-spacing: -0.05em;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:focus{
    color: #D7A756 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #D7A756;
    padding: 0;
    min-width: auto;
    width: auto;
}
.nav.navbar-nav li .dropdown-menu li a{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 800px;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    background: rgba(0,0,0,0.4);
    padding: 300px 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-size: 82px;
    font-weight: 300;
    margin: 0px;
    text-shadow: none;
    font-family: 'Dancing Script', cursive;
}
#mainCarousel .carousel-inner .item .carousel-caption p{
    font-size: 30px;
    text-shadow: none;
    margin-top: 15px;
}

/* //슬라이드 영역 */

/* 메인 중단영역 */
#main_wrapper > [id^="section"]{
    padding-top: 120px;
    padding-bottom: 120px;
}
#main_wrapper > [id^="section"] h4{
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: -0.06em;
    margin-bottom: 80px;
}

.m_intro > div{

}
.m_intro > div > h5{
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    color: #8a5600;
    letter-spacing: -0.034em;
    /* font-style: italic; */
    margin-bottom: 20px;
    line-height: 1;
}
.m_intro > div > h5 > small{
    float: right;
    margin-top: 7px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    color: #b3b3b3;
}
.m_intro > div > h5::after{
    content: '';
    clear: both;
    display: table;
}
.m_intro .top{
    margin-bottom: 80px;
}
.m_intro .top .intro_t_wrap{
    background: #333;
}
.m_intro .bottom {}
.m_intro .bottom .intro_t_wrap{
    background: #333;
}
.m_intro .link{
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.034em;
    padding: 17px 20px;
    width: 200px;
    text-align: center;
    margin: 80px auto 20px;
    /* background: #ea9f1f; */
    color: #333;
    border: 1px solid #999;
}
.m_intro .link > .fas{
    margin-left: 10px;
}
.m_intro .link:hover{
    background: #8a550f;
    color: #fff;
    text-decoration: none;
}


#main_wrapper > [id^="section"]:nth-child(3){
    background: url('/public/img/main/m_board_bg.jpg') no-repeat center / cover;
    padding-bottom: 60px;
}
#main_wrapper > [id^="section"]:nth-child(3) h4 {
    color: #fff;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .page-header{
    padding: 0;
    margin: 0;
    border: 0;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .page-header a{
    display: none;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog{
    margin: 0 -15px;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog:after{
    content: '';
    clear: both;
    display: table;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd{
    margin: 0 15px;
    width: calc(25% - 30px);
    float: left;
    border-bottom: 0;
    padding: 0;
    border: 2px solid #000;
    transition: all .3s ease;
    box-shadow: 9px 9px 20px -1px #000;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd:hover{
    background: none;
    border: 2px solid #D7A756;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd > .left,
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd > .right{
    width: 100%;
}
#main_wrapper .table_blog dd .left a .thumb{
    width: 100%;
    height: 400px;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd > .right{
    padding: 25px 20px;
    background: #211d15;
}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
  height: 180px;
  background-image: url(/public/img/sub/sub_title.jpg);
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subHeader .container {
    position: relative;
    height: 100%;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.subHeader .container .breadcrumb{
    position: absolute;
    right: 20px;
    bottom: 0;
    margin: 0;
    padding: 0 0 12px;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: -0.034em;
    background: none;
}
.subHeader .container .breadcrumb > li > a{
    color: #ccc;
}
.subHeader .container .breadcrumb > li.active{
    color: #fff;
}

.subMenu{
    /* background: #f8f8f8; */
}
.subMenu .nav{
    /* border: 1px solid #333; */
}
.subMenu .nav > li{
    width: 50%;
    margin: 0;
    border: 1px solid #999;
    border-right: none;
}
.subMenu .nav > li:last-child{
    border-right: 1px solid #999;
}
.subMenu .nav > li > a{
    border-radius: 0;
    color: #666;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.034em;
    padding: 16px 0;
}
.subMenu .nav > li.active > a{
    color: #fff;
    background: #333333;
}
.subContent_title{
    font-size: 42px;
    text-align: center;
    margin-top: 100px;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin-bottom: 80px;
}
.subContent_title::after{
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    border-radius: 50px;
    background: #999;
    margin: 24px auto 30px;
}
.subContent .content{
    padding-bottom: 100px;
}
.subContent .content > h4{
    font-size: 25px;
    font-weight: 700;
    padding-left: 10px;
    letter-spacing: -0.04em;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
}
.subContent .content h4::before{
    content: '';
    display: block;
    width: 2px;
    height: 23px;
    /* border-radius: 2px; */
    background: #222;
    /* border: 3px solid #d8a655; */
    /* box-shadow: 3px 4px 0px #cecece; */
    position: absolute;
    top: 3px;
    left: 0;
}
.subContent .content p{
    font-size: 16px;
}

#About01 .content{
    padding-left: 100px;
    padding-right: 100px;
}
#About01 .content .col-lg-9{
    padding-right: 80px;
}
#About01 .content .col-lg-3{
    padding-left: 0px;
}
#About01 .content p{
    font-size: 18px;
    margin-bottom: 30px;
}
#About01 .content p.intro{
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
#About01 .content p.epil{
    font-weight: 600;
    font-size: 22px;
}
#Info01 .slick-list{background: #222;}
#Info01 .slick-list .caption {
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#Info01 .slick-list .caption p{
    font-size: 16px;
    font-weight: 400;
    margin: 13px 0;
    letter-spacing: 0.02em;
}
#Info01 .slider-nav{

}
#Info01 .slider-nav .slick_con{
    margin: 20px 10px;
    /* padding: 20px; */
}
.subContent .table_equip{
    border-top: 2px solid #333;
}
.subContent .table_equip tr{
    border-bottom: 1px solid #ddd;
}
.subContent .table_equip tr th, .subContent .table_equip tr td{
    padding: 13px 15px;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.04em;
}
.subContent .table_equip tr th{
    background: #f8f8f8;
    border-bottom: 1px solid #c3c3c3;
    font-size: 15px;
}
.subContent .table_equip tr td{/* text-align: center; */}
.table_blog dd .right .text p{
    white-space: pre-line;
    line-height: 0.8em;
    font-size: 15px;
}

#Rental01 .con1 dl{
    /* padding: 100px 0 0; */
    border: 1px solid #ddd;
    border-top: 2px solid #D7A756;
    width: 175px;
    height: 175px;
    margin: 0 auto 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 3px 3px 0px #f3f3f3;
}
#Rental01 .con1 dl::after{
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    opacity: 1;
    position: absolute;
    top: 31px;
    right: 33px;
    color: #ab7417;
    /* background: #cc9132; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 25px;
    text-align: center;
}
#Rental01 .con1 .row > div:nth-child(1) dl::after{
    content: '\f46c';
}
#Rental01 .con1 .row > div:nth-child(2) dl::after{
    content: '\f044';
}
#Rental01 .con1 .row > div:nth-child(3) dl::after{
    content: '\f06e';
}
#Rental01 .con1 .row > div:nth-child(4) dl::after{
    content: '\f573';
}
#Rental01 .con1 .row > div:nth-child(5) dl::after{
    content: '\f53d';
}
#Rental01 .con1 .row > div:nth-child(6) dl::after{
    content: '\f569';
    right: 36px;
}
#Rental01 .con1 dl dt{
    font-size: 30px;
    font-weight: 200;
    color: #9c6100;
    padding-bottom: 60px;
    text-align: center;
    padding-top: 14px;
}
#Rental01 .con1 dl dd{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.04em;
    color: #8a5600;
}
#Rental01 .con2{
    padding-bottom: 0;
}
#Rental01 .board_wrapper{
    margin-top: 0;
}

.bbs-area .btn.btn-primary{
    background: #D7A756;
    border-color: #D7A756;
}
.bbs-area .btn.btn-primary:hover, .bbs-area .btn.btn-primary:focus{
    background: #b18438;
    border-color: #b18438;
}

#Rental02 .table_rental{
    border-top: 2px solid #333;
}
#Rental02 .table_rental:nth-child(2){
    margin-bottom: 30px;
}
#Rental02 .table_rental tr{
    border-bottom: 1px solid #ddd;
}
#Rental02 .table_rental tr th, #Rental02 .table_rental tr td{
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 12px 15px;
    border-right: 1px solid #ddd;
}
#Rental02 .table_rental tr th:last-child, #Rental02 .table_rental tr td:last-child{
    border-right: 0;
}
#Rental02 .table_rental tr th{
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}
#Rental02 .table_rental tr td.extra_fee{
    background: #f9f9f9;
    font-weight: 500;
}

#Rental02 .li_fee{
    padding: 30px 50px;
    border: 1px solid #aaa;
}
#Rental02 .li_fee > li{
    position: relative;
    font-size: 16px;
    padding: 3px 0;
}
#Rental02 .li_fee > li::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    display: block;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 2px;
}
/* //서브페이지 */

/* 푸터 */

.wrap-footer {
    text-align: left;
    padding: 40px 0 50px;
    background: #444;
    color: #fff;
}
.wrap-footer .footer-text h1{
    font-size: 17px;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 0.04em;
    display: inline-block;
}
.wrap-footer .footer-text .ceo{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0em;
    display: inline-block;
    margin-left: 10px;
}
.wrap-footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
.wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.wrap-footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.65em;
    font-weight: 300;
    letter-spacing: 0.03em;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}
.wrap-footer .footer-text ul li address{
    margin-bottom: 0;
    /* line-height: 1.5em; */
}
.wrap-footer .footer-text .copyrights{
    display: block;
    font-size: 11px;
    margin-top: 15px;
    color: #b1b1b1;
}
.footer-contact{
    float: right;
    margin-top: 0;
    /* border: 1px solid #6b6b6b; */
    /* padding: 10px 8px; */
    /* border-radius: 10px; */
}
.footer-contact .fas{
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    background: #353535;
    padding: 20px;
    border-radius: 50%;
    color: #feb52f;
}
.footer-contact dl{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 30px;
}
.footer-contact dl dt{
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.footer-contact dl dd{
    
}
.footer-contact dl dd a{
    color: #ffd400;
    font-size: 26px;
    display: inline-block;
    padding: 0;
    /* background: #252525; */
}
.footer-contact dl dd a:hover{
    text-decoration: none;
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.breadcrumb>li+li:before {
    padding: 0 8px;
    font-size: 12px;
}
.subMenu .container {
    width: 600px;
    padding-top: 80px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
    color: #000;
}
#Info02 .con1 img {
    padding-left: 30px;
}
#Info02 .con2 img {
    padding-right: 30px;
}
.subContent > .container {
    padding-bottom: 50px;
}
#About02 img {
    padding-bottom: 80px;
}
.board_wrapper {
    margin-top: 0;
    margin-bottom: 100px;
}
.table_blog dd .right {
    padding-left: 30px;
    padding-top: 10px;
}
.table_blog dd .right .title a {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.06em;
}
.slick-track {
    /* background: #222; */
}
.slick-slide img:hover {
    border: 1px solid #ffc575;
}
.slick-slide img {
    border: 1px solid #222;
}
.table_blog dd:hover {
    background: #fafafa;
}
.board_data_view .header_wrap .title {
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 20px;
}
.table_blog dd .right .title a:hover, .table_blog dd .title a:focus {
    color: #c37900;
    text-decoration: none;
}
.checkbox label, .radio label {
    font-size: 16px;
    letter-spacing: -0.034em;
}
.form-control {
    font-size: 16px;
}
.table.table_default thead th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 12px 15px;
}
.table.table_default tbody .subject {
    font-size: 16px;
    letter-spacing: -0.034em;
}
.table.table_default tbody .writer, .table.table_default tbody .regdate, .table.table_default tbody .hits, .table.table_default tbody .num {
    font-size: 13px;
    font-weight: normal;
}
.custom_checkbox+span a {
    font-weight: 500;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a:hover {
    text-decoration: none;
    color: #bd7500;
}
.text-muted {
    margin-top: 8px !important;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #333;
}
.checkbox {
    margin-top: 7px;
}
.table_blog dd .right .info {
    margin-bottom: 5px;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd > .right .title a {
    color: #fff;
    font-weight: 400;
}
#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd > .right .text p {
    color: rgba(255, 255, 255, 0.8);
}
.m_intro .col-lg-4 {padding-left: 30px;padding-right: 30px;}
.m_intro .top .row {
    margin-right: -30px;
    margin-left: -30px;
}
.m_intro .bottom .row {
    margin-right: -30px;
    margin-left: -30px;
}
.m_intro {
    margin: auto;
    width: 1100px;
}

@media (max-width: 767px){
    #site{padding-top: 50px;}
    
    /* nav */
    .navbar-header .navbar-brand{
        font-size: 22px;
        margin-left: 10px !important;
        margin-top: 15px;
    }
    .navbar-inverse .navbar-toggle{
        background: #D7A756;
        border-color: #D7A756;
    }
    .navbar-inverse .navbar-toggle:hover{
        background: #D7A756 !important;
        border-color: #D7A756 !important;
    }
    .nav.navbar-nav > li > a{
        padding: 10px 30px 15px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu{
        background: #f8f8f8;
    }

    /* mainSlide */
    #mainCarousel .carousel-inner .item{
        height: 400px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        padding: 150px 0 0;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 30px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p{
        font-size: 24px;
    }

    /* main */
    #main_wrapper > [id^="section"] h4{
        font-size: 27px;
    }
    .m_intro > div > h5{
        font-size: 24px;
    }

    .m_intro{
        width: 100%;
    }
    .m_intro .top .row, .m_intro .bottom .row{
        margin: 0 -15px;
    }
    .m_intro .col-lg-4{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    #main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog{
        margin: 0 0 30px;
    }
    #main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd{
        margin: 0 0 30px;
        width: 100%;
    }
    .table_blog dd .left a{
        display: block;
    }
    #main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd > .left{
        padding: 0;
    }


    /* subPage */
    .subHeader .container h2{
        font-size: 32px;
    }
    .subMenu .container{
        width: 100%;
    }
    .subMenu .nav > li{
        width: 100% !important;
        border: 1px solid #999;
    }
    .subContent_title{
        font-size: 36px;
    }
    #About01 .content{
        padding: 0;
    }
    #About01 .content .col-lg-9{
        padding-right: 15px;
    }
    .subContent .content > h4{
        font-size: 22px;
    }
    .table_blog dd .left a .thumb{
        width: 100%;
    }
    .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{
        width: 100%;
    }
    .board_wrapper .text-center .btn.btn-lg{
        margin: 0;
    }
    #Rental02 .li_fee{
        padding: 30px 15px 30px 35px;
    }
    #Rental02 .li_fee > li{
        padding: 8px 0;
    }
    .board_wrapper .table_default tr .num, .board_wrapper .table_default tr .hits, .board_wrapper .table_default tr .regdate{
        display: none;
    }
    /* footer */
    .wrap-footer .footer-text{
        margin-bottom: 30px;
    }
    .wrap-footer .footer-text ul li{
        float: none;
    }
    .footer-contact .fas{
        padding: 12px;
        font-size: 20px;
    }
    .footer-contact dl{
        margin-right: 0;
    }

}
@media (min-width: 768px) and  (max-width: 991px){
    /* nav */
    .navbar-header .navbar-brand{
        font-size: 20px;
    }
    .nav.navbar-nav > li > a{
        padding: 36px 13px 35px;
        font-size: 16px;
    }

    /* mainSlide */
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        padding: 180px 50px 0;
    }
    #main_wrapper > [id^="section"] h4{
        font-size: 38px;
    }#main_wrapper > [id^="section"]:nth-child(3) .board_box_blog .table_blog > dd{
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }


    /* main */
    .m_intro{
        width: 100%;
    }
    .m_intro .top .row, .m_intro .bottom .row{
        margin: 0 -15px;
    }
    .m_intro .col-lg-4{
        padding: 0 15px;
        margin-bottom: 30px;
    }


    /* subPage */
    #About01 .content{
        padding: 0;
    }
    #About01 .content .col-lg-9{
        padding-right: 15px;
    }
    #Info02 .content img{
        margin-bottom: 30px;
    }



    /* footer */
    .footer-contact .fas{
        font-size: 18px;
        padding: 14px;
    }
    .footer-contact dl{
        margin-right: 0;
    }
    .footer-contact dl dt{
        font-size: 14px;
    }
    .footer-contact dl dd a{
        font-size: 17px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    /* nav */


    /* mainSlide */



    /* main */
    .m_intro{
        width: 100%;
    }
    .m_intro .top .row, .m_intro .bottom .row{
        margin: 0 -15px;
    }
    .m_intro .col-lg-4{
        padding: 0 15px;
        margin-bottom: 30px;
    }


    /* subPage */



    /* footer */

    
}
@media (min-width: 1200px){
    /* nav */


    /* mainSlide */



    /* main */



    /* subPage */



    /* footer  */

}