@font-face {
    font-family: SHanSanR;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Regular.otf");
    font-display: swap;
}
@font-face {
    font-family: SHanSanB;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Bold.otf");
    font-display: swap;
}
@font-face {
    font-family: SHanSanE;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-ExtraLight.otf");
    font-display: swap;
}
@font-face {
    font-family: SHanSanH;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Heavy.otf");
    font-display: swap;
}
@font-face {
    font-family: SHanSanL;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Light.otf");
    font-display: swap;
}
@font-face {
    font-family: SHanSanM;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Medium.otf");
    font-display: swap;
}
@font-face {
    font-family: SHanSanN;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Normal.otf");
    font-display: swap;
}
@font-face {
    font-family: DINMStd;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/DINMittelschriftStd.otf");
    font-display: swap;
}
@font-face {
    font-family: AR PL KaitiM GB;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/AR PL KaitiM GB.ttf");
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    background-attachment: fixed;
    width: 100%;
    /*height: 100%;*/
    font-family: SHanSanR;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td, figure {
    margin: 0;
    padding: 0;
    direction: ltr;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

img[src="https://aax-fe.amazon-adsystem.com/s/iui3?d=forester-did&ex-fargs=%3Fid%3D5727416a-b5ee-ccaf-1042-e6671bde7d97%26type%3DUNKNOWN%26m%3D6&ex-fch=416613&ex-src=p-bandai.jp/&ex-hargs=v%3D1.0%3Bc%3D8606569110203%3Bp%3D5727416A-B5EE-CCAF-1042-E6671BDE7D97"] {
    display: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

b {
    font-weight: bold;
    font-family: SHanSanB;
}

i {
    font-style: italic;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #f4f4f4;
}
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #f4f4f4;
}
.table .table {
    background-color: #fff;
}
.table-bordered {
    border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

#_overflow {
    position: relative;
    overflow-y: auto;
    z-index: 0;
}

header {
    background-color: #fff;
    z-index: 20;
    position: relative;
}

header .inner {
    display: flex;
    align-items: center;
    height: 60px;
    z-index: 20;
    position: relative;
    max-width: 1200px;
    margin: auto;
}

header h1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

header h1 a {
    max-width: 230px;
    display: block;
}

header .pc-nav {
    display: none;
}

header .search {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

header .search svg {
    width: 22px;
    height: auto;
    fill: #00a6ec;
}

header .search .close {
    display: none;
    fill: #fff;
}

header .nav {
    width: 50px;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .nav .hbg {
    height: 22px;
    width: auto;
    fill: #00a6ec;
}

header .nav .close {
    width: 22px;
    display: none;
    fill: #fff;
}

.search-on header .search {
    background-color: #323232 !important;
}

.search-on header .search .glass {
    display: none;
}

.search-on header .search .close {
    display: block;
}

.nav-on header .nav {
    background-color: #323232 !important;
}

.nav-on header .nav .hbg {
    display: none;
}

.nav-on header .nav .close {
    display: block;
}

#header-cnt {
    position: absolute;
    z-index: 20;
    width: 100%;
    background-color: #323232;
}

#header-cnt .wrap {
    position: relative;
    overflow-y: auto;
    height: 0;
    transition: all ease .2s;
}

#header-cnt .search {
    display: none;
}

#header-cnt .search .inner {
    overflow: hidden;
}

#header-cnt .search .text {
    position: relative;
    width: 95%;
    margin: 20px auto 15px;
}

#header-cnt .search .text input[type="text"] {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    border-radius: 50px;
    font-family: "Noto Sans JP", arial, sans-serif;
    color: #333;
    border: none;
    outline: none;
}

#header-cnt .search .text input[type="text"]::placeholder {
    color: #929292;
}

#header-cnt .search .text input[type="submit"] {
    position: absolute;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    background-image: url(../img/header-glass.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#header-cnt .search .btn {
    width: 95%;
    margin: 0 auto 30px;
}

#header-cnt .search .btn input {
    border: none;
    background: #35363A;
    color: #fff;
    padding: 0 15px;
    border-radius: 20px;
    cursor: pointer;
    width: auto;
    margin-right: 7px;
    font-size: 13px;
    outline: none;
    font-family: "Noto Sans JP", arial, sans-serif;
    height: 27px;
    appearance: none;
}

#header-cnt .search .search-swiper-btn {
    width: 30px;
    height: 100%;
    background: linear-gradient(left, #323232, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 1;
}

#header-cnt .search .search-swiper-btn::after {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-image: url(../img/search-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#header-cnt .search .search-swiper-next {
    background: linear-gradient(right, #323232, transparent);
    left: auto;
    right: 0;
}

#header-cnt .search .search-swiper-next::after {
    background-image: url(../img/search-next.svg);
    right: 0;
    left: auto;
}

#header-cnt .search .swiper-button-disabled {
    opacity: 0;
}

#header-cnt .nav {
    width: 100%;
    background-color: rgba(50, 50, 50, 0.6);
    font-size: 14px;
    font-family: SHanSanB;
    color: #fff;
    display: none;
}

#header-cnt .nav .h-big {
    position: relative;
    border-bottom: 1px solid #323232;
    font-size: 14px;
}

#header-cnt .nav .h-big a {
    border-bottom: 0;
}

/*#header-cnt .nav .h-big::before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 90%;
    background-color: #01AFED;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}*/

