/*-------------------- common --------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face { font-family: 'BMJUA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff'); font-weight: normal; font-style: normal; }
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

img{vertical-align:top;}

li {
  list-style: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*---------- break point ----------*/
@media all and (max-width: 767px) {
  html { font-size: 62.5%; } 
}

body {
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
  font-size: 15px;
  color: #333;
  overflow-x:hidden;
}

@media all and (max-width: 767px) {
    body {
        font-size: 1.4rem;
        line-height: 1.5; 
    }
}

/*---------- color ----------*/
a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
  transition: background-color .3s; }

a:link {
  color: #333; }

a:visited {
  color: #333; }

a:hover {
  color: #ce0037; }

a:active {
  color: #ce0037; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* 기존 상단 스타일 */
@media all and (max-width: 767px) {
  .spNone {
    display: none !important; } }
@media all and (min-width: 768px) {
  .pcNone {
    display: none !important; } }
/*-------------------- header --------------------*/
@media all and (min-width: 768px) {
  #header {
    position: relative;
    max-width: 1060px;
    padding: 0 30px;
    margin: 0 auto;
    height: 90px; } }
@media all and (max-width: 767px) {
  #header {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 60px; } }
@media all and (min-width: 768px) {
  #header .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 195px; } }
@media all and (max-width: 767px) {
  #header .logo {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 100px; } }
@media all and (min-width: 768px) {
  #header .btn_menu {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 200; }
    #header .btn_menu .hamburger {
      position: relative;
      background-color: #ce0037; }
      #header .btn_menu .hamburger .open {
        color: #fff;
        text-align: center;
        font-size: 12px;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0; }
      #header .btn_menu .hamburger .close {
        display: none;
        color: #333;
        text-align: center;
        font-size: 12px;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0; }
      #header .btn_menu .hamburger .hamburger-box {
        margin-top: 28px; }
    #header .btn_menu .is-active {
      background-color: #f5f5f5; }
      #header .btn_menu .is-active .hamburger-inner,
      #header .btn_menu .is-active .hamburger-inner::before,
      #header .btn_menu .is-active .hamburger-inner::after {
        background-color: #8e7f5e; }
    #header .btn_menu .is-active .open {
      display: none !important; }
    #header .btn_menu .is-active .close {
      display: block !important; } }
@media all and (max-width: 767px) {
  #header .btn_menu {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 100; }
    #header .btn_menu .hamburger {
      position: relative;
      background-color: #ce0037;
      padding: 0 10px; }
      #header .btn_menu .hamburger .open {
        color: #fff;
        text-align: center;
        font-size: 1.0rem;
        position: absolute;
        top: 2px;
        left: 0;
        right: 0; }
      #header .btn_menu .hamburger .close {
        display: none;
        color: #333;
        text-align: center;
        font-size: 1.0rem;
        position: absolute;
        top: 2px;
        left: 0;
        right: 0; }
      #header .btn_menu .hamburger .hamburger-box {
        margin-top: 16px;
        width: 22px;
        height: 19px; }
    #header .btn_menu .is-active {
      background-color: #fff; }
      #header .btn_menu .is-active .hamburger-inner,
      #header .btn_menu .is-active .hamburger-inner::before,
      #header .btn_menu .is-active .hamburger-inner::after {
        background-color: #8e7f5e;
        width: 22px; }
    #header .btn_menu .is-active .open {
      display: none !important; }
    #header .btn_menu .is-active .close {
      display: block !important; } }

.navi_open {
  display: block !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 19px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 22px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 44px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 44px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 44px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 44px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 44px; }
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 44px; }
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.4px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.4px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.4px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.4px, -5.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.4px, 5.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.4px, -5.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.4px, 5.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -44px;
      top: -44px;
      transform: translate3d(44px, 44px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -44px;
      top: -44px;
      transform: translate3d(-44px, 44px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -44px;
      top: 44px;
      transform: translate3d(44px, -44px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -44px;
      top: 44px;
      transform: translate3d(-44px, -44px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.1428571429px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.1428571429px, -5px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*-------------------- navigation --------------------*/
@media all and (min-width: 768px) {
  #navigation {
    width: 38vw;
    transform: translateX(39vw);
    height: 100%;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    z-index: 100; }
    #navigation.navi_open {
      transform: translate(0);
      position: absolute; }
    #navigation .nav_box {
      margin: 80px auto 0;
      padding: 0 60px 65px; }
      #navigation .nav_box:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      #navigation .nav_box h2 img {
        width: auto; }
      #navigation .nav_box ul {
        margin-top: 30px; }
        #navigation .nav_box ul li a {
          background: url(/common/img/link_arrow.svg) 0 50% no-repeat;
          background-size: 7px;
          padding: 11px 0 11px 20px;
          display: block; } }

