/*-------------------- 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;
    height: 100%;
    position: fixed;
    top: 0;
    right: -105%;
    background-color: #f5f5f5;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    z-index: 100; }
    #navigation.navi_open {
      transition: all 0.3s;
      right:0;
      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; } }
@media all and (min-width: 768px) {
  .navi_sp_close {
    display: none; } }
@media all and (max-width: 767px) {
  #navigation {
    width: 60%;
    height: 350px;
    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; } }






/* Collabo */ 
br.mobile{display:none;}
img.mobile{display:none;}
div.mobile{display:none;}

.wa_hidden{display:block; width:100%; height:100%; position:relative; overflow:hidden; z-index:-1; opacity:0;}

#collabo_wrap{padding-top:260px; transition:0.7s all;}
#collabo_wrap.type1{background:#e2007a url(../img/bg_wrap_01.png) no-repeat 50% 0;}
#collabo_wrap.type2{background:#a24797 url(../img/bg_wrap_02.png) no-repeat 50% 0;}
#collabo_wrap.type3{background:#fd2932 url(../img/bg_wrap_03.png) no-repeat 50% 0;}
#collabo_wrap.type4{background:#ffe300 url(../img/bg_wrap_04.png) no-repeat 50% 0;}
#collabo_wrap.type5{background:#0054bc url(../img/bg_wrap_05.png) no-repeat 50% 0;}
#collabo_wrap h1{padding-bottom:130px;}
#collabo_wrap h1 div.ci{width:365px; margin:0 auto; transition:0.7s all; transform:translateY(-40px); opacity:0;}
#collabo_wrap h1 div.ci img{width:365px; display:none;}
#collabo_wrap h1 div.ci img.active{display:block;}
#collabo_wrap h1 div.title{height:270px; margin:0 auto; transition:0.7s 0.5s opacity; transform:translateY(-40px); opacity:0;}
#collabo_wrap h1 div.title img{width:100%; display:none;}
#collabo_wrap h1 div.title img.active{display:block;}
#collabo_wrap.type1 h1 div.title{width:900px; transform:translate(73px, -22px);}
#collabo_wrap.type2 h1 div.title{width:872px; transform:translate(-27px, -50px);}
#collabo_wrap.type3 h1 div.title{width:922px; transform:translate(-60px, -58px);}
#collabo_wrap.type4 h1 div.title{width:889px; transform:translate(50px, 13px);}
#collabo_wrap.type5 h1 div.title{width:980px; transform:translate(-72px, -50px);}

#collabo_wrap h1.active div.ci{transform:translateY(0); opacity:1;}
#collabo_wrap h1.active div.title{opacity:1;}

@keyframes heartbeat{
    0%{
        transform: scale( .75 );
    }
    20%{
        transform: scale( 1 );
    }
    40%{
        transform: scale( .75 );
    }
    60%{
        transform: scale( 1 );
    }
    80%{
        transform: scale( .75 );
    }
    100%{
        transform: scale( .75 );
    }
}