#header-cnt .nav .h-midium {
    font-size: 14px;
}

#header-cnt .nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #323232;
    /*padding: 15px;*/
    position: relative;
}

#header-cnt .site_guide_title a{
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #323232;
    position: relative;
    background-color: #323232;
}
#header-cnt .site_guide a{
    display: inline;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #323232;
    position: relative;
    background-color: #323232;
}
#header-cnt .site_guide p {
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #323232;
    position: relative;
    background-color: #323232;
    font-size: 14px;
    padding: 5px 0;
}

#header-cnt .nav a::after {
    content: "";
    display: block;
    /*background-image: url(/cmn/img/footer-arrow.svg);*/
    position: absolute;
    right: 10px;
    top: 46%;
    /*transform: translateY(-50%);*/
    transform:rotate(45deg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#header-cnt .nav a span {
    position: relative;
    font-size: 18px;
    font-family: SHanSanB;
    /*padding-left: 25px;*/
}

#header-cnt .nav a span svg {
    fill: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#header-cnt .nav a.gunpla span, #header-cnt .nav a.chara span {
    padding: 0 0 0 35px;
    position: relative;
}

#header-cnt .nav a.gunpla span svg, #header-cnt .nav a.chara span svg {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#header-cnt .nav .parent::before {
    content: "";
    display: block;
    background: none;
    position: absolute;
    right: 14px;
    top: 50%;
    /*transform: translateY(-50%);*/
    transform:rotate(45deg);
    /*transform: matrix(0.71,0.71,-0.71,0.71,0,0);*/
    transition: all ease .3s;
    width: 2px;
    height: 10px;
    background-color: #fff;
}

#header-cnt .nav .parent::after {
    background: none;
    width: 10px;
    height: 2px;
    background-color: #fff;
}

#header-cnt .nav .hbg-on::before {
    /*transform:rotate(45deg);*/
    /*transform: translateY(-50%) rotate(90deg);*/
}
#header-cnt .nav .hbg-on::after{
    right: 16px;
    top: 58%;
    transform: rotate(45deg);
}

#header-cnt .nav .child {
    height: 0;
    /*overflow: hidden;*/
    transition: all ease .2s;
}

#header-cnt .nav .child .inner {
    transition: all ease .2s;
    margin-left: auto;
}

#header-cnt .nav .child .inner a {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #323232;
}
#header-cnt .nav .child .inner p {
    font-size: 14px;
    border: none;
    padding: 5px 0;
    margin: 0;
}

#header-cnt .nav .child .inner a:nth-child(n + 3) {
    border-bottom: 0;
}

#header-cnt .nav .child .inner a::after {
    width: 12px;
    height: 12px;
}
#header-cnt .nav a.site_guide_title{
    border-bottom: 1px solid #D7D7D7;
}
#header-cnt .nav .child .relation_site a{
    border-bottom: 1px solid #D7D7D7;
}
#header-cnt .nav .child .relation_site a:nth-child(n + 3){
    border-bottom: 1px solid #D7D7D7;
}
#header-cnt .nav .child .site_guide .imgs a{
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

#header-cnt .nav .imgs-btn{
  width: 27px;
  height: 27px;
  margin-right: 1px;
}
#header-cnt .nav .imgs-btn:hover{
    width: 23px;
    height: 23px;
    border: 2px solid #fff;
    border-radius: 8px;
}

#header-cnt .nav .imgs{
  position: relative;
  background-color: #323232;
  padding: 5px 0;
}
#header-cnt .nav .imgs .weibo-div{
  display: none;
  position: absolute;
  left: -46px;
  bottom: -128px;
  z-index: 999;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 0 3px #888888;
}
#header-cnt .nav .imgs .weibo-div:after {
  position: absolute;
  display: inline-block;
  bottom: 117px;
  left: 57px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 3px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 1px #c3c3c3;
}

#header-cnt .nav .imgs .weixin-div{
  display: none;
  position: absolute;
  left: -15px;
  bottom: -128px;
  z-index: 999;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 0 3px #888888;
}
#header-cnt .nav .imgs .weixin-div:after {
  position: absolute;
  display: inline-block;
  bottom: 117px;
  left: 57px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 3px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 1px #c3c3c3;
}

#header-cnt .nav .imgs .douyin-div{
  display: none;
  position: absolute;
  left: 17px;
  bottom: -128px;
  z-index: 999;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 0 3px #888888;
}
#header-cnt .nav .imgs .douyin-div:after {
  position: absolute;
  display: inline-block;
  bottom: 117px;
  left: 57px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 3px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 1px #c3c3c3;
}
#header-cnt .nav .imgs .weibo-div.active,
#header-cnt .nav .imgs .weixin-div.active,
#header-cnt .nav .imgs .douyin-div.active{
  display: block;
}

#mainnav {
    position: relative;
    background-color: #fff;
    padding-bottom: 5px;
    z-index: 15;
}

#mainnav .mainnav-inner {
    display: flex;
    width: 98%;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
}

#mainnav a {
    display: block;
    width: 100%;
    margin-right: 1%;
    height: 100%;
    color: #00a6ec;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: linear-gradient(150deg, #fff 0, #fff 50%, #E9F6FF 51%, #fff 100%);
    border: 2px solid #F1F1F1;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 3px 0 #F0F1F1;
}

#mainnav a:last-child {
    margin-right: 0;
}

#mainnav a .inner {
    margin-top: 8px;
}