#navigation .nav_box ul li ul{padding-left:20px; margin-top:0;}
#navigation .nav_box ul li ul li a{padding:7px 0 7px 20px; color:#777;}

@media all and (min-width: 768px) {
  .navi_sp_close {
    display: none; } }
@media all and (max-width: 767px) {
  #navigation {
    width: 60%;
    height: 450px;
    transition: all 0.2s !important;
    transform: translateY(-510px);
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    z-index: 100;
    padding-bottom: 40px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 10; }
    #navigation.navi_open {
      transform: translate(0);
      position: absolute; }
    #navigation .nav_box {
      margin: 50px auto 0;
      padding: 0 30px; }
      #navigation .nav_box h2 img {
        width: 73px; }
      #navigation .nav_box ul {
        margin-top: 40px; }
        #navigation .nav_box ul li a {
          background: url(/common/img/link_arrow.svg) 0 50% no-repeat;
          background-size: 5px;
          display: block;
          padding: 11px 0 11px 20px;
          font-size: 1.2rem; } }

/* PC */
img.mobile{display:none;}
#qr_wrap{font-family:'NanumSquare'; font-weight:400;}
#visual_wrap{padding:65px 0; overflow:hidden; background:rgb(255,136,138); background:linear-gradient(180deg, rgba(255,136,138,1) 0%, rgba(250,237,177,1) 100%);}
#visual{width:1280px; padding:22px; margin:0 auto; position:relative; background-color:#fbf1e6;}
#visual > div{height:728px; border:6px solid #ffa39b;}
#visual > p{position:absolute; top:0; right:-30px;}
#visual_text{padding:80px 0 0 130px;}
#visual_text h1{display:inline-block; text-align:center;}
#visual_text h1 > span{display:block;}
#visual_text h1 > span.desc{padding-bottom:20px; font-size:0;}
#visual_text h1 > span.desc span{padding-left:15px; position:relative; font-size:38px; color:#ff8288;}
#visual_text h1 > span.desc span:before{content:"/"; position:absolute; top:0; left:0;}
#visual_text h1 > span.desc span:first-child:before{display:none;}
#visual_text h1 > span.desc span:after{content:""; width:18px; height:18px; position:absolute; top:-22px; left:50%; background:url(../img/bg_visual_title_heart.png) no-repeat 50% 50%; transform:translateX(calc(-50% + 7.5px));}
#visual_text h1 > span.title{line-height:120px; font-family:'Do Hyeon', sans-serif; font-size:140px; font-weight:normal; transform:scale(1.1,1);}
#visual_text h1 > span.title.type1{color:#ff8288;}
#visual_text h1 > span.title.type2{color:#ffd5ac;}
#visual_text div{margin-top:15px; padding-left:80px; position:relative; transform:translateX(-50px) !important;}
#visual_text div:before{content:""; width:47px; height:117px; position:absolute; top:-50px; left:0; background:url(../img/visual_heart.png) no-repeat 50% 50%;}
#somi_visual{position:absolute; bottom:0; right:0; z-index:1;}

