/* BASIC css start */
.JS_brand_copy {
  display:none;
}
.JS_brand .clear:after {
  display:block;
  content:'';
  clear:both;
}
.write_brand {
  padding:20px 0 0;
  text-align:right;
}
.title_brand {
  display:block;
  padding:80px 0;
  font-family:'FontNSR'.'Nanum Gothic';
  font-size:25px;
  color:#333;
  letter-spacing:.4em;
  text-align:center;
}
.JS_brand .btn_area {
  margin:0 0 50px;
}
.JS_brand .btn_area ul {
  margin:0 0 15px;
  text-align:center;
  font-size:12px;
}
.JS_brand .btn_area ul.kor {
  font-size:15pxQ;
}
.JS_brand .btn_area li {
  display:inline-block;
  padding:0 8px;
  margin:0 1px;
  min-width:5px;
  height:24px;
  line-height:22px;
  border-radius:3px;
  text-align:center;
  color:#bbb;
  cursor:default;
  box-sizing:border-box;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_brand .btn_area li.on {
  color:#000;
  font-weight:bold;
  cursor:pointer;
}
.JS_brand .btn_area li.on:hover {
  background:#f4f4f4;
  color:#111;
}
.JS_brand .btn_area li.current {
  background:#333!important;
  color:#fff!important;
}
.JS_brand .btn_area li.all {
  color:#000;
  font-weight:bold;
  cursor:pointer;
}
.JS_brand .list_area {
  width:100%;
  overflow:hidden;
}
.JS_brand .list_area .list .tit {
  margin:0 0 0px;
  font-size:0px;
  font-weight:bold;
}
.JS_brand .list_area .list {
  display:none;
  width:100%;
  margin:0 0 30px;
  padding:0 0 30px;
}
.JS_brand .list_area .list.on {
  display:block;
}
.JS_brand .list_area.gallery .list li {
  display:inline-block;
  vertical-align:top;
  line-height:18px;
  margin:0 7px 30px 0;
  padding:10px;
  border:1px solid #eee;
  color:#333;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_brand .list_area.gallery .list li:hover {
  border:1px solid #999;
}
.JS_brand .list_area.gallery .list li .subject,
.JS_brand .list_area.gallery .list li .con {
  display:none;
}
.JS_brand .list_area.gallery .list li .thumb {
  width:388px;
  margin:0 0 10px;
  padding:0 0 10px;
  border-bottom:1px solid #eee;
}
.JS_brand .list_area.gallery .list li .thumb img {
  width:100%;
}
@media all and (max-width:1285px) {
  .JS_brand .list_area.gallery .list li .thumb {
    width:294px;
    margin:0 0 10px;
    padding:0 0 10px;
    border-bottom:1px solid #eee;
  }
  .JS_brand .list_area.gallery .list li .thumb img {
    width:100%;
  }
}
.JS_brand .list_area.text .list li {
  display:inline-block;
  vertical-align:top;
  line-height:18px;
  margin:0 30px 20px 0;
  padding:0;
  color:#333;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_brand .list_area.text .list li:hover {
  color:#888;
}
.JS_brand .list_area.text .list li .subject,
.JS_brand .list_area.text .list li .con {
  display:none;
}
.JS_brand .list_area.text .list li .thumb {
  display:none;
}

#category-full {
  position:absolute;
  z-index:20;
  display:none;
  top:50px;
  left:-1px;
  width:1255px;
  padding:10px 0 10px 5px;
  border:1px solid rgba(0,0,0,.5);
  background:url('/_wg/img/_bg/bg_category-full.gif') repeat-y right rgba(255,255,255,.97);
  cursor:default;
  text-align:left;
}
#category-full h2 {
  display:block;
  width:1010px;
  line-height:25px;
  margin:15px 15px 5px 10px;
  padding:0 0 10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:18px;
  font-weight:normal;
}
#category-full a {
  display:block;
  line-height:24px;
  text-transform:uppercase;
  white-space:nowrap;
  color:#777;
}
#category-full a:hover {
  text-decoration:none;
  color:#111;
}
#category-full .left_section {
  position:relative;
  float:left;
  width:1030px;
  height:500px;
}
#category-full .close {
  position:absolute;
  right:10px;
  bottom:10px;
  cursor:pointer;
}
#category-full .d1-wrap {
  position:relative;
  z-index:2;
}
#category-full .d1-wrap .d1 {
  position:relative;
  display:inline-block;
  *display:inline;
  *zoom:1;
  width:190px;
  margin:8px 2px 20px 10px;
  vertical-align:top;
  font-size:12px;
  line-height:28px;
  text-align:left;
  letter-spacing:0;
}
#category-full .d1-wrap .d1 > a {
  height:30px;
  margin-bottom:10px;
  padding-left:10px;
  background:none;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:13px;
  line-height:28px;
  font-weight:700;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
#category-full .d1-wrap .d1 > a:hover,
#category-full .d1-wrap .d1.on > a {
  border-bottom:1px solid #555;
  color:#111;
}
#category-full .d2-wrap .d2 {
  position:relative;
}
#category-full .d2-wrap .d2.be {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 5px;
}
#category-full .d2-wrap .d2 > a {
  line-height:27px;
  padding:0 0 0 10px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-full .d2-wrap .d2 > a:hover,
#category-full .d2-wrap .d2.on > a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#category-full .d2-wrap .img {
  display:none;
}
#category-full .d3-wrap {
  position:absolute;
  display:none;
  left:190px;
  top:-11px;
  padding:10px 0;
  background:#fff;
  border:1px solid #ddd;
}
#category-full .d3-wrap .d3 {
  position:relative;
}
#category-full .d2-wrap .d3.be {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 5px;
}
#category-full .d3-wrap .d3 > a {
  line-height:27px;
  min-width:160px;
  padding:0 10px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-full .d2-wrap .d3 > a:hover,
#category-full .d3-wrap .d3.on > a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#category-full .d4-wrap {
  position:absolute;
  display:none;
  left:180px;
  top:-11px;
  padding:10px 0;
  background:#fff;
  border:1px solid #ddd;
}
#category-full .d4-wrap .d4 > a {
  line-height:27px;
  min-width:160px;
  padding:0 10px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-full .d3-wrap .d4 > a:hover {
  background-color:rgba(0,0,0,.08);
  color:#111;
}
@media all and (max-width:1285px) {
  #category-full {
    width:973px;
  }
  #category-full h2 {
    width:725px;
  }
  #category-full .left_section {
    width:725px;
  }
}
#category-full .categorySub {
  position:relative;
  vertical-align:top;
}
#category-full .categorySub.m02 {
  z-index:1;
}
#category-full .categorySub > li {
  position:relative;
  display:inline-block;
  *display:inline;
  *zoom:1;
  width:190px;
  margin:8px 2px 20px 10px;
  vertical-align:top;
  font-size:12px;
  line-height:28px;
  text-align:left;
  letter-spacing:0;
}
#category-full .categorySub > li > a {
  height:30px;
  margin-bottom:10px;
  padding-left:10px;
  background:none;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:13px;
  line-height:28px;
  font-weight:700;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
#category-full .categorySub > li > a:hover,
#category-full .categorySub > li.on > a {
  border-bottom:1px solid #555;
  color:#111;
}
#category-full .categorySub > li > ul {
  display:block !important;
}
#category-full .categorySub > li > ul > li {
  position:relative;
}
#category-full .categorySub > li > ul > li.arrow {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 5px;
}
#category-full .categorySub > li > ul > li > a {
  line-height:27px;
  min-width:160px;
  padding:0 10px;
  text-overflow:ellipsis ;
  white-space:nowrap;
  overflow:hidden;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-full .categorySub > li > ul > li > a:hover,
#category-full .categorySub > li > ul > li.on > a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#category-full .categorySub > li > ul > li > ul {
  position:absolute;
  display:none;
  left:190px;
  top:-11px;
  padding:10px 0;
  background:#fff;
  border:1px solid #ddd;
}
#category-full .categorySub > li > ul > li > ul > li {
  position:relative;
}
#category-full .categorySub > li > ul > li > ul > li.arrow {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 5px;
}
#category-full .categorySub > li > ul > li > ul > li > a {
  line-height:27px;
  min-width:160px;
  padding:0 10px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-full .categorySub > li > ul > li > ul > li > a:hover,
#category-full .categorySub > li > ul > li > ul > li.on > a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#category-full .categorySub > li > ul > li > ul > li > ul {
  position:absolute;
  display:none;
  left:180px;
  top:-11px;
  padding:10px 0;
  background:#fff;
  border:1px solid #ddd;
}
#category-full .categorySub > li > ul > li > ul > li > ul > li {
  position:relative;
}
#category-full .categorySub > li > ul > li > ul > li > ul > li.arrow {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 5px;
}
#category-full .categorySub > li > ul > li > ul > li > ul > li > a {
  line-height:27px;
  min-width:160px;
  padding:0 10px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-full .categorySub > li > ul > li > ul > li > ul > li > a:hover,
