html, body {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
}

.container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container img {
  max-width: 100%;
}
.container.etc {
  padding-top: 6.25rem;
}
@media screen and (max-width: 800px) {
  .container.etc {
    padding-top: 4.5rem;
  }
}

#con {
  display: block;
}

#skipNav a {
  position: absolute;
  display: block;
  font-size: 0px;
  top: -9999px;
  left: -9999px;
}
#skipNav a:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
  text-align: center;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 6.25rem;
  transition: transform 0.3s;
  color: #fff;
}
.header::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
}
.header .inner {
  padding-left: 3.75em;
  padding-right: 3.75em;
}
.header svg .cw {
  fill: #fff !important;
  color: #fff !important;
}
.header .super {
  vertical-align: super;
  position: absolute;
  display: inline-block;
  transform: translateY(-0.5em) scale(0.8);
}
@media screen and (max-width: 1700px) {
  .header .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .header {
    height: 4.5rem;
  }
  .header .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.h_bottom {
  height: 6.25rem;
}
.h_bottom .inner {
  position: relative;
  height: 100%;
}
.h_bottom .logo {
  font-size: 1rem;
  margin: 1.8125em 0;
  z-index: 2;
  position: relative;
}
.h_bottom .logo a {
  display: block;
  position: relative;
  width: 11.875em;
  height: 2.75em;
  background: no-repeat left center;
  background-image: url("/resource/images/common/logo.png");
  background-size: contain;
}
.h_bottom .logo a span {
  visibility: hidden;
}
.h_bottom .logo img, .h_bottom .logo svg {
  width: 100%;
  height: 100%;
}
.h_bottom .button_box {
  margin-left: auto;
  z-index: 3;
  height: 100%;
  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;
}
.h_bottom .button_box .h_btn {
  width: 3.375em;
  height: 3.375em;
  border-radius: 100%;
}
.h_bottom .button_box .h_btn svg {
  width: 2em;
  height: 2em;
  overflow: visible;
}
.h_bottom .button_box .h_btn:last-child {
  margin-right: -0.6875em;
}
.h_bottom .button_box .kakao_button {
  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;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1.6875em;
  margin-right: 1em;
  border: 2px solid #ffffff;
}
.h_bottom .button_box .kakao_button ._txt {
  display: inline-block;
  font-size: 0.875em;
  margin-left: 0.5714285714em;
}
.h_bottom .button_box .kakao_button svg {
  vertical-align: top;
}
.h_bottom .button_box .kakao_button svg path {
  fill: #ffffff !important;
}
.h_bottom .button_box .kakao_button:hover, .h_bottom .button_box .kakao_button .on {
  background-color: #ffce00;
  border-color: #ffce00;
}
.h_bottom .button_box .kakao_button:hover svg path, .h_bottom .button_box .kakao_button .on svg path {
  fill: #3c1e1e !important;
}
@media screen and (max-width: 800px) {
  .h_bottom .button_box .kakao_button {
    margin-right: 0.625em;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .h_bottom .button_box .kakao_button:hover, .h_bottom .button_box .kakao_button .on {
    background-color: rgba(255, 255, 255, 0);
    border-color: none;
  }
  .h_bottom .button_box .kakao_button ._txt {
    display: none;
  }
}
.h_bottom .button_box .popup_button {
  background-image: linear-gradient(132deg, #ff3c6f 15%, #fc5e43 84%);
  margin-right: 0.5em;
}
@media screen and (max-width: 1280px) {
  .h_top {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .h_bottom {
    height: 4.5rem;
  }
  .h_bottom .logo {
    margin: 0.8125em 0;
  }
  .h_bottom .logo a {
    width: 8.8125em;
    height: 2.8125em;
  }
  .h_bottom .button_box button {
    width: 2.625em;
    height: 2.375em;
  }
  .h_bottom .button_box button svg {
    width: 1.75em;
    height: 1.75em;
  }
  .h_bottom .button_box button:last-child {
    margin-right: -0.3125em;
  }
  .h_bottom .button_box .popup_button {
    background: transparent;
    margin-right: 0;
  }
}

.gnb#gnb {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 6.25rem;
}
.gnb_depth_1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gnb_depth_1 > ul {
  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;
  width: 100%;
}
.gnb_depth_1 > ul > li {
  margin: 0;
  vertical-align: top;
  padding: 0 1.875em;
  position: relative;
}
.gnb_depth_1 > ul > li > a {
  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;
  width: 100%;
  height: 6.25rem;
  padding: 0;
  font-size: 1.375em;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  position: relative;
}
.gnb_depth_1 > ul > li > a::before {
  display: block;
  width: 0;
  height: 0.25rem;
  background-color: #222;
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
}
.gnb_depth_1 > ul > li.on > a {
  font-weight: bold;
}
.gnb_depth_1 > ul > li.on > a::before {
  width: 100%;
}
.gnb_depth_1 > ul > li:nth-child(1) a:before {
  background-color: #ff3e6f;
}
.gnb_depth_1 > ul > li:nth-child(2) a:before {
  background-color: #ffad1e;
}
.gnb_depth_1 > ul > li:nth-child(3) a:before {
  background-color: #2faf54;
}
.gnb_depth_1 > ul > li:nth-child(4) a:before {
  background-color: #0badf1;
}
.gnb_depth_1 > ul > li:nth-child(5) a:before {
  background-color: #ff5053;
}
.gnb_depth_1 > ul > li:nth-child(6) a:before {
  background-color: #0cbafd;
}
.gnb_depth_2 {
  /* box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); */
  display: none;
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  top: 6.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
}
.gnb_depth_2 > ul {
  margin: 0 auto;
  width: auto;
  max-width: 80vw;
  padding: 1.875em 0;
  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;
}
.gnb_depth_2 > ul > li {
  padding: 0 1.25em;
}
.gnb_depth_2 > ul > li > a {
  display: block;
  text-align: center;
  font-size: 1.125em;
}
.gnb_depth_2 > ul > li > a:hover {
  font-weight: bold;
}
.gnb_depth_3 {
  display: none;
}
@media screen and (max-width: 1440px) {
  .gnb {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .gnb {
    display: none;
  }
}

#container.etc #header,
#header.on,
#header._fixed,
#header.hover {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #222;
}
#container.etc #header .logo a,
#header.on .logo a,
#header._fixed .logo a,
#header.hover .logo a {
  background-image: url("/resource/images/common/logo2.png") !important;
}
#container.etc #header svg .cw,
#header.on svg .cw,
#header._fixed svg .cw,
#header.hover svg .cw {
  fill: #111 !important;
  color: #222 !important;
}
#container.etc #header .kakao_button,
#header.on .kakao_button,
#header._fixed .kakao_button,
#header.hover .kakao_button {
  background-color: #ffce00;
  border-color: #ffce00;
  color: #222;
}
#container.etc #header .kakao_button svg path,
#header.on .kakao_button svg path,
#header._fixed .kakao_button svg path,
#header.hover .kakao_button svg path {
  fill: #3c1e1e !important;
}
@media screen and (max-width: 800px) {
  #container.etc #header .kakao_button,
#header.on .kakao_button,
#header._fixed .kakao_button,
#header.hover .kakao_button {
    background-color: rgba(255, 255, 255, 0);
    border-color: none;
  }
}
#container.etc #header .h_top,
#header.on .h_top,
#header._fixed .h_top,
#header.hover .h_top {
  background-color: #111;
}
#container.etc #header .gnb,
#header.on .gnb,
#header._fixed .gnb,
#header.hover .gnb {
  color: #222;
}
@media screen and (max-width: 1280px) {
  #container.etc #header,
#header.on,
#header._fixed,
#header.hover {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 800px) {
  #container.etc #header svg path,
#header.on svg path,
#header._fixed svg path,
#header.hover svg path {
    fill: #111 !important;
    color: #222 !important;
  }
}

