@charset "UTF-8";
@import url("normalize.css");
@import url("swiper.min.css");
@import url("animate.css");
/* font-family: 'Noto Sans KR', sans-serif */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
/* font-family: 'Roboto Condensed', sans-serif */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/* font-family: 'Nanum Barun Gothic', sans-serif; */
@import url(http://www.openhiun.com/hangul/nanumbarungothic.css);
/* font-family: 'NanumSquare', sans-serif */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/* font-family: 'GmarketSansLight' */
@font-face {
  font-family: "GmarketSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../font/GmarketSansLight.eot");
  src: local(""), url("../font/GmarketSansLight.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansLight.woff") format("woff"), url("../font/GmarketSansLight.ttf") format("truetype"), url("../font/GmarketSansLight.svg") format("svg");
}
/* font-family: 'GmarketSansMedium' */
@font-face {
  font-family: "GmarketSansMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../font/GmarketSansMedium.eot");
  src: local(""), url("../font/GmarketSansMedium.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansMedium.woff") format("woff"), url("../font/GmarketSansMedium.ttf") format("truetype"), url("../font/GmarketSansMedium.svg") format("svg");
}
/* font-family: 'GmarketSansBold' */
@font-face {
  font-family: "GmarketSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("../font/GmarketSansBold.eot");
  src: local(""), url("../font/GmarketSansBold.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansBold.woff") format("woff"), url("../font/GmarketSansBold.ttf") format("truetype"), url("../font/GmarketSansBold.svg") format("svg");
}
* {
  padding: 0;
  margin: 0;
  letter-spacing: -0.75px;
  box-sizing: border-box;
  color: #333333;
  -webkit-overflow-scrolling: touch;
}

img {
  vertical-align: middle;
}

select, button, textarea, input[type=text], input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

select:focus, input:focus, button:focus, textarea:focus {
  outline: none;
}

select {
  background: url("../img/select.jpg") no-repeat 98% 50%;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

sub, sup {
  font-size: 75% !important;
}

.hide {
  display: none !important;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  overflow: auto;
}

body {
  height: auto;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 108px;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
  z-index: 996;
}
header .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 90.25%;
  height: 100%;
  margin: 0 auto;
}
header .left,
header .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .logo {
  margin-right: 2rem;
  background-image: url("../images/2022_logo_wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
header .logo > img {
  display: block;
  max-width: 100%;
}
header .volume {
  position: relative;
}
header .volume .volume-now {
  padding: 0.5rem 1.75rem 0.5rem 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.35rem;
  background-image: url("../images/2022_select.png");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
header .volume .volume-now > small {
  font-size: 0.8rem;
}
header .volume .volume-list {
  display: none;
  position: absolute;
  left: 0;
  top: 51px;
  min-width: 100%;
  background-color: #000000;
  z-index: 998;
}
header .volume .volume-list > li > a {
  display: block;
  padding: 0.5rem 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.35rem;
  color: #fff;
}
header .volume .volume-list > li > a > small {
  font-size: 0.8rem;
  color: #fff;
}
header .volume .volume-list > li > a:hover {
  background-color: #373737;
}
header .volume .volume-list > li.on {
  background-color: #373737;
}
header .volume.on .volume-now {
  background-image: url("../images/2022_select_up.png");
}
header .gnb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .gnb > li {
  margin-right: 3rem;
}
header .gnb > li > a {
  display: block;
  font-size: 1.15rem;
  font-weight: 500;
}
header .menu {
  position: fixed;
  left: 95.125%;
  top: 34.5px;
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url("../images/2022_menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  z-index: 997;
}
header .menu > span {
  display: none;
}

header.main .gnb {
  height: 0;
  overflow: hidden;
}

header.main ~ footer {
  display: none;
}

header.on {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
}
header.on .logo > img {
  opacity: 0;
}
header.on .volume .volume-now {
  background-image: url("../images/2022_select_wh.png");
  color: #fff;
}
header.on .volume .volume-now > small {
  color: #fff;
}
header.on .volume .volume-list {
  background-color: #fff;
}
header.on .volume .volume-list > li > a {
  color: #333333;
}
header.on .volume .volume-list > li > a > small {
  color: #333333;
}
header.on .volume .volume-list > li > a:hover {
  color: #fff;
}
header.on .volume .volume-list > li > a:hover > small {
  color: #fff;
}
header.on .volume .volume-list > li.on > a {
  color: #fff;
}
header.on .volume .volume-list > li.on > a > small {
  color: #fff;
}
header.on .volume.on .volume-now {
  background-image: url("../images/2022_select_up_wh.png");
}
header.on .gnb {
  display: none;
}
header.on .menu {
  background-image: url("../images/2022_close.png");
  background-size: auto;
}

header.on ~ #Pagenation {
  display: none !important;
}

nav {
  display: none;
  position: fixed;
  left: 0;
  top: 108px;
  width: 100%;
  height: calc(100% - 108px);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 995;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
nav::-webkit-scrollbar {
  display: none;
}
nav .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100%;
  padding: 5% 0;
}
nav .gnb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1090px;
  margin: 0 auto;
  text-align: center;
}
nav .gnb > li {
  margin: 0 1.5rem 3rem;
}
nav .gnb > li > a,
nav .gnb > li > p {
  display: block;
  font-family: "GmarketSansBold";
  font-size: 3.25rem;
  color: #66aaff;
}
nav .gnb > li > a:hover {
  color: #fff;
}
nav .lnb {
  margin-top: 1rem;
}
nav .lnb > li {
  margin-bottom: 0.5rem;
}
nav .lnb > li > a {
  display: block;
  font-size: 1rem;
  color: #fff;
}
nav .lnb > li > a:hover {
  text-decoration: underline;
}
nav .lnb > li:last-child {
  margin: 0;
}
nav .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1090px;
  margin: 0 auto;
}
nav .bottom .banner {
  display: inline-block;
  border-radius: 0.5rem;
  overflow: hidden;
}
nav .bottom .banner > img {
  display: block;
  max-width: 100%;
}
nav .bottom .banner .mo {
  display: none;
}
nav .bottom .right {
  display: inline-block;
}
nav .bottom .apply,
nav .bottom .subscribe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: calc((100% - 0.25rem) / 2);
  padding-top: 0.25rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}
nav .bottom .apply > span,
nav .bottom .subscribe > span {
  font-family: "GmarketSansBold";
  font-size: 1.5rem;
  color: #fff;
}
nav .bottom .apply::after,
nav .bottom .subscribe::after {
  display: inline-block;
  content: "+";
  margin-left: 0.25rem;
  font-family: "GmarketSansLight";
  font-size: 1.85rem;
  color: #fff;
}
nav .bottom .subscribe:hover {
  background-color: #66aaff;
  border-color: #66aaff;
}
nav .bottom .apply {
  margin-bottom: 0.25rem;
}
nav .bottom .apply > span {
  color: #66aaff;
}
nav .bottom .apply::after {
  color: #66aaff;
}
nav .bottom .apply:hover {
  background-color: #fff;
  color: #66aaff;
}
nav .bottom .close {
  display: none;
}

section {
  margin-top: 108px;
}

footer {
  padding: 1.75rem 0;
  background-color: #454545;
}
footer .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 1185px;
  margin: 0 auto;
}
footer .address {
  display: flex;
  flex-wrap: wrap;
}
footer .address > span {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.8rem;
  border-right: 1px solid #d3d3d3;
  color: #d3d3d3;
}
footer .address > span:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
footer .logo > img {
  display: block;
  max-width: 100%;
}
footer .sns {
  display: none;
}

/*Small PC*/
@media (max-width: 1500px) {
  header .logo {
    margin-right: 1.25rem;
  }
  header .gnb > li {
    margin-right: 2.25rem;
  }
}
/*Ipad Pro*/
@media (max-width: 1365px) {
  header {
    height: auto;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  header .wrap {
    display: block;
    width: 100%;
  }
  header .left {
    padding: 1.25rem 2.5%;
    justify-content: space-between;
    background-color: #0e5fae;
  }
  header .logo {
    margin: 0;
  }
  header .logo > img {
    opacity: 0;
  }
  header .volume .volume-now {
    background-image: url("../images/2022_select_wh.png");
    color: #fff;
  }
  header .volume .volume-now > small {
    color: #fff;
  }
  header .volume.on .volume-now {
    background-image: url("../images/2022_select_up_wh.png");
  }
  header .right {
    padding: 0 2.5%;
    justify-content: space-between;
    background-color: #fff;
  }
  header .gnb {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - (38px + 2.5%));
    overflow: auto;
  }
  header .gnb > li {
    flex: 0 0 auto;
    margin-right: 2rem;
  }
  header .gnb > li > a {
    padding: 0.75rem 0;
  }
  header .menu {
    position: static;
    left: auto;
    top: auto;
  }
  header.main .gnb {
    height: auto;
    overflow: auto;
  }
  header.main ~ footer {
    display: block;
  }
  header.on .left {
    background-color: transparent;
  }
  header.on .right {
    display: none;
  }
  header.on ~ section {
    margin-top: 101px;
  }
  nav {
    top: 101px;
    height: calc(100% - 101px);
  }
  nav .wrap {
    position: relative;
    display: block;
    padding: 5% 0 4rem;
  }
  nav .gnb {
    display: block;
    width: 95%;
  }
  nav .gnb > li {
    display: block;
    margin: 0 0 1.5rem;
  }
  nav .gnb > li > a {
    display: inline-block;
    color: #66aaff !important;
  }
  nav .gnb > li:last-child {
    margin: 0;
  }
  nav .lnb {
    display: none;
    margin-top: 0.5rem;
  }
  nav .lnb > li > a {
    display: inline-block;
  }
  nav .bottom {
    width: 100%;
    margin-top: 7.5%;
  }
  nav .bottom .banner {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  nav .bottom .right {
    position: absolute;
    left: 2.5%;
    bottom: 0;
    margin-bottom: 5px;
    overflow: hidden;
  }
  nav .bottom .apply,
nav .bottom .subscribe {
    float: left;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background-color: transparent !important;
  }
  nav .bottom .apply > span,
nav .bottom .subscribe > span {
    font-size: 1.85rem;
  }
  nav .bottom .apply {
    margin-right: 1rem;
  }
  nav .bottom .apply > span {
    color: #66aaff !important;
  }
  nav .bottom .apply::after {
    color: #66aaff !important;
  }
  nav .bottom .close {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 2.5%;
    bottom: 0;
    margin-bottom: calc((4rem - 55px) / 2);
  }
  nav .bottom .close > span {
    font-family: "GmarketSansMedium";
    font-size: 1rem;
    color: #fff;
  }
  nav .bottom .close > b {
    margin-left: 0.5rem;
    font-family: "GmarketSansBold";
    font-size: 1.85rem;
    color: #fff;
  }
  section {
    margin-top: 157px;
  }
  footer {
    border-top: 1px solid #c9c9c9;
    background-color: #fff;
  }
  footer .wrap {
    flex-direction: row;
    justify-content: center;
    width: 95%;
  }
  footer .address {
    width: 100%;
    margin-bottom: 1rem;
    justify-content: center;
  }
  footer .address > span {
    padding: 0;
    margin: 0 0 0 0.5rem;
    border: none;
    line-height: 1.25;
    color: #5b5b5b;
  }
  footer .address > span:first-child {
    margin: 0;
  }
  footer .address > span.copy {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  footer .logo {
    margin-right: 2rem;
    background-image: url("../images/2022_logo02_bl.png");
    background-size: 100%;
  }
  footer .logo > img {
    opacity: 0;
  }
  footer .sns {
    display: inline-block;
    overflow: hidden;
  }
  footer .sns > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 57px;
    height: 57px;
    margin-right: 0.25rem;
    border-radius: 0.5rem;
    border: 1px solid #c9c9c9;
  }
  footer .sns > a:last-child {
    margin: 0;
  }
}
/*Ipad*/
@media (max-width: 991.98px) {
  nav .gnb > li > a,
nav .gnb > li > p {
    font-size: 2.5rem;
  }
  nav .lnb > li > a {
    font-size: 0.9rem;
  }
  nav .bottom .right {
    margin-bottom: 7.5px;
  }
  nav .bottom .apply > span,
nav .bottom .subscribe > span {
    font-size: 1.5rem;
  }
  nav .bottom .apply::after,
nav .bottom .subscribe::after {
    font-size: 1.5rem;
  }
  nav .bottom .close {
    margin-bottom: calc((4rem - 45px) / 2);
  }
  nav .bottom .close > b {
    font-size: 1.5rem;
  }
}
/*Tablet*/
@media (max-width: 767.98px) {
  header .left {
    padding: 1rem 5%;
  }
  header .logo > img {
    height: 35px;
  }
  header .volume .volume-now {
    font-size: 1.15rem;
  }
  header .volume .volume-list > li > a {
    font-size: 1.15rem;
  }
  header .right {
    padding: 0 5%;
  }
  header .gnb > li > a {
    font-size: 0.95rem;
  }
  header.on ~ section {
    margin-top: 86px;
  }
  nav {
    top: 86px;
    height: calc(100% - 86px);
  }
  nav .wrap {
    padding: 4rem 0;
  }
  nav .bottom {
    margin-top: 4rem;
  }
  nav .bottom .right {
    left: 5%;
  }
  nav .bottom .close {
    right: 5%;
  }
  section {
    margin-top: 137px;
  }
  footer .wrap {
    width: 90%;
  }
  footer .logo {
    margin-right: 1rem;
  }
  footer .logo > img {
    height: 25px;
  }
  footer .sns > a {
    width: 50px;
    height: 50px;
  }
  footer .sns > a > img {
    max-width: 30px;
    max-height: 28px;
  }
}
/*Mobile*/
@media (max-width: 575.98px) {
  header .left {
    padding: 0.5rem 5%;
  }
  header .logo > img {
    height: 22.5px;
  }
  header .volume .volume-now {
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    font-size: 1rem;
    background-size: 8px;
  }
  header .volume .volume-now > small {
    font-size: 0.65rem;
  }
  header .volume .volume-list > li > a {
    padding: 0.45rem 0.75rem;
    font-size: 1rem;
  }
  header .volume .volume-list > li > a > small {
    font-size: 0.65rem;
  }
  header .gnb > li {
    margin-right: 1.75rem;
  }
  header .gnb > li > a {
    font-size: 0.85rem;
  }
  header .menu {
    width: 30px;
    height: 30px;
  }
  header.on ~ section {
    margin-top: 61px;
  }
  nav {
    top: 61px;
    height: calc(100% - 61px);
  }
  nav .wrap {
    padding: 2rem 0 2.5rem;
  }
  nav .gnb > li {
    margin-bottom: 1rem;
  }
  nav .gnb > li > a,
nav .gnb > li > p {
    font-size: 1.5rem;
  }
  nav .lnb > li > a {
    font-size: 0.85rem;
  }
  nav .bottom {
    margin-top: 2.5rem;
  }
  nav .bottom .banner {
    border-radius: 0;
  }
  nav .bottom .banner > img {
    display: none;
  }
  nav .bottom .banner > img.mo {
    display: block;
  }
  nav .bottom .apply > span,
nav .bottom .subscribe > span {
    font-size: 1rem;
  }
  nav .bottom .apply::after,
nav .bottom .subscribe::after {
    font-size: 0.85rem;
  }
  nav .bottom .apply {
    margin-right: 0.75rem;
  }
  nav .bottom .close {
    margin-bottom: calc((2.5rem - 26px) / 2);
  }
  nav .bottom .close > span {
    font-size: 0.75rem;
  }
  nav .bottom .close > b {
    font-size: 1rem;
  }
  section {
    margin-top: 110px;
  }
  footer {
    padding: 1.25rem 0;
  }
  footer .wrap {
    width: 100%;
  }
  footer .address {
    margin-bottom: 0.75rem;
  }
  footer .address > span {
    margin: 0;
    font-size: 0.65rem;
  }
  footer .logo {
    margin-right: 0.5rem;
  }
  footer .logo > img {
    height: 15px;
  }
  footer .sns > a {
    width: 40px;
    height: 40px;
    border-radius: 0.35rem;
  }
  footer .sns > a > img {
    max-width: 22px;
    max-height: 22px;
  }
}
/*Mobile(minimum)*/
@media (max-width: 359.99px) {
  footer {
    padding: 0.75rem 0;
  }
  footer .address > span {
    font-size: 0.6rem;
  }
  footer .logo > img {
    height: 12px;
  }
  footer .sns > a {
    width: 35px;
    height: 35px;
  }
  footer .sns > a > img {
    max-width: 20px;
    max-height: 20px;
  }
}
#Pagenation {
  position: fixed;
  right: 4.875%;
  top: 40.5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 998;
}
#Pagenation > li {
  margin-right: 3rem;
}
#Pagenation > li > a {
  display: block;
  font-size: 1.15rem;
  font-weight: 500;
}
#Pagenation > li.active > a {
  color: #333 !important;
}

.main {
  margin: 0;
}
.main .fp-tableCell {
  padding-top: 108px;
}
.main .section {
  position: relative;
  background-size: cover;
  background-position: center;
}
.main .section .category {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  padding: calc(108px + 4%) 0 2.5%;
  background-color: #3c3d46;
  z-index: 2;
}
.main .section .category .title {
  width: 40px;
  margin: 0 auto;
}
.main .section .category .title > img {
  display: block;
  margin: 0 auto 1rem;
}
.main .section .category .title > h2 {
  font-family: "GmarketSansLight";
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
}
.main .section .category .gnb {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
}
.main .section .category .gnb > li {
  margin-bottom: 0.75rem;
}
.main .section .category .gnb > li > a {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #8a8b90;
}
.main .section .category .gnb > li:last-child {
  margin-bottom: 0;
}
.main .section .category .gnb > li.on > a {
  background-color: #fff;
}
.main .section .category .gnb > li.home > a {
  width: auto;
  height: auto;
  background-color: transparent;
}
.main .section .category .gnb > li.home > a > i {
  color: #8a8b90;
}
.main .section .contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 120px;
  padding-left: 5.2%;
  background-size: cover;
  background-position: center;
}
.main #section0 {
  background-size: cover;
  background-position: center;
}
.main #section0 .wrap {
  position: relative;
  display: block;
}
.main #section0 .animate {
  position: absolute;
  right: 0;
  top: 0;
  width: 1083px;
  height: 100%;
  z-index: 1;
}
.main #section0 .animate > span {
  position: relative;
  display: block;
}
.main #section0 .animate .layer01 {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.main #section0 .animate .layer02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.main #section0 .animate .layer03 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.main #section0 .animate .layer04 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.main #section0 .animate .layer05 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.main #section0 .animate .layer06 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
}
.main #section0 .animate .layer07 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 7;
}
.main #section0 .animate .layer08 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}
.main #section0 .text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 1248px;
  margin: 0 auto;
  z-index: 60;
}
.main #section0 .text > h2 {
  font-family: "GmarketSansBold";
  font-size: 4.5rem;
  color: #fff;
}
.main #section0 .text > h2 > span {
  display: block;
  color: #fff;
}
.main #section0 .text > h2 b {
  color: #ffe35f;
}
.main #section0 .text > span {
  display: inline-block;
  padding: 0.65rem 1rem 0.35rem;
  margin-top: 0.5rem;
  font-family: "GmarketSansMedium";
  font-size: 1rem;
  background-color: #ffe35f;
}
.main #section1 {
  background-color: #f3f3f3;
}
.main #section1 .category {
  display: none;
}
.main #section1 .category .title > img {
  margin-bottom: 1rem;
}
.main #section1 .category .title > h2 {
  margin-left: -4px;
}
.main #section1 .contents {
  justify-content: start;
}
.main #section1 .top {
  width: 91%;
  overflow: hidden;
}
.main #section1 .top .img {
  display: inline-block;
  float: left;
  max-width: 41.15%;
  margin-right: 2rem;
  overflow: hidden;
}
.main #section1 .top .img > img {
  display: block;
  max-width: 100%;
}
.main #section1 .top .img:hover {
  background-color: #000;
}
.main #section1 .top .img:hover > img {
  transition: all 0.3s ease;
  transform: scale(1.1);
  opacity: 0.45;
}
.main #section1 .top .text {
  display: inline-block;
  float: left;
  width: calc(100% - (41.15% + 2rem));
  max-width: 660px;
  padding-top: 1rem;
}
.main #section1 .top .text > h3 {
  font-size: 1.5rem;
  word-break: keep-all;
}
.main #section1 .top .text > p {
  display: -webkit-box;
  height: 8.7rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45rem;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
}
.main #section1 .top .text > a {
  display: block;
  width: 160px;
  height: 52px;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 52px;
  border: 1px solid #333;
  text-align: center;
}
.main #section1 .top .text > a > span {
  margin-left: 1.5rem;
}
.main #section1 .top .text > a:hover {
  transition: all 0.3s ease;
  background-color: #333;
  color: #fff;
}
.main #section1 .top .text > a:hover > span {
  color: #fff;
}
.main #section1 .bottom {
  position: relative;
  width: 91%;
  margin-top: 2.5rem;
}
.main #section1 .swiper-slide {
  position: relative;
  display: inline-block;
  width: 25%;
  max-width: 260px;
  margin: 0 2.5% 0 0;
  overflow: hidden;
}
.main #section1 .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main #section1 .swiper-slide > p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.25;
  word-break: keep-all;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  z-index: 2;
}
.main #section1 .swiper-slide:last-child {
  margin-right: 0;
}
.main #section1 .swiper-slide:hover > img {
  transition: 0.3s all ease;
  transform: translate(-50%, -50%) scale(1.1);
}
.main #section1 .swiper-slide:hover > p {
  transition: 0.3s all ease;
  opacity: 0;
}
.main #section1 .swiper-button-next {
  width: 93px;
  height: 93px;
  right: auto;
  left: 100%;
  top: 50%;
  margin: 0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../images/2022_next.png");
  background-size: 29px;
  transform: translate(-50%, -50%);
}
.main #section1.active .category {
  display: flex;
}
.main #section1.active .contents {
  justify-content: center;
}
.main #section2 .category {
  background-color: #432005;
}
.main #section2 .contents .title {
  width: 91%;
  font-size: 2.25rem;
  font-weight: 300;
  color: #432005;
  word-break: keep-all;
}
.main #section2 .contents .title > b {
  font-weight: 500;
  color: #432005;
}
.main #section2 .bottom {
  position: relative;
  width: 91%;
  margin-top: 2.5rem;
}
.main #section2 .swiper-container {
  height: 100%;
  padding-bottom: 20px;
}
.main #section2 .swiper-slide {
  display: inline-block;
  width: 25%;
  max-width: 340px;
  margin: 0 3.5% 0 0;
  background-color: #fff;
  box-shadow: 12px 20px 10px 0px rgba(4, 0, 0, 0.11);
}
.main #section2 .swiper-slide .img {
  overflow: hidden;
}
.main #section2 .swiper-slide .img > img {
  display: block;
  max-width: 100%;
}
.main #section2 .swiper-slide .text {
  padding: 1.25rem 1.25rem 3rem;
}
.main #section2 .swiper-slide .text > span {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
}
.main #section2 .swiper-slide .text > h4 {
  margin-top: 1rem;
  font-size: 1.15rem;
  font-weight: bold;
  word-break: keep-all;
}
.main #section2 .swiper-slide .text > p {
  display: -webkit-box;
  max-height: 5rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.25rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}