#category-full .categorySub > li > ul > li > ul > li > ul > li.on > a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#category-full .right_section {
  position:absolute;
  top:20px;
  right:15px;
  width:190px;
  height:100%;
  padding:0 0 0 15px;
  vertical-align:top;
}
#category-full h4 {
  display:block;
  margin:0 0 10px;
  padding:0 0 0 10px;
  font-size:13px;
}
#category-full .menuList {
  margin:0 0 15px;
  padding:0 0 15px;
  border-bottom:1px solid #ddd;
}
#category-full .menuList li a {
  display:block;
  line-height:24px;
  padding:0 0 0 10px;
  font-size:12px;
}
#category-full .menuList li a:hover {
  background-color:rgba(0,0,0,.05);
}
#header_03 h2 {
}
#header_03 .nav {
  text-align:left;
}
#header_03 .nav li {
  position:relative 
}
#header_03 .nav li a {
  display:block;
  position:relative;
  font-size:14px;
  color:#444;
}
#header_03 .nav li a:hover {
  text-decoration:none !important;
  font-weight:bold;
  color:#000;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#header_03 .nav > li > a {
  width:210px;
  height:50px;
  padding:0 0px;
  font-size:15px;
  color:#fff;
  font-weight:bold !important;
  text-transform:;
  text-align:center;
  white-space:nowrap;
}
#header_03 .nav > li > a:hover,
#header_03 .nav > li.on > a {
  color:#000;
  font-weight:bold !important;
  background-color:rgba(255,255,255,100);
}
#header_03 .nav > li > a color {
  color:#f21c35;
}
@media all and (max-width:1285px) {
  #header_03 .nav > li > a {
    width:162px;
    height:50px;
    padding:0 0px;
    font-size:15px;
  }
}
.nav.categorySub {
  position:relative;
  z-index:11;
}
.nav.categorySub.m01 {
  margin:0 0 0 5px;
}
.nav.categorySub.m02 {
  margin:0;
}
.nav.categorySub.m04 {
  margin:0;
}
.nav.categorySub > li {
  float:left;
}
.nav.categorySub > li:first-child {
  background:none;
}
.nav.categorySub > li > a {
  line-height:50px;
}
.nav.categorySub > li > a:hover,
.nav.categorySub > li.on > a {
}
.nav.categorySub > li > ul {
  display:none;
  position:absolute;
  top:50px;
  left:0;
  min-width:160px;
  padding:10px 0;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
}
.nav.categorySub > li > ul > li.arrow {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 50%;
}
.nav.categorySub > li > ul > li > a {
  line-height:27px;
  padding:0 20px 0 15px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
.nav.categorySub > li > ul > li > a:hover,
.nav.categorySub > li > ul > li.on > a {
  background:rgba(0,0,0,.05);
  font-weight:bold;
}
.nav.categorySub > li > ul > li > ul {
  display:none;
  position:absolute;
  top:-11px;
  left:100%;
  min-width:150px;
  padding:10px 0;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
}
.nav.categorySub > li > ul > li > ul > li.arrow {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 50%;
}
.nav.categorySub > li > ul > li > ul > li > a {
  line-height:27px;
  padding:0 0 0 15px;
  color:#555;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
.nav.categorySub > li > ul > li > ul > li > a:hover,
.nav.categorySub > li > ul > li > ul > li.on > a {
  background:rgba(0,0,0,.05);
  font-weight:bold;
}
.nav.categorySub > li > ul > li > ul > li > ul {
  display:none;
  position:absolute;
  top:-5px;
  left:100%;
  min-width:150px;
  padding:7px 0;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
}
.nav.categorySub > li > ul > li > ul > li > ul > li a {
  line-height:27px;
  padding:0 0 0 15px;
  color:#555;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
.nav.categorySub > li > ul > li > ul > li > ul > li a:hover {
  background:rgba(0,0,0,.05);
  color:#111;
}
.nav.categorySub.m03 {
  position:absolute;
  z-index:12;
  right:0;
  top:0;
  height:50px;
}
.nav.categorySub.m03 > li {
  float:left;
}
.nav.categorySub.m03 > li > a {
  z-index:3;
  line-height:50px;
  padding:0 12px !important;
  background:url('/_wg/img/_bar/bar_b_10.png') no-repeat left 50%;
  background-size:1px 15px;
  text-align:center;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.nav.categorySub.m03 > li > a:hover,
.nav.categorySub.m03 > li.on > a {
  background:url('/_wg/img/_bar/bar_b_10.png') no-repeat left 50% !important;
  background-size:1px 15px !important;
}
.nav.categorySub.m03 > li a i {
  line-height:49px;
  font-size:22px;
  color:#111;
}
.nav.categorySub.m03 > li a:hover i {
  color:#555;
}
.nav.categorySub.m03 > li > ul {
  display:none;
  position:absolute;
  z-index:4;
  top:50px;
  width:300px;
  height:422px;
  margin:0 0 0 -190px;
  padding:0 0 5px;
  background:#fff;
  border:1px solid #ddd;
  text-align:left;
  overflow:hidden;
}
.nav.categorySub .sale_ico {
  position:absolute;
  top:-13px;
  left:50%;
  width:51px;
  height:26px;
  line-height:23px;
  margin-left:-25px;
  background:url('/_wg/img/JS_timeSale/ico.png') no-repeat;
  border-radius:5px;
  font-weight:bold;
  font-size:10px;
  text-align:center;
  color:#fff;
  filter:alpha(opacity=100);
  opacity:1;
  -webkit-opacity:1;
  transition:opacity .8s .5s,top .8s .5s ease !important;
  -webkit-transition:opacity .8s .5s,top .8s .5s ease;
  !important;
}
#header_03.fixed .nav.categorySub .sale_ico {
  top:-18px;
  filter:alpha(opacity=0);
  opacity:0;
  -webkit-opacity:0;
  transition-delay:0s;
  -webkit-transition-delay:0s;
}
#category-lnb {
  position:relative;
  z-index:11;
  max-width:85%;
}
@media all and (max-width:1285px) {
  #category-lnb {
    max-width:83%;
  }
}
#category-lnb .d1-wrap {
}
#category-lnb .d1-wrap .d1 {
  position:relative;
  float:left;
}
#category-lnb .d1-wrap .d1 > a {
  line-height:50px;
}
#category-lnb .d1-wrap .d1 > a:hover,
#category-lnb .d1-wrap .d1.on > a {
}
#category-lnb .d1-wrap .d1:first-child i {
  top:-13px;
  left:3px;
  font-size:20px;
}
#category-lnb .d2-wrap {
  display:none;
  position:absolute;
  left:0;
  top:50px;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
  white-space:nowrap;
}
#category-lnb .d2-wrap > dl {
  position:relative;
  z-index:1;
  display:inline-block;
  min-width:160px;
  margin:0 -1px 0 0;
  padding:10px 0;
  border-right:1px solid #eee;
}
#category-lnb .d2-wrap .d2 {
  position:relative;
}
#category-lnb .d2-wrap .d2.be {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 5px;
}
#category-lnb .d2-wrap .d2 > a {
  line-height:27px;
  padding:0 20px 0 15px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-lnb .d2-wrap .d2 > a:hover,
#category-lnb .d2-wrap .d2.on > a {
  background:rgba(0,0,0,.05);
  font-weight:bold;
}
#category-lnb .d2-wrap .img {
  display:inline-block;
  position:relative;
  vertical-align:top;
  font-size:0;
}
#category-lnb .d2-wrap .img a {
  display:inline-block;
  height:100%;
  border-left:1px solid #eee;
  vertical-align:top;
}
#category-lnb .d2-wrap .img img {
  display:block;
  padding:15px;
}
#category-lnb .d2-wrap .img a.map {
  position:absolute;
  background:rgba(5,255,252,.5);
}
#category-lnb .d2-wrap.only .img a {
  border-left:0;
}
#category-lnb iframe {
  position:relative;
  z-index:1;
  top:0;
  left:-1px;
  width:630px;
  height:380px;
  border-left:1px solid #eee;
}
#category-lnb .d3-wrap {
  display:none;
  position:absolute;
  left:100%;
  top:-11px;
  padding:10px 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.1);
}
#category-lnb .d3-wrap .d3 {
  position:relative;
}
#category-lnb .d2-wrap .d3.be {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 5px;
}
#category-lnb .d3-wrap .d3 > a {
  min-width:140px;
  line-height:27px;
  padding:0 10px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-lnb .d2-wrap .d3 > a:hover,
#category-lnb .d3-wrap .d3.on > a {
  background:rgba(0,0,0,.05);
  font-weight:bold;
}
#category-lnb .d4-wrap {
  display:none;
  position:absolute;
  left:100%;
  top:-11px;
  padding:10px 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.1);
}
#category-lnb .d4-wrap .d4 > a {
  min-width:150px;
  line-height:27px;
  padding:0 10px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#category-lnb .d3-wrap .d4 > a:hover {
  background:rgba(0,0,0,.05);
  font-weight:bold;
}
.search_section {
  position:relative;
  float:right;
  height:26px;
  margin:7px 0 0 5px;
}
.search_section .search_form {
  position:relative;
  z-index:2;
  font-size:0;
}
.search_section .search_form #keyword {
  position:relative;
  width:110px;
  height:26px;
  line-height:28px;
  margin:0;
  padding:0 5px 0 10px;
  border:0;
  border-radius:5px 0px 0px 5px;
  background:url('/_wg/img/_bg/bg_opacity_b_10.png');
  font-size:12px;
  color:#333;
  transition:background .3s ease;
  -webkit-transition:background .3s ease;
}
.search_section .search_form:hover #keyword,
.search_section .search_form #keyword:focus {
  background:url('/_wg/img/_bg/bg_opacity_b_20.png');
}
.search_section .search_form input[type=image] {
  position:relative;
  border-radius:0 5px 5px 0;
  background:url('/_wg/img/_bg/bg_opacity_b_10.png');
}
.search_section .search_form input[type=image]:hover {
  background:url('/_wg/img/_bg/bg_opacity_b_20.png');
}
@media all and (max-width:1285px) {
  .search_section .search_form #keyword {
    width:65px;
  }
}
#JS_topMenu2 {
  position:relative;
  z-index:10;
  float:left;
}
#JS_topMenu2 a {
  display:block;
  text-decoration:none;
}
#JS_topMenu2 > li {
  position:relative;
  float:left;
  background:url("/_wg/img/_bar/bar_b_20.png") 0 17px no-repeat;
}
#JS_topMenu2 > li:first-child {
  background:none;
}
#JS_topMenu2 > li > a {
  height:39px;
  line-height:39px;
  padding:0 6px 0 8px;
  border-top:1px solid rgba(255,255,255,0);
  font-size:11px;
  color:#333;
  letter-spacing:0.08em;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
#JS_topMenu2 > li > a:hover,
#JS_topMenu2 > li.on > a {
  border-top:1px solid rgba(0,0,0,.7);
  font-weight:bold;
  color:#000;
}
#JS_topMenu2 > li i {
  position:relative;
  top:2px;
  margin:0 3px 0 0;
  font-size:14px;
}
#JS_topMenu2 > li > ul {
  display:none;
  position:absolute;
  top:40px;
  left:50%;
  margin:0 0 0 -58%;
  padding:7px 0;
  border:1px solid #ddd;
  background:#fff;
}
#JS_topMenu2 > li > ul > li {
  position:relative;
  display:block;
}
#JS_topMenu2 > li > ul > li:first-child > a {
  border-top:none;
}
#JS_topMenu2 > li > ul > li > a {
  height:25px;
  line-height:25px;
  margin:0 10px;
  padding:0 12px;
  border-top:1px solid #eee;
  color:#555;
  font-size:11px;
  white-space:nowrap;
}
#JS_topMenu2 > li > ul > li > a:hover,
#JS_topMenu2 > li > ul > li.on > a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#JS_topMenu2 > li > ul > li > ul {
  display:none;
  position:absolute;
  top:5px;
  left:90px;
  width:120px;
  padding:7px 0;
  border:1px solid #ddd;
  background:#fff;
}
#JS_topMenu2 > li > ul > li > ul > li {
  display:block;
}
#JS_topMenu2 > li > ul > li > ul > li:first-child {
}
#JS_topMenu2 > li > ul > li > ul > li a {
  height:22px;
  padding:0 0 0 10px;
  line-height:23px;
  color:#555;
  font-size:11px;
}
#JS_topMenu2 > li > ul > li > ul > li a:hover,
#JS_topMenu2 > li > ul > li > ul > li.on a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#JS_topMenu2 .multishop img {
  position:relative;
  top:14px;
  margin:0 7px 0 0;
}
#JS_topMenu2 .multishop > ul {
  z-index:10;
  width:180px!important;
}
#JS_topMenu2 .multishop > ul > li.selected {
  background:url('/_wg/img/dot_notice.gif') no-repeat 16px 10px;
}
#JS_topMenu2 .multishop > ul a img {
  top:6px!important;
  left:5px;
}
#JS_topMenu2 .multishop > ul .name {
  display:inline-block;
  width:80px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