#mainnav a i {
    display: block;
    height: 23px;
}

#mainnav a svg {
    height: 100%;
    fill: #00a6ec;
}

#mainnav a span {
    display: block;
    margin: 5px auto;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
}

#mainnav a.nav_gbase {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.nav_gbase img {
    width: 85%;
}

#mainnav-cnt {
    position: absolute;
    width: 100%;
    background-color: #323232;
    z-index: 50;
    height: 0;
    /*overflow: hidden;*/
    /*margin-top: -7px;*/
    overflow-y: auto;
    max-height: 100%;
}

#mainnav-cnt .special {
    display: none;
    overflow: hidden;
}

#mainnav-cnt .special h4 {
    font-size: 13px;
    font-weight: bold;
}

#mainnav-cnt .special .swiper-parent {
    margin: 0 auto;
    padding: 20px 0;
    width: 95%;
}

#mainnav-cnt .special .swiper-parent .swiper-container {
    margin: auto;
    display: none;
    overflow: visible;
}

#mainnav-cnt .special .swiper-parent .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

#mainnav-cnt .special .swiper-parent .swiper-slide a {
    width: 32%;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
    margin-right: 2%;
}

#mainnav-cnt .special .swiper-parent .swiper-slide a:nth-child(3n) {
    margin-right: 0;
}

#mainnav-cnt .special .swiper-parent .swiper-slide a .img {
    margin-bottom: 5px;
    overflow: hidden;
    border: 1px solid #333;
    box-sizing: border-box;
}

#mainnav-cnt .special .swiper-parent .swiper-slide a img {
    width: 100%;
}

#mainnav-cnt .special .swiper-parent .swiper-slide a p {
    margin-top: 5px;
    font-size: 12px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    font-weight: bold;
}

#mainnav-cnt .special .swiper-parent .swiper-slide .new {
    position: relative;
}

#mainnav-cnt .special .swiper-parent .swiper-slide .new::after {
    content: "NEW";
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FF5569;
    border-radius: 100px;
    top: -10px;
    left: -5px;
}



#mainnav-cnt .special .brand-theWork {
    margin: 20px 0 20px;
}

#mainnav-cnt .special .feature-serialization {
    padding-bottom: 30px;
}

#mainnav-cnt .special .fun-to-build {
    padding-bottom: 30px;
}

#mainnav-cnt .gunpla {
    display: none;
    overflow: hidden;
}

#mainnav-cnt .gunpla .special-btn {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    max-width: 300px;
}

#mainnav-cnt .gunpla .special-btn img {
    width: 60%;
}

#mainnav-cnt .gunpla .special-btn span {
    color: #fff;
    margin-top: 5px;
    position: relative;
    padding-right: 10px;
    display: block;
    font-weight: bold;
}

/*#mainnav-cnt .gunpla .special-btn span::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 0;
}*/

#mainnav-cnt .chara {
    display: none;
    overflow: hidden;
}

#mainnav-cnt .chara .special-btn {
    margin: 30px auto 0;
    text-align: center;
}

#mainnav-cnt .chara .special-btn img {
    height: 30px;
    margin: 0 0 5px 0;
}

#mainnav-cnt .chara .special-btn span {
    color: #fff;
    margin-top: 5px;
    position: relative;
    padding-right: 10px;
    display: block;
    font-weight: bold;
}

#mainnav-cnt h4 {
    color: #fff;
    background-color: #35363A;
    padding: 12px 0;
    font-weight: normal;
    font-size: 12px;
    margin-top: 20px;
}

#mainnav-cnt h4 svg {
    margin-right: 10px;
    height: 15px;
    width: auto;
    fill: #fff;
}

#mainnav-cnt h4 .inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

#mainnav-cnt .cnt {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    width: 90%;
    margin: 20px auto 0;
}

#mainnav-cnt .cnt a {
    display: flex;
    flex-direction: column;
    width: 31%;
    color: #fff;
    margin-bottom: 20px;
}

#mainnav-cnt .cnt a span {
    margin-top: 5px;
    font-size: 12px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#mainnav-cnt .cnt a .img {
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
}

#mainnav-cnt .cnt a img {
    width: 100%;
}

#mainnav-cnt .cnt-more-btn{
    color: #fff;
    text-align: center;
    text-decoration: underline;
    margin: 0 auto;
    padding: 0 0 5px;
    width: 200px;
    cursor: pointer;
}

#mainnav-cnt .more-btn {
    margin: 0 auto 50px;
    width: 250px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainnav-cnt .more-btn span {
    position: relative;
    padding-right: 20px;
}

#mainnav-cnt .more-btn span::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    top: 50%;
    right: 0;
}

#mainnav .open,
header .pc-nav .open {
    background: #323232;
    color: #fff;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
#mainnav .open{
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #323232;
}

#mainnav .open svg path,
header .pc-nav .open svg path {
    fill: #fff;
}

#mainnav .open::before,
header .pc-nav .open::before {
    display: none;
}

footer {
    background-color: #323232;
    color: #fff;
    overflow: hidden;
}

footer .sns {
    margin-bottom: 10px;
}

footer .sns span {
    display: block;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;
}

footer .sns .inner {
    display: flex;
    justify-content: center;
}

footer .sns a {
    display: block;
    width: 45px;
    margin-right: 15px;
}

footer .sns a:last-child {
    margin-right: 0;
}