@keyframes sub_title{
    from{
        transform:translateY(-40px);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}

#collabo_control{width:1280px; margin:0 auto; text-align:center; font-size:0; position:relative; z-index:1;}
#collabo_control li{display:inline-block; vertical-align:bottom; margin-left:-5px; position:relative; z-index:2;}
#collabo_control li.active{transform:translateY(-60px) !important;}
#collabo_control li.active a:before{content:""; width:67px; height:55px; margin-left:-33px; position:absolute; top:-60px; left:50%; background:url(../img/icon_click_heart.png) no-repeat 50% 50%; animation:heartbeat 1s infinite;}
#collabo_control li:first-child{margin-left:0; transform:translateX(440px);}
#collabo_control li:nth-child(2){transform:translateX(220px);}
#collabo_control li:nth-child(3){z-index:3;}
#collabo_control li:nth-child(4){transform:translateX(-230px);}
#collabo_control li:nth-child(5){transform:translateX(-460px);}
#collabo_control.active li:first-child{transform:translate(0, 0); transition:0.7s all;}
#collabo_control.active li:nth-child(2){transform:translate(0, 0); transition:0.7s all;}
#collabo_control.active li:nth-child(4){transform:translate(0, 0); transition:0.7s all;}
#collabo_control.active li:nth-child(5){transform:translate(0, 0); transition:0.7s all;}

div.contents_top{width:1280px; height:1001px; margin:-90px auto 0 auto; padding-top:80px; position:relative; z-index:2;}
div.contents_top h2{width:637px; margin:0 auto; position:relative; transform:translateY(-40px) !important; opacity:0 !important;}
div.contents_top h2.active{transform:translateY(0) !important; opacity:1 !important;}
div.contents_top h2 img{width:100%; display:none;}
div.contents_top h2 img.active{display:block;}
div.contents_top h2:before{content:""; display:block; width:0; height:5px; margin:0 auto 18px auto; transition:0.3s 0.5s width !important;}
div.contents_top h2.active:before{width:43px;}
div.contents_top h2 + p{padding:28px 0; line-height:28px; font-size:22px; font-weight:700; color:#000; text-align:center; letter-spacing:-2px;}
div.contents_top div.slide_box{width:992px; margin:0 auto; position:relative;}
div.contents_top div.slide_box ul.web li{position:relative;}
/*
div.contents_top div.slide_box ul.web li a{display:block; width:158px; height:53px; line-height:53px; margin:35px auto 0 auto; font-size:28px; font-weight:500; color:#fff; text-align:center; background-color:#000;}
*/
div.contents_top div.slide_box ul.web li a{display:block; width:200px; height:53px; line-height:53px; margin:35px auto 0 auto; font-size:28px; font-weight:500; color:#fff; text-align:center; background-color:#000;}
div.contents_top div.slide_box ul.mobile{display:none;}
div.contents_top div.slide_box div.bx-controls-direction a{display:block; width:62px; height:62px; margin-top:-80px; position:absolute; top:50%; text-indent:-9999px;}
div.contents_top div.slide_box div.bx-controls-direction a.bx-prev{left:-95px; background:url(../img/btn_slide_prev.png) no-repeat 50% 50%/62px 62px;}
div.contents_top div.slide_box div.bx-controls-direction a.bx-next{right:-95px; background:url(../img/btn_slide_next.png) no-repeat 50% 50%/62px 62px;}

#slide_obj_01{display:none;}
#slide_obj_01.active{display:block;}
#slide_obj_01_01{width:160px; height:183px; position:absolute; top:-170px; left:-21px; background:url(../img/slide_obj_01_01.png) no-repeat 0 0; z-index:1;}
#slide_obj_01_02{width:214px; height:269px; position:absolute; bottom:15px; right:-125px; background:url(../img/slide_obj_01_02.png) no-repeat 0 0; z-index:1;}
#slide_obj_02{display:none;}
#slide_obj_02.active{display:block;}
#slide_obj_02_01{width:156px; height:200px; position:absolute; top:-195px; left:-19px; background:url(../img/slide_obj_02_01.png) no-repeat 0 0; z-index:1;}
#slide_obj_02_02{width:144px; height:145px; position:absolute; top:-215px; right:-140px; background:url(../img/slide_obj_02_02.png) no-repeat 0 0; z-index:1;}
#slide_obj_02_03{width:287px; height:258px; position:absolute; bottom:20px; right:-125px; background:url(../img/slide_obj_02_03.png) no-repeat 0 0; z-index:1;}

#collabo_wrap.type1 #collabo_contents_top h2:before{background-color:#c2007b;}
#collabo_wrap.type2 #collabo_contents_top h2:before{background-color:#933f9a;}
#collabo_wrap.type3 #collabo_contents_top h2:before{background-color:#da2d35;}
#collabo_wrap.type4 #collabo_contents_top h2:before{background-color:#e73c59;}
#collabo_wrap.type5 #collabo_contents_top h2:before{background-color:#0055b8;}

div.contents_bot{width:1280px; height:974px; margin:-60px auto 0 auto; padding-top:90px;}
div.contents_bot h2{width:620px; margin:0 auto; position:relative; transform:translateY(-40px) !important; opacity:0 !important;}
div.contents_bot h2.active{transform:translateY(0) !important; opacity:1 !important;}
div.contents_bot h2 img{width:100%; display:none;}
div.contents_bot h2 img.active{display:block;}
div.contents_bot h2:before{content:""; display:block; width:0; height:5px; margin:0 auto 18px auto; transition:0.3s 0.5s width !important;}
div.contents_bot h2.active:before{width:43px;}
div.contents_bot h2 + p{padding:28px 0; line-height:28px; font-size:22px; font-weight:500; color:#000; text-align:center; letter-spacing:-2px;}
div.contents_bot h2 + p span{font-weight:700;}

#collabo_wrap.type1 #collabo_contents_bot h2:before{background-color:#c2007b;}
#collabo_wrap.type2 #collabo_contents_bot h2:before{background-color:#933f9a;}
#collabo_wrap.type3 #collabo_contents_bot h2:before{background-color:#da2d35;}
#collabo_wrap.type4 #collabo_contents_bot h2:before{background-color:#e73c59;}
#collabo_wrap.type5 #collabo_contents_bot h2:before{background-color:#0055b8;}

#collabo_wrap.type1 #collabo_contents_top{background:url(../img/bg_contents_top_01.png) no-repeat 50% 0;}
#collabo_wrap.type1 #collabo_contents_bot{background:url(../img/bg_contents_bot_01.png) no-repeat 50% 0;}
#collabo_wrap.type2 #collabo_contents_top{background:url(../img/bg_contents_top_02.png) no-repeat 50% 0;}
#collabo_wrap.type2 #collabo_contents_bot{background:url(../img/bg_contents_bot_02.png) no-repeat 50% 0;}
#collabo_wrap.type3 #collabo_contents_top{background:url(../img/bg_contents_top_03.png) no-repeat 50% 0;}
#collabo_wrap.type3 #collabo_contents_bot{background:url(../img/bg_contents_bot_03.png) no-repeat 50% 0;}
#collabo_wrap.type4 #collabo_contents_top{background:url(../img/bg_contents_top_04.png) no-repeat 50% 0;}
#collabo_wrap.type4 #collabo_contents_bot{background:url(../img/bg_contents_bot_04.png) no-repeat 50% 0;}
#collabo_wrap.type5 #collabo_contents_top{background:url(../img/bg_contents_top_05.png) no-repeat 50% 0;}
#collabo_wrap.type5 #collabo_contents_bot{background:url(../img/bg_contents_bot_05.png) no-repeat 50% 0;}

div.event_box{width:482px; padding:15px 28px; margin:0 auto; background-color:#fff; position:relative;}
div.event_box h3{height:36px; position:relative; background:url(../img/bg_event_title.png) no-repeat 0 0/127px 36px;}
div.event_box h3:after{content:""; width:34px; height:8px; position:absolute; top:11px; right:0; background:url(../img/bullet_event_title.png) no-repeat 50% 50%/34px 8px;}
div.event_box div.image{margin:10px 0; position:relative;}
div.event_box div.image div.like_box{width:80px; height:41px; position:absolute; top:55px; left:195px; background:url(../img/event_popup.png) no-repeat 0 0/80px 41px;}
div.event_box div.image div.like_box span{display:block; width:19px; height:16px; position:absolute; top:7px; left:7px; background:url(../img/event_popup_heart.png) no-repeat 0 0/19px 16px; animation:heartbeat 1s infinite;}
div.event_box div.icons span{display:inline-block; vertical-align:top;}
div.event_box div.icons span.heart{width:29px; height:25px; margin-right:5px; background:url(../img/icon_heart.png) no-repeat 0 0/29px 25px;}
div.event_box div.icons span.balloon{width:30px; height:27px; background:url(../img/icon_balloon.png) no-repeat 0 0/30px 27px;}
div.event_box div.tags{font-size:20px; font-weight:500; color:#000; letter-spacing:-1.5px;}
#event_obj1{width:177px; height:412px; position:absolute; top:5px; left:-155px; background:url(../img/event_obj_01.png) no-repeat 0 0;}
#event_obj2{width:261px; height:316px; position:absolute; bottom:-20px; right:-240px;}
#event_obj2 span.obj2_1{width:152px; height:179px; position:absolute; bottom:0; left:0; background:url(../img/event_obj_02_01.png) no-repeat 0 0;}
#event_obj2 span.obj2_2{width:203px; height:154px; position:absolute; top:0; right:0; background:url(../img/event_obj_02_02.png) no-repeat 0 0;}
#event_obj2.active span.obj2_2{animation:talk_box 0.5s cubic-bezier(0, -.5, .5, 2);}

@keyframes talk_box{
    from{transform:scale(0);}
    to{transform:scale(1);}
} 

div.event_desc ul > li{display:table; table-layout:fixed;}
div.event_desc ul > li div.title{display:table-cell; vertical-align:top;}
div.event_desc ul > li div.title span{display:block; width:105px; height:30px; line-height:30px; font-size:21px; font-weight:500; color:#fff; text-align:center; letter-spacing:-2px;}
#collabo_wrap div.event_desc ul{padding:20px 0 0 285px;}
#collabo_wrap div.event_desc ul > li{margin-top:7px;}
#collabo_wrap div.event_desc ul > li:first-child{margin-top:0;}
#collabo_wrap.type1 div.event_desc ul > li div.title span{background-color:#c2007b;}
#collabo_wrap.type2 div.event_desc ul > li div.title span{background-color:#933f9a;}
#collabo_wrap.type3 div.event_desc ul > li div.title span{background-color:#da2d35;}
#collabo_wrap.type4 div.event_desc ul > li div.title span{background-color:#e73c59;}
#collabo_wrap.type5 div.event_desc ul > li div.title span{background-color:#0055b8;}
div.event_desc ul > li div.info{display:table-cell; padding-left:15px; font-size:20px; color:#000; letter-spacing:-1.3px; vertical-align:top;}
div.event_desc ul > li div.info ol li{display:table; width:100%; table-layout:fixed; margin-top:4px;}
div.event_desc ul > li div.info ol li:first-child{margin-top:0;}
div.event_desc ul > li div.info ol li span.step{display:table-cell; width:60px; line-height:24px; font-weight:700; vertical-align:top;}
div.event_desc ul > li div.info ol li span.text{display:table-cell; line-height:24px; text-align:left; vertical-align:top;}
div.event_desc ul > li div.info ol li span.text strong{font-weight:700; border-bottom:1px solid #000;}
div.event_desc ul > li div.info > span{display:inline-block; padding-right:50px; position:relative; font-size:15px; letter-spacing:-1px; transform:translateY(-5px);}
div.event_desc ul > li div.info > span a{display:inline-block; width:42px; height:42px; text-indent:-9999px; position:absolute; top:-18px; right:0; background:url(../img/icon_instar.png) no-repeat 50% 50%/42px 42px;}

footer{padding:20px 0; font-size:15px; text-align:center;}
#collabo_wrap.type1 footer{color:#e9a7c9;}
#collabo_wrap.type2 footer{color:#c9a7c9;}
#collabo_wrap.type3 footer{color:#ffbdc0;}
#collabo_wrap.type4 footer{color:#e73c59;}
#collabo_wrap.type5 footer{color:#d6e9ff;}

/* Tablet */
@media all and (min-width: 768px) and (max-width: 1279px) {
    html{overflow-x:hidden;}
    body{
        overflow-x:hidden;
        -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) {
    img.web{display:none;}
    img.mobile{display:inline;}
    br.mobile{display:block;}
    div.web{display:none;}
    div.mobile{display:block;}

    html{overflow-x:hidden;}
    body{
        overflow-x:hidden;
        -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%;}
    
    #collabo_wrap{padding-top:90px;}
    #collabo_wrap.type1{background:#e2007a url(../img/bg_mobile_wrap_01.png) no-repeat 50% 0/100% auto;}
    #collabo_wrap.type2{background:#a24797 url(../img/bg_mobile_wrap_02.png) no-repeat 50% 0/100% auto;}
    #collabo_wrap.type3{background:#fd2932 url(../img/bg_mobile_wrap_03.png) no-repeat 50% 0/100% auto;}
    #collabo_wrap.type4{background:#ffe300 url(../img/bg_mobile_wrap_04.png) no-repeat 50% 0/100% auto;}
    #collabo_wrap.type5{background:#0054bc url(../img/bg_mobile_wrap_05.png) no-repeat 50% 0/100% auto;}
    #collabo_wrap h1{padding-bottom:55px;}
    #collabo_wrap h1 div.ci{width:130px;}
    #collabo_wrap h1 div.ci img{width:100%;}
    #collabo_wrap h1 div.title{width:300px !important; height:162px;}
    #collabo_wrap.type1 h1 div.title{transform:translate(0, -56px);}
    #collabo_wrap.type2 h1 div.title{transform:translate(0, -67px);}
    #collabo_wrap.type3 h1 div.title{transform:translate(0, -71px);}
    #collabo_wrap.type4 h1 div.title{transform:translate(0, -57px);}
    #collabo_wrap.type5 h1 div.title{transform:translate(0, -64px);}

    #collabo_control{width:320px;}
    #collabo_control li{width:28%; margin:0 5px;}
    #collabo_control li:nth-child(1){position:absolute; top:-70px; left:21%;}
    #collabo_control li:nth-child(2){position:absolute; top:-70px; left:51%;}
    #collabo_control li a{display:block;}
    #collabo_control li a img{width:100%;}
    #collabo_control li.active{transform:translateY(0) !important;}
    #collabo_control li.active a:before{width:35px; height:29px; margin-left:-17.5px; top:-25px; background-size:35px 29px;}
    #collabo_control li:first-child{margin-left:0; transform:translate(48px, 110px);}
    #collabo_control li:nth-child(1) a:before{top:-35px !important;}
    #collabo_control li:nth-child(2) a:before{top:-35px !important;}
    #collabo_control li:nth-child(2){transform:translate(-48px, 110px);}
    #collabo_control li:nth-child(3){transform:translateX(100px) !important; z-index:0;}
    #collabo_control li:nth-child(4){transform:translateX(0); z-index:3;}
    #collabo_control li:nth-child(5){transform:translateX(-100px);}

    #collabo_control.active li:nth-child(3){transform:translateX(0) !important; z-index:3;}

    div.contents_top{width:320px; height:556px; margin-top:-30px; padding-top:30px;}
    div.contents_top h2{width:calc(100% - 40px);}
    div.contents_top h2:before{height:4px; margin-bottom:10px;}
    div.contents_top h2.active:before{width:22px;}
    div.contents_top h2 + p{padding:15px 0; line-height:18px; font-size:14px;}
    div.contents_top div.slide_box{width:200px;}
    div.contents_top div.slide_box ul.web{display:none;}
    div.contents_top div.slide_box ul.mobile{display:block;}
    div.contents_top div.slide_box ul.mobile li img{width:100%;}
    /*
    div.contents_top div.slide_box ul.mobile li a{display:block; width:100px; height:40px; line-height:40px; margin:30px auto 0 auto; font-size:18px; font-weight:500; color:#fff; text-align:center; background-color:#000;}
    */
    div.contents_top div.slide_box ul.mobile li a{display:block; width:120px; height:40px; line-height:40px; margin:30px auto 0 auto; font-size:14px; font-weight:500; color:#fff; text-align:center; background-color:#000;}
    div.contents_top div.slide_box div.bx-controls-direction a{width:32px; height:32px; margin-top:-42px;}
    div.contents_top div.slide_box div.bx-controls-direction a.bx-prev{left:-45px; background-size:32px 32px;}
    div.contents_top div.slide_box div.bx-controls-direction a.bx-next{right:-45px; background-size:32px 32px;}

    div.contents_bot{width:320px; height:597px; margin-top:0; padding-top:30px;}
    div.contents_bot h2{width:calc(100% - 40px);}
    div.contents_bot h2:before{height:4px; margin-bottom:10px;}
    div.contents_bot h2.active:before{width:22px;}
    div.contents_bot h2 + p{padding:15px 0; line-height:18px; font-size:14px;}

    #collabo_wrap.type1 #collabo_contents_top{background:url(../img/bg_mobile_contents_top_01.png) no-repeat 50% 0/320px 556px;}
    #collabo_wrap.type1 #collabo_contents_bot{background:url(../img/bg_mobile_contents_bot_01.png) no-repeat 50% 0/320px 597px;}
    #collabo_wrap.type2 #collabo_contents_top{background:url(../img/bg_mobile_contents_top_02.png) no-repeat 50% 0/320px 556px;}
    #collabo_wrap.type2 #collabo_contents_bot{background:url(../img/bg_mobile_contents_bot_02.png) no-repeat 50% 0/320px 597px;}
    #collabo_wrap.type3 #collabo_contents_top{background:url(../img/bg_mobile_contents_top_03.png) no-repeat 50% 0/320px 556px;}
    #collabo_wrap.type3 #collabo_contents_bot{background:url(../img/bg_mobile_contents_bot_03.png) no-repeat 50% 0/320px 597px;}
    #collabo_wrap.type4 #collabo_contents_top{background:url(../img/bg_mobile_contents_top_04.png) no-repeat 50% 0/320px 556px;}
    #collabo_wrap.type4 #collabo_contents_bot{background:url(../img/bg_mobile_contents_bot_04.png) no-repeat 50% 0/320px 597px;}
    #collabo_wrap.type5 #collabo_contents_top{background:url(../img/bg_mobile_contents_top_05.png) no-repeat 50% 0/320px 556px;}
    #collabo_wrap.type5 #collabo_contents_bot{background:url(../img/bg_mobile_contents_bot_05.png) no-repeat 50% 0/320px 597px;}

    #collabo_wrap.type1 #collabo_contents_top h2{background-size:637px 52px;}
    #collabo_wrap.type2 #collabo_contents_top h2{background-size:637px 52px;}
    #collabo_wrap.type3 #collabo_contents_top h2{background-size:637px 52px;}
    #collabo_wrap.type4 #collabo_contents_top h2{background-size:637px 52px;}
    #collabo_wrap.type5 #collabo_contents_top h2{background-size:637px 52px;}

    #slide_obj_01_01{width:100px; height:126px; top:inherit; bottom:-35px; left:inherit; right:-60px; background:url(../img/mobile_slide_obj_01_02.png) no-repeat 0 0/85px 107px;}
    #slide_obj_01_02{display:none;}
    #slide_obj_02_01{width:80px; height:103px; top:inherit; bottom:-40px; left:-40px; background:url(../img/mobile_slide_obj_02_01.png) no-repeat 0 0/70px 90px;}
    #slide_obj_02_02{width:120px; height:108px; top:inherit; bottom:-25px; left:inherit; right:-50px; background:url(../img/mobile_slide_obj_02_03.png) no-repeat 0 0/120px 108px;}
    #slide_obj_02_03{display:none;}

    div.event_box{width:calc(100% - 40px); padding:10px 18px 10px 18px;}
    div.event_box h3{height:26px; background-size:92px 26px;}
    div.event_box h3:after{width:24px; height:6px; top:11px; background-size:24px 6px;}
    div.event_box div.image{margin:7px 0;}
    div.event_box div.image img{width:100%;}
    div.event_box div.image div.like_box{width:60px; height:31px; top:30px; left:113px; background-size:60px 31px;}
    div.event_box div.image div.like_box span{width:16px; height:13px; top:5px; left:5px; background-size:16px 13px;}
    div.event_box div.icons{height:17px;}
    div.event_box div.icons span.heart{width:20px; height:17px; margin-right:3px; background-size:20px 17px;}
    div.event_box div.icons span.balloon{width:19px; height:17px; background-size:19px 17px;}
    div.event_box div.tags{font-size:13px; letter-spacing:-1px;}
    #event_obj1{display:none;}
    #event_obj2{width:80px; height:93px; bottom:-40px; right:-15px; background:url(../img/event_obj_02_01.png) no-repeat 0 0/80px 93px;}
    #event_obj2 span{display:none;}
    div.event_desc ul > li div.title span{width:50px; height:12px; line-height:12px; font-size:10px; letter-spacing:-1px;}
    #collabo_wrap div.event_desc ul{padding:15px 15px 0 15px;}
    #collabo_wrap div.event_desc ul > li{margin-top:4px;}
    div.event_desc ul > li div.info{padding-left:5px; font-size:10px; line-height:12px; letter-spacing:-1.3px;}
    div.event_desc ul > li div.info ol li{margin-top:2px;}
    div.event_desc ul > li div.info ol li span.step{display:block; width:auto; line-height:12px;}
    div.event_desc ul > li div.info ol li span.text{display:block; line-height:12px;}
    div.event_desc ul > li div.info ol li span.text strong{font-weight:500;}
    div.event_desc ul > li div.info > span{padding-right:30px; font-size:7px; transform:translateY(-2px);}
    div.event_desc ul > li div.info > span a{width:26px; height:26px; top:-10px; background-size:26px 26px;}

    footer{padding:15px 0; font-size:10px;}
}