#header { min-width:1420px; height:140px; }
* { box-sizing:border-box; }

.top1_menu { width:100%; background:#f9f9f9; border-bottom:1px solid #ddd; height:37px; }
.top1_menu ul { width:1200px; margin:0 auto; text-align:right; }
.top1_menu li { display:inline-block; padding:8px 0; }
.top1_menu li a { display:block; height:19px; line-height:19px; border-left:1px solid #ddd; padding:0 10px; font-size:13px; }
.top1_menu li:first-child a { border-left:0; }

.top1_menu .mim_topmenu { position:relative;  }
.top1_menu .mim_topmenu .mim_submenu { display:none;  position:absolute; top:34px; left:-5px;  z-index:2; width:78px; border:1px solid #aaa; background:#fff; padding:4px 0; }
.top1_menu .mim_topmenu:hover .mim_submenu { display:block; }
.top1_menu .mim_topmenu .mim_submenu li { text-align:center; width:78px; margin:0; display:block; padding:0; }
.top1_menu .mim_topmenu .mim_submenu li a { border:0;  padding:0 5px; height:24px; line-height:24px; border-top:1px solid #eee; white-space:nowrap; } 
.top1_menu .mim_topmenu .mim_submenu li:first-child a { border-top:0; }

.top_banner_area { margin:0px auto; text-align:center; width:100%; }
.top_banner_area img { max-width:100%; }

.top_area { width:1200px; margin:10px auto; height:80px; display:flex;  }

.top_area .top_logo { display:flex; align-items:center; width:auto; margin-right:40px;}
.top_area .top_logo a { font-size:40px; color:#444; /* color:#d93838; */ font-weight:600; letter-spacing:-1px }
.top_area .top_logo img { max-height:70px; max-width:250px; }

.top_area .search_box { margin-top:20px; }
.top_area .search_box .form_search { border-bottom:2px solid #aaa; }
.top_area .search_box fieldset { border:0; padding:0; /* display:flex; align-items:center; */ background:#fff; }
.top_area .search_box legend { display:none; }
.top_area .search_box #keyword  { width:180px; height:38px; padding:0px 0px; border:0; line-height:42px; font-size:17px; font-family:'Noto Sans KR', sans-serif; color:#555; }
.top_area .search_box input:focus {  outline: none;  }
.top_area .search_box input[type="image"] { height:30px; }


.top_area .membership_menu { text-align:right;  position:relative; flex-grow:1; padding-top:12px; }
.top_area .membership_menu li { display:inline-block; }
.top_area .membership_menu li a {  white-space:nowrap; display:block; width:65px;padding-top:37px; font-size:14px; line-height:20px; text-align:center; color:#777;  }
.top_area .membership_menu li a:hover { color:#555; }
.top_area .mypage a { background:url('../image/top_btn_mypage.png') no-repeat center top; white-space:nowrap; }
.top_area .cart a { background:url('../image/top_btn_cart.png') no-repeat center top; margin-left:10px; }


.category_area { border-top:1px solid #ddd; border-bottom:1px solid #ddd; width:100%; height:55px;  background:#fff;}
.fixinner{ position:fixed; top:0; z-index:999; border-top:0; }

.category_area .inner { width:1200px; margin:0 auto; display:flex; }

.category_area .category { width:190px;  position:relative; }
.category_area .cate_menu { display:flex; justify-content:space-between; flex-grow:1; margin-left:30px; }
.category_area .cate_menu li { margin:0 0px; position:relative; }
.category_area .cate_menu a { color:#222; font-size:17px; line-height:54px; display:block; padding:0 5px; font-weight:400; white-space:nowrap;  }
.category_area .cate_menu a:hover { color:#d93838; }

.category_area .cate_menu li .sub_category_2 { display:none;  position:absolute; top:53px; left:50%; margin-left:-91px;   z-index:999; }
.category_area .cate_menu li:hover .sub_category_2 { display:block; }

.category_area .cate_menu .sub_category_2 li { border-left:1px solid #d93838; border-right:1px solid #d93838; padding:0 5px; background:#fff;  width:170px; }
.category_area .cate_menu .sub_category_2 li:first-child { border-top:1px solid #d93838; padding-top:5px; }
.category_area .cate_menu .sub_category_2 li:last-child { border-bottom:1px solid #d93838; padding-bottom:5px; }
.category_area .cate_menu .sub_category_2 a  { display:block; line-height:28px; font-size:15px; color:#2e2e2e; padding:0px 10px; height:28px; white-space:nowrap;width:100%; }
.category_area .cate_menu .sub_category_2 a:hover { background:#d93838;  color:#fff; }

.category_area .board_menu { flex-grow:1; display:flex; justify-content:right; align-items:center; white-space:nowrap; text-align:right; }
.category_area .board_menu li { margin:0 5px; }
.category_area .board_menu a { color:#222; font-size:17px; line-height:54px; display:block; padding:0 5px; font-weight:400; }
.category_area .board_menu a:hover { color:#d93838; }
.category_area .board_menu li:last-child { margin-right:0; }
.category_area .board_menu li:last-child a { padding-right:0; }

.category_area .category li { display:inline-block; position:relative; margin-right:20px; }
.category_area .category li a { color:#222; font-size:17px;  line-height:54px; display:block; padding:0 5px; font-weight:400; }
.category_area .category a:hover { color:#ca0000; }


.category_area .category .btn_allcate { height:55px; background:url('../image/allcate_icon.png') no-repeat; background-position:20px center; width:190px; padding-left:30px; box-sizing:border-box; text-align:center; margin-right:40px; border-left:1px solid #ddd; border-right:1px solid #ddd; }
.category_area .category .btn_allcate a { color:#222; }
.category_area .category .btn_allcate > a { font-size:18px; font-weight:500; }

.category_area .category .category_all { width:1200px; background:#fff;  border:1px solid #888;  position:absolute; top:53px; left:0px;  z-index:99;  display:flex; flex-wrap:wrap; }
.category_area .category .category_all ul.cate_block {  width:calc(100% / 4 - 60px); margin:30px; }
.category_area .category .category_all ul li { display:block;  position:relative; text-align:left; }
.category_area .category .category_all ul li a { display:block; line-height:28px; font-size:15px; color:#2e2e2e; height:28px; white-space:nowrap; }
.category_area .category .category_all .cate_big_title { border-bottom:1px solid #555; padding-bottom:5px; margin-bottom:5px; }
.category_area .category .category_all .cate_big_title a { font-weight:bold; }

.btn_allcate2 { cursor:pointer; }

#footer { position:relative; margin:70px 0 0 0; border-top:1px solid #e8e8e8; padding:0 0 50px 0; height:200px;clear:both; display:block; content:""; }
#footer:before { position:absolute; top:54px; left:0; content:""; width:100%; height:0; border-bottom:1px solid #e8e8e8; }
#footer .inner { overflow:hidden; position:relative; width:1200px; margin:0 auto; *zoom:1; }
#footer .inner:after {  content:""; display:block; clear:both; }

#footer .bottom_area_1 { width:1200px; margin:0 auto; }
#footer .bottom_area_1 * { font-size:16px; }
#footer .bottom_area_1 ul {}
#footer .bottom_area_1 ul li { display:inline-block; padding:20px 0; }
#footer .bottom_area_1 ul li a { display:block; border-left:1px solid #ddd; padding:0 15px; line-height:14px; }
#footer .bottom_area_1 ul li a:hover { color:#777; }
#footer .bottom_area_1 ul li:first-child a { border:0; padding-left:0; }
#footer .bottom_area_1 .btn_top { float:right; width:80px; text-align:center; border-left:1px solid #ddd; border-right:1px solid #ddd; }
#footer .bottom_area_1 .btn_top a { border:0; display:block; }

#footer .bottom_area_2 { width:1200px; margin:0 auto; position:relative; clear:both; }
#footer .bottom_area_2 h2 { position:absolute; top:30px; left:0; }
#footer .bottom_area_2 h2 img { width:150px; }

#footer .bottom_area_2 .address { position:absolute; top:0; left:220px; padding:24px 0; color:#757575; line-height:21px; width:600px; }
#footer .bottom_area_2 .address span { padding:0 10px 0 0; font-size:13px; display:inline-block; }
#footer .bottom_area_2 .address span a { color:#757575;font-size:13px; }
#footer .bottom_area_2 .copyright { position:absolute; left:0px; bottom:0; height:45px; font-size:11px; line-height:45px; }


#footer .bottom_area_2 .cscenter { position:absolute; right:0; top:20px; width:320px; }
#footer .bottom_area_2 .cscenter span { display:block; line-height:1.5em }
#footer .bottom_area_2 .cscenter .title { font-size:15px; color:#555; }
#footer .bottom_area_2 .cscenter .no { font-size:20px; font-weight:500; color:#222; }
#footer .bottom_area_2 .cscenter .no a {  font-size:20px; font-weight:500; color:#222; }
#footer .bottom_area_2 .cscenter .txt { font-size:13px; color:#777; }

.shop_menu_blank { height:20px; display:block; }



.fix_banner { position:fixed; left:calc(50% + 620px); bottom:20px; }
.fix_banner .bottom_sns {  }
.fix_banner .bottom_sns li { width:60px; height:60px; border-radius:30px; overflow:hidden; margin-right:7px; box-shadow:0 0 5px #555; }
.fix_banner .bottom_sns img { width:100%; }
.fix_banner .bottom_sns .kakao { background:#f9e000; text-align:center; line-height:100%; display:flex; align-content:center; flex-wrap:wrap;  padding-bottom:5px;}
.fix_banner .bottom_sns .kakao img { width:70%; margin:0 auto; }
.fix_banner .bottom_sns .kakao span { font-size:12px; display:block; letter-spacing:-1px; margin-top:-5px; }

* { box-sizing:border-box; }