footer nav {
    display: none;
}

footer .note {
    display: flex;
    width: 95%;
    margin: 0 auto;
    align-items: flex-start;
    padding: 15px 0;
    justify-content: center;
    font-family: SHanSanB;
}

footer .note a {
    width: 81px;
    margin-right: 10px;
    flex: none;
}

footer .note span {
    font-size: 14px;
}

footer .note a:last-child {
    display: none;
    width: 220px;
}

footer .bnlogo {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
}

footer .bnlogo img {
    width: 220px;
}

footer .copyright {
    background: #35363A;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
}

footer .copyright span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
}

footer .copyright svg {
    height: 6px;
    fill: #fff;
    margin-left: 5px;
}

footer .copyright .arrow-on {
    display: none;
}

footer .copyright .on .arrow-on {
    display: block;
}

footer .copyright .on .arrow-off {
    display: none;
}

footer .copyright .dtl {
    height: 10px;
}

footer .copyright .print-area {
    display: none;
    text-align: left;
    font-size: 10px;
    padding: 5px 10px 0;
}
footer .footer_beian{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-family: SHanSanB;
}
footer .footer_beian a{
    color: #fff;
}

#overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 30%;
    width: 26px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2054.6'%3E%3Cpath%20style%3D'fill%3A%23F0F0F0%3B'%20d%3D'M0.55%2C0C0.36%2C0%2C0.18%2C0.03%2C0%2C0.04v17.12v20.29v17.11c0.19%2C0.01%2C0.37%2C0.04%2C0.55%2C0.04C11.28%2C54.6%2C20%2C42.35%2C20%2C27.3S11.28%2C0%2C0.55%2C0z'%2F%3E%3Cpolygon%20style%3D'fill%3A%23C8C8C8%3B'%20points%3D'10.09%2C20.77%204.04%2C27.3%2010.09%2C33.83%2011.51%2C32.3%206.9%2C27.3%2011.51%2C22.3%20'%2F%3E%3C%2Fsvg%3E");
    opacity: 1;
    border: 0;
    outline: none;
}

.swiper-button-next.swiper-button-disabled {
    cursor: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2054.6'%3E%3Cpath%20style%3D'fill%3A%23F0F0F0%3B'%20d%3D'M19.45%2C54.6c0.19%2C0%2C0.37-0.03%2C0.55-0.04l0-17.12l0-20.29l0-17.11C19.81%2C0.03%2C19.63%2C0%2C19.45%2C0C8.72%2C0%2C0%2C12.25%2C0%2C27.3S8.72%2C54.6%2C19.45%2C54.6z'%2F%3E%3Cpolygon%20style%3D'fill%3A%23C8C8C8%3B'%20points%3D'9.91%2C33.83%2015.96%2C27.3%209.91%2C20.77%208.49%2C22.3%2013.1%2C27.3%208.49%2C32.3%20'%2F%3E%3C%2Fsvg%3E");
    opacity: 1;
    border: 0;
    outline: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2054.6'%3E%3Cpath%20style%3D'fill%3A%2300AEF1%3B'%20d%3D'M0.55%2C0C0.36%2C0%2C0.18%2C0.03%2C0%2C0.04v17.12v20.29v17.11c0.19%2C0.01%2C0.37%2C0.04%2C0.55%2C0.04C11.28%2C54.6%2C20%2C42.35%2C20%2C27.3S11.28%2C0%2C0.55%2C0z'%2F%3E%3Cpolygon%20style%3D'fill%3A%23FFFFFF%3B'%20points%3D'10.09%2C20.77%204.04%2C27.3%2010.09%2C33.83%2011.51%2C32.3%206.9%2C27.3%2011.51%2C22.3%20'%2F%3E%3C%2Fsvg%3E");
    left: -2.6%;
    right: auto;
    border: 0;
    outline: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2054.6'%3E%3Cpath%20style%3D'fill%3A%2300AEF1%3B'%20d%3D'M19.45%2C54.6c0.19%2C0%2C0.37-0.03%2C0.55-0.04V37.44V17.15V0.04C19.81%2C0.03%2C19.63%2C0%2C19.45%2C0C8.72%2C0%2C0%2C12.25%2C0%2C27.3S8.72%2C54.6%2C19.45%2C54.6z'%2F%3E%3Cpolygon%20style%3D'fill%3A%23FFFFFF%3B'%20points%3D'9.91%2C33.83%2015.96%2C27.3%209.91%2C20.77%208.49%2C22.3%2013.1%2C27.3%208.49%2C32.3%20'%2F%3E%3C%2Fsvg%3E");
    right: -2.6%;
    left: auto;
    border: 0;
    outline: none;
}

.swiper-container-initialized {
    display: block !important;
}

body.popup {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

#popup {
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#popup .inner {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 5px;
    overflow: hidden;
    max-width: 1200px;
}

#popup .btn-container {
    background: #eee;
    padding: 15px;
    box-sizing: border-box;
}

#popup .btn-container .btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

#popup .btn-container button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: #bdbec3;
    width: 48%;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}

#popup .btn-container .open {
    background: #00a6ec;
}

#popup .btn-container .option input {
    margin: 0 2px 0 0;
    vertical-align: 0;
}

#popup .btn-container .option label {
    vertical-align: 2.5px;
    font-size: 13px;
}

.lazyload {
    opacity: .5;
    transition: all ease .5s;
    width: 100%;
}

