@charset "utf-8";

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/Oswald-ExtraLight.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Oswald-Light.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Oswald-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Oswald-Medium.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Oswald-SemiBold.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Oswald-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/Montserrat-ExtraLight.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Montserrat-Light.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Montserrat-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Montserrat-SemiBold.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Montserrat-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Montserrat-ExtraBold.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(fonts/Montserrat-Black.woff) format('woff');
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

* {
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  padding: 0px;
  border: 0px;
  letter-spacing: 0.03em;
  vertical-align: top;
  text-decoration: none;
  background-repeat: no-repeat;
  list-style: none;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  border-radius: 0px;
  word-break: keep-all;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.hide {
  display: none;
}

.content {
  width: 1440px;
  margin: 0 auto;
}

input, select {
  vertical-align: middle;
}

footer {
  width: 100%;
  background: #141414;
  max-width: 1920px;
  margin: 0 auto;
}

footer .content {
  height: 200px;
  padding-top: 45px;
  box-sizing: border-box;
}

footer .content::after {
  clear: both;
  content: '';
  display: block;
}

footer .content .fl {
  float: left;
  width: 690px;
}

footer .content .fr {
  float: right;
  width: 271px;
}

footer .content .fl .footer_btn {
  margin-bottom: 20px;
}

footer .content .fl .footer_btn a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

footer .content .fl .footer_btn a::after {
  display: inline-block;
  content: '';
  clear: both;
  width: 1px;
  height: 10px;
  background: #727272;
  margin: 0 15px;
}

footer .content .fl .footer_btn a:last-child::after {
  display: none;
}

footer .content .fl p.copy {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat';
  font-weight: 200;
  color: rgba(255, 255, 255, .3);
  text-transform: uppercase;
}

footer .sns{
  margin-bottom: 20px;
}
footer .sns>a:nth-child(1){
  margin-right: 7px;
}
footer .sns svg{
  height: 24px;
}

footer .sns path{
  fill:#777;
}

/* select_type.ty01 */
.select_type.ty01 [type="checkbox"]:checked, .select_type.ty01 [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select_type.ty01 [type="checkbox"]:checked+label,
.select_type.ty01 [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}

.select_type.ty01 [type="checkbox"]:checked+label:before,
.select_type.ty01 [type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background: #fff;
}

.select_type.ty01 [type="checkbox"]:checked+label:after,
.select_type.ty01 [type="checkbox"]:not(:checked)+label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #a50034;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select_type.ty01 [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.select_type.ty01 [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.floating_wrap {
  position: fixed;
  right: 20px;
  bottom: 80px;
  transition: all ease 1s;
  z-index: 1;
}

.floating_wrap.mobile {
  display: none;
}

.scroll-top-button {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.floating_wrap .scroll-top-button .outline {
  transform: translateY(26%);
}

.floating_wrap.on {
  bottom: 200px;
}

.btn {
  /* width: 300px; */
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.btn a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}

.btn p::after, .btn p::before,
.btn span::after, .btn span::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: all .3s ease-out;
}

.btn p::after, .btn p::before {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}

.btn span::after, .btn span::before {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}

.btn p::after {
  top: 0;
  left: 0;
  transition-delay: 0s;
  transform-origin: top left;
}

.btn span::before {
  top: 0;
  right: 0;
  transition-delay: .1s;
  transform-origin: bottom left;
}

.btn p::before {
  bottom: 0;
  right: 0;
  transition-delay: 0s;
  transform-origin: top right;
}

.btn span::after {
  top: 0;
  left: 0;
  transition-delay: .1s;
  transform-origin: top left;
}

/* 20201224추가 */
.btn1 {
  /* width: 300px; */
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.btn1 a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}

.btn1 p::after, .btn1 p::before,
.btn1 span::after, .btn1 span::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: all .3s ease-out;
}

.btn1 p::after, .btn1 p::before {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}

.btn1 span::after, .btn1 span::before {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}

.btn1 p::after {
  top: 0;
  left: 0;
  transition-delay: 0s;
  transform-origin: top left;
}

.btn1 span::before {
  top: 0;
  right: 0;
  transition-delay: .1s;
  transform-origin: bottom left;
}

.btn1 p::before {
  bottom: 0;
  right: 0;
  transition-delay: 0s;
  transform-origin: top right;
}

.btn1 span::after {
  top: 0;
  left: 0;
  transition-delay: .1s;
  transform-origin: top left;
}