.main #section2 .swiper-slide:hover .img {
  background-color: #000;
}
.main #section2 .swiper-slide:hover .img > img {
  transition: all 0.3s ease;
  transform: scale(1.1);
  opacity: 0.45;
}
.main #section2 .swiper-button-next {
  width: 93px;
  height: 93px;
  right: auto;
  left: 100%;
  top: 50%;
  margin: 0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../images/2022_next.png");
  background-size: 29px;
  transform: translate(-50%, -50%);
}
.main #section2 .swiper-pagination {
  display: none;
}
.main #section3 {
  background-color: #ebf2ff;
}
.main #section3 .category {
  background-color: #252a57;
}
.main #section3 .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 91%;
}
.main #section3 .left {
  width: 46.25%;
}
.main #section3 .left .video {
  display: block;
  box-shadow: 6px 10px 10px 0px rgba(84, 100, 131, 0.11);
  cursor: pointer;
}
.main #section3 .left .video > img {
  display: block;
  max-width: 100%;
}
.main #section3 .left .text {
  display: block;
  margin-top: 1rem;
}
.main #section3 .left .text > h3 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.25;
  word-break: keep-all;
}
.main #section3 .left .text > h3 > b {
  font-weight: 500;
}
.main #section3 .left .text > span {
  display: inline-block;
  padding: 0.15rem 0.5rem 0.35rem;
  margin-top: 0.75rem;
  font-size: 0.95rem;
  background-color: #747fdd;
  color: #fff;
}
.main #section3 .left .text > p {
  display: -webkit-box;
  height: 5rem;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.25rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
}
.main #section3 .center {
  position: absolute;
  left: 46.25%;
  top: 0;
  width: calc(53.75% - (354px + 5rem));
  height: 100%;
}
.main #section3 .center::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background-color: #333;
}
.main #section3 .swiper-container {
  width: 354px;
  margin: 0 5rem 0 0;
}
.main #section3 .swiper-slide {
  width: 100%;
  margin-bottom: 1rem;
}
.main #section3 .swiper-slide .img {
  overflow: hidden;
  cursor: pointer;
}
.main #section3 .swiper-slide .img > img {
  display: block;
  max-width: 100%;
}
.main #section3 .swiper-slide .text {
  display: -webkit-box;
  max-height: 1rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main #section3 .swiper-button-next {
  width: 93px;
  height: 93px;
  right: auto;
  left: 100%;
  top: 50%;
  margin: 0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../images/2022_next02.png");
  background-size: 27px;
  transform: translate(-50%, -50%);
}
.main #section4 {
  min-height: 345px;
  background-color: #313131;
}
.main #section4 .category {
  display: none;
}
.main #section4 .swiper-container {
  width: 89.955%;
  margin: 0;
}
.main #section4 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background-color: #313131;
}
.main #section4 .swiper-slide .text {
  width: 40.5%;
}
.main #section4 .swiper-slide .text .subtitle {
  max-width: 90%;
  font-family: "GmarketSansLight";
  font-size: 1.25rem;
  color: #ffe179;
}
.main #section4 .swiper-slide .text .title {
  max-width: 90%;
  margin-top: 1rem;
  font-family: "GmarketSansLight";
  font-size: 1.75rem;
  font-weight: normal;
  color: #fff;
  word-break: keep-all;
}
.main #section4 .swiper-slide .text .title > b {
  display: block;
  font-size: 1.75rem;
  font-family: "GmarketSansMedium";
  font-weight: normal;
  color: #fff;
}
.main #section4 .swiper-slide .img {
  display: block;
  max-width: 59.5%;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
.main #section4 .swiper-slide .img > img {
  display: block;
  max-width: 100%;
}
.main #section4 .swiper-slide .img .mo {
  display: none;
}
.main #section4 .swiper-pagination {
  left: 0;
  top: 9rem;
  bottom: auto;
  width: 40.5%;
  overflow: hidden;
}
.main #section4 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 20px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  opacity: 1;
}
.main #section4 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.main #section4 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  color: #313131;
}
.main #section4 .btn-top {
  display: flex;
}

.btn-top {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3%;
  bottom: 1.5rem;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
.btn-top > img {
  display: block;
}

.popup .video {
  width: 90%;
  max-width: 900px;
}
.popup .video .video_wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.popup .video .video_wrap iframe,
.popup .video .video_wrap object,
.popup .video .video_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup .video .video_close {
  position: absolute;
  right: 0;
  top: calc(-29px - 0.25rem);
  width: 30px;
  height: 29px;
  background-image: url("../images/2022_close.png");
  background-size: 100%;
  opacity: 0.9;
  z-index: 2;
  cursor: pointer;
}
.popup .video .video_close > span {
  display: none;
}

@-webkit-keyframes vol121 {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-3px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(3px);
  }
}

@keyframes vol121 {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-3px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(3px);
  }
}
header.vol121 ~ .main #section0 .animate .layer01 {
  -webkit-animation-name: vol121;
          animation-name: vol121;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol121 ~ .main #section0 .animate .layer02,
header.vol121 ~ .main #section0 .animate .layer06 {
  -webkit-animation-name: vol121;
          animation-name: vol121;
  -webkit-animation-duration: 1.95s;
          animation-duration: 1.95s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol121 ~ .main #section0 .animate .layer03,
header.vol121 ~ .main #section0 .animate .layer07 {
  -webkit-animation-name: vol121;
          animation-name: vol121;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol121 ~ .main #section0 .animate .layer04 {
  -webkit-animation-name: vol121;
          animation-name: vol121;
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

header.vol122 ~ .main #section0 .animate {
  width: auto;
  transform: translateX(-25%);
}
@-webkit-keyframes vol122 {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
@keyframes vol122 {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
header.vol122 ~ .main #section0 .animate .layer02 {
  -webkit-animation-name: vol122;
          animation-name: vol122;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol122 ~ .main #section0 .animate .layer03 {
  -webkit-animation-name: vol122;
          animation-name: vol122;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol122 ~ .main #section0 .animate .layer04 {
  -webkit-animation-name: vol122;
          animation-name: vol122;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol122 ~ .main #section0 .animate .layer05 {
  width: auto;
  left: 90%;
  top: 5%;
}

header.vol123 ~ .main #section0 .animate {
  width: auto;
}
@-webkit-keyframes vol123 {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
@keyframes vol123 {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes ball {
  30% {
    top: 30px;
  }
  70% {
    top: 70px;
    left: 50%;
  }
  100% {
    top: 70px;
    left: 50%;
  }
}
@keyframes ball {
  30% {
    top: 30px;
  }
  70% {
    top: 70px;
    left: 50%;
  }
  100% {
    top: 70px;
    left: 50%;
  }
}
header.vol123 ~ .main #section0 .animate .layer01 {
  -webkit-animation-name: vol123;
          animation-name: vol123;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol123 ~ .main #section0 .animate .layer02 {
  -webkit-animation-name: vol123;
          animation-name: vol123;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol123 ~ .main #section0 .animate .layer03 {
  -webkit-animation-name: vol123;
          animation-name: vol123;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol123 ~ .main #section0 .animate .layer04 {
  -webkit-animation-name: vol123;
          animation-name: vol123;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header.vol123 ~ .main #section0 .animate .layer05 {
  width: 115px;
  top: 100px;
  left: -80%;
  -webkit-animation-name: ball;
          animation-name: ball;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

header.vol124 ~ .main #section0 .text h2 {
  font-size: 1.75rem;
  text-align: center;
  transform: translateX(-30%);
}
header.vol124 ~ .main #section0 .text h2 .title {
  margin-bottom: 1rem;
}
header.vol124 ~ .main #section0 .animate {
  right: 5%;
}
@-webkit-keyframes vol124 {
  0% {
    transform: translateY(100%);
  }
  10% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(5%);
  }
  30% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(1%);
  }
}
@keyframes vol124 {
  0% {
    transform: translateY(100%);
  }
  10% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(5%);
  }
  30% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(1%);
  }
}
@-webkit-keyframes Frame {
  0% {
    transform: rotate(0);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  9% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes Frame {
  0% {
    transform: rotate(0);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  9% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0);
  }
}
header.vol124 ~ .main #section0 .animate .layer01, header.vol124 ~ .main #section0 .animate .layer02, header.vol124 ~ .main #section0 .animate .layer03, header.vol124 ~ .main #section0 .animate .layer04, header.vol124 ~ .main #section0 .animate .layer05, header.vol124 ~ .main #section0 .animate .layer06, header.vol124 ~ .main #section0 .animate .layer07, header.vol124 ~ .main #section0 .animate .layer08, header.vol124 ~ .main #section0 .animate .layer09, header.vol124 ~ .main #section0 .animate .layer10, header.vol124 ~ .main #section0 .animate .layer11 {
  width: auto;
}
header.vol124 ~ .main #section0 .animate .layer01 {
  -webkit-animation-name: vol124;
          animation-name: vol124;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  z-index: 5;
  transform: translateY(100%);
}
header.vol124 ~ .main #section0 .animate .layer02 {
  -webkit-animation-name: vol124;
          animation-name: vol124;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  transform: translateY(100%);
}
header.vol124 ~ .main #section0 .animate .layer03 {
  -webkit-animation-name: vol124;
          animation-name: vol124;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  transform: translateY(100%);
}
header.vol124 ~ .main #section0 .animate .layer04 {
  left: 6%;
  top: 30%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
header.vol124 ~ .main #section0 .animate .layer05 {
  left: 2%;
  top: 14%;
}
header.vol124 ~ .main #section0 .animate .layer06 {
  left: 12%;
  top: 5%;
}
header.vol124 ~ .main #section0 .animate .layer07 {
  left: 28%;
  top: 2%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
}
header.vol124 ~ .main #section0 .animate .layer08 {
  left: auto;
  right: 22%;
  top: 8%;
}
header.vol124 ~ .main #section0 .animate .layer09 {
  position: absolute;
  right: 6%;
  top: 4%;
}
header.vol124 ~ .main #section0 .animate .layer10 {
  position: absolute;
  right: 8%;
  top: 28%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
header.vol124 ~ .main #section0 .animate .layer11 {
  position: absolute;
  top: 0;
  right: 24%;
}
header.vol124 ~ .main #section0 .animate .layer04, header.vol124 ~ .main #section0 .animate .layer07, header.vol124 ~ .main #section0 .animate .layer10 {
  -webkit-animation-name: Frame;
          animation-name: Frame;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

header.vol125 ~ .main #section0 {
  background: linear-gradient(270deg, #fe9 0%, #f55 60%, #f55 100%);
}
header.vol125 ~ .main #section0 .animate {
  width: 100%;
  height: 100%;
}
header.vol125 ~ .main #section0 .animate > span {
  height: 100%;
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
header.vol125 ~ .main #section0 .animate .layer00 {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
header.vol125 ~ .main #section0 .animate .layer01, header.vol125 ~ .main #section0 .animate .layer02, header.vol125 ~ .main #section0 .animate .layer03, header.vol125 ~ .main #section0 .animate .layer04 {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
}
header.vol125 ~ .main #section0 .animate .layer05, header.vol125 ~ .main #section0 .animate .layer06 {
  display: none;
  width: auto;
}
header.vol125 ~ .main #section0 .animate .layer03, header.vol125 ~ .main #section0 .animate .layer04 {
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
}
header.vol125 ~ .main #section0 .animate .layer04 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
header.vol125 ~ .main #section0 .text {
  width: 1500px;
}
header.vol125 ~ .main #section0 .text h2 {
  width: 35.5%;
  font-size: 2rem;
  text-align: center;
}
header.vol125 ~ .main #section0 .text .title {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

header.vol126 ~ .main #section0 .animate {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 1200px;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes book {
  0% {
    transform: rotate(0);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  9% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes book {
  0% {
    transform: rotate(0);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  9% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0);
  }
}
header.vol126 ~ .main #section0 .animate .layer02 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
header.vol126 ~ .main #section0 .animate .layer03, header.vol126 ~ .main #section0 .animate .layer04, header.vol126 ~ .main #section0 .animate .layer05 {
  -webkit-animation-name: book;
          animation-name: book;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: auto;
}
header.vol126 ~ .main #section0 .animate .layer03 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  left: 38%;
  top: 76%;
  width: 9.5%;
}
header.vol126 ~ .main #section0 .animate .layer04 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  left: 50%;
  top: 73%;
  width: 26%;
}
header.vol126 ~ .main #section0 .animate .layer05 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  left: 78%;
  top: 77%;
  width: 17.5%;
}
header.vol126 ~ .main #section0 .animate .layer06 {
  display: none;
}
header.vol126 ~ .main #section0 .animate .layer01.mobile, header.vol126 ~ .main #section0 .animate .layer02.mobile, header.vol126 ~ .main #section0 .animate .layer05.mobile {
  display: none;
}
header.vol126 ~ .main #section0 .text {
  width: 1500px;
}
header.vol126 ~ .main #section0 .text h2 {
  width: 25.5%;
  font-size: 2rem;
  text-align: center;
}
header.vol126 ~ .main #section0 .text h2 .title {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
header.vol126 ~ .main #section0 .text .title {
  display: block;
  width: 90%;
  margin: 0 auto;
}

header.vol127 ~ .main #section0 .animate > span {
  position: relative;
  width: 100%;
  height: 100%;
}
header.vol127 ~ .main #section0 .animate img {
  display: block;
  width: auto;
}
@-webkit-keyframes up {
  0% {
    transform: translateY(100%);
  }
  10% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(5%);
  }
  30% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(1%);
  }
}
@keyframes up {
  0% {
    transform: translateY(100%);
  }
  10% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(5%);
  }
  30% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(1%);
  }
}
header.vol127 ~ .main #section0 .animate .layer00 {
  display: none;
}
header.vol127 ~ .main #section0 .animate .layer01 {
  position: absolute;
  top: auto;
  left: -5%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  transform: translateY(200%);
}
header.vol127 ~ .main #section0 .animate .layer02 {
  position: absolute;
  top: 23%;
  left: 13%;
  max-width: 240px;
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  transform: translateY(200%);
}
header.vol127 ~ .main #section0 .animate .layer03 {
  top: 21%;
  left: 38%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
header.vol127 ~ .main #section0 .animate .layer04 {
  top: 6%;
  left: 62%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
header.vol127 ~ .main #section0 .animate .layer05 {
  top: 40%;
  left: 77%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
header.vol127 ~ .main #section0 .animate .layer03, header.vol127 ~ .main #section0 .animate .layer04, header.vol127 ~ .main #section0 .animate .layer05 {
  -webkit-animation-name: book;
          animation-name: book;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
header.vol127 ~ .main #section0 .animate .mobile {
  display: none;
}
header.vol127 ~ .main #section0 .text {
  width: 1500px;
}
header.vol127 ~ .main #section0 .text h2 {
  font-size: 2rem;
  text-align: center;
}
header.vol127 ~ .main #section0 .text h2 .title {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  display: block;
  width: 90%;
  margin: 0 auto;
}
header.vol127 ~ .main #section0 .text h2 > span {
  margin-left: 2rem;
  margin-top: 1rem;
}

header.vol128 ~ .main #section0 .animate {
  width: 52%;
  min-width: 1000px;
}
header.vol128 ~ .main #section0 .animate .layer_title {
  display: none;
}
header.vol128 ~ .main #section0 .animate .layer00 {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
header.vol128 ~ .main #section0 .animate .layer01 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  left: 0;
  top: 0;
  position: absolute;
}
header.vol128 ~ .main #section0 .animate .layer02 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
  left: 0;
}
header.vol128 ~ .main #section0 .animate .layer03 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
  left: 0;
}
header.vol128 ~ .main #section0 .animate .mo {
  display: none;
}
header.vol128 ~ .main #section0 .text {
  width: 1500px;
}
header.vol128 ~ .main #section0 .text h2 {
  font-size: 2rem;
  text-align: center;
}
header.vol128 ~ .main #section0 .text h2 .title {
  display: block;
  width: 90%;
  margin: 0 auto;
}
header.vol128 ~ .main #section0 .text h2 > span {
  margin-top: 1rem;
}

header.vol129 ~ .main #section0 .animate {
  margin-right: 5rem;
}
@-webkit-keyframes up2 {
  0% {
    transform: translateY(30%);
  }
  10% {
    transform: translateY(0%);
  }
  17% {
    transform: translateY(3.5%);
  }
  27% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(1%);
  }
}
@keyframes up2 {
  0% {
    transform: translateY(30%);
  }
  10% {
    transform: translateY(0%);
  }
  17% {
    transform: translateY(3.5%);
  }
  27% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(1%);
  }
}
@-webkit-keyframes bounce2 {
  0%, 100% {
    transform: translateY(1%);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(1%);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(5px);
  }
}
header.vol129 ~ .main #section0 .animate .layer_title_mo {
  display: none;
}
header.vol129 ~ .main #section0 .animate .layer01_mo, header.vol129 ~ .main #section0 .animate .layer02_mo, header.vol129 ~ .main #section0 .animate .layer03_mo, header.vol129 ~ .main #section0 .animate .layer04_mo, header.vol129 ~ .main #section0 .animate .layer05_mo {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
header.vol129 ~ .main #section0 .animate .layer02, header.vol129 ~ .main #section0 .animate .layer03, header.vol129 ~ .main #section0 .animate .layer04, header.vol129 ~ .main #section0 .animate .layer05 {
  height: 100%;
}
header.vol129 ~ .main #section0 .animate .layer02, header.vol129 ~ .main #section0 .animate .layer03 {
  z-index: 5;
}
header.vol129 ~ .main #section0 .animate .layer04, header.vol129 ~ .main #section0 .animate .layer05 {
  top: 0.25rem;
  transform: translateY(30%);
  z-index: 3;
  -webkit-animation-name: up2;
          animation-name: up2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