#product_wrap{width:100%; max-width:1000px; margin:0 auto; padding-top:100px;}
#product_wrap h2{font-size:80px; font-weight:400; text-align:center;}
#product_wrap.type1 h2{color:#ff830a;}
#product_wrap.type2 h2{color:#ff768a;}
#product_wrap.type3 h2{color:#f9d426;}
#product_wrap h2 span{font-weight:800;}
#product_wrap ul.tabs{margin-top:72px; overflow:hidden;}
#product_wrap ul.tabs li{width:calc(100% / 3); float:left;}
#product_wrap ul.tabs li.type1{border-right:1px solid #fff;}
#product_wrap ul.tabs li.type2{border-right:1px solid #fff; border-left:1px solid #fff;}
#product_wrap ul.tabs li.type3{border-left:1px solid #fff;}
#product_wrap ul.tabs li button{width:100%; height:125px; font-family:'NanumSquare'; font-size:35px; font-weight:800; color:#252525; border:none; cursor:pointer;}
#product_wrap ul.tabs li.type1 button{background-color:#ffd9c6;}
#product_wrap ul.tabs li.type2 button{background-color:#ffc9c9;}
#product_wrap ul.tabs li.type3 button{background-color:#faedb1;}
#product_wrap div.product_detail{display:none; padding:27px 14px 50px;}
#product_wrap div.product_detail.active{display:block;}
#product_wrap.type1 div.product_detail{background-color:#ffd9c6;}
#product_wrap.type2 div.product_detail{background-color:#ffc9c9;}
#product_wrap.type3 div.product_detail{background-color:#faedb1;}
#product_wrap div.product_detail div.section{margin-top:60px;}
#product_wrap div.product_detail div.section:first-child{margin-top:0;}
#product_wrap div.product_detail div.section:before{content:""; display:block; width:100%; height:56px; background:url(../img/bg_product_top.png) no-repeat 50% 0;}
#product_wrap div.product_detail div.section:after{content:""; display:block; width:100%; height:6px; background:url(../img/bg_product_bot.png) no-repeat 50% 0;}
#product_wrap div.product_detail div.section > div{padding:0 6px; background:url(../img/bg_product_mid.png) repeat-y 50% 0;}
#product_wrap div.product_detail div.section div.mobile_top, #product_wrap div.product_detail div.section div.mobile_bot{display:none; padding:0; background:none;}
#product_wrap div.product_detail div.section div.mobile_top img, #product_wrap div.product_detail div.section div.mobile_bot img{width:100%;}
#product_wrap div.title_box{display:table; table-layout:fixed; width:100%; margin-bottom:60px;}
#product_wrap div.title_box div.image{display:table-cell; position:relative; text-align:center; vertical-align:top;}
#product_wrap div.title_box div.image img{max-width:100%;}
#product_wrap div.title_box div.image div.tag{position:absolute; top:0; left:20px;}
#product_wrap div.title_box div.image div.tag div{width:110px; height:110px; padding:4px; position:relative; border-radius:50%; background-color:#000; transform:translateY(-25px);}
#product_wrap div.title_box div.image div.tag div:first-child{transform:translateY(0); z-index:1;}
#product_wrap.type1 div.title_box div.image div.tag div:first-child{background-color:#f4a983;}
#product_wrap.type2 div.title_box div.image div.tag div:first-child{background-color:#ff9c9c;}
#product_wrap.type3 div.title_box div.image div.tag div:first-child{background-color:#ffffff;}
#product_wrap div.title_box div.image div.tag div span{display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; height:100%; font-size:33px; font-weight:800; color:#fff; letter-spacing:-2px; border:3px solid #f7e2d7; border-radius:50%;}
#product_wrap.type2 div.title_box div.image div.tag div span{border:3px solid #ffc9c9;}
#product_wrap.type3 div.title_box div.image div.tag div span{border:3px solid #faedb1;}
#product_wrap div.title_box div.image div.tag div.small span{font-size:27px;}
#product_wrap div.title_box div.image div.tag div:first-child span{color:#2b2b2b;}
#product_wrap div.title_box div.image.award{padding-right:150px;}
#product_wrap div.title_box div.image.award div.award{position:absolute; top:-35px; right:75px;}
#product_wrap.type3 div.title_box div.image.award{padding-top:40px; padding-right:85px;}
#product_wrap.type3 div.title_box div.image.award div.award{position:absolute; top:-15px; right:12px;}
#product_wrap div.title_box div.title{display:table-cell; padding-top:35px; position:relative; vertical-align:top;}
#product_wrap div.title_box div.title h3{font-size:33px; font-weight:400; color:#2b2b2b; letter-spacing:-2.5px;}
#product_wrap div.title_box div.title h3 span{display:block; font-weight:800;}
#product_wrap div.title_box div.title p{margin-top:15px; font-size:20px; color:#2b2b2b; letter-spacing:-1px;}
#product_wrap div.title_box div.title a.video{width:60px; height:60px; position:absolute; bottom:80px; left:0; text-indent:-9999px; border-radius:10px; background-color:#ff8288;}
#product_wrap div.title_box div.title a.video:before{content:""; width:39px; height:42px; position:absolute; top:50%; left:50%; background:url(../img/bg_icon_youtube.png) no-repeat 50% 50%/39px 42px; transform:translate(-50%, -50%);}
#product_wrap div.title_box div.title a.view{height:67px; line-height:63px; padding:0 70px 0 35px; position:absolute; bottom:0; left:0; font-size:23px; font-weight:700; color:#000; letter-spacing:-1px; border:2px solid #000; background-color:#fff2eb; box-shadow:10px 10px 0px 0px rgba(0,0,0,1); transition:0.3s all;}
#product_wrap div.title_box div.title a.view:before{content:""; width:26px; height:28px; position:absolute; top:50%; right:30px; background:url(../img/bg_link_arrow.png) no-repeat 50% 50%; transform:translateY(-50%);}
#product_wrap.type1 div.title_box div.title a.view:hover, #product_wrap.type1 div.title_box div.title a.view:focus{background-color:#ffb28c;}
#product_wrap.type2 div.title_box div.title a.view:hover, #product_wrap.type2 div.title_box div.title a.view:focus{background-color:#ff9c9c;}
#product_wrap.type3 div.title_box div.title a.view:hover, #product_wrap.type3 div.title_box div.title a.view:focus{background-color:#ffe776;}
#product_wrap div.photo_box ul{overflow:hidden;}
#product_wrap div.photo_box ul li{float:left;}
#product_wrap div.photo_box ul li img{width:100%; max-width:100%;}
#product_wrap div.photo_box ul li span{display:block; height:45px; line-height:45px; font-size:20px; color:#fff; text-align:center;}
#product_wrap.type1 div.photo_box ul li span.deep_black{background-color:#000;}
#product_wrap.type1 div.photo_box ul li span.brown{background-color:#633418;}
#product_wrap.type2 div.photo_box ul li span.deep_black{background-color:#000;}
#product_wrap.type2 div.photo_box ul li span.black_brown{background-color:#302824;}
#product_wrap.type2 div.photo_box ul li span.dark_brown{background-color:#4b3523;}
#product_wrap.type2 div.photo_box ul li span.natural_brown{background-color:#683e23;}
#product_wrap.type2 div.photo_box ul li span.brown_black{background-color:#4b2f1f;}
#product_wrap.type2 div.photo_box ul li span.brown{background-color:#6a3f24;}
#product_wrap.type3 div.photo_box ul li span.caramel_brown{background-color:#935e36;}
#product_wrap.type3 div.photo_box ul li span.natural_brown1{background-color:#64381a;}
#product_wrap.type3 div.photo_box ul li span.dark_brown{background-color:#4f3529;}
#product_wrap.type3 div.photo_box ul li span.gray_brown{background-color:#4b4b49;}
#product_wrap.type3 div.photo_box ul li span.ashi_brown1{background-color:#ba9779;}
#product_wrap.type3 div.photo_box ul li span.natural_brown2{background-color:#7e5e3f;}
#product_wrap.type3 div.photo_box ul li span.light_brown1{background-color:#894f23;}
#product_wrap.type3 div.photo_box ul li span.ashi_gray1{background-color:#7d685a;}
#product_wrap.type3 div.photo_box ul li span.yellow_brown{background-color:#c78118;}
#product_wrap.type3 div.photo_box ul li span.ashi_brown2{background-color:#ba9779;}
#product_wrap.type3 div.photo_box ul li span.natural_brown3{background-color:#7e5e3f;}
#product_wrap.type3 div.photo_box ul li span.light_brown2{background-color:#894f23;}
#product_wrap.type3 div.photo_box ul li span.pink_brown{background-color:#763f37;}
#product_wrap.type3 div.photo_box ul li span.ashi_gray2{background-color:#7d685a;}
#product_wrap.type3 div.photo_box ul li span.natural_ashi{background-color:#9d8166;}
#product_wrap div.photo_box.two ul li{width:calc(50% - 6px); margin:0 0 0 6px;}
#product_wrap div.photo_box.two ul li:first-child{margin:0 6px 0 0;}
#product_wrap div.photo_box.three ul li{width:calc(100% / 3 - 8px); margin-left:12px;}
#product_wrap div.photo_box.three ul li:nth-child(n+4){margin-top:12px;}
#product_wrap div.photo_box.three ul li:nth-child(3n+1){margin-left:0; clear:both;}
#product_wrap div.photo_box.three ul li:nth-child(3n+3){float:right;}
#product_wrap.type3 div.photo_box.three ul li:last-child{margin-left:calc(100% / 3 - 8px + 12px) !important;}
#product_wrap div.photo_box.four ul li{width:calc(100% / 4 - 9px); margin-left:12px;}
#product_wrap div.photo_box.four ul li:first-child{margin-left:0;}
#product_wrap div.photo_box.four ul li:last-child{float:right;}
#product_wrap.type1 div.photo_box ul li span{background-color:#f4a983;}






