@charset "utf-8";
/*------------------------------------------------------------
	body
------------------------------------------------------------*/
body {
  text-align: center;
  background: url(/static/common/img/header_bg.gif) left 72px;
  background-repeat: repeat-x;
/*  border-top:solid 4px #467a3e;*/
}

#container {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

input:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
  position: relative;
}

#header .lang {
  position: absolute;
  top: 13px;
  right: 20px;
}
#header .lang li {
  display: inline;
}
#header .lang li span {
  display: none;
  font-weight: bold;
}

#header h1{
  position: absolute;
  top: 20px;
  left: 20px;
} 

#header p.logo{
  position: absolute;
  top: 20px;
  left: 20px;
}

#header p.special{
  position: relative;
  top: 63px;
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
}

#header .text01{
  position: absolute;
  left: 200px;
  top: 26px;
}

#header .topul{
  position: absolute;
  right: 20px;
  top: 33px;
  font-size: 12px;
}

#header .topul li{
  margin-left: 5px;
  float: right;
  line-height: 25px;
} 

#header .topul li.registration a{
  display: block;
  width: 100px;
  border: 1px solid #87a734;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background: #87a734;
  text-decoration: none;
}

#header .topul li.login a{
  display: block;
  width: 90px;
  border: 1px solid #666;
  border-radius: 3px;
  text-align: center;
  color: #333;
  text-decoration: none;
}

#header .topul li.login a:hover,
#header .topul li.registration a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}



#header a.favorites{
  display: inline-block;
  background: url(/static/common/img/wishlist_o.png) no-repeat left center;
  color: #fff;
  font-size: 14px;
  background-size: 20px 20px;
  padding-left: 24px;
  text-decoration: none;
  margin-right: 20px;
}

#header a.history{
  display: inline-block;
  background: url(/static/common/img/history_o.png) no-repeat left center;
  color: #fff;
  font-size: 14px;
  background-size: 20px 20px;
  padding-left: 24px;
  text-decoration: none;
  margin-right: 20px;
}


#header a.user{
  display: inline-block;
  background: url(/static/common/img/user_o.png) no-repeat left center;
  color: #fff;
  font-size: 14px;
  background-size: 20px 20px;
  padding-left: 24px;
  text-decoration: none;
  margin-right: 20px;
}

#header a.view{
  display: inline-block;
  background: url(/static/common/img/shoppingcart_o.png) no-repeat left center;
  color: #fff;
  font-size: 14px;
  background-size: 20px 20px;
  padding-left: 24px;
  text-decoration: none;
  margin-right: 20px;
}

#header a.faq{
  display: inline-block;
  background: url(/static/common/img/faq_o.png) no-repeat left center;
  color: #fff;
  font-size: 14px;
  background-size: 20px 20px;
  padding-left: 24px;
  text-decoration: none;
  margin-right: 20px;
}

#header table{
  position: absolute;
  left: 20px;
  top: 78px;
  font-size: 12px;
  color: #fff;
  width: 100%;
}

#header table td{
  padding: 0 5px 0 0;
  vertical-align: middle;
}

#fProduct{
  width: 404px;
  height: 48px;
  font-size: 16px;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #000;
  background: none;
  padding-left:16px;
  border-radius: unset;
}

#searchForm{
  border: 1px solid #000;
  width: 730px;
  height: 50px;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
}

#fSearch{
  width: 219px;
  font-size: 16px;
  height: 29px;
  vertical-align: middle;
  border: none;
  background: #fff;
  padding: 1px 4px;
}
.search{
  text-align: center;
  padding-top: 20px;
  margin-bottom: 36px;
}
.search2{
  text-align: center;
  padding-top: 36px;
  margin-bottom: 36px;
  margin-left: 200px;
}

#searchBtn{
  height: 50px;
  width: 70px;
  vertical-align: top;
  margin-right: -2px;
}

.search3{
  text-align: center;
  padding-top: 0px;
  margin-top: 20px;
}

#searchForm3{
  border: 1px solid #000;
  width: 570px;
  height: 50px;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
}

#searchForm3 select {
  width: 85px;
  font-size: 16px;
  height: 29px;
  vertical-align: middle;
  border: none;
  background: #fff;
  padding: 1px 4px;
  border-radius: unset;
}

#fProduct3{
  border: none;
  border-right: 1px solid #000;
  width: 354px;
  height: 48px;
  font-size: 16px;
  vertical-align: middle;
  background: none;
  padding-left:16px;
  border-radius: unset;
}

#searchBtn3{
  height: 50px;
  width: 70px;
  vertical-align: top;
  margin-right: -26px;
}
_::-webkit-full-page-media, _:future, :root #searchBtn3  {
	margin-right: -35px;
}

.search4 {
  text-align: left;
  margin-left: 350px;
  padding-top: 14px;
}
.search4 #fProduct{
  width: 200px;
  height: 38px;
  font-size: 16px;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #000;
  background: none;
  padding-left:16px;
  border-radius: unset;
}

.search4 #searchForm{
  border: 1px solid #000;
  width: fit-content;
  height: 40px;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
}

