﻿@charset "utf-8";
/* CSS Document */


#wrap{width:100%}
.main{}

/*헤더*/

#header{
    position:fixed; top:0; left:0;
    width:100%; height:60px;
    border-bottom:1px solid #ccc;
    background:#fff;
    z-index:200;}
.logo{
    width: 180px;
    margin-left:auto;
    margin-right:auto;
}
.logo a{
    display:block;
    height: 60px;
    text-indent:-9999px;
    background-image:url(../img/logo.jpg);
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position: 0 48%;
}
.btn_menu{
    display:block;
    padding:10px;
    position:absolute; top:12px; left:5px;}
.btn_menu:before{
    content:"";
    display:block;
    width:26px;
    height:3px;
    background-color: #937a74;
}
.btn_menu span{
    display:block;
    width:26px;
    height:3px;
    background-color: #937a74;
    text-indent:-9999px;
    margin-top:4px;
    margin-bottom:4px;
}
.btn_menu:after{
    content:"";
    display:block;
    width:26px;
    height:3px;
    background-color: #937a74;
}
.call{
    display: block;
    padding: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 57px;
}
.call img{width:100%;}
/*사이드메뉴*/

#side_wrap{
    width: 250px;
    background:  #fff;
    border-right: 1px solid #e1e1e1;
    position:  absolute;
    top: 0px;
    left: -290px;
    height: 100%;
    z-index:  202;
}
.m_logo{padding: 23px 15px;}
.m_logo img{
    width: 100%;
}
.gnb{
    border-top:  1px solid #e1e1e1;
}
.gnb li.menu{border-bottom:  1px solid #e1e1e1;padding: 15px 10px;position:relative;}
.gnb li.menu:after{
    content:"+";
    display:block;
    clear:both;
    position:absolute;
    top: 15px;
    right: 13px;
    font-size: 18px;
}
.gnb .sub_menu li{
}
.gnb .sub_menu li a{
    display:block;
    background:  #f1f1f1;
    text-align: left;
    padding: 10px 10px;
    border-bottom:  1px solid #e1e1e1;
}
.close_btn{
    position:  absolute;
    top: -1px;
    left: 100%;
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    padding: 9px 11px;
    border: 1px solid #e1e1e1;
}

#bg{background:rgba(0,0,0,0.5);position: absolute;width:100%;height:100%;z-index: 201;top: 0px;display:  none;}


/*메인*/

#container{
    padding-top: 60px;
}
.mainSlider{
    position:  relative;
}
.mainSlider li{}
.mainSlider img{
    width: 100%;
}

.mainSlider .bx-controls-direction{
    display:  none;
}
.mainSlider .bx-pager {
    position:  absolute;
    bottom:  10px;
    width:  100%;
    left:  0px;
    text-align:  center;
    z-index: 100;
}
.mainSlider .bx-pager div{display:inline-block;}
.mainSlider .bx-pager a{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;display:  block;text-indent:  -9999px;border-radius:  50%;margin: 0px 2px;}
.mainSlider .bx-pager a.active{
    background:  #fff;
}

.main_row01{}
.main_row01 ul{}
.main_row01 ul:after{
    display:block;
    clear:both;
    content:"";
}
.main_row01 li{
    width:  50%;
    float:  left;
    height: 230px;
    text-align:  center;
    padding: 29px 13px;
}
.main_row01 img{}
.main_row01 .co{
    position:  relative;
}
.main_row01 .bw{
    background:  #765a54;
}
.main_row01 .ye{background:#ffe64c;}
.main_row01 .b1{background-image: url(../img/row01_img01.jpg);background-position: center 0;width: 50%;}
.main_row01 .b2{
    background-image: url(../img/row01_img02.jpg);
    background-position: center 0;
    width: 50%;
}
.main_row01 .bw h4{
    color:  #fff;
    font-size:  20px;
    text-align:  center;
}
.main_row01 .bw h5{
    color:  #fff;
    font-size:  16px;
    text-align:  center;
}
.main_row01 .bw span{
    display:  inline-block;
    color:  #fff;
    margin-top: 5%;
    font-weight: 300;
    font-size: 13px;
}
.main_row01 .btn{
    position:  absolute;
    bottom: 29px;
    left: 50%;
    margin-left: -37px;
}
.btn{
    border:  1px solid #fff;
    color:  #fff;
    padding: 7px 20px;
    display:  inline-block;
    margin-top: 10px;
    font-size:13px;
    /* font-weight: 300; */
}
.main_row01 .ye h4{font-size: 20px;}
.main_row01 .ye h5{font-size: 16px;}
.main_row01 .ye span{
    display:  inline-block;
    margin-top: 5%;
    font-weight: 300;
    font-size: 13px;
}
.ye .btn{
    color:  #444;
    border:  1px solid #444;
}

.main_row02{
    background-image: url(../img/row02_img01.jpg);
    height: 184px;
    background-position: 71px 0;
    padding: 44px 4%;
    background-color:  #ebebeb;
    background-repeat:  no-repeat;
}
.main_row02 h4{
    font-family: 'Nanum Myeongjo', serif;
    color:  #765a54;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: -1.5px;
}
.main_row02 span{font-family: 'Nanum Myeongjo', serif;letter-spacing: -1px;font-size: 14px;}
.main_row03{}
.main_row03 h4{
    color:  #fff;
    text-align:  center;
}
.main_row03 ul{}
.main_row03 ul:after{
    content:"";
    clear:both;
    display:block;
}
.main_row03 li{
    float: left;
    width: 33.33333%;
    height: 248px;
    text-align:  center;
    padding: 85px 10px;
}
.main_row03 .b1{
    background-image: url(../img/row03_img01.jpg);
    background-position: center;
}
.main_row03 .b2{
    background-image: url(../img/row03_img02.jpg);
    background-position: center;}
.main_row03 .b3{
    background-image: url(../img/row03_img04.jpg);
    background-position: center;}

.main_row04{}
.main_row04 a{
    display:block;
    height:127px;
    background-image: url(../img/row04_img01.jpg);
    background-position: center 0;}

.main_row05{}
.main_row05 a{
    display:block;
    height:127px;
    background-image: url(../img/row05_img01.jpg);
    background-position: center 0;}


/*푸터*/

#footer{
    background: #363636;
}
.copy{
    text-align:  center;
    padding: 20px;
}
.copy a{
    color:  #fff;
    display: block;
    border:  1px solid #fff;
    width: 120px;
    text-align:  center;
    padding: 7px;
    margin: 0px auto 10px;
    font-size:13px;
}
.copy span{
    color:  #fff;
    font-size:13px;
}