header.vol129 ~ .main #section0 .animate .layer04.on, header.vol129 ~ .main #section0 .animate .layer05.on {
  -webkit-animation-name: bounce2;
          animation-name: bounce2;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
header.vol129 ~ .main #section0 .text h2 {
  font-size: 2rem;
  text-align: center;
}
header.vol129 ~ .main #section0 .text h2 .title {
  display: block;
  width: 90%;
  margin: 0 auto;
}
header.vol129 ~ .main #section0 .text h2 > span {
  margin-top: 2rem;
}
header.vol129 ~ .main #section0 .text h2 > span b {
  color: #fff !important;
}

header.vol130 ~ .main #section0 .animate {
  margin-right: 10rem;
  width: 1123px;
}
header.vol130 ~ .main #section0 .animate > span {
  height: 100%;
}
header.vol130 ~ .main #section0 .animate .layer02_mo, header.vol130 ~ .main #section0 .animate .layer03_mo, header.vol130 ~ .main #section0 .animate .layer04_mo, header.vol130 ~ .main #section0 .animate .layer_title_mo {
  display: none;
}
header.vol130 ~ .main #section0 .animate .layer01 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: 10%;
}
@-webkit-keyframes fade-zoom {
  0% {
    opacity: 1;
    transform: scale(0.3);
    left: -35%;
  }
  10% {
    opacity: 0;
    transform: scale(0.3);
    left: -35%;
  }
  20% {
    opacity: 0;
    transform: scale(0.5);
    left: -25%;
  }
  30% {
    opacity: 1;
    transform: scale(0.5);
    left: -25%;
  }
  40% {
    opacity: 0;
    transform: scale(0.5);
    left: -25%;
  }
  50% {
    opacity: 0;
    transform: scale(0.8);
    left: -10%;
  }
  60% {
    opacity: 1;
    transform: scale(0.8);
    left: -10%;
  }
  70% {
    opacity: 0;
    transform: scale(0.8);
    left: -10%;
  }
  80% {
    opacity: 0;
    transform: scale(0.9);
    left: 0;
  }
  90% {
    opacity: 1;
    transform: scale(0.9);
    left: 0;
  }
  100% {
    opacity: 1;
    transform: scale(0.9);
    left: 0;
  }
}
@keyframes fade-zoom {
  0% {
    opacity: 1;
    transform: scale(0.3);
    left: -35%;
  }
  10% {
    opacity: 0;
    transform: scale(0.3);
    left: -35%;
  }
  20% {
    opacity: 0;
    transform: scale(0.5);
    left: -25%;
  }
  30% {
    opacity: 1;
    transform: scale(0.5);
    left: -25%;
  }
  40% {
    opacity: 0;
    transform: scale(0.5);
    left: -25%;
  }
  50% {
    opacity: 0;
    transform: scale(0.8);
    left: -10%;
  }
  60% {
    opacity: 1;
    transform: scale(0.8);
    left: -10%;
  }
  70% {
    opacity: 0;
    transform: scale(0.8);
    left: -10%;
  }
  80% {
    opacity: 0;
    transform: scale(0.9);
    left: 0;
  }
  90% {
    opacity: 1;
    transform: scale(0.9);
    left: 0;
  }
  100% {
    opacity: 1;
    transform: scale(0.9);
    left: 0;
  }
}
header.vol130 ~ .main #section0 .animate .layer02 {
  opacity: 0;
  transform: scale(0.3);
  top: auto;
  left: -30%;
  bottom: 0;
  z-index: 5;
  -webkit-animation-name: fade-zoom;
          animation-name: fade-zoom;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes ball2 {
  0% {
    top: 70px;
  }
  30% {
    top: -70px;
  }
  100% {
    top: 100px;
    left: 0%;
  }
}
@keyframes ball2 {
  0% {
    top: 70px;
  }
  30% {
    top: -70px;
  }
  100% {
    top: 100px;
    left: 0%;
  }
}
header.vol130 ~ .main #section0 .animate .layer03 {
  top: 180px;
  left: -1920px;
  -webkit-animation-name: ball2;
          animation-name: ball2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: auto;
  bottom: 0;
  z-index: 3;
}
header.vol130 ~ .main #section0 .animate .layer04 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: auto;
  bottom: 0;
  z-index: 2;
}
header.vol130 ~ .main #section0 .text h2 {
  font-size: 2rem;
  text-align: center;
}
header.vol130 ~ .main #section0 .text h2 .title {
  display: block;
  width: 90%;
  margin: 0 auto;
}
header.vol130 ~ .main #section0 .text h2 > span {
  margin-top: 2rem;
}
header.vol130 ~ .main #section0 .text h2 > span b {
  color: #fff !important;
}

header.vol131 ~ .main #section0 .animate {
  right: 12%;
  bottom: 0;
  top: auto;
}
header.vol131 ~ .main #section0 .animate > span {
  position: relative;
  width: 100%;
  height: 100%;
}
header.vol131 ~ .main #section0 .animate img {
  display: block;
  width: auto;
}
header.vol131 ~ .main #section0 .animate .section01_00_mo, header.vol131 ~ .main #section0 .animate .layer_title_mo, header.vol131 ~ .main #section0 .animate .layer01_mo, header.vol131 ~ .main #section0 .animate .layer02_mo {
  display: none;
}
header.vol131 ~ .main #section0 .animate .layer01 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 3rem;
}
header.vol131 ~ .main #section0 .animate .layer02 {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  transform: translateY(200%);
}
header.vol131 ~ .main #section0 .text h2 {
  font-size: 2rem;
  text-align: center;
}
header.vol131 ~ .main #section0 .text h2 .title {
  display: block;
  margin: 0 auto;
}
header.vol131 ~ .main #section0 .text h2 > span {
  margin-top: 1rem;
}

header.vol132 ~ .main #section1 .top .text > p {
  height: 4.3rem;
}

header.vol132 ~ .main #section0 .animate {
  right: 5%;
  bottom: 0;
  top: auto;
}
header.vol132 ~ .main #section0 .animate > span {
  position: relative;
  width: 100%;
  height: 100%;
}
header.vol132 ~ .main #section0 .animate > span img {
  display: block;
}
header.vol132 ~ .main #section0 .animate > span .layer05 {
  height: 100%;
  left: auto;
  right: -6%;
  width: auto;
}
header.vol132 ~ .main #section0 .animate > span .layer01, header.vol132 ~ .main #section0 .animate > span .layer03 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
}
header.vol132 ~ .main #section0 .animate > span .section01_mo, header.vol132 ~ .main #section0 .animate > span .layer01_mo, header.vol132 ~ .main #section0 .animate > span .layer02_mo, header.vol132 ~ .main #section0 .animate > span .layer03_mo, header.vol132 ~ .main #section0 .animate > span .layer05_mo, header.vol132 ~ .main #section0 .animate > span .title_mo {
  display: none;
}
header.vol132 ~ .main #section0 .animate > span .layer01_mo, header.vol132 ~ .main #section0 .animate > span .layer02_mo, header.vol132 ~ .main #section0 .animate > span .layer03_mo {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
}
header.vol132 ~ .main #section0 .text h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: -100px;
}
header.vol132 ~ .main #section0 .text h2 .title {
  display: block;
  margin: 0 auto;
}
header.vol132 ~ .main #section0 .text h2 > span {
  margin-top: 1rem;
}
header.vol132 ~ .main #section0 .text h2 > span b {
  color: #005591 !important;
}

/*Small PC*/
@media (max-width: 1600px) {
  .main #section2 .swiper-slide {
    width: 30%;
    margin: 0 5% 0 0;
  }
  header.vol125 ~ .main #section0 .text {
    height: 600px !important;
  }
}
/*Small PC*/
@media (max-width: 1365px) {
  #Pagenation {
    display: none;
  }
  .main .fp-section,
.main .fp-section .fp-slide,
.main .fp-section .fp-tableCell {
    height: auto !important;
  }
  .main .fp-tableCell {
    padding-top: 0;
  }
  .main .section .category {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .main .section .category .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.95rem 0 0.75rem;
  }
  .main .section .category .title > img {
    margin: 0 1rem 0 0 !important;
  }
  .main .section .category .title > h2 {
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    margin: 0 !important;
  }
  .main .section .category .gnb {
    display: none;
  }
  .main .section .contents {
    width: 100%;
    height: auto;
    padding: 3rem 0;
    margin: 0 auto;
  }
  .main #section0 {
    margin-top: 157px;
  }
  .main #section0 .animate {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0 0 -27.25px;
  }
  .main #section0 .text {
    flex-direction: column-reverse;
    width: 100%;
    height: auto !important;
    padding: 0 2.5%;
    margin-top: 27.25px;
    background-color: #000;
  }
  .main #section0 .text > h2 {
    padding: 2rem 0;
  }
  .main #section0 .text > h2 > span {
    display: inline;
  }
  .main #section0 .text > span {
    position: relative;
    margin: -27.25px 0 0;
    font-size: 1.5rem;
  }
  .main #section1 .category {
    display: flex;
  }
  .main #section1 .top {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .main #section1 .top .img {
    display: block;
    float: none;
    width: 100%;
    max-width: 629px;
    margin: 0 auto;
  }
  .main #section1 .top .text {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
  }
  .main #section1 .top .text > p {
    height: auto;
  }
  .main #section1 .top .text > a {
    display: none;
  }
  .main #section1 .bottom {
    width: 95%;
    margin: 2.5rem auto 0;
    padding-right: 46.5px;
  }
  .main #section1 .swiper-slide {
    width: 20%;
    margin: 0 3% 0 0;
  }
  .main #section1 .swiper-button-next {
    right: 0;
    left: auto;
    transform: translate(0, -50%);
  }
  .main #section2 .contents .title {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .main #section2 .bottom {
    width: 100%;
  }
  .main #section2 .swiper-slide {
    width: 30%;
    max-width: 340px;
    margin: 0 2%;
  }
  .main #section2 .swiper-button-next {
    display: none;
  }
  .main #section2 .swiper-pagination {
    display: block;
    position: static;
    left: auto;
    bottom: auto;
    margin: 1rem 0 0;
  }
  .main #section2 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 4px;
  }
  .main #section2 .swiper-pagination-bullet-active {
    background-color: #f37200;
  }
  .main #section3 .wrap {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .main #section3 .left {
    width: 100%;
  }
  .main #section3 .left .video {
    max-width: 720px;
    margin: 0 auto;
  }
  .main #section3 .left .text > p {
    height: auto;
  }
  .main #section3 .center {
    display: none;
  }
  .main #section3 .right {
    position: relative;
    padding-right: 46.5px;
    margin-top: 2.5rem;
  }
  .main #section3 .swiper-container {
    width: 100%;
    height: auto !important;
  }
  .main #section3 .swiper-slide {
    width: 26.5%;
    max-width: 354px;
    margin: 0 3% 0 0;
  }
  .main #section3 .swiper-button-next {
    right: 0;
    left: auto;
    transform: translate(0, -50%) rotate(-90deg);
  }
  .main #section4 .contents {
    padding-bottom: 0;
  }
  .main #section4 .swiper-container {
    width: 95%;
    margin: 0 auto;
  }
  .main #section4 .swiper-slide {
    display: block;
  }
  .main #section4 .swiper-slide .text {
    width: 100%;
    text-align: center;
  }
  .main #section4 .swiper-slide .text .subtitle,
