.detail-header{
  margin-top:40px;
}
.detail-body{
  margin-bottom:30px;
}
.detail-header > h2{
  font-size:20px;
  font-weight:600;
  color:#0b0b0b;
  margin-bottom:10px;
}
.detail-header > figure{
  position:relative;
  min-height:250px;
}
.detail-header > figure:before{
  content:'';
  display:block;
  width:50%;
  height:1px;
  background:#7f7f7f;
  position:absolute;
  right:0;
  bottom:0;
}
.detail-header > figure > a{
  width:550px;
  float:left;
  text-align:center;
}
.detail-header > figure > a > div{
  display:inline-block;
  position:relative;
}
.detail-header > figure > a > div,
.detail-header > figure > a > div img{
  width:100%;
}
.detail-header > figure > a > div img{
  border:1px solid #bfbfbf;
}
.detail-header > figure > a.jot > div{
  width:auto;
  max-width:100%;
}
.detail-header > figure > a.jot > div img{
  border:1px solid #bfbfbf;
  width:auto;
}
.detail-header > figure > a > div:before{
  content:'';
  display:block;
  width:46px;
  height:46px;
  background:#fff;
  background-color:rgba(255, 255, 255, 0.7);
  background-image:url(/public/img/detail.png);
  background-position:-274px 13px;
  border:1px solid #bfbfbf;
  position:absolute;
  right:0px;
  bottom:0px;
}
.detail-header > figure > figcaption{
  width:50%;
  float:right;
  border-top:3px solid #ff7567;
  padding:0.8% 1%;
}
.detail-header > figure > figcaption:after{
  content:'';
  display:block;
  width:208px;
  height:212px;
  background:url(/public/img/detail.png) no-repeat;
  position:absolute;
  right:0;
  bottom:18px;
}
.detail-header > figure > figcaption > ul > li{
  padding:7px 0;
  clear:both;
}
.detail-header > figure > figcaption > ul > li > strong{
  display:inline-block;
  width:88px;
  float:left;
}
.detail-header > figure > figcaption > ul > li > a,
.detail-header > figure > figcaption > ul > li > span{
  font-size:13px;
  color:#666666;
  float:left;
}
a.get_nav{
  display:inline-block;
  font-size:12px;
  color:#fff;
  padding:2px 6px;
  background:#43bbd2;
  border:1px solid #3dadc2;
  margin-left:5px;
  font-family:dotum;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.detail-header > figure > figcaption > ul > li > a:hover{
  text-decoration:underline;
}
.detail-header > div.figure-body,
.detail-header > div.user-share{
  margin-top:18px;
}
.detail-header > div.figure-body > h3{
  font-size:13px;
  font-weight:600;
  color:#0b0b0b;
  margin-bottom:12px;
}
.detail-header > div.figure-body > p{
  font-size:13px;
  color:#666666;
  line-height:150%;
}
.detail-header > div.user-share > ul:first-child{
  float:left;
}
.detail-header > div.user-share > ul:last-child{
  float:right;
}
.detail-header > div.user-share > ul > li{
  display:inline-block;
}
.detail-header > div.user-share > ul:first-child > li > a{
  display:block;
  width:27px;
  height:27px;
  margin-right:4px;
  background-image:url(/public/img/detail.png);
  margin-top:13px;
}
.detail-header > div.user-share > ul > li.sns_f > a{
  background-position:-218px 0;
}
.detail-header > div.user-share > ul > li.sns_t > a{
  background-position:-218px -37px;
}
.detail-header > div.user-share > ul > li.sns_g > a{
  background-position:-218px -74px;
}
.detail-header > div.user-share > ul > li.sns_i > a{
  background-position:-218px -111px;
}
.detail-header > div.user-share > ul > li.sns_k > a{
  background-position:-218px -148px;
}
.detail-header > div.user-share > ul > li.sns_l > a{
  background-position:-218px -185px;
}
.detail-header > div.user-share > ul:last-child > li > a{
  display:block;
  text-align:center;
  width:140px;
  height:40px;
  margin-left:0px;
  line-height:40px;
  font-size:14px;
  font-weight:600;
  color:#fff;
}

.detail-header > div.user-share > ul:last-child > li:first-child > a{
  background:#ffb007;
  margin:0;
}
.detail-header > div.user-share > ul:last-child > li:first-child > a:before{
  content:'';
  display:inline-block;
  width:24px;
  height:22px;
  background-image:url(/public/img/consulting_ico.png);
 /* background-position:-255px 0; */
  vertical-align:middle;
  margin-right:4px;
}

.detail-header > div.user-share > ul:last-child > li:nth-child(2) > a{
  background:#ff7567;
  margin:0;
}
.detail-header > div.user-share > ul:last-child > li:nth-child(2) > a:before{
  content:'';
  display:inline-block;
  width:18px;
  height:18px;
  background-image:url(/public/img/detail.png);
  background-position:-255px 0;
  vertical-align:middle;
  margin-right:4px;
}
.detail-header > div.user-share > ul:last-child > li:last-child > a{
  background:#838383;
}
.detail-header > div.user-share > ul:last-child > li:last-child > a:before{
  content:'';
  display:inline-block;
  width:14px;
  height:18px;
  background-image:url(/public/img/detail.png);
  background-position:-255px -28px;
  vertical-align:middle;
  margin-right:6px;
}
/* detail-body */
.detail-body > .detail-nav{
  width:100%;
  border-top:1px solid #7f7f7f;
  border-bottom:1px solid #7f7f7f;
  text-align:center;
  margin:30px auto 60px auto;
  z-index:8;
}
.detail-body > .detail-nav > a{
  display:inline-block;
  font-size:15px;
  font-weight:600;
  color:#0b0b0b;
  line-height:60px;
  padding:10px;
  margin:0 15px;
}
.detail-body > div > a.detail-title{
  display:block;
  font-size:20px;
  font-weight:600;
  color:#0b0b0b;
  margin-bottom:20px;
}
.detail-body > div > a.detail-title:before{
  display:block;
  content:'';
  height:1px;
  background:#7f7f7f;
  margin-bottom:24px;
}
.detail-body > div{
  padding-bottom:60px;
}
.detail-body > .detail-nav > a:hover,
.detail-body > .detail-nav > a.active{
  color:#dd5044;
}
.detail-header > figure:after,
.detail-header > div.user-share:after,
.detail-header > figure > figcaption > ul:after,
.detail-header > figure > figcaption > ul > li:after{
  content:'';
  display:block;
  clear:both;
}
#home img{
  cursor:pointer;
}
#home div{
  min-height:18px;
}
/* fixed */
.detail-body > .fixed{
  background:rgba(255, 255, 255, 0.9);
  width:100%;
  position:fixed;
  top:0;
  left:0;
  margin:0;
}
.detail-body > .fixed > a{
 -webkit-transition: line-height 1s;
  transition: line-height 1s;
  line-height:30px;
}
/* light box title */
img.uk-responsive-width,
.uk-lightbox-content{
  height:100%;
}
.uk-lightbox-content:before{
  content:'포토갤러리';
  display:block;
  font-size:18px;
  font-weight:600;
  color:#fff;
  width:100%;
  height:46px;
  line-height:46px;
  background:rgba(252, 126, 114, 0.7);
  position:absolute;
  top:0;
  padding:0 20px;
}
/* exit */
.uk-modal-dialog-lightbox>.uk-close:first-child{
  top:12px;
  right:12px;
}
.uk-close{
  width:23px;
  height:22px;
}
.uk-close:after{
  content:'';
}
.uk-close-alt{
  background:url(/public/img/exit.png);
  padding:0;
  z-index:99;
  box-shadow:none;
}
/* map */
#map{
  margin-top:10px;
}

