/* web font  */
/* @font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
/* font-weight - 300 500 700 */
/* @font-face {
  font-family: 'GmarketSans';
  font-weight: 700;
  src: local('../fonts/GmarketSansOTF/GmarketSansBold.otf') format('opentype'),
  url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
} */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'GmarketSans';
    font-weight: 100;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
} 


@import url('//spoqa.github.io/spoqa-han-sans/css/Spoqa Han SansNeo.css');
@import url('//spoqa.github.io/spoqa-han-sans/css/Spoqa Han Sans-jp.css');
/* @import url('//spoqa.github.io/spoqa-han-sans/css/Spoqa Han Sans-kr.css'); */
/* font-weight - 100 300 400 700 */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* font-family: 'Roboto', sans-serif; */
/* 300, 400, 500, 700 */

:root {
  --gray-1: #86837c;
  --gray-2: #666666;
  --gray-3: #222222;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}









.container {
  padding-top: 100px;
}
.wrap {
  width: 1240px;
  margin: auto;
}

.tp_on_mo {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'GmarketSans';
  color: var(--gray-3);
} 
p, span, a {
  font-family: 'Spoqa Han Sans';
  color: var(--gray-2);
  font-weight: 100;
}
.quick_click {
  position: fixed;
  z-index: 200;
  top: 33%;
  right: 55px;
}
.quick_click li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  transition: 0.35s;
  cursor: pointer;
}
.quick_click li img {
  width: 50px;
  margin-right: 10px;
}
.quick_click li span {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  /* font-size: 0; */
  /* transition: 0.35s; */
}
.quick_click li:hover span {
  /* font-size: 16px; */
}
/* buttons */
.more_btn {
  background-color: #ff7044;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 17px 35px;
  border-radius: 30px;
  cursor: pointer;
}
.more_btn i {
  font-size: 20px;
}
.more_btn span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-left: 15px;
}

.btn_02 {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
}
.btn_02 p {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: 700;
  line-height: 55px;
}

.btn_03 {
  background-color: #b0adac;
  width: 140px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
}
.btn_03 p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
}

.go_to_top {
  display: block;
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go_to_top h6 {
  font-size: 13px;
}
/*■■■■■■■■■■■■■■■■■ header ■■■■■■■■■■■■■■■■■ */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}

header li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;
  /* padding-bottom: 0; */
}

header .wrap .header_logo {
  width: 165px;
  line-height: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .wrap .header_logo img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
  color: #fff;
}

header .wrap .header_logo .scr_down_logo {
  display: none;
}
header .wrap .tp_gnb_nav {
  margin-left: auto;
}
header .wrap nav > ol {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .wrap nav > ol li {
  display: inline-block;
  text-align: center;
  line-height: 100px;
  position: relative;
}
header .wrap nav > ol li.tp_on_mo {
  display: none;
}
header .wrap nav > ol li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 19px;
  font-weight: 700;
  color: #222;
}
header .wrap ol li ol {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 170px;
  border-radius: 0 0 20px 20px;
  display: none;
}
header .wrap ol li ol li {
  display: block;
  white-space: nowrap;
}
header .wrap ol li ol li a {
  font-weight: 700;
  padding: 10px 30px;
  text-align: left;
  line-height: 1em;
}
header .wrap ol li ol li:first-child {
  border-top: 5px solid #fa8631;
}
header .wrap ol li ol li:first-child a {
  padding-top: 30px;
}
header .wrap ol li ol li:last-child a {
  /* border-bottom: none; */
  padding-bottom: 30px;
}
header .wrap .tp_gnb_nav > ol li:hover .gnb_down {
  display: block;
}
header .wrap nav > ol li ol.on {
  /* display: block; */
}
header .wrap nav > ol li ol li {
  line-height: 60px;
}
header .wrap nav > ol li ol li a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  text-align: center;
}
header .wrap nav > ol li ol li a:hover {
  color: #fa8631;
}
header .wrap ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 30px;
}
header .wrap ul li.h_shop {
  margin-right: 20px;
}
header .wrap ul li.h_shop a {
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border: 1px solid #ff7044;
  border-radius: 30px;
  margin: 0 10px;
  height: 39px;
}
header .wrap ul li.h_shop span {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-left: 10px;
  color: var(--gray-3);
}