.search4 #fSearch{
  width: 160px;
  font-size: 16px;
  height: 29px;
  vertical-align: middle;
  border: none;
  background: #fff;
  padding: 1px 4px;
}
.search4 #searchBtn{
  height: 40px;
  width: 56px;
  vertical-align: top;
  margin-right: -2px;
}

.topBox{
  background: #000;
  margin: 0 auto;
  width: 900px;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.topBox p{
  color: #fff;
  font-size: 24px;
  padding:20px;
}

.topBox .link{
  padding-bottom: 20px;
}

.topBox a{
  color: #78d06b;
  font-size: 24px;
  text-decoration: none;
  line-height: 1.6em;
}

.info{
  background: #eeeeee;
  margin: 0 auto;
  font-size: 16px;
  padding: 12px 20px;
  height: 25px;
  overflow: hidden;
}

.info img{
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 8px;
}

#header td.wbtn{
  text-align: right;
  width: 140px;
}
#header td.w330{
  text-align: right;
  width: 280px;
}
#header.en td.w330{
  width: 225px;
}
#header.kr td.w330{
  width: 275px;
}

#header td span{
  color: #ff0;
}

#header .bar{
  padding-top: 23px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
}
.bar2{
  padding-left: 20px;
  color: #fff;
}
#header .bar .left{
  background-color: #333333;
  overflow: hidden;
  width: 1920px;
}
#header .bar .left li{
  display: inline-flex;
  vertical-align: text-top;
}
#header .bar .left li:not(:last-child)::after {
  content: "/";
}
#header .bar .left a{
  color: white;
  margin: 0 2px;
}
#header .bar .right{
  position: absolute;
  top: 80px;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #333333;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/

#main #conts {
  width : 100%;
  margin: 0 auto;
  display: inline-block;
}

#main #contents{
  margin: 0 auto;
  margin-left: 220px;
  padding-right: 20px;
}

#main #contents.small-left-margin{
  margin-left: 20px;
}

*::-ms-backdrop, #main #contents {
  width: 83%;
}

/*@media screen and (max-width: 1024px) {
#main #contents{
  float: left;
  width: 780px;
  padding-left: 20px;
}
}*/
#main .mainImg{
  background-image: url(/static/common/img/main01.jpg);
  height: 400px;
  /* margin-top: -32px; */
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}


#main #contents ul.pageGuide{
  margin: 1px 0 3px;
}

#main #contents ul.pageGuide li{
  display: inline;
  font-size: 13px;
  line-height: 1.7;
}

#main #contents ul.pageGuide li a{
  margin-right: 5px;
}

#main #contents ul.pageGuide li.current{
  font-weight: bold;
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#left_sideBar {
  margin:0 20px 0 0;
  padding-top:20px;
  width: 200px;
  float: left;
  word-break : break-all;
  word-wrap: break-word;
  background: #f6f6f6;
}

#left_sideBar img{
  display: block;
}

#left_sideBar .sideBox01{
  margin-bottom: 20px;
  zoom:1;
  border: 1px solid #666666;
}
#left_sideBar .sideBox01 h3{
    margin-bottom: 10px;
    padding: 0 0 0px 10px;
    font-size: 12px;
    line-height: 24px;
    background: #666666;
    color: #ffffff;
    border-top: none;
}
#left_sideBar .sideBox01 p{
  margin: 0 10px 20px;
}

#left_sideBar .sideBox01 p a{
  color: #333;
}

#left_sideBar .sideBox01 ul{
  padding: 0 10px 10px 10px;
}
#left_sideBar .sideBox02 ul{
  padding: 0 10px 10px 10px;
}

#left_sideBar .sideBox01 ul li{
  line-height: 2.2;
}
#left_sideBar .sideBox03{
  zoom:1;
}
#left_sideBar .sideBox03 h2,h3{
  zoom:1;
  padding:0 0 14px 20px;
  font-size:18px;
  color:#333;
  border-top: none;
  margin-bottom: 0;
  font-weight: normal;
}
#left_sideBar .sideBox03 ul.arrow li a{
  display: block;
  color: #333;
  padding: 10px 0 10px 4px;
  font-size: 12px;
  text-decoration: none;
  padding-left: 20px;
}
#left_sideBar .sideBox03 ul.arrow li{
/*    background: url(/static/common/img/icon09.png) no-repeat right 11px;*/
}

