@charset "utf-8";
@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}/* 
@font-face {
  font-family: 'LacosteSans';
  src: url("../fonts/lacostesans-regular.eot");
  src: url("../fonts/lacostesans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lacostesans-regular.woff") format("woff"), url("../fonts/lacostesans-regular.ttf") format("truetype"), url("../fonts/lacostesans-regular.svg#LacosteSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LacosteSansBold';
  src: url("../fonts/lacostesans-bold.eot");
  src: url("../fonts/lacostesans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lacostesans-bold.woff") format("woff"), url("../fonts/lacostesans-bold.ttf") format("truetype"), url("../fonts/lacostesans-bold.svg#LacosteSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LacosteSansLight';
  src: url("../fonts/lacostesans-light.eot");
  src: url("../fonts/lacostesans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lacostesans-light.woff") format("woff"), url("../fonts/lacostesans-light.ttf") format("truetype"), url("../fonts/lacostesans-light.svg#LacosteSansLight") format("svg");
  font-weight: normal;
  font-style: normal;
} */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

html,
button{
  color: #222;
  color: #454545;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  text-transform: uppercase;
}
input,
select,
textarea {
  color: #222;
  color: #454545;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea,
button {
  border-radius: 0;
}
input[type="text"],
input[type="password"] {
    /*text-transform: lowercase;*/
    text-transform: initial;
}

input[name="footerEmail"] {
    text-transform: none;
}



input[type="text"],
input[type="password"],
textarea {
  box-shadow: 0 0 0 #fff;
  -webkit-appearance: none;
}

#squaresWaveG {
  position: fixed;
  width: 122px;
  height: 16px;
  left: 50%;
  margin-left: -61px;
  top: 50%;
  margin-top: -8px;
}

.squaresWaveG {
  position: absolute;
  top: 0;
  background-color: #285F41;
  width: 16px;
  height: 16px;
  -moz-animation-name: bounce_squaresWaveG;
  -moz-animation-duration: 0.8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-name: bounce_squaresWaveG;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-animation-name: bounce_squaresWaveG;
  -ms-animation-duration: 0.8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-animation-name: bounce_squaresWaveG;
  -o-animation-duration: 0.8s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  animation-name: bounce_squaresWaveG;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#squaresWaveG_1 {
  left: 0;
  -moz-animation-delay: 0.92s;
  -webkit-animation-delay: 0.92s;
  -ms-animation-delay: 0.92s;
  -o-animation-delay: 0.92s;
  animation-delay: 0.92s;
}

#squaresWaveG_2 {
  left: 17px;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#squaresWaveG_3 {
  left: 34px;
  -moz-animation-delay: 0.68s;
  -webkit-animation-delay: 0.68s;
  -ms-animation-delay: 0.68s;
  -o-animation-delay: 0.68s;
  animation-delay: 0.68s;
}

#squaresWaveG_4 {
  left: 51px;
  -moz-animation-delay: 0.56s;
  -webkit-animation-delay: 0.56s;
  -ms-animation-delay: 0.56s;
  -o-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

#squaresWaveG_5 {
  left: 68px;
  -moz-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

#squaresWaveG_6 {
  left: 85px;
  -moz-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

#squaresWaveG_7 {
  left: 102px;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#squaresWaveG_8 {
  left: 119px;
  -moz-animation-delay: 0.08s;
  -webkit-animation-delay: 0.08s;
  -ms-animation-delay: 0.08s;
  -o-animation-delay: 0.08s;
  animation-delay: 0.08s;
}

