html.windows {
    font-family: Montserrat, Arial, sans-serif
  }
  
  html.mac {
    font-family: Montserrat, Arial, sans-serif
  }
  
  html.iOS {
    font-family: Montserrat, Arial, sans-serif
  }
  
  html.android {
    font-family: Montserrat, Arial, sans-serif
  }
  
  body.otherOS {
    font-family: Montserrat, Arial, sans-serif!important
  }
  
  html.on-spMenu {
    overflow: hidden
  }
  
  h1, h2, h3 {
    font-weight: unset
  }
  
  body {
    width: 100%
  }
  
  body.fixed {
    position: fixed
  }
  
  body .mincho {
    font-family: "Cormorant Garamond", serif!important;
  }
  
  main {
    margin-top: 53px
  }
  
  @media screen and (min-width:768px) {
    main {
      margin-top: 130px
    }
  }
  
  a {
    color: #cecece;
    text-decoration: none;
    cursor: pointer
  }
  
  a, li {
    list-style-type: none!important
  }
  
  img {
    max-width: 100%;
    vertical-align: bottom
  }
  
  br.pc {
    display: none
  }
  
  @media screen and (min-width:768px) {
    br.pc {
      display: block
    }
  }
  
  @media screen and (min-width:768px) {
    br.sp {
      display: none
    }
  }
  
  .basic_inner {
    width: 100%;
    max-width: 1050px;
    padding: 0 25px;
    margin: auto
  }
  
  .fadein {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.5s;
    transition: all 1.5s
  }
  
  .fadein.fade, .fadein.scrollin {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  
  .fadein.scrollin {
    opacity: 1
  }
  
  .fadein_delay>.fadein:nth-of-type(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  
  .fadein_delay>.fadein:nth-of-type(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }
  
  .fadein_delay>.fadein:nth-of-type(4) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
  }
  
  .fadein_delay>.fadein:nth-of-type(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
  }
  
  .fadein_delay>.fadein:nth-of-type(6) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
  }
  
  header {
    background: #000;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    letter-spacing: .05em
  }
  
  header .container {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto
  }
  
  header .container .logo {
    text-align: center;
    padding: 7px 0
  }
  
  @media screen and (min-width:768px) {
    header .container .logo {
      padding: 4px 0
    }
  }
  
  header .container .logo a {
    padding: 10px 15px;
    display: inline-block
  }
  
  @media screen and (min-width:768px) {
    header .container .logo a {
      padding: 30px
    }
  }
  
  header .container .logo img {
    width: 115px;
    vertical-align: middle
  }
  
  @media screen and (min-width:768px) {
    header .container .logo img {
      width: unset
    }
  }
  
  header .container .pictoIcon {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 25px
  }
  
  header .container .pictoIcon .careproIdOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
    position: relative
  }
  
  header .container .pictoIcon .careproIdOuter a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
  
  header .container .pictoIcon li {
    display: block
  }
  
  header .container .pictoIcon li.h-map {
    display: none;
    margin-right: 12px
  }
  
  @media screen and (min-width:768px) {
    header .container .pictoIcon li.h-map {
      display: block;
      color: #b2b2b2;
      font-size: 12px;
      line-height: 1
    }
  }
  
  header .container .careproIdMenu, header.login .careproIdOuter a {
    display: none
  }
  
  header.login .careproIdMenu {
    display: none;
    position: absolute;
    top: 39px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902)
  }
  
  header.login .careproIdMenu p:first-child {
    border-bottom: 1px solid #ddd
  }
  
  header.login .careproIdMenu p a {
    width: 200px;
    height: 50px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
  }
  
  header.login .careproIdMenu p a:hover {
    background: #efefef
  }
  
  header.login li.h-profile {
    padding-right: 18px;
    position: relative
  }
  
  header.login li.h-profile:before {
    content: url(/assets/img/arrow_careproID.svg);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s
  }
  
  header.login li.h-profile.on-click:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 6px
  }
  
  @media screen and (min-width:768px) {
    header .spMenu {
      display: none
    }
  }
  
  header .spMenu .hamburgerBtn {
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 25px;
    height: 23px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  header .spMenu .hamburgerBtn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #cecece
  }
  
  header .spMenu .hamburgerBtn.on-click {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  header .spMenu .hamburgerBtn.on-click span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  header .spMenu .hamburgerBtn.on-click span:nth-child(2) {
    display: none
  }
  
  header .spMenu .hamburgerBtn.on-click span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px
  }
  
  header .spMenu .spMenu_inner {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 10;
    width: 100%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .2s;
    transition: .2s
  }
  
  header .spMenu .spMenu_inner.open {
    opacity: 1;
    pointer-events: auto
  }
  
  header .spMenu .spMenu_inner.open .spMenu_btn-detail {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  
  header .spMenu .spMenu_inner a {
    color: #fff;
    text-decoration: none;
    padding: 14px 40px;
    display: block;
    position: relative
  }
  
  header .spMenu .spMenu_inner a:after {
    content: "";
    background: url(/assets/img/allow-right.svg);
    background-size: cover;
    display: block;
    position: absolute;
    width: 7px;
    height: 14px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  
  header .spMenu .spMenu_inner a.accordion_a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
  }
  
  header .spMenu .spMenu_inner a.f-langItemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn_item {
    font-size: 12px;
    color: #c4c4c4
  }
  
  header .spMenu .spMenu_inner .spMenu_btn_product_name {
    font-size: 15px;
    color: #fff;
    display: block;
    margin-bottom: 4px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    max-width: 335px;
    height: 100%;
    overflow-y: auto;
    background: #000;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .mapHeadLogo {
    width: 100%;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .mapHeadLogo a {
    padding: 10px 20px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .mapHeadLogo a:after {
    content: none
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .mapHeadLogo img {
    width: 115px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn {
    border-bottom: 1px solid #434343
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.firstMenu {
    border-top: 1px solid #434343
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.other_spMenu {
    background: #282828;
    position: absolute;
    width: 100%;
    bottom: 0
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.other_spMenu a:after {
    content: none
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.lang_change {
    position: absolute;
    width: 100%;
    bottom: 47px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.lang_change a {
    padding-bottom: 20px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.lang_change a:after {
    content: none
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.lang_change .f-langSelected {
    display: inline
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.lang_change .f-langPanel {
    bottom: 60px;
    left: 30px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.other_spMenu:nth-last-child(2) {
    background: url(/assets/img/icon-header_map.svg) no-repeat right 14px center, #282828
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.other_spMenu:last-child {
    background: url(/assets/img/icon-header_profile.svg) no-repeat right 13px center, #282828
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn .accordion_inner .spMenu_btn {
    margin-left: 40px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn .accordion_inner .spMenu_btn:first-child {
    border-top: 1px solid #434343
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn .accordion_inner .spMenu_btn:first-child a {
    background: url(/assets/img/icon_professional.svg) no-repeat left 5px center;
    background-size: 22px;
    padding: 25px 40px 25px 50px;
    font-size: 12px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn .accordion_inner .spMenu_btn:nth-child(2) {
    border-bottom: none
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn .accordion_inner .spMenu_btn:nth-child(2) a {
    background: url(/assets/img/icon_deep.svg) no-repeat left 4px center;
    background-size: 24px;
    padding: 25px 40px 25px 50px;
    font-size: 12px
  }
  
  header .spMenu .spMenu_inner .spMenu_btn-detail .spMenu_btn.on-click .accordion_a:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
  }
  
  header .pcMenu {
    display: none;
    padding: 14px 0 0;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    height: 42px
  }
  
  @media screen and (min-width:768px) {
    header .pcMenu {
      display: block
    }
  }
  
  header .pcMenu ul.pcMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2px;
    position: relative
  }
  
  header .pcMenu ul.pcMenu_list li {
    display: block
  }
  
  header .pcMenu ul.pcMenu_list li a.pcMenu_a {
    color: #cecece;
    text-decoration: none;
    margin: 0 42px;
    padding: 0 0 10px;
    line-height: 1;
    display: block;
    cursor: pointer;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0);
    -webkit-transition: .3s;
    transition: .3s
  }
  
  header .pcMenu ul.pcMenu_list li.accordion.on-click a.pcMenu_a, header .pcMenu ul.pcMenu_list li a.pcMenu_a:hover {
    color: #fff;
    border-bottom: 2px solid #fff
  }
  
  header .pcMenu .accordion_inner {
    background: #1f1f1f;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    top: 100%;
    left: 0
  }
  
  header .pcMenu .accordion_inner.open {
    height: 162px
  }
  
  header .pcMenu .accordion_inner ul.ac_proList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 37px 0
  }
  
  header .pcMenu .accordion_inner ul.ac_proList li {
    margin: 0 5px
  }
  
  header .pcMenu .accordion_inner ul.ac_proList li a {
    padding: 0 0 0 55px;
    color: #cecece;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  header .pcMenu .accordion_inner ul.ac_proList li a img {
    height: 89px;
    margin-right: 27px
  }
  
  header .pcMenu .accordion_inner ul.ac_proList li .ac_proList_title {
    font-size: 21px;
    margin-bottom: 17px;
    color: #fff
  }
  
  header .pcMenu .accordion_inner ul.ac_proList li .ac_proList_disc {
    font-size: 12px;
    color: #d6d6d6
  }
  
  header .pcMenu .accordion_inner ul.ac_proList li:first-child, header .pcMenu .accordion_inner ul.ac_proList li:nth-child(2) {
    background-size: contain
  }
  
  header .h_subMenu {
    display: none;
    background: #fff;
    border-bottom: 1px solid #ccc
  }
  
  header .h_subMenu .menu_bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1050px;
    padding: 12px 25px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
  }
  
  header .h_subMenu .main_name {
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 4px
  }
  
  header .h_subMenu .arrow {
    background: url(/assets/img/allow-right.svg) no-repeat 50%;
    -webkit-filter: brightness(.3);
    filter: brightness(.3);
    background-size: 8px;
    display: block;
    position: absolute;
    width: 22px;
    height: 25px;
    top: 50%;
    right: 90px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s
  }
  
  @media screen and (min-width:768px) {
    header .h_subMenu .arrow {
      display: none
    }
  }
  
  header .h_subMenu .subList {
    display: none;
    background: #232426;
    font-size: 12px;
    color: #d9d9d9;
    position: absolute;
    width: 100%;
    padding: 0 6.5% 10px;
    top: 100%;
    left: 0
  }
  
  @media screen and (min-width:768px) {
    header .h_subMenu .subList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: unset;
      color: unset;
      position: absolute;
      top: 50%;
      left: unset;
      right: 115px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      width: auto
    }
  }
  
  @media screen and (min-width:768px) {
    header .h_subMenu .subList li {
      -webkit-transition: .3s;
      transition: .3s;
      margin: 0 10px;
      border-bottom: 1px solid #fff
    }
  }
  
  @media screen and (min-width:768px) {
    header .h_subMenu .subList li:hover {
      border-bottom: 1px solid #000;
      -webkit-transition: .3s;
      transition: .3s
    }
  }
  
  @media screen and (min-width:768px) {
    header .h_subMenu .subList li:hover>a {
      color: #000;
      -webkit-transition: .3s;
      transition: .3s
    }
  }
  
  header .h_subMenu .subList li a {
    display: block;
    padding: 15px 0 15px 15px;
    border-top: 1px solid #828181
  }
  
  @media screen and (min-width:768px) {
    header .h_subMenu .subList li a {
      display: inline-block;
      padding: 0 5px;
      border-top: none;
      color: #969696
    }
  }
  
  header .h_subMenu .buy a {
    background: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 0 14px;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 17px
  }
  
  header .h_subMenu .menu_bar.on-click {
    background: #232426
  }
  
  header .h_subMenu .menu_bar.on-click .main_name {
    color: #cecece
  }
  
  header .h_subMenu .menu_bar.on-click .arrow {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
  }
  
  header .h_subMenu.pro_menu {
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid transparent
  }
  
  header .h_subMenu.pro_menu .main_name {
    color: #fff;
    letter-spacing: .04em;
    font-weight: 400
  }
  
  #deep .h_subMenu.deep_menu, #professional .h_subMenu.pro_menu {
    display: block
  }
  
  #map header {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, .5)
  }
  
  #map header .h_common .container {
    display: none;
    height: 0;
    overflow: hidden
  }
  
  @media screen and (min-width:768px) {
    #map header .h_common .container {
      display: unset;
      height: unset;
      overflow: unset
    }
  }
  
  #map header .h_common .containerMapHeader {
    display: block
  }
  
  #map header .spMenu .hamburgerBtn {
    top: 45px;
    z-index: 15
  }
  
  #map header .spMenu .hamburgerBtn.on-click {
    top: 14px
  }
  
  #map header .spMenu .hamburgerBtn span {
    background: #000
  }
  
  #map header .spMenu .hamburgerBtn.on-click span {
    background: #cecece
  }
  
  #map header .spMenu .spMenu_inner .spMenu_btn-detail .mapHeadLogo a {
    display: block
  }
  
  .news {
    padding: 30px 40px 15px;
    background: #f5e461;
    overflow: hidden
  }
  
  @media screen and (min-width:1024px) {
    .news {
      padding: 30px 0 15px
    }
  }
  
  .news h2 {
    font-size: 18px;
    margin: 0 auto 15px;
    max-width: 1100px;
    width: 100%
  }
  
  @media screen and (min-width:1024px) {
    .news h2 {
      padding: 0 40px
    }
  }
  
  .news ul.newsList {
    margin: auto;
    max-width: 1100px;
    width: 100%
  }
  
  @media screen and (min-width:1024px) {
    .news ul.newsList {
      padding: 0 40px;
      max-height: unset;
      overflow-y: unset
    }
  }
  
  .news ul.newsList li {
    margin-bottom: 15px
  }
  
  .news ul.newsList li .newsList_item {
    color: #454545;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  @media screen and (min-width:768px) {
    .news ul.newsList li .newsList_item {
      font-size: 15px
    }
  }
  
  .news ul.newsList li .newsList_item:hover>p.news_title {
    border-bottom: 1px solid #000
  }
  
  .news ul.newsList li .newsList_item p.date {
    margin-bottom: 3px;
    margin-right: 15px
  }
  
  .news ul.newsList li .newsList_item p.news_title {
    padding-right: 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #f5e461;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  
  .news ul.newsList li .newsList_item p.news_title:after {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .news ul.newsList li .newsList_item p.news_title:hover:after {
    right: -4px
  }
  
  .news ul.newsList li .newsList_item.inactive {
    pointer-events: none
  }
  
  .news ul.newsList li .newsList_item.inactive p.news_title:after {
    display: none
  }
  
  .pankuzu {
    padding: 30px 40px 0;
    background: #000
  }
  
  .pankuzu ul {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1020px;
    width: 100%;
    margin: auto
  }
  
  .pankuzu ul li {
    position: relative
  }
  
  .pankuzu ul li:not(:last-child) {
    padding-right: 40px
  }
  
  .pankuzu ul li:not(:last-child):after {
    content: url(/assets/img/allow-right-b.svg);
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  
  footer {
    padding: 0 40px 30px;
    background: #000;
    color: #fff;
    overflow: hidden
  }
  
  @media screen and (min-width:1024px) {
    footer {
      padding: 0 40px 60px
    }
  }
  
  footer .footer_inner {
    max-width: 1020px;
    width: 100%;
    margin: auto
  }
  
  @media screen and (min-width:768px) {
    footer .footer_inner .f-sitemap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }
  
  footer .footer_inner .f-sitemap .f-logo {
    margin-top: 50px;
    text-align: center
  }
  
  @media screen and (min-width:768px) {
    footer .footer_inner .f-sitemap .f-logo {
      width: 100%
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-sitemap .f-logo {
      width: auto;
      margin-right: 90px
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-sitemap .f-logo img {
      width: 200px
    }
  }
  
  @media screen and (min-width:768px) {
    footer .footer_inner .f-sitemap ul.listBox {
      width: 33%
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-sitemap ul.listBox {
      width: auto
    }
  }
  
  footer .footer_inner .f-sitemap ul.listBox li a {
    position: relative
  }
  
  footer .footer_inner .f-sitemap ul.listBox li a.pcLink {
    display: none
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-sitemap ul.listBox li a.pcLink {
      display: block
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-sitemap ul.listBox li a.spLink {
      display: none
    }
  }
  
  footer .footer_inner .f-sitemap ul.listBox li a.windowLink:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -15px;
    background-image: url(/assets/img/icon-link-arrow.png);
    -webkit-filter: invert(.7);
    filter: invert(.7);
    background-repeat: no-repeat;
    background-size: 8px;
    margin-top: -4px
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.first {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 50px 0 15px
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.first.noLink a {
    cursor: auto
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.first a {
    color: #fff
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.second {
    font-size: 14px;
    margin-bottom: 12px
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.second a:hover {
    color: #fff
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.product_bg {
    background-repeat: no-repeat;
    background-position: center left 5px
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.product_bg a {
    padding: 20px 0 20px 50px;
    display: block
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.product_bg.pro {
    background-image: url(/assets/img/icon_professional.svg)
  }
  
  footer .footer_inner .f-sitemap ul.listBox li.product_bg.deep {
    background-image: url(/assets/img/icon_deep.svg)
  }
  
  footer .footer_inner .f-sns {
    border-bottom: 1px solid #898989
  }
  
  footer .footer_inner .f-sns ul {
    width: 100%;
    max-width: 222px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0 20px
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-sns ul {
      max-width: 160px;
      padding: 0 0 20px;
      margin: 20px 0 25px;
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: normal
    }
  }
  
  footer .footer_inner .f-sns ul li a:hover>img.normalImg, footer .footer_inner .f-sns ul li img.hoverImg {
    display: none
  }
  
  footer .footer_inner .f-sns ul li a:hover>img.hoverImg {
    display: block
  }
  
  footer .footer_inner .f-subSitemap {
    margin: 30px 0 0
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-subSitemap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin: 20px 0 0
    }
  }
  
  footer .footer_inner .f-subSitemap ul.otherLink {
    margin: 0 0 15px;
    overflow: hidden
  }
  
  @media screen and (min-width:768px) {
    footer .footer_inner .f-subSitemap ul.otherLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-subSitemap ul.otherLink {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      margin: 0
    }
  }
  
  footer .footer_inner .f-subSitemap ul.otherLink li {
    font-size: 12px;
    margin-bottom: 13px
  }
  
  @media screen and (min-width:768px) {
    footer .footer_inner .f-subSitemap ul.otherLink li {
      margin: 0 15px
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-subSitemap ul.otherLink li {
      margin: 0 0 0 15px
    }
  }
  
  footer .footer_inner .f-subSitemap .copyright {
    color: #c4c4c4;
    font-size: 12px
  }
  
  @media screen and (min-width:768px) {
    footer .footer_inner .f-subSitemap .copyright {
      text-align: center
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-subSitemap .copyright {
      text-align: left
    }
  }
  
  footer .footer_inner .f-subSitemap .copyright span {
    display: block;
    margin: 7px 0
  }
  
  @media screen and (min-width:768px) {
    footer .footer_inner .f-subSitemap .copyright span {
      display: inline-block
    }
  }
  
  @media screen and (min-width:1024px) {
    footer .footer_inner .f-subSitemap .copyright span {
      margin: 0
    }
  }
  
  #map footer a {
    color: #cecece
  }
  
  #top ul.pankuzu {
    display: none
  }
  
  .mordal-gaiyo {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    display: none
  }
  
  .mordal-gaiyo.active {
    display: block
  }
  
  .mordal-gaiyo .gaiyo-bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0
  }
  
  .mordal-gaiyo .gaiyo-closeButton {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer
  }
  
  .mordal-gaiyo .gaiyo-closeButton span {
    display: block;
    width: 18px;
    height: 18px;
    position: relative
  }
  
  @media screen and (min-width:768px) {
    .mordal-gaiyo .gaiyo-closeButton span {
      width: 28px;
      height: 28px
    }
  }
  
  .mordal-gaiyo .gaiyo-closeButton span:after, .mordal-gaiyo .gaiyo-closeButton span:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 45%;
    left: 0
  }
  
  @media screen and (min-width:768px) {
    .mordal-gaiyo .gaiyo-closeButton span:after, .mordal-gaiyo .gaiyo-closeButton span:before {
      height: 2px
    }
  }
  
  .mordal-gaiyo .gaiyo-closeButton span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .mordal-gaiyo .gaiyo-closeButton span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  
  @media screen and (min-width:768px) {
    .mordal-gaiyo .gaiyo-closeButton {
      top: 27px;
      right: 27px
    }
  }
  
  .mordal-gaiyo .gaiyo-closeButton:hover {
    opacity: .7
  }
  
  .mordal-gaiyo .gaiyo-container {
    width: calc(100% - 80px);
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    font-weight: 400;
    max-height: 100%;
    overflow-y: auto
  }
  
  .mordal-gaiyo .gaiyo-container .gaiyo-inner {
    width: 100%;
    margin-top: 57px;
    margin-bottom: 57px
  }
  
  .mordal-gaiyo .company-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    line-height: 1.9
  }
  
  .mordal-gaiyo .contents {
    margin-top: 40px;
    font-size: 14px
  }
  
  @media screen and (min-width:768px) {
    .mordal-gaiyo .contents {
      font-size: 16px;
      margin-top: 60px
    }
  }
  
  .mordal-gaiyo .contents .content:nth-child(n+2) {
    margin-top: 19px
  }
  
  .mordal-gaiyo .contents .content .title {
    color: #afafaf;
    margin-bottom: 10px
  }
  
  .mordal-gaiyo .contents .content .txt {
    color: #fff;
    line-height: 1.7
  }
  
  .mordal-gaiyo .contents .content .list li {
    position: relative
  }
  
  .mordal-gaiyo .contents .content .list li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    margin: 0 8px 3px 6px;
    border-radius: 99px
  }
  
  .mordal-dealerList {
    width: 100%;
    padding-top: 25px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    display: none
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList {
      font-size: 28px;
      padding: 28px 0
    }
  }
  
  .mordal-dealerList.active {
    display: block
  }
  
  .mordal-dealerList .dealerList-bg {
    width: 100%;
    height: 100%;
    background: rgba(80, 80, 80, .66);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
  }
  
  .mordal-dealerList .dealerList-container {
    height: 100%;
    margin: 0 auto;
    position: relative
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container {
      width: 693px
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner {
    width: 100%;
    max-width: 580px;
    max-height: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-inner {
      border-radius: 20px;
      padding: 25px 0 37px
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents {
    width: calc(100% - 3px);
    height: 100%;
    margin: 0 auto;
    overflow-y: visible
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents {
      position: relative;
      overflow-y: auto
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .title {
    height: 58px;
    line-height: 33.6px;
    color: #454545;
    text-align: center;
    font-size: 20px;
    margin: 0 auto
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .title {
      height: 127px;
      width: 400px;
      font-size: 24px;
      line-height: 127px;
      position: fixed;
      top: 28px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fff
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer {
    height: calc(100% - 83px);
    overflow-y: auto;
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer {
      overflow-y: visible;
      padding-top: 104px
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer .list {
    width: calc(100% - 44px);
    max-width: 374px;
    margin: 0 auto;
    padding: 17px 15px 33px;
    color: #454545;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer .list {
      overflow-y: visible;
      padding: 0 25px 20px;
      margin: 0 auto
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer .list li {
    font-size: 14px;
    border-top: 1px solid #d9d9d9;
    padding: 21px 15px
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer .list li {
      font-size: 16px
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer .list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    color: #004bb1;
    text-decoration: underline;
    margin-top: 6px
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer .list li a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url(../assets/img/icon_link.svg) no-repeat
  }
  
  .mordal-dealerList .dealerList-container .dealerList-inner .dealerList-contents .dealerList-listContainer .list li:last-child {
    border-bottom: 1px solid #d9d9d9
  }
  
  .mordal-dealerList .dealerList-container .dealerList-closeButton {
    position: absolute;
    cursor: pointer
  }
  
  .mordal-dealerList .dealerList-container .dealerList-closeButton span {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer
  }
  
  .mordal-dealerList .dealerList-container .dealerList-closeButton span:after, .mordal-dealerList .dealerList-container .dealerList-closeButton span:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 45%;
    left: 0;
    background: #707070
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-closeButton span:after, .mordal-dealerList .dealerList-container .dealerList-closeButton span:before {
      background: #fff
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-closeButton span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .mordal-dealerList .dealerList-container .dealerList-closeButton span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-closeButton {
      display: none
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-closeButton.closeButton-pc {
    display: none;
    top: 0;
    right: 0
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-closeButton.closeButton-pc {
      display: block
    }
  }
  
  .mordal-dealerList .dealerList-container .dealerList-closeButton.closeButton-sp {
    display: block;
    top: 21px;
    right: 25px
  }
  
  @media screen and (min-width:768px) {
    .mordal-dealerList .dealerList-container .dealerList-closeButton.closeButton-sp {
      display: none
    }
  }
  
  .conversion_container {
    gap: 10px
  }
  
  .btn_outline, .conversion_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .btn_outline {
    border-radius: 4px;
    color: #5a5a5a;
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #707070;
    line-height: 1
  }
  
  .f-lang {
    position: relative
  }
  
  .f-langSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 0
  }
  
  @media screen and (min-width:1024px) {
    .f-langSelect {
      margin-top: 30px
    }
  }
  
  .f-langPanel {
    position: absolute;
    color: #5a5a5a;
    font-size: 16px;
    background-color: #fff;
    width: 295px;
    padding: 20px;
    bottom: 40px;
    display: none
  }
  
  @media screen and (min-width:1024px) {
    .f-langPanel {
      margin-top: 18px
    }
  }
  
  .f-langItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .f-langPanelTitle {
    margin-bottom: 20px;
    text-align: center
  }
  
  .f-langItemLink {
    padding: 15px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear
  }
  
  .f-langItemLink:hover {
    opacity: .7
  }
  
  .f-langRegion {
    color: #5a5a5a
  }
  
  .f-langName {
    color: #b5b5b5
  }
  
  .h_subMenu.pro_menu .buy a {
    background-color: transparent;
    border: 1px solid #fff
  }



/*for one truist */
button#onetrust-reject-all-handler,
img.ot-bnr-logo,
.ot-pc-logo,
.ot-pc-footer-logo{
display:none!important;
}
button#onetrust-pc-btn-handler{
border: none!important;
padding: 0 !important;
text-decoration: underline !important;
}
button#onetrust-reject-all-handler,
img.ot-bnr-logo,
.ot-pc-logo,
.ot-pc-footer-logo{
display:none!important;
}
button#onetrust-pc-btn-handler{
border: none!important;
padding: 0 !important;
text-decoration: underline !important;
}

.ot-floating-button__front.custom-persistent-icon,
.ot-floating-button__back.custom-persistent-icon{
  display: none!important;
}
button#onetrust-pc-btn-handler:focus{
  outline-width: 0px!important;
}

#onetrust-button-group{
  display: flex!important;
  flex-direction: column-reverse!important;
  width: 100%!important;
  padding: 0 20px!important;
  box-sizing: border-box!important;
}

#onetrust-accept-btn-handler{
  margin-bottom: 10px!important;
}
@media screen and (min-width: 897px){
  .ot-sdk-container .ot-sdk-row{
  display: flex!important;
  align-items: center;
  }
} 

@media screen and (max-width: 896px) {


}