.loaded {
    opacity: 1;
}

@media (max-width: 760px){
    header .pc-nav span{
        font-size: 14px;
    }
    #mainnav a span{
        font-size: 14px;
    }
    #mainnav-cnt .chara .special-btn {
        margin-top: 20px;
    }
    #mainnav-cnt .chara .special-btn img:not(.mobile) {
        display: none;
    }
    #mainnav-cnt .chara .special-btn img.mobile {
        height: 50px;
        margin: 0;
    }

    footer .note a{
        width: 47px;
    }
    footer .note a img{
        width: 47px;
        height: 47px;
    }
    footer .note span{
        font-size: 12px;
    }
    /*#mainnav-cnt .cnt {
        justify-content: flex-start;
    }*/
    #mainnav-cnt .cnt a:nth-child(n + 7) {
        display: flex;
    }
    #mainnav-cnt .cnt a {
        /*width: 23.5%;*/
        margin-right: 2%;
    }
    #backtotop {
        display: none;
        position: fixed;
        bottom: 10%;
        right: 10px;
        z-index: 1;
    }
    #backtotop img {
        width: 30px;
    }
}
@media (max-width: 979px) {
    #header-static{
        height: 60px;
    }
    header {
        position: fixed;
        top: 0;
        width: 100%;
    }
    header .pc-nav span{
        font-size: 14px;
    }
    #header-cnt{
        position: fixed;
        top: 60px;
    }
    #header-cnt .nav a.pc{
        display: none!important;
    }
    #header-cnt .nav .h-big a {
        padding: 10px 0px;
        margin: 0 25px;
        background-color: #323232;
        border-bottom: 1px solid #fff;
    }
    #header-cnt .nav .h-big a span{
        border-left: 1px solid #fff;
        padding-left: 5px;
        font-size: 15px;
    }
    #header-cnt .nav .site_guide_title {
        padding: 10px 0px;
        margin: 0 25px;
        background-color: #323232;
        border-bottom: 1px solid #fff;
    }
    #header-cnt .nav .site_guide_title span{
        border-left: 1px solid #fff;
        padding-left: 5px;
        font-size: 15px;
    }
    #header-cnt .wrapper .site_guide{
        padding: 0 25px 80px;
    }
    #header-cnt .nav .child .inner a{
        padding: 10px 25px;
        font-size: 12px;
    }
    #header-cnt .nav .child .inner a::before{
        content: '';
        width: 5px;
        height: 2px;
        margin-right: 3px;
        background-color: #fff;
    }
    #header-cnt .nav .child .inner span{
        font-size: 12px;
    }
    #header-cnt .nav .child .inner p{
        position: relative;
        background-color: #323232;
        font-size: 12px;
    }
    #header-cnt .nav a.site_guide_title{
        border: none;
    }
    #header-cnt .nav .child .relation_site a{
        border-bottom: none;
    }
    #header-cnt .nav .child .relation_site a:nth-child(n + 3){
        border-bottom: none;
    }
    #header-cnt .nav .imgs{
        text-align: center;
    }
    #header-cnt .nav .imgs-btn{
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    #header-cnt .nav .imgs-btn:hover{
        width: 36px;
        height: 36px;
    }
    #header-cnt .nav .imgs .weibo-div,#header-cnt .nav .imgs .weixin-div,#header-cnt .nav .imgs .douyin-div{
        position: unset;
        left: 0;
        bottom: 0;
        margin: 15px auto;
    }
    #header-cnt .nav .imgs .weibo-div::after,#header-cnt .nav .imgs .weixin-div::after,#header-cnt .nav .imgs .douyin-div::after{
        content: none;
    }
    #header-cnt .site_guide p {
        font-size: 12px;
        border: none;
    }

    #mainnav-static{
        height: 65px;
    }
    #mainnav{
        position: fixed;
        top: 60px;
        width: 100%;
    }
    #mainnav a span{
        font-size: 14px;
    }
    #mainnav-cnt{
        position: fixed;
        top: 123px;
    }
    #ev-cp-wrap-begin,#special-content-begin{
        margin-top: -125px;
        padding-top: 125px;
        display: block;
    }
}
@media (min-width: 760px) {
    #mainnav-cnt .chara .special-btn img.character {
        margin-right: 10px;
    }
    #mainnav-cnt .chara .special-btn img.mobile {
        display: none;
    }

    header h1 a {
        max-width: 280px;
    }

    #mainnav a i img {
        height: 27px;
    }

    #mainnav a i svg {
        height: 27px;
    }

    #mainnav a span {
        transform: translateX(-50%) scale(0.9);
        /*margin-top: 7px;*/
    }

    #mainnav-cnt .cnt a {
        width: 23.5%;
        margin-right: 2%;
    }

    #mainnav-cnt .cnt a:nth-child(4n) {
        margin-right: 0;
    }

    #mainnav-cnt .cnt a:nth-child(n + 7) {
        display: flex;
    }

    #mainnav-cnt .swiper-slide a {
        width: 23.5% !important;
    }

    #mainnav-cnt .swiper-slide a:nth-child(3n) {
        margin-right: 2% !important;
    }

    #mainnav-cnt .swiper-slide a:nth-child(4n) {
        margin-right: 0 !important;
    }

    #mainnav-cnt .swiper-parent .swiper-slide a p {
        font-size: 14px;
    }

    #mainnav-cnt .special h4 {
        font-size: 14px;
    }

    footer .sns {
        margin-bottom: 20px;
    }

    footer .sns a {
        width: 50px;
        margin-right: 20px;
    }

    footer .note span{
        font-size: 12px;
    }
    footer .note a{
        width: 60px;
    }
    footer .note a img{
        width: 60px;
        height: 60px;
    }
    #backtotop {
        display: none!important;
    }
}