.main #section4 .swiper-slide .text .title {
    max-width: none;
  }
  .main #section4 .swiper-slide .img {
    max-width: 810px;
    margin: 2.5rem auto 0;
  }
  .main #section4 .swiper-pagination {
    left: 50%;
    top: auto;
    bottom: 1rem;
    width: auto;
    transform: translateX(-50%);
  }
  .main #section4 .btn-top {
    display: none;
  }
  .btn-top {
    display: flex;
    position: fixed;
    border: 1px solid #c9c9c9;
  }
  header.vol122 ~ .main #section0 .animate {
    transform: translateX(0);
  }
  header.vol122 ~ .main #section0 .animate .layer05 {
    left: 75%;
  }
  header.vol123 ~ .main #section0 {
    background-position-y: -150px;
  }
  header.vol124 ~ .main #section0 {
    background-image: url("/page/vol124/img/section01_mo.jpg") !important;
    background-size: contain;
    background-position: center -200px;
  }
  header.vol124 ~ .main #section0 .animate {
    right: 0;
  }
  header.vol124 ~ .main #section0 .animate .layer01, header.vol124 ~ .main #section0 .animate .layer02, header.vol124 ~ .main #section0 .animate .layer03 {
    width: 100%;
  }
  header.vol124 ~ .main #section0 .animate .layer04 {
    width: 14%;
    left: 3%;
  }
  header.vol124 ~ .main #section0 .animate .layer05 {
    width: 8%;
  }
  header.vol124 ~ .main #section0 .animate .layer06 {
    width: 13%;
  }
  header.vol124 ~ .main #section0 .animate .layer07 {
    width: 11%;
  }
  header.vol124 ~ .main #section0 .animate .layer08 {
    width: 8%;
  }
  header.vol124 ~ .main #section0 .animate .layer09 {
    width: 12%;
  }
  header.vol124 ~ .main #section0 .animate .layer10 {
    width: 13%;
    right: 5%;
  }
  header.vol124 ~ .main #section0 .animate .layer11 {
    display: none;
  }
  header.vol124 ~ .main #section0 .text h2 {
    position: relative;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  header.vol124 ~ .main #section0 .text h2 img {
    display: block;
    max-width: 100%;
  }
  header.vol125 ~ .main #section0 .animate .layer05 {
    display: block;
    width: 30%;
    top: 12%;
    left: 6%;
  }
  header.vol125 ~ .main #section0 .text {
    width: auto;
    height: auto !important;
  }
  header.vol125 ~ .main #section0 .text .title {
    display: none;
  }
  header.vol125 ~ .main #section0 .text h2 {
    width: 100%;
  }
  header.vol126 ~ .main #section0 .text {
    width: auto;
    height: auto !important;
    background: #45282E;
  }
  header.vol126 ~ .main #section0 .text .title {
    display: none;
  }
  header.vol126 ~ .main #section0 .text h2 {
    width: 100%;
  }
  header.vol126 ~ .main #section0 .text h2 span b {
    color: #fff !important;
  }
  header.vol127 ~ .main #section0 {
    background-position: 100% 0 !important;
  }
  header.vol127 ~ .main #section0 .animate .layer00 {
    display: block;
    width: 100%;
    opacity: 0;
  }
  header.vol127 ~ .main #section0 .animate .layer01 {
    width: 100%;
  }
  header.vol127 ~ .main #section0 .animate .layer02 {
    display: block;
    width: 24.56%;
    max-width: 24.56%;
    left: 10%;
  }
  header.vol127 ~ .main #section0 .animate .layer03, header.vol127 ~ .main #section0 .animate .layer04, header.vol127 ~ .main #section0 .animate .layer05 {
    display: block;
    width: 11.08%;
  }
  header.vol127 ~ .main #section0 .text {
    padding: 0;
    width: 100%;
    background-color: #052532;
  }
  header.vol127 ~ .main #section0 .text h2 {
    margin: 0 auto;
  }
  header.vol127 ~ .main #section0 .text h2 > span {
    margin: 0;
  }
  header.vol127 ~ .main #section0 .text h2 > span b {
    color: #fff !important;
  }
  header.vol127 ~ .main #section0 .text h2 .title {
    display: none;
  }
  header.vol128 ~ .main #section0 {
    background-image: url("/page/vol128/img/section01_mo.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
  }
  header.vol128 ~ .main #section0 .animate {
    min-width: auto;
    width: auto;
    margin: 0 auto;
  }
  header.vol128 ~ .main #section0 .animate > span {
    max-width: 720px;
    margin: 0 auto;
  }
  header.vol128 ~ .main #section0 .animate .layer_title {
    position: relative;
    display: block;
    width: 100%;
  }
  header.vol128 ~ .main #section0 .animate .layer00, header.vol128 ~ .main #section0 .animate .layer01 {
    display: none;
  }
  header.vol128 ~ .main #section0 .animate .layer02.mo, header.vol128 ~ .main #section0 .animate .layer03.mo {
    display: block;
    top: 0;
    width: 100%;
    max-width: 340px;
    -webkit-animation-name: Frame;
            animation-name: Frame;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    top: auto;
  }
  header.vol128 ~ .main #section0 .animate .layer02.mo {
    left: 0;
    bottom: 10%;
  }
  header.vol128 ~ .main #section0 .animate .layer03.mo {
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    left: auto;
    right: 0;
    bottom: 10%;
  }
  header.vol128 ~ .main #section0 .animate .layer02, header.vol128 ~ .main #section0 .animate .layer03 {
    display: none;
  }
  header.vol128 ~ .main #section0 .text {
    padding: 0;
    width: 100%;
    background-color: #052532;
  }
  header.vol128 ~ .main #section0 .text > h2 {
    margin: 0 auto;
  }
  header.vol128 ~ .main #section0 .text > h2 b {
    color: #fff !important;
  }
  header.vol128 ~ .main #section0 .text > h2 span {
    margin: 0;
  }
  header.vol128 ~ .main #section0 .text > h2 .title {
    display: none;
  }
  header.vol129 ~ .main #section0 {
    background-image: url("/page/vol129/img/section01_mo.jpg") !important;
    background-repeat: no-repeat;
  }
  header.vol129 ~ .main #section0 .animate .layer01, header.vol129 ~ .main #section0 .animate .layer02, header.vol129 ~ .main #section0 .animate .layer03, header.vol129 ~ .main #section0 .animate .layer04, header.vol129 ~ .main #section0 .animate .layer05 {
    display: none;
  }
  header.vol129 ~ .main #section0 .animate .layer01_mo, header.vol129 ~ .main #section0 .animate .layer02_mo, header.vol129 ~ .main #section0 .animate .layer03_mo, header.vol129 ~ .main #section0 .animate .layer04_mo, header.vol129 ~ .main #section0 .animate .layer05_mo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header.vol129 ~ .main #section0 .animate .layer01_mo {
    position: relative;
  }
  header.vol129 ~ .main #section0 .animate .layer_title_mo {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  header.vol129 ~ .main #section0 .text {
    padding: 0;
    width: 100%;
    background-color: #052532;
  }
  header.vol129 ~ .main #section0 .text > h2 {
    margin: 0 auto;
  }
  header.vol129 ~ .main #section0 .text > h2 b {
    color: #fff !important;
  }
  header.vol129 ~ .main #section0 .text > h2 span {
    margin: 0;
  }
  header.vol129 ~ .main #section0 .text > h2 .title {
    display: none;
  }
  header.vol130 ~ .main #section0 {
    background-image: url("/page/vol130/img/section01_mo.png") !important;
    background-repeat: no-repeat;
  }
  header.vol130 ~ .main #section0 .animate {
    width: 100%;
  }
  header.vol130 ~ .main #section0 .animate > span {
    left: 0;
    transform: none;
    width: auto;
  }
  header.vol130 ~ .main #section0 .animate .layer01, header.vol130 ~ .main #section0 .animate .layer02, header.vol130 ~ .main #section0 .animate .layer03, header.vol130 ~ .main #section0 .animate .layer04 {
    display: none;
  }
  header.vol130 ~ .main #section0 .animate .layer02_mo, header.vol130 ~ .main #section0 .animate .layer03_mo, header.vol130 ~ .main #section0 .animate .layer04_mo, header.vol130 ~ .main #section0 .animate .layer_title_mo {
    display: block;
    width: 100%;
    bottom: 0;
    top: auto;
  }
  header.vol130 ~ .main #section0 .animate .layer02_mo {
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    opacity: 1;
    transform: scale(1);
    left: 0;
  }
  @-webkit-keyframes ball2_mo {
    0% {
      top: 0px;
    }
    30% {
      top: -150px;
    }
    100% {
      top: 10px;
      left: 20vw;
    }
  }
  @keyframes ball2_mo {
    0% {
      top: 0px;
    }
    30% {
      top: -150px;
    }
    100% {
      top: 10px;
      left: 20vw;
    }
  }
  header.vol130 ~ .main #section0 .animate .layer03 {
    -webkit-animation-name: ball2_mo;
            animation-name: ball2_mo;
  }
  header.vol130 ~ .main #section0 .text .title {
    display: none !important;
  }
  header.vol130 ~ .main #section0 .text h2 {
    margin: 0 auto;
  }
  header.vol131 ~ .main #section0 .animate {
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  header.vol131 ~ .main #section0 .animate > span {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  header.vol131 ~ .main #section0 .animate .layer01, header.vol131 ~ .main #section0 .animate .layer02 {
    display: none;
  }
  header.vol131 ~ .main #section0 .animate .layer_title_mo, header.vol131 ~ .main #section0 .animate .layer01_mo, header.vol131 ~ .main #section0 .animate .layer02_mo {
    display: block;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
  }
  header.vol131 ~ .main #section0 .text h2 {
    margin: 0 auto;
  }
  header.vol131 ~ .main #section0 .text h2 .title {
    display: none;
  }
  header.vol131 ~ .main #section0 .text h2 > span b {
    color: #fff !important;
    font-size: 36px;
  }
  header.vol132 ~ .main #section0 .animate {
    right: 0;
  }
  header.vol132 ~ .main #section0 .animate > span .layer01, header.vol132 ~ .main #section0 .animate > span .layer02, header.vol132 ~ .main #section0 .animate > span .layer03, header.vol132 ~ .main #section0 .animate > span .layer04, header.vol132 ~ .main #section0 .animate > span .layer05, header.vol132 ~ .main #section0 .animate > span .layer06 {
    display: none;
  }
  header.vol132 ~ .main #section0 .animate > span .section01_mo, header.vol132 ~ .main #section0 .animate > span .title_mo, header.vol132 ~ .main #section0 .animate > span .layer01_mo, header.vol132 ~ .main #section0 .animate > span .layer02_mo, header.vol132 ~ .main #section0 .animate > span .layer03_mo, header.vol132 ~ .main #section0 .animate > span .layer05_mo {
    display: block;
    width: 100%;
  }
  header.vol132 ~ .main #section0 .animate > span .section01_mo {
    position: relative;
  }
  header.vol132 ~ .main #section0 .animate > span .layer01_mo, header.vol132 ~ .main #section0 .animate > span .layer02_mo, header.vol132 ~ .main #section0 .animate > span .layer03_mo, header.vol132 ~ .main #section0 .animate > span .layer05_mo, header.vol132 ~ .main #section0 .animate > span .title_mo {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header.vol132 ~ .main #section0 .animate > span .layer02_mo {
    z-index: 2;
  }
  header.vol132 ~ .main #section0 .animate > span .layer05_mo {
    width: 150%;
    z-index: 5;
    left: -50%;
  }
  header.vol132 ~ .main #section0 .text h2 {
    margin: 0 auto;
  }
  header.vol132 ~ .main #section0 .text h2 .title {
    display: none;
  }
  header.vol132 ~ .main #section0 .text h2 > span b {
    color: #fff !important;
    font-size: 36px;
  }
}
/*Ipad Pro*/
@media (max-width: 1024px) {
  .main #section1 .swiper-slide {
    width: 30%;
  }
  .main #section2 .swiper-slide {
    width: 40%;
  }
  .main #section3 .swiper-slide {
    width: 45%;
  }
}
/*Ipad*/
@media (max-width: 991.98px) {
  .main #section0 .animate {
    margin: 0 0 -23.22px;
  }
  .main #section0 .text {
    margin-top: 23.22px;
  }
  .main #section0 .text > h2 {
    font-size: 3.25rem;
  }
  .main #section0 .text > span {
    margin: -23.22px 0 0;
    font-size: 1.15rem;
  }
  .main #section1 .swiper-slide {
    width: 47.5%;
    margin: 0 5% 0 0;
  }
  .main #section2 .swiper-slide {
    width: 60%;
  }
  .main #section3 .swiper-slide {
    width: 95%;
    margin: 0 5% 0 0;
  }
}
/*Tablet*/
@media (max-width: 767.98px) {
  .main #section0 {
    margin-top: 137px;
  }
  .main #section0 .animate {
    overflow: hidden;
  }
  .main #section0 .animate > span {
    position: relative;
    left: 55.5%;
    width: 155%;
    transform: translateX(-50%);
  }
  header.vol122 ~ .main #section0 {
    background-size: 350%;
    background-position-x: 72% !important;
    background-position-y: 0;
  }
  header.vol122 ~ .main #section0 .animate {
    display: block;
  }
  header.vol122 ~ .main #section0 .animate > span {
    left: 70%;
  }
  header.vol122 ~ .main #section0 .animate > span img {
    width: 80%;
  }
  header.vol122 ~ .main #section0 .animate .layer05 {
    width: 20%;
    left: 45%;
  }
  header.vol123 ~ .main #section0 {
    background-image: url("/page/vol123/img/section01_mo.jpg") !important;
  }
  header.vol123 ~ .main #section0 .animate > span {
    left: 35%;
  }
  header.vol123 ~ .main #section0 .animate .layer01 {
    opacity: 0;
  }
  header.vol123 ~ .main #section0 .animate .layer02 {
    left: 5%;
  }
  header.vol123 ~ .main #section0 .animate .layer03 {
    top: -3%;
    left: -3%;
  }
  header.vol123 ~ .main #section0 .animate .layer04 {
    left: -3%;
  }
  header.vol124 ~ .main #section0 {
    background-position: center -50px !important;
    background-size: contain;
  }
  header.vol124 ~ .main #section0 .animate {
    right: 6%;
    bottom: -3%;
    overflow: visible;
  }
  header.vol124 ~ .main #section0 .animate .layer11, header.vol124 ~ .main #section0 .animate .layer06, header.vol124 ~ .main #section0 .animate .layer08, header.vol124 ~ .main #section0 .animate .layer09 {
    display: none;
  }
  header.vol124 ~ .main #section0 .animate .layer05 {
    width: 8%;
    top: 24%;
    left: 22%;
  }
  header.vol124 ~ .main #section0 .animate .layer04 {
    width: 14%;
    top: 2%;
    left: 32%;
  }
  header.vol124 ~ .main #section0 .animate .layer07 {
    top: 8%;
    left: auto;
    right: 37%;
  }
  header.vol124 ~ .main #section0 .animate .layer10 {
    width: 13%;
    top: 11%;
    right: 22%;
  }
  header.vol125 ~ .main #section0 {
    background: linear-gradient(0deg, #fe9 0%, #f55 70%, #f55 100%);
  }
  header.vol125 ~ .main #section0 .animate > span {
    width: 100%;
    left: 0;
    transform: translate(0);
  }
  header.vol125 ~ .main #section0 .animate .layer00 {
    width: 150%;
  }
  header.vol125 ~ .main #section0 .animate .layer01, header.vol125 ~ .main #section0 .animate .layer02, header.vol125 ~ .main #section0 .animate .layer03, header.vol125 ~ .main #section0 .animate .layer04 {
    display: none;
  }
  header.vol125 ~ .main #section0 .animate .layer05 {
    position: absolute;
    width: 70%;
    top: auto;
    left: 50%;
    bottom: 56%;
    transform: translateX(-50%);
  }
  header.vol125 ~ .main #section0 .animate .layer06 {
    position: relative;
    display: block;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  header.vol126 ~ .main #section0 {
    background-position: 74% 0 !important;
  }
  header.vol126 ~ .main #section0 .animate > span {
    width: 100%;
    left: 50%;
  }
  header.vol126 ~ .main #section0 .animate > span .layer01, header.vol126 ~ .main #section0 .animate > span .layer02, header.vol126 ~ .main #section0 .animate > span .layer03, header.vol126 ~ .main #section0 .animate > span .layer04, header.vol126 ~ .main #section0 .animate > span .layer05 {
    display: none;
  }
  header.vol126 ~ .main #section0 .animate > span .layer01.mobile, header.vol126 ~ .main #section0 .animate > span .layer02.mobile, header.vol126 ~ .main #section0 .animate > span .layer05.mobile, header.vol126 ~ .main #section0 .animate > span .layer06.mobile {
    display: block;
  }
  header.vol126 ~ .main #section0 .animate > span .layer02.mobile {
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
  header.vol126 ~ .main #section0 .animate > span .layer06.mobile {
    left: 0;
    top: -2%;
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  header.vol127 ~ .main #section0 {
    background-image: url(/page/vol127/img/section01_mo.jpg) !important;
  }
  header.vol127 ~ .main #section0 .animate > span {
    left: 50%;
  }
  header.vol127 ~ .main #section0 .animate > span .layer00, header.vol127 ~ .main #section0 .animate > span .layer01, header.vol127 ~ .main #section0 .animate > span .layer02 {
    display: none;
  }
  header.vol127 ~ .main #section0 .animate > span .layer01.mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
  header.vol127 ~ .main #section0 .animate > span .layer03 {
    top: 53%;
    left: 15%;
    width: 14%;
  }
  header.vol127 ~ .main #section0 .animate > span .layer04 {
    top: 43%;
    left: 72%;
    width: 15%;
  }
  header.vol127 ~ .main #section0 .animate > span .layer05 {
    top: 65%;
    left: 70%;
    width: 15%;
  }
  header.vol127 ~ .main #section0 .animate > span .layer06.mobile {
    display: block;
    width: 100%;
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 4.5s;
            animation-duration: 4.5s;
  }
  header.vol127 ~ .main #section0 .text {
    background-color: #052532;
  }
  header.vol127 ~ .main #section0 .text h2 {
    width: 100%;
  }
  header.vol128 ~ .main #section0 .animate > span {
    transform: none;
    left: 0;
    width: 100%;
  }
  header.vol128 ~ .main #section0 .animate .layer02.mo {
    width: 44%;
    left: 5%;
  }
  header.vol128 ~ .main #section0 .animate .layer03.mo {
    width: 44%;
    right: 5%;
  }
  header.vol128 ~ .main #section0 .text {
    margin-top: 0;
  }
  header.vol129 ~ .main #section0 .animate > span {
    left: 0;
    width: 100%;
    transform: translateX(0%);
  }
  header.vol132 ~ .main #section0 .animate > span {
    left: 0;
    width: 100%;
    transform: translateX(0%);
  }
}
/*Mobile*/
@media (max-width: 575.98px) {
  .main .section .category .title {
    padding: 0.75rem 0 0.65rem;
  }
  .main .section .category .title > img {
    max-width: 20px;
    max-height: 20px;
  }
  .main .section .category .title > h2 {
    margin: 3px 0 0 !important;
    font-size: 1.15rem;
  }
  .main .section .contents {
    padding: 2rem 0;
  }
  .main #section0 {
    margin-top: 110px;
  }
  .main #section0 .animate {
    margin: 0 0 -20px;
  }
  .main #section0 .text {
    padding: 0 5%;
    margin-top: 20px;
  }
  .main #section0 .text > h2 {
    padding: 1.15rem 0;
    font-size: 2rem;
  }
  .main #section0 .text > span {
    margin: -20px 0 0;
    font-size: 0.85rem;
  }
  .main #section1 .top {
    width: 90%;
  }
  .main #section1 .top .text > h3 {
    font-size: 1.15rem;
  }
  .main #section1 .top .text > p {
    font-size: 0.85rem;
    line-height: 1.45;
  }
  .main #section1 .bottom {
    width: 90%;
    margin: 2rem auto 0;
    padding-right: 30px;
  }
  .main #section1 .swiper-slide {
    width: 80%;
    margin: 0 7.5% 0 0;
  }
  .main #section1 .swiper-slide > p {
    font-size: 0.85rem;
  }
  .main #section1 .swiper-button-next {
    width: 60px;
    height: 60px;
    background-size: 20px;
  }
  .main #section2 .contents .title {
    width: 90%;
    font-size: 1.25rem;
  }
  .main #section2 .swiper-slide {
    width: 70%;
    margin: 0 4%;
  }
  .main #section2 .swiper-slide .text > h4 {
    font-size: 1rem;
  }
  .main #section3 .wrap {
    width: 90%;
  }
  .main #section3 .left .text > h3 {
    font-size: 1.15rem;
  }
  .main #section3 .left .text > span {
    font-size: 0.85rem;
  }
  .main #section3 .left .text > p {
    font-size: 0.85rem;
  }
  .main #section3 .right {
    padding-right: 30px;
    margin-top: 2rem;
  }
  .main #section3 .swiper-slide {
    width: 100%;
  }
  .main #section3 .swiper-slide .text {
    font-size: 0.85rem;
  }
  .main #section3 .swiper-button-next {
    width: 60px;
    height: 60px;
    background-size: 19px;
  }
  .main #section4 .swiper-container {
    width: 90%;
  }
  .main #section4 .swiper-slide .text .subtitle {
    font-size: 0.85rem;
  }
  .main #section4 .swiper-slide .text .title {
    font-size: 1.15rem;
    line-height: 1.25;
  }
  .main #section4 .swiper-slide .text .title > b {
    font-size: 1.15rem;
  }
  .main #section4 .swiper-slide .img {
    margin-top: 2rem;
  }
  .main #section4 .swiper-slide .img > img {
    display: none;
  }
  .main #section4 .swiper-slide .img > img.mo {
    display: block;
  }
  .btn-top {
    bottom: 1rem;
    width: 42.5px;
    height: 42.5px;
  }
  .btn-top > img {
    height: 16px;
  }
  .popup .video .video_close {
    top: calc(-20px - 0.25rem);
    width: 21px;
    height: 20px;
  }
  @-webkit-keyframes ball {
    30% {
      top: 30px;
    }
    70% {
      top: 50px;
      left: 48%;
    }
    100% {
      top: 50px;
      left: 48%;
    }
  }
  @keyframes ball {
    30% {
      top: 30px;
    }
    70% {
      top: 50px;
      left: 48%;
    }
    100% {
      top: 50px;
      left: 48%;
    }
  }
  header.vol123 ~ .main #section0 .animate .layer05 {
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    width: 13%;
  }
  header.vol125 ~ .main #section0 .animate > span {
    width: 100%;
    left: 0;
    transform: translate(0);
  }
  header.vol125 ~ .main #section0 .animate .layer05 {
    top: 5%;
  }
  header.vol125 ~ .main #section0 .animate .layer06 {
    display: block;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  header.vol125 ~ .main #section0 .text h2 {
    font-size: 1.3rem;
  }
}
.sub {
  position: relative;
  margin-right: 75px;
  overflow: hidden;
}
.sub .movement {
  position: absolute;
  left: 10%;
  top: 75px;
  z-index: 994;
}
.sub .movement .prev, .sub .movement .now, .sub .movement .next {
  display: block;
  padding: 0.65rem 0 0.4rem;
}
.sub .movement .prev > span, .sub .movement .now > span, .sub .movement .next > span {
  display: block;
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  color: #fff;
}
.sub .movement .prev > span::before {
  display: inline-block;
  content: "∧";
  margin-right: 0.5rem;
}
.sub .movement .now {
  display: inline-block;
  padding: 0.65rem 1.25rem 0.4rem;
  margin: 0.25rem 0;
  border-radius: 1rem;
  background-color: #fff;
}
.sub .movement .now > span {
  font-family: "GmarketSansBold";
  color: #013c8c;
}
.sub .movement .next > span::before {
  display: inline-block;
  content: "∨";
  margin-right: 0.5rem;
}
.sub .function {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  padding-bottom: 1rem;
  background-color: #f7f8f8;
  z-index: 994;
}
.sub .function .function_wrap > button {
  display: block;
  min-width: 55px;
  height: 55px;
  cursor: pointer;
}
.sub .function .function_wrap > button > img {
  display: block;
  margin: 0 auto;
}
.sub .function .function_wrap > button > small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.6rem;
  font-weight: 500;
}
.sub .function #like {
  position: relative;
}
.sub .function #like::before {
  display: block;
  content: "";
  width: 27px;
  height: 26px;
  margin: 0 auto;
  background-image: url("../images/2022_function01.png");
  background-size: 100%;
  z-index: 1;
}
.sub .function #like .heart {
  position: absolute;
  left: 0;
  top: 20px;
  width: 12.25px;
  opacity: 0;
  z-index: 2;
}
.sub .function #like .heart > i {
  display: block;
  font-size: 0.65rem;
  color: #f19ec2;
}
.sub .function #like .heart:nth-last-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sub .function #like .heart:nth-last-child(2) {
  left: 50%;
  margin-left: -6.125px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sub .function #like .heart:nth-last-child(1) {
  left: 42.5px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sub .function #like.on::before {
  background-position: center bottom;
}
.sub .function #like.on .heart {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: hearts;
          animation-name: hearts;
}
.sub .function #share {
  display: none;
}
.sub .subTop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 10%;
  max-height: 862px;
  background-position: center;
  background-size: cover;
}
.sub .subTop #crawling-nav-depth1 {
  display: none;
}
.sub .subTop .title {
  font-family: "GmarketSansBold";
  font-weight: normal;
  font-size: 2.75rem;
  word-break: keep-all;
  color: #fff;
}
.sub .subTop .subtitle {
  margin: 0.5rem 0;
  font-family: "GmarketSansLight";
  font-size: 1.45rem;
  color: #fff;
}
.sub .subTop .by {
  margin-top: 1.5rem;
  overflow: hidden;
}
.sub .subTop .by > span {
  display: inline-block;
  float: left;
  margin-right: 0.75rem;
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  color: #fff;
}
.sub .subTop .by > span:last-child {
  margin-right: 0;
}
.sub .subTop .text {
  margin-top: 0.75rem;
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  color: #fff;
}
.sub .subTop .boxTop {
  display: none;
}
.sub .subTop.circle {
  justify-content: start;
  align-items: center;
  height: 630px;
  padding-top: 135px;
  background-image: url("../images/2022_subtop.jpg");
  background-position: 90% 0%;
}
.sub .subTop.circle .circle_bg {
  display: block;
  content: "";
  position: absolute;
  top: 288px;
  left: 50%;
  width: 2049px;
  height: 1105px;
  border-radius: 100%;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}