@-moz-keyframes bounce_squaresWaveG {
  0% {
    background-color: #285F41;
  }

  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes bounce_squaresWaveG {
  0% {
    background-color: #285F41;
  }

  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes bounce_squaresWaveG {
  0% {
    background-color: #285F41;
  }

  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes bounce_squaresWaveG {
  0% {
    background-color: #285F41;
  }

  100% {
    background-color: #FFFFFF;
  }
}
@keyframes bounce_squaresWaveG {
  0% {
    background-color: #285F41;
  }

  100% {
    background-color: #FFFFFF;
  }
}
body {
  font-size: 12px;
  line-height: 1.4;
  min-width: 320px;
  animation: show 1s;
  -webkit-animation: show 1s;
  -moz-animation: show 1s;
  overflow-x: hidden;
}
body .wrapper-all {
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body #squaresWaveG {
  display: none;
}

::-moz-selection {
  background: #285f41;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #285f41;
  text-shadow: none;
  color: #fff;
}

::-webkit-selection {
  background: #285f41;
  text-shadow: none;
  color: #fff;
}

a {
  cursor: pointer;
  color:#285f41;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
    max-width:100%;
    vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Author's custom styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.page-wrapper {
  width: 100%;
  overflow: hidden;
}
.main-container {
  max-width: 100%;
}
.row {
  z-index: 1;
  position: relative;
}
.row:hover {
  z-index: 20;
}
span[data-src],
span[data-picture] {
  display: block;
}
input {
  cursor: pointer;
}
select {
  padding: 5px 11px;
  border: 1px solid #ededed;
  cursor: pointer;
  background: #fff;
}
label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.check-inline-outside label {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-top: 11px;
  line-height: 1.5;
  color: #797979;
}
.check-inline-outside label strong {
  color: #454545;
}
.check-inline-outside label input {
  position: absolute;
  left: 0;
  top: 3px;
}
.divide:before {
  display: block;
  content: "";
  margin: 30px 0 29px;
  height: 1px;
  border-top: 1px solid #e3e3e3;
}
.block {
  display: block;
}
.lower {
  text-transform: none;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.brand-color {
  color: #285f41;
}
.underline {
  border-bottom: 1px solid #454545;
}
strong {
  /* font-family: "LacosteSansBold","MalgunGothicBold";"LacosteSans", "맑은 고딕", "Malgun Gothic"; font-weight:700; sim */
  font-weight: normal;
}
.button {
  border: 1px solid #454545;
  background: #fff;
  color: #454545;
  display: block;
  width: 100%;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  font-size: 12px;
  color: #454545;
  padding: 10px;
}
.page-title {
  font-size: 40px;
  margin-top: 0;
}
.block-link {
  font-size: 12px;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  color: #454545;
  text-decoration: none;
  line-height: 1;
  display: block;
}
.pre-title {
  font-size: 12px;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  line-height: 1;
  margin: 0;
}
.column-quarter {
  width: 50%;
}
.block-title {
  line-height: 1;
  margin: 8px 0 15px;
  font-size: 15px;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  color: #454545;
}
.block-title:first-child {
  margin-top: 0;
}
.block-title span {
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.title-15 {
  font-size: 15px;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  color: #454545;
}
.block-description, .block-description-black, .block-description-brand {
  color: #454545;
  font-size: 12px;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  line-height: 1.6;
}
.block-description-black {
  color: #454545;
}
.btn {
  background: #285f41;
  border: 1px solid #285f41;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  color: #fff;
  font-size: 12px;
  padding: 10px 40px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
a.btn {
  display: inline-block;
}
.btn-full {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.btn-secondary {
  color: #454545;
  border: 1px solid #454545;
  background: #fff;
}
.btn-secondary-light {
  color: #454545;
  border: 1px solid #ededed;
  background: #fff;
}
.btn-black {
  background: #232325;
  border: 1px solid #fafafa;
}
.btn-paypal {
  background: #b1b1b1;
  white-space: nowrap;
  border-color: #b1b1b1;
}
.btn-paypal span {
  height: 18px;
  width: 65px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2907px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  margin-top: 2px;
  margin-left: 3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .btn-paypal span {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2663.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}

.bt}ack {
  text-decoration: none;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  color: #454545;
}
.btn-back:before {
  display: inline-block;
  height: 7px;
  width: 4px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -418px;
  background-repeat: no-repeat;
  content: "";
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .btn-back:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -414.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.btn-disabled {
  background: #f5f5f5;
  color: #797979;
  border: #f5f5f5;
}
.title-with-arrow {
  font-size: 15px;
  border-bottom: 15px solid #ededed;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 7px;
  margin-top: 50px;
  margin-bottom: 0;
}
.title-with-arrow:after {
  border-color: #ededed transparent transparent transparent;
  right: auto;
  top: auto;
  left: 50%;
  margin: 0 0 0 -15px;
  bottom: -30px;
  border-width: 15px;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 20;
  bottom: -45px;
  margin-left: -15px;
}
.title-without-arrow {
  font-size: 15px;
  border-bottom: 15px solid #ededed;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 7px;
  margin-top: 50px;
  margin-bottom: 0;
}
.padding {
  padding: 30px 30px 0;
}
.split .column-half {
  margin-right: -1px;
  border-left: 1px solid #ededed;
}
.split .column-half:first-child {
  margin-right: 0;
  border-left: 0;
}
.char-count {
  display: none;
  font-style: italic;
}
.ui-corner-all {
  border-radius: 0;
}
.arrow-top {
  position: relative;
}
.arrow-top:after {
  border-color: transparent transparent white transparent;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: 0 0 0 -15px;
  top: -30px;
  border-width: 15px;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 20;
  top: -29px;
}
.dialog-bg {
  background: #000;
  opacity: 0.8;
  position: fixed;
  z-index: 127;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.dialog-bg-loding {
  background: #fff;
}
.dialog-bg.active {
  display: block;
}
/* sidebar bg */
.sidedialog-bg {
  background: #000;
  opacity: 0.8;
  position: fixed;
  z-index: 118;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.sidedialog-bg.active {
  display: block;
} 
.dialog-banner-top-about .text-center {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    font-family: lacostesansbold;
    color: #fff;
    top: 160px;
    font-size: 15px;
} 
.dialog {
  display: none;
}
.dialog-holder {
  float: left;
  background: #fff;
  max-width: 507px;
  z-index: 130;
  position: relative;
  display: none;
}
.dialog-holder.active {
  display: block;
}
.dialog-holder .btn_close {
  margin: 0;
}
.dialog-holder .content {
  padding-bottom: 30px;
}
.dialog-holder .content-gray {
  background: #f5f5f5;
}
.dialog-holder .content-gray:after {
  border-color: transparent transparent whitesmoke transparent;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: 0 0 0 -15px;
  top: -30px;
  border-width: 15px;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 20;
}
.dialog-holder .block-title {
  line-height: 1.1;
  margin-bottom: 20px;
}
.dialog-holder .close-popin {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 150;
}
.dialog-holder .page-title {
  line-height: 1;
}
.data-dialog-drop-menu {
  width: 890px;
  max-width: 890px;
  height: 100%;
  margin-left: 1px;
  top: 40px;
}
.data-dialog-drop-menu .close-popin {
  right: -50px;
  top: 20px;
  height: 27px;
  width: 27px;
  background-image: url('../img/ico-sb12a73b54b.png');  
  background-position: 0 -668px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .data-dialog-drop-menu .close-popin {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -664.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.data-dialog-drop-menu .close-popin img {
  display: none;
}
ul.dashes {
  padding: 0;
}
ul.dashes li {
  list-style: none;
}
ul.dashes li:before {
  content: "- ";
}
.link-lower,
.link-lower:link,
.link-lower:visited {
  text-transform: none;
  text-decoration: underline;
  color: #757575;
}
.ko-link-lower { /*sim*/
  text-decoration: none !important;
}
.ico {
  display: inline-block;
}

.img-full {
  display: block;
  width: 100%;
}
.column-2-image-text {
  display: table;
  width: 100%;
}
.column-2-image-text .column-half,
.column-2-image-text .column-quarter,
.column-2-image-text .column-three-quarter {
  float: none;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.column-2-image-text .column-half img,
.column-2-image-text .column-quarter img,
.column-2-image-text .column-three-quarter img {
  width: 100%;
  display: block;
}
.column-2-image-text .column-half .block-title,
.column-2-image-text .column-quarter .block-title,
.column-2-image-text .column-three-quarter .block-title {
  margin-bottom: 20px;
}
.column-2-image-text .column-half .block-title img,
.column-2-image-text .column-quarter .block-title img,
.column-2-image-text .column-three-quarter .block-title img {
  width: auto;
  height: auto;
  margin-bottom: -6px;
}
.column-2-image-text .column-inner {
  max-width: 380px;
  padding: 50px;
  margin: 0 auto;
  color: #797979;
  line-height: 1.7;
}
.column-2-image-text .column-inner-large {
  max-width: 704px;
  padding: 30px 112px;
}
.column-2-image-text .column-product {
 /*  vertical-align: top; */
}
.column-2-image-text:last-child .column-half {
  border-bottom: 1px solid #ededed;
}
.column-2-image-text:last-child .column-picture {
  border: 0;
}
.column-2-image-text .picture-date {
  float: right;
  margin: -58px 30px 0 0;
  position: relative;
  font-size: 30px;
  color: #fff;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.quotation {
  padding: 64px 0;
  text-align: center;
  margin-bottom: 0;
}
.quotation .quote {
  font-size: 25px;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  margin-bottom: 0;
  line-height: 1.15;
}
.quotation .quote:before, .quotation .quote:after {
 /* content: "├ö├ç┬ú";*/
  display: block;
  font-size: 40px;
  margin-bottom: -12px;
  margin-top: 8px;
}
.quotation .quote:after {
/*  content: "├ö├ç├ÿ";*/
  margin-bottom: -17px;
}
.quotation .quotation-author {
  color: #797979;
}
.quotation.dark-bg {
  background: #1f1f1f;
  color: #fff;
}
.quotation.quotation-spacious {
  padding: 85px 0;
}
.quotation.quotation-spacious .quote {
  line-height: 1.5;
}
.quotation.quotation-spacious .quote:before {
  margin-bottom: -23px;
}
.quotation.quotation-spacious .quote:after {
  margin-top: -3px;
}
.selected {
  text-decoration: underline;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
/*bug Fix*/
ul.product-colors.sku-product-colors.selected {
  text-decoration: blink;
}
.only-mobile {
  display: none;
}
.only-desktop {
  display: none;
}
.no-desktop {
  display: block;
}
.border-top {
  border-top: 1px solid #ededed;
}
.column-2-image-text .align-top {
  vertical-align: top;
}
.breadcrumb {
  text-align: center;
  padding: 0;
  margin: 30px 0;
}
.breadcrumb:before {
  width: 160px;
  height: 1px;
  display: block;
  margin: 0 auto 20px;
  background: #efefef;
  content: "";
}
.breadcrumb a {
  color: #454545;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:after {
  content: ">";
}
.breadcrumb .breadcrumb-last {
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.breadcrumb .breadcrumb-last:after {
  content: "";
}
.breadcrumb .breadcrumb-last a {
 /* text-decoration: underline; sim */
}
.productbreadcrumb .breadcrumb {
  text-align: left;
  margin: 31px 0 10px 0;
}
.productbreadcrumb .breadcrumb:after {
  display: none;
}
.productbreadcrumb .breadcrumb:before {
  display: none;
}
.topbar ul li .row.clearfix {
        background: #fff;
}
/* general styling for anything that is not a phone */
@media screen and (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  .column-half {
    float: left;
    width: 50%;
  }
  .column-quarter {
    width: 25%;
    float: left;
  }
  .column-three-quarter {
    width: 75%;
    float: left;
  }
  .pre-title {
    font-size: 11px;
  }
  .block-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .arrow-top {
    position: relative;
  }
  .arrow-top:after {
    border-color: transparent transparent white transparent;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0 0 0 -15px;
    top: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .arrow-right {
    position: relative;
  }
  .arrow-right:after {
    border-color: transparent transparent transparent white;
    left: 100%;
    bottom: auto;
    top: 50%;
    margin: -15px 0 0 0;
    right: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .arrow-bottom {
    position: relative;
  }
  .arrow-bottom:after {
    border-color: white transparent transparent transparent;
    right: auto;
    top: auto;
    left: 50%;
    margin: 0 0 0 -15px;
    bottom: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .arrow-left {
    position: relative;
  }
  .arrow-left:after {
    border-color: transparent white transparent transparent;
    right: auto;
    bottom: auto;
    top: 50%;
    margin: -15px 0 0 0;
    left: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
}
/* tablet only*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .main-container {
    margin-top: 53px;
  }
  .column-half-tablet {
    width: 50%;
    float: left;
  }
  .no-tablet {
    display: none;
  }
  .column-2-image-text .column-inner {
    padding: 29px 30px;
  }
  .quotation {
    padding: 40px 30px;
  }
  .quotation.quotation-spacious {
    padding: 50px 30px;
  }
  .quotation .quote {
    font-size: 18px;
  }
  .topbar ul {
    /*min-width: 465px; sim*/
    left: -245%; /*20150406 jh tablit header login position bug fix*/
  } 
  
  .topbar .find-store {
    display:none;
  }    
}
  
@media screen and (max-width: 1279px) {
  .wrapper-main {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    left: 0;
    width: 100%;
  }
  .menu-open .wrapper-main {
    left: 266px;
  }
  .menu-open .wrapper-main .page-wrapper {
    min-width: 320px;
  }
  .data-dialog-drop-menu.active {
    display: none;
  }
  .column-2-image-text .column-inner-large {
    padding: 30px 9%;
  }
}
/* desktops (small and large) */
@media screen and (min-width: 1280px) {
  .only-desktop {
    display: block;
  }
  .no-desktop {
    display: none;
  }
  .main-container {
    margin-top: 40px;
    margin-left: 250px;
  }
  .pre-title {
    font-size: 12px;
  }
  .block-title {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-with-arrow {
    font-size: 25px;
    margin-bottom: 0;
  }
  .padding,
  .ui-dialog .padding {
    padding: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .dialog-holder .content {
    padding-bottom: 50px;
  }
}
/* desktop bigger only */
@media screen and (min-width: 1680px) {
  .page-wrapper {
    /*width: 1680px; sim */
    margin: 0 auto;
  }
}
/* mobile only */
@media screen and (max-width: 767px) {
  .no-mobile,
  .no-mobile[data-picture] {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .main-container {
    margin-top: 53px;
  }
  .checkout > .btn {
    width: 88%;
    margin: 6%;
  }
  body .dialog-holder {
    max-width: 300px;
    overflow: hidden;
  }
  body .dialog-holder img {
    max-width: 100%;
  }
  body .dialog-holder .form {
    margin-left: -3.3%;
  }
  .arrow-top-mobile:after {
    border-color: transparent transparent white transparent;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0 0 0 -15px;
    top: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .arrow-right-mobile:after {
    border-color: transparent transparent transparent white;
    left: auto;
    bottom: auto;
    top: 50%;
    margin: -15px 0 0 0;
    right: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .arrow-bottom-mobile:after {
    border-color: white transparent transparent transparent;
    right: auto;
    top: auto;
    left: 50%;
    margin: 0 0 0 -15px;
    bottom: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .arrow-left-mobile:after {
    border-color: transparent white transparent transparent;
    right: auto;
    bottom: auto;
    top: 50%;
    margin: -15px 0 0 0;
    left: -30px;
    border-width: 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .column-2-image-text.no-mobile {
    display: none;
  }
  .column-2-image-text {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }    
  .column-2-image-text .column-half,
  .column-2-image-text .column-quarter,
  .column-2-image-text .column-three-quarter {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    display: table;
  }
  .column-2-image-text .column-half.no-mobile,
  .column-2-image-text .column-quarter.no-mobile,
  .column-2-image-text .column-three-quarter.no-mobile {
    display: none;
  }
  .column-2-image-text .column-half.column-picture,
  .column-2-image-text .column-quarter.column-picture,
  .column-2-image-text .column-three-quarter.column-picture {
    padding-bottom: 0;
  }  
   .column-2-image-text .column-inner {
    max-width: 100%;
    padding: 30px 30px 20px 30px;
  }
  .column-2-image-text .column-mobile-text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }  
  .column-2-image-text .column-product {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }  
  .column-2-image-text .column-picture {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }  
  .column-2-image-text p:last-child {
    margin-bottom: 0;
  }
  .column-2-image-text .column-half-mobile {
    width: 50%;
    display: table-cell;
  }
 .product-description .product-name {
   display: none;
 }
 .topbar ul li.tb-search .form {
  position: absolute;
  right:211px; 
  min-width:300px;
  display: none;
 } 
 .topbar ul li.tb-search.active .form {
  display: block;
 } 
}
.topbar-none {
  display: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.topbar {
  height: 53px;
  position: fixed;
  width: 100%;
  min-width: 320px;
  top: 0;
  background-color: #fff;
  left: 0;
  z-index: 120;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.topbar .logo-mobile-tablet {
  position: absolute;
  left: 77px;
  top: 17px;
}
.topbar .logo-mobile-tablet img {
  width: 121px;
  height: auto;
}
 /* sim
.topbar .topbar-wrapper {
 max-width: 1680px; 
  margin: 0 auto;
}
 */
.topbar ul {
  padding: 0;
  float: right;
  margin: 0;
}
.topbar ul li {
  float: left;
  display: none;
  border-left: 1px solid #ededed;
}
.topbar ul li.tb-search {
  display: block;
  height: 53px;
  width: 55px;
  position: absolute;
  right: 55px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.topbar ul li.tb-search .form {
  position: relative;
  /*display: none; sim*/
}
.topbar ul li.tb-search .form ::-webkit-input-placeholder {
  color: #454545;
  font-size: 12px;
  font-weight: bold;
}
.topbar ul li.tb-search .form :-moz-placeholder {
  color: #454545;
  font-size: 12px;
  font-weight: bold;
}
.topbar ul li.tb-search .form ::-moz-placeholder {
  color: #454545;
  font-size: 12px;
  font-weight: bold;
}
.topbar ul li.tb-search .form :-ms-input-placeholder {
  color: #454545;
  font-size: 12px;
  font-weight: bold;
}
.topbar ul li.tb-search .form input[type=text] {
  border: 1px solid #ededed;
  background-color: #fff;
  outline: none;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";;
  color: #454545;
  padding: 3px 5px;
  margin: 8px;
  width: 190px;
  font-size: 12px;
  border-radius: 0;
  text-transform: none;
  line-height: 1;
}
.topbar ul li.tb-search .form input[type=submit] {
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 15px;
  top: 14px;
  height: 11px;
  width: 11px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2189px;
  background-repeat: no-repeat;
}
/* mobile only sim */
@media screen and (max-width: 767px) {
    .topbar ul li.tb-search .form input[type="text"] {
        width: 100%;    
        margin:0;
        padding: 10px 0;
    }
    .topbar ul li.tb-search .form input[type=submit] {
      background-image: none
    }   
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .topbar ul li.tb-search .form input[type=submit] {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2008px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.topbar ul li.tb-search .form .form-item {
  padding: 0 3em;
}
.topbar ul li.tb-search:before {
  height: 19px;
  width: 19px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1963px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .topbar ul li.tb-search:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1783px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.topbar ul li.my-cart {
  height: 53px;
  width: 55px;
  position: absolute;
  right: 0;
  display: block;
  border: 0;
  text-indent: -9999px;
}
/* 1722 jh */
.topbar ul li.my-cart-loginOk:before {
    content: '';
    height: 31px;
    width: 30px;
    background-image: url('../img/ico-sacb14829f6.png');
    background-position: 0 -2503px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -15px;
}
/* end 1722 jh */
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .topbar ul li.my-cart:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1724.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.topbar ul li.my-cart a:after {
  display: none;
}
.topbar ul li.active > a {
    display:block;
    /*background-color: #454545;*/
    
}
.topbar ul li.active > a:after {
  height: 4px;
  width: 7px;
 /* background-image: url('../img/ico-sb12a73b54b.png');*/
  background-position: 0 -3021px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .topbar ul li.active > a:after {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2777.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.topbar ul li:last-child.active {
  border-right: 1px solid #ededed;
}
.topbar ul > li > a {
  font-size: 12px;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  color: #454545;
  position: relative;
  text-decoration: none;
  display: block;
  padding: 19px 28px 18px 9px /*19px 35px 18px 25px sim*/;
  height:100%;/*sim*/
}
.topbar ul > li > a:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 7px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2802px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .topbar ul > li > a:after {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2558.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.topbar ul > li > a strong {
  font-size: 12px;
  color: #454545;
}
.topbar ul > li > a.no-submenu {
  padding: 19px 30px 19px 45px;
}
.topbar ul > li > a.no-submenu:before {
  height: 7px;
  width: 4px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2023px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .topbar ul > li > a.no-submenu:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1842px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.topbar ul > li > a.no-submenu:after {
  display: none;
}
.topbar .spacer-connect {
  border-bottom: 1px solid #ededed;
}
.menu-open .topbar {
  left: 266px;
}
/* mini-cart et account */
.white-overlay .page-wrapper:after {
  content: "";
  background: url(../img/bg-trans.png);
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 107; /* 1722 jh 172 jh 101 */
  cursor: pointer;
}
.account {
  background: #ffffff;
  border-right: 1px solid #ededed;
  margin-top: -1px;
}
.main-menu.active .sub-menu {
  display: block;
}
.sub-menu {
  position: absolute;
  background: #ffffff;
  display: none;
  width: 320px;
  left: -1px;
}
.sub-menu ul {
  float: none;
}
.sub-menu ul li {
  border: 0;
}
.sub-menu .column-half {
  float: none;
  width: 100%;
}
.sub-menu .column-half .restrict-form {
  width: 100%;
  border: none;
  background: url("../img/gift.png") right bottom no-repeat whitesmoke;
}
.sub-menu .form {
  max-width: 320px;
}
.sub-menu .form .item-full-p a {
  display: block;
}
.sub-menu .form .form-item {
  padding: 0 2em;
}
.sub-menu .form .form-item-quickaccess {
  border: none;
  width: 100%;
  background: url("../img/quick-access.png") right bottom no-repeat whitesmoke;
}
.sub-menu .form h3 {
  margin: 1em 0 5px 1.6em;
}
.sub-menu .form .form-item {
  margin: 0;
}
.sub-menu .form label {
  margin: 16px 0 8px 0;
}
.sub-menu .form .name-connect {
  color: #285f41;
  display: block;
}
.sub-menu .form .orders-connect {
  font-weight: bold;
  padding: 0.5em 0;
  display: inline-block;
  color: #000;
  text-decoration:none;
}
.sub-menu .form .orders-connect.font-normal {
  font-weight: normal; /*sim*/
}
.sub-menu .form .orders-connect:after {
  display: none;
}
.sub-menu .form .intro-connect a {
  display: block;
}
.sub-menu .form .btn-secondary {
  width: 100%;
  float: none;
  margin: 2em 0;
}
.sub-menu .form .btn-deco {
  font-family: "LacosteSansLight";
  font-size: 12px;
  font-weight: lighter;
}
.sub-menu .form .btn-deco:before {
  content: '';
  height: 9px;
  width: 9px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -3986px;
  background-repeat: no-repeat;
  /* position: absolute;
  left: 6%;
  top: 63%;
  margin-left: -7px;
  margin-top: -10px; */
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .sub-menu .form .btn-deco:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -3741.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.sub-menu .form .btn-deco:after {
  display: none;
}
.sub-menu .form .forgot-pass-header {
  text-decoration: underline;
  text-transform: lowercase;
  font-size: 12px;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  color: #797979;
  background: transparent;
  margin-top: -23px;
  padding-left: 24px;
}
.sub-menu .form .forgot-pass-header:after {
  display: none;
}
.sub-menu .form-new {
  display: table;
  border-top: 1px solid #ededed;
  padding-top: 5px;
  margin-top: 12px;
}
.mini-cart {
  left: auto;
  right: -1px;
  width: 315px;
  background: #fff;
  border: 1px solid #ededed;
  margin-top: -1px;
}
.mini-cart .price span {
  margin: 3.5px 0;
  display: block;
}
.mini-cart .cart-table {
  max-height: 399px;
  overflow: hidden;
  display: block;
  color: #797979;
}
.mini-cart .cart-table .item-row {
  display: block;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  padding: 0 30px 27px;
  position: relative;
}
.mini-cart .cart-table .item-col {
  display: block;
  border: 0;
  text-align: left;
  padding: 0;
}
.mini-cart .cart-table .item-col:first-child {
  width: 100%;
}
.mini-cart .cart-table .co-product {
  float: none;
  display: block;
}
.mini-cart .cart-table .co-product ul {
  float: none;
}
.mini-cart .cart-table .co-product .co-product-image {
  width: auto;
  margin-right: 0;
  min-height: 148px;
}
.mini-cart .cart-table .co-product .co-product-image img {
  margin: 15px 12px 15px -20px;
  width: 80px;
}
.mini-cart .cart-table .product-cart-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.mini-cart .cart-table .product-cart-menu li {
  display: none;
  margin-right: 0;
}
.mini-cart .cart-table .product-cart-menu .menu-change {
  display: block;
}
.mini-cart .cart-table .cart-table-header {
  display: none;
}
.mini-cart .cart-table .co-product-info {
  float: none;
}
.mini-cart .cart-table .co-product-info li:first-child {
  min-width: 85px;
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-cart .cart-table .price-quantity .price,
.mini-cart .cart-table .price-quantity .quantity {
  display: inline-block;
  vertical-align: baseline;
}
.mini-cart .cart-table .price-quantity .price:before,
.mini-cart .cart-table .price-quantity .quantity:before {
  margin-right: 4px;
}
.mini-cart .cart-table .price-quantity .quantity {
  margin-left: 3px;
}
.mini-cart .cart-table .product-colors {
  text-align: left;
  display: inline-block;
  top: 2px;
  position: relative;
}
.mini-cart .cart-table .total-price {
  text-align: right;
  margin-top: -26px;
}
.mini-cart .cart-table .total-price .old-price {
  display: none;
}
.mini-cart .cart-table .item-size {
  display: block;
}
.mini-cart .cart-table .special-offer {
  margin: 24px 30px 0 72px;
  text-align: left;
  width: auto;
}
.mini-cart .cart-table .discount-percentage {
  position: absolute;
  left: 0;
  top: 120px;
}
.mini-cart .cart-table .item-row {
  padding: 0 30px 15px;
}
.mini-cart .cart-table .item-row:first-child {
  padding: 0 30px 11px;
}
.mini-cart .cart-table .product-color {
  margin-bottom: 3px;
  width: auto;
}
.mini-cart .cart-table .co-product .co-product-image {
  min-height: 115px;
  float: left;
}
.mini-cart .cart-table .co-product .co-product-image img {
  margin: 15px 12px 0 -20px;
  width: 100px;
}
.mini-cart .cart-table .co-product ul {
  margin: 0;
}
.mini-cart .cart-table .co-product-info {
  float: left;
  width: 160px;
  margin-top: 20px;
}
.mini-cart .cart-table .co-product-info li:first-child {
  width: 100%;
}
.mini-cart .cart-table .co-product-info li {
  line-height: 1.5;
}
.mini-cart .cart-table .co-product-info li strong {
  color: #285f41;
}
.mini-cart .order-total {
  width: 100%;
  padding: 0 50px 30px;
  margin-top: 30px;
}
.mini-cart .order-total .btn {
  float: none;
  padding: 10px 40px;
}
.mini-cart .order-total .btn:after {
  display: none;
}
.mini-cart .order-total h3 {
  font-size: 18px;
  margin: 0 0 0.5em 0;
  overflow: hidden;
}
.mini-cart .order-total span {
  float: left;
}
.mini-cart .order-total strong {
  float: right;
}
.mini-cart.my-selection {
  right: auto;
  left: -1px;
}
.shipping-advice {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
  color: #797979;
}
.arrow-vertical {
  width: 100%;
  height: 29px;
  display: none;
  background: #f5f5f5;
  text-align: center;
  cursor: pointer;
}
.arrow-vertical:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
}
.arrow-vertical.active {
  display: block;
}
.arrow-next-vertical:after {
  height: 4px;
  width: 7px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2802px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .arrow-next-vertical:after {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2558.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.arrow-prev-vertical:after {
  height: 4px;
  width: 7px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -3021px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .arrow-prev-vertical:after {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2777.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
/* general styling for anything that is not a phone */
@media screen and (min-width: 768px) {
  .topbar .logo-mobile-tablet {
    top: 14px;
  }
  .topbar .logo-mobile-tablet img {
    width: 160px;
  }
  .topbar ul li {
    display: table-cell;
    position: relative;
    vertical-align:middle;
  }
  .topbar ul li.find-store, 
  .topbar ul li.tb-search {
   /* display: none;*/
  }
  .topbar ul li.my-cart {
    text-indent: 0;
    width: auto;
    height: auto;
    position: relative;
    right: auto;
    border-left: 1px solid #ededed;
  }
  .topbar ul li.my-cart:before {
    display: none;
  }
  .topbar ul li.my-cart a:after {
    display: block;
  }
}
/*jong*/
.topbar ul li.my-cart-notlogin:before {
  content: '';
  height: 20px;
  width: 38px;
  background-color: white;
    background-image: url('../img/ico-sf6b5687644.png');
    background-position: 0 -3627px;
    background-repeat: no-repeat;
  position: absolute;
  left: 30%;
  top: 50%;
  margin-left: -7px;
  margin-top: -10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .topbar ul li.my-notlogin:before {
    background-image: url('../img/ico-sf6b5687644.png');
    background-position: 0 -3627px;
    background-repeat: no-repeat;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
/* tablet only*/
@media screen and (min-width: 1280px) {
  .topbar {
    height: 40px;
  }
}
/* desktop smaller  only*/
/* any desktop */
@media screen and (min-width: 1280px) {
  .topbar ul li {
    display: block;
  }
  .topbar ul li a {
    padding: 12px 45px 12px 20px;/*12px 55px 12px 30px; sim*/
  }
  .topbar ul li a:after {
    right: 20px; /*30 sim*/
  }
  .topbar ul li a.submenu, .topbar ul li a.no-submenu {
    padding: 12px 30px 12px 45px;
  }
  .topbar ul li:before {
    display: none;
  }
  .topbar ul li.tb-search {
    display: block;
    height: auto;
    width: auto;
    position: relative;
    right: auto;
    border-right: 0;
  }
  .topbar ul li.tb-search .form {
    display: block;
  }
  .topbar ul li.find-store {
    display: block;
  }
}
/* desktop bigger only */
@media screen and (min-width: 1670px) {
  .topbar {
    height: 40px;
  }
  .topbar.topbar-wrapper {
    width: 1680px;
    display: table;
    margin: 0 auto;
  }
}
/* mobile only */
/*jong 141113*/
.toggle-menu-mobile {
 position: absolute;
left: 0;
top: 0;
padding: 17px 8px;
cursor: pointer;
  border-right: 1px solid #ededed;
}
/*jong 141113*/
.toggle-menu-mobile:after {
    content: "";
    display: block;
    height: 19px;
    width: 38px;
    background-image: url('../img/ico-sf6b5687644.png');
    background-position: 0 -2200px;
    background-repeat: no-repeat;
}
/*jong 141113*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .toggle-menu-mobile:after {
    content: "";
    display: block;
    height: 19px;
    width: 38px;
    background-image: url('../img/ico-sf6b5687644.png');
    background-position: 0 -2200px;
    background-repeat: no-repeat;
  }
}
/*jong 141113*/
.menu-open .toggle-menu-mobile:after {
height: 9px;
width: 9px;
background-image: url('../img/ico-sf6b5687644.png');
background-position: 0 -3029px;
background-repeat: no-repeat;
margin: 4px 14px 4px 15px;
}
.main-sidebar {
  width: 250px;
  position: fixed;
  left: -266px;
  top: 0;
  display: block;
  z-index: 121;
  border-right: 1px solid #ededed;
  overflow: hidden;
}
.main-sidebar .logo {
  line-height: 1.3;
  position: relative;
  padding: 0 0 10px 7px;
  margin: 0;
}
.main-sidebar .logo a {
  color: #454545;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 0;
}
.main-sidebar .slogan {
  font-size: 12px;
  font-family: "LacosteSans";
  letter-spacing: 2px;
  white-space: nowrap;
  display: block;
  text-indent: 0;
  margin-top: 10px;
}
.main-sidebar ul {
  left: 0;
}
.main-sidebar > ul,
.main-sidebar > [data-tab-id] > ul {
  padding: 0;
}
.main-sidebar > ul,
.main-sidebar > [data-tab-id] > ul,
.main-sidebar .our-philosophy {
  clear: both;
  width: 266px;
  float: left;
  position: relative;
  border-right: 1px solid #ededed;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-sidebar  li a:focus { outline:none;  }

.main-sidebar a {
  padding: 20px;
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #ededed;*/ /*Jong 2014 11 18 header new version bug fix*/
  position: relative;
  text-decoration: none;
  color: #454545;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.main-sidebar a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  height: 14px;
  width: 9px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2635px;
  background-repeat: no-repeat;
  margin-top: -7px;
}
.main-sidebar .iconBigsize {
    /* font-weight:bold; */
}
.main-sidebar .iconBigsize span  {
    color: #d70032;
    border: 1px solid #d70032;
    margin-left: 5px;
    padding: 0 2px;
    font-size: 8px;
}
/*Sidebar New Effect*/
a!>new {
    font-weight:bold;
}
.main-sidebar ul ul ul a new  {
    color: #d70032;
    border: 1px solid #d70032;
    margin-left: 5px;
    padding: 0 2px;
    font-size: 8px;
}

/* 2014-10-24 KB */
.tooltip-sidebar .desk-bubble strong {
    display: block;
    font-weight: bold;
    padding-left: 90px;
    color: #393939;
    font-size: 15px;
    background: url('../img/side/bubble-desktop.png') no-repeat 0 100%;
    margin-bottom: 5px;
    text-transform: initial;
}
.tooltip-sidebar .desk-bubble span {
    display: block;
    color: #696969;
    font-size: 10px;
    text-transform: initial;
}
.tooltip-sidebar .tablet-bubble {
 /*   margin: 53px 0 0;*/ 
    padding: 20px 130px 10px 20px; 
    color: #0a346e;
    background: url('../img/side/bubble-mobile.png') no-repeat 100% 100%;
    border-bottom: 1px solid #ededed;
    text-transform: initial;
}
.tooltip-sidebar .tablet-bubble span {
    text-decoration: underline;
    display: block;
    text-transform: initial;
}
.tooltip-sidebar .desk-bubble.newEvent strong {
    background: url('../img/side/bubble-desktop-thousand.png') no-repeat 0 57%;
    text-transform: initial;
}
.tooltip-sidebar .tablet-bubble.newEvent {
    background: url('../img/side/bubble-mobile-thousand.png') no-repeat 100% 100%;
    text-transform: initial;
}
.tooltip-sidebar .desk-bubble.gameCoupon strong {
    background: url('../img/side/coupon_5000.png') no-repeat 8% 100%;
    text-transform: initial;
}
.tooltip-sidebar .tablet-bubble.gameCoupon {
    background: url('../img/side/coupon_5000.png') no-repeat 84% 56%;
    text-transform: initial;
}


/*2015-06-24*/
.tooltip-sidebar .desk-bubble.promo6 strong {
    background: url('../img/side/coupon_type-h.png') no-repeat 8% 100%;
    text-transform: initial;
}
.tooltip-sidebar .tablet-bubble.promo6 {
    background: url('../img/side/bubble-mobile-thousand.png') no-repeat 100% 100%;
    text-transform: initial;
}

.tooltip-sidebar .desk-bubble.mobileBuyCoupon strong {
    background: url('../img/side/ss15_qrcode.jpg') no-repeat 8% 100%;
    text-transform: initial;
}
.tooltip-sidebar .tablet-bubble.mobileBuyCoupon {
    background: url('../img/side/ss15_qrcode.jpg') no-repeat 84% 56%;
    text-transform: initial;
}

/* 2015-01-30 Jong*/
.tooltip-sidebar .desk-bubble2 {
    margin-top: 15px;
    text-transform: initial;
}    
.tooltip-sidebar .desk-bubble2 strong {
    display: block;
    font-weight: bold;
    padding-left: 90px;
    color: #393939;
    font-size: 15px;
    background: url('../img/side/free_truck_2.png') no-repeat 8% 70%;
    margin-bottom: 5px;
    text-transform: initial;
}
/* 2015-03-23 Jong*/
.tooltip-sidebar .tablet-bubble2 {
    margin-top: 25px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    text-transform: initial;
}    
.tooltip-sidebar .tablet-bubble2 strong {
    display: block;
    font-weight: bold;
    padding-left: 20px;
    color: #393939;
    font-size: 15px;
    background: url('../img/side/free_truck_2.png') no-repeat 85% 40%;
    margin-bottom: 5px;
    text-transform: initial;
}

    
@media all and (min-width: 1280px) {
    .tooltip-sidebar .tablet-bubble{
        display: none;
    }
    .tooltip-sidebar .tablet-bubble2{
        display: none;
    }
}
@media all and (max-width: 1279px) {
    .tooltip-sidebar .desk-bubble{
        display: none;
    }
    .tooltip-sidebar .desk-bubble2{
        display: none;
    }
    .tooltip-sidebar .no-mobile{
        display: none;
    }
}
/* //2014-10-24 KB */

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-sidebar a:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2394px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.main-sidebar a:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  height: 7px;
  width: 4px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2023px;
  background-repeat: no-repeat;
  margin-top: -3.5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-sidebar a:after {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1842px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.main-sidebar .highlight {
  background: #f5f5f5;
  border-color: #fff;
  padding-left: 40px;
}
.main-sidebar .highlight:before {
  left: 20px;
  right: auto;
  height: 14px;
  width: 9px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2470px;
  background-repeat: no-repeat;
  margin-top: -7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-sidebar .highlight:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2289px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.main-sidebar .ico-my-lacoste:before {
  height: 16px;
  width: 13px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2745px;
  background-repeat: no-repeat;
  margin-top: -8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-sidebar .ico-my-lacoste:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2502px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.main-sidebar .ico-find-store:before {
  height: 19px;
  width: 13px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1100px;
  background-repeat: no-repeat;
  margin-top: -9.5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-sidebar .ico-find-store:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -923.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.main-sidebar .ico-home:before {
  height: 14px;
  width: 24px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2373px;
  background-repeat: no-repeat;
  margin-top: -7px;
  left: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-sidebar .ico-home:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2192px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.main-sidebar [data-open-level="1"] {
  left: -266px;
}
.main-sidebar [data-open-level="2"] {
  left: -532px;
}
.main-sidebar [data-open-level="3"] {
  left: -798px;
}
.main-sidebar [data-open-level="4"] {
  left: -1064px;
}
.main-sidebar .title-submenu {
  font-size: 16px;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  padding: 20px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #ededed;
  text-decoration: none;
  color: #454545;
}
.main-sidebar ul {
  padding: 0;
  margin: 0;
}
.main-sidebar li {
  list-style: none;
}
.main-sidebar ul ul ul {
  position: absolute;
  left: auto;
  right: -266px;
  width: 266px;
  top: 0;
  display: none;
}
/*jong 141113*/
.main-sidebar li.active > ul {
  display: block;
}
.main-sidebar .menu-collections {
  display: table;
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index:1000;
  table-layout:fixed;
}
.main-sidebar .menu-collections li {
  display:table-cell;
  border-left:1px solid #ededed;
  background-color:#f8f8f8;
}
.main-sidebar .menu-collections li.menu-lacoste {
  border-bottom:4px solid #285F41;
}
.main-sidebar .menu-collections li.menu-live a {
  border-bottom:4px solid #ea3125;
  text-indent:-9999px;
  width:100%;
  min-width:50px;
  transition:0.5s;
}
.main-sidebar .menu-collections li.menu-live a:before {
  content:"";
  display:block;
  height:17px;
  width:30px;
  background-image:url('../img/ico-sf6b5687644.png');
  background-position:0 -1936px;
  background-repeat:no-repeat;
  margin-top:-9px;
  margin-left:-15px;
  right:auto;
  left:50%;
}
.no-touch .main-sidebar a:hover {
  text-decoration:underline;
}
.main-sidebar .menu-collections li.menu-live.active a,
.main-sidebar .menu-collections li.menu-live.menu-live:hover a {
  background:#ea3125;
}
.main-sidebar .menu-collections li.menu-live.active a:before,
.main-sidebar .menu-collections li.menu-live.menu-live:hover a:before {
  height:17px;
  width:30px;
  background-image:url('../img/ico-sf6b5687644.png');
  background-position:0 -1899px;
  background-repeat:no-repeat;
}
.main-sidebar .menu-collections li.live.active a:after {
  border-color: #ea3125 transparent transparent transparent;
}
.main-sidebar .menu-collections li.menu-sport a {
  border-bottom:4px solid #173B67;
  transition:0.5s;
}
.main-sidebar .menu-collections li.menu-sport.active a,
.main-sidebar .menu-collections li.menu-sport.menu-sport:hover a {
  background:#173B67;
  transition:0.5s;
}
.main-sidebar .menu-collections li.menu-sport.active a:after,
.main-sidebar .menu-collections li.menu-sport.menu-sport:hover a:after {
  border-color:#173B67 transparent transparent transparent;
}
.main-sidebar .menu-collections li.active a {
  background:#285F41;
  transition:0.5s;
  color: #fff;
}
.main-sidebar .menu-collections li.active a:after {
  content: "";
  display: inline-block;
  background-image: none;
  border-color: #285f41 transparent transparent transparent;
  right: auto;
  top: auto;
  left: 50%;
  margin: 0 0 0 -10px;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 20;
}
.main-sidebar .menu-collections li:hover,
.main-sidebar .menu-collections a:hover {
  background:#285F41;
  transition:0.5s;
  color:#fff;
}
.main-sidebar .menu-collections a {
  display: block;
  text-align: center;
  padding: 20px 0 21px;
  font-family: "LacosteSansBold","LacosteSansLight", "맑은 고딕", "Malgun Gothic";
  font-size: 11px;
  position: relative;
  border-left: 0px solid #ededed;
  cursor: pointer;
  transition:0.5s;
}
.main-sidebar .menu-collections a:before {
  display: none;
}
.main-sidebar .menu-collections li:first-child a {
  border-left: 0;
}
.menu-open .main-sidebar {
  left: 0;
  max-width: 266px;
  border-right: 1px solid #ededed;
  z-index: 30;
}
.menu-open .faq .help-use {
  left: 266px;
  border-left: 1px solid #ededed;
}
/* desktops (small and large) */
@media screen and (min-width: 768px) {
  .main-sidebar {
    border-right: 0;
    overflow: visible;
  }
  .main-sidebar [data-open-level] {
    left: 0;
  }
  .main-sidebar > ul,
  .main-sidebar > [data-tab-id] > ul,
  .main-sidebar .our-philosophy {
    border-right: 0;
  }
  .main-sidebar a {
    padding: 8px 30px;
    border: 0;/*
    display: inline-block; 20150403 KB */
  }
  .main-sidebar a:before {
    display: none;
  }
  .main-sidebar a.ico-find-store:before {
    display: inline-block;
  }
  .main-sidebar .highlight {
    padding:15px 30px 15px 40px;
    border-bottom: 1px solid #ededed;
    display: block;
  }
  .main-sidebar .active > a:after {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #454545;
    content: "";
    position: static;
    display: block;
    margin-top: 1px;
    background: none;
    margin-bottom: -3px;
  }
  .main-sidebar .active ul a:after {
    display: none;
  }
  
  .main-sidebar ul ul:before {
    display: block;
    height: 1px;
    content: "";
    border-top: 1px solid #ededed;
    margin: 20px 30px;
  }
  .main-sidebar-sub > ul > li:last-child > ul:before{
    border : 0px;
    margin-top: 0px;
  }  
  .main-sidebar ul ul ul,
  .main-sidebar ul ul li.nth-child-1 ul,
  .main-sidebar ul ul li.nth-child-2 ul {
    margin: 0;
  }
  .main-sidebar ul ul ul {
    position: static;
    padding-bottom: 5px;
  }
  .main-sidebar ul ul ul a {
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    padding: 6px 30px 6px 40px;
    color: #797979;
  }
  .main-sidebar ul ul ul ul {
    padding-bottom: 0;
  }
  .main-sidebar ul ul ul ul a {
    margin: 0 10px;
    text-transform: none;
  }
  .main-sidebar ul li.nth-child-1 ul:before,
  .main-sidebar ul li.nth-child-2 ul:before {
    display: none;
  }    
  .main-sidebar ul li.nth-child-2 ul {
    margin-top: 20px;
  }
  /*  .main-sidebar ul li.nth-child-3 ul {
    margin-top: 20px;
  } */
  .main-sidebar .always-expanded ul {
    display: block;
  }
 /*  .main-sidebar .highlight {
    padding: 15px 30px;
    border-bottom: 1px solid #ededed;
  } */
  .main-sidebar .highlight:after {
    content: "";
  }
  .main-sidebar .only-mobile {
    display: none;
  }
  .main-sidebar:before {
    left: 20px;
  }
  .main-sidebar .slogan {
    display: none;
  }
/* 2014-10-24
  .tooltip-sidebar {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: -275px;
    top: 70px;
    width: 234px;
    padding: 25px;
    font-size: 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .tooltip-sidebar:before {
    border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
    right: auto;
    bottom: auto;
    top: 50%;
    margin: -10px 0 0 0;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .tooltip-sidebar.inactive {
    visibility: hidden;
    opacity: 0;
  }
  .tooltip-sidebar p {
    margin: 0;
  }
  .tooltip-sidebar p strong {
    color: #454545;
  }
  [data-tab-id="live"] .tooltip-sidebar p strong {
    color: #d12d21;
  }
  [data-tab-id="sport"] .tooltip-sidebar p strong {
    color: #285f41;
  }
  .tooltip-sidebar .btn-close {
    height: 9px;
    width: 9px;
    background-image: url('../img/ico-sb12a73b54b.png');
    background-position: 0 -3986px;
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin: -15px -15px 0 0;
    cursor: pointer;
  }
 */
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min-resolution: 144dpi) {
  .tooltip-sidebar .btn-close {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -3741.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
@media screen and (min-width: 768px) {
  .no-rgba .tooltip-sidebar {
    background: url(../img/bg-tooltip.png) no-repeat left center;
    padding: 25px 30px 23px 38px;
  }
  .no-rgba .tooltip-sidebar:before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .main-sidebar {
    z-index: 0;
    position: fixed;
    height: 100%;
    left: -1500px;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0 0 0 0;
    /*-webkit-overflow-scrolling: touch; bugFix -ipone side scroll bug 20150403 jh*/
  }
}
/* tablet only*/
@media screen and (min-width: 1280px) {
  .main-sidebar {
    left: 0;
    background: #fff;
    height: 100%;
    border-right: 1px solid #ededed;
  }
  .main-sidebar > ul,
  .main-sidebar > [data-tab-id] > ul,
  .main-sidebar .our-philosophy {
    width: 250px;
  }
  .main-sidebar .no-desktop {
    display: none;
  }
  .main-sidebar .logo {
    clear: both;
    width: 250px;
    float: right;
  }
  .main-sidebar li li li {
    padding-left: 20px;
  }
  .main-sidebar .menu-collections a {
    display: block;
    text-align: center;
    padding: 14px 0;
  }

  .menu-stories h3 {
    margin: 23px 0 8px;
  }
  .menu-stories ul {
    padding: 0;
    margin: 20px 0 0 23px;
    /*width: 840px;*/
    display: table;
  }
  .menu-stories li {
    display: table-cell;   
    width: 214px;
    padding: 0 15px;
    list-style: none;
    margin-left: -1px;
    border-left: 1px solid #ededed;
    vertical-align: top;
    position: relative;
    font-size:12px;
  }
  .menu-stories li:first-child {
    margin-left: 0;
    border: 0;
  }
  .menu-stories li:last-child {
    padding-right: 0;
  }
  .menu-stories li ul {
    display: block;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 30px;
  }
  .menu-stories li li {
    float: none;
    width: auto;
    display: block;
    padding: 0;
    border: 0;
  }
  .menu-stories a {
    color: #797979;
    padding: 3px 0;
    display: block;
    text-decoration: none;
  }
  .menu-stories a:hover {
    text-decoration: underline;
  }
  .menu-stories .block-link-wrapper {
    width: 100%;
    height: 34px;
  }
  .menu-stories .block-link {
    color: #454545;
    position: absolute;
    left: 7%;
    bottom: 0;
    padding-bottom: 0;
  }

  .dialog-banner-top {
    background: #f2f3f2;
  }
  .dialog-banner-top > div {
    display: inline-block;
    vertical-align: middle;
  }
  .dialog-banner-top .banner-image {
    text-align: right;
    width: 100%;
  }
  .dialog-banner-top .banner-image img {
    width: 100%;
    margin-left: 0.7%;
  }
  .dialog-banner-top .banner-description {
    padding: 0 0 0 40px;
    line-height: 1.7;
    width: 50%;
    margin-right: -51%;
    position: relative;
  }
  .dialog-banner-top .banner-description h3 {
    font-size: 25px;
    margin: 10px 0;
  }
  .dialog-banner-top .banner-description .title-40 {
    font-size: 30px;
    margin: 10px 0;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    display:block;
  }
  .dialog-banner-top .banner-description p{
    color: #797979;
  }
  .dialog-banner-top .banner-description a {
    color : #454545;
    font-weight:bold;
    text-decoration : none;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  }
  .dialog-banner-top .banner-description a:hover {
    text-decoration : underline;
  }
  .tooltip-sidebar {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: -275px;
    top: 70px;
    width: 234px;
    padding: 25px;
    font-size: 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .tooltip-sidebar:before {
    border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
    right: auto;
    bottom: auto;
    top: 50%;
    margin: -10px 0 0 0;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 20;
  }
  .tooltip-sidebar.inactive {
    visibility: hidden;
    opacity: 0;
  }
  .tooltip-sidebar p {
    margin: 0;
  }
  .tooltip-sidebar p strong {
    color: #454545;
  }
  [data-tab-id="live"] .tooltip-sidebar p strong {
    color: #d12d21;
  }
  [data-tab-id="sport"] .tooltip-sidebar p strong {
    color: #285f41;
  }
  .tooltip-sidebar .btn-close {
/*    
    height: 9px;
    width: 9px;
*/
	/*JH 20150706 close touch size up*/    
    height: 25px;
    width: 25px;
    background-image: url('../img/ico-sb12a73b54b.png');
    background-position: 0 -3986px;
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin: -15px -30px 0 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {    
  .main-sidebar .menu-collections {
    border-bottom: 0;
  }
  .topbar ul li.tb-search {
    border-right:1px solid ededed;
  }
}
footer {
  clear: both;
  background-color: #f5f5f5;
}
.footer-wrapper {
  float: left;
  width: 25%;
  position: relative;
  border-right: 1px solid #e3e3e3;
  height: 100%;
}
.footer-wrapper:last-child {
  border-right: 0;
}

.column-quarter .l-accord {
  text-align: left;
}
.column-quarter .help-float {
  width: 100%;
  bottom: 200px;
  cursor: pointer;
  background: #ffffff;
  float: left;
  display: block;
  z-index: 126;
  left: 0;
}
.footer-wrapper-inner {
  margin: 0 10%;
}
.footer-wrapper-inner h4 {
  font-size: 12px;
  color: #285f41;
  /*margin: 7% 0; sim*/
}
.footer-wrapper-inner p {
  line-height: 180%;
  font-size: 12px;
}
.footer-wrapper-inner address {
  font-style: normal;
}
.footer-wrapper-inner label {
  display: block;
  font-size: 12px;
  line-height: 180%;
  margin-bottom: 20px;
}
.footer-wrapper-inner .form {
  display: block;
  position: relative;
  border:1px solid #ededed;/*sim*/
}
.footer-wrapper-inner .form ::-webkit-input-placeholder {
  color: #454545;
  font-size: 13px;
  font-weight: normal;
}
.footer-wrapper-inner .form :-moz-placeholder {
  color: #454545;
  font-size: 13px;
  font-weight: normal;
}
.footer-wrapper-inner .form ::-moz-placeholder {
  color: #454545;
  font-size: 13px;
  font-weight: normal;
}
.footer-wrapper-inner .form :-ms-input-placeholder {
  color: #454545;
  font-size: 13px;
  font-weight: normal;
}
.footer-wrapper-inner .form input[type=text],
.footer-wrapper-inner .form input[type=submit] {
  background-color: red;
  border: 0;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  outline: none;
}
.footer-wrapper-inner .form input[type=text] {
  padding: 9px 50px 9px 15px;
  width: 100%;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.footer-wrapper-inner .form input[type=submit] {
  color: #454545;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  font-weight: bold;
}
.footer-wrapper-inner ul {
  padding: 0;
  margin: 0;
}
.footer-wrapper-inner ul li {
  display: block;
}
.footer-wrapper-inner ul a {
  display: block;
  text-decoration: none;
  color: #454545;
  font-size: 12px;
}
.footer-wrapper-inner .footer-customer-service li {
  font-size: 12px;
  line-height: 180%;
}
.footer-follow-us {
  margin-left: 0;
  padding-left: 0;
}
.footer-follow-us li {
  margin: 0 10px 10px 0;
  float: left;
  list-style: none;
}
.footer-follow-us a {
  text-indent: -9999px;
  direction: ltr;
  display: block;
}
.footer-follow-us .fs-facebook a {
  height: 35px;
  width: 35px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1160px;
  background-repeat: no-repeat;
}
/* sim footer-wrapper-inner-02 */
.footer-wrapper-inner-02 {
    display:table;
    width:100%;
    padding:1em 0;
    background-color:#fff;
}
.footer-wrapper-inner-02 .col {
    display:table-cell;
    padding:0 30px;
    text-align:center;
    vertical-align:middle;
}
.footer-wrapper-inner-02 .left {
    width:70%;
    font-size:11px;
}
.footer-wrapper-inner-02 .right {
    width:30%;  
}
.footer-wrapper-inner-02 .right img{
    max-width:100%; 
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-facebook a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -982.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-twitter a {
  height: 35px;
  width: 35px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1616px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-twitter a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1438.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-plusgoogle a {
  height: 35px;
  width: 36px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1464px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-plusgoogle a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1286.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-tumblr a {
  height: 35px;
  width: 35px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1540px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-tumblr a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1362.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-vimeo a {
  height: 35px;
  width: 35px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1692px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-vimeo a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1514.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-instagram a {
  height: 35px;
  width: 35px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1312px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-instagram a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1134.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-pinterest a {
  height: 35px;
  width: 35px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1388px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-pinterest a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1210.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-flickr a {
  height: 35px;
  width: 36px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1236px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-flickr a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1058.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-youtube a {
  height: 35px;
  width: 35px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1768px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-youtube a {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -1590.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.footer-follow-us .fs-naverCafe a {
  height: 35px;
  width: 36px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -4340px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .footer-follow-us .fs-naverCafe a {
    background-image: url('../img/ico-sb12a73b54b.png');
    background-position: 0 -4340px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
/* non touchscreen devices. put the hovers in here :) */
@media screen and (min-width: 768px) {
  .page-wrapper {
    padding-bottom: 335px;
  }
  footer {
    clear: both;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
  }
  .no-touch footer a:hover {
    text-decoration: underline;
  }  
  a:active,a:hover{
    outline:inherit;
  }
}
/* tablet only*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
	.vip-pc {
	  display:none !important;
	}  
	.topbar ul li.tb-search {
	  display:block !important;
	}
	.vip-pc-sidebar {
	  display:block !important; 
	}  
	.page-wrapper {
	  padding-bottom: 385px;
	}  
	.main-sidebar .always-expanded {
	  padding-top: 21px;
	}  
	.main-sidebar .link-gender {
	  display: block;
	  border: 0;
	  font-size: 12px;
	  font-family: "LacosteSansBold";
	  padding: 10px 0 10px 40px;
	}
	footer {
	  height: 385px;
	}
	footer .footer-wrapper {
	 padding: 45px 0 100px 0; /*45px 0 -10px 0; sim*/
	}	
	/*sim*/
	.topbar ul li.tb-search {
	   position: relative;
	   left: 0;
	   top: 0;
	   border-right:none;
	   border-bottom: 1px solid #ededed;
	 } 	
	.topbar ul li.tb-search .form {
	     /*sim*/
	     position: absolute;
	     right:0px; 
	     min-width:320px;
	     display: none;
	} 
	.topbar ul li.tb-search.active .form {
	  /*sim*/
	   display: block;
	 } 	 
	.topbar ul li.tb-search .form input[type="text"] {
	    /*sim*/
	    width:100%;
	    margin:0;
	    padding:10px;
	}
     
}
/* desktop smaller  only*/
@media screen and (min-width: 1280px) and (max-width: 1669px) {
  footer {
    height: 335px;
  }
  footer .footer-wrapper {
    padding: 15px 0; /*45 0*/
  }
}
/* desktop bigger only */
@media screen and (min-width: 1680px) {
  footer {
    height: 335px;
  }
  /* sim */
 /* footer:after {
    width: 1000px;
    position: absolute;
    right: -1000px;
    height: 100%;
    background-color: #f5f5f5;
    top: 0;
  }*/
  
  footer .footer-wrapper {
    padding: 45px 0 75px 0;
  }
  footer .footer-wrapper-inner {
    margin: 0 15%;
  }
  footer .footer-wrapper-inner h4 {
    margin: 0 0 7% 0;
  }
}
/* mobile only */
@media screen and (max-width: 767px) {
	.topbar ul > li > a:after {
	   background-image: none; /*sim*/
	}
	footer {
	  height: auto;
	  background: none;
	}
	footer .footer-wrapper {
	  float: none;
	  padding: 7% 0;
	  width: 100%;
	  border-right: 0;
	  border-bottom: 1px solid #e3e3e3;
	}
	footer .footer-wrapper-inner {
	  margin: 0 30px;
	}
	footer .footer-wrapper-inner h4 {
	  margin: 0 0 5% 0;
	}  
	.footer-wrapper-inner-02 .col {
	     display:block;
	     width:100%;
	     text-align:left; 
	}
	.footer-wrapper-inner-02 .right {
	     padding-top:1em;
	}
	 
	 .ko-padding { /*sim*/
	     padding: 30px 30px 30px;
	}
}
/* SLIDER LOOK NEW */
.slider-look-new {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF);
  zoom: 1;
  position: absolute;
  bottom: 150px;
  width: 40%;
  left: 71px;
}

/* slider */
.spacer-slider {
  height: 150px;
  float: left;
  width: 100%;
}

.product-active {
  display: block;
}

.slider:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.slider .pager {
  padding: 0 30px;
}
.slider .pager .pager-inner {
  margin: 0 auto;
  max-width: 242px;
}
.slider .swiper-container {
  position: relative;
  z-index: 1;
}
.slider .slider-text {
  padding: 30px;
  color: #454545;
}
.slider .slider-text.only-title {
  padding: 50px;
  margin-bottom: 50px;
}
.slider .slider-text.only-title h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.slider .slider-text .pre-title {
  margin-bottom: 10px;
}
.slider .swiper-slide {
  position: relative;
}
.slider .swiper-slide img {
  width: 100%;
  display: block;
  margin: 0 auto; /*JH : product img bug fix*/
}
.slider .swiper-slide-inner {
  display: block;
  float: left;
  width: 100%;
  height: 100%; /*sim: Fashion show full size*/
}
.slider .swiper-slide-inner iframe {/*sim: Fashion show full size*/
    position: absolute;
    width: 100%;
    height: 100%;       
   top: 0;
   left: 0;
}
.map_wrapper {
	 width: 100%;
	 position: relative;
	 margin-bottom: 20px;
	 background: #fff;
	 padding: 0; 
 }
.map_container {
	 position: relative;
	 padding-bottom: 50%;
	 padding-top: 30px;
	 height: 0;
	 overflow: hidden; 
 }
 .map_container .map, .map_container #map {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%; 
}
.slider .page-title {
  font-size: 20px;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  margin: 0 0 12px;
  line-height: 1;
}
.slider .tagline {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.slider .spacer-content-slider {
  width: 100%;
  height: 60px;
}
.slider .block-content-slider {
  margin: 0 auto;
  padding: 30px;
  max-width: 440px;
}
.slider a {
    color: #494949;
    text-decoration : none; 
}
.slider a:hover {
    text-decoration: none;
    /*text-decoration: underline sim*/; 
}
.slider .btn-white { /*sim*/
    border: 1px solid #fff;
    padding: 1em 3em;
    color: #454545;
    margin: 2em 0;
    display: inline-block;
    font-size:14px;
    text-decoration: none;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    background: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;       
}

.slider .ko-strong {/*sim*/
    font-size:14px;
    color: #454545;
}
.slider .btn-white:hover {/*sim*/
    color: #454545;
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;   
}
.slider .btn-white.selected {/*sim*/
    color: #454545;
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;   
}
.pager {
  height: 58px;
  position: relative;
  z-index: 10;
  clear: both;
  -webkit-transition: background, opacity 0.2s ease-in-out;
  -moz-transition: background, opacity 0.2s ease-in-out;
  -ms-transition: background, opacity 0.2s ease-in-out;
  -o-transition: background, opacity 0.2s ease-in-out;
  transition: background, opacity 0.2s ease-in-out;
  animation: show 0.4s;
  -webkit-animation: show 0.4s;
  -moz-animation: show 0.4s;
  opacity: 1;
}
.pager .swiper-arrows {
  width: 109px;
  height: 56px;
  float: left;
  margin: -1px 0 0 0;
  margin-left: -30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pager .swiper-arrows:before {
  content: "";
  height: 9px;
  width: 50px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -150px;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pager .swiper-arrows:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -149.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.pager .swiper-arrow-right {
  float: right;
  margin-right: -30px;
  margin-left: 0;
}
.pager .swiper-arrow-right:before {
  height: 9px;
  width: 50px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -320px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pager .swiper-arrow-right:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -318.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.pager .slider-status {
  width: 90px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/separator-diagonal.png) no-repeat center center;
  padding-top: 2px;
}
.pager .slider-status span {
  font-style: italic;
  font-size: 20px;
  display: block;
}
.pager .slider-status .current-slide {
  margin-right: 37px;
}
.pager .slider-status .total-slides {
  margin-left: 31px;
  margin-top: -4px;
}

.pager.hide-this {
  opacity: 0;
}

.pager-inner {
  margin: 0 30px;
}

.drag-container {
  overflow: hidden;
  width: 100%;
  cursor: move;
}
.drag-container img {
  cursor: auto;
  height: auto;
}

.slider-model-2 .column-half {
  background: #f5f5f5;
}
.slider-model-2 .pager {
  background: transparent;
}
.slider-model-2 .pager-inner {
  border: 0;
  margin: 0 auto;
}

.slider-model-3 .swiper-slide-inner {
  min-height: 323px;
}
.slider-model-3 .block-title {
  line-height: 1.4;
}

.not-a-swiper .swiper-wrapper .slider-text {
  margin-bottom: 0;
}

.slider-model-5 {
  width: 75%;
  float: left;
}

.swiper-container-genders .swiper-slide {
  position: relative;
  z-index: 1;
}
.swiper-container-genders .swiper-slide-active {
  z-index: 20;
}
.slider-model-7,
.slider-model-8 {
  position: relative;
  float: left;
  width: 100%;
}
.slider-model-7 .column-inner-large,
.slider-model-8 .column-inner-large {
  padding-bottom: 30px;
}
.slider-model-7 .column-inner-large .block-description, .slider-model-7 .column-inner-large .block-description-black,
.slider-model-8 .column-inner-large .block-description,
.slider-model-8 .column-inner-large .block-description-black {
  display: block;
}
.slider-model-7 .pager,
.slider-model-8 .pager {
  left: 0;
  bottom: 0;
  width: 25%;
}
.slider-model-7 .pager .pager-inner,
.slider-model-8 .pager .pager-inner {
  margin: 0;
}

.slider-model-8 .pager {
  left: 50%;
}
.slider-model-9 .pager {
  width: 50%;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
}
.slider-model-9 .pager .pager-inner {
  max-width: 280px;
}
.slider-model-9 .column-half {
  background: #f5f5f5;
}
.slider-model-9 .arrow-right:after {
  border-color: transparent transparent transparent #f5f5f5;
}
.slider-model-9 .arrow-left:after {
  border-color: transparent #f5f5f5 transparent transparent;
}

/* non touchscreen devices. put the hovers in here :) */
.no-touch .pager .swiper-arrows:hover {
  background: #285f41;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touch .pager .swiper-arrow-left:hover:before {
  height: 9px;
  width: 50px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -100px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .no-touch .pager .swiper-arrow-left:hover:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -100px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.no-touch .pager .swiper-arrow-right:hover:before {
  height: 9px;
  width: 50px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -270px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .no-touch .pager .swiper-arrow-right:hover:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -269px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}

/* general styling for anything that is not a phone */
@media screen and (min-width: 768px) {
  .slider {
    position: relative;
  }
  .slider .slider-text {
    background: url(../img/bg-trans.png);
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50px;
    bottom: 50px;
    margin-bottom: 56px;
    width: auto;
    padding: 30px 50px;
  }
    .slider .slider-text p {
    max-width: 375px;
  }
  .slider .slider-text p:last-child {
    margin-bottom: 0;
  }
  .slider .page-title {
    font-size: 40px;
    color: #454545;
    margin-bottom: 18px;
  }
  .slider .tagline {
    font-size: 15px;
  }
  .pager {
    background: url(../img/bg-trans.png);
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 475px;
    z-index: 10;
    height: 78px;
    -webkit-appearance: none;
  }
  .pager .slider-status {
    height: 78px;
    padding-top: 8px;
  }
  .pager .swiper-arrows {
    height: 78px;
  }
  .pager .swiper-arrows:before {
    margin-top: 36px;
  }
  .pager .slider-status .total-slides {
    margin-left: 31px;
    margin-top: -4px;
    margin-top: 5px;
  }
  .pager-inner {
    margin: 0 100px;
  }
  .slider-model-2 .pager {
    width: 40%;
    margin: 0 auto;
    position: absolute;
    left: 71px;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF);
    zoom: 1;
    bottom: 72px;
    padding: 0;
  }
  .slider-model-3 .block-content {
    padding: 27% 14%;
  }
  .slider-model-3 .pager {
    left: 25%;
    width: 25%;
    bottom: 0;
    height: 87px;
  }
  .slider-model-3 .pager .pager-inner {
    float: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .slider-model-3 .pager .swiper-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 74px;
  }
  .slider-model-3 .pager .swiper-arrow-right {
    left: auto;
    right: 0;
  }
  .slider-model-3 .pager .swiper-arrows:before {
    margin-top: 34px;
  }
  .slider-model-3 .pager .slider-status {
    height: 75px;
    padding-top: 8px;
    width: auto;
    text-align: center;
  }
  /* playground ├¢├é├Â├øÔûæ├ç */
  .playground-mag {
    padding-top: 30px;
    text-align: center;
  }
  .playground-mag > img {
    width: 340px;
  }
  .playground-mag .sub-title-pl {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 23px;
  }
  .playground-mag .view-all {
    float: none;
    margin-top: 25px;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    color: #454545;
    margin-right: 30px;
    text-decoration: none;
    position: absolute;
    right: 0;
  }
  .playground-mag .view-all:hover {
    text-decoration: underline;
  }
  .playground-mag .rectangle-horiz-middle {
    width: 100px;
    height: 10px;
    background: #1f1f1f;
    position: absolute;
    z-index: 1;
    left: -50px;
    top: 90px;
  }
  .playground-mag .rectangle-vert-bottom {
    height: 100px;
    width: 10px;
    background: #1f1f1f;
    position: absolute;
    z-index: 1;
    left: -5px;
    bottom: -50px;
  }
}
/* desktops (small and large) */
@media screen and (min-width: 1280px) {
  .slider .slider-text {
    margin-bottom: 78px;
  }

  .slider-model-3 .block-title span {
    font-size: 0.6em;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .slider-model-2 .swiper-slide-inner {
    display: table;
  }
  .slider-model-2 .column-half {
    float: none;
    display: table-cell;
    vertical-align: top;
    background: #fff;
  }
}
/* desktop bigger only */
/* desktop smaller  only*/
/* tablet only */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .slider-look-new {
    left: 40px;
  }
  .slider {
    position: relative;
  }
  .slider .slider-text {
   /*  background: url(../img/bg-trans.png); */
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50px;
    bottom: 50px;
    margin-bottom: 78px;
    width: auto;
    padding: 30px 50px;
  }
  .slider .page-title {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .slider .tagline {
    font-size: 15px;
  }

  .slider-model-2 .pager {
    left: 40px;
  }

  .pager {
    background: url(../img/bg-trans.png);
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 475px;
    z-index: 10;
    height: 78px;
    opacity: 1;
  }
  .pager .swiper-arrows {
    height: 56px;
  }
  .pager .swiper-arrows:before {
    margin-top: 24px;
  }
  .pager .slider-model-2 .column-half:first-child {
    padding-bottom: 51px;
  }
  .pager .slider-status {
    height: 56px;
    padding-top: 2px;
  }
  .pager .slider-status .total-slides {
    margin-top: -4px;
  }

  .slider-model-2 .block-description, .slider-model-2 .block-description-black,
  .slider-model-2 .block-description-brand,
  .slider-model-3 .block-description,
  .slider-model-3 .block-description-black {
    display: none;
  }

  .slider-model-3 .pager {
    height: auto;
  }
  .slider-model-3 .pager:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ededed;
  }
  .slider-model-3 .pager .pager-inner {
    border-top: 1px solid #ededed;
    position: relative;
  }
  .slider-model-3 .pager .slider-status {
    position: relative;
    top: -76px;
    float: right;
  }
  .slider-model-3 .pager .swiper-arrows {
    bottom: auto;
    top: 0;
    width: 102px;
  }
  .slider-model-3 .block-link {
    position: absolute;
    bottom: 75px;
    width: 17.5%;
    padding: 31px 0 32px;
    border-top: 1px solid #ededed;
  }
  .slider-model-3 .not-a-swiper .block-link {
    position: static;
    width: auto;
    padding: 0;
    border: 0;
  }

  .slider-model-7 .block-description, .slider-model-7 .block-description-black,
  .slider-model-8 .block-description,
  .slider-model-8 .block-description-black {
    display: none;
  }
  .slider-model-7 .pager,
  .slider-model-8 .pager {
    padding: 0 10px;
    height: auto;
  }
  .slider-model-7 .pager .swiper-arrows,
  .slider-model-8 .pager .swiper-arrows {
    width: 78px;
  }
  .slider-model-7 .pager .slider-status span,
  .slider-model-8 .pager .slider-status span {
    font-size: 18px;
  }
  .slider-model-7 .pager .slider-status .total-slides,
  .slider-model-8 .pager .slider-status .total-slides {
    margin-top: 1px;
  }
}
/* this media query should only be used for this declaration .slider-model-3 .block-link; it's not really a size used for breakpoints, it's just that the percentage isn't growing in the way it should */
@media screen and (min-width: 945px) and (max-width: 1279px) {
  .slider-model-3 .block-link {
    width: 18.5%;
  }
}
/* mobile only */
@media screen and (max-width: 767px) {
  .slider-look-new {
    background: none;
    position: relative;
    bottom: 0;
    width: 100%;
    left: auto;
  }
  .slider .slider-text {
    max-width: 440px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 3%;
    bottom: 5%;
  }
  .slider .slider-text.only-title {
    padding: 40px;
  }
    .slider {
        
    }
    .slider .btn-white { /*sim*/
        margin:1em 0;
        padding:1em;
        border: 1px solid #ededed;      
    }
    
    .slider .btn-white:hover {/*sim*/
        color:#fff;
        background: #415f4c;
    }
    
    .slider .btn-white.selected {
        background: #415f4c;
        border: 1px solid #ededed;
        color:#fff;
    }
  .block-content-slider {
    padding: 30px;
  }
  .slider-model-1 .slider-text {
    margin-bottom : 0px;
    position: static;
   }
   .slider-model-2 {
    margin-top: 2px;
  }
  .slider-model-2 .swiper-slide {
    position: relative;
  }
  .slider-model-2 .drag-container {
    width: 100%;
    top: 130px;
  }
  .slider-model-2 .pager {
    background: #fff;
    width: 100%;
    margin-bottom: 40px;
    bottom: -10px;
  }
  .slider-model-2 .block-description, .slider-model-2 .block-description-black {
    /*display: none; sim*/
  }

  .slider-model-3 .swiper-slide-visible {
    position: relative;
  }
  .slider-model-3 .swiper-slide-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .slider-model-3 .column-quarter {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .slider-model-3 .column-quarter,
  .slider-model-3 .column-half {
    width: 100%;
  }
  .slider-model-3 .block-content {
    width: auto;
    max-width: 440px;
    margin: 0 auto;
    padding: 30px 30px 7px;
  }
  .slider-model-3 .block-title span {
    display: none;
  }
  .slider-model-3 .block-link {
    display: none;
  }

  .slider-model-5 {
    width: 100%;
  }

  .similar-products .pager {
    margin-top: 20px;
  }

  .slider-model-7 .pager,
  .slider-model-8 .pager {
    left: 0;
    width: 100%;
  }
  .slider-model-7 .pager .pager-inner,
  .slider-model-8 .pager .pager-inner {
    margin: 0 auto;
  }
  .slider-model-9 .pager { /*sim*/
  width: 100%;
  background: transparent;
  }
}
.form-register {
  width: 508px;
  background: #f5f5f5;
  padding: 50px 50px 20px 20px;
  margin: 0 auto;
  display: block;
  display: table;
  margin-bottom: 50px;
}
.form-item-full {
  width: 100%;
  padding: 8px;
  margin-bottom: 20px;
}
.form {
  line-height: 1.7;
  position: relative;
}
.form label {
  font-family: "LacosteSansBold","맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic"; font-weight:700;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.7;
  color: #454545;
}
.form .label-inline {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.form .content-inline label {
  margin-right: 15px;
  margin-bottom: 0;
}
.form .content-inline .details-form {
  float: right;
  width: 59%;
  text-transform: none;
  color: #797979;
  margin-left: 4%;
}
.form .form-item {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 0 0 5%;
}
.form .form-item input[type="text"],
.form .form-item input[type="password"],
.form .form-item select,
.form .form-item textarea {
  width: 100%;
  padding: 10px;
  cursor: auto;
  border: 1px solid #ededed;
}
.form .form-item textarea {
  height: 120px;
}
.form .form-item p, .form .form-item ul {
  color: #757575;
}
.form .form-item.block {
  display: block;
}
.form .form-item-full {
  display: block;
  width: 99%;
  clear: both;
}
.form .form-item-full .btn {
  width: 100%;
  float: none;
}
.form .form-item-icon {
  position: relative;
}
.form .form-item-icon input[type="text"],
.form .form-item-icon input[type="password"] {
  padding: 10px 10px 10px 8.5%;
}
.form .form-item-icon:after,
.form .form-item-icon i {
  content: "";
  display: block;
  position: absolute;
  left: 8%;
  top: 10px;
  z-index: 10;
}
.form .form-item-username:after,
.form .form-item-username i {
  height: 19px;
  width: 14px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -4286px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .form .form-item-username:after,
  .form .form-item-username i {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -4041.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.form .form-item-password:after,
.form .form-item-password i {
  height: 19px;
  width: 14px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -2847px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .form .form-item-password:after,
  .form .form-item-password i {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -2603.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.form .form-item-half {
  width: 49.5%;
}
.form .form-item-half:after {
  left: 16%;
}
.form .form-item-half:first-child .btn {
  float: left;
}
.form .form-item-half.form-item-icon input[type="text"],
.form .form-item-half.form-item-icon input[type="password"] {
  padding-left: 18%;
}
.form .form-item-half.pull-right {
  margin-right: 1%;
}
.form .form-item-half .btn {
  width: 80%;
}
.form .form-item-half .btn-full {
  width: 100%;
  padding: 10px;
}
.form .form-item-bday label {
  display: block;
}
.form .form-item-bday select {
  width: 24%;
  margin-right: 2%;
  padding: 10px 0;
  text-align: center;
}
.form .form-item-bday select option {
  text-align: center;
}
.form .form-item-no-spacing {
  margin-bottom: 0;
  margin-top: -10px;
}
.form .checkout-actions {
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: 5%;
}
.form .btn {
  float: left;
  width: 180px;
  padding: 10px;
}
.form .btn-secondary {
  float: right;
}

/* tablet only*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .form .btn-secondary { /*sim*/
        float: left;
        width:100%;
    }
    .topbar ul > li.tb-search {
        display:none; /*sim*/
    }   
    .topbar ul > li.tb-search > a:after {
        background-image:none;
    }   
    .ko-padding {/*sim*/
         padding: 30px 30px 30px;
    }   
}

.form h3 {
  margin: 0 0 30px 5%;
}
.form h3 small {
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  font-size: 12px;
}
.form .check-inline-outside {
  color: #797979;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.form .check-inline-outside label {
  margin: 0;
  color: #797979;
}
.form .form-newsletter-check label {
  font-size: 11px;
  color: #797979;
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  margin-top: 10px;
}
.form .form-newsletter-check label input {
  top: 2px;
}
.form .form-newsletter-check .form-item-half {
  width: 37%;
}
.form .form-newsletter-check .form-item-half .btn {
  width: 100%;
}
.form .form-advice {
  color: #797979;
  line-height: 1.7;
  margin-top: 50px;
}
.form .form-item-card .npm-form {
  display: table;
  width: 100%;
}
.form .form-item-card input[type="text"],
.form .form-item-card input[type="password"] {
  display: table-cell;
}
.form .form-item-card input[type="text"]:first-child,
.form .form-item-card input[type="password"]:first-child {
  margin-left: 0;
}
.form .form-item-card .wrapper {
  display: table-cell;
  padding-left: 1%;
}
.form .form-item-card .wrapper:first-child {
  padding-left: 0;
}
.form .form-item-crypto {
  overflow: hidden;
}
.form .form-item-crypto input[type="text"],
.form .form-item-crypto input[type="password"] {
  width: 18%;
  margin-left: 1.5%;
  float: left;
}
.form .form-item-crypto input[type="text"]:first-child,
.form .form-item-crypto input[type="password"]:first-child {
  margin-left: 0;
}
.form .form-item-crypto .npm-form span {
  display: inline-block;
  margin-top: 5px;
  margin-left: 3%;
}
.form .divide {
  margin-left: 5%;
}
.column-three-quarter .form {
  width: 70%;
  margin: 0 auto;
  padding: 48px 0 20px;
}
.password-strength {
  display: block;
}
.password-strength label {
  margin-right: 15px;
}
.password-strength p {
  margin-top: 3px;
  margin-bottom: 0;
}
.security-level {
  display: inline-block;
  width: 116px;
  background: url(../img/bg-security.png);
}
.security-level strong {
  background: url(../img/bg-security-active.png);
  width: 0;
  height: 8px;
  display: block;
}
.security-level strong.lvl-1 {
  width: 23px;
}
.security-level strong.lvl-2 {
  width: 46px;
}
.security-level strong.lvl-3 {
  width: 69px;
}
.security-level strong.lvl-4 {
  width: 92px;
}
.security-level strong.lvl-5 {
  width: 115px;
}
.actions {
  display: table;
  width: 100%;
}
.actions button,
.actions label {
  display: table-cell;
  vertical-align: middle;
}
.actions button {
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.dialog .form {
  margin-left: -5.3%;
}
input.error {
  border: 1px solid #ff0000 !important;
  outline-color: #f00;
}
select.error {
  border: 1px solid #ff0000 !important;
  outline-color: #f00;
}

span.error {
  color: #ff0000 !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-family: "LacosteSansLight", "맑은 고딕", "Malgun Gothic", "Nanum Gothic" !important;
  font-size: 12px !important;
}
span.nomargin {
  margin-left: 0px;
}
textarea.error {
  border: 1px solid #ff0000 !important;
}
.error-block {
  display: block;
  margin-bottom: 7px;
  margin-top: -7px;
}
@media screen and (min-width: 767px) {
  .form .form-cancel-right {
    position: absolute;
    right: -47.4%;
    bottom: 0;
    width: 42%;
  }
  .form .form-cancel-right .btn {
    width: 48%;
  }
}
@media screen and (max-width: 1280px) {
  .form .form-cancel-right {
    position: static;
    float: right;
    width: 49.4%;
    right: auto;
    margin-top: 6px;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .form-register {
    width: 100%;
    padding: 30px 5% 10px 3%;
  }
  .security-level {
    display: none;
  }
  .form h3 {
    margin-left: 3%;
  }
  .form .form-item {
    padding-left: 3%;
  }
  .form .checkout-actions {
    margin-left: 3%;
  }
  .form .form-item-icon input[type="text"],
  .form .form-item-icon input[type="password"] {
    padding-left: 8%;
  }
  .form .form-item-icon:after {
    left: 5.5%;
  }
  .form .form-item-half {
    width: 100%;
  }
  .form .form-item-half.pull-right {
    margin-right: 0;
  }
  .form .form-item-half .btn {
    width: 100%;
  }
  .form .form-item-full {
    width: 100%;
  }
  .form .form-item-bday select {
    width: 31%;
    margin-right: 0;
    margin-left: 2%;
  }
  .form .form-item-bday .bday-first {
    margin-left: 0;
  }
  .form .divide:before {
    margin-left: 3%;
  }
  .form .btn {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .form .btn:first-child {
    margin-top: 0;
    /*background-color:transparent; sim*/
  }
  .form .form-cancel-right {
    margin-right: 0;
  }
}
.tabs ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tabs li {
  display: table-cell;
  list-style: none;
  text-align: center;
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  padding: 10px;
  cursor: pointer;
  border-left: 1px solid #ededed;
  line-height: 1;
}
.tabs li:first-child {
  border-left: 0;
}
.tabs li a {
  color: #285f41;
  text-decoration: none;
  margin: -10px;
  padding: 10px;
  display: block;
}
.tabs .active {
  background: #285f41;
  position: relative;
  color: #fff;
}
.tabs .active:after {
  border-color: #285f41 transparent transparent transparent;
  right: auto;
  top: auto;
  left: 50%;
  margin: 0 0 0 -15px;
  bottom: -30px;
  border-width: 15px;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 20;
}
.tabs .active a {
  color: #fff;
}
[data-tab-id] {
  display: none;
}
[data-tab-id].active {
  display: block;
}
.tabs-no-border ul {
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .tabs li {
    padding: 20px;
  }
  .tabs li a {
    margin: -20px;
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .tabs li {
    padding: 30px;
    font-size: 15px;
  }
  .tabs li a {
    margin: -30px;
    padding: 30px;
  }
}
.products {
  padding: 0;
  margin: 0;
}
.products .product,
.products .gmp-visu {
  width: 25%;
  display: block;
  float: left;
  background-color: #fff;
}
.products img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.products .product-secondary-image img {
  width: 100%;
}

.product {
  z-index: 1;
  position: relative;
  display: block;
}
.product a {
  text-decoration: none;
  color: #454545;
  display: block;
}
.product a .product-secondary-image {
  display: none;
  opacity: 0;
}
.product:hover {
  z-index: 20;
}
.product .intern {
  display: block;
  padding: 0;
  z-index: 40;
 /*  position: absolute;
  bottom: -90px; */
  position: relative;
  bottom: 170px;
  width: 100%;
  margin: 0 auto;
  min-height: 90px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.product .move-description {
  display: block;
  height: 200px;
  position: relative;
  z-index: 2000000;
}

.product-images {
  overflow: hidden;
  margin-bottom: -40px;
}
.product-images .btn-quick-shop {
  width: 100%;
  background: url(../img/bg-trans.png);
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  /* position: absolute;
  bottom: 0; */
  position:relative;
  bottom: 154px;
  padding: 5px 0 5px 0;
}
.product-images .btn-quick-shop span {
  margin: 20px auto;
  width: 30%;
  height: 36px;
  border: 1px solid #454545;
  color: #454545;
  padding: 10px 0 0 0;
  white-space: nowrap;
  min-width: 100px;
  display: block;
}
.product-images .btn-quick-shop span:hover {
  background: #415f4c;
  color: #ffffff;
  border: none;
  padding: 10px 0 0 0;
}

.padding.column-half .product .product-images,
.padding.column-half .product .product-description {
  margin-left: -30px;
}

.padding.column-half .product:nth-child(2n+2) .product-images,
.padding.column-half .product:nth-child(2n+2) .product-description {
  margin-right: -30px;
  margin-left: 0;
}

.product-description {
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  font-size: 12px;
  display: none;
  padding: 20px 11% 0px;
  text-align: center;
  line-height: 1.5;
  background: #fff;
}
.product-description .underline-product:hover {
  text-decoration: underline;
  cursor: pointer;
}

.product-price {
  display: block;
}
.sale{ /*sim*/
  text-decoration:line-through;
}

/* 2014.12.22 sale */
.sale-price{
    color: #d70032;
}
.product-colors {
  text-align: center;
  padding: 10px 0;
  margin: -10px  0 0 0;
}
.product-colors li {
  /*border-radius: 14px;*/
  height: 14px;
  width: 14px;
  display: inline-block;
  /*background: #000;*/
  margin-left: 5px;
  font-size: 1px;
  overflow: hidden;
}

div.product div.product-description ul.product-colors li.swatch {
  border-radius: 14px;
  height: 14px;
  width: 14px;
  display: inline-block;
  /*background: #000;*/
  margin-left: 5px;
  font-size: 1px;
  overflow: hidden;
  border: 1px solid #888;
}
div.product div.product-description ul.product-colors li.swatch.more {
  border: 0px;
}
div.product-color ul.product-colors li {
  border-radius: 12px;
  border: 1px solid #888;
}
.product-colors li.selected{
  border-bottom: 1px solid #454545;
  border-radius: 0;
  padding-bottom: 4px;
}
.product-colors li:first-child {
  margin-left: 0;
}
.product-colors li:hover {
  text-decoration: underline;
}
.product-colors li a{
  outline: none;
}
/* playground magazine ├¢├é├Â├øÔûæ├ç */
.playground-mag .dialog-banner-top .banner-image img {
    margin: 0;
  }
  .playground-mag .column-2-image-text:last-child .column-half {
    border-bottom: none;
  }
  .playground-mag .mag-rich-menu .column-half {
    float: left;
  }
  .playground-mag .mag-rich-menu a {
    height: 241px;
  }
  .playground-mag a {
    display: block;
    position: relative;
    height: 227px;
  }
  .playground-mag a img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .playground-mag .new-flag {
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
  }
  .playground-mag .title-with-bg {
    display: inline-block;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    padding: 16px 20px 17px;
    margin-top: 126px;
    position: relative;
    color: #1f1f1f;
  }
  .playground-mag .title-no-bg {
    display: inline-block;
    text-align: center;
    margin-top: 162px;
    position: relative;
    color: #1f1f1f;
  }
  .playground-mag .title {
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    font-size: 15px;
    display: block;
  }
  .playground-mag .white-bg .new-flag {
    border-color: #1f1f1f;
    color: #1f1f1f;
  }
.column-half .product {
  width: 50%;
}
.picto-customer-service:before {
  content: "";
  height: 21px;
  width: 13px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -804px;
  background-repeat: no-repeat;
  display: inline-block;
  top: 2px;
  position: relative;
  margin-right: 3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .picto-customer-service:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -800.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
.picto-title-faq:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url('../img/ico-sb12a73b54b.png');
  background-position: 0 -1039px;
  background-repeat: no-repeat;
  display: inline-block;
  top: 2px;
  position: relative;
  margin-right: 3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .picto-title-faq:before {
    background-image: url('../img/ico-retina-sd901473a41.png');
    background-position: 0 -862.5px;
    -moz-background-size: 65px auto;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
}
@media screen and (min-width: 768px) {
  /* non touchscreen devices. put the hovers in here :) */
  .no-touch .product-images:hover {
    margin-bottom: 0;
  }
  .no-touch .product-images:hover .product-secondary-image {
    display: block;
    opacity: 1;
  }
  .no-touch .product-images:hover .product-primary-image {
    display: none;
    opacity: 0;
  }
}
@media screen and (min-width: 1680px) {
  .padding.column-half .product .product-images,
  .padding.column-half .product .product-description {
    margin-left: -50px;
  }

  .padding.column-half .product:nth-child(2n+2) .product-images,
  .padding.column-half .product:nth-child(2n+2) .product-description {
    margin-right: -50px;
    margin-left: 0;
  }
}
/* tablet only*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-images .btn-quick-shop span {
    margin: 20px auto 45px;
  }

  .product .product-colors {
    margin-bottom: 10px;
  }  
}
@media screen and (max-width: 767px) {
  .padding.column-half .product .product-images,
  .padding.column-half .product .product-description {
    margin-left: -30px;
    margin-right: -30px;
  }
  .might-interest .product {
    width: 50%;
  }
  .two-columns-mobile .product {
    width: 50%;
    float: left;
  }
}
.column-reduce-quick-view {
  width: 65%;
  float: left;
  overflow: hidden;
}
.row-quick-view .column-quarter {
  width: 30%;
  float: left;
}
.dialog-quick-view {
  max-width: 80%;
}
.column-reduce-quick-view .galeria-wrapper {
  overflow: hidden;
}
.column-reduce-quick-view .galeria-wrapper img {
  width: 72%;
  display: block;
  margin: 0 auto;
}
.column-reduce-quick-view .galeria .swiper-slide {
  margin-top: 30px;
}
.column-reduce-quick-view .pager {
  width: 72%;
  margin: 0 auto;
  position: initial;
  padding-top: 14px;
}
.column-reduce-quick-view .pager .pager-inner {
  margin: 0 auto;
  max-width: 260px;
}
.column-reduce-quick-view .model-info {
  width: 72%;
  margin: 0 auto;
  height: 0;
}
.right-quick-view {
  text-align: right;
}
.dialog-holder .sku {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .column-reduce-quick-view {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
  }
  .column-reduce-quick-view .galeria-wrapper img {
    width: 80%;
  }
  .column-reduce-quick-view .pager {
    width: 80%;
  }
  .slider-model-2 .column-half {
    background: #fff;
  }
}
#bg_black {
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: .80;
  z-index: 10000;
}
.popup_block {
  background: #fff;
  padding: 20px;
  max-width: 80%;
  font-size: 1.2em;
  z-index: 11000;
  cursor: pointer;
  display: none;
}
img.btn_close {
  float: right;
  margin: -55px -55px 0 0;
}

/* Helper classes */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.picto-customer-service, .picto-title-faq {
  padding: 0 30px;
}
.form-item-half label input[type="text"] {
  cursor: auto;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.form-item-civility .content-inline label {
  margin-right: 40px;
}
.form-item-civility label {
  font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.form-item-civility .title-civ {
  font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.input-civ {
  color: #797979;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center-wrapper {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
/* vip for PC sim */
.vip-pc-sidebar {
    display:none;
}
.main-menu.vip-pc .sub-menu {
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
    border-left:1px solid #ededed;      
}
.main-menu.vip-pc .form-item-full {
    margin-bottom:0px;
    padding:0px;
}
.main-menu.vip-pc a {
    display:table-cell; 
    text-align:left;
    text-decoration:none;
    vertical-align:middle;
    
}
.vip-title {
    color:#bf9c5a !important;
}   
.vip-mobile {
    display:none;
    opacity:0.6;    
    position:relative;
    width:100%;
    height:38px;        
    margin-top:53px;
    background-color:#fff;  
}
.vip-mobile a {
    display:table-cell;
    border-bottom:1px solid #ededed;
    font-size:15px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;  
    color:#bf9c5a;
}
.vip-mobile .close {
    position:absolute;
    width: 14px;
    height: 14px;
    top:20%;
    right:2%;
    color: #454545;
}       
.vip-mobile .close img{
    max-width: 100%;
}
/*vip for Tablet & Moblie*/
@media screen and (max-width: 1279px) {
    /* vip sim */
    .vip-pc {
        display:none; 
    }  
    .vip-mobile { 
        display:table;  
    }
    .vip-pc-sidebar {
        display:block;
    }       
}

@media screen and (max-width: 767px) {
    .form-item-civility .content-inline label {
        margin-right: 25px;
    }
    .vip-mobile .close {
        right:5%;
    }       
}

.changelocale p {
  margin: 0;
}
.changelocale span {
  display: block;
}
.changelocale select {
  width: 100%;
  margin: 3% 0;
}

/*141223 sale ýï▒Ýü¼Ùí£*/
.sales {
    position: absolute;
    top: 15px;
    left: 0;
    height: 19px;
    width: 60px;
    display: block;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #de3d37;
    padding: 2px 5px;
    text-align: center;
    font-size: 12px;
    z-index: 99;
    white-space: nowrap;
    font-family: "LacosteSansLight";
}
/*headBlackNoticeBar*/
#promotion-banner {
margin-top: 35px;
height: 55px;
background: #e82c5c; /* 1727 kb */
background-color : rgba(232, 44, 92,0.8);
position: relative;
z-index: 105; /* 1726 jh 100 105 kb1727  */
visibility: hidden;
margin-bottom: -40px;/* 1726 jh -48 */
}
#promotion-banner p {
margin: auto;
color: white;
position: relative;
display: inline;
top: 10%;
font-size: 15px;
text-align: center;
}
.freedelivery {
white-space: nowrap;
}
#promotion-banner img {
position: absolute;
}
#promotion-banner img.left {
top: -5px;
left: -51px;
}
#promotion-banner img.right {
top: -27px;
right: -175px;
}
#promotion-banner button {
background: url("http://image.lacoste.co.kr/img/close-white-small.png") no-repeat;
margin: auto;
padding: 0;
position: absolute;
top: 20px;
right: 20px;
border: 0;
background-color: transparent;
height: 14px;
width: 13px;
}
@media screen and (min-width: 1280px) {
    #promotion-banner p {
        font-size: 17px;
        top: 35%;
    }
}
@media screen and (max-width: 1279px) {
    #promotion-banner {
    margin-top: 53px;
    margin-bottom: -27px;
    }
    #promotion-banner {
    height: 55px;
    }
    #promotion-banner p {
    top: 33%;
    }
}
@media screen and (max-width: 768px) {
    #promotion-banner p {
        font-size: 15px;
        top: 5%;
    }
}

.freedelivery {
    white-space:nowrap;
}

@media screen and (max-width: 640px) {
#promotion-banner p.freedelivery {
    white-space:normal;
    width:100%;
    top: 18%;
    font-size: 8px;
    }
    #promotion-banner button {
    top: 32px;
    right: 12px;
    }
    #promotion-banner {
    margin-bottom: -53px;
    }
}
/*20150325 Jong sidebar click effect*/

.main-sidebar a.selected {
    text-decoration: underline!important
}
.topbar .topbar-wrapper>ul>li.active>a {
    background: #f5f5f5
}
@media screen and (min-width: 1280px) {
    .main-sidebar a:hover {
        text-decoration: none!important
    }
    .main-sidebar [data-level='1']:hover {
        background-color: #f5f5f5;
        text-decoration: blink
    }
    .main-sidebar [data-level='1'].active:hover {
        background-color: #f5f5f5
    }
}
#sidebar_live_image{
    background: url('http://image.lacoste.co.kr/img/live-menu.png') no-repeat 30px 50%; text-indent: -9999px;
}
#sidebar_sport_image{
    background: url('http://image.lacoste.co.kr/img/sport-menu.png') no-repeat 30px 50%; text-indent: -9999px;
}
@media screen and (max-width: 768px){
    li.middle-menu{
        border-top: 5px solid #ededed;
        border-bottom: 5px solid #ededed;
    }
    #sidebar_live_image{
        background-position: 21px center;
    }
    #sidebar_sport_image{
        background-position: 21px center;
    }
}
.ajax_loader {
    position: absolute;
    top: 337px;
    left: 483px;
    display: none;
}
.ui-widget-content {
    border-top-width: 0;
    border-color: #ededed;
    background-color: #fff;
}
.topbar ul li.tb-search .form input[type=text] {
    text-indent: 12px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border-width: 0;
    background: #ededed;
}
/* 자동입력 기본 화면 CSS  */
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #696969;
    white-space: nowrap;
    text-decoration: none;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";;
    text-transform: uppercase;
}

/* 추천검색 자동입력폼 마우스 호버시 CSS */
.ui-menu-item.ui-state-hover {
    color: #696969;
    text-decoration: none;
   /*  background-color: #0088cc; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";;
    text-transform: uppercase;  
}

/* 자동완성 폼 호버시 CSS */
.ui-corner-all .ui-state-hover{
    color: #ffffff;
    text-decoration: none;
    /* background-color: #0088cc; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";;
    text-transform: uppercase;
}
.ko-go-button {
  padding: 7px 20px;
  border: 1px solid white;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px){
    .ko-go-button {
      padding: 2px 10px;
      position: relative;
      top: 3px;
      margin-left: 5px;
    }
}
/* sitemap */
.sitemap .siteLinkA {
	display: block;
	font-size: 13px;
}
/* sitemap */
.sitemap ol > a {cursor:text;} 
#squaresWaveG.squaresWaveG_loading {width:139px;height:139px;margin-top:-60px;background:url(../img/Loader-Lacoste.gif) 50% 50% no-repeat transparent;}
.squaresWaveG {display: none}
.loading-slider {display:none;}

/*safari eventBar bug fix 20150430 JH*/
.wrapper-all.menu-open #eventNoticeBar{
	display: none;
}

/*image pinterest api 20150511 JH*/
div.pin-it {
	position: absolute;
	bottom: 0;
	margin: 20px;
	right: 0;
}

/*mainPage mobile button css JH*/

#main_mobile_button{
	display: none;
}


@media screen and (max-width: 767px)
{
	#main_mobile_button{
		display: table;
		width: 100%;
		margin-top: 15px;
	}
}

#main_mobile_button .row{
	display: table-row;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#main_mobile_button .raw2{
	width: 50%;
	height: 50px;
	padding: 15px 0;
	float: left;
	cursor: pointer;
}
#main_mobile_button .raw3{
	width: 33.3%;
	height: 60px;
	padding: 11px 0;
	float: left;
	cursor: pointer;
	font-size: 14px;
}
#main_mobile_button .raw2.button1{
	background: url(http://image.lacoste.co.kr/img/main_mobile_button/button1.png)  no-repeat 50% 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#main_mobile_button .raw2.button2{
	background: url(http://image.lacoste.co.kr/img/main_mobile_button/button2.png)  no-repeat 50% 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media screen and (max-width: 350px)
{
	#main_mobile_button .raw2.button1{
		background: url(http://image.lacoste.co.kr/img/main_mobile_button/button1-i.png)  no-repeat 50% 100%;
		background-size: 96%;
	}
	#main_mobile_button .raw2.button2{
		background: url(http://image.lacoste.co.kr/img/main_mobile_button/button2-i.png)  no-repeat 50% 100%;
		background-size: 96%;
	}
}
#main_mobile_button .raw2.button3{
	background: url(http://image.lacoste.co.kr/img/main_mobile_button/button3.jpg)  no-repeat 50% 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#main_mobile_button .raw2.button4{
	background: url(http://image.lacoste.co.kr/img/main_mobile_button/button4.jpg)  no-repeat 50% 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media screen and (max-width: 350px)
{
	#main_mobile_button .raw2.button3{
		background: url(http://image.lacoste.co.kr/img/main_mobile_button/button3-i.jpg)  no-repeat 50% 100%;
		background-size: 96%;
	}
	#main_mobile_button .raw2.button4{
		background: url(http://image.lacoste.co.kr/img/main_mobile_button/button4-i.jpg)  no-repeat 50% 100%;
		background-size: 96%;
	}
}

	#main_mobile_button .raw3.button5{
		background: url(http://image.lacoste.co.kr/img/main_mobile_button/button5.jpg)  no-repeat 50% 100%;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

/*20150618 JH - orderForm.jsp (_checkout-steps.jsp STEP 3/4*/
.payment-method .checkout-column.column-step .list{
	  line-height: 1.8em;
}

.no-upper{
  text-transform: none;
}

/*# sourceMappingURL=main.css.map */