/* Tablet */
@media all and (min-width: 768px) and (max-width: 1279px) {
    body{
        -webkit-text-size-adjust:none; 
        -moz-text-size-adjust:none; 
        -ms-text-size-adjust:none;
    }
    #header .logo{position:absolute; top:20px; left:15px; width:100px;}
    #header .logo img{width:100%;}
}

/* Mobile */
@media all and (max-width: 767px) {
    body{
        -webkit-text-size-adjust:none; 
        -moz-text-size-adjust:none; 
        -ms-text-size-adjust:none;
    }
    #header .logo{position:absolute; top:20px; left:15px; width:100px;}
    #header .logo img{width:100%;}
    
    img.mobile{display:inline;}
    img.web{display:none;}

    #visual_wrap{padding:10px 10px 30px 10px;}
    #visual{width:100%; padding:15px;}
    #visual > div{height:127vw; border:3px solid #ffa39b;}
    #visual > p{position:absolute; top:0; right:-30px;}
    #visual_text{padding:30px 0 0 0;}
    #visual_text h1{display:block;}
    #visual_text h1 > span{display:inline;}
    #visual_text h1 > span.desc{display:block; padding-bottom:0;}
    #visual_text h1 > span.desc span{padding-left:10px; font-size:23px;}
    #visual_text h1 > span.desc span:after{width:12px; height:12px; top:-15px; background-size:12px 12px; transform:translateX(calc(-50% + 5px));}
    #visual_text h1 > span.title{line-height:64px; font-size:64px; transform:scale(1.1,1);}
    #visual_text div{width:35vw; margin-top:0; padding-left:0; position:absolute; bottom:30px; left:35px; transform:translateX(0) !important;}
    #visual_text div:before{width:22px; height:58px; top:-58px; left:-6px; background:url(../img/visual_heart_mobile.png) no-repeat 50% 50%/22px 58px;}
    #visual_text div img{max-width:100%;}
    #somi_visual{width:70vw; bottom:-30px; right:-10px;}
    #somi_visual img{width:100%;}

    #product_wrap{padding-top:40px;}
    #product_wrap h2{line-height:40px; font-size:40px;}
    #product_wrap ul.tabs{margin-top:30px;}
    #product_wrap ul.tabs li{border:none !important;}
    #product_wrap ul.tabs li button{height:60px; font-size:20px;}

    #product_wrap div.product_detail{padding:10px 10px 30px 10px;}
    #product_wrap div.product_detail div.section{margin-top:0; position:relative;}
    #product_wrap div.product_detail div.section:before{display:none;}
    #product_wrap div.product_detail div.section:after{display:none;}
    #product_wrap div.product_detail div.section > div{padding:15px 0 0 15px; background:url(../img/bg_product_mid.png) repeat-y 50% 0/100% auto;}
    #product_wrap div.product_detail div.section div.mobile_top, #product_wrap div.product_detail div.section div.mobile_bot{display:block;}

    #product_wrap div.title_box{margin-bottom:35px;}
    #product_wrap div.title_box div.image{padding-right:10px;}
    #product_wrap div.title_box div.image div.tag{left:0;}
    #product_wrap div.title_box div.image div.tag div{width:50px; height:50px; padding:2px; transform:translateY(-10px);}
    #product_wrap div.title_box div.image div.tag div span{font-size:15px; letter-spacing:-1px; border:2px solid #f7e2d7;}
    #product_wrap div.title_box div.image div.tag div.small span{font-size:13px;}
    #product_wrap.type2 div.title_box div.image div.tag div span{border:2px solid #ffc9c9;}
    #product_wrap.type3 div.title_box div.image div.tag div span{border:2px solid #faedb1;}

    #product_wrap div.title_box div.image.product1_2{text-align:right;}
    #product_wrap div.title_box div.image.product1_2 img{max-width:60%;}
    #product_wrap div.title_box div.image.product1_3{text-align:right;}
    #product_wrap div.title_box div.image.product1_3 img{max-width:63%;}
    #product_wrap div.title_box div.image.product2_1{padding-right:40px; text-align:right;}
    #product_wrap div.title_box div.image.product2_1 img{max-width:50%;}
    #product_wrap div.title_box div.image.product2_2{padding-left:15px; text-align:left;}
    #product_wrap div.title_box div.image.product2_2 img{max-width:45%;}
    #product_wrap div.title_box div.image.product2_3{padding-right:35px; text-align:right;}
    #product_wrap div.title_box div.image.product2_3 img{max-width:55%;}
    #product_wrap div.title_box div.image.product3_1{padding-right:40px; text-align:right;}
    #product_wrap div.title_box div.image.product3_1 img{max-width:55%;}
    #product_wrap div.title_box div.image.product3_2{padding-right:40px; text-align:right;}
    #product_wrap div.title_box div.image.product3_2 img{max-width:55%;}
    #product_wrap div.title_box div.image.product3_3{padding-left:0; padding-right:0; text-align:left;}
    #product_wrap div.title_box div.image.product3_3 img{max-width:80%;}

    #product_wrap div.title_box div.image.award{padding-right:0;}
    #product_wrap div.title_box div.image.award div.award{top:-15px; right:15px; text-align:right;}
    #product_wrap div.title_box div.image.award div.award img{width:40%;}
    #product_wrap.type3 div.title_box div.image.award{padding-top:30px; padding-right:0;}
    #product_wrap.type3 div.title_box div.image.award div.award{top:-15px; right:15px; text-align:right;}
    #product_wrap div.title_box div.title{padding-top:0;}
    #product_wrap div.title_box div.title h3{font-size:12px; letter-spacing:-1.5px; word-break:keep-all; line-height:14px;}
    #product_wrap div.title_box div.title h3 span{padding-top:3px; line-height:20px; font-size:18px; letter-spacing:-2px;}
    #product_wrap div.title_box div.title p{margin-top:5px; line-height:12px; font-size:9px; letter-spacing:-1px;}
    #product_wrap div.title_box div.title p span{display:block;}
    #product_wrap div.title_box div.title a.video{width:35px; height:35px; bottom:45px;}
    #product_wrap div.title_box div.title a.video:before{width:24px; height:26px; background:url(../img/bg_icon_youtube_mobile.png) no-repeat 50% 50%/24px 26px;}
    #product_wrap div.title_box div.title a.view{height:35px; line-height:33px; padding:0 37px 0 15px; font-size:12px; letter-spacing:-1px; border:1px solid #000; box-shadow:6px 6px 0px 0px rgba(0,0,0,1);}
    #product_wrap div.title_box div.title a.view:before{width:15px; height:16px; right:15px; background-size:15px 16px;}

    #product_wrap div.photo_box ul{padding:0 15px 15px 0;}
    #product_wrap div.photo_box ul li{float:none;}
    #product_wrap div.photo_box ul li span{height:25px; line-height:25px; font-size:14px;}
    #product_wrap div.photo_box.two ul li{width:100%; margin:15px 0 0 0;}
    #product_wrap div.photo_box.two ul li:first-child{margin:0;}
    #product_wrap div.photo_box.three ul li{width:100%; margin:15px 0 0 0;}
    #product_wrap div.photo_box.three ul li:first-child{margin:0;}
    #product_wrap div.photo_box.three ul li:nth-child(n+4){margin-top:0;}
    #product_wrap div.photo_box.three ul li:nth-child(3n+1){margin-left:0;}
    #product_wrap div.photo_box.three ul li:nth-child(3n+3){float:none;}
    #product_wrap.type3 div.photo_box.three ul li{width:calc(100% / 2 - 2.5px); margin-left:5px; float:left;}
    #product_wrap.type3 div.photo_box.three ul li:last-child{width:50%; margin:15px auto 0 !important; clear:both !important; text-align:center; transform:translateX(50%);}
    #product_wrap.type3 div.photo_box.three ul li:nth-child(-n+2){margin-top:0;}
    #product_wrap.type3 div.photo_box.three ul li:nth-child(2n+1){margin-left:0;}
    #product_wrap.type3 div.photo_box.three ul li:nth-child(n+4){margin-top:15px;}
    #product_wrap.type3 div.photo_box.three ul li:nth-child(3n+1){clear:none;}
    #product_wrap div.photo_box.four ul li{width:calc(100% / 2 - 2.5px); margin-top:15px; margin-left:5px; float:left;}
    #product_wrap div.photo_box.four ul li:first-child{margin-left:0;}
    #product_wrap div.photo_box.four ul li:nth-child(2n+1){margin-left:0;}
    #product_wrap div.photo_box.four ul li:nth-child(-n+2){margin-top:0;}
    #product_wrap div.photo_box.four ul li:last-child{float:left;}
}

/* Mobile */
@media all and (max-width: 374px) {
    #visual_text h1 > span.title{line-height:55px; font-size:55px;}
}