.sub .subTop.circle .text {
  text-align: center;
}
.sub .subTop.circle + .subBottom {
  margin-top: -160px;
  padding-top: 0;
}
.sub .subTop.circle ~ .subBottom {
  position: relative;
  z-index: 2;
}
.sub .subTop.program {
  display: block;
  height: auto !important;
  max-height: none;
  padding-top: 85px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1845px;
  text-align: center;
}
.sub .subTop.program .boxTop {
  display: block;
  min-height: 340px;
}
.sub .subTop.program .boxTop .img {
  display: block;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.sub .subTop.program .boxBottom > h3 {
  margin: 0 auto;
  font-family: "GmarketSansBold";
  font-size: 2rem;
  font-weight: normal;
  word-break: keep-all;
}
.sub .subTop.program .boxBottom > p {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  word-break: keep-all;
}
.sub .subTop.program .boxBottom > span {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  margin-top: 2rem;
  border-radius: 2rem;
  font-size: 1rem;
  background-color: #ff9228;
  word-break: keep-all;
  color: #fff;
}
.sub .subTop.program .boxBottom > img {
  display: block;
  margin: 1.5rem auto 0;
  max-width: 100%;
}
.sub .subBottom {
  padding: 5rem calc((100% - 1200px) / 2);
}
.sub .subBottom .textbox {
  padding-bottom: 3rem;
}
.sub .subBottom .textbox h3 {
  padding-bottom: 1.25rem;
  font-size: 1.45rem;
  line-height: 1.25;
  word-break: keep-all;
}
.sub .subBottom .textbox h3 * {
  font-size: 1.45rem;
}
.sub .subBottom .textbox h4 {
  padding-bottom: 0.75rem;
  font-size: 1.15rem;
  line-height: 1.25;
}
.sub .subBottom .textbox h4 * {
  font-size: 1.15rem;
}
.sub .subBottom .textbox h5.epilogue {
  padding-bottom: 1.75rem;
}
.sub .subBottom .textbox h5.epilogue > span {
  font-family: "GmarketSansMedium";
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 1.55;
  word-break: break-all;
  text-align: justify;
}
.sub .subBottom .textbox p {
  padding-bottom: 1.75rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}
.sub .subBottom .textbox p * {
  font-size: 0.9rem;
}
.sub .subBottom .textbox b {
  font-weight: 500;
}
.sub .subBottom .textbox small {
  font-size: 80%;
}
.sub .subBottom .textbox img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.sub .subBottom .textbox .img {
  text-align: center;
}
.sub .subBottom .textbox .img > span {
  display: inline-block;
  margin-bottom: -5.75px;
}
.sub .subBottom .textbox .img > span small {
  display: block;
  padding: 0.5rem 3px 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: oblique;
  color: #565656;
  text-align: right;
  word-break: keep-all;
}
.sub .subBottom .textbox .img.download > span {
  position: relative;
  cursor: pointer;
}
.sub .subBottom .textbox .img.download .btn_download {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 63px;
  background-image: url("../images/2022_download.png");
  background-size: 100%;
  z-index: 3;
  cursor: pointer;
}
.sub .subBottom .textbox .img.download:hover .btn_download {
  display: inline-block;
}
.sub .subBottom .textbox .flex {
  display: flex;
  align-items: start;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 1.75rem;
}
.sub .subBottom .textbox .flex > span {
  display: inline-block;
  margin-right: 1rem;
}
.sub .subBottom .textbox .flex > span:last-child {
  margin-right: 0;
}
.sub .subBottom .textbox .flex02 {
  display: flex;
}
.sub .subBottom .textbox .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.sub .subBottom .textbox .video iframe,
.sub .subBottom .textbox .video object,
.sub .subBottom .textbox .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub .subBottom .textbox .table {
  margin-bottom: 1.75rem;
  overflow: auto;
}
.sub .subBottom .textbox .table table {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 100%;
}
.sub .subBottom .textbox .table table th, .sub .subBottom .textbox .table table td {
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  word-break: break-all;
  text-align: justify;
}
.sub .subBottom .textbox .table table th:last-child, .sub .subBottom .textbox .table table td:last-child {
  border-right: none;
}
.sub .subBottom .textbox .table table th {
  font-weight: 500;
  border-bottom: 1px solid #c9c9c9;
  background-color: #deeaf8;
  text-align: center;
  word-break: keep-all;
}
.sub .subBottom .textbox .table table .th {
  font-weight: 500;
  background-color: #deeaf8;
  text-align: center;
  word-break: keep-all;
}
.sub .subBottom .textbox .table .center td {
  text-align: center;
  word-break: keep-all;
}
.sub .subBottom .textbox .btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.sub .subBottom .textbox .btn > img {
  display: block;
  max-width: 100%;
}
.sub .subBottom .textbox .btn02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub .subBottom .textbox .btn02 > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  margin-right: 0.5rem;
  border-radius: 100%;
  background-color: #013c8c;
}
.sub .subBottom .textbox .btn02 > span i,
.sub .subBottom .textbox .btn02 > span svg,
.sub .subBottom .textbox .btn02 > span path {
  color: #fff;
}
.sub .subBottom .textbox .btn02 > b {
  max-width: calc(100% - (49px + 0.5rem));
  font-size: 0.9rem;
}
.sub .subBottom .textbox .btn03 {
  display: block;
  margin: 0 auto;
  width: 267px;
  height: 75px;
  font-family: "GmarketSansMedium";
  font-size: 1.25rem;
  background-image: url("../images/2022_apply.jpg");
  background-size: 100%;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.sub .subBottom .textbox .marker {
  background: linear-gradient(to top, #fbf9c6 40%, transparent 30%);
}
.sub .subBottom .textbox .tag01, .sub .subBottom .textbox .tag03 {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
  padding: 0.5rem 1rem 0.25rem;
  margin-bottom: 1rem;
  background-color: #dfeaf9;
  color: #013c8c;
}
.sub .subBottom .textbox .tag01::after, .sub .subBottom .textbox .tag03::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 14px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid #dfeaf9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.sub .subBottom .textbox .tag03 {
  background-color: #013c8c;
  color: #fff;
}
.sub .subBottom .textbox .tag03::after {
  border-top: 10px solid #013c8c;
}
.sub .subBottom .textbox .tag02 {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem 0.35rem;
  margin-bottom: 1.75rem;
  background-color: #000000;
  color: #fff;
}
.sub .subBottom .textbox .tag04 {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
  padding: 0.5rem 1rem 0.25rem;
  margin-bottom: 1rem;
  background-color: #dfeaf9;
  color: #013c8c;
}
.sub .subBottom .textbox .tag04::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 130px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid #dfeaf9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.sub .subBottom .textbox .box01 {
  padding: 1.25rem;
  margin-bottom: 1.75rem;
  background-color: #f4f4f4;
}
.sub .subBottom .textbox .box02 {
  padding: 1.25rem;
  margin-bottom: 1.75rem;
  border: 1px dashed #c9c9c9;
}
.sub .subBottom .textbox .box03 {
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.75rem;
  border-radius: 0.75rem;
  background-color: #f4f4f4;
}
.sub .subBottom .textbox .box03::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  top: 1rem;
  width: 24px;
  height: 48px;
  background-color: #f4f4f4;
  background-image: url("../images/2022_speech.png");
  z-index: 1;
}
.sub .subBottom .textbox h3:last-child, .sub .subBottom .textbox h4:last-child, .sub .subBottom .textbox h5:last-child, .sub .subBottom .textbox p:last-child, .sub .subBottom .textbox .flex:last-child {
  padding-bottom: 0;
}
.sub .subBottom .textbox .tag01:last-child, .sub .subBottom .textbox .tag03:last-child, .sub .subBottom .textbox .box01:last-child, .sub .subBottom .textbox .box02:last-child, .sub .subBottom .textbox .box03:last-child {
  margin-bottom: 0;
}
.sub .subBottom .textbox .circle {
  width: 20px;
  height: 20px;
  font-size: 0.65rem;
  line-height: 24px;
  border-radius: 100%;
  background-color: #013c8c;
  color: #fff;
  text-align: center;
}
.sub .subBottom .textbox:last-child {
  padding: 0;
}
.sub .subBottom .swiper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sub .subBottom .swiper .swiper-container {
  max-width: calc(100% - 216px);
  margin: 0 2.5rem;
}
.sub .subBottom .swiper .swiper-prev,
.sub .subBottom .swiper .swiper-next {
  width: 48px;
  height: 47px;
  background-image: url("../images/2022_swiper.png");
  background-size: 100%;
  cursor: pointer;
}
.sub .subBottom .swiper .swiper-prev > span,
.sub .subBottom .swiper .swiper-next > span {
  display: none;
}
.sub .subBottom .swiper .swiper-next {
  background-position: center bottom;
}
.sub .subBottom .swiper .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  left: 50%;
  width: auto;
  padding: 0.35rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 0.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translateX(-50%);
}
.sub .subBottom .swiper .swiper-pagination > span {
  margin: 0 5px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
}
.sub .subBottom .comment > li {
  padding: 1.25rem 0;
  border-top: 1px solid #c9c9c9;
}
.sub .subBottom .comment > li:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.sub .subBottom .comment_pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.sub .subBottom .comment_pagenation .first, .sub .subBottom .comment_pagenation .prev, .sub .subBottom .comment_pagenation .num, .sub .subBottom .comment_pagenation .next, .sub .subBottom .comment_pagenation .last {
  display: inline-block;
  width: 31px;
  height: 31px;
  border: 1px solid #c9c9c9;
  font-size: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.sub .subBottom .comment_pagenation .first > span, .sub .subBottom .comment_pagenation .prev > span, .sub .subBottom .comment_pagenation .num > span, .sub .subBottom .comment_pagenation .next > span, .sub .subBottom .comment_pagenation .last > span {
  display: none;
}
.sub .subBottom .comment_pagenation .first {
  margin-right: 0.25rem;
  background-image: url("../images/2022_pagenation01.png");
}
.sub .subBottom .comment_pagenation .prev {
  margin-right: 0.25rem;
  background-image: url("../images/2022_pagenation02.png");
}
.sub .subBottom .comment_pagenation .num {
  border: none;
  margin: 0;
}
.sub .subBottom .comment_pagenation .next {
  margin-left: 0.25rem;
  background-image: url("../images/2022_pagenation03.png");
}
.sub .subBottom .comment_pagenation .last {
  margin-left: 0.25rem;
  background-image: url("../images/2022_pagenation04.png");
}
.sub .subBottom .submit {
  display: none;
  padding: 3rem 1.5rem 1.5rem;
}
.sub .subBottom .submit .submit_title {
  padding: 0;
  text-align: center;
  word-break: keep-all;
}
.sub .subBottom .submit .submit_info {
  margin-top: 3rem;
}
.sub .subBottom .submit .submit_info > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.sub .subBottom .submit .submit_info > li > span {
  width: 120px;
}
.sub .subBottom .submit .submit_info > li > span > input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #c9c9c9;
  font-size: 0.9rem;
}
.sub .subBottom .submit .submit_info > li > span > textarea {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0.5rem;
  border: 1px solid #c9c9c9;
  font-size: 0.9rem;
}
.sub .subBottom .submit .submit_info > li > span:last-child {
  width: calc(100% - 120px);
}
.sub .subBottom .submit .submit_info > li:last-child {
  margin-bottom: 0;
}
.sub .subBottom .submit .submit_agree {
  margin-top: 1.5rem;
}
.sub .subBottom .submit .submit_check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.sub .subBottom .submit .submit_check > label {
  margin-left: 0.25rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.sub .subBottom .submit .submit_btn {
  display: block;
  width: 220px;
  height: 64px;
  margin: 3rem auto 0;
  font-size: 1rem;
  font-weight: 500;
  background-color: #2b3d98;
  color: #fff;
  cursor: pointer;
}
.sub .subBottom .submit .submit_text {
  margin-top: 1.5rem;
  text-align: center;
  word-break: keep-all;
}
.sub .subBottom .submit.on {
  display: block;
}
.sub .subBottom .last_swiper {
  position: relative;
}
.sub .subBottom .last_swiper .swiper-slide {
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  cursor: pointer;
}
.sub .subBottom .last_swiper .swiper-slide > img {
  max-width: 100%;
}
.sub .subBottom .last_swiper .swiper-slide > p {
  width: 90%;
  margin: 1rem auto 0;
  font-family: "GmarketSansLight";
  font-size: 0.9rem;
  text-align: center;
  word-break: keep-all;
}
.sub .subBottom .last_swiper .swiper-slide:last-child {
  margin-right: 0;
}
.sub .subBottom .last_swiper .swiper-prev,
.sub .subBottom .last_swiper .swiper-next {
  position: absolute;
  left: calc(-58px - 0.75rem);
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(../images/2022_next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  z-index: 2;
}
.sub .subBottom .last_swiper .swiper-prev > span,
.sub .subBottom .last_swiper .swiper-next > span {
  display: none;
}
.sub .subBottom .last_swiper .swiper-next {
  left: auto;
  right: calc(-58px - 0.75rem);
  transform: translateY(-50%) rotate(0deg);
}
.sub .subBottom.program {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.sub .subBottom.program .program-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.sub .subBottom.program .program-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5.25rem;
}
.sub .subBottom.program .program-bottom .tab {
  width: 552px;
  height: 170px;
  font-family: "GmarketSansBold";
  font-size: 2.25rem;
  line-height: 210px;
  border-radius: 1rem;
  background-color: #d4d4d4;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) calc(100% - 0.75rem);
  background-size: 0;
  text-align: center;
  cursor: pointer;
}
.sub .subBottom.program .program-bottom input[type=radio]:checked + .tab {
  margin-top: 0.5rem;
  line-height: 195px;
  background-color: #33aeac;
  background-size: auto;
  color: #fff;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio01:checked ~ .recive {
  display: block;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio01:checked ~ .send {
  display: none;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio01:checked ~ .tab_label01 {
  margin-top: 0.5rem;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio01:checked ~ .tab_label02 {
  margin-top: 0;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio02:checked ~ .recive {
  display: none;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio02:checked ~ .send {
  display: block;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio02:checked ~ .tab_label01 {
  margin-top: 0;
}
.sub .subBottom.program .program-bottom input[type=radio]#radio02:checked ~ .tab_label02 {
  margin-top: 0.5rem;
}
.sub .subBottom.program .program-bottom > label {
  position: absolute;
  left: 50%;
  top: 5.25rem;
  width: 552px;
  height: 170px;
  transform: translateX(-100%);
  cursor: pointer;
  z-index: 2;
  background-color: red;
  opacity: 0;
}
.sub .subBottom.program .program-bottom > label.tab_label02 {
  transform: translateX(0%);
}
.sub .subBottom.program .program-bottom .recive {
  width: 100%;
  max-width: 1195px;
  margin-top: 5rem;
}
.sub .subBottom.program .program-bottom .recive ul {
  display: flex;
  flex-wrap: wrap;
}
.sub .subBottom.program .program-bottom .recive ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 6rem) / 3);
  min-height: 270px;
  padding: 1.5rem;
  margin: 0 3rem 4.5rem 0;
  background-color: #fff;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(3n) {
  margin-right: 0;
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(2) {
  transform: rotate(3deg);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(2) .name, .sub .subBottom.program .program-bottom .recive ul > li:nth-child(2) .text {
  transform: rotate(-2.5deg);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(2) .tape {
  transform: translate(-50%) rotate(-10deg);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(3) {
  transform: rotate(-3deg) translateY(-10px);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(3) .name, .sub .subBottom.program .program-bottom .recive ul > li:nth-child(3) .text {
  transform: rotate(2.5deg) translateY(10px);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(4) .tape {
  transform: translate(-50%) rotate(12deg);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(6) {
  transform: rotate(-2deg);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(6) .name, .sub .subBottom.program .program-bottom .recive ul > li:nth-child(6) .text {
  transform: rotate(1.5deg) translateY(-1px);
}
.sub .subBottom.program .program-bottom .recive ul > li:nth-child(6) .tape {
  transform: translate(-50%) translateY(-10px) rotate(7deg);
}
.sub .subBottom.program .program-bottom .recive ul .name {
  display: inline-block;
  font-family: "GmarketSansMedium";
  font-size: 1rem;
  border-bottom: 1px solid #965d26;
  word-break: keep-all;
  text-align: center;
  color: #965d26;
}
.sub .subBottom.program .program-bottom .recive ul .text {
  max-width: 100%;
  margin-top: 1rem;
  font-family: "GmarketSansMedium";
  font-size: 1.45rem;
  word-break: keep-all;
  text-align: center;
  color: #089896;
}
.sub .subBottom.program .program-bottom .recive ul .tape {
  position: absolute;
  left: 50%;
  top: -15px;
  width: 133px;
  height: 46px;
  background-size: 100%;
  transform: translate(-50%);
}
.sub .subBottom.program .program-bottom .send {
  display: none;
  width: 100%;
  max-width: 945px;
  margin-top: 3rem;
}
.sub .subBottom.program .program-bottom .send .subtitle {
  font-family: "GmarketSansMedium";
  font-size: 1.15rem;
}
.sub .subBottom.program .program-bottom .send .subtitle > small {
  font-family: "GmarketSansLight";
  font-size: 0.8rem;
}
.sub .subBottom.program .program-bottom .send textarea {
  display: block;
  width: 100%;
  height: 206px;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  border-radius: 0.75rem;
  background-color: #fff;
  overflow: auto;
}
.sub .subBottom.program .program-bottom .send .text {
  margin-top: 2rem;
  font-family: "GmarketSansMedium";
  font-size: 0.75rem;
}
.sub .subBottom.program .program-bottom .send .btn {
  display: block;
  min-width: 254px;
  height: 66px;
  padding: 0 1.25rem;
  margin: 2rem auto 0;
  font-family: "GmarketSansMedium";
  font-size: 1.1rem;
  background-color: #ff933b;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.sub .subBottom.program .program-bottom .send .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.sub .subBottom.program .program-bottom .send .box .subtitle {
  width: 160px;
  line-height: 65px;
}
.sub .subBottom.program .program-bottom .send .box .input {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 160px);
}
.sub .subBottom.program .program-bottom .send .box .input > input {
  display: inline-block;
  width: calc((100% - 1rem) / 3);
  height: 65px;
  margin-right: 0.5rem;
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  border-radius: 0.75rem;
  background-color: #fff;
  text-align: center;
}
.sub .subBottom.program .program-bottom .send .box .input > input:last-child {
  margin: 0;
}
.sub .subBottom.program .program-bottom .send .box .agree {
  width: calc(100% - 160px);
  padding: 1.25rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.sub .subBottom.program .program-bottom .send .box .agree .flex02 {
  display: flex;
}
.sub .subBottom.program .program-bottom .send .box .agree b {
  font-weight: 500;
}
.sub .subBottom.program .program-bottom .send .box .check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0.5rem;
}
.sub .subBottom.program .program-bottom .send .box .check > label {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.sub .subBottom.program .program-bottom .send .box .secure {
  display: flex;
  flex-wrap: wrap;
}
.sub .subBottom.program .program-bottom .send .box .secure > span {
  display: inline-block;
  width: 158.5px;
  height: 55px;
  padding: 10px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.sub .subBottom.program .program-bottom .send .box .secure > span > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sub .subBottom.program .program-bottom .send .box .secure > button {
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer;
}
.sub .subBottom.program .program-bottom .send .box .secure > input {
  display: inline-block;
  width: 158.5px;
  height: 55px;
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.sub .subBottom.program .program-bottom .send .box02 {
  margin-bottom: 1rem;
}
.sub .subBottom.program .program-bottom .send .box02 > input {
  display: block;
  width: 100%;
  height: 65px;
  padding: 0 1rem;
  margin-top: 0.5rem;
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  border-radius: 0.75rem;
  background-color: #fff;
}
.sub .subBottom.program .program-pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub .subBottom.program .program-pagenation .first, .sub .subBottom.program .program-pagenation .prev, .sub .subBottom.program .program-pagenation .num, .sub .subBottom.program .program-pagenation .next, .sub .subBottom.program .program-pagenation .last {
  display: inline-block;
  width: 31px;
  height: 31px;
  font-size: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.sub .subBottom.program .program-pagenation .first > span, .sub .subBottom.program .program-pagenation .prev > span, .sub .subBottom.program .program-pagenation .num > span, .sub .subBottom.program .program-pagenation .next > span, .sub .subBottom.program .program-pagenation .last > span {
  display: none;
}
.sub .subBottom.program .program-pagenation .first {
  margin-right: 0.25rem;
  background-image: url("../images/2022_pagenation01.png");
}
.sub .subBottom.program .program-pagenation .prev {
  margin-right: 0.25rem;
  background-image: url("../images/2022_pagenation02.png");
}
.sub .subBottom.program .program-pagenation .num {
  border: none;
  margin: 0;
}
.sub .subBottom.program .program-pagenation .num.on {
  border-radius: 100%;
  background-color: #08aeac;
  color: #fff;
}
.sub .subBottom.program .program-pagenation .next {
  margin-left: 0.25rem;
  background-image: url("../images/2022_pagenation03.png");
}
.sub .subBottom.program .program-pagenation .last {
  margin-left: 0.25rem;
  background-image: url("../images/2022_pagenation04.png");
}
.sub .subBottom.borad .tab {
  border-bottom: 1px solid #c9c9c9;
}
.sub .subBottom.borad .tab .mo {
  display: none;
}
.sub .subBottom.borad .tab > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub .subBottom.borad .tab > ul > li {
  width: 25%;
  height: 73px;
  font-family: "GmarketSansMedium";
  font-size: 1.15rem;
  color: #727272;
}
.sub .subBottom.borad .tab > ul > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #727272;
  cursor: pointer;
}
.sub .subBottom.borad .tab > ul > li.on {
  position: relative;
  color: #333;
}
.sub .subBottom.borad .tab > ul > li.on::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 11px;
  background-image: url("../images/2022_arrow02.png");
  background-size: 100%;
  transform: translateX(-50%);
}
.sub .subBottom.borad .tab > ul > li.on::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.sub .subBottom.borad .tab > ul > li.on > a {
  color: #333;
}
.sub .subBottom.borad .search {
  position: relative;
  max-width: 535px;
  height: 45px;
  margin: 3rem auto;
}
.sub .subBottom.borad .search form {
  display: block;
  height: 100%;
}
.sub .subBottom.borad .search input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 45px 0 1.25rem;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  background-color: #eeeeee;
}
.sub .subBottom.borad .search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../images/2022_search.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.sub .subBottom.borad .search .btn-search > span {
  display: none;
}
.sub .subBottom.borad .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1065px;
  margin: 0 auto;
}
.sub .subBottom.borad .list > li {
  width: 508px;
  margin-right: calc(100% - 1016px);
  margin-bottom: 2.5rem;
}
.sub .subBottom.borad .list > li > a {
  display: block;
}
.sub .subBottom.borad .list > li:nth-child(2n) {
  margin-right: 0;
}
.sub .subBottom.borad .list > li:nth-last-child(1),
.sub .subBottom.borad .list > li:nth-last-child(2) {
  margin-bottom: 0;
}
.sub .subBottom.borad .list .img {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #eeeeee;
  overflow: hidden;
}
.sub .subBottom.borad .list .img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub .subBottom.borad .list .box {
  margin-top: 1rem;
}
.sub .subBottom.borad .list .box .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: keep-all;
}
.sub .subBottom.borad .list .box .info {
  margin-top: 0.5rem;
  overflow: hidden;
}
.sub .subBottom.borad .list .box .info > span {
  display: inline-block;
  float: left;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.8rem;
  font-weight: 300;
  border-right: 1px solid #333;
}
.sub .subBottom.borad .list .box .info > span:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.sub .subBottom.borad .btn-more {
  display: block;
  width: 280px;
  height: 70px;
  margin: 3rem auto 0;
  border: 2px solid #333;
  font-family: "GmarketSansMedium";
  font-size: 1.1rem;
  text-align: center;
  cursor: pointer;
}
.sub .subBottom.borad .btn-more:hover {
  background-color: #333;
  color: #fff;
}
.sub .subBottom.view .view-top {
  max-width: 850px;
  margin: 0 auto;
}
.sub .subBottom.view .view-top .category {
  padding-bottom: 1rem;
  font-family: "GmarketSansMedium";
  font-size: 1.15rem;
  color: #3c4d71;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
}
.sub .subBottom.view .view-top .title {
  margin-top: 2rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: keep-all;
  text-align: center;
}
.sub .subBottom.view .view-bottom {
  max-width: 850px;
  margin: 2rem auto 0;
}
.sub .subBottom.view .view-bottom img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sub .subBottom.view .view-bottom p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}
.sub .subBottom.view .view-pagenation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 4rem auto 0;
  border: 1px solid #c9c9c9;
}
.sub .subBottom.view .view-pagenation .prev, .sub .subBottom.view .view-pagenation .next {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc((100% - 140px) / 2);
  height: 100%;
}
.sub .subBottom.view .view-pagenation .prev > span {
  width: calc(100% - 78px);
  padding: 0 1.5rem;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub .subBottom.view .view-pagenation .prev::before {
  display: inline-block;
  content: "";
  width: 77px;
  height: 100%;
  border-right: 1px solid #c9c9c9;
  background-image: url("../images/2022_view_prev.png");
  background-repeat: no-repeat;
  background-position: center;
}
.sub .subBottom.view .view-pagenation .next {
  left: auto;
  right: 0;
}
.sub .subBottom.view .view-pagenation .next > span {
  width: calc(100% - 78px);
  padding: 0 1.5rem;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub .subBottom.view .view-pagenation .next::after {
  display: inline-block;
  content: "";
  width: 77px;
  height: 100%;
  border-left: 1px solid #c9c9c9;
  background-image: url("../images/2022_view_next.png");
  background-repeat: no-repeat;
  background-position: center;
}
.sub .subBottom.view .view-pagenation .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 77px;
  margin: 0 auto;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  background-color: #3c4d71;
}
.sub .subBottom.view .view-pagenation .list::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 14px;
  margin-right: 0.25rem;
  background-image: url("../images/2022_list.png");
  background-size: 100%;
}
.sub .subBottom.view .view-pagenation .list > span {
  font-size: 0.9rem;
  color: #fff;
}
.sub .subBottom.apply .apply_top {
  width: 850px;
  margin: 0 auto;
}
.sub .subBottom.apply .apply_top .apply_title {
  font-family: "GmarketSansMedium";
  font-size: 1.35rem;
  text-align: center;
  word-break: keep-all;
  color: #3d4d71;
}
.sub .subBottom.apply .apply_top .apply_subtitle {
  margin-top: 0.25rem;
  font-family: "GmarketSansLight";
  font-size: 0.9rem;
  text-align: center;
  word-break: keep-all;
  color: #3d4d71;
}
.sub .subBottom.apply .apply_top .apply_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2rem;
  margin-top: 1.5rem;
  border-top: 1px solid #3d4d71;
}
.sub .subBottom.apply .apply_top .apply_radio > label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0.5rem;
  cursor: pointer;
}
.sub .subBottom.apply .apply_top .apply_radio > label::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin: 2px 0.25rem 0 0;
  border-radius: 100%;
  border: 2px solid #3d4d71;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.sub .subBottom.apply .apply_top .apply_radio > label > span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.sub .subBottom.apply .apply_top .apply_radio input[type=radio]:checked + label::before {
  background-image: url("../images/2022_label.png");
}
.sub .subBottom.apply .apply_top .apply_text {
  margin-top: 2rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #d64300;
}
.sub .subBottom.apply .apply_bottom {
  width: 850px;
  margin: 2rem auto 0;
}
.sub .subBottom.apply .apply_bottom .apply_info > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.sub .subBottom.apply .apply_bottom .apply_info > li > p {
  width: 120px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 40px;
}
.sub .subBottom.apply .apply_bottom .apply_info > li > input,
.sub .subBottom.apply .apply_bottom .apply_info > li > textarea {
  width: calc(100% - 120px);
  padding: 0 0.5rem;
  height: 40px;
  font-size: 0.9rem;
  border: 1px solid #c9c9c9;
}
.sub .subBottom.apply .apply_bottom .apply_info > li > textarea {
  height: 200px;
  padding: 0.5rem;
  overflow: auto;
}
.sub .subBottom.apply .apply_bottom .apply_info > li:last-child {
  margin-bottom: 0;
}
.sub .subBottom.apply .apply_bottom .apply_agree {
  width: calc(100% - 120px);
  padding: 1.25rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
  background-color: #f2f4ff;
}
.sub .subBottom.apply .apply_bottom .apply_agree .flex02 {
  display: flex;
}
.sub .subBottom.apply .apply_bottom .apply_agree b {
  font-weight: 500;
}
.sub .subBottom.apply .apply_bottom .apply_check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.sub .subBottom.apply .apply_bottom .apply_check > label {
  margin-left: 0.25rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.sub .subBottom.apply .apply_bottom .apply_secure {
  display: flex;
  flex-wrap: wrap;
}
.sub .subBottom.apply .apply_bottom .apply_secure > span {
  display: inline-block;
  width: 158.5px;
  height: 55px;
  padding: 10px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.sub .subBottom.apply .apply_bottom .apply_secure > span > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sub .subBottom.apply .apply_bottom .apply_secure > button {
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer;
}
.sub .subBottom.apply .apply_bottom .apply_secure > input {
  display: inline-block;
  width: 158.5px;
  height: 55px;
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.sub .subBottom.apply .apply_bottom .apply_btn {
  display: block;
  width: 220px;
  height: 64px;
  margin: 3rem auto 0;
  font-size: 1rem;
  font-weight: 500;
  background-color: #2b3d98;
  color: #fff;
  cursor: pointer;
}
.sub .mo1365,
.sub .mo991,
.sub .mo767,
.sub .mo575 {
  display: none !important;
}

.popup {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup.on {
  display: flex;
}

.popup .program {
  position: relative;
  width: 100%;
  max-width: 1230px;
}
.popup .program .box {
  position: relative;
  width: 100%;
  max-width: 787px;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
}
.popup .program .box .btn-close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: calc((3rem - 22px) / 2);
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  cursor: pointer;
}
.popup .program .box .btn-close::after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  margin-left: 0.5rem;
  background-image: url("../images/2022_close02.png");
  background-size: 100%;
}
.popup .program .box .img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.popup .program .box .name {
  display: inline-block;
  font-family: "GmarketSansMedium";
  font-size: 1.15rem;
  border-bottom: 1px solid #965d26;
  word-break: keep-all;
  text-align: center;
  color: #965d26;
}
.popup .program .box .text {
  margin-top: 1rem;
  font-family: "GmarketSansMedium";
  font-size: 1.75rem;
  word-break: keep-all;
  text-align: center;
  color: #089896;
}
.popup .program .box .detail {
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: 1rem;
  background-color: #fff4cc;
  font-family: "GmarketSansMedium";
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: justify;
  word-break: break-all;
}
.popup .program .prev,
.popup .program .next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.popup .program .prev::before,
.popup .program .next::before {
  display: block;
  content: "";
  width: 50px;
  height: 42px;
  margin: 0 auto;
  background-image: url("../images/2022_arrow03.png");
  background-size: 100%;
}
.popup .program .prev > span,
.popup .program .next > span {
  display: block;
  margin-top: 0.5rem;
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  color: #fff;
}
.popup .program .next {
  left: auto;
  right: 0;
}
.popup .program .next::before {
  background-position: center bottom;
}

.bubble_left {
  margin-top: -4rem;
}

.bubble01 {
  position: relative;
  width: 100%;
}
.bubble01::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 50px;
  background-color: #f2f2f2;
  background-image: url(../images/bubble.png);
  z-index: 1;
}

.bubble02 {
  position: relative;
  width: 100%;
}
.bubble02::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 50px;
  background-color: #f2f2f2;
  background-image: url(../images/bubble02.png);
  z-index: 1;
}

.sub01_icon_flex_ab {
  position: relative;
}

.sub01_icon_flex {
  display: flex;
  align-items: start;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 1.75rem;
  position: absolute;
  bottom: -1.5rem;
  left: calc((100% - 41rem) / 2);
}

.sub01_icon_flex li {
  margin-right: 2rem;
  cursor: pointer;
}

.sub01_icon_flex li:last-child {
  margin-right: 0;
}

.sub01_circle {
  border: 1px solid #333;
  border-radius: 100%;
  padding: 0.2rem 2rem;
  font-size: 1.5rem !important;
  font-weight: 500;
}

.sub01_circle2 {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 0.2rem 2rem;
  font-size: 1.5rem !important;
  font-weight: 500;
}

.text_po {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
}

.sub01_h2 {
  font-size: 3.5rem;
}

.sub01_h2 > span {
  font-weight: 300;
}

.sub01_h3 {
  font-size: 2rem !important;
}

.sub.black_movement .movement .prev > span, .sub.black_movement .movement .next > span {
  color: #333;
}

.vol129_box01 > div, .vol129_box02 > div {
  position: relative;
  margin-left: 1.5rem;
  background-color: #17a889 !important;
  border-radius: 20px;
  padding-left: 3rem !important;
  height: auto;
  min-height: 206px;
  max-height: 206px;
}
.vol129_box01 > div::before, .vol129_box02 > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 57px;
  height: 206px;
  background-image: url(/page/vol129/img/sub01_03.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.vol129_box02 > div {
  background-color: #f6f6f6 !important;
}
.vol129_box02 > div::before {
  background-image: url(/page/vol129/img/sub01_04.png);
}

.sub .subTop.vol131_subTop {
  max-height: 745px !important;
}

@media (max-height: 800px) {
  .sub .subTop {
    padding-top: 5rem;
  }
}
/*Small PC*/
@media (max-width: 1500px) {
  .sub .movement {
    left: 4.875%;
  }
  .sub .subTop {
    padding: 0 4.875%;
  }
  .sub .subBottom .last_swiper {
    margin: 0 29px;
  }
  .sub .subBottom .last_swiper .swiper-prev {
    left: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .sub .subBottom .last_swiper .swiper-next {
    right: 0;
    transform: translate(50%, -50%) rotate(0deg);
  }
}
/*Ipad Pro*/
@media (max-width: 1365px) {
  .sub {
    margin-right: 0;
  }
  .sub .movement {
    display: flex;
    flex-wrap: wrap;
    position: static;
    left: auto;
    top: auto;
    border-top: 1px solid #c9c9c9;
  }
  .sub .movement .prev, .sub .movement .next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc((100% - 1px) / 2);
    padding: 1rem 5%;
    background-color: #3d4d71;
  }
  .sub .movement .prev > span, .sub .movement .next > span {
    display: none;
  }
  .sub .movement .prev::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 24px;
    margin-right: 1.25rem;
    background-image: url("../images/2022_arrow.png");
    background-size: 200%;
  }
  .sub .movement .prev::after {
    display: inline-block;
    content: "이전페이지";
    padding-top: 5px;
    font-family: "GmarketSansMedium";
    font-size: 1.25rem;
    color: #fff;
  }
  .sub .movement .now {
    width: 1px;
    padding: 0;
    margin: 0;
    background-color: #c9c9c9;
  }
  .sub .movement .now > span {
    display: none;
  }
  .sub .movement .next {
    justify-content: flex-end;
  }
  .sub .movement .next::before {
    display: inline-block;
    content: "다음페이지";
    padding-top: 5px;
    font-family: "GmarketSansMedium";
    font-size: 1.25rem;
    color: #fff;
  }
  .sub .movement .next::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 24px;
    margin-left: 1.25rem;
    background-image: url("../images/2022_arrow.png");
    background-size: 200%;
    background-position: top right;
  }
  .sub .pc1365 {
    display: none !important;
  }
  .sub .mo1365 {
    display: inline !important;
  }
  .sub .mo1365.InBlock {
    display: inline-block !important;
  }
  .sub .mo1365.Block {
    display: block !important;
  }
  .sub .mo1365.InBlock {
    display: inline-block !important;
  }
  .sub .mo1365.Block {
    display: block !important;
  }
  .sub .function {
    right: 2.5%;
    top: auto;
    bottom: 2.5%;
    width: 55px;
    height: auto;
    padding: 0;
    border-radius: 27.5px;
    background-color: #fff;
  }
  .sub .function .function_wrap {
    display: none;
    padding: 13.75px 0 13.75px;
  }
  .sub .function #top,
.sub .function #print {
    display: none;
  }
  .sub .function #like::before {
    width: 25px;
    height: 24px;
  }
  .sub .function #share {
    display: block;
  }
  .sub .function #share > img {
    display: block;
    width: 100%;
  }
  .sub .subTop {
    padding: 0 calc((100% - 1200px) / 2);
  }
  .sub .subTop.circle + .subBottom {
    margin-top: -230px;
  }
  .sub .subBottom.borad .tab {
    position: relative;
    max-width: 200px;
    height: 73px;
    margin: 0 auto;
    border: none;
    text-align: center;
  }
  .sub .subBottom.borad .tab .mo {
    display: block;
    height: 73px;
    font-family: "GmarketSansMedium";
    font-size: 1.1rem;
    line-height: 73px;
    color: #365898;
  }
  .sub .subBottom.borad .tab .mo::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 12px;
    margin-left: 1rem;
    background-image: url("../images/2022_select_bl.png");
    background-size: 100%;
  }
  .sub .subBottom.borad .tab .mo.on::after {
    background-image: url("../images/2022_select_up_bl.png");
  }
  .sub .subBottom.borad .tab > ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 73px;
    width: 100%;
    background-color: #365898;
    transform: translateX(-50%);
    z-index: 2;
  }
  .sub .subBottom.borad .tab > ul > li {
    width: 100%;
    color: #fff;
  }
  .sub .subBottom.borad .tab > ul > li > a {
    color: #fff;
  }
  .sub .subBottom.borad .tab > ul > li.on {
    color: #fff;
  }
  .sub .subBottom.borad .tab > ul > li.on::before, .sub .subBottom.borad .tab > ul > li.on::after {
    display: none;
  }
  .sub .subBottom.borad .tab > ul > li.on > a {
    color: #fff;
  }
  .sub .subBottom.borad .btn-more:hover {
    background-color: #fff;
    color: #333;
  }
  .sub .subBottom.view {
    padding: 0;
  }
  .sub .subBottom.view .view-pagenation {
    max-width: none;
    border: none;
    background-color: #f3f3f3;
  }
  .sub .subBottom.view .view-pagenation .prev, .sub .subBottom.view .view-pagenation .next {
    width: calc((100% - 108px) / 2);
  }
  .sub .subBottom.view .view-pagenation .prev::before {
    width: 12px;
    height: 24px;
    margin-left: 1.5rem;
    border: none;
    background-image: url(../images/view_prev02.png);
  }
  .sub .subBottom.view .view-pagenation .prev > span {
    width: calc(100% - (12px + 1.5rem));
  }
  .sub .subBottom.view .view-pagenation .next > span {
    width: calc(100% - (12px + 1.5rem));
  }
  .sub .subBottom.view .view-pagenation .next::after {
    width: 12px;
    height: 24px;
    margin-right: 1.5rem;
    border: none;
    background-image: url(../images/view_next02.png);
  }
  .sub .subBottom.view .view-pagenation .list {
    width: 108px;
    height: 100px;
    background-color: #2b2b2b;
  }
  .sub .subBottom.view .view-pagenation .list::before {
    width: 42px;
    height: 34px;
    margin: 0;
    background-image: url("../images/2022_list_42.png");
  }
  .sub .subBottom.view .view-pagenation .list > span {
    display: none;
  }
  .sub .subBottom.view ~ .movement {
    display: none;
  }
  .sub .subBottom.apply {
    padding: 0 0 5rem;
  }
  .popup .program {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    max-width: 787px;
  }
  .popup .program .prev,