/**/
.css-cancel {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 2px;
    height: 20px;
    background: #000;
    transform: rotate(45deg);
}
.css-cancel:before {
    display: block;
    content: "";
    position: absolute;
    top: 53%;
    left: -9px;
    width: 20px;
    height: 2px;
    margin-top: -2px;
    background: #000;
}


/*서브*/

.sub_all_wrap{
    padding-top: 66px;
    padding-bottom: 50px;
}
.tlt{
    text-align:  center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.tlt h3{
    font-size:  23px;
    font-weight: 400;
}
.tlt p{
    font-size: 27px;
    font-weight:  600;
    color:  #896d49;
    margin: 10px 0px 2px 0px;
    text-transform:  uppercase;
}
.tlt i{
    color:  #d49542;
    font-style:  normal;
}
.tlt span{
    color:  #888;
    font-size: 12px;
}


.sub_in_menu{margin-bottom: 5px;}
.sub_in_menu:after{
    content:"";
    display:block;
    clear:both;
}
.sub_in_menu li{
    border:  1px solid #896d49;
    float:  left;
}
.sub_in_menu li:first-child{border-right:0px;}
.sub_in_menu a{
    color:  #896d49;
    display:  block;
    text-align:  center;
    padding: 9px 0px;
}
.sub_in_menu .on a{
    color:  #fff;
    background: #d49542;
}
.w50 li{
    width:  50%;
}
.w33 li{
    width:  33.3333%;
}


.sub_sl{
    position:  relative;
}
.sub_sl li{}
.sub_sl img{width:100%;}
.sub_sl .bx-controls-direction{
    display:  none;
}
.sub_sl .bx-pager{
    text-align:  center;
    position:  absolute;
    width:  100%;
    bottom: 10px;
    z-index: 100;
}
.sub_sl .bx-pager div{
    display: inline-block;
}
.sub_sl .bx-pager a{
    display:  block;
    width: 10px;
    height: 10px;
    background:  #fff;
    border-radius:  50%;
    margin: 0px 2px;
    text-indent:  -9999px;
}
.sub_sl .bx-pager a.active{
    background:  #d49542;
}

.cont{
    padding: 20px 10px 0px;
}
.cont h4{
    font-size:  18px;
    color:  #7b5829;
    margin-bottom: 6px;
    line-height:24px;
}
.cont .b{
    font-size:  15px;
    font-weight: 500;
}
.cont p{
    font-size: 14px;
}
.cont .t{
    font-size:  25px;
    line-height:  30px;
    margin-bottom: 10px;
}
.cont .t span{color: #d49542;}
.cont span{
    color:  #7b5829;
}
.v_wrap{width:320px; margin:0 auto;}
.c_ll li{ line-height:30px;}
.c_ll span{width: 35px;display:inline-block;}
.sign{
    font-size: 17px;
    font-weight:  bold;
    margin-top: 20px;
    text-align:  right;
}
.sign span{
    color: #444;
    font-size:  20px;
}


.cont em{
    font-style:  normal;
    font-size:  15px;
    font-weight: 400;
}
.adr{}
.adr li{
    margin-bottom: 5px;
}
.adr span{
    border-right: 1px solid #7b5829;
    display:  inline-block;
    width: 65px;
    margin-right: 9px;
    height: 15px;JW웨딩컨벤션센터
line-height: 15px;
}
.tra li{
    margin-bottom: 5px;
}
.tra span{
    border-right: 1px solid #7b5829;
    display: inline-block;
    width: 94px;
    margin-right: 9px;
    height: 15px;
    line-height: 15px;
}

.cont_tb{
    padding: 0px 10px;
}
.cont_tb h4{
    margin-bottom:  5px;
    font-size: 18px;
}
.cont_tb h5{
    margin-bottom:  5px;
    font-size: 15px;
}
.cont_tb table{
    border-top:  2px solid #896d49;
    width: 100%;
}
.cont_tb th{
    background: #f1f1f1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0px;
}
.cont_tb td{
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align:  center;
    padding: 5px;
    font-size:14px;

}
.cont_tb b{}


