/* BASIC css start */
#header {position: relative; width: 100%; top: 0; left: 0; padding: 13px 0; border-bottom: none; background: transparent; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; z-index: 100;}
#header.header-scroll{position: fixed; padding: 0; background: #ffffff; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -webkit-transition-duration: 0.6s; transition-duration: 0.6s; opacity: 0.9;}
#header .header_top { position: relative; z-index: 30; padding: 12px 15px; font-size: 0;}
#header .header_top div { display: inline-block; vertical-align: middle; font-size: 12px;}
#header .header_top .menubtn { width: 22px; right: 15px; position: absolute; top: 50%; transform: translateY(-50%);}
#header .header_top .allmenu_btn { width: 100%;}
#header .header_top .basket { width: 16px; right: 62px; position: absolute; top: 50%; transform: translateY(-50%);}
#header .header_top .basket a { position: relative;}
#header .header_top .basket a img { height: 24px;}
#header .header_top .basket a span {  width: 17px; height: 17px; border-radius: 50%; display: block; position: absolute; top: -8px; right: -14px; line-height: 17px; font-size: 0.6em; text-align: center;}
#header .header_top .search{ position: absolute; top: 50%; transform: translateY(-50%); right: 101px;}
#header .header_top .search a img{height:24px;}
#header .header_top .logo { width: 150px;}
#header .header_top .logo img { width: 100%; vertical-align: middle;}
#header .menu_swip {width: 100%;float: left; overflow: hidden; background: #f7ede4; padding: 14px 15px;}
#header .menu_swip .swiper-slide {width: initial !important; padding-right: 28px; height: auto;} 
#header .menu_swip a.active { color: #a48f78 !important; font-weight: bold;}
#header .menu{background: #f7ede4; overflow: hidden;}
#header .menu a{ font-size: 1em; color: #3b3b3b; }
#header .menu a.active{ color: #000 !important; font-weight:bold;}

/* ¸Þ´º */
.mask{display:none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 102;}
#all_menu{ position: fixed; top: 0; right: -100%; width: 69%; height: 100%; padding: 0 30px; z-index: 1001; background: #fff; overflow-y: auto;}
#all_menu .closeArea{ margin: 20px -11px 20px 0; text-align: right;}
#all_menu .closeArea img{ width: 19px;}
#all_menu .in_logo{ text-align: center; }
#all_menu .in_logo a img{ width: 120px;}
#all_menu .all_menu_join{ margin: 30px 0 40px;}
#all_menu .all_menu_join .a_top{}
#all_menu .all_menu_join .a_top li{display: inline-block; width: calc(100%/2 - 6px); margin: 0 8px 0 0;  border: 1px solid #666666; font-size: .85rem; text-align: center; letter-spacing: 1px; box-sizing: border-box; }
#all_menu .all_menu_join .a_top li:nth-of-type(2){ margin: 0 ;background: #333333;}
#all_menu .all_menu_join .a_top li:nth-of-type(2) a{color:#fff}
#all_menu .all_menu_join .a_top li a{ display:block; padding: 13px 0; color: #000; font-weight: 300;}
#all_menu .iconBox ul{ font-size: 0; display: flex;}
#all_menu .iconBox ul li{ display: inline-block; width: 25%; height: 55px; padding: 0 10px; text-align: center;  border-right: 1px solid #cccccc;}
#all_menu .iconBox ul li:nth-of-type(1){ padding-left: 0;}
#all_menu .iconBox ul li:nth-of-type(4){ padding-right: 0; border: 0;}
#all_menu .iconBox ul li a{position: relative; -webkit-tap-highlight-color: rgba(0,0,0,0);}
#all_menu .iconBox ul li a img{ display: block; height: 30px; margin: 0 auto; padding: 0 0 12px;}
#all_menu .iconBox ul li a em{/*position: absolute; left: 50%; transform: translateX(-50%);*/ font-size: 0.8rem; color: #999999; font-weight: 300; white-space: nowrap;}

/* ÇÜ¹ö°Å¸Þ´º ¾È ºÐ·ù */
.headerGnb{ margin: 30px 0 0;}
.nalog { margin: 30px 0 0;}
.headerGnb .gnbInner .menu-list > li,
.nalog li {line-height: 30px; position: relative; -webkit-tap-highlight-color: rgba(0,0,0,0);}
.manuinba{position: absolute; bottom: 140px;  left: 120px;}
.menu_list_in a, .menu-container .menu-list li.toggle > a { color: #333; font-size: 1rem; font-weight: bold;}
.nalog li a { color: #333; font-size: 1rem; font-weight: 500;}
.toggle, .menu-submenu { cursor: pointer; font-size: 14px; position: relative; letter-spacing: 1px;}
.menu-submenu { display: none; margin: 5px 0 0; padding: 10px 15px; border-top: 1px solid #333333;}
.menu-submenu >li{line-height: 36px;}
.menu-submenu >li a{color: #808080; font-size: 1rem;}

/* ÇÜ¹ö°Å¸Þ´º ¾È ºÐ·ù ´õº¸±â */
.ddBtn {position: absolute; top: 8px; right: 0; padding:9px 20px;}
.ddBtn:before{ -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 1; z-index: 2;}
.ddBtn:before, .ddBtn:after {content: ''; display: block; position: absolute; top: 50%; right: 12px; width: 16px; height: 2px; margin-top: -1px; background-color: #cccccc; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: all 0.3s; transition: all 0.3s ease-out;}
.ddBtnActive {padding:15px 20px;}
.ddBtnActive:before{ -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); background: #cccccc !important;}
.ddBtnActive:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); background: #cccccc !important; opacity: 0;}

/* sns ¾ÆÀÌÄÜ ¿µ¿ª */
.snsiconArea{margin: 45px 0 0;}
.snsiconArea i{ margin: 0 17px 0 0;}

/* ÀúÀÛ±Ç */
.copy{margin:20px 0; color:#999999; font-size: .79rem; }

/* topBnnr */
#topBnnr {width:100%; /*position:fixed;*/ top:0; background: #f498ae;height: 50px;line-height: 50px;z-index: 9;}
#topBnnr .listWrap {width:100% !important;}
#topBnnr .list {padding-left: 50px; box-sizing:border-box;}
#topBnnr .list a {color: #fff; font-size: 13px;font-weight: 500;line-height: 50px;vertical-align: top; display:block;}
#topBnnr .elementor-swiper-button-prev,
#topBnnr .elementor-swiper-button-next {font-size: 16px;color: #ffffff;opacity:0.45;}
/* BASIC css end */