#JS_topMenu2 .multishop > ul .unit {
  float:right;
  width:30px;
  font-size:10px;
}
#JS_topMenu2 .multishop > ul > li > a {
  padding:0 0 0 10px;
}
.sns_icon {
  position:relative;
  float:left;
  top:6px;
  margin:0 0 0 5px;
}
.sns_icon li {
  position:relative;
  float:left;
  height:40px;
  margin:0 2px;
}
.sns_icon li a {
  display:block;
  width:27px;
  height:28px;
  border-radius:100%;
  background:rgba(0,0,0,.05);
  font-size:15px;
  text-align:center;
  text-decoration:none;
  transition:all .7s ease;
  -webkit-transition:all .7s ease;
}
.sns_icon li:hover a {
  background:rgba(0,0,0,.1);
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  transform:rotate(30deg);
  -webkit-transform:rotate(30deg);
}
.sns_icon li a i {
  line-height:27px;
  color:#000;
  filter:alpha(opacity=80);
  opacity:.8;
  -webkit-opacity:.8;
}
.sns_icon li.ico a {
  background:none;
}
.sns_icon li.ico a img {
  line-height:28px;
  width:28px;
  opacity:.8;
  -webkit-opacity:.8;
}
#JS_topMenu {
  position:relative;
  float:right;
  z-index:10;
}
#JS_topMenu a {
  display:block;
  color:#333;
  font-size:11px;
  white-space:nowrap;
}
#JS_topMenu a:hover {
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
#JS_topMenu li {
  position:relative;
}
#JS_topMenu > li {
  float:left;
  background:url("/_wg/img/_bar/bar_b_20.png") 0 17px no-repeat;
}
#JS_topMenu > li:first-child {
  background:none;
}
#JS_topMenu > li > a {
  height:39px;
  padding:0 6px 1px 7px;
  line-height:39px;
  border-top:1px solid rgba(255,255,255,0);
  letter-spacing:0.08em;
  transition:color .3s,font-weight .3s ease;
  -webkit-transition:color .3s,font-weight .3s ease;
}
#JS_topMenu > li.arrow > a {
  padding:0 18px 1px 8px;
  background:url('/_wg/img/_arrow/arrow_menu_down.gif') no-repeat 93% 50%;
}
#JS_topMenu > li.on > a,
#JS_topMenu > li.fix > a {
  border-top:1px solid rgba(0,0,0,.7);
  font-weight:bold;
  color:#000;
}
#JS_topMenu > li .count {
  margin:0 0 0 3px;
  padding:3px 5px;
  background:url('/_wg/img/_bg/bg_opacity_b_30.png');
  border-radius:4px;
  text-align:center;
  color:#fff;
  font-size:10px;
  font-weight:400;
}
#JS_topMenu > li > ul {
  display:none;
  position:absolute;
  top:39px;
  left:50%;
  margin:0 0 0 -65%;
  padding:7px 0;
  border:1px solid #ddd;
  background:#fff;
}
#JS_topMenu > li > ul > li.arrow {
  background:url('/_wg/img/_arrow/arrow_menu.gif') no-repeat 95% 50%;
}
#JS_topMenu > li > ul > li:first-child > a {
  border-top:none;
}
#JS_topMenu > li > ul > li > a {
  height:25px;
  line-height:25px;
  margin:0 10px;
  padding:0 12px;
  border-top:1px solid #eee;
  color:#555;
  white-space:nowrap;
}
#JS_topMenu > li > ul > li > a:hover,
#JS_topMenu > li > ul > li.on > a {
  background:rgba(0,0,0,.05);
}
#JS_topMenu > li > ul > li > ul {
  display:none;
  position:absolute;
  top:5px;
  left:90px;
  width:120px;
  padding:7px 0;
  border:1px solid #ddd;
  background:#fff;
}
#JS_topMenu > li > ul > li > ul > li {
  display:block;
}
#JS_topMenu > li > ul > li > ul > li:first-child {
}
#JS_topMenu > li > ul > li > ul > li a {
  height:22px;
  padding:0 0 0 10px;
  line-height:23px;
  color:#555;
  font-size:11px;
}
#JS_topMenu > li > ul > li > ul > li a:hover,
#JS_topMenu > li > ul > li > ul > li.on a {
  background-color:rgba(0,0,0,.05);
  color:#111;
}
#JS_topMenu .point_ico {
  position:absolute;
  top:32px;
  left:-1px;
  width:60px;
  height:23px;
  line-height:23px;
  background:rgb(51,51,51);
  background:url('/_wg/img/mileage_bg.png') no-repeat \9;
  border-radius:5px;
  font-weight:bold;
  font-size:10px;
  letter-spacing:0;
  text-align:center;
  color:#fff;
  filter:alpha(opacity=100);
  opacity:1;
  -webkit-opacity:1;
  transition:all .8s .5s ease !important;
  -webkit-transition:all .8s .5s ease !important;
}
#header_01.fixed #JS_topMenu .point_ico {
  top:20px;
  filter:alpha(opacity=0);
  opacity:0;
  -webkit-opacity:0;
  transition-delay:.8s;
  -webkit-transition-delay:.8s;
}
.JS_headerBnr {
  position:absolute;
  z-index:10;
  top:-41px;
  left:0px;
  width:210px;
  height:280px;
  overflow:hidden;
}
.JS_headerBnr .img {
  position:relative;
  top:75px;
  height:100%;
  text-align:center;
}
.JS_headerBnr .img li {
  position:absolute;
  width:100%;
  height:100%;
  left:100%;
}
.JS_headerBnr .img li:first-child {
  z-index:1;
  left:0;
}
.JS_headerBnr .btn {
  position:absolute;
  z-index:3;
  width:100%;
  bottom:65px;
  text-align:center;
  letter-spacing:-4px;
  font-size:0;
  line-height:0;
  opacity:0;
  -webkit-opacity:0;
  transition:opacity .3s 8s ease;
  -webkit-transition:opacity .3s 8s ease;
}
.JS_headerBnr:hover .btn {
  opacity:1.0;
  -webkit-opacity:1.0;
  transition-delay:0s;
  -webkit-transition-delay:0s;
}
.JS_headerBnr .btn li {
  position:relative;
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:3px;
  margin:0 2px;
  padding:5px 0;
  cursor:pointer;
}
.JS_headerBnr .btn li div {
  width:10px;
  height:2px;
  background:#ccc;
  font-size:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_headerBnr .btn li.on div {
  width:18px;
  background:#999;
}
.JS_headerBnr .btn li span {
  position:absolute;
  left:0;
  display:block;
  width:0;
  height:2px;
  background:#111;
  text-indent:-9999px;
}
.JS_headerBnr .DB_dir {
  position:absolute;
  z-index:10;
  left:50%;
  top:50%;
  width:210px;
  height:0;
  margin-left:-105px;
  margin-top:-20px;
  cursor:pointer;
}
.JS_headerBnr .prev {
  position:absolute;
  left:10px;
  width:30px;
  height:30px;
  background:url('/_wg/img/_arrow/arrowL_21.gif') no-repeat 50% 50% rgba(255,255,255,.2);
  opacity:0;
  -webkit-opacity:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_headerBnr:hover .prev {
  left:7px;
  opacity:1.0;
  -webkit-opacity:1.0;
}
.JS_headerBnr:hover .prev:hover {
  opacity:.4;
  -webkit-opacity:.4;
}
.JS_headerBnr .next {
  position:absolute;
  right:10px;
  width:30px;
  height:30px;
  background:url('/_wg/img/_arrow/arrowR_21.gif') no-repeat 50% 50% rgba(255,255,255,.2);
  opacity:0;
  -webkit-opacity:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_headerBnr:hover .next {
  right:7px;
  opacity:1.0;
  -webkit-opacity:1.0;
}
.JS_headerBnr:hover .next:hover {
  opacity:.4;
  -webkit-opacity:.4;
}
.JS_headerBnr2 {
  position:absolute;
  z-index:3;
  top:-1px;
  right:0px;
  width:350px;
  height:190px;
  overflow:hidden;
}
.JS_headerBnr2 .img {
  position:relative;
  top:0;
  height:100%;
}
.JS_headerBnr2 .img li {
  position:absolute;
  width:100%;
  height:100%;
  left:100%;
}
.JS_headerBnr2 .btn {
  position:absolute;
  z-index:3;
  width:100%;
  bottom:10px;
  text-align:right;
  letter-spacing:-4px;
  font-size:0;
  line-height:0;
  opacity:0;
  -webkit-opacity:0;
  transition:opacity .3s 8s ease;
  -webkit-transition:opacity .3s 8s ease;
}
.JS_headerBnr2:hover .btn {
  opacity:1.0;
  -webkit-opacity:1.0;
  transition-delay:0s;
  -webkit-transition-delay:0s;
}
.JS_headerBnr2 .btn li {
  position:relative;
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:3px;
  margin:0 2px;
  padding:5px 0;
  cursor:pointer;
}
.JS_headerBnr2 .btn li div {
  width:10px;
  height:2px;
  background:#ccc;
  font-size:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_headerBnr2 .btn li.on div {
  width:18px;
  background:#999;
}
.JS_headerBnr2 .btn li span {
  position:absolute;
  left:0;
  display:block;
  width:0;
  height:2px;
  background:#111;
  text-indent:-9999px;
}
.JS_headerBnr2 .DB_dir {
  position:absolute;
  z-index:10;
  top:0;
  right:0;
  width:30px;
  height:0;
  cursor:pointer;
  opacity:0;
  -webkit-opacity:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_headerBnr2:hover .DB_dir {
  opacity:1;
  -webkit-opacity:1;
}
.JS_headerBnr2 .arrow {
  position:absolute;
  width:30px;
  height:30px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_headerBnr2 .prev {
  top:-4px;
  background:url('/_wg/img/_arrow/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}
.JS_headerBnr2:hover .prev {
  top:1px;
}
.JS_headerBnr2 .prev:hover {
  background:url('/_wg/img/_arrow/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}
.JS_headerBnr2 .next {
  top:26px;
  background:url('/_wg/img/_arrow/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}
.JS_headerBnr2:hover .next {
  top:31px;
}
.JS_headerBnr2 .next:hover {
  background:url('/_wg/img/_arrow/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}
.categorySub.brand {
  position:absolute;
  left:50px;
  top:0;
}
.categorySub.brand > li {
  float:left;
}
.categorySub.brand > li > a {
  display:block;
  position:relative;
  z-index:3;
  width:30px;
  background:url('/_wg/img/_bar/bar_b_10.png') no-repeat right 50% !important;
  background-size:1px 15px !important;
}
.categorySub.brand > li > a:hover,
.categorySub.brand > li.on > a,
.categorySub.brand > li.fix > a {
  background-image:url('/_wg/img/_bar/bar_b_10.png') no-repeat;
  background-position:right 50%;
  background-size:1px 15px !important;
}
.categorySub.brand > li a i {
  line-height:49px;
  font-size:22px;
  color:#111;
}
.categorySub.brand > li a:hover i {
  color:#555;
}
.categorySub.brand > li > ul {
  display:none;
  position:absolute;
  z-index:1;
  top:50px;
  left:-52px;
  width:1240px;
  min-height:110px;
  padding:15px 5px 15px 15px;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
}
.categorySub.brand h2 {
  display:block;
  line-height:25px;
  margin:0 12px 15px 0;
  padding:0 0 10px;
  border-bottom:1px solid #eee;
  font-size:18px;
  font-weight:normal;
}
.categorySub.brand .brand_list {
  position:relative;
  margin:20px 0 0;
}
@media all and (max-width:1285px) {
  .categorySub.brand > li > ul {
    width:100%;
  }
  .categorySub.brand .brand_list .DB_btn > li a {
    width:18px;
    height:18px;
    line-height:18px;
    font-size:11px;
  }
}
.footer_wrap {
  position:relative;
  display:block;
  border-top:1px solid #333;
  line-height:20px;
  font-size:11px;
}
.footer_wrap:after {
  content:"";
  display:block;
  clear:both;
}
#footer {
  max-width:1260px;
  margin:0 auto;
}
#footer h4 {
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:0.1em;
  font-family:'roboto';
}
#footer .h4_line {
  width:17px;
  height:1px;
  margin:0 0 20px;
  border-bottom:1px solid #555;
  line-height:0px;
  font-size:0;
}
#footer ._section {
  min-height:190px;
  margin:0 0 10px;
  background:url('/_wg/img/_bar/bar_b_10.png') repeat-y 100% 0;
}
#footer ._line {
  width:100%;
  height:0;
  line-height:0;
  margin:15px 0 25px;
  border-top:1px solid #e6e6e6;
}
#footer .info {
  color:#aaa;
}
#footer i {
  font-size:13px;
  vertical-align:-2px;
}
#footer .footer_menu {
  display:block;
  margin:15px 0 30px;
  padding:0 0 13px 10px;
  border-bottom:1px solid #e6e6e6;
}
#footer .footer_menu ul {
  font-size:0;
  line-height:0;
  letter-spacing:-4px;
}
#footer .footer_menu li {
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:20px;
  padding:0 15px;
  background:url("/_wg/img/_bar/bar_b_10.png") 0 5px no-repeat;
  font-size:12px;
  line-height:19px;
  letter-spacing:0;
}
#footer .footer_menu li.home {
  padding-left:0;
  background:none;
}
#footer .footer_menu li a {
  color:#333;
}
#footer .footer_menu li a:hover {
  color:#000;
  text-decoration:none;
  font-weight:700;
}
#footer .oper_time {
  float:left;
  width:21%;
  margin:0 4% 0 1%;
}
#footer .oper_time li {
  min-height:0;
}
#footer .oper_time .phone {
  min-height:0;
  line-height:25px;
  margin:0 0 15px;
  font-family:'roboto';
  font-size:22px;
  font-weight:700;
  letter-spacing:.02em;
}
#footer .oper_time .phone img {
  position:relative;
  top:3px;
}
#footer .oper_time strong {
  min-height:0;
  line-height:20px;
  padding-right:10px;
  color:#333;
}
#footer .oper_time span {
  min-height:0;
  line-height:20px;
}
@media all and (max-width:1285px) {
  #footer .oper_time {
    width:25%;
  }
  #footer .oper_time .phone {
    font-size:18px;
  }
}
#footer .bank_info {
  float:left;
  width:21%;
  margin:0 4% 0 0;
}
#footer .bank_info li {
  min-height:0;
  letter-spacing:0.1em;
}
#footer .bank_info strong {
  display:block;
  float:left;
  width:65px;
  min-height:0;
  line-height:20px;
  font-weight:bold;
}
#footer .bank_info span {
  min-height:0;
  line-height:20px;
}
#footer .bank_info .bank_list {
  width:170px;
  margin:10px 0 0;
}
@media all and (max-width:1285px) {
  #footer .bank_info {
    width:28%;
  }
}
#footer .footer_delivery {
  float:left;
  width:34%;
}
#footer .footer_delivery h4 {
  margin:0 0 5px;
  font-size:11px;
}
#footer .footer_delivery ul.first {
  margin:0 0 25px;
}
#footer .footer_delivery li {
  font-size:11px;
}
#footer .footer_delivery strong,
#footer .footer_delivery span {
  margin:0 10px 0 0;
}
#footer .footer_delivery .v_returnAdd1 {
  word-break:keep-all;
}
#footer .footer_delivery .v_returnAdd2 {
  width:96%;
}
@media all and (max-width:1285px) {
  #footer .footer_delivery {
    width:38%;
    background:none;
  }
}
#footer .footer_menu2 {
  float:right;
  width:11%;
  margin:0 1% 0 0;
}
#footer .footer_menu2 li a {
  display:block;
  margin:0 0 4px;
  padding:3px 6px 2px 6px;
  line-height:20px;
  border:1px solid #ddd;
  color:#333;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