@media (min-width: 980px) {
    #header-cnt .search .text input[type="submit"] {
        cursor: pointer;
    }

    #mainnav {
        display: none;
    }

    #mainnav-cnt h4 .inner {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        box-sizing: border-box;
        align-items: center;
    }

    #mainnav-cnt h4 svg {
        height: 20px;
    }

    #mainnav-cnt h4 span {
        font-size: 14px;
    }

    #mainnav-cnt {
        margin-top: -10px;
    }

    #mainnav-cnt .cnt a {
        width: 15%;
    }

    #mainnav-cnt .cnt a:nth-child(4n) {
        margin-right: 2%;
    }

    #mainnav-cnt .cnt a:nth-child(6n) {
        margin-right: 0;
    }

    #mainnav-cnt .cnt a span {
        font-size: 13px;
    }

    #mainnav-cnt .cnt a {
        transition: all ease .2s;
    }

    #mainnav-cnt .cnt a:hover {
        opacity: .8;
    }

    #mainnav-cnt .cnt a img {
        transition: all ease .2s;
    }

    #mainnav-cnt .cnt a:hover img {
        transform: scale(1.05);
    }

    #mainnav-cnt .cnt {
        max-width: 1200px;
        padding: 12px 0px;
        /*padding: 12px 40px;*/
        box-sizing: border-box;
    }

    #mainnav-cnt .more-btn {
        transition: all ease .2s;
    }

    #mainnav-cnt .more-btn:hover {
        background-color: #fff;
        color: #323232;
    }

    #mainnav-cnt .more-btn span::after {
        transition: all ease .2s;
    }

    #mainnav-cnt .more-btn:hover span::after {
        border-color: #323232;
    }

    #mainnav-cnt .more-btn {
        width: 300px;
        height: 45px;
    }

    #mainnav-cnt .more-btn span {
        font-size: 15px;
    }

    #mainnav-cnt .gunpla .special-btn img {
        width: 100%;
    }

    #mainnav-cnt .special-btn img,
    #mainnav-cnt .special-btn span,
    #mainnav-cnt .special-btn span::after {
        transition: all ease .2s;
    }

    #mainnav-cnt .special-btn:hover img {
        opacity: .8;
    }

    #mainnav-cnt .special-btn:hover span {
        color: #00a6ec;
    }

    /*#mainnav-cnt .gunpla .special-btn:hover span::after {
        border-color: #00a6ec;
    }*/

    #mainnav-cnt .special .swiper-parent {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
        padding: 20px 0px 20px;
        /*padding: 20px 40px 20px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

    header {
        justify-content: space-between;
        height: 90px;
        padding: 10px 0;
    }

    header .pc-nav {
        display: flex;
        height: 60px;
        width: 78%;
        justify-content: center;
        align-items: center;
        padding: 0 1%;
    }

    header .pc-nav .before {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    header .pc-nav svg {
        margin: 0;
        fill: #00a6ec;
    }

    header .pc-nav .before svg {
        height: 19px;
        width: auto;
        margin-bottom: 5px;
    }

    header .pc-nav span {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
        position: relative;
    }

    header .pc-nav a {
        color: #00a6ec;
        text-decoration: none;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
        width: 25%;
        margin-right: 10px;
        background: linear-gradient(150deg, #fff 0, #fff 50%, #E9F6FF 51%, #fff 100%);
        border: 2px solid #F1F1F1;
        border-radius: 5px;
        box-shadow: 0 3px 0 #F0F1F1;
        box-sizing: border-box;
        transition: all ease .2s;
    }

    header .pc-nav a:last-child {
        margin-right: 0;
    }

    header .pc-nav a .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 80%;
    }

    header .pc-nav a:hover {
        transform: translateY(3px);
        box-shadow: 0 0 0 #fff;
    }

    header .pc-nav a:hover::before {
        opacity: 0;
        bottom: 10px;
        background-color: #fff;
    }

    header .pc-nav  a.nav_gbase {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header h1 {
        width: 19%;
        /*margin-left: 10px;*/
        flex: none;
    }

    header h1 a {
        width: 100%;
        max-width: none;
    }

    header .search {
        cursor: pointer;
        width: 30px;
        border-radius: 5px;
    }

    header .search:hover {
        background-color: #f3f3f3;
    }

    header .nav {
        cursor: pointer;
        width: 30px;
        /*margin-right: 10px;*/
        border-radius: 5px;
    }

    header .nav:hover {
        background-color: #f3f3f3;
    }

    header .inner {
        height: 100%;
    }

    .nav-on header .nav {
        border-radius: 5px 5px 0 0;
    }

    .search-on header .search {
        border-radius: 5px 5px 0 0;
    }

    #header-cnt .search .inner {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        box-sizing: border-box;
        margin: auto;
    }

    #header-cnt .search .btn input {
        font-size: 14px;
        height: 30px;
    }

    #header-cnt .search .btn input:hover {
        color: #00a6ec;
    }

    #header-cnt {
        background-color: #323232;
        margin-top: -10px;
    }

    #header-cnt .wrap {
        max-width: 1200px;
        margin: 0 auto;
    }

    #header-cnt .nav #nav1 .child .inner,#header-cnt .nav #nav2 .child .inner{
        padding-top: 0;
    }

    #header-cnt .nav a {
        width: fit-content;
        font-size: 14px;
        cursor: pointer;
        background-color: transparent;
        /*border-radius: 5px;*/
    }
    #header-cnt .nav a.mobile{
        display: none!important;
    }
    #header-cnt .nav a:hover {
        color: #00a6ec;
    }

    #header-cnt .nav a:hover svg {
        fill: #00a6ec;
    }

    #header-cnt .nav .parent {
        cursor: default;
    }

    #header-cnt .nav .parent:hover {
        background-color: transparent;
        color: #fff;
    }

    #header-cnt .nav .parent:hover svg {
        fill: #fff;
    }

    #header-cnt .nav .child {
        height: auto !important;
    }

    #header-cnt .nav .child .inner {
        /*border-left: 2px solid #495865;*/
        /*margin-left: 25px;*/
        padding: 10px 0;
    }

    #header-cnt .nav .child .inner a,#header-cnt .nav .h-big a:nth-child(n + 2) {
        font-size: 14px;
        border: none;
        padding: 5px 0 0;
    }
    #header-cnt .nav .child .relation_site a {
        border-bottom: 1px solid #D7D7D7;
    }

    #header-cnt .nav .childbox {
        height: auto !important;
    }

    #header-cnt .nav .childbox .site_guide {
        padding: 10px 0;
    }

    #header-cnt .site_guide a {
        font-size: 14px;
        border: none;
        padding: 5px 0 0;
        display: inline;
    }

    #header-cnt .nav {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        /*padding: 0 40px;*/
        box-sizing: border-box;
    }

    #header-cnt .nav nav {
        display: flex;
        justify-content: space-around;
        padding: 44px 0 130px;
    }

    #header-cnt .nav .wrapper {
        /*width: 33.33%;*/
        padding-right: 6%;
        border-right: 1px solid #565656;
    }

    #header-cnt .nav .wrapper:last-child {
        border-right: 0;
        margin-right: 0;
    }

    #header-cnt .nav .h-big {
        border: none;
    }

    #header-cnt .nav .h-big::before {
        display: none;
    }

    #header-cnt .nav a::after {
        display: none;
    }

    #header-cnt .nav .parent::before {
        display: none;
    }

    #header-cnt .swiper-slide a {
        transition: all ease .2s !important;
    }

    #header-cnt .swiper-slide a:hover {
        opacity: .8 !important;
    }

    #header-cnt .swiper-slide a img {
        transition: all ease .2s !important;
    }

    #header-cnt .swiper-slide a:hover img {
        transform: scale(1.05) !important;
    }

    footer .sns {
        margin-bottom: 50px;
    }

    footer .sns span {
        font-size: 14px;
    }

    footer .sns a {
        width: 55px;
    }

    footer nav {
        max-width: 1200px;
        margin: 40px auto 20px;
        /*padding: 0 40px;*/
        box-sizing: border-box;
        display: flex;
        justify-content: space-around;
        font-size: 14px;
        font-family: SHanSanB;
    }

    footer nav .wrapper {
        padding-right: 6%;
        margin-right: 0%;
        border-right: 1px solid #565656;
    }

    footer nav .wrapper:last-child {
        border-right: 0;
        margin-right: 0;
    }

    footer nav a {
        margin-bottom: 10px;
        width: fit-content;
        display: block;
        color: #fff;
        font-size: 18px;
    }

    footer nav .child .inner a {
        font-size: 14px;
    }

    footer nav a:hover {
        color: #00a6ec;
    }

    footer nav .parent:hover {
        color: #fff;
    }

    footer nav .child .inner p {
        margin-bottom: 10px;
    }

    footer nav .child .inner p img {
        width: 19px;
        height: 19px;
    }

    footer nav .child .inner .imgs-btn {
        width: 27px;
        height: 27px;
        margin-right: 5px;
    }

    footer nav .child .inner .imgs {
        position: relative;
    }

    footer nav .child .inner .imgs .weibo-div {
        display: none;
        position: absolute;
        left: -46px;
        bottom: -128px;
        z-index: 999;
        background: #fff;
        width: 120px;
        height: 120px;
        border-radius: 5px;
        box-shadow: 0 0 3px #888888;
    }

    footer nav .child .inner .imgs .weibo-div:after {
        position: absolute;
        display: inline-block;
        bottom: 117px;
        left: 57px;
        width: 0;
        height: 0;
        content: '';
        border-style: solid;
        border-width: 3px;
        border-color: #fff #fff transparent transparent;
        transform: rotate(-45deg);
        box-shadow: 1px -1px 1px #c3c3c3;
    }

    footer nav .child .inner .imgs .weixin-div {
        display: none;
        position: absolute;
        left: -11px;
        bottom: -128px;
        z-index: 999;
        background: #fff;
        width: 120px;
        height: 120px;
        border-radius: 5px;
        box-shadow: 0 0 3px #888888;
    }

    footer nav .child .inner .imgs .weixin-div:after {
        position: absolute;
        display: inline-block;
        bottom: 117px;
        left: 57px;
        width: 0;
        height: 0;
        content: '';
        border-style: solid;
        border-width: 3px;
        border-color: #fff #fff transparent transparent;
        transform: rotate(-45deg);
        box-shadow: 1px -1px 1px #c3c3c3;
    }

    footer nav .child .inner .imgs .douyin-div {
        display: none;
        position: absolute;
        left: 25px;
        bottom: -128px;
        z-index: 999;
        background: #fff;
        width: 120px;
        height: 120px;
        border-radius: 5px;
        box-shadow: 0 0 3px #888888;
    }

    footer nav .child .inner .imgs .douyin-div:after {
        position: absolute;
        display: inline-block;
        bottom: 117px;
        left: 57px;
        width: 0;
        height: 0;
        content: '';
        border-style: solid;
        border-width: 3px;
        border-color: #fff #fff transparent transparent;
        transform: rotate(-45deg);
        box-shadow: 1px -1px 1px #c3c3c3;
    }

    footer nav .child .inner .imgs .weibo-div.active,
    footer nav .child .inner .imgs .weixin-div.active,
    footer nav .child .inner .imgs .douyin-div.active {
        display: block;
    }

    footer .note {
        /*margin-bottom: 10px;*/
        font-family: SHanSanB;
        font-size: 14px;
    }

    footer .note span {
        margin-right: 10px;
    }

    footer .note a:last-child {
        display: block;
    }

    footer .bnlogo {
        display: none;
    }

    footer .sns .inner a {
        transition: all ease .2s;
    }

    footer .sns .inner a:hover {
        opacity: .8;
    }


    .swiper-button-prev,
    .swiper-button-next {
        width: 48px !important;
        height: 48px !important;
        margin-top: -24px !important;
        border: 0;
        outline: none;
    }

    .swiper-button-prev.swiper-button-disabled {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D%220%200%2048%2048%22%3E%3Ccircle%20style%3D%22fill%3A%23F0F0F0%3B%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%3Cpolygon%20style%3D%22fill%3A%23C8C8C8%3B%22%20points%3D%2226.51%2C16.9%2019.94%2C24%2026.51%2C31.1%2028.06%2C29.43%2023.05%2C24%2028.06%2C18.57%20%22%2F%3E%3C%2Fsvg%3E");
        cursor: auto;
        border: 0;
        outline: none;
    }

    .swiper-button-next.swiper-button-disabled {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D%220%200%2048%2048%22%3E%3Ccircle%20style%3D%22fill%3A%23F0F0F0%3B%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%3Cpolygon%20style%3D%22fill%3A%23C8C8C8%3B%22%20points%3D%2221.49%2C31.1%2028.06%2C24%2021.49%2C16.9%2019.94%2C18.57%2024.95%2C24%2019.94%2C29.43%20%22%2F%3E%3C%2Fsvg%3E");
        cursor: auto;
        border: 0;
        outline: none;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2048%2048'%3E%3Ccircle%20style%3D'fill%3A%2300AEF1%3B'%20cx%3D'24'%20cy%3D'24'%20r%3D'24'%2F%3E%3Cpolygon%20style%3D'fill%3A%23FFFFFF%3B'%20points%3D'26.51%2C16.9%2019.94%2C24%2026.51%2C31.1%2028.06%2C29.43%2023.05%2C24%2028.06%2C18.57%20'%2F%3E%3C%2Fsvg%3E");
        left: -24px;
        right: auto;
        transition: all ease .2s;
        -webkit-transition: all ease .2s;
        opacity: .8;
        border: 0;
        outline: none;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2048%2048'%3E%3Ccircle%20style%3D'fill%3A%2300AEF1%3B'%20cx%3D'24'%20cy%3D'24'%20r%3D'24'%2F%3E%3Cpolygon%20style%3D'fill%3A%23FFFFFF%3B'%20points%3D'21.49%2C31.1%2028.06%2C24%2021.49%2C16.9%2019.94%2C18.57%2024.95%2C24%2019.94%2C29.43%20'%2F%3E%3C%2Fsvg%3E");
        right: -24px;
        left: auto;
        transition: all ease .2s;
        -webkit-transition: all ease .2s;
        opacity: .8;
        border: 0;
        outline: none;
    }

    #popup .inner {
        border-radius: 10px;
        max-width: 1000px;
    }

    #popup .btn-container button {
        height: 50px;
        width: 49%;
        font-size: 15px;
    }

    #popup .btn-container .option {
        text-align: center;
    }

    #popup .btn-container .option input {
        cursor: pointer;
    }

    #popup .btn-container .option label {
        cursor: pointer;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    header {
        height: 90px;
    }

    header .pc-nav span {
        padding: 0 15px;
    }

    #mainnav-cnt .swiper-slide a {
        width: 18.4% !important;
    }

    #mainnav-cnt .swiper-slide a:nth-child(4n) {
        margin-right: 2% !important;
    }

    #mainnav-cnt .swiper-slide a:nth-child(5n) {
        margin-right: 0 !important;
    }
}

@media all and (-ms-high-contrast: none) {
    #mainnav-cnt h4 svg {
        width: 73px;
    }

    footer .cr-area a {
        height: 20px;
    }

    header .pc-nav .before svg {
        width: 100px;
    }

    #sns svg {
        width: 20px;
    }

    .copyright svg {
        width: 10px;
    }

    #mainnav-cnt .cnt a span {
        height: 35px;
    }
}
