﻿@charset "utf-8";
@import url('font/nanumbarungothic.css');


*{ font-family:'Nanum Barun Gothic','NanumBarunGothic','NanumGothic','나눔고딕','맑은고딕','돋움', '굴림', serif;  }

/* ǥ�� ������ */
* {-webkit-text-size-adjust:none; box-sizing:border-box}
body, td, input, textarea, div, th, p, a, address ul {font-weight:300; margin:0; padding:0; font-size:13px; color:#333; line-height:1.75}
img,fieldset{ border:0}
ul,ol{ list-style:none}
em,address{ font-style:normal}
a{ text-decoration:none}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{ margin:0; padding:0; border:0; }

a:link      {color:#333333; text-decoration:none}
a:visited   {color:#333333; text-decoration:none}
a:active    {color:#333333; text-decoration:none}
a:hover     {color:#666666; text-decoration:none}
form, p, h1, h2, h3, h4, h5, h6 {margin:0; padding:0}
fieldset, img {margin:0; padding:0; border:0}
caption, legend {display:none}
address, em, i {font-style:normal}
ul, ol {list-style-type:none; margin:0; padding:0}
input, button, select {font:inherit}
.clear {clear:both}
*:focus {outline:none}
/* �����ٷΰ��� */
#skipmenu {position:relative; margin:0 auto; padding:0; width:100%; z-index:1000}
a.skip_navi {position:absolute; display:block; width:100%; left:0; text-align:center; top:-10000px; font-size:13px; padding:0; margin:0; z-index:500;}
a.skip_navi:hover, a.skip_navi:focus, a.skip_navi:active {position:absolute; top:0 !important; margin:0; padding:10px 0; font-weight:bold; color:#fff; background:#21bbb1; z-index:1000}

video, object {
  left:0;
  position:absolute;
  top:0;
 }

.pt600{padding:600px 0 0 0;}
.pt800{padding:800px 0 0 0;}

#all_product {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 10000
}

#all_product>a {
  display: block;
  width: 50px;
  height: 50px;
  background: #000 url(../../img/wr_plus.png) center top no-repeat;
  color: #fff;
  border-radius: 62px;
  transition: all 0.3s ease
}

#all_product>a:hover {
  background-image: none;
  background-color: #21bbb1;
  width: 200px
}

#all_product>a:hover p {
  display: block;
  opacity: 1;
  transition-delay: 0.31s
}

#all_product>a>p {
  opacity: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 50px
}

@media screen and (max-width:480px) {
  #all_product {
      position: fixed;
      bottom: 25px;
      left: 25px
  }
}