@media screen and (max-width: 1700px) {
  #header.on .gnb_depth_1 > ul {
    padding-left: 0;
    padding-right: 0;
  }
}
#header.down {
  transform: translateY(-250%);
}

@media print {
  .header {
    position: absolute;
  }
}
@media screen and (min-width: 1281px), print {
  .allMenu {
    font-size: 1rem;
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #fff no-repeat center center;
    background-image: url(/resource/images/common/allmenu_bg.png);
    background-size: cover;
    overflow-y: auto;
    transition: top 0.5s, opacity 0.3s;
    opacity: 0;
  }
  .allMenu.on {
    opacity: 1;
    top: 0%;
  }
  .allMenu_box {
    min-height: 100%;
    position: relative;
    padding-bottom: 12.5em;
  }
  .allMenu_logo {
    margin-top: 4.1875em;
    margin-bottom: 4.1875em;
    text-align: center;
  }
  .allMenu_con > ul {
    margin: 0 -0.75em;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .allMenu_con > ul > li {
    padding: 0 0.75em;
    flex: 0 1 auto;
    width: 25%;
  }
  .allMenu_con > ul > li > a {
    font-family: "GangwonEduPower", sans-serif;
    font-size: 1.875em;
    padding: 0 0.5em;
  }
  .allMenu_con > ul > li:nth-child(1) a:hover {
    color: #ff3e6f;
  }
  .allMenu_con > ul > li:nth-child(2) a:hover {
    color: #ffad1e;
  }
  .allMenu_con > ul > li:nth-child(3) a:hover {
    color: #2faf54;
  }
  .allMenu_con > ul > li:nth-child(4) a:hover {
    color: #0badf1;
  }
  .allMenu_con > ul > li:nth-child(5) a:hover {
    color: #ff5053;
  }
  .allMenu_con > ul > li:nth-child(6) a:hover {
    color: #0cbafd;
  }
  .allMenu_con > ul > li > ul {
    border-top: 0.1875em solid #222;
    margin-top: 2.5em;
    padding: 0 0.9375em;
  }
  .allMenu_con > ul > li > ul > li {
    margin-top: 2.25em;
  }
  .allMenu_con > ul > li > ul > li > a {
    font-size: 1.25em;
    line-height: 1.8;
  }
  .allMenu_con > ul > li > ul > li > ul {
    padding: 0.4375em 0.9375em;
  }
  .allMenu_con > ul > li > ul > li > ul > li {
    margin-top: 1.125em;
  }
  .allMenu_con > ul > li > ul > li > ul > li > a {
    color: #999;
  }
  .allMenu_ft {
    position: absolute;
    bottom: 5em;
    max-width: 89.375em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .allMenu_ft > li {
    flex: 0 1 auto;
    width: 50%;
    padding: 0 0.9375em;
  }
  .allMenu_ft > li a {
    font-family: "GangwonEduPower", sans-serif;
    width: 100%;
    display: block;
    font-size: 1.875em;
    padding: 1.3333333333em;
    border-radius: 0.6666666667em;
    box-shadow: 0.3333333333em 0.3333333333em 0.5em 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #ddd;
    background: #fff no-repeat top 50% right 1.3333333333em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='20' viewBox='0 0 28.052 20'%3E%3Cg fill='%23222'%3E%3Cpath d='m25.9308 12.0209-9.8995-9.8995L18.1526 0l9.8995 9.8995z'/%3E%3Cpath d='m28.0514 9.8967-9.8995 9.8995-2.1213-2.1213L25.93 7.7754z'/%3E%3C/g%3E%3Cpath d='M0 8.398h24v3H0z' fill='%23444'/%3E%3C/svg%3E");
  }
  .allMenu_ft > li img, .allMenu_ft > li span {
    vertical-align: middle;
  }
  .allMenu_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.25em;
    height: 6.25em;
    background-color: #ff3e6f;
  }
  .allMenu_close svg {
    transition: transform 0.3s;
    width: 2em;
    height: 2em;
    transform-origin: center center;
  }
  .allMenu_close:hover svg {
    transform: rotate(-90deg);
  }
}
.allMenuMo {
  display: none;
}

@media screen and (max-width: 1280px) {
  .allMenu {
    display: none !important;
  }

  body.allMenuOpen {
    overflow: hidden;
  }

  .allMenuMo {
    display: none;
    z-index: 2000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    transition: opacity 0.3s ease-out;
    left: -100%;
    opacity: 0;
    overflow: hidden;
  }
  .allMenuMo.on {
    opacity: 1;
    left: 0%;
  }
  .allMenuMo_box {
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100% - 3.3125em);
    right: -120%;
    max-width: 31.25em;
    background-color: #fff;
    transition: right 0.5s ease-out;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .allMenuMo.on .allMenuMo_box {
    right: 0;
  }

  .allMenuMo_top {
    background-color: #ff3e6f;
    padding: 1.375em 1em;
  }
  .allMenuMo_top img {
    width: 8.8125em;
  }
  .allMenuMo_con > ul {
    margin: 0.75em 0;
  }
  .allMenuMo_con > ul > li {
    /* border-bottom: 1px solid #e5e5e5; */
  }
  .allMenuMo_con > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2.8333333333em;
    padding: 0.6666666667em 0.8888888889em;
    font-size: 1.125em;
    font-weight: bold;
    position: relative;
  }
  .allMenuMo_con > ul > li > a.no_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center center;
    right: 0.8888888889em;
    font-size: 0.8888888889em;
    width: 1.2222222222em;
    height: 1.2222222222em;
    background: no-repeat center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23999'/%3E%3C/g%3E%3C/svg%3E%0A");
    transition: transform 0.3s ease-out;
  }
  .allMenuMo_con > ul > li > a.on, .allMenuMo_con > ul > li > a:hover {
    color: #ff3e6f;
  }
  .allMenuMo_con > ul > li > a.on:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .allMenuMo_con > ul > li > ul {
    display: none;
    background-color: #f6f6f6;
    margin: 0.75em 0;
  }
  .allMenuMo_con > ul > li > ul > li:first-child {
    padding-top: 0.75em;
  }
  .allMenuMo_con > ul > li > ul > li:last-child {
    padding-bottom: 0.75em;
  }
  .allMenuMo_con > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 3em;
    padding: 1.375em 1em;
    font-size: 1em;
    position: relative;
  }
  .allMenuMo_con > ul > li > ul > li > a.no_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center center;
    right: 1em;
    width: 0.75em;
    height: 0.75em;
    background: no-repeat center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath data-name='Rectangle 1 copy 6' d='M.5 5.5h12v2H.5z'  fill='%23222' stroke='transparent' stroke-miterlimit='10'/%3E%3Cpath data-name='Rectangle 1 copy 4' d='M5.5.5h2v12h-2z'  fill='%23222' stroke='transparent' stroke-miterlimit='10'/%3E%3C/svg%3E");
    transition: transform 0.3s ease-out;
  }
  .allMenuMo_con > ul > li > ul > li > a:hover {
    color: #ff3e6f;
  }
  .allMenuMo_con > ul > li > ul > li > a.on:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath data-name='Rectangle 1 copy 6' d='M.5 5.5h12v2H.5z' fill='%23222' stroke='transparent' stroke-miterlimit='10'/%3E%3C/svg%3E");
  }
  .allMenuMo_con > ul > li > ul > li > ul {
    display: none;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li {
    margin-top: 0.625em;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li:last-child {
    padding-bottom: 0.5em;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 1.7142857143em;
    padding: 0.5714285714em 2.2857142857em;
    font-size: 0.875em;
    position: relative;
    color: #666666;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li > a:hover {
    color: #ff3e6f;
  }
  .allMenuMo_ft {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    right: -120%;
    max-width: 31.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #3a3a3d;
    transition: right 0.5s ease-out;
  }
  .allMenuMo_ft > li {
    flex: 0 1 auto;
    width: 50%;
  }
  .allMenuMo_ft > li a {
    width: 100%;
    display: block;
    font-size: 1em;
    padding: 1em;
    border-right: solid 1px #555;
    color: #ddd;
    text-align: center;
  }
  .allMenuMo_ft > li img, .allMenuMo_ft > li span {
    vertical-align: middle;
  }
  .allMenuMo.on .allMenuMo_ft {
    right: 0;
  }

  .allMenuMo .allMenu_close {
    position: absolute;
    top: 1.5em;
    right: 1em;
    transition: transform 0.3s ease-out;
    transform: rotate(0);
  }
  .allMenuMo .allMenu_close svg {
    width: 1.5625em;
    height: 1.5625em;
  }
  .allMenuMo .allMenu_close:hover {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1280px) {
  .allMenuMo {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .allMenuMo {
    font-size: 1rem;
  }
}
.allSearch.on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.allSearch.on .allSearch_box {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.allSearch .bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.allSearch_box {
  -moz-transform: translateY(-101%);
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  -o-transform: translateY(-101%);
  transform: translateY(-101%);
  transition: transform 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  padding-left: 3.75em;
  padding-right: 3.75em;
}
@media screen and (max-width: 1280px) {
  .allSearch_box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.allSearch .search_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.25em;
}
@media screen and (max-width: 1280px) {
  .allSearch .search_top {
    height: 5em;
  }
  .allSearch .search_top img {
    width: 8.8125em;
  }
}
.allSearch .top_search_inp {
  padding-top: 3.5em;
  padding-bottom: 9.75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 928px;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: 1.875em;
}
@media screen and (max-width: 800px) {
  .allSearch .top_search_inp {
    font-size: 1.25em;
  }
}
.allSearch .fm_inp {
  display: block;
  width: 100%;
  border-bottom: 2px solid #222;
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.allSearch_btn {
  position: absolute;
  top: 50%;
  left: 0.5333333333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allSearch_btn:hover, .allSearch_btn:active {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allSearch_btn svg {
  height: 0.9333333333em;
  vertical-align: top;
}
.allSearch .inp {
  background-color: #fff;
  border: 0;
  font-size: 1em;
  line-height: 1;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5333333333em;
  padding-bottom: 0.5333333333em;
  font-weight: 400;
}
.allSearch_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25em;
  height: 6.25em;
  background-color: #ff3e6f;
}
.allSearch_close:hover svg {
  transform: rotate(-90deg);
}
.allSearch_close svg {
  transition: transform 0.3s;
  width: 2em;
  height: 2em;
  transform-origin: center center;
}
@media screen and (max-width: 1280px) {
  .allSearch_close {
    position: absolute;
    transition: transform 0.3s ease-out;
    transform: rotate(0);
    width: 5em;
    height: 5em;
  }
  .allSearch_close svg {
    width: 1.5625em;
    height: 1.5625em;
  }
}

.ft {
  background-color: #45454a;
  font-size: 1rem;
  position: relative;
  line-height: 1.6;
}
.ft .tc_d {
  color: #ddd;
}
.ft .inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.ft .ft_top {
  padding: 1.5625em 0;
  width: 100%;
  border-bottom: 1px solid #555;
  color: #ddd;
}
.ft .ft_logo {
  vertical-align: middle;
  margin-right: 1.625em;
}
.ft .ft_bottom {
  padding: 2.5em 0;
  width: 100%;
  color: #aaa;
}
.ft .ft_link {
  margin-left: auto;
}
.ft .ft_link_item {
  display: inline-block;
  position: relative;
}
.ft .ft_link_item:not(:last-child) {
  margin-right: 1.0625em;
}
.ft .ft_link_item:not(:last-child)::before {
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  right: -0.5625em;
  top: 50%;
  margin-top: -0.5em;
  background: #555;
}
.ft .ft_info {
  margin-left: -0.625em;
  margin-top: -0.3125em;
}
.ft .ft_info_item {
  display: inline-block;
  margin-top: 0.3125em;
  margin-left: 0.625em;
}
.ft .ft_family_site {
  margin-left: auto;
  max-width: 14.5em;
  width: 100%;
  position: relative;
}
.ft .ft_family_site a {
  display: block;
  padding: 0.625em 1em;
  border-bottom: 1px solid #666;
}
.ft .ft_family_site > a {
  position: relative;
}
.ft .ft_family_site > a::before {
  position: absolute;
  right: 0.25em;
  top: 50%;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(-90deg);
  transform-origin: center center;
}
.ft .ft_family_site > a.on::before {
  transform: rotate(90deg);
}
.ft .ft_family_site > ul {
  display: none;
  border-top: 1px solid #666;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #55555a;
}
.ft .copy {
  margin-top: 1.25em;
}
@media screen and (max-width: 1024px) {
  .ft {
    padding-top: 10em;
  }
  .ft .ft_link {
    position: absolute;
    top: 3.5em;
    left: 0;
    height: 3.5em;
    background-color: #3a3a3d;
    width: 100%;
    overflow: hidden;
  }
  .ft .ft_link_item {
    flex: 1 1 auto;
    max-width: 50%;
    text-align: center;
  }
  .ft .ft_link_item:not(:last-child)::before {
    height: 300%;
    top: -75%;
    margin-top: 0;
  }
  .ft .ft_family_site {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .ft .ft_family_site a {
    padding: 0.9375em;
    height: 3.5em;
  }
  .ft .ft_family_site > a {
    background-color: #3a3a3d;
    border-bottom: 1px solid #555;
    text-align: center;
  }
  .ft .ft_family_site > a::before {
    left: 50%;
    margin-left: 3.125em;
  }
  .ft .ft_top {
    padding: 0;
    width: 100%;
    text-align: center;
    border-bottom: 0;
  }
  .ft .ft_logo {
    margin: 0 auto;
    max-width: 10em;
  }
  .ft .ft_bottom {
    text-align: center;
  }
  .ft .ft_bottom .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ft .ft_info {
    margin-left: auto;
    margin-right: auto;
    margin-top: -0.3125em;
  }
  .ft .ft_info_item {
    margin-right: 0.3571428571em;
    margin-left: 0.3571428571em;
    font-size: 0.875em;
  }
  .ft .copy {
    margin-top: 2.8571428571em;
    font-size: 0.875em;
  }
}
.floating {
  display: block;
  position: fixed;
  z-index: 980;
  right: 2.5em;
  width: 5em;
  transform: translateY(-3.125em);
  transition: opacity 0.3s, margin 0.3s;
  opacity: 0;
  bottom: 0;
  pointer-events: none;
}
.floating.on {
  position: absolute;
}
.floating.down {
  opacity: 1;
  margin-bottom: 0;
  pointer-events: auto;
}
.floating [class^=floating_button] ~ [class^=floating_button],
.floating .quick_toggle {
  margin-top: 0.5rem;
}
.floating_button2, .floating_button, .floating_button_top {
  display: block;
  overflow: hidden;
  right: 0;
  width: 5em;
  height: 5em;
  border-radius: 5em;
  line-height: 5em;
  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;
  box-shadow: 0 0.625em 0.625em 0 rgba(0, 0, 0, 0.1);
}
.floating_button2 svg, .floating_button svg, .floating_button_top svg {
  width: 5em;
  height: 5em;
  display: block;
  transform-origin: 50% 50%;
  transition: transform 0.3s;
}
.floating .quick_toggle {
  display: none;
}
.floating .quick_toggle.on {
  display: block;
}
.floating_button {
  border-color: #ff3e6f;
  background-color: #ff3e6f;
}
.floating_button.on svg, .floating_button:hover svg {
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .floating_button:hover svg {
    transform: none;
  }
  .floating_button.on svg {
    transform: rotate(-45deg);
  }
}
.floating_button2 {
  border-color: #ffad1e;
  background-color: #ffad1e;
  height: 9.8125em;
  display: block;
  padding: 0.3125em;
}
.floating_button2 svg {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
.floating_button2 span {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.625em;
  font-size: 0.875em;
}
.floating_button3 {
  display: block;
  position: relative;
  width: 5em;
  height: 5em;
}
.floating_button3:hover .inner, .floating_button3.on .inner {
  color: #ff3e6f;
  width: 10.75em;
}
.floating_button3:hover .txt, .floating_button3.on .txt {
  display: block;
  opacity: 1;
  transform: scaleX(1);
}
.floating_button3:hover .strk, .floating_button3.on .strk {
  stroke: #ff3e6f !important;
}
.floating_button3:hover .fil, .floating_button3.on .fil {
  fill: #ffcccf !important;
}
.floating_button3:hover .fil.st2, .floating_button3.on .fil.st2 {
    fill: #ff3e6f !important;
}
.floating_button3 .inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 5em;
  height: 100%;
  border-radius: 5em;
  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;
  background-color: #fff;
  box-shadow: 0 0.625em 0.625em 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  transition: transform 0.3s, width 0.3s;
  overflow: hidden;
}
.floating_button3 .inner .strk {
  transition: stroke 0.3s;
}
.floating_button3 .inner .fil {
  transition: fill 0.3s;
}
.floating_button3 .inner .fil.strk {
  transition: fill 0.3s, stroke 0.3s;
}
.floating_button3 .txt {
  display: none;
  white-space: nowrap;
  opacity: 0;
  transition: transform 0.3s, width 0.3s, opacity 0.3s, color 0.3s;
  margin-left: 0.5em;
  transform: scaleX(0);
  font-size: 1em;
  font-weight: bold;
}
.floating_button_top {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.floating_button_top.on svg, .floating_button_top:hover svg {
  transform: translateY(-0.25em);
}
@media screen and (max-width: 1440px) {
  .floating {
    right: 1.25em;
  }
}
@media screen and (max-width: 800px) {
  .floating {
    width: 3.125em;
    right: 1em;
    transform: translateY(-1.25em);
  }
  .floating_button3 {
    width: 3.125em;
    height: 3.125em;
  }
  .floating_button3 .inner {
    width: 3.125em;
  }
  .floating_button3 .inner svg {
    max-height: 38%;
  }
  .floating_button3.on .inner, .floating_button3:hover .inner {
    width: 8.75em;
  }
  .floating_button3 .txt {
    font-size: 0.8125em;
  }
  .floating_button2 {
    display: none !important;
  }
  .floating_button, .floating_button_top {
    width: 3.125em;
    height: 3.125em;
    border-radius: 3.125em;
    line-height: 3.125em;
  }
  .floating_button svg, .floating_button_top svg {
    width: 3.125em;
    height: 3.125em;
  }
}
.floating_download {
  bottom: -100%;
  font-size: 1rem;
  width: 28.125rem;
  height: 26.25rem;
  position: fixed;
  right: 2.5em;
  background-image: linear-gradient(142deg, #e43d61 6%, #f78750 93%);
  color: #fff;
  padding: 4.0625em 3.25em 0;
  transition: bottom 0.3s;
  visibility: hidden;
}
.floating_download.on {
  bottom: 0;
  visibility: visible;
}
.floating_download h3 {
  font-size: 1.75em;
  border-bottom: solid 0.125em #fff;
  padding-bottom: 0.3571428571em;
}
.floating_download_close {
  position: absolute;
  font-size: 1em;
  top: 0.875em;
  right: 1.0625em;
  width: 2.5625em;
  height: 2.5625em;
  padding: 0.625em;
}
.floating_download_close svg {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: transform 0.3s;
}
.floating_download_close:hover svg {
  transform: rotate(-90deg);
}
.floating_download_control {
  padding-top: 0.625em;
}
.floating_download_control .total,
.floating_download_control .count {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.125em;
}
.floating_download_control .swiper-button-next,
.floating_download_control .swiper-button-prev {
  position: static;
  width: 2.625em;
  height: 2.625em;
  margin: 0;
  margin-left: 1.625em;
  margin-right: 0;
  opacity: 1 !important;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.floating_download_control .swiper-button-prev {
  transform: scaleX(-1);
  margin-right: 1.625em;
  margin-left: 0;
}
.floating_download_noData {
  height: 100%;
  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;
}
.floating_download_noData span {
  margin-top: -0.625em;
  font-size: 1.125em;
}
.floating_download_list {
  border-bottom: 1px solid #e5e5e5;
}
.floating_download_list .swiper-container {
  height: 14.375em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.floating_download_list .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.floating_download_list .swiper-slide {
  padding: 0.3125em 0;
  max-height: 3.125em;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.floating_download_list > div {
  margin-top: 1.25em;
}
.floating_download_list > div a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375em;
  font-weight: bold;
}
.floating_download_list > div a > span {
  display: block;
  max-width: 100%;
}
.floating_download_list > div a::before {
  display: block;
  font-size: 0.7272727273em;
  min-width: 2.5em;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1.5625em;
  background: no-repeat center;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg transform='translate(-1032 -3190)'%3E%3Cpath fill='%23ffffff' d='M15.964 12.98h-2.991V3h-1.994v9.98H7.988l3.988 3.992zM4 18.968v2h15.952v-2z' transform='translate(1040.024 3198.018)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  border-radius: 0.3125em;
}
.floating_download_list > div a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.floating_download_list > div a:hover::before {
  background-color: white;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg transform='translate(-1032 -3190)'%3E%3Cpath fill='%23111111' d='M15.964 12.98h-2.991V3h-1.994v9.98H7.988l3.988 3.992zM4 18.968v2h15.952v-2z' transform='translate(1040.024 3198.018)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 800px) {
  .floating_download {
    width: 100%;
    right: 0;
    padding: 3.3125em 1.25em 0;
  }
}

/*# sourceMappingURL=layout.css.map */