/* 20201224추가 */
/* 20211110 추가 */
.btn2 {
  /* width: 300px; */
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.btn2 a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}

.btn2 p::after, .btn1 p::before,
.btn1 span::after, .btn1 span::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: all .3s ease-out;
}

.btn2 p::after, .btn1 p::before {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}

.btn2 span::after, .btn1 span::before {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}

.btn2 p::after {
  top: 0;
  left: 0;
  transition-delay: 0s;
  transform-origin: top left;
}

.btn2 span::before {
  top: 0;
  right: 0;
  transition-delay: .1s;
  transform-origin: bottom left;
}

.btn2 p::before {
  bottom: 0;
  right: 0;
  transition-delay: 0s;
  transform-origin: top right;
}

.btn2 span::after {
  top: 0;
  left: 0;
  transition-delay: .1s;
  transform-origin: top left;
}

/* 20211110 추가 */
.list:hover p::after {
  transition-delay: 0s;
}

.list:hover span::before {
  transition-delay: .1s;
}

.list:hover p::before {
  transition-delay: .0s;
}

.list:hover span::after {
  transition-delay: .1s;
}

.list:hover p::after,
.list:hover p::before {
  transform: scaleX(1);
}

.list:hover span::after,
.list:hover span::before {
  transform: scaleY(1);
}

.gnb_block .content.product {
  background: none;
}

.gnb_block .content {
  background: none;
  width: 1440px;
  margin: 0 auto;
}

.content {}

.slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 3px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: rgba(0, 0, 0, .8);
}

.slick-dots li.slick-active button {
  outline: none;
  background: rgba(0, 0, 0, .8);
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.visual_product .top_select .category_box span {
  line-height: 17px !important
}

footer .select_wrap {
  width: 271px;
  margin-bottom: 20px;
  clear: both;
  background-color: #a00033;
  text-align: center;
}

/* footer .content .fr a{
	display: block;
	width: 271px;
	height: 45px;
	line-height: 45px;
	background: #9F0033;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Montserrat';
} */
footer .select_box {
  width: 271px;
  margin: 0 auto;
  color: #fff;
  background-position: 250px center;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
}

footer .select_box * {
  height: 45px;
  line-height: 45px;
  font-family: 'Montserrat', 'NotoSansKR';
}

footer .select_box {
  position: relative;
  height: 45px;
  /* background-image: url("../images/common/select_arrow_white.png"); */
  /* background-position: 92% center; */
  background-repeat: no-repeat;
  color: #fff;
  box-sizing: border-box;
}

footer .select_box label {
  color: #fff;
  position: absolute;
  line-height: 45px;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

footer .select_box select {
  cursor: pointer;
  color: #000;
  font-weight: 300;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}

footer .select_box,
footer .input_box,
footer .btn {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1920px) {
  .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {
  .content {
    width: 100%;
  }

  footer.content {
    padding: 0 27px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 1300px) {
  footer .content {
    padding: 30px;
    width: 900px;
  }

  footer .content .fl {
    width: 639px;
  }
}

@media screen and (max-width: 960px) {

  /* header .headerwrap .util a{
		color: #000
	} */
  /* header .headerwrap .util a.search {
	 background: url(../images/common/icon_search_active.png) no-repeat;
	} */
  footer .content .fl, footer .content .fr {
    width: 100%;
    float: none;
  }

  footer .content .fl .footer_btn {
    text-align: center;
    line-height: 20px;
  }
  footer .sns{
    text-align: center;
  }
  footer .content .fr .select_wrap {
    width: 100%;
    margin-top: 20px;
  }

  footer .content {
    height: auto;
    padding: 0 20px;
    padding-bottom: 45px;
    padding-top: 45px;
  }

  footer .content .fl p.copy {
    text-align: center;
  }

  footer .content {
    width: 622px;
    padding: 45px 30px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  footer .content {
    width: 400px;
  }

  .view_detail .content .container_right .product_img {
    background-image: none !important;
  }

  .view_detail .product_img img {
    display: block;
  }

  .floating_wrap {
    right: 10px;
    bottom: 20px;
  }
  .floating_wrap.on {
      bottom: 250px;
  }
  .floating_wrap.pc {
    opacity: 0;
    visibility: hidden;
  }

  .floating_wrap.mobile {
    display: block;
  }

  .floating_wrap .scroll-top-button .outline {
    transform: inherit;
  }
}

@media screen and (max-width: 480px) {
  footer .content {
    width: 300px;
    padding: 30px 0
  }
}