header .wrap ul li.h_shop2 {
  margin-right: 0px;
}
header .wrap ul li.h_shop2 a {
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border: 1px solid #0026AB;
  border-radius: 30px;
  margin: 0 ;
  height: 39px;
  gap:5px
}
header .wrap ul li.h_shop2 a img{width: 17px}

header .wrap ul li.h_shop2 span {
  width: 52px
}

header .wrap ul li.h_shop2 span img{width: 100%}

header .wrap ul li.h_signin {
  margin-right: 10px;
}
header .wrap ul li.h_signup {
  margin-right: 10px;
}
header .wrap ul li.kr_us img:last-child {
  display: none;
}
header .wrap ul li.kr_us:hover img:last-child {
  display: block;
}
header .wrap ul li.kr_us:hover img:first-child {
  display: none;
}

#header li a{position: relative}
#header li a .hovertext{position: absolute;
    left: 50%;
    bottom: -100%;
    background: #333;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    word-break: keep-all;
    padding: 5px 15px;
    z-index: 2;
    transform: translateX(-50%);opacity: 0; visibility: hidden; transition-duration: .5s}

#header li a:hover .hovertext{opacity: 1; visibility: visible; transition-duration: .5s}

.btn_menu {
  display: none;
  z-index: 2;
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fa8631;
}
.tp_modal_gnb_nav {
  display: none;
  overflow: hidden;
}

/*■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■ */
footer {
  background-color: #5d5c62;
  padding: 55px 0;
}
footer .top_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c1c0c2;
  padding-bottom: 40px;
}
footer .top_list > a {
  width: 170px;
}
footer .top_list ol {
  display: flex;
}
footer .top_list ol li {
  padding-left: 40px;
}
footer .top_list ol li a {
  color: #c1c0c2;
  font-weight: 700;
} 
footer .bottom_list p:first-of-type{
  padding-top: 30px;
}
footer .bottom_list p,
footer .bottom_list h5 {
  font-size: 14px;
  color: #c1c0c2;
  font-weight: 300;
}