#tel a{
  cursor:text;
}
#tel a:hover{
  text-decoration:none;
}
@media (max-width: 1199px) {
  #tel a{
    cursor:pointer;
    color:#3eb7d4;
    margin:3px 0;
  }
  #tel span{
    display:none;
  }
  #tel a:hover{
    text-decoration:underline;
  }
  #tel a:before{
    content:'';
    display:inline-block;
    width:14px;
    height:14px;
    background:url(/public/img/tel_icon.png);
    background-size:100%;
    margin:0 3px 0 0;
    vertical-align:middle;
  }
  .detail-header{
    margin-top:10px;
  }
  .detail-body{
    margin-bottom:10px;
  }
  .detail-header > figure > a,
  .detail-header > figure > figcaption,
  .detail-header > figure > a > img,
  .detail-header > figure:before{
    width:100%;
  }
  .detail-header > figure > figcaption{
    padding:4px 2px;
    margin-top:10px;
    height:auto;
  }
  .detail-header > figure > figcaption:after{
    display:none;
  }
  .detail-header > figure > figcaption > ul > li > a,
  .detail-header > figure > figcaption > ul > li > span{
    float:right;
    width:calc(100% - 88px);
    word-wrap:break-word;
  }
  .detail-header > div.user-share > ul:first-child{
    widtH:100%;
    text-align:center;
  }
  .detail-header > div.user-share > ul:first-child > li > a{
    margin:0 8px
  }
  .detail-header > div.user-share > ul:last-child{
    widtH:100%;
    margin-top:10px;
  }

  .detail-header > div.user-share > ul:last-child > li:first-child{
    widtH:100%;
    margin-bottom: 3px;
  }

  .detail-header > div.user-share > ul:last-child > li{
    width:calc(50% - 2px);
  }
  .detail-header > div.user-share > ul:last-child > li > a{
    width:100%;
  }
}
@media (max-width: 430px) {
  .detail-body > .detail-nav > a{
    margin:0px 1%
  }
}