/*#left_sideBar .sideBox03 li a::after {
  position: relative;
  left: 140px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -14px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

#left_sideBar .sideBox03 ul.arrow li a:hover {
  background: #eaeaea;
}

#left_sideBar .sideBox03 .pageGuide{
  padding-left: 20px;
}

#left_sideBar ul.feed li a{
  padding-left: 20px;
  display: block;
  background: url(/static/common/img/feed-icon-14x14.png) no-repeat left center;
  color: #333;
}

#left_sideBar .sideBox01 ul.yellow{
  padding-top: 5px;
  border-top: 2px solid #98BE80;
  background: url(/static/common/img/ul_bg.gif) no-repeat left bottom;
}

#left_sideBar ul.btn{
  padding-bottom: 15px;
}

#left_sideBar ul.btn li{
  background-image: none;
  padding: 15px 0 0 25px;
}

#left_sideBar ul.btn img{
  display: block;
}

#left_sideBar h4{
  padding-left: 10px;
  margin: 0 1px 2px;
  font-size: 12px;
  background-color: #EEF0F4;
  line-height: 22px;
  color: #333;
  clear: both;
  font-weight: normal;
}

#left_sideBar h4.one{
  margin-bottom: 10px;
}

#left_sideBar .sboxr{
  width: 92px;
  float: right;
}

#left_sideBar .sbox {
  margin: 0 10px 20px;
  clear: both;
  line-height: 1.2;
}

#left_sideBar .only {
  margin-bottom: 13px;
}

#left_sideBar .sboxr img{
  display: inline;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/

#right_sideBar {
/*    margin: 0 20px;
    width: 170px;
    word-break: break-all;
    word-wrap: break-word;
    background: #fff;
    position: absolute;
    right: 0;*/
    display: none;
}
#right_sideBar img{
  display: block;
}

#right_sideBar h3{
  margin-bottom: 14px;
  padding: 0 0 0px 10px;
  font-size: 12px;
  line-height:24px;
  background: #666666;
  color: #ffffff;
}

#right_sideBar .sideBox01{
  padding-bottom: 8px;
  margin-bottom: 20px;
  width: 170px;
  overflow: hidden;
  zoom:1;
  border: 1px solid #666666;
}

#right_sideBar .sideBox01 ul{
  padding: 0 13px 0 12px;
}

#right_sideBar .sideBox01 ul li{
  margin-bottom: 14px;
  padding-left: 15px;
  line-height: 1.4;
  background: url(/static/common/img/icon02.gif) no-repeat left 2px;
  zoom:1;
  background-size: 13px 13px;
}

#right_sideBar .sideBox01 ul li a{
  color: #333;
}

#right_sideBar .sideBox01 p{
  margin:  0 13px 8px;
}


#right_sideBar .sideBox01 .imgbox{
  margin: 0 15px 0 0;
}

#right_sideBar .sideBox01 ul.imgul{
  margin-bottom: 10px;
  width: 155px;
  overflow: hidden;
}

#right_sideBar .sideBox01 ul.imgul li{
  padding: 0;
  margin: 0 5px 5px 0;
  float: left;
  background: none;
}

#right_sideBar .sideBox01 .img01{
  display: inline;
  margin: 0 auto 10px 35px;
}

#right_sideBar .btn{
  text-align: center;
  clear: both;
}

#right_sideBar .btn li{
  margin-bottom: 10px;
}

#right_sideBar .btn li img{
  display: inline;
}


/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  padding: 36px 20px;
  clear: both;
  background: #eeeeee;
  margin-top: 100px;
}

#footer .footerlogo{
  float: right;
}

#footer p{
  margin-bottom: 12px;
}

#footer ul{
  margin-bottom: 12px;
}

#footer ul li{
  display: inline;
}

#footer ul li a{
  margin-right: 5px;
}

#footer ul li a:hover{
  text-decoration: none;
}

#footer h3{
  font-size: 18px;
  padding-bottom: 18px;
}
#footer h2{
  font-size: 16px;
  padding-bottom: 8px;
}


#footer .footerBox{
  margin-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: fit-content;
}

#footer .box01{
  width: 200px;
  border-left: #999 solid 1px;
  padding-left: 8px;
  padding-right: 20px;
  margin-bottom: 40px;
  float:left;
}

#footer .box01 li{
  margin-bottom: 14px;
  padding-left: 15px;
  line-height: 1.4;
  background: url(/static/common/img/icon02.gif) no-repeat left 2px;
  zoom: 1;
  background-size: 13px 13px;
  display: block;
}


#footer .box02{
  width: 430px;
  border-left: #999 solid 1px;
  padding-left: 8px;
  margin-bottom: 40px;
  float:left;
}

#footer .box02 img{
  float:left;
  padding-right:20px;
}

#footer .box02 ul{
  margin-bottom: 0px;
}

#footer .box02 li{
  margin-bottom: 14px;
  padding-left: 15px;
  line-height: 1.4;
  background: url(/static/common/img/icon02.gif) no-repeat left 2px;
  zoom: 1;
  background-size: 13px 13px;
  display: inline-block;
}

#footer .box03{
  width:1024px;
  padding-left: 8px;
  margin-bottom: 40px;
  clear: both;
}

#footer #mobile_download{
  margin-top: 20px;
}
#footer #mobile_download p{
  margin-bottom: 2px;
}
#footer #mobile_download li{
  display: inline-block;
  background: none;
  padding: 0;
  text-align: center;
}
#footer #mobile_download img{
  padding: 0;
  margin: 5px;
}

#accessed_items li {
  background: url(/static/common/img/icon02.gif) no-repeat left;
  zoom: 1;
  background-size: 13px 13px;
  display: inline;
  line-height: 2;
  padding-left: 16px;
  font-size: 14px;
}

.ime-disabled {
  ime-mode: disabled;
}

.price {
  color: red;
  font-weight: bold;
}