#footer .footer_menu2 li a:hover {
  border:1px solid #888;
  background:#f4f4f4;
  color:#000;
  text-decoration:none;
}
@media all and (max-width:1285px) {
  #footer .footer_menu2 {
    display:block;
    float:none;
    width:100%;
    margin:0 0 0 1%;
  }
  #footer .footer_menu2 li {
    display:inline-block;
    *display:inline;
    *zoom:1;
  }
}
#footer .footer_company {
  float:left;
  width:55%;
  margin:0 0 0 1%;
  font-size:12px;
  line-height:23px;
}
#footer .footer_company strong {
  padding-right:8px;
  color:#aaa;
  font-weight:normal;
}
#footer .footer_company span {
  padding-right:23px;
  color:#333;
}
#footer .footer_company a:hover {
  text-decoration:none;
  color:#999;
}
#footer .footer_escrow {
  float:right;
  width:30%;
  margin:0 1% 15px 0;
  text-align:right;
  line-height:22px;
}
#footer .footer_escrow .v_escrow1 {
  padding:3px 7px;
  border-radius:3px;
  -webkit-border-radius:3px;
  background:#888;
  color:#fff;
}
#footer .footer_escrow .btn_11_ff {
  margin:5px 0 0;
}
#footer .footer_ico {
  float:right;
  width:43%;
  margin:0 1% 10px 0;
  font-size:0;
  line-height:0;
  text-align:right;
}
#footer .footer_ico li {
  display:inline-block;
  *display:inline;
  *zoom:1;
  margin:0 0 10px 10px;
}
.footer_end {
  display:block;
  position:relative;
  height:100%;
  line-height:45px;
  background:url('/_wg/img/_bg/bg_slash_w_10.png') #333;
  font-family:'Roboto';
  font-size:11px;
  text-align:center;
  color:#fff;
  letter-spacing:0.2em;
}
.footer_end_inner {
  max-width:1260px;
  margin:0 auto;
}
.footer_end .copyright {
  float:left;
}
.footer_end .made a {
  float:right;
  color:#ddd;
}
.footer_end .made a:hover {
  text-decoration:none;
}
.xans-layout-conversionpc {
  background:#fff;
  padding:45px;
  text-align:center;
}
.xans-layout-conversionpc a {
  margin:20px;
  padding:20px 40px 20px 110px;
  font-size:68px;
  color:#63666e;
  text-decoration:none;
  text-align:center;
  border:4px solid #9d9db0;
  border-radius:10px;
  background:url("http:/design/taera2025/image/ico_mobile.png") no-repeat 40px 50%;
}
li {
  list-style:none;
}
table {
  width:100%;
  border:0;
  border-spacing:0;
  border-collapse:collapse;
}
caption {
  display:none;
}
h1,
h3 {
  margin:0;
}
.ec-base-layer {
  position:absolute;
  z-index:100;
  border:1px solid #757575;
  background:#fff;
}
.ec-base-layer .header {
  padding:7px 35px 7px 19px;
  color:#fff;
  background:#495164;
}
.ec-base-layer .header > h1,
.ec-base-layer .header > h3 {
  font-size:14px;
  line-height:1.5;
}
.ec-base-layer .content {
  padding:20px;
  font-size:12px;
}
.ec-base-layer div.ec-base-help {
  margin-top:0;
}
.ec-base-layer .ec-base-button {
  padding:9px;
  border-top:1px solid #d7d5d5;
  text-align:center;
  background:#fbfafa;
}
.ec-base-layer .close {
  position:absolute;
  right:0;
  top:0;
  padding:11px 20px;
  cursor:pointer;
}
#popup .ec-base-layer {
  position:relative;
  border:0;
}
#popup .ec-base-layer .header {
  padding:12px 35px 12px 19px;
}
#popup .ec-base-layer .close {
  top:5px;
}
.ec-base-layer .content > .ec-base-table table:first-child {
  margin-top:0;
}
.ec-base-layer .ec-base-table table {
  line-height:1.4;
}
.ec-base-layer .ec-base-table thead th {
  padding:9px 0 8px;
}
.ec-base-layer .ec-base-table tbody th {
  padding:9px 0 8px 10px;
}
.ec-base-layer .ec-base-table td {
  padding:9px 10px 8px;
}
.ec-base-layer .ec-base-table.typeWrite td {
  padding:5px 10px 4px;
}
.ec-base-layer .ec-base-table.typeList tfoot td {
  padding:10px 10px 12px;
}
.ec-base-layer .ec-base-table.typeBorder tfoot td {
  padding:10px 10px 12px;
}
.xans-layout-multishopshipping {
  display:none;
}
.xans-layout-multishopshipping .worldshipLayer {
  top:303px;
  left:50%;
  width:448px;
  margin:0 0 0 -225px;
}
.xans-layout-multishopshipping .worldshipLayer .content {
  padding:153px 20px 30px;
  line-height:1.8;
  background:url("/design/taera2025/image/bg_worldship.gif") center 21px no-repeat;
}
.xans-layout-multishopshipping .worldshipLayer .content .desc {
  display:block;
  margin:4px 0 14px;
}
.xans-layout-multishopshipping .worldshipLayer .select {
  margin:10px 0 0;
}
.xans-layout-multishopshipping .worldshipLayer .select select {
  width:100%;
}
.xans-layout-conversionpc {
  background:#fff;
  padding:45px;
  text-align:center;
}
.xans-layout-conversionpc a {
  margin:20px;
  padding:20px 40px 20px 110px;
  font-size:68px;
  color:#63666e;
  text-decoration:none;
  text-align:center;
  border:4px solid #9d9db0;
  border-radius:10px;
  background:url("/design/taera2025/image/ico_mobile.png") no-repeat 40px 50%;
}
.SD_footerBnr {
  margin:0 auto;
  padding:40px 0;
  border-top:1px solid #eee;
}
.SD_footerBnr ul {
  font-size:0;
  line-height:0;
  letter-spacing:-5px;
}
.SD_footerBnr ul li {
  display:inline-block;
  *display:inline;
  *zoom:1;
  width:25%;
  text-align:center;
}
.SD_footerBnr ul li img {
  width:100.24%;
  transition:opacity .3s ease;
  -webkit-transition:opacity .3s ease;
}
.SD_footerBnr ul li img:hover {
  filter:alpha(opacity=70);
  opacity:0.7;
  -webkit-opacity:0.7;
}
.insta_wrap {
  position:relative;
  margin:0;
  padding:30px 0px 40px;
  border-top:1px solid #e6e6e6;
  background:#f8f8f8;
}
.insta_wrap h2 {
  height:26px;
  line-height:26px;
  margin:0 0 10px;
  text-align:center;
  font-family:'roboto';
}
.insta_wrap h2 a {
  font-size:17px;
  color:#333;
  letter-spacing:0.1em;
  text-decoration:none;
}
.insta_wrap h2 i {
  position:relative;
  top:3px;
  font-size:20px;
}
.insta_wrap .user {
  position:relative;
  width:100%;
  max-width:1260px;
  height:30px;
  margin:0 auto 20px;
  text-align:center;
}
.insta_wrap .user a {
  display:inline-block;
  height:25px;
  line-height:25px;
  margin:0 2px;
  padding:0 15px;
  border-radius:15px;
  background:#333;
  color:#fff;
  font-size:11px;
  white-space:nowrap;
  text-decoration:none;
  transition:background .3s ease;
  -webkit-transition:background .3s ease;
}
.insta_wrap .user a:hover {
  background:#555;
}
#instafeed {
  width:1260px;
  margin:0 auto;
}
#instafeed .post {
  display:inline-block;
  *display:inline;
  *zoom:1;
  position:relative;
  width:123px;
  height:123px;
  margin:0 3px 3px 0;
  box-sizing:border-box;
  background:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
  overflow:hidden;
  vertical-align:top;
  font-size:0;
}
#instafeed .post img {
  width:123px;
  min-height:123px;
  height:100%;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
#instafeed .post img:hover {
  filter:alpha(opacity=60);
  opacity:.6;
  -webkit-opacity:.6;
}
#instafeed .post .tit {
  display:none;
  position:absolute;
  z-index:10;
  bottom:-4px;
  left:50%;
  width:74px;
  margin-left:-37px;
  line-height:25px;
  border:1px solid #ddd;
  border-radius:4px;
  background:#f4f4f4;
  font-size:11px;
  color:#333;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  filter:alpha(opacity=0);
  opacity:0;
  -webkit-opacity:0;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