.popup .program .next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: static;
    left: auto;
    right: auto;
    margin-top: 1.5rem;
    transform: none;
  }
  .popup .program .prev::before,
.popup .program .next::before {
    display: inline-block;
    width: 30px;
    height: 25px;
  }
  .popup .program .prev > span,
.popup .program .next > span {
    display: inline-block;
    margin: 0 1rem;
  }
  .popup .program .next {
    flex-direction: row-reverse;
  }
}
header.vol121 ~ .sub .event {
  position: relative;
}
header.vol121 ~ .sub .event .event_img {
  max-width: 600px;
  cursor: pointer;
}
header.vol121 ~ .sub .event .event_btn {
  position: absolute;
  left: 7.5%;
  top: 9%;
  width: 11.35%;
  height: 21.25%;
  background-size: 0;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
header.vol121 ~ .sub .event .event_btn.on {
  background-size: 100%;
}
header.vol121 ~ .sub .event .event_error {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 602px;
  height: 100%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35.2%;
  z-index: 2;
}
header.vol121 ~ .sub .event .event_error.on {
  display: block;
}
header.vol121 ~ .sub .event.off {
  display: none;
}

.sub .subBottom .textbox .flex.vol129_flex > span {
  display: inline-block !important;
  padding-left: 10px;
  border-left: 1px solid #999999;
}

.sub .subBottom .textbox .flex.vol129_flex > span li {
  font-size: 0.8rem;
  line-height: 1.4;
}

header.vol129 ~ .sub .subBottom .textbox .package_p {
  border: 1px solid #013c8c;
  padding: 0.5rem 1.75rem;
  max-width: 280px;
  margin-top: 1.75rem;
  border-radius: 10px;
}

/*Ipad Pro*/
@media (max-width: 1263.99px) {
  .sub .subTop {
    justify-content: start;
    padding: 7.5% 2.5% 0;
  }
  .sub .subBottom {
    padding: 5rem 2.5%;
  }
  .sub .subBottom.program .program-bottom .tab {
    max-width: 47.5%;
    height: 130px;
    font-size: 1.55rem;
    line-height: 170px;
  }
  .sub .subBottom.program .program-bottom input[type=radio]:checked + .tab {
    line-height: 155px;
  }
  .sub .subBottom.program .program-bottom > label {
    max-width: 47.5%;
    height: 130px;
  }
  .sub .subBottom.program .program-bottom .recive {
    width: 95%;
  }
  .sub .subBottom.program .program-bottom .recive ul > li {
    width: calc((100% - 3rem) / 2);
    margin-right: 3rem !important;
  }
  .sub .subBottom.program .program-bottom .recive ul > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .sub .subBottom.program .program-bottom .send {
    width: 95%;
  }
  .sub .subBottom.borad .search {
    margin: 2rem auto;
  }
  .sub .subBottom.borad .list > li {
    width: 48%;
    margin-right: 4%;
  }
  .sub .subBottom.borad .list .img {
    height: 190px;
  }
  .sub .subBottom.view .view-top,
.sub .subBottom.view .view-bottom {
    width: 95%;
  }
  .sub .subBottom.apply .apply_top,
.sub .subBottom.apply .apply_bottom {
    width: 95%;
  }
}
/*Ipad*/
@media (max-width: 991.98px) {
  .sub .subTop.program {
    padding-top: 2.25rem;
    background-size: 1300px;
    background-position: 52.5% 0;
  }
  .sub .subTop.program .boxTop {
    min-height: 300px;
  }
  .sub .subBottom .textbox .flex {
    display: block;
  }
  .sub .subBottom .textbox .flex > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    padding-bottom: 1.75rem;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-left: auto !important;
  }
  .sub .subBottom .textbox .flex > span:last-child {
    padding-bottom: 0;
  }
  .sub .subBottom .textbox .flex.vol123 > span {
    padding: 1rem !important;
    margin-bottom: 1rem;
  }
  .sub .subBottom .textbox .flex.vol123 > span:last-child {
    margin-bottom: 0;
  }
  .sub .subBottom .textbox .flex.vol129 > span {
    padding-bottom: 0.5rem;
  }
  .sub .subBottom .textbox .flex.mo100 > span {
    width: 100% !important;
  }
  .sub .subBottom .top_bg {
    display: none;
  }
  .sub .subBottom .sub01_icon_flex {
    display: none;
  }
  .sub .subBottom .sub01_circle2 {
    padding: 0.1rem 1.5rem;
  }
  .sub .subBottom .text_po {
    top: -0.5rem;
  }
  .sub .subBottom .last_swiper {
    margin: 0 22.5px;
  }
  .sub .subBottom .last_swiper .swiper-slide {
    width: 40%;
    margin-right: 1rem;
  }
  .sub .subBottom .last_swiper .swiper-prev,
.sub .subBottom .last_swiper .swiper-next {
    width: 45px;
    height: 45px;
    background-size: 15px;
  }
  .sub .pc992 {
    display: none !important;
  }
  .sub .mo991 {
    display: inline !important;
  }
  .sub .mo992.InBlock {
    display: inline-block !important;
  }
  .sub .mo992.Block {
    display: block !important;
  }
  .sub .mo991.InBlock {
    display: inline-block !important;
  }
  .sub .mo991.Block {
    display: block !important;
  }
  .sub .bubble_reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .bubble01::before {
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    width: 50px;
    height: 24px;
    background-image: url(../images/bubble03.png);
    z-index: 1;
  }
  .bubble02 {
    margin-bottom: 1.5rem;
  }
  .bubble02::before {
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    width: 50px;
    height: 24px;
    background-image: url(../images/bubble03.png);
  }
  .sub.vol126 .subTop {
    position: relative;
    background-size: 0;
    padding: 0;
    height: auto !important;
    max-height: none;
  }
  .sub.vol126 .subTop .boxTop {
    display: block;
    width: 100%;
  }
  .sub.vol126 .subTop .boxTop img {
    width: 100%;
  }
  header.vol129 ~ .sub .subBottom .textbox .flex > .vol129_span {
    padding-bottom: 0.75rem !important;
  }
}
/*Tablet*/
@media (max-width: 767.98px) {
  .sub .subTop.circle {
    padding-top: 80px;
    height: 310px;
    background-size: cover;
  }
  .sub .subTop.circle .circle_bg {
    top: 210px;
    width: 2000px;
    height: 2000px;
  }
  .sub .subTop.circle + .subBottom {
    margin-top: 0;
  }
  .sub .subTop.program {
    padding: 1.5rem 2.5% 0;
    background-size: 1000px;
  }
  .sub .subTop.program .boxTop {
    min-height: 240px;
  }
  .sub .subTop.program .boxTop .title {
    font-size: 2rem;
  }
  .sub .subTop.program .boxBottom > p {
    font-size: 0.9rem;
    margin: 1rem auto 0;
  }
  .sub .subTop.program .boxBottom > span {
    font-size: 0.8rem;
  }
  .sub .subTop.program .boxBottom > img {
    width: 60%;
  }
  .sub .subBottom.program .program-top > img {
    height: 80px;
  }
  .sub .subBottom.program .program-bottom {
    padding-top: 1.25rem;
  }
  .sub .subBottom.program .program-bottom .tab {
    height: 100px;
    font-size: 1.45rem;
    line-height: 135px;
  }
  .sub .subBottom.program .program-bottom input[type=radio]:checked + .tab {
    background-size: 18px;
    line-height: 115px;
  }
  .sub .subBottom.program .program-bottom > label {
    top: 1.25rem;
    height: 100px;
  }
  .sub .subBottom.program .program-bottom .recive ul > li {
    width: 100%;
    max-width: 360px;
    margin-right: auto !important;
    margin-left: auto;
  }
  .sub .subBottom.program .program-bottom .recive ul > li:nth-child(2n) {
    margin-right: auto !important;
  }
  .sub .subBottom.program .program-bottom .send .box .input > input {
    width: 100%;
    margin: 0 0 0.5rem;
  }
  .sub .subBottom.program .program-bottom .send .box .input > input:last-child {
    margin: 0;
  }
  .sub .subBottom.program .program-bottom .send .box .agree {
    width: 100%;
  }
  .sub .subBottom.borad .list > li {
    width: 100%;
    max-width: 543px;
    margin: 0 auto 2.5rem !important;
  }
  .sub .subBottom.borad .list > li:last-child {
    margin-bottom: 0 !important;
  }
  .sub .subBottom.view .view-top,
.sub .subBottom.view .view-bottom {
    width: 90%;
  }
  .sub .subBottom.apply .apply_top,
.sub .subBottom.apply .apply_bottom {
    width: 90%;
  }
  .pc768 {
    display: none !important;
  }
  .mo767.None {
    display: none !important;
  }
  .mo767 {
    display: inline !important;
  }
  .mo767.InBlock {
    display: inline-block !important;
  }
  .mo767.Block {
    display: block !important;
  }
  .vol129_box01 > div, .vol129_box02 > div {
    height: auto;
    min-height: 206px;
    max-height: 100%;
    padding-left: 2rem !important;
    margin-left: 0.5rem;
  }
  .vol129_talk_mo {
    align-items: start !important;
  }
  .vol129_talk_mo > span {
    margin-right: 0.5rem !important;
  }
  .vol129_talk_mo > span p {
    font-size: 0.7rem !important;
    text-align: unset !important;
  }
  .vol129_talk_mo > span span {
    font-size: 0.8rem;
  }
}
/*Mobile*/
@media (max-width: 575.98px) {
  .sub .movement .prev::before {
    width: 9px;
    height: 18px;
    margin-right: 1rem;
  }
  .sub .movement .prev::after {
    font-size: 0.85rem;
  }
  .sub .movement .next::before {
    font-size: 0.85rem;
  }
  .sub .movement .next::after {
    width: 9px;
    height: 18px;
    margin-left: 1rem;
  }
  .sub .function {
    width: 45px;
    border-radius: 22.5px;
  }
  .sub .function #like::before {
    width: 20px;
    height: 19px;
  }
  .sub .function .function_wrap {
    padding: 16.25px 0 10px;
  }
  .sub .function .function_wrap > button {
    min-width: 45px;
    height: 45px;
  }
  .sub .function .function_wrap > button > img {
    max-width: 17px;
    max-height: 18px;
  }
  .sub .function .function_wrap > button > small {
    font-size: 0.5rem;
  }
  .sub .subTop {
    position: relative;
    padding: 0;
    height: auto !important;
    background-size: 0;
  }
  .sub .subTop .boxTop {
    display: block;
  }
  .sub .subTop .boxTop .img {
    display: block;
    max-width: 100%;
  }
  .sub .subTop .boxBottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.75rem 5%;
    z-index: 2;
  }
  .sub .subTop .title {
    font-size: 1.45rem;
  }
  .sub .subTop .subtitle {
    font-size: 0.95rem;
  }
  .sub .subTop .text {
    margin-top: 0.25rem;
    font-size: 0.8rem;
  }
  .sub .subTop .by {
    margin-top: 0.75rem;
  }
  .sub .subTop .by > span {
    font-size: 0.75rem;
  }
  .sub .subTop .by.by_mo {
    margin-top: 8.75rem;
  }
  .sub .subTop .by.by_mo > span {
    color: #fff !important;
    text-shadow: 2px 3px 3px black;
  }
  .sub .subTop.circle {
    padding: 55px 5% 0;
    height: 260px !important;
  }
  .sub .subTop.circle .circle_bg {
    top: 150px;
    width: 1200px;
    height: 1200px;
  }
  .sub .subTop.circle .title {
    font-size: 1.75rem;
  }
  .sub .subTop.circle + .subBottom {
    margin-top: -30px;
  }
  .sub .subTop.program {
    padding: 1.5rem 5% 0;
  }
  .sub .subTop.program .boxBottom {
    position: static;
    left: auto;
    top: auto;
    padding: 0;
  }
  .sub .subBottom {
    padding: 3.5rem 5%;
  }
  .sub .subBottom .textbox h3 {
    padding-bottom: 0.75rem;
    font-size: 1.15rem;
  }
  .sub .subBottom .textbox h3 * {
    font-size: 1.15rem;
  }
  .sub .subBottom .textbox h4 {
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
  .sub .subBottom .textbox h4 * {
    font-size: 1rem;
  }
  .sub .subBottom .textbox h5.epilogue > span {
    font-size: 0.9rem;
  }
  .sub .subBottom .textbox p {
    font-size: 0.8rem;
  }
  .sub .subBottom .textbox p * {
    font-size: 0.8rem;
  }
  .sub .subBottom .textbox .img.download {
    cursor: initial;
  }
  .sub .subBottom .textbox .img.download:hover .btn_download {
    display: none;
  }
  .sub .subBottom .textbox .table table {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .sub .subBottom .textbox .table table th, .sub .subBottom .textbox .table table td {
    font-size: 0.8rem;
  }
  .sub .subBottom .textbox .btn02 > b {
    font-size: 0.8rem;
  }
  .sub .subBottom .textbox .btn03 {
    width: 200px;
    height: 56px;
    font-size: 1rem;
  }
  .sub .subBottom .textbox .box01 {
    padding: 1rem 5%;
  }
  .sub .subBottom .textbox .box02 {
    padding: 1rem 5%;
  }
  .sub .subBottom .textbox .box03::before {
    left: 50%;
    top: -36px;
    margin-left: 12px;
    transform: rotate(90deg) translateY(50%);
  }
  .sub .subBottom .swiper {
    position: relative;
  }
  .sub .subBottom .swiper .swiper-container {
    max-width: 100%;
    margin: 0;
  }
  .sub .subBottom .swiper .swiper-prev,
.sub .subBottom .swiper .swiper-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 29px;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .sub .subBottom .swiper .swiper-prev > span,
.sub .subBottom .swiper .swiper-next > span {
    display: none;
  }
  .sub .subBottom .swiper .swiper-next {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .sub .subBottom .swiper .swiper-pagination {
    font-size: 0.65rem;
  }
  .sub .subBottom .swiper .swiper-pagination > span {
    font-size: 0.65rem;
  }
  .sub .subBottom .submit {
    padding: 2rem 5% 1.5rem;
  }
  .sub .subBottom .submit .submit_info {
    margin-top: 2rem;
  }
  .sub .subBottom .submit .submit_info > li > span {
    width: 100%;
    padding-bottom: 0.25rem;
  }
  .sub .subBottom .submit .submit_info > li > span > input {
    font-size: 0.8rem;
  }
  .sub .subBottom .submit .submit_info > li > span > textarea {
    font-size: 0.8rem;
  }
  .sub .subBottom .submit .submit_info > li > span:last-child {
    width: 100%;
    padding-bottom: 0;
  }
  .sub .subBottom .submit .submit_check > label {
    font-size: 0.8rem;
  }
  .sub .subBottom .submit .submit_btn {
    margin: 2rem auto 0;
  }
  .sub .subBottom .last_swiper {
    margin: 0 22.5px;
  }
  .sub .subBottom .last_swiper .swiper-slide {
    width: 80%;
    margin-right: 0.75rem;
  }
  .sub .subBottom .last_swiper .swiper-slide > p {
    width: 95%;
    font-size: 0.8rem;
  }
  .sub .img_mr {
    margin-top: 1rem !important;
  }
  .sub .img_pt {
    padding: 0rem calc((100% - 1200px) / 2) !important;
  }
  .sub .mo_color {
    color: #fff !important;
  }
  .sub .mo_pLR {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sub .mo_width {
    max-width: 200px !important;
  }
  .sub .mo_width2 {
    max-width: 300px !important;
  }
  .sub .sub01_circle {
    font-size: 0.9rem !important;
  }
  .sub .sub01_circle2 {
    font-size: 0.9rem !important;
  }
  .sub .sub01_h2 {
    font-size: 2rem;
  }
  .sub .sub01_h2 > span {
    font-size: 2rem;
  }
  .sub .sub01_circle2 {
    padding: 0.3rem 1.5rem;
  }
  .sub .text_po {
    top: 0;
  }
  .sub .sub01_h3 {
    font-size: 1.5rem !important;
  }
  .sub .subBottom.program .program-top > img {
    height: 70px;
  }
  .sub .subBottom.program .program-bottom .tab {
    width: 45%;
    height: 80px;
    font-size: 0.9rem;
    line-height: 110px;
    border-radius: 0.75rem;
    background-position: calc(100% - 0.5rem) calc(100% - 0.5rem);
  }
  .sub .subBottom.program .program-bottom input[type=radio]:checked + .tab {
    margin-top: 0.25rem;
    line-height: 100px;
    background-size: 12px;
  }
  .sub .subBottom.program .program-bottom input[type=radio]#radio01:checked ~ .tab_label01 {
    margin-top: 0.25rem;
  }
  .sub .subBottom.program .program-bottom input[type=radio]#radio02:checked ~ .tab_label02 {
    margin-top: 0.25rem;
  }
  .sub .subBottom.program .program-bottom > label {
    width: 45%;
    height: 80px;
  }
  .sub .subBottom.program .program-bottom .recive {
    width: 100%;
    margin-top: 4rem;
  }
  .sub .subBottom.program .program-bottom .recive ul {
    width: 80%;
    margin: 0 auto;
  }
  .sub .subBottom.program .program-bottom .recive ul > li {
    padding: 1.5rem 5%;
    min-height: 220px;
    margin-bottom: 4rem;
  }
  .sub .subBottom.program .program-bottom .recive ul .name {
    font-size: 0.8rem;
  }
  .sub .subBottom.program .program-bottom .recive ul .text {
    font-size: 1.25rem;
  }
  .sub .subBottom.program .program-bottom .send {
    width: 90%;
  }
  .sub .subBottom.program .program-bottom .send .subtitle {
    font-size: 0.9rem;
  }
  .sub .subBottom.program .program-bottom .send .subtitle > small {
    font-size: 0.7rem;
  }
  .sub .subBottom.program .program-bottom .send .text {
    font-size: 0.7rem;
    text-align: justify;
    word-break: break-all;
  }
  .sub .subBottom.program .program-bottom .send .btn {
    min-width: 200px;
    height: 55px;
    padding: 0 1rem;
    font-size: 0.9rem;
  }
  .sub .subBottom.program .program-bottom .send textarea {
    font-size: 0.8rem;
    border-radius: 0.5rem;
  }
  .sub .subBottom.program .program-bottom .send .box .subtitle {
    width: 120px;
    line-height: 50px;
  }
  .sub .subBottom.program .program-bottom .send .box .input {
    width: calc(100% - 120px);
  }
  .sub .subBottom.program .program-bottom .send .box .input > input {
    height: 50px;
    font-size: 0.8rem;
    border-radius: 0.5rem;
  }
  .sub .subBottom.program .program-bottom .send .box .agree {
    padding: 1rem 5%;
    font-size: 0.8rem;
  }
  .sub .subBottom.program .program-bottom .send .box .check > label {
    font-size: 0.8rem;
  }
  .sub .subBottom.program .program-bottom .send .box .secure {
    width: 100%;
  }
  .sub .subBottom.program .program-bottom .send .box .secure > span {
    width: 120px;
    height: 45px;
    padding: 7.21px;
  }
  .sub .subBottom.program .program-bottom .send .box .secure > button {
    width: 40px;
    height: 45px;
  }
  .sub .subBottom.program .program-bottom .send .box .secure > input {
    width: calc(100% - 160px);
    height: 45px;
    font-size: 0.8rem;
  }
  .sub .subBottom.program .program-bottom .send .box02 {
    margin-bottom: 0.6rem;
  }
  .sub .subBottom.program .program-bottom .send .box02 > input {
    height: 50px;
    font-size: 0.8rem;
    border-radius: 0.5rem;
  }
  .sub .subBottom.borad .tab {
    height: 50px;
  }
  .sub .subBottom.borad .tab .mo {
    height: 50px;
    font-size: 1rem;
    line-height: 50px;
  }
  .sub .subBottom.borad .tab .mo::after {
    width: 10px;
    height: 8px;
    margin-left: 0.5rem;
  }
  .sub .subBottom.borad .tab > ul {
    top: 50px;
  }
  .sub .subBottom.borad .tab > ul > li {
    height: 50px;
    font-size: 0.9rem;
  }
  .sub .subBottom.borad .search input {
    font-size: 0.8rem;
  }
  .sub .subBottom.borad .list .box .title {
    font-size: 0.85rem;
  }
  .sub .subBottom.borad .list .box .info > span {
    font-size: 0.75rem;
  }
  .sub .subBottom.borad .btn-more {
    width: 160px;
    height: 50px;
    margin: 2.5rem auto 0;
    font-size: 0.9rem;
  }
  .sub .subBottom.view .view-top .category {
    font-size: 0.9rem;
  }
  .sub .subBottom.view .view-top .title {
    margin-top: 1rem;
    font-size: 1.15rem;
  }
  .sub .subBottom.view .view-bottom {
    margin: 1rem auto 0;
  }
  .sub .subBottom.view .view-bottom p {
    font-size: 0.8rem;
  }
  .sub .subBottom.view .view-pagenation .prev,
.sub .subBottom.view .view-pagenation .next {
    width: calc((100% - 60px) / 2);
  }
  .sub .subBottom.view .view-pagenation .prev {
    padding-left: 5%;
  }
  .sub .subBottom.view .view-pagenation .prev > span {
    padding: 0 0.75rem;
    width: calc(100% - 8px);
    font-size: 0.8rem;
  }
  .sub .subBottom.view .view-pagenation .prev::before {
    width: 8px;
    height: 16px;
    margin: 0;
    background-size: 100%;
  }
  .sub .subBottom.view .view-pagenation .next {
    padding-right: 5%;
  }
  .sub .subBottom.view .view-pagenation .next::after {
    width: 8px;
    height: 16px;
    margin: 0;
    background-size: 100%;
  }
  .sub .subBottom.view .view-pagenation .next > span {
    padding: 0 0.75rem;
    width: calc(100% - 8px);
    font-size: 0.8rem;
  }
  .sub .subBottom.view .view-pagenation .list {
    width: 60px;
    height: 56px;
  }
  .sub .subBottom.view .view-pagenation .list::before {
    width: 25px;
    height: 20px;
  }
  .sub .subBottom.apply {
    padding: 0 0 3.5rem;
  }
  .sub .subBottom.apply .apply_top .apply_title {
    font-size: 1.15rem;
  }
  .sub .subBottom.apply .apply_top .apply_subtitle {
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_top .apply_radio {
    padding-top: 1.5rem;
  }
  .sub .subBottom.apply .apply_top .apply_radio > label {
    margin-bottom: 0.15rem;
  }
  .sub .subBottom.apply .apply_top .apply_radio > label::before {
    width: 15px;
    height: 15px;
  }
  .sub .subBottom.apply .apply_top .apply_radio > label > span {
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_top .apply_text {
    margin-top: 1.25rem;
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_bottom {
    margin-top: 1rem;
  }
  .sub .subBottom.apply .apply_bottom .apply_info > li > p {
    width: 100%;
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_bottom .apply_info > li > input,
.sub .subBottom.apply .apply_bottom .apply_info > li > textarea {
    width: 100%;
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_bottom .apply_agree {
    width: 100%;
    padding: 1rem 5%;
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_bottom .apply_check > label {
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_bottom .apply_secure {
    width: 100%;
  }
  .sub .subBottom.apply .apply_bottom .apply_secure > span {
    width: 120px;
    height: 45px;
    padding: 7.21px;
  }
  .sub .subBottom.apply .apply_bottom .apply_secure > button {
    width: 40px;
    height: 45px;
  }
  .sub .subBottom.apply .apply_bottom .apply_secure > input {
    width: calc(100% - 160px);
    height: 45px;
    font-size: 0.8rem;
  }
  .sub .subBottom.apply .apply_bottom .apply_btn {
    margin: 2rem auto 0;
  }
  .sub .pc576 {
    display: none !important;
  }
  .sub .mo767.None {
    display: none !important;
  }
  .sub .mo991.None {
    display: none !important;
  }
  .sub .mo575 {
    display: inline !important;
  }
  .sub .mo575.InBlock {
    display: inline-block !important;
  }
  .sub .mo575.Block {
    display: block !important;
  }
  .popup .program .box {
    padding: 1.5rem 5%;
  }
  .popup .program .box .btn-close {
    font-size: 0.8rem;
  }
  .popup .program .box .btn-close::after {
    width: 15px;
    height: 15px;
  }
  .popup .program .box .name {
    font-size: 0.8rem;
  }
  .popup .program .box .text {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
  .popup .program .box .detail {
    padding: 1rem;
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
  .popup .program .prev,
.popup .program .next {
    margin-top: 1rem;
  }
  .popup .program .prev::before,
.popup .program .next::before {
    width: 20px;
    height: 17px;
  }
  .popup .program .prev > span,
.popup .program .next > span {
    font-size: 0.8rem;
    margin: 0 0.5rem;
  }
  .vol129_board p, .vol129_board span {
    font-size: 0.7rem !important;
  }
  .vol129_board > div {
    padding: 0 5% !important;
  }
  .vol129_board > div > div > span {
    width: 8%;
  }
  .vol129_board > div > div > p:last-child {
    width: 40% !important;
  }
}
/*Mobile*/
@media (max-width: 500px) {
  .sub .subTop.program {
    padding: 1rem 5% 0;
    background-size: 600px;
  }
  .sub .subTop.program .boxTop {
    min-height: 140px;
  }
  .sub .subTop.program .boxTop .img {
    margin: 0 auto 0.5rem;
  }
  .sub .subTop.program .boxTop .title {
    font-size: 1.25rem;
  }
  .sub .subTop.program .boxBottom > h3 {
    font-size: 1.45rem;
  }
  .sub .subTop.program .boxBottom > p {
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .sub .subTop.program .boxBottom > span {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.pA-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pA-025rem {
  padding: 0.25rem !important;
}

.pt-025rem {
  padding-top: 0.25rem !important;
}

.pr-025rem {
  padding-right: 0.25rem !important;
}

.pb-025rem {
  padding-bottom: 0.25rem !important;
}

.pl-025rem {
  padding-left: 0.25rem !important;
}

.pA-05rem {
  padding: 0.5rem !important;
}

.pt-05rem {
  padding-top: 0.5rem !important;
}

.pr-05rem {
  padding-right: 0.5rem !important;
}

.pb-05rem {
  padding-bottom: 0.5rem !important;
}

.pl-05rem {
  padding-left: 0.5rem !important;
}

.pA-075rem {
  padding: 0.75rem !important;
}

.pt-075rem {
  padding-top: 0.75rem !important;
}

.pr-075rem {
  padding-right: 0.75rem !important;
}

.pb-075rem {
  padding-bottom: 0.75rem !important;
}

.pl-075rem {
  padding-left: 0.75rem !important;
}

.pA-1rem {
  padding: 0.75rem !important;
}

.pt-1rem {
  padding-top: 1rem !important;
}

.pr-1rem {
  padding-right: 1rem !important;
}

.pb-1rem {
  padding-bottom: 1rem !important;
}

.pl-1rem {
  padding-left: 1rem !important;
}

.mrlA {
  margin-right: auto !important;
  margin-left: auto !important;
}

.borderA {
  border: 1px solid #c9c9c9;
}

.borderT {
  border-top: 1px solid #c9c9c9;
}

.borderR {
  border-right: 1px solid #c9c9c9;
}

.borderB {
  border-bottom: 1px solid #c9c9c9;
}

.borderL {
  border-left: 1px solid #c9c9c9;
}

.bgf4f4f4 {
  background-color: #f4f4f4;
}

.bgffffff {
  background-color: #ffffff;
}

.mxW1040 {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.GmarketL {
  font-family: "GmarketSansLight" !important;
  font-weight: normal !important;
}

.GmarketM {
  font-family: "GmarketSansMedium" !important;
  font-weight: normal !important;
}

.GmarketB {
  font-family: "GmarketSansBold" !important;
  font-weight: normal !important;
}

.NanumBarunGothicL {
  font-family: "Nanum Barun Gothic", sans-serif !important;
  font-weight: 300 !important;
}

.NanumBarunGothicM {
  font-family: "Nanum Barun Gothic", sans-serif !important;
  font-weight: 600 !important;
}

.NanumBarunGothicB {
  font-family: "Nanum Barun Gothic", sans-serif !important;
  font-weight: 800 !important;
}

.Tit01 {
  font-size: 1.75rem !important;
}
.Tit01 * {
  font-size: 1.75rem !important;
}

.Tit02 {
  font-size: 1.1rem !important;
}
.Tit02 * {
  font-size: 1.1rem !important;
}

.Tit03 {
  font-size: 1.3rem !important;
}
.Tit03 * {
  font-size: 1.3rem !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.just-start {
  justify-content: start !important;
}

.just-center {
  justify-content: center !important;
}

.just-between {
  justify-content: space-between !important;
}

.just-end {
  justify-content: flex-end !important;
}

.align-stretch {
  align-items: stretch !important;
}

.align-start {
  align-items: start !important;
}

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
  word-break: keep-all !important;
}

.text-left {
  text-align: left !important;
}

.keepall {
  word-break: keep-all !important;
}

.underline {
  text-decoration: underline !important;
}

/*Tablet*/
@media (max-width: 767.98px) {
  .just-start-mo {
    justify-content: start !important;
  }
}
/*Mobile*/
@media (max-width: 575.98px) {
  .Tit01 {
    font-size: 1.25rem !important;
  }
  .Tit01 * {
    font-size: 1.25rem !important;
  }
  .Tit02 {
    font-size: 0.95rem !important;
  }
  .Tit02 * {
    font-size: 0.95rem !important;
  }
  .Tit03 {
    font-size: 0.85rem !important;
  }
  .Tit03 * {
    font-size: 0.85rem !important;
  }
}
.secure.event {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0 0;
}
.secure.event > p {
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  padding-bottom: 0 !important;
}
.secure.event .apply_secure {
  display: flex;
  flex-wrap: wrap;
}
.secure.event .apply_secure > span {
  display: inline-block;
  width: 158.5px;
  height: 55px;
  padding: 10px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.secure.event .apply_secure > span > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.secure.event .apply_secure > .change {
  display: block;
  width: 55px !important;
  height: 55px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  cursor: pointer;
  background-color: transparent !important;
}
.secure.event .apply_secure > input {
  display: inline-block;
  width: 158.5px;
  height: 55px;
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.event.vol123 {
  padding: 0 calc((100% - 1078px) / 2) !important;
  background-color: #c2daff;
}
.event.vol123 .event_wrap {
  padding: 3rem 0;
}
.event.vol123 .timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 85px;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 500;
  border-radius: 2.25rem;
  border: 2px solid #000;
}
.event.vol123 .timer i {
  margin-right: 0.75rem;
  font-size: 2.6rem;
}
.event.vol123 .timer span {
  font-size: 2.5rem;
  font-weight: 500;
}
.event.vol123 .card {
  display: flex;
  flex-wrap: wrap;
  width: 92.5%;
  margin: 2rem auto 0;
}
.event.vol123 .card > span {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-size: 100%;
  cursor: pointer;
}
.event.vol123 .card > span > img {
  opacity: 0;
}
.event.vol123 .card > span:nth-child(4n) {
  margin-right: 0;
}
.event.vol123 .card > span.flip {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}
.event.vol123 .card > span.flip > img {
  opacity: 1;
}
.event.vol123 .card > span.flip-reverse {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: flipInY-reverse;
          animation-name: flipInY-reverse;
}
.event.vol123 .card > span.flip-reverse > img {
  opacity: 0;
}
.event.vol123 .card > span.off {
  -webkit-animation-name: none !important;
          animation-name: none !important;
}
.event.vol123 .card > span.off > img {
  opacity: 1 !important;
}

.event.vol123 ~ .submit {
  padding: 3rem calc((100% - 850px) / 2);
}

.event.vol124 {
  padding: 0 calc((100% - 1000px) / 2) !important;
}
.event.vol124 .event_wrap {
  padding: 3rem 0 1.5rem 0;
}
.event.vol124 .event_wrap > li {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.event.vol124 .event_wrap > li .text_box {
  width: 60%;
  margin-right: 1rem;
  padding: 1.75rem 0 2rem 1.75rem;
}
.event.vol124 .event_wrap > li .text_box h5 {
  font-family: "GmarketSansBold";
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.event.vol124 .event_wrap > li .text_box p {
  font-family: "GmarketSansMedium";
  font-size: 0.9rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.event.vol124 .event_wrap > li .text_box span {
  display: inline-block;
  font-family: "GmarketSansMedium";
  font-size: 0.75rem;
  border: 1px solid #1359b8;
  border-radius: 50px;
  padding: 0.5rem 0.75rem;
  color: #1359b8;
}
.event.vol124 .event_wrap > li .text_box span * {
  color: #1359b8;
}
.event.vol124 .event_wrap > li .ox_box {
  position: relative;
  width: 40%;
  padding: 1.75rem 1.75rem 1.75rem 1rem;
}
.event.vol124 .event_wrap > li .ox_box .ox_btn {
  display: flex;
  justify-content: start;
  align-items: center;
}
.event.vol124 .event_wrap > li .ox_box .ox_btn .yes, .event.vol124 .event_wrap > li .ox_box .ox_btn .no {
  display: block;
  background-image: url(/page/vol124/img/sub10_x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 143px;
  height: 143px;
  cursor: pointer;
}
.event.vol124 .event_wrap > li .ox_box .ox_btn .yes {
  background-image: url(/page/vol124/img/sub10_o.jpg);
  margin-right: 1rem;
}
.event.vol124 .event_wrap > li .ox_box .ox_btn .yes.active, .event.vol124 .event_wrap > li .ox_box .ox_btn .yes:hover {
  background-image: url(/page/vol124/img/sub10_o_hover.jpg);
}
.event.vol124 .event_wrap > li .ox_box .ox_btn .no.active, .event.vol124 .event_wrap > li .ox_box .ox_btn .no:hover {
  background-image: url(/page/vol124/img/sub10_x_hover.jpg);
}
.event.vol124 .event_wrap > li .ox_box .wrong {
  display: block;
  font-size: 0.75rem;
  color: #1359b8;
  font-family: "GmarketSansMedium";
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 0;
  opacity: 0;
}
.event.vol124 .event_wrap > li .ox_box .correct {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 89, 184, 0.85);
  padding: 1.5rem;
}
.event.vol124 .event_wrap > li .ox_box .correct h5 {
  font-family: "GmarketSansBold";
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.event.vol124 .event_wrap > li .ox_box .correct p {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.2;
}
.event.vol124 .event_wrap > li:last-child {
  margin-bottom: 0;
}
.event.vol124 .finish {
  display: block;
  margin: 0 auto;
  width: 185px;
  height: 54px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "GmarketSansMedium";
  border-radius: 10px;
  background-color: #888;
  color: #fff;
  cursor: pointer;
}
.event.vol124 .finish.on {
  background-color: #1359b8;
}

.event.vol124 ~ .submit {
  padding: 3rem calc((100% - 850px) / 2);
}

.find_event {
  position: absolute;
  left: 60%;
  top: 50%;
  z-index: 2;
}
.find_event .find_img {
  display: block;
  width: 150px;
  cursor: pointer;
}
.find_event .find_img img {
  display: block;
  width: 100%;
}
.find_event .find_input {
  display: none;
  overflow: hidden;
}
.find_event .find_input ul {
  display: inline-block;
  float: left;
  width: 441px;
  max-width: 90%;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: #fff;
}
.find_event .find_input ul li {
  margin-bottom: 0.5rem;
}
.find_event .find_input ul li input {
  display: inline-block;
  width: 49%;
  padding: 0.35rem 0.5rem;
  font-size: 0.85rem;
  background-color: #eee;
  border: 1px solid #999;
}
.find_event .find_input ul li input[type=checkbox] {
  display: none;
}
.find_event .find_input ul li input[type=checkbox] + label {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
}
.find_event .find_input ul li input[type=checkbox] + label::before {
  display: inline-block;
  content: "";
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  border: 1px solid #959595;
  cursor: pointer;
}
.find_event .find_input ul li input[type=checkbox]:checked + label::before {
  background-image: url("/common/images/check.jpg");
  background-size: 100%;
}
.find_event .find_input ul li label {
  font-size: 0.85rem;
  cursor: pointer;
}
.find_event .find_input ul li p {
  padding: 0.5rem;
  font-size: 0.75rem;
  word-break: break-all;
  text-align: center;
}
.find_event .find_input ul li p.detail {
  background-color: #eee;
  border: 1px solid #999;
  text-align: justify;
}
.find_event .find_input ul .btn_wrap {
  display: flex;
  justify-content: center;
}
.find_event .find_input ul .btn_wrap button {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-right: 0.5rem;
  font-size: 0.95rem;
  line-height: 40px;
  border-radius: 50px;
  background-color: #f29126;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.find_event .find_input ul .btn_wrap button:last-child {
  margin: 0;
  background-color: #959595;
}
.find_event .find_input ul li:last-child {
  margin-bottom: 0;
}
.find_event .find_input .find_close {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  margin-top: 0.75rem;
  background-image: url("/common/images/close02.png");
  background-size: 100%;
  cursor: pointer;
}
.find_event .find_input .find_close span {
  display: none;
}

.event.vol126 .answer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2rem;
}
.event.vol126 .answer > span {
  width: 120px;
}
.event.vol126 .answer > span > input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #c9c9c9;
  font-size: 0.9rem;
}
.event.vol126 .answer > span:last-child {
  width: calc(100% - 120px);
}

.event.vol126 .submit_info > li > span > input {
  background: #fff;
}

.event.vol126 .button_wrap {
  margin-bottom: 2rem;
}
.event.vol126 .button_wrap .submit_btn {
  display: block;
  width: 220px;
  height: 64px;
  margin: 3rem auto 0;
  font-size: 1rem;
  font-weight: 500;
  background-color: #2b3d98;
  color: #fff;
  cursor: pointer;
}
.event.vol126 .button_wrap .submit_text {
  margin-top: 1.5rem;
  text-align: center;
  word-break: keep-all;
}

.event.oneAnswer .answer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2rem;
}
.event.oneAnswer .answer > span {
  width: 120px;
}
.event.oneAnswer .answer > span > input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #c9c9c9;
  font-size: 0.9rem;
}
.event.oneAnswer .answer > span:last-child {
  width: calc(100% - 120px);
}

.event.oneAnswer .submit_info > li > span > input {
  background: #fff;
}

.event.oneAnswer .button_wrap {
  margin-bottom: 2rem;
}
.event.oneAnswer .button_wrap .submit_btn {
  display: block;
  width: 220px;
  height: 64px;
  margin: 3rem auto 0;
  font-size: 1rem;
  font-weight: 500;
  background-color: #2b3d98;
  color: #fff;
  cursor: pointer;
}
.event.oneAnswer .button_wrap .submit_text {
  margin-top: 1.5rem;
  text-align: center;
  word-break: keep-all;
}

/*Ipad*/    
@media (max-width: 1024px) {
  .find_event .find_input {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .find_event .find_input ul {
    display: block;
    float: none;
    margin: 46% auto 1rem;
  }
  .find_event .find_input ul li p {
    padding: 0.5rem 0;
  }
  .find_event .find_input ul li p.detail {
    padding: 0.5rem;
  }
  .find_event .find_input .find_close {
    display: block;
    float: none;
    margin: 0 auto 1rem;
    background-image: url("/common/images/close03.png");
  }
}
/*Ipad*/
@media (max-width: 991.98px) {
  .event.vol123 ~ .submit {
    padding: 3rem 1.5rem 1.5rem;
  }
  .event.vol124 ~ .submit {
    padding: 3rem 1.5rem 1.5rem;
  }
}
/*Tablet*/
@media (max-width: 767.98px) {
  .event.vol123 .timer {
    width: 170px;
    height: 55px;
    font-size: 1.25rem;
  }
  .event.vol123 .timer > i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .event.vol123 .timer > span {
    font-size: 1.25rem;
  }
  .event.vol124 .event_wrap > li {
    flex-direction: column;
  }
  .event.vol124 .event_wrap > li .text_box {
    width: 100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .event.vol124 .event_wrap > li .ox_box {
    width: 100%;
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin-top: 1.5rem;
  }
  .event.vol124 .event_wrap > li .ox_box .ox_btn {
    justify-content: center;
  }
  .event.vol124 .event_wrap > li .ox_box .wrong {
    text-align: center;
  }
  .event.vol124 .event_wrap > li .ox_box .correct {
    padding: 1rem;
  }
  .event.vol124 .event_wrap > li .ox_box .correct h5 {
    margin-bottom: 0.5rem;
  }
  .event.vol126 .question {
    padding: 0 1rem;
  }
  .event.vol126 .answer {
    flex-direction: column;
  }
  .event.vol126 .answer > span:last-child {
    width: 100%;
  }
  .event.vol126 .submit {
    width: 95%;
  }
  .event.oneAnswer .question {
    padding: 0 1rem;
  }
  .event.oneAnswer .answer {
    flex-direction: column;
  }
  .event.oneAnswer .answer > span:last-child {
    width: 100%;
  }
  .event.oneAnswer .submit {
    width: 95%;
  }
}
/*Mobile*/
@media (max-width: 575.98px) {
  .secure.event .apply_secure {
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
  }
  .secure.event .apply_secure > span {
    width: 120px;
    height: 45px;
    padding: 7.21px;
  }
  .secure.event .apply_secure > button {
    width: 35px;
    height: 40px;
  }
  .secure.event .apply_secure > input {
    width: calc(100% - 160px);
    height: 45px;
    font-size: 0.8rem;
  }
  .event.vol123 .card {
    width: 90%;
  }
  .event.vol123 .card > span {
    width: 32%;
    margin-right: 2% !important;
  }
  .event.vol123 .card > span:nth-child(3n) {
    margin-right: 0 !important;
  }
  .event.vol123 ~ .submit {
    padding: 2rem 5% 1.5rem;
  }
  .find_event .find_input ul li input {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .find_event .find_input ul li input[type=checkbox] + label {
    font-size: 0.75rem;
  }
}
@page {
  size: auto;
  margin: 5mm;
}
@media print {
  header {
    position: absolute;
  }
}/*# sourceMappingURL=2022_style.css.map */