/* 쿠폰 */
.coupon{
  width:630px;
  margin:30px auto;
  background:url(/img/coupon/coupon_bg.gif);
  position:relative;
}
.coupon:before{
  content:'';
  display:block;
  width:130px;
  height:124px;
  background:url(/img/coupon/coupon_title.png) no-repeat;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
}
.coupon > h5{
  font-size:30px;
  font-weight:600;
  text-align:center;
  height:55px;
  line-height:55px;
  color:#fff;
  background:#a31010;
  margin:0;
}
.coupon > div{
  position:relative;
  padding:5% 6%;
}
.coupon > div:before,
.coupon > div:after{
  content:'';
  display:block;
  width:46px;
  height:46px;
  position:absolute;
  background:#fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  top:40%;
  margin-top:-23px;
}
.coupon > div:before{
  left:-23px;
}
.coupon > div:after{
  right:-23px;
}
.coupon > div > dl{
  width:420px;
  padding:5% 2% 2% 5%;
  background:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin:0;
}
.coupon > div > dl > dt > p{
  font-size:24px;
  font-weight:600;
  color:#373737;
  margin:0;
  line-height:120%;
  letter-spacing:-0.03em;
}
.coupon > div > dl > dt > span{
  display:block;
  font-size:32px;
  font-weight:600;
  color:#d33a40;
  line-height:125%;
  letter-spacing:-0.04em;
  margin-bottom:10px;
}
.coupon > div > dl > dd > p{
  display:table;
  font-size:14px;
  color:#000;
  line-height:140%;
  letter-spacing:-0.02em;
  margin:0;
  word-break:break-word;
}
.coupon > div > dl > dd > p > span{
	display:table-cell;
}
.coupon > div > dl > dd > p > strong{
  display:inline-block;
  width:64px;
  font-weight:600;
}

.coupon > div > dl > dd > p > span.preview_info2{
	display:block;
	text-indent: 63px;
}
.coupon > div > img.coupon-stamp{
  position:absolute;
  top:25px;
  right:20px;
}
.coupon > div > img.coupon-Initial{
  position:absolute;
  bottom:17px;
  right:30px;
}
@media (max-width: 700px){
  .coupon{
    width:322px;
  }
  .coupon:before{
    width:92px;
    height:88px;
    background:url(/img/coupon/coupon_title.png) no-repeat;
    background-size:100%;
  }
  .coupon > h5{
    font-size:24px;
    height:50px;
    line-height:50px;
  }
  .coupon > div:before,
  .coupon > div:after{
    top:50%;
    width:36px;
    height:36px;
  }
  .coupon > div > dl{
    width:auto;
    margin-bottom:25px;
  }
  .coupon > div > dl > dt > p{
    font-size:18px;
  }
  .coupon > div > dl > dt > span{
    font-size:24px;
    letter-spacing:-0.08em;
    margin-bottom:5px;
  }
  .coupon > div > dl > dd > p{
    font-size:10px;
  }
  .coupon > div > dl > dd > p > span.preview_info2{
	display:block;
	text-indent: 47px;
  }
  .coupon > div > img.coupon-stamp{
    display:none;
  }
  .coupon > div > img.coupon-Initial{
    position:absolute;
    bottom:10px;
    right:50%;
    margin-right:-42px;
  }
}

/* 메뉴판 */
#menup_list_a .ctgr {
  position:relative;
  margin-top:0px;
  padding-left:24px;
  height:40px;
}
#menup_list_a .ctgr .tit {
  position:absolute;
  margin-left:auto;margin-right:auto;top:0;
  display:inline-block;
  font-size:20px;
  font-weight:600;
  background-color:#ffffff;
  padding:0px 10px 0px 10px;
}
#menup_list_a .ctgr .line {
  position:absolute;
  left:20px;right:20px;top:40%;
  border-bottom:3px dotted #999;
}

#menu_detail_box {
 border-radius:10px;
 position:relative;
 padding:20px;
 /*border:4px #e33;*/
 background-color:#795548;
 color:#eee;
 width:auto;max-width:800px;
 margin: 20px auto;
 /*position:absolute;*/
 /*margin-top:auto;margin-bottom:auto;*/
 /*top:30%;left:10px;right:10px;*/
}

.menup_a1 .item {
/*  border:1px dotted #ccc;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, .28);
}
.menup_a1 .item .info {
  padding:10px;
}
.menup_a2 .item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .28);
  white-space:nowrap;
  background-color:#ffffff;
}
.menup_a2 {
  display:table; width:100%;
  margin:0;padding:0;
  padding-bottom:18px;
  background-color:#f9f9f9;
}
.menup_a2 .item img {
  display:inline-block;
  width:50%;
}
.menup_a2 .item .info {
  display:inline-block;
  padding:10px;
  width:50%;
  vertical-align:top;
}
.menup_a2 .item.no_img .info {
  width:100%;
}

.menup_a3 .tit {
  margin-top:10px;
}
.menup_a3 .item .info div {
  padding-left:8px;padding-right:8px;
}
.menup_a4 .item > div {
  margin-top:8px;
  padding:15px;
}
/* 공통 내용 */
.item .info .tit {
  font-size:16px;
}

.item .info .cmt {
  font-size:14px;
}

.item .info .pr {
  text-align:right;color:#933;font-size:18px;font-weight:600;
}
.item .info .desc {
  color:#c07020
}