footer .bottom_list h2{color: #fff; margin-top: 15px}

footer .bottom_list h5 {
  font-family: 'Spoqa Han Sans';
  font-weight: 300;
  padding-top: 30px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media screen and (max-width: 1600px) {
  .quick_click li span {
    font-size: 0;
    transition: 0.35s;
    
  }
  
  .quick_click li span img{display: none}
  
  .quick_click li:hover span {
    font-size: 14px;
  }
  .quick_click li:hover span img{display: block}

}
@media screen and (max-width: 1200px) {
  header .wrap nav > ol {
    width: 500px;
  }
}

@media screen and (max-width: 1081px) {
  .quick_click {
    top: 60%;
    right: 15px;
  }
  .tp_on_mo {
    display: block;
  }
  header .wrap nav > ol li {
    line-height: 80px;
  }
  header .wrap nav >nav > ol li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .tp_on_pc {
    display: none;
  }
  header .wrap ul.tp_on_pc {
    display: none;
  }
  header.header_inverse .tp_gnb_nav {
    top: 60px;
  }
  header .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .tp_gnb_nav {
    position: fixed;
    top: 100px;
    right: 0px;
    padding-right: 20px;
    background-color: rgba(25, 25, 25, 0.9);
  }
  /* header .tp_gnb_nav a, header .tp_gnb_nav a:hover {
    color: #fff;
  } */
  header .tp_gnb_nav > ol {
    display: block;
    width: 110px;
  }
  header .tp_gnb_nav > ol li {
    display: block;
    line-height: 50px;
    text-align: right;
  }
  header .wrap nav > ol li.tp_on_mo {
    display: block;
  }
  header .wrap nav > ol li.h_shop a{
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fa8631; */
    background-color: #fa8631;
  } 
  header .wrap ol li.h_shop a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  header .wrap ol li.h_shop a span img{width:auto; margin-right: 0}
  
  header .wrap ol li.h_shop a span {
    color: #fff;
  }
  .tp_gnb_nav {
    display: none;
  }
  .btn_menu {
    display: block;
  }
  header.header_inverse .btn_menu {
    color: #222;
  }
  .tp_modal_gnb_nav {
    display: block;
    position: absolute;
    right: -40%;
    top: 80px;
    width: 40%;
    height: 100vh;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .tp_modal_gnb_nav .tp_gnb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .tp_modal_gnb_nav .tp_gnb li {
    width: 100%;
  }
  .tp_modal_gnb_nav.modal_on {
    z-index: 2;
    right: 0;
    background-color: #fff;
  }
  
  header .wrap nav > ol li {
    line-height: 60px;
  }
  header .wrap ol li ol {
    position: relative;
    top: 0;
    background-color: #efefef;
    border-radius: 0;
    width: 100%;
    min-width: auto;
  }
  header .wrap ol li ol li:first-child a {
    padding-top: 20px;
  }
  header .wrap ol li ol li:last-child a {
    padding-bottom: 20px;
  }
  header .wrap ol li ol li a {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }
  header .wrap nav > ol li a {
    font-size: 16px;
  }
  header .wrap nav > ol li ol.on {
    display: block;
  }
  header .wrap nav > ol li ol.on li {
    line-height: 1em;
  }
}

@media screen and (max-width: 767px) {
  header .tp_gnb_nav {
    top: 60px;
  }
  .tp_modal_gnb_nav {
    top: 60px;
  }
  body {
    font-size: 14px;
  }
  header {
    height: 60px;
  }
  header .wrap .header_logo {
    height: 60px;
    line-height: 60px;
  }
  .btn_menu {
    font-size: 30px;
    top: 15px !important;
    right: 20px;
  }
  
  body {
    font-size: 14px;
  }
  .tp_on_pc {
    display: none;
  }
  .tp_on_mo {
    display: block;
  }
  .wrap {
    width: 95%;
  }

  /* buttons */
  .more_btn {
    padding: 15px 20px;
    border-radius: 30px;
  }
  .more_btn i {
    font-size: 16px;
  }
  .more_btn span {
    font-size: 16px;
    margin-left: 10px;
  }

  .btn_02 {
    width: 120px;
    height: 40px;
  }
  .btn_02 p {
    font-size: 16px;
    line-height: 35px;
  }

  .btn_03 {
    background-color: #b0adac;
    width: 120px;
    min-width: 120px;
    height: 40px;
  }
  .btn_03 p {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
  }

  .go_to_top {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .go_to_top h6 {
    font-size: 12px;
  }
  .quick_click {
    top: 50%;
    right: 5px;
  }
  .quick_click li {
    justify-content: flex-end;
  }
  .quick_click li img {
    width: 40px;
  }
  /* .quick_click li span {
    font-size: 0;
    transition: 0.35s;
  }
  .quick_click li:hover span {
    font-size: 14px;
  } */

  /*■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■ */
  footer {
    padding: 25px 0;
  }
  footer .top_list {
    flex-flow: column;
    padding-bottom: 40px;
  }
  footer .top_list > a {
    width: 150px;
  }
  footer .top_list ol {
    margin-top: 15px;
  }
  footer .top_list ol li {
    padding: 0 15px;
  }
  footer .bottom_list p,
  footer .bottom_list h5 {
    font-size: 14px;
    color: #c1c0c2;
    text-align: center;
  }
  footer .bottom_list h5 {
    font-weight: 300;
    padding-top: 30px;
    font-size: 10px;
  }
}

