
/* 모바일 메뉴시작 */
.menu-button {
}

.menu-button:hover {
  cursor: pointer;
}

.menu-wrap {
  background-color: #fff;
  padding: 0px 0;
  overflow: hidden;
  transition: all 0.3s;
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  bottom: 0;
  z-index: 999999;
}

.menu-overlay {
  background:#ffffff;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900000;
}

.menu-close {
  background: url(https://ds526100.cafe24.com/img/x.jpg) no-repeat scroll center center transparent;
  opacity: 1;
  background-color:#ffffff;;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  margin-bottom:0;
  text-indent: -9999px;
  transition: all 0.3s;
}


.menu-toggle {
  display: none;
}

.menu-toggle:checked+.menu-wrap {
  right: 0px;
  color:#333333;
}

.menu-toggle:checked ~ .menu-overlay {
  display: block;
}



.menu-title {
  color: #222;
  background:#fff;
  padding:15px 20px;
  font-weight: 500;
  font-size:15px;
  letter-spacing:-1px;
  margin-bottom:0;
  height:100px;
}

.menu-title .logoo {width:80px;}

.menu-list {
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: inherit;
  padding:0px 0px;
  display: block;
  overflow: scroll;
}

.four_box { width:50%; float:left; padding:10px; background:#04aa9d; text-align:center; color:#fff; margin:0; border-bottom:1px solid #fff;}
.four_box:nth-child(2n) { border-left:1px solid white} 
.four_box a { color:#fff; }
.four_boxs { width:100%; float:left; padding:10px; background:#04aa9d; text-align:center; color:#fff; margin:0; border-bottom:1px solid #fff;}
.four_boxs a { color:#fff; }

.menu-wrap:hover .menu-list {
  overflow-y: auto;
}

.menu-list ul {
  list-style-type: none;
}
.menu-list ul > li > ul{
  list-style-type: none;
  padding:10px 0;
  background:#f9f9f9;
  border-top:1px solid #dcdcdc;
}
.menu-list ul > li:nth-last-child(2) > ul { border-bottom:1px solid #dcdcdc; }


.menu-list li {
  display: block;
}

.menu-list li:first-child {
  border-top: medium none;
}

.menu-list li a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  letter-spacing:-1px;
  color: #444;
  text-decoration: none;
  border-top:1px solid #dcdcdc;
  position:relative;
}

.menu-list ul li .mb_arrow { vertical-align:baseline; top:18px; right:15px; position:absolute; }

.menu-list li:nth-last-child(1) a { padding:10px; width:100%; position:relative; bottom:0; left:0; color:#fff; font-weight:600; font-size:14px; text-align:center; background: #8e6650; background: -webkit-linear-gradient(to right, #8e6650, #2dc97a); }
.menu-list li:nth-last-child(1) a i { margin-right:5px; }
.menu-list li a.sub {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  letter-spacing:-1px;
  color: #777;
  text-decoration: none;
  border-top:0;
  border-bottom:0;
  position:relative;
}
.menu-list li a.adver {
  display: block;
  padding: 7px 0px;
  font-size: 16px;
  background: #8e6650; 


  margin:20px 0px;
  text-align:center;
  letter-spacing:-1px;
  font-weight:600;
  border:1px solid #ffda00;
  color: #222;
  border-radius:5px;
  text-decoration: none;
  border-bottom:0;
  position:relative;
}




phone { display:none; position:absolute; right:20px; top:27px; color:#fff; font-size:24px; }


label.mm_burger_menu{
position:absolute;
 display:none;
 top:29.5px;
 right:20px;
 flex-direction:column;
  width:30px;
  cursor:pointer;
}


label.mm_burger_menu span{
  background: #777;
  height:3px;
  margin: 2px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}


.mm_burger_menu span:nth-of-type(1){
  width:50%;
  
}

.mm_burger_menu span:nth-of-type(2){
  width:100%;
}


.mm_burger_menu span:nth-of-type(3){
  width:75%;
 
}


.mm_burger_menu input[type="checkbox"]{
  display:none;
}


.mm_burger_menu input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(2px,1px)
}


.mm_burger_menu input[type="checkbox"]:checked ~ span:nth-of-type(2){
  
  transform-origin:top;
  transform:rotatez(-45deg)
}


.mm_burger_menu input[type="checkbox"]:checked ~ span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(9px,-4px) rotatez(45deg);

}
.mobile_view {display:none;}

/* 상단메뉴 */
.mm-header-type01 { width:100%; position:fixed; top:0; left:0; z-index:9; background:rgba(255,255,255, 1); font-size:0; display:block; border-bottom:0px solid #ffffff; }
.mm-header-type01.active { width:100%; position:fixed; top:0; left:0; z-index:9; background:rgba(255,255,255, 1); font-size:0; display:block; border-bottom:0px solid #ffffff; }
.mm-header-type01 .wrapper { width:100%; display:inline-block; position:relative;} 
.mm-header-type01 .mm-header-type01-container { width:1200px; margin:0 auto; }
.mm-header-type01 .mm-header-type01-container #logo { display:block; float:left; line-height:80px; margin-top:-30px; }
.mm-header-type01 .mm-header-type01-container #logo img { max-width:300px; }
.mm-header-type01.active .mm-header-type01-container #logo {display:none;}
.mm-header-type01.active .mm-header-type01-container #logo3 {display:block; float:left; line-height:80px; margin-top:0px; }
.mm-header-type01 .mm-header-type01-container #logo2 { display:none; }
.mm-header-type01 .mm-header-type01-container #logo3 { display:none; }
.mm-header-type01 .mm-header-type01-container:hover #logo {display:none;}
.mm-header-type01 .mm-header-type01-container:hover #logo3 {display:none;  }
.mm-header-type01 .mm-header-type01-container:hover #logo2 { display:block; float:left; line-height:80px}
.mm-header-type01 .mm-header-type01-container:hover #logo2 img { max-width:300px; }
.mm-header-type01 .mm-header-type01-container #logo img { max-width:300px; }
.mm-header-type01 .mm-header-type01-container #logo2 { display:none; }
.mm-header-type01 .mm-header-type01-container .mm-nav {  float:left; }
.mm-header-type01 .mm-header-type01-container .mm-nav .gnb_empty { display:inline-block; margin-top:16px;}
.mm-header-type01 .mm-header-type01-container .mm-nav .gnb_empty a {  margin-left:0; font-weight:600; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul { display:flex; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 {min-width:60px;  position:relative; text-align:center; line-height:80px; margin-right:5px; width:125px;}
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul { display:none; line-height:24px; z-index:9999; position:relative; width:100%; padding:5px; padding-top:0; top:0px; left:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul li a { color:#333333; font-size:14px; line-height:2.5em; text-align:left; margin:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul li:hover a {  color:#84695c;  }
.mm-header-type01 .mm-header-type01-container .mm-nav ul > li { display:inline-block; margin:0 15px; font-size:18px; letter-spacing:-1px; color:#333333;} 
.mm-header-type01 .mm-header-type01-container .mm-nav ul li a {display:inline-block; font-size:16px; letter-spacing:-1px; color:#333333;}
.mm-header-type01.active .mm-header-type01-container .mm-nav ul li a {display:inline-block; font-size:16px; letter-spacing:-1px; color:#333333;}
.mm-header-type01 .mm-header-type01-container .mm-nav ul:hover li a {display:inline-block; font-size:16px; letter-spacing:-1px; color:#333333;}
.mm-header-type01 .mm-header-type01-container .mm-nav ul:hover li:hover { font-weight:bold;}
.mm-header-type01 .mm-header-type01-container .mm-nav ul li:nth-last-of-type(1) a { margin-right:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth2 { width:100%; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth2:nth-child(1) { margin-left:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul .ptmenu { width:100%; margin:-10px auto 10px; max-width:1200px; text-align:center;}

.logg {width:100%; max-width:1200px; background:#84695c; position:fixed; top:20px; right:10%; z-index:100000; height:35px; width:120px;}
.logg li {margin:0 auto; display:inline; text-align:center; }
.logg li a {color:#ffffff; line-height:35px; font-size:14px; font-weight:400; margin-left:12px; }

.mm_submenu { width:100%; position:absolute; top:0; left:0; background:#ffffff; display:inline-block; padding-bottom:0px; transition:0.3s ease all; color:#84695c;}

#margin-top75 { height:75px; display:inline-block; }

@media (min-width:1200px) and (max-width:1500px) {
.mm-header-type01 .mm-header-type01-container .mm-nav ul li a {display:inline-block; font-size:16px; letter-spacing:-1px;  color:#333333;}

.logg {width:100%; max-width:1200px; background:#84695c; height:15px; position:fixed; top:20px; right:1%; z-index:100000; height:35px; width:120px;}
}

/* 1200이하 768이상 수정용 */
@media (min-width:768px) and (max-width:1200px) {
/* 상단메뉴 */
.mm-header-type01 { width:100%; position:fixed; top:0; left:0; z-index:9; background:rgba(255,255,255, 0); font-size:0; display:block; border-bottom:0px solid #ffffff; }
.mm-header-type01.active { width:100%; position:fixed; top:0; left:0; z-index:9; background:rgba(255,255,255, 1); font-size:0; display:block; border-bottom:0px solid #ffffff; }
.mm-header-type01 .wrapper { width:100%; display:inline-block; position:relative;} 
.mm-header-type01 .mm-header-type01-container { width:1200px; margin:0 auto; }
.mm-header-type01 .mm-header-type01-container #logo { display:block; float:left; line-height:80px; margin-top:-30px; }
.mm-header-type01 .mm-header-type01-container #logo img { max-width:300px; }
.mm-header-type01.active .mm-header-type01-container #logo {display:none;}
.mm-header-type01.active .mm-header-type01-container #logo3 {display:block; float:left; line-height:80px; margin-top:0px; }
.mm-header-type01 .mm-header-type01-container #logo2 { display:none; }
.mm-header-type01 .mm-header-type01-container #logo3 { display:none; }
.mm-header-type01 .mm-header-type01-container:hover #logo {display:none;}
.mm-header-type01 .mm-header-type01-container:hover #logo3 {display:none;  }
.mm-header-type01 .mm-header-type01-container:hover #logo2 { display:block; float:left; line-height:80px}
.mm-header-type01 .mm-header-type01-container:hover #logo2 img { max-width:300px; }
.mm-header-type01 .mm-header-type01-container #logo img { max-width:300px; }
.mm-header-type01 .mm-header-type01-container #logo2 { display:none; }
.mm-header-type01 .mm-header-type01-container .mm-nav {  float:left; }
.mm-header-type01 .mm-header-type01-container .mm-nav .gnb_empty { display:inline-block; margin-top:16px;}
.mm-header-type01 .mm-header-type01-container .mm-nav .gnb_empty a {  margin-left:0; font-weight:600; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul { display:flex; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 {min-width:60px;  position:relative; text-align:center; line-height:80px; margin-right:5px; width:125px;}
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul { display:none; line-height:24px; z-index:9999; position:relative; width:100%; padding:5px; padding-top:0; top:0px; left:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul li a { color:#333333; font-size:14px; line-height:2.5em; text-align:left; margin:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul li:hover a {  color:#84695c;  }
.mm-header-type01 .mm-header-type01-container .mm-nav ul > li { display:inline-block; margin:0 15px; font-size:18px; letter-spacing:-1px; color:#333333;} 
.mm-header-type01 .mm-header-type01-container .mm-nav ul li a {display:inline-block; font-size:18px; letter-spacing:-1px; color:#333333;}
.mm-header-type01.active .mm-header-type01-container .mm-nav ul li a {display:inline-block; font-size:18px; letter-spacing:-1px; color:#333333;}
.mm-header-type01 .mm-header-type01-container .mm-nav ul:hover li a {display:inline-block; font-size:18px; letter-spacing:-1px; color:#333333;}
.mm-header-type01 .mm-header-type01-container .mm-nav ul li:nth-last-of-type(1) a { margin-right:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth2 { width:100%; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth2:nth-child(1) { margin-left:0; }
.mm-header-type01 .mm-header-type01-container .mm-nav ul li.depth1 ul .ptmenu { width:100%; margin:-10px auto 10px; max-width:1200px; text-align:center;}

.logg {width:100%; max-width:800px; background:#84695c; height:15px; position:absolute; top:20px; right:5px; z-index:100000;  height:35px; width:120px;}
.logg li {margin:0 auto; display:inline; text-align:center; }
.logg li a {color:#ffffff; line-height:35px; font-size:14px; font-weight:400; margin-left:12px; }

.pc_view { display:none; }
.mobile_view { display:inline-block; }
}


@media all and (max-width:768px) {
.pc_view { display:none; }
.mobile_view { display:inline-block; }
label.mm_burger_menu { display:flex !important; }
.mm-header-type01 .mm-header-type01-container { text-align:center; }
.mm-header-type01 .mm-header-type01-container .logo { float:inherit; }
label.mm_burger_menu{
position:absolute;
 display:none;
 top:29.5px;
left:350px;
 flex-direction:column;
  width:30px;
  cursor:pointer;
}

}