#instafeed .post:hover .tit {
  bottom:0;
  filter:alpha(opacity=100);
  opacity:1.0;
  -webkit-opacity:1.0;
}
#instafeed .post .tit a:hover {
  text-decoration:none;
}
@media all and (max-width:1285px) {
  #instafeed {
    width:980px;
  }
  #instafeed .post {
    width:95px;
    height:95px;
  }
  #instafeed .post img {
    width:95px;
    min-height:95px;
  }
}
body.lightbox {
  overflow:hidden;
}
.d_lightbox {
  display:none !important ;
  position:fixed;
  z-index:299;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
}
.d_panel.right {
  display:none;
  position:fixed;
  z-index:300;
  right:0px;
  top:0;
  width:236px;
  height:100%;
  border-left:1px solid #ddd;
  background:#fff;
  box-shadow:-2px 0px 4px rgba(0,0,0,0.07);
}
.d_panel.right .position {
  position:relative;
  z-index:2;
  top:0;
  left:20px;
  width:200px;
  background:#fff;
  transition:top .5s .5s ease;
  -webkit-transition:top .5s .5s ease;
}
.d_panel.right .right_panel {
  position:absolute;
  top:50%;
  left:-40px;
  width:40px;
  margin-top:-250px;
}
.d_panel.right .right_panel.fix {
}
.d_panel.right .right_panel > li {
  position:relative;
  z-index:3 width:38px;
  height:38px;
  margin:0 0 -1px;
  border:1px solid #ddd;
  background:#fff;
  cursor:pointer;
  text-align:center;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
.d_panel.right .right_panel > li.on {
}
.d_panel.right .right_panel > li.fix {
}
.d_panel.right .right_panel > li a {
  text-decoration:none;
}
.d_panel.right .right_panel > li img {
  position:relative;
  left:0;
  top:12px;
  width:15px;
}
.d_panel.right .right_panel > li > i {
  position:relative;
  display:block;
  padding:10px 0;
  color:#555;
  font-size:17px;
}
.d_panel.right .right_panel i.xi-angle-up,
.d_panel.right .right_panel i.xi-angle-down {
  position:relative;
  display:block;
  padding:10px 0;
  color:#555;
  font-size:13px;
}
.d_panel.right .right_panel span.count {
  display:;
  position:absolute;
  z-index:10;
  right:31px;
  top:2px;
  min-width:10px;
  height:19px;
  line-height:20px;
  padding:0 4px;
  text-align:center;
  background:#444;
  border-radius:16px;
  font-family:Roboto,Arial,sans-serif;
  font-size:9px;
  color:#fff;
}
.d_panel.right .right_panel .-caption {
  top:5px;
  left:-8px!important;
}
.d_panel.right .right_panel .-caption p {
  right:0;
  transform:none !important;
}
.d_panel.right .right_pop > li.fix .-caption {
  display:none;
}
.d_panel.right .right_panel > li p.caption {
  position:absolute;
  z-index:5;
  top:6px;
  right:-500px;
  height:25px;
  line-height:25px;
  padding:0 10px;
  border:1px solid #ddd;
  background:#fff;
  color:#333;
  text-align:center;
  font-size:12px;
  opacity:0;
  transition:opacity .2s,right .2s .4s ease;
  -webkit-transition:opacity .2s,right .2s .4s ease;
}
.d_panel.right .right_panel > li:hover p.caption {
  display:block;
  right:45px;
  opacity:1;
  transition:opacity .2s ease;
  -webkit-transition:opacity .2s ease;
}
.d_panel.right .right_pop > li.fix p.caption {
  display:none;
}
.d_panel.right p.px30 {
  width:30px;
}
.d_panel.right p.px40 {
  width:40px;
}
.d_panel.right p.px50 {
  width:50px;
}
.d_panel.right p.px60 {
  width:60px;
}
.d_panel.right p.px70 {
  width:70px;
}
.d_panel.right p.px80 {
  width:80px;
}
.d_panel.right p.px90 {
  width:90px;
}
.d_panel.right p.px100 {
  width:100px;
}
.d_panel.right p.px110 {
  width:110px;
}
.d_panel.right p.px120 {
  width:120px;
}
.d_panel.right .d_toggle {
  position:relative;
  border:1px solid #000!important;
  border-right:none;
  background:#000!important;
  transition:all .5s 1s ease!important;
  -webkit-transition:all .5s 1s ease!important;
}
.d_panel.right .d_toggle.d_on {
  border:1px solid #ddd!important;
  border-right:1px solid #fff!important;
  background:#fff!important;
}
.d_panel.right .d_toggle .bar {
  display:block;
  position:absolute;
  left:15px;
  width:9px;
  height:1px;
  background:#fff;
  transition:all .4s 1s ease;
  -webkit-transition:all .4s 1s ease;
}
.d_panel.right .d_toggle.d_on .bar {
  background:#000;
}
.d_panel.right .d_toggle .bar.l01 {
  top:16px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
.d_panel.right .d_toggle.d_on .bar.l01 {
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
.d_panel.right .d_toggle .bar.l02 {
  top:22px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
.d_panel.right .d_toggle.d_on .l02 {
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
@media all and (min-height:850px) {
  .d_panel.right .position {
    top:8%;
  }
}
.d_panel.right h4 {
  display:block;
  line-height:28px;
  margin:0 0 10px;
  border-top:1px dotted #888;
  border-bottom:1px dotted #888;
  font-size:12px;
  font-weight:normal;
  text-align:center;
}
.d_panel.right .oper_time {
  margin:0 0 20px;
  font-size:11px;
  line-height:17px;
}
.d_panel.right .oper_time .phone {
  margin:0 0 10px;
  line-height:21px;
  font-size:20px;
  font-weight:700;
}
.d_panel.right .oper_time strong {
  padding-right:10px;
  color:#333;
}
.d_panel.right .bank_info {
  font-size:11px;
}
.d_panel.right .bank_info li {
  min-height:0;
  letter-spacing:0.1em;
}
.d_panel.right .bank_info strong {
  display:block;
  float:left;
  width:30%;
  min-height:0;
  line-height:20px;
  font-weight:bold;
}
.d_panel.right .bank_info span {
  min-height:0;
  line-height:20px;
}
.d_panel.right .bank_info .bank_list {
  display:none;
  width:170px;
  margin:10px 0 0;
}
#p_box {
  display:none;
  position:absolute;
  z-index:-999;
  right:1px;
  top:-130px;
  border:1px solid #ddd;
  background-image:url('/_wg/img/_bg/bg_opacity_w_95.png');
  background:#fff;
}
#p_box > ul > li {
  display:block;
  padding:20px;
}
#p_box .item_img {
  top:0px !important;
}
.box_open > #p_box {
  display:block;
}
.box_open {
  border-left:1px solid #fff !important;
}
.box_open:hover {
  cursor:auto !important;
}
.box_open:hover .caption {
  display:none !important;
}
#p_box .scrollbar_box {
  width:440px;
  height:300px;
}
#p_box .titlebox {
  text-align:left;
  font-weight:100;
  font-size:18px;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  border-bottom:1px solid #ddd;
}
#p_box .titlebox > em {
  display:inline-block;
  background:#333;
  width:4px;
  height:17px;
  position:relative;
  top:3px;
  margin-right:7px;
}
_:-ms-fullscreen,
:root #p_box .titlebox {
  margin:0 0 25px;
}
[ax="boxclose"] {
  position:absolute;
  cursor:pointer;
  top:20px;
  right:20px;
  width:19px;
  height:19px;
  background-image:url('/_wg/img/_btn/btn_x_b_19.gif');
  background-position:center center;
  background-repeat:no-repeat;
}
#p_box .-panel-buttonbox {
  position:absolute;
  left:0;
  bottom:0;
}
#p_box .-panel-tablebox {
  width:100%;
  font-size:11px;
}
#p_box .-panel-tablebox th {
  font-weight:normal;
}
#p_box .-panel-tablebox th i {
  margin:0 7px 0 5px;
}
#p_box .-panel-tablebox th,
#p_box .-panel-tablebox td {
  padding:5px;
  text-align:left;
  vertical-align:middle;
}
#p_box .-panel-tablebox th img {
  top:0;
}
#p_box .-panel-tablebox td img {
  top:4px;
  width:auto;
  height:auto;
  margin:0 3px 0 0;
}
#p_box .-panel-tablebox th > p,
#p_box .-panel-tablebox td > p {
  padding:1px 0;
}
#p_box .-panel-tablebox td > p.-text {
  font-size:11px;
  color:#999;
}
#p_box .-panel-tablebox tr + tr th,
#p_box .-panel-tablebox tr + tr td {
  border-top:1px solid #eee;
}
#p_box .-panel-tablebox td.-right {
  text-align:right;
}
#p_box .-panel-tablebox td .strike {
  color:#999;
}
#p_box .-panel-tablebox .-date {
  font-size:11px;
  display:inline-block;
  border:1px solid #dadada;
  color:#666;
  padding:4px 8px;
  border-radius:3px;
  margin-top:5px;
}
#p_box .-panel-tablebox .-maximg {
  width:100%;
}
#p_box .-panelprod > ul > li {
  padding:5px 0;
  border-bottom:1px solid #eee;
}
#p_box .-panelprod > ul > li p.-left {
  float:left;
  width:13%;
}
#p_box .-panelprod > ul > li p a {
  display:block;
}
#p_box .-panelprod > ul > li p.-left a img {
  width:100%;
}
#p_box .-panelprod > ul > li p.-right {
  float:right;
  width:84%;
}
#p_box .-panelprod > ul > li p.-right a {
  line-height:20px;
}
#p_box .-panelprod > ul > li p.-left-text {
  float:left;
  width:23%;
}
#p_box .-panelprod > ul > li p.-right-text {
  float:left;
  width:74%;
}
#p_box .-panelBtn {
  border-top:1px solid #eee;
  text-align:right;
  padding:10px;
  background-image:url(/_wg/img/_bg/bg_opacity_b_02.png);
}
#p_box .-panelempty {
  padding:40px 10px;
  text-align:center;
}
#p_box .-panel-tablebox + .-panelempty {
  display:none;
}
#p_box .-panel-tablebox.displaynone + .-panelempty {
  display:block;
}
#p_box .-panelinfo {
  color:#666;
  background:#f0f0f0;
  padding:10px;
  font-size:11px;
}
#p_box .-panelinfo .-date {
  margin:5px 0;
  font-size:11px;
  display:inline-block;
  border:1px solid #dadada;
  color:#666;
  padding:4px 8px;
  border-radius:3px;
  background-image:url(/_wg/img/_btn/bg_opacity_w_90.png);
}
#p_box .-panelinfo .-title {
  font-weight:bold;
  border-left:2px solid #333;
  padding-left:7px;
  line-height:100%;
}
#p_box .-panelinfo span {
  display:block;
}
#p_box .-panel-bighead {
  text-align:center;
  font-weight:100;
  font-size:18px;
  padding:20px 20px 25px 20px;
  border-bottom:1px solid #f0f0f0;
}
#p_box .-panel-poll ul {
  padding:20px 0;
}
#p_box .-panel-poll ul li {
  padding:3px 10px;
}
#p_box .-panel-poll ul li + li {
  border-top:1px solid #f0f0f0;
}
#p_box .-panel-poll > p {
  text-align:center;
  border-top:1px solid #f0f0f0;
  padding:20px 0 0 0;
}
#p_box .serch {
}
#p_box .serch:after {
  display:block;
  clear:both;
  content: ''
}
#p_box .serch li {
  position: relative;
  border-bottom:1px solid #eee;
  padding:6px 0px 6px 0px;
}
#p_box .serch li:after {
  display:block;
  clear:both;
  content: ''
}
#p_box .serch span {
  display:block;
}
#p_box .serch .l_title {
  width:100px;
  padding:7px 0px 6px 0px;
  border:0px solid #ccc;
  float: left;
  text-align: left;
  padding-left:10px;
  font-size:11px !important;
}
#p_box .serch .right {
  width:310px;
  float: right;
  border:0px solid #ccc;
  text-align: left;
}
#p_box .serch li .fa {
  margin-right:5px;
}
#p_box .serch .btn_wrap {
  text-align: right !important;
  border:0px !important;
  padding-top:20px !important;
}
#p_box .serch input.inputTypeText {
  width:199px !important;
}
#p_box .serch #search_type {
  width:97px;
}
#p_box .serch #category_no {
  width:310px;
}
#p_box .serch a.-btn.-line.-xs.xans-record- {
  padding-left:5px;
  padding-right:5px;
}
#p_box .serch input.input01 {
  width:137px;
}
#p_box .serch #order_by {
  width:310px;
  display:block !important;
}
#p_box .serch a.-btn.-black.-xs.xans-record- {
  height:25px;
  line-height:24px;
}
#p_box .serch a.-btn.-line.-xs.xans-record- {
  height:25px;
  line-height:24px;
}
#p_box .serch .SD_searchColor {
  margin:0 0 10px;
  padding:10px 0 0;
  border-top:1px solid #eee;
}
#p_box .serch .SD_searchColor:after {
  content:"";
  display:block;
  *zoom:1;
  clear:both;
}
#p_box .serch .SD_searchColor ul {
  display:block;
  width:890px !important;
  font-size:0;
}
#p_box .serch .SD_searchColor li {
  position:relative;
  float:left;
  margin:0 12px 0 0;
}
#p_box .serch .SD_searchColor li a {
  display:block;
  width:22px;
  height:22px;
  border-radius:100%;
  box-shadow:0 0 2px rgba(0,0,0,0.3);
  transition:all .4s ease;
  -webkit-transition:all .4s ease;
}
#p_box .serch .SD_searchColor li:hover a {
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  transition:all .15s ease;
  -webkit-transition:all .15s ease;
}
.SD_searchColor li p {
  position:absolute;
  z-index:1;
  top:-29px;
  left:50%;
  width:74px;
  margin-left:-37px;
  line-height:25px;
  border:1px solid #ddd;
  border-radius:4px;
  background:#f4f4f4;
  font-size:11px;
  color:#333;
  text-align:center;
  white-space:nowrap;
  filter:alpha(opacity=0);
  opacity:0;
  -webkit-opacity:0;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
.SD_searchColor li:hover p {
  top:-32px;
  filter:alpha(opacity=100);
  opacity:1.0;
  -webkit-opacity:1.0;
}
#p_box .login_box {
  width:480px;
  height:423px;
}
#p_box .login_box .lock_wr img {
  top:0px !important;
}
#p_box .login_box input.inputTypeText {
  width:280px;
  height:25px;
}
#p_box .login_box #member_passwd {
  width:280px;
  height:25px;
}
#p_box .login_box #order_id1 {
  width:123px;
  height:25px;
  margin:0 10px 0 5px;
}
#p_box .login_box #order_id2 {
  width:123px;
  height:25px;
  margin:5px 0 5px 10px;
}
#p_box .login_box td.-c2.-uitrick {
  padding:0 !important;
}
#p_box .login_box #order_password {
  height:25px;
  width:280px;
}
#p_box .login_box td.-c1 {
  padding-right:0;
}
#p_box .login_box tbody tr td {
  padding-right:0;
}
#p_box .login_box .-panel-sns-icons {
  margin:0 0 10px;
}
#p_box .login_box .-panel-sns-icons a {
  display:inline-block;
  width:45px;
  height:25px;
  margin:0 3px 0 0;
  padding:0;
  text-align:center;
  transition:opacity .3s ease;
  -webkit-transition:opacity .3s ease;
}
#p_box .login_box .-panel-sns-icons a:hover {
  opacity:.6;
}
#p_box .login_box .-panel-sns-icons a span {
  display:block;
  height:25px;
}
#p_box .login_box .-panel-sns-icons a i {
  line-height:23px;
  font-size:15px;
  color:#fff;
}
#p_box .login_box .-panel-sns-icons a span.naver {
  background:#44ba2f;
}
#p_box .login_box .-panel-sns-icons a span.facebook {
  background:#365bac;
}
#p_box .login_box .-panel-sns-icons a span.kakao {
  background:#ebca12;
}
#p_box .login_box .-panel-sns-icons a span.google {
  background:#d2281e;
}
#p_box .login_box .-panel-sns-icons a span.line {
  background:#44ba2f;
}
#p_box .login_box .-panel-sns-icons a span.yahoo {
  background:#ff0033;
}
.tab_box {
}
.tab_box > ul {
  margin-left:1px;
  border-bottom:1px solid #ccc;
}
.tab_box > ul:after {
  display:block;
  clear:both;
  content: ''
}
.tab_box > ul > li {
  cursor:pointer;
  float:left;
  height:28px;
  line-height:28px;
  font-size:11px;
  padding:0 13px;
  letter-spacing:-0.05em;
  border:1px solid #eaeaea;
  border-bottom:1px solid #ccc;
  position:relative;
  top:1px;
  margin-left:-1px;
  background:#f0f0f0;
  color:#999;
}
.tab_box > ul > li.active {
  z-index:1;
  color:#333;
  background:#fff;
  border:1px solid #ccc;
  border-bottom:1px solid #fff;
}
.tab_container {
}
.tab_container > ul {
}
.tab_container > ul > li {
  display:none;
  padding:10px 0;
}
.tab_container > ul > li.active {
  display:block;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0;
}
.-inputs select,
.-inputs textarea,
.-inputs [type="text"],
.-inputs [type="password"] {
  color:#888;
  vertical-align:middle;
  border:1px solid #dadada;
  -webkit-box-sizing :border-box;
  -khtml-box-sizing :border-box;
  -moz-box-sizing :border-box;
  -ms-box-sizing :border-box;
  -o-box-sizing :border-box;
  box-sizing :border-box;
}
.-inputs input + select {
  margin-left:-1px;
}
.-inputs select:hover,
.-inputs select:focus,
.-inputs select:active,
.-inputs textarea:hover,
.-inputs textarea:focus,
.-inputs textarea:active,
.-inputs [type="text"]:hover,
.-inputs [type="text"]:focus,
.-inputs [type="text"]:active,
.-inputs [type="password"]:hover,
.-inputs [type="password"]:focus,
.-inputs [type="password"]:active {
  border:1px solid #bbb;
}
.-inputs select:focus,
.-inputs textarea:focus,
.-inputs [type="text"]:focus,
.-inputs [type="password"]:focus {
  color:#656d7a;
  border:1px solid #bbb;
  background:#fafafa;
}
.-inputs select,
.-inputs [type="text"],
.-inputs [type="password"] {
  height:30px;
  line-height:30px;
  line-height:28px\0;
  padding:0 10px;
}
.-inputs textarea {
  padding:8px 10px;
}
.-inputs select {
  opacity:0;
  filter:alpha(opacity=0);
}
.-inputs .-inputSelect {
  display:inline-block;
  position: relative;
  top:1px;
  background:#fff;
  border:1px solid #ccc;
  -webkit-box-sizing :border-box;
  -khtml-box-sizing :border-box;
  -moz-box-sizing :border-box;
  -ms-box-sizing :border-box;
  -o-box-sizing :border-box;
  box-sizing :border-box;
}
.-inputs .-inputSelect:hover {
  color:#333;
  border:1px solid #999;
}
.-inputs .-inputSelect p {
  opacity:0;
  filter:alpha(opacity=0);
}
.-inputs .-inputSelect i {
  top:50%;
  right:9px;
  margin-top:-5px;
  position:absolute;
}
.-inputs .-inputSelect label {
  width:100%;
  font-size:11px;
  text-align:left;
  left:0;
  position:absolute;
  padding:0 20px 0 10px;
  top:50%;
  margin:-8px 0 0 0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.-inputs .-inputSelect select {
  height:30px;
  min-height:30px;
  line-height:30px;
  padding:0 10px;
  cursor:pointer;
  z-index:1;
  position:relative;
}
.JS_quickBnr {
  position:relative;
  width:200px;
  height:120px;
  margin:20px auto;
}
.JS_quickBnr .label {
  position:absolute;
  z-index:10;
  width:63px;
  left:-13px;
  top:-13px;
}
.JS_quickBnr .img {
  position:relative;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden;
}
.JS_quickBnr .img li {
  position:absolute;
  width:100%;
  height:100%;
  left:100%;
}
.JS_quickBnr .btn {
  position:absolute;
  z-index:3;
  width:100%;
  bottom:5px;
  text-align:center;
  letter-spacing:-4px;
  font-size:0;
  line-height:0;
  opacity:0;
  -webkit-opacity:0;
  transition:opacity .3s 8s ease;
  -webkit-transition:opacity .3s 8s ease;
}
.JS_quickBnr:hover .btn {
  opacity:1.0;
  -webkit-opacity:1.0;
  transition-delay:0s;
  -webkit-transition-delay:0s;
}
.JS_quickBnr .btn li {
  position:relative;
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:3px;
  margin:0 2px;
  padding:5px 0;
  cursor:pointer;
}
.JS_quickBnr .btn li div {
  width:10px;
  height:2px;
  background:#ccc;
  font-size:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_quickBnr .btn li.on div {
  width:18px;
  background:#999;
}
.JS_quickBnr .btn li span {
  position:absolute;
  left:0;
  display:block;
  width:0;
  height:2px;
  background:#111;
  text-indent:-9999px;
}
.JS_quickBnr .DB_dir {
  position:absolute;
  z-index:10;
  top:0;
  right:0;
  width:21px;
  height:0;
  cursor:pointer;
  opacity:0;
  -webkit-opacity:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_quickBnr:hover .DB_dir {
  opacity:1;
  -webkit-opacity:1;
}
.JS_quickBnr .arrow {
  position:absolute;
  width:21px;
  height:21px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_quickBnr .prev {
  top:-5px;
  background:url('/_wg/img/_arrow/arrowVLW_15.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}
.JS_quickBnr:hover .prev {
  top:0px;
}
.JS_quickBnr .prev:hover {
  background:url('/_wg/img/_arrow/arrowVLW_15.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}
.JS_quickBnr .next {
  top:16px;
  background:url('/_wg/img/_arrow/arrowVRW_15.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}
.JS_quickBnr:hover .next {
  top:21px;
}
.JS_quickBnr .next:hover {
  background:url('/_wg/img/_arrow/arrowVRW_15.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}
.JS_quickNotice {
  position:relative;
  width:200px;
  height:22px;
  margin:0 auto 20px;
  border-bottom:1px solid #eee;
}
.JS_quickNotice .tit a {
  position:relative;
  float:left;
  height:22px;
  margin-right:5px;
  font-size:15px;
  letter-spacing:0.1em;
  line-height:19px;
  color:#111;
  text-decoration:none;
}
.JS_quickNotice .DB_mask {
  position:relative;
  width:170px;
  height:22px;
  overflow:hidden;
}
.JS_quickNotice .DB_imgSet {
  position:absolute;
  width:170px;
}
.JS_quickNotice .DB_imgSet li {
  width:100%;
  line-height:20px;
  margin-bottom:10px;
}
.JS_quickNotice .DB_imgSet li a {
  display:block;
  color:#333;
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;
}
.JS_quickNotice .DB_imgSet li a:hover {
  color:#999;
  text-decoration:none;
}
.JS_quickNotice .DB_prevBtn {
  position:absolute;
  top:12px;
  right:14px;
  cursor:pointer;
  display:none;
}
.JS_quickNotice .DB_nextBtn {
  position:absolute;
  top:12px;
  right:0px;
  cursor:pointer;
  display:none;
}
.quickIco {
  width:200px;
  margin:0 0 20px;
}
.quickIco:after {
  content:"";
  display:block;
  *zoom:1;
  clear:both;
}
.quickIco li {
  float:left;
  width:50%;
  height:28px;
  margin-bottom:1px;
}
.quickIco li:nth-child(even) {
  margin-left:-1px;
}
.quickIco li a {
  display:block;
  line-height:28px;
  border:1px solid #dfdfdf;
  font-size:11px;
  color:#333;
  text-indent:15px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.quickIco li a:hover {
  background:#f4f4f4;
  text-decoration:none;
  font-weight:bold;
}
.quickIco li a i {
  display:none;
  top:2px;
  margin:0 3px 0 0;
  font-size:13px;
  color:#777;
}
body.sLightBox {
}
#d_sLightBox_win {
  display:none;
  position:fixed;
  z-index:999;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
#d_sLightBox_win .bg {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url('/_wg/img/_bg/bg_opacity_b_70.png');
}
#d_sLightBox_win .inner {
  display:none;
  position:absolute;
  z-index:1;
  left:50%;
  top:45%;
  width:1px;
  height:1px;
}
#d_sLightBox_win .inner .cont {
}
#d_sLightBox_win .inner .close {
  position:absolute;
  z-index:10;
  left:50%;
  bottom:-50px;
  width:50px;
  height:50px;
  margin-left:-25px;
  background:url('/_wg/img/_btn/btn_x_w_27.gif') no-repeat center;
  cursor:pointer;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
#d_sLightBox_win .inner .-cap:after {
  left:-67%;
  top:-20px;
  padding:0 5px;
  border:1px solid rgba(0,0,0,.95);
  border-radius:15px;
  background:rgba(0,0,0,.8);
  color:#fff;
  text-align:center;
}
#d_sLightBox_win .inner .-cap:hover:after {
  top:-25px;
  opacity:1;
  visibility:visible;
}
#d_sLightBox_win .inner .check {
  display:none;
}
.JS_introPopup_roll {
  position:relative;
  width:500px;
  height:700px;
  margin:-350px 0 0 -250px;
}
.JS_introPopup_roll .img {
  position:relative;
  height:100%;
}
.JS_introPopup_roll .img li {
  position:absolute;
  width:100%;
  height:100%;
  left:100%;
}
.JS_introPopup_roll .img li img {
  width:100%;
}
.JS_introPopup_roll .btn {
  position:absolute;
  z-index:3;
  width:100%;
  bottom:20px;
  text-align:center;
  letter-spacing:-4px;
  font-size:0;
  line-height:0;
  opacity:0;
  -webkit-opacity:0;
  transition:opacity .3s 8s ease;
  -webkit-transition:opacity .3s 8s ease;
}
.JS_introPopup_roll:hover .btn {
  opacity:1.0;
  -webkit-opacity:1.0;
  transition-delay:0s;
  -webkit-transition-delay:0s;
}
.JS_introPopup_roll .btn li {
  position:relative;
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:3px;
  margin:0 2px;
  padding:5px 0;
  cursor:pointer;
}
.JS_introPopup_roll .btn li div {
  width:15px;
  height:2px;
  background:#ccc;
  font-size:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_introPopup_roll .btn li.on div {
  width:25px;
  background:#999;
}
.JS_introPopup_roll .btn li span {
  position:absolute;
  left:0;
  display:block;
  width:0;
  height:2px;
  background:#111;
  text-indent:-9999px;
}
.JS_introPopup_roll .DB_dir {
  position:absolute;
  z-index:10;
  width:100%;
  top:50%;
  margin-top:-25px;
  height:0;
  cursor:pointer;
  opacity:0;
  -webkit-opacity:0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_introPopup_roll:hover .DB_dir {
  opacity:1;
  -webkit-opacity:1;
}
.JS_introPopup_roll .arrow {
  position:absolute;
  width:50px;
  height:50px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.JS_introPopup_roll .prev {
  left:-5px;
  background:url('/_wg/img/_arrow/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}
.JS_introPopup_roll:hover .prev {
  left:0px;
}
.JS_introPopup_roll .prev:hover {
  background:url('/_wg/img/_arrow/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}
.JS_introPopup_roll .next {
  right:-5px;
  background:url('/_wg/img/_arrow/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}
.JS_introPopup_roll:hover .next {
  right:0px;
}
.JS_introPopup_roll:hover .next:hover {
  background:url('/_wg/img/_arrow/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin:0;
  padding:0;
}
html {
  width:100%;
  height:100%;
}
body,
code {
  font:0.75em Verdana,Dotum,AppleGothic,sans-serif;
  color:#353535;
  background:#fff;
}
body {
  min-width:1480px;
}
body#popup {
  min-width:0;
}
li {
  list-style:none;
}
img,
fieldset {
  border:none;
  vertical-align:top;
}
table {
  width:100%;
  border:0;
  border-spacing:0;
  border-collapse:collapse;
}
caption {
  display:none;
}
th,
td {
  border:0;
  vertical-align:top;
}
button {
  overflow:visible;
  padding:0;
  margin:0;
  border:0;
  cursor:pointer;
}
hr.layout {
  display:none;
}
a {
  text-decoration:none;
  color:#000;
}
a:hover {
  text-decoration:underline;
}
a:active {
  text-decoration:none;
}
.objHidden {
  visibility:hidden;
  position:absolute;
  left:-1000px;
  top:-1000px;
  height:0;
  width:0;
}
#content_CONTAINER table,
#bi_inquire_content_CONTAINER table {
  border:0;
  margin:0 0 -1px;
}
#content_CONTAINER table:before,
#bi_inquire_content_CONTAINER table:before {
  display:none;
}
#content_CONTAINER td,
#bi_inquire_content_CONTAINER td {
  width:auto !important;
  padding:0;
}
table.nneditor-table {
  width:auto !important;
}
#progressPaybarBackground {
  position:absolute;
  z-index:99;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
#progressPaybarView {
  position:absolute;
  z-index:100;
  top:160px;
  left:20px;
  width:471px;
  font-size:12px;
}
#progressPaybarView .box {
  height:180px;
  background:url(/design/taera2025/image/bg_layer_box1.gif) 0 0 no-repeat;
}
#progressPaybarView .box .graph {
  padding:15px 0 0 0;
  text-align:center;
}
#progressPaybarView .box .graph span {
  display:block;
  text-align:center;
  margin:20px 0;
}
#progressPaybarView .box .txt {
  text-align:center;
  padding:15px 0 0;
  color:#555555;
}
div.layerProgress {
  filter:alpha(opacity=40);
  opacity:0.4;
  -moz-opacity:0.4;
  background-color:#999;
}
#skipNavigation {
  position:absolute;
  top:0;
  left:0;
  z-index:100;
  width:100%;
  height:0;
}
#skipNavigation p,
#skipNavigation ul,
#skipNavigation ul li {
  height:0;
}
#skipNavigation p a {
  position:absolute;
  left:0;
  top:0;
  display:block;
  overflow:hidden;
  width:1px;
  height:1px;
  margin-left:-1px;
  margin-bottom:-1px;
  text-align:center;
  color:#000;
  white-space:nowrap;
}
#skipNavigation p a:focus,
#skipNavigation p a:hover,
#skipNavigation p a:active {
  width:100%;
  height:auto;
  padding:10px 0;
  background:#c4122f;
  color:#fff;
  z-index:100;
}
.displaynone {
  display:none;
}
.dimmed {
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  width:100%;
  height:100%;
  background:#fff;
  opacity:0.8;
  filter:alpha(opacity=80);
}
.dimmed {
  position:fixed;
  top:0;
  left:0;
  z-index:99;
  width:100%;
  height:100%;
  background:#fff;
  opacity:0.8;
  filter:alpha(opacity=80);
}
.txtInfo {
  color:#707070;
}
.txtWarn {
  color:#f76560;
}
.txtEm {
  color:#008bcc;
}
.txtDel,
.strike,
.discount {
  text-decoration:line-through;
  font-weight:normal;
}
.strike strong,
.discount strong {
  font-weight:normal;
}
.txtNormal {
  font-weight:normal;
  font-style:normal;
}
.txtNum {
  display:inline-block;
  font-size:11px;
  color:#939393;
  word-break:normal;
}
.txt11 {
  font-size:11px;
}
.txt12 {
  font-size:12px;
}
.txt14 {
  font-size:14px;
}
.txt16 {
  font-size:16px;
}
.txt18 {
  font-size:18px;
  letter-spacing:-1px;
}
.txtIcon {
  font-size:12px;
  font-style:normal;
}
.txtBreak {
  word-break:break-all;
  word-wrap:break-word;
}
html:lang(ja) .txt11,
html:lang(zh) .txt11,
html:lang(zh-tw) .txt11 {
  font-size:12px;
}
.gBlank5 {
  display:block;
  margin-top:5px;
}
.gBlank10 {
  display:block;
  margin-top:10px;
}
.gBlank20 {
  display:block;
  margin-top:20px;
}
.gBlank30 {
  display:block;
  margin-top:30px;
}
.gIndent10 {
  margin-left:10px;
}
.gIndent20 {
  margin-left:20px;
}
.gSpace10 {
  margin-right:10px;
}
.gSpace20 {
  margin-right:20px;
}
.gMerge {
  position:relative;
  z-index:1;
  margin-top:-1px;
}
.ec-base-qty {
  position:relative;
  display:inline-block;
  width:50px;
  margin:0 1px 0 0;
  text-align:left;
}
.ec-base-qty input[type="text"] {
  width:22px;
  height:23px;
  padding:0 0 0 5px;
  line-height:25px;
  border:1px solid #d4d8d9;
  border-radius:3px 0 0 3px;
}
.ec-base-qty .up {
  position:absolute;
  left:27px;
  top:0;
}
.ec-base-qty .down {
  position:absolute;
  left:27px;
  bottom:0;
}
.ec-base-chk {
  display:inline-block;
  position:relative;
  margin:0 8px 0 0;
  width:22px;
  height:22px;
  vertical-align:top;
  cursor:pointer;
}
.ec-base-chk input {
  z-index:1;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}
.ec-base-chk .checkbox {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("/design/taera2025/image/bg_join_check.png") no-repeat 0 0;
}
.ec-base-chk input:checked + .checkbox {
  background-position:-34px 0;
}
input,
select,
textarea {
  font-size:100%;
  font-family:"돋움",Dotum;
  color:#353535;
  vertical-align:middle;
}
input[type=radio],
input[type=checkbox] {
  width:13px;
  height:13px;
  border:0;
}
input[type=text],
input[type=password] {
  height:18px;
  line-height:20px;
  padding:2px 4px;
  border:1px solid #d5d5d5;
  color:#353535;
  font-size:12px;
}
input[type=radio] + label,
input[type=checkbox] + label {
  margin:0 4px 0 2px;
}
select {
  height:24px;
  border:1px solid #d5d5d5;
}
textarea {
  padding:5px 6px;
  border:1px solid #d5d5d5;
  line-height:1.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color:#c1c1c1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#c1c1c1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color:#c1c1c1;
  opacity:1;
}
legend {
  visibility:hidden;
  position:absolute;
  left:-9999px;
  top:-9999px;
  width:0;
  height:0;
  line-height:0;
}
table tr.radioType input,
span.noBorder input {
  border:none !important;
  width:auto !important;
  height:auto !important;
  margin:0 3px 0 0 !important;
  vertical-align:middle !important;
  background:none !important;
}
.gLabel {
  display:inline-block;
}
.gLabel label {
  margin-right:20px;
  line-height:22px;
}
.fWidthFull input[type=text] {
  width:100%;
  height:24px;
  -webkit-box-sizing:border-box;
  -moz-webkit-box:border-box;
  box-sizing:border-box;
}
.fWidthFull textarea {
  width:100%;
  -webkit-box-sizing:border-box;
  -moz-webkit-box:border-box;
  box-sizing:border-box;
}
.fList.typeHor .gLabel {
  margin-right:20px;
}
.fList.typeVer .gLabel {
  display:block;
}
.ec-base-tooltip {
  display:none;
  z-index:2;
  position:absolute;
  top:24px;
  padding:15px;
  border:1px solid #565960;
  background:#fff;
  -webkit-box-shadow:3px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow:3px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow:3px 3px 3px 0px rgba(0,0,0,0.15);
}
.ec-base-tooltip h3 {
  margin:0 0 8px;
  padding:0 10px;
  font-size:12px;
  border-bottom:0;
  background:url("/design/taera2025/image/ico_layer_title.gif") no-repeat 0 50%;
}
.ec-base-tooltip h3 + p {
  margin:0 5px 10px;
}
.ec-base-tooltip h4 {
  margin:15px 10px 8px 5px;
  font-size:12px;
}
.ec-base-tooltip h4:before {
  display:inline-block;
  content:"";
  margin:0 5px 0 0;
  width:3px;
  height:3px;
  background:#666;
  vertical-align:middle;
}
.ec-base-tooltip .btnClose {
  position:absolute;
  right:14px;
  top:14px;
}
.ec-base-tooltip .edge {
  z-index:20;
  position:absolute;
  left:50%;
  top:-6px;
  display:block;
  margin:0 0 0 -5px;
  width:10px;
  height:6px;
}
.ec-base-tooltip .edge:before,
.ec-base-tooltip .edge:after {
  display:inline-block;
  content:"";
  position:absolute;
  top:0;
  width:0;
  height:0;
  border:solid transparent;
}
.ec-base-tooltip .edge:before {
  margin:1px 0 0;
  border-bottom-color:#565960;
  border-width:0 5px 5px 5px;
}
.ec-base-tooltip .edge:after {
  left:1px;
  margin:2px 0 0;
  border-bottom-color:#fff;
  border-width:0 4px 4px 4px;
}
.ec-base-tooltip table th,
.ec-base-tooltip table td {
  padding:8px 10px 7px 10px;
  border:1px solid #e8e8e8;
  line-height:1.5em;
}
.ec-base-tooltip table th {
  padding-right:0;
  background:#fbf9fa;
}
.ec-base-tooltip table thead th {
  text-align:center;
}
.ec-base-tooltip table tbody th {
  text-align:left;
}
.ec-base-tooltip table .left {
  text-align:left;
}
.ec-base-tooltip table .center {
  text-align:center;
}
.ec-base-tooltip table .right {
  text-align:right;
}
.ec-base-tooltip table .info {
  padding:0;
  color:#757575;
}
.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before {
  display:inline-block;
  content:"";
  margin:0 3px 0 0;
  width:4px;
  height:1px;
  background:#757575;
  vertical-align:middle;
}
.ec-base-tooltip .info {
  padding:10px 10px 0;
  margin:5px 0 0;
}
.ec-base-tooltip p.bullet,
.ec-base-tooltip ul.bullet {
  margin:8px 10px;
}
.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before {
  display:inline-block;
  content:"";
  margin:-3px 3px 0 0;
  width:0;
  height:0;
  border:solid transparent;
  border-left-color:#333;
  border-width:2px 0 2px 2px;
  vertical-align:middle;
}
.ec-base-tooltip ul.bullet li {
  line-height:1.5em;
}
.ec-base-tooltip .txtEm {
  color:#008bcc;
}
.ec-base-tooltip .txtWarn {
  color:#f65b54;
}
.ec-base-tooltip.typeUpper {
  top:auto;
  bottom:34px;
}
.ec-base-tooltip.typeUpper .edge {
  top:auto;
  bottom:-6px;
}
.ec-base-tooltip.typeUpper .edge:before {
  margin:0 0 -5px;
  border-top-color:#565960;
  border-width:5px 5px 0 5px;
}
.ec-base-tooltip.typeUpper .edge:after {
  left:1px;
  margin:0 0 -4px;
  border-top-color:#fff;
  border-width:4px 4px 0 4px;
}
span.ec-base-help,
p.ec-base-help,
ul.ec-base-help li {
  margin:2px 9px;
  padding:1px 0 1px 20px;
  line-height:1.4;
  background:url('/design/taera2025/image/ico_info.gif') no-repeat 0 2px;
}
div.ec-base-help {
  margin:20px 0;
  border:1px solid #d6d4d4;
  line-height:18px;
}
div.ec-base-help > h2,
div.ec-base-help > h3 {
  padding:9px 0 6px 10px;
  border-bottom:1px solid #e8e7e7;
  color:#101010;
  font-size:12px;
  background:#fbfbfb;
}
div.ec-base-help .inner {
  padding:0 9px 12px;
}
div.ec-base-help h4 {
  margin:22px 0 -4px;
  color:#404040;
  font-size:12px;
  font-weight:normal;
}
div.ec-base-help h4:first-child {
  margin-top:13px;
}
div.ec-base-help p {
  margin:15px 0 0 10px;
  color:#707070;
}
div.ec-base-help ul,
div.ec-base-help ol {
  margin:15px 0 0 11px;
}
div.ec-base-help li {
  color:#707070;
}
div.ec-base-help ol li {
  padding:0 0 0 25px;
  background:url('/design/taera2025/image/ico_number.png') no-repeat;
}
div.ec-base-help ol .item1 {
  background-position:-484px 0;
}
div.ec-base-help ol .item2 {
  background-position:-434px -100px;
}
div.ec-base-help ol .item3 {
  background-position:-384px -200px;
}
div.ec-base-help ol .item4 {
  background-position:-334px -300px;
}
div.ec-base-help ol .item5 {
  background-position:-284px -400px;
}
div.ec-base-help ol .item6 {
  background-position:-234px -500px;
}
div.ec-base-help ol .item7 {
  background-position:-184px -600px;
}
div.ec-base-help ol .item8 {
  background-position:-134px -700px;
}
div.ec-base-help ol .item9 {
  background-position:-84px -800px;
}
div.ec-base-help ol .item10 {
  background-position:-34px -900px;
}
div.ec-base-help ul li {
  padding:0 0 0 11px;
  background:url('/design/taera2025/image/ico_dash.gif') no-repeat 0 7px;
}
.ec-base-help.typeDash li {
  padding:0 0 0 11px;
  background:url("/design/taera2025/image/ico_dash.gif") no-repeat 0 7px;
}
.ec-base-tooltip .ec-base-help.typeDash li {
  margin:2px 0;
}
.ec-base-paginate {
  margin:30px 0;
  text-align:center;
  font-size:0;
  line-height:0;
}
.ec-base-paginate ol {
  display:inline-block;
  font-size:0;
  line-height:0;
  vertical-align:top;
  *display:inline;
  *zoom:1;
  *margin:0;
}
.ec-base-paginate li {
  display:inline-block;
  margin:0 0 0 -1px;
  border:1px solid #d7d5d5;
  font-size:12px;
  color:#757575;
  vertical-align:top;
  *display:inline;
  *zoom:1;
}
.ec-base-paginate li:first-child {
  margin-left:0;
}
.ec-base-paginate img {
  vertical-align:top;
}
.ec-base-paginate li a {
  display:block;
  width:33px;
  padding:9px 0;
  font-weight:bold;
  color:#939393;
  line-height:14px;
  background:#fff;
}
.ec-base-paginate li a:hover {
  text-decoration:none;
  background:#f0f2f2;
}
.ec-base-paginate li a.this {
  padding-bottom:6px;
  border-bottom:3px solid #495164;
  color:#495164;
}
.ec-base-paginate a.nolink {
  cursor:default;
}
.ec-base-paginate.typeSub ol {
  margin:0 15px;
  vertical-align:middle;
}
.ec-base-paginate.typeSub li {
  font-size:12px;
  border:0;
}
.ec-base-paginate.typeSub img {
  vertical-align:middle;
}
.ec-base-paginate.typeSub li a {
  width:auto;
  margin:0 5px 0;
  padding:2px;
  color:#353535;
  background:none;
}
.ec-base-paginate.typeSub li a.this {
  color:#008bcc;
  text-decoration:underline;
  border:0;
}
.ec-base-paginate.typeSub .first {
  margin-right:3px;
}
.ec-base-paginate.typeSub .last {
  margin-left:3px;
}
.ec-base-tab {
  position:relative;
}
.ec-base-tab .menu {
  margin:0 0 20px;
  border:1px solid #cbcdce;
  border-bottom-color:#202020;
  border-left:0;
  background:#f2f2f2;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.ec-base-tab .menu:after {
  content:"";
  display:block;
  clear:both;
}
.ec-base-tab .menu li {
  float:left;
  border-left:1px solid #cbcdce;
  background:#f2f2f2;
}
.ec-base-tab .menu li a {
  display:block;
  min-width:187px;
  margin:0 0 0 -1px;
  padding:12px 5px 11px;
  border-right:1px solid #cbcdce;
  color:#707070;
  text-decoration:none;
  outline:0;
  text-align:center;
  background:#f2f2f2;
}
.ec-base-tab .menu li:first-child a {
  margin-left:0;
}
.ec-base-tab .menu li.selected a {
  position:relative;
  top:-1px;
  left:-2px;
  margin:0 0 -1px;
  border:1px solid #202020;
  border-bottom:0;
  color:#fff;
  font-weight:bold;
  background:#4a5164;
}
.ec-base-tab .menu li.selected:first-child a {
  left:-1px;
}
.ec-base-tab > .right {
  position:absolute;
  top:8px;
  right:10px;
  line-height:24px;
  color:#909090;
}
.ec-base-tab.typeLight .menu li.selected a {
  margin:0 0 -2px;
  border-bottom:1px solid #fff;
  color:#404040;
  background:#fff;
}
.ec-base-tab[class*="grid"] .menu {
  display:table;
  table-layout:fixed;
  width:100%;
}
.ec-base-tab[class*="grid"] .menu li {
  float:none;
  display:table-cell;
  vertical-align:middle;
}
.ec-base-tab[class*="grid"] .menu li a {
  display:inline-block;
  width:100%;
  min-width:0;
  margin:0;
  padding:11px 0;
  border:0;
}
.ec-base-tab[class*="grid"] .menu li.selected {
  position:relative;
  top:0;
  right:-1px;
  border:1px solid #292929;
  border-bottom:0;
  background:#4a5164;
}
.ec-base-tab[class*="grid"] .menu li:first-child.selected {
  right:0;
}
.ec-base-tab[class*="grid"] .menu li.selected a {
  position:static;
  background:none;
}
.ec-base-tab.grid2 .menu li {
  width:50.5%;
}
.ec-base-tab.grid3 .menu li {
  width:34%;
}
.ec-base-tab.grid4 .menu li {
  width:25.5%;
}
.ec-base-tab.grid5 .menu li {
  width:20.5%;
}
.ec-base-tab.grid6 .menu li {
  width:17%;
}
.ec-base-tab.grid7 .menu li {
  width:14.8%;
  width:15% \0/;
}
.ec-base-tab.grid7 .menu li:first-child {
  width:13% \0/;
}
.ec-base-desc {
  overflow:hidden;
  text-align:left;
}
.ec-base-desc:after {
  content:"";
  display:block;
  clear:both;
}
.ec-base-desc dt,
.ec-base-desc .term {
  float:left;
  width:100px;
  margin:0 0 2px;
  padding:0 4px 0 0;
  line-height:22px;
  -webkit-box-sizing:border-box;
  -moz-webkit-box:border-box;
  box-sizing:border-box;
  font-weight:normal;
}
.ec-base-desc dd,
.ec-base-desc .desc {
  display:block;
  margin:0 0 2px;
  padding:0 5px 0 100px;
  min-height:22px;
  line-height:22px;
  word-wrap:break-word;
  word-break:break-all;
}
.ec-base-desc dd:after,
.ec-base-desc .desc:after {
  content:"";
  display:block;
  clear:left;
}
.ec-base-desc.gSmall dt,
.ec-base-desc.gSmall .term {
  width:30%;
}
.ec-base-desc.gSmall dd,
.ec-base-desc.gSmall .desc {
  padding-left:30%;
}
.ec-base-desc.gMedium dt,
.ec-base-desc.gMedium .term {
  width:40%;
}
.ec-base-desc.gMedium dd,
.ec-base-desc.gMedium .desc {
  padding-left:40%;
}
.ec-base-desc.gLarge dt,
.ec-base-desc.gLarge .term {
  width:50%;
}
.ec-base-desc.gLarge dd,
.ec-base-desc.gLarge .desc {
  padding:0 0 0 50%;
}
.ec-base-desc.centerDT dt,
.ec-base-desc.centerDD dd,
.ec-base-desc.centerDT .term,
.ec-base-desc.centerDD .desc,
.ec-base-desc.center,
.ec-base-desc .center {
  text-align:center;
}
.ec-base-desc.rightDT dt,
.ec-base-desc.rightDD dd,
.ec-base-desc.rightDT .term,
.ec-base-desc.rightDD .desc,
.ec-base-desc.right,
.ec-base-desc .right {
  text-align:right;
}
.ec-base-desc.rightDD dd,
.ec-base-desc.rightDD .desc {
  padding-right:0;
}
.ec-base-desc.typeBullet dt,
.ec-base-desc.typeBullet .term {
  padding:0 4px 0 10px;
  background:url("/design/taera2025/image/ico_arrow.png") no-repeat 0 7px;
}
.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term {
  position:relative;
  padding:0 4px 0 10px;
}
.ec-base-desc.typeDot dt:before,
.ec-base-desc.typeDot .term:before {
  position:absolute;
  top:50%;
  left:0;
  content:"";
  display:block;
  width:2px;
  height:2px;
  margin:-2px 0 0 0;
  background:#383838;
}

/* BASIC css end */

