@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
.header {
  position: relative;
  height: 90px;
  border-bottom: 2px solid #000;
}

.header .inner-wrap {
  /* Spin */
}

.header .inner-wrap h1 {
  position: absolute;
  left: 42px;
  top: 21px;
}

.header .inner-wrap h1 a {
  width: 197px;
  display: inline-block;
}

.header .inner-wrap h1 a img {
  width: 100%;
}

.header .inner-wrap .tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header .inner-wrap .tit a {
  width: 400px;
  display: inline-block;
}

.header .inner-wrap .tit a img {
  width: 100%;
}

.header .inner-wrap .sns_menu {
  position: absolute;
  right: 96px;
  top: 30px;
}

.header .inner-wrap .sns_menu li {
  float: left;
  margin-right: 23px;
}

.header .inner-wrap .sns_menu li a {
  display: inline-block;
  width: 30px;
}

.header .inner-wrap .sns_menu li a img {
  width: 100%;
}

.header .inner-wrap .sns_menu li:nth-child(3) {
  margin: 0;
}

.header .inner-wrap .sns_menu li:nth-child(3) a {
  width: 37px;
  margin-top: 2px;
}

.header .inner-wrap .sns_menu li:after {
  content: '';
  display: block;
  clear: both;
}

.header .inner-wrap .hamburger {
  position: absolute;
  top: 33px;
  right: 40px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.header .inner-wrap .hamburger.is-active .hamburger-inner {
  background-color: #000;
}

.header .inner-wrap .hamburger.is-active .hamburger-inner::before {
  background-color: #000;
}

.header .inner-wrap .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.header .inner-wrap .hamburger-box {
  width: 27px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.header .inner-wrap .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.header .inner-wrap .hamburger-inner::before {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  top: -10px;
}

.header .inner-wrap .hamburger-inner::after {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -10px;
}

.header .inner-wrap .hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header .inner-wrap .hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.header .inner-wrap .hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header .inner-wrap .hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .inner-wrap .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.header .inner-wrap .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-wrap {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: calc(100vh - 90px);
}

.hamburger-wrap.onShow {
  display: block;
}

.hamburger-wrap .inner-wrap {
  width: 100%;
  height: 100%;
}

.hamburger-wrap .inner-wrap .menu-wrap {
  float: left;
  width: 100vw;
  height: 100%;
  background: #F5F5F5;
  padding: 3vw 4vw;
}

.hamburger-wrap .inner-wrap .menu-wrap ul {
  text-align: right;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li {
  margin-bottom: 1.5vw;
  vertical-align: top;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li a {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.4;
  color: #666;
  transition: none;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li a:hover {
  color: #50AF24;
  transition: none;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.5vw;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li ul li {
  float: left;
  margin-left: 1vw;
  margin-bottom: 0;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li ul li a {
  display: inline-block;
  padding: 0.5vw 1vw;
  border: 1px solid #999;
  border-radius: 4vw;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  color: #999;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li ul li a:hover {
  border: 0;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li ul li:first-child {
  margin-left: 0;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li ul:after {
  content: '';
  display: block;
  clear: both;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(1) a:hover {
  color: #4292E7;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(1) ul li a:hover {
  background: #4292E7;
  border: 1px solid #4292E7;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(2) a:hover {
  color: #50AF24;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(2) ul li a:hover {
  background: #50AF24;
  border: 1px solid #50AF24;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(3) a:hover {
  color: #E51A63;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(3) ul li a:hover {
  background: #E51A63;
  border: 1px solid #E51A63;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(4) a:hover {
  color: #A48663;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(4) ul li a:hover {
  background: #A48663;
  border: 1px solid #A48663;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(5) a:hover {
  color: #3116B9;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(5) ul li a:hover {
  background: #3116B9;
  border: 1px solid #3116B9;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(6) a:hover {
  color: #996F51;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(6) ul li a:hover {
  background: #996F51;
  border: 1px solid #996F51;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(7) a:hover {
  color: #24334C;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(7) ul li a:hover {
  background: #24334C;
  border: 1px solid #24334C;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(8) a:hover {
  color: #7E5ED9;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(8) ul li a:hover {
  background: #7E5ED9;
  border: 1px solid #7E5ED9;
  color: #fff;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(9) a:hover {
  color: #E23648;
}

.hamburger-wrap .inner-wrap .menu-wrap ul li:nth-child(9) ul li a:hover {
  background: #E23648;
  border: 1px solid #E23648;
  color: #fff;
}

.hamburger-wrap .inner-wrap .thumb-wrap {
  display: none;
  width: 37.5vw;
  height: 100%;
  float: left;
  background: url("../images/common/hamberger_img_default.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-00 {
  background: url("../images/common/hamberger_img_01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-01 {
  background: url("../images/common/hamberger_img_02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-02 {
  background: url("../images/common/hamberger_img_03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-03 {
  background: url("../images/common/hamberger_img_04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-04 {
  background: url("../images/common/hamberger_img_05.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-05 {
  background: url("../images/common/hamberger_img_06.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-06 {
  background: url("../images/common/hamberger_img_07.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-07 {
  background: url("../images/common/hamberger_img_08.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap .thumb-wrap.bg-08 {
  background: url("../images/common/hamberger_img_09.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hamburger-wrap .inner-wrap:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 1919px) {
  .hamburger-wrap {
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: calc(100vh - 90px);
  }
  .hamburger-wrap .inner-wrap .menu-wrap {
    width: 100%;
    padding: 60px;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li {
    margin-bottom: 25px;
    vertical-align: top;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li a {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    color: #666;
    transition: none;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li a:hover {
    color: #50AF24;
    transition: none;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 1vw;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li {
    float: left;
    margin-left: 1vw;
    margin-bottom: 0;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #999;
    border-radius: 20px;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #999;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li a:hover {
    border: 1px solid #50AF24;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li:first-child {
    margin-left: 0;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .hamburger-wrap .inner-wrap .thumb-wrap {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .header {
    position: relative;
    height: 90px;
    border-bottom: 2px solid #000;
  }
  .header .inner-wrap h1 {
    display: none;
    position: absolute;
    left: 42px;
    top: 21px;
  }
  .header .inner-wrap h1 a {
    width: 197px;
    display: inline-block;
  }
  .header .inner-wrap h1 a img {
    width: 100%;
  }
  .header .inner-wrap .tit {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .inner-wrap .tit a {
    width: 400px;
    display: inline-block;
  }
  .header .inner-wrap .tit a img {
    width: 100%;
  }
  .header .inner-wrap .sns_menu {
    position: absolute;
    right: 96px;
    top: 30px;
  }
  .header .inner-wrap .sns_menu li {
    float: left;
    margin-right: 23px;
  }
  .header .inner-wrap .sns_menu li a {
    display: inline-block;
    width: 30px;
  }
  .header .inner-wrap .sns_menu li a img {
    width: 100%;
  }
  .header .inner-wrap .sns_menu li:nth-child(3) {
    margin: 0;
  }
  .header .inner-wrap .sns_menu li:nth-child(3) a {
    width: 37px;
    margin-top: 2px;
  }
  .header .inner-wrap .sns_menu li:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 639px) {
  .header {
    position: relative;
    height: 14.0625vw;
    border-bottom: 0.3125vw solid #000;
  }
  .header .inner-wrap .tit {
    position: absolute;
    left: 4.6875vw;
    top: 50%;
    transform: translateY(-50%);
    height: 2.65625vw;
  }
  .header .inner-wrap .tit a {
    width: 62.5vw;
    display: inline-block;
    height: 2.65625vw;
  }
  .header .inner-wrap .tit a img {
    width: 100%;
  }
  .header .inner-wrap .sns_menu {
    display: none;
    position: absolute;
    right: 4.0625vw;
    top: 4.6875vw;
  }
  .header .inner-wrap .sns_menu li {
    float: left;
    margin-right: 3.59375vw;
  }
  .header .inner-wrap .sns_menu li a {
    display: inline-block;
    width: 4.6875vw;
  }
  .header .inner-wrap .sns_menu li a img {
    width: 100%;
  }
  .header .inner-wrap .sns_menu li:nth-child(3) {
    margin: 0;
  }
  .header .inner-wrap .sns_menu li:nth-child(3) a {
    width: 5.78125vw;
    margin-top: 0.3125vw;
  }
  .header .inner-wrap .sns_menu li:after {
    content: '';
    display: block;
    clear: both;
  }
  .header .inner-wrap .menu_btn {
    position: absolute;
    top: 5.15625vw;
    right: 4.6875vw;
    height: 3.59375vw;
    width: 4.21875vw;
    height: 3.75vw;
  }
  .header .inner-wrap .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    height: 3.75vw;
  }
  .header .inner-wrap .hamburger-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.21875vw;
    height: 3.75vw;
  }
  .header .inner-wrap .hamburger-inner {
    margin-top: -0.3125vw;
    height: 0.46875vw;
    border-radius: 0.3125vw;
  }
  .header .inner-wrap .hamburger-inner::before {
    height: 0.46875vw;
    border-radius: 0.3125vw;
    top: -1.09375vw;
  }
  .header .inner-wrap .hamburger-inner::after {
    height: 0.46875vw;
    border-radius: 0.3125vw;
    bottom: -1.09375vw;
  }
  .hamburger-wrap {
    position: fixed;
    top: 14.0625vw;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: calc(100vh - 14.0625vw);
  }
  .hamburger-wrap .inner-wrap .menu-wrap {
    width: 100%;
    padding: 6vw 4vw;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li {
    margin-bottom: 7vw;
    vertical-align: top;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li a {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 4vw;
    font-weight: 300;
    line-height: 1.4;
    color: #666;
    transition: none;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li a:hover {
    color: #50AF24;
    transition: none;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 1vw;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li {
    float: left;
    margin-left: 1vw;
    margin-bottom: 0;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li a {
    display: inline-block;
    padding: 2vw 3vw;
    border: 1px solid #999;
    border-radius: 4vw;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 400;
    line-height: 1;
    color: #999;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li a:hover {
    border: 1px solid #50AF24;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul li:first-child {
    margin-left: 0;
  }
  .hamburger-wrap .inner-wrap .menu-wrap ul li ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .hamburger-wrap .inner-wrap .thumb-wrap {
    display: none;
  }
}

.footer {
  position: relative;
  height: 120px;
  border-top: 1px solid #000;
}

.footer .inner-wrap .logo {
  position: absolute;
  top: 43px;
  left: 38px;
}

.footer .inner-wrap .logo a {
  display: inline-block;
  width: 202px;
  vertical-align: middle;
  margin-right: 16px;
}

.footer .inner-wrap .logo a img {
  width: 100%;
}

.footer .inner-wrap .logo a:nth-child(2) {
  width: 151px;
}

.footer .inner-wrap .logo a:nth-child(3) {
  width: 196px;
}

.footer .inner-wrap .copy {
  position: absolute;
  top: 51px;
  right: 46px;
}

.footer .inner-wrap .copy span {
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 1279px) {
  .footer .inner-wrap .logo {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .footer {
    position: relative;
    height: 28.125vw;
  }
  .footer .inner-wrap .logo {
    display: block;
    width: 80vw;
    position: relative;
    top: 0;
    left: 0;
    margin: 6vw auto 3vw;
  }
  .footer .inner-wrap .logo a {
    display: inline-block;
    width: 32.03125vw;
    margin-right: 2.65625vw;
  }
  .footer .inner-wrap .logo a img {
    width: 100%;
  }
  .footer .inner-wrap .logo a:nth-child(2) {
    width: 16.25vw;
  }
  .footer .inner-wrap .logo a:nth-child(3) {
    width: 23.90625vw;
    margin-right: 0;
  }
  .footer .inner-wrap .copy {
    width: 80vw;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    text-align: right;
    right: 0;
    margin: 0 auto;
  }
  .footer .inner-wrap .copy span {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2.34375vw;
    font-weight: 400;
    line-height: 1.6;
  }
}

.card-list {
  margin: 0 auto;
  background: url("../images/common/logo_bg.png") #f5f5f5 no-repeat;
  background-position: center;
  background-size: 345px;
  overflow: hidden;
}

.card-list .inner-wrap > div {
  position: relative;
  float: left;
  height: 16vw;
}

.card-list .inner-wrap > div a {
  display: inline-block;
  color: #000;
  width: 100%;
  height: 100%;
}

.card-list .inner-wrap > div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.card-list .inner-wrap > div.card-01 {
  position: relative;
  width: 33.33333%;
  height: 32vw;
}

.card-list .inner-wrap > div.card-01 a {
  background: url("../images/main/main_card_01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list .inner-wrap > div.card-04 {
  width: 16.66665%;
  height: 32vw;
}

.card-list .inner-wrap > div.card-04 a {
  background: url("../images/main/main_card_04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list .inner-wrap > div.card-05 {
  width: 33.33333%;
}

.card-list .inner-wrap > div.card-05 iframe {
  width: 100%;
  hegiht: 100%;
}

.card-list .inner-wrap > div.card-06 {
  width: 33.33333%;
}

.card-list .inner-wrap > div.card-06 a {
  background: url("../images/main/main_card_06.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list .inner-wrap > div.card-07 {
  width: 16.66665%;
}

.card-list .inner-wrap > div.card-07 a {
  background: url("../images/main/main_card_07.png") #F2EDD3 no-repeat;
  background-size: 150%;
  background-position: center bottom;
}

.card-list .inner-wrap > div.card-08 {
  width: 16.66665%;
}

.card-list .inner-wrap > div.card-08 a {
  background: url("../images/main/main_card_08.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list .inner-wrap > div.card-09 {
  width: 33.33333%;
}

.card-list .inner-wrap > div.card-09 a {
  background: url("../images/main/main_card_09.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list .inner-wrap > div.card-10 {
  width: 16.66665%;
}

.card-list .inner-wrap > div.card-10 a {
  background: url("../images/main/main_card_10.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list .inner-wrap > div.card-11 {
  width: 16.66665%;
}

.card-list .inner-wrap > div.card-11 a {
  background: url("../images/main/main_card_11.png") #7E5ED9 no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.card-list .inner-wrap > div.vertical-wrap {
  width: 16.66665%;
  height: 32vw;
}

.card-list .inner-wrap > div.vertical-wrap > div {
  float: none;
  width: 100%;
  height: 16vw;
}

.card-list .inner-wrap > div.vertical-wrap > div.card-02 {
  width: 100%;
  position: relative;
}

.card-list .inner-wrap > div.vertical-wrap > div.card-02 a {
  background: url("../images/main/main_card_02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list .inner-wrap > div.vertical-wrap > div.card-03 {
  width: 100%;
  position: relative;
}

.card-list .inner-wrap > div.vertical-wrap > div.card-03 a {
  background: url("../images/main/main_card_03_bj.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #292626;
}

.card-list .inner-wrap > div.clear {
  clear: both;
}

.card-list .inner-wrap > div .square-box-wt {
  position: absolute;
  top: 43px;
  left: 41px;
  z-index: 1;
}

.card-list .inner-wrap > div .square-box-wt span {
  color: #fff;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 700;
  font-size: 120%;
}

.card-list .inner-wrap > div .square-box-wt:before {
  content: url("../images/common/square_box_wt.png");
  display: block;
  position: absolute;
  left: -23px;
  top: -23px;
  width: 76px;
  height: 76px;
  z-index: -1;
}

.card-list .inner-wrap > div .square-box-bk {
  position: absolute;
  top: 43px;
  left: 41px;
  z-index: 1;
}

.card-list .inner-wrap > div .square-box-bk span {
  color: #000;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 700;
  font-size: 120%;
}

.card-list .inner-wrap > div .square-box-bk:before {
  content: url("../images/common/square_box_bk.png");
  display: block;
  position: absolute;
  left: -23px;
  top: -23px;
  width: 76px;
  height: 76px;
  z-index: -1;
}

.card-list .inner-wrap > div .des {
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 300;
  font-size: 100%;
  position: absolute;
  bottom: 28px;
  left: 20px;
  color: #fff;
  line-height: 1.625;
}

.card-list .inner-wrap > div .des.arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/common/arrow_wt.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: -11px;
  top: 11px;
}

.card-list .inner-wrap > div .des.bk {
  color: #000;
}

.card-list .inner-wrap > div .des.bk.arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/common/arrow_bk.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: -11px;
  top: 11px;
}

.card-list .inner-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.card-list.idx-a1 .card-wrap {
  width: 33.33333%;
  height: 32vw;
}

.card-list.idx-a1 .card-05 {
  width: 100%;
  height: 16vw;
  background: url("../images/main/main_card_05.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list.idx-a1 .card-06 {
  width: 100%;
  height: 16vw;
  background: url("../images/main/main_card_06.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.card-list.idx-a2 .motion-target {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: left;
}

.card-list.idx-a2 .motion-target.onShow {
  opacity: 1;
  transform: scaleX(1);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.card-list.idx-a3 .card-07 {
  clear: none !important;
}

@media screen and (max-width: 19 2px) {
  .card-list {
    width: 100%;
    margin: 0 auto;
  }
  .card-list .inner-wrap > div {
    position: relative;
    float: left;
    height: 28.125vw;
  }
  .card-list .inner-wrap > div a {
    display: inline-block;
    color: #000;
  }
  .card-list .inner-wrap > div.card-01 {
    position: relative;
    width: 50%;
    height: 49.21875vw;
  }
  .card-list .inner-wrap > div.card-04 {
    width: 25%;
    height: 49.21875vw;
  }
  .card-list .inner-wrap > div.card-04 a img {
    height: 200%;
  }
  .card-list .inner-wrap > div.card-05 {
    width: 50%;
    clear: both;
  }
  .card-list .inner-wrap > div.card-06 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-07 {
    width: 25%;
  }
  .card-list .inner-wrap > div.card-08 {
    width: 25%;
  }
  .card-list .inner-wrap > div.card-09 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-10 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-11 {
    width: 50%;
    background-size: 60%;
  }
  .card-list .inner-wrap > div.vertical-wrap {
    width: 25%;
    height: 49.21875vw;
  }
  .card-list .inner-wrap > div.vertical-wrap > div {
    float: none;
    width: 100%;
    height: 50%;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-02 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-03 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.clear {
    clear: both;
  }
  .card-list .inner-wrap > div .square-box-wt {
    position: absolute;
    top: 43px;
    left: 41px;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-wt span {
    color: #fff;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 20px;
  }
  .card-list .inner-wrap > div .square-box-wt:before {
    display: block;
    position: absolute;
    left: -23px;
    top: -23px;
    width: 76px;
    height: 76px;
    z-index: -1;
  }
  .card-list .inner-wrap > div .square-box-bk {
    position: absolute;
    top: 43px;
    left: 41px;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-bk span {
    color: #000;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 20px;
  }
  .card-list .inner-wrap > div .square-box-bk:before {
    display: block;
    position: absolute;
    left: -23px;
    top: -23px;
    width: 76px;
    height: 76px;
    z-index: -1;
  }
  .card-list .inner-wrap > div .des {
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 300;
    font-size: 100%;
    position: absolute;
    bottom: 28px;
    left: 20px;
    color: #fff;
    line-height: 1.625;
  }
  .card-list .inner-wrap > div .des.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap > div .des.bk {
    color: #000;
  }
  .card-list .inner-wrap > div .des.bk.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .card-list.idx-a1 .card-wrap {
    width: 50%;
    height: 720px;
  }
  .card-list.idx-a1 .card-05 {
    width: 100%;
    height: 360px;
    background: url("../images/main/main_card_05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .card-list.idx-a1 .card-06 {
    width: 100%;
    height: 360px;
    background: url("../images/main/main_card_06.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .card-list.idx-a1 .card-07 {
    width: 100%;
    height: 360px;
    clear: none !important;
  }
  .card-list.idx-a1 .card-08 {
    width: 100%;
    height: 360px;
  }
  .card-list.idx-a3 .card-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 1599px) {
  .card-list {
    width: 100%;
    margin: 0 auto;
  }
  .card-list .inner-wrap > div {
    position: relative;
    float: left;
    height: 28.125vw;
  }
  .card-list .inner-wrap > div a {
    display: inline-block;
    color: #000;
  }
  .card-list .inner-wrap > div.card-01 {
    position: relative;
    width: 50%;
    height: 49.21875vw;
  }
  .card-list .inner-wrap > div.card-04 {
    width: 25%;
    height: 49.21875vw;
  }
  .card-list .inner-wrap > div.card-04 a img {
    height: 200%;
  }
  .card-list .inner-wrap > div.card-05 {
    width: 50%;
    clear: both;
  }
  .card-list .inner-wrap > div.card-06 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-07 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-08 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-09 {
    width: 100%;
  }
  .card-list .inner-wrap > div.card-10 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-11 {
    width: 50%;
  }
  .card-list .inner-wrap > div.vertical-wrap {
    width: 25%;
    height: 49.21875vw;
  }
  .card-list .inner-wrap > div.vertical-wrap > div {
    float: none;
    width: 100%;
    height: 50%;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-02 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-03 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.clear {
    clear: both;
  }
  .card-list .inner-wrap > div .square-box-wt {
    position: absolute;
    top: 43px;
    left: 41px;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-wt span {
    color: #fff;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 20px;
  }
  .card-list .inner-wrap > div .square-box-wt:before {
    display: block;
    position: absolute;
    left: -23px;
    top: -23px;
    width: 76px;
    height: 76px;
    z-index: -1;
  }
  .card-list .inner-wrap > div .square-box-bk {
    position: absolute;
    top: 43px;
    left: 41px;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-bk span {
    color: #000;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 20px;
  }
  .card-list .inner-wrap > div .square-box-bk:before {
    display: block;
    position: absolute;
    left: -23px;
    top: -23px;
    width: 76px;
    height: 76px;
    z-index: -1;
  }
  .card-list .inner-wrap > div .des {
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 300;
    font-size: 100%;
    position: absolute;
    bottom: 28px;
    left: 20px;
    color: #fff;
    line-height: 1.625;
  }
  .card-list .inner-wrap > div .des.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap > div .des.bk {
    color: #000;
  }
  .card-list .inner-wrap > div .des.bk.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .card-list.idx-a1 .card-wrap {
    width: 50%;
    height: 720px;
  }
  .card-list.idx-a1 .card-05 {
    width: 100%;
    height: 360px;
    background: url("../images/main/main_card_05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .card-list.idx-a1 .card-06 {
    width: 100%;
    height: 360px;
    background: url("../images/main/main_card_06.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .card-list.idx-a1 .card-07 {
    width: 100%;
    height: 360px;
    clear: none !important;
  }
  .card-list.idx-a1 .card-08 {
    width: 100%;
    height: 360px;
  }
  .card-list.idx-a3 .card-wrap {
    width: 50%;
  }
  .card-list.idx-a3 .inner-wrap div.card-07 {
    width: 25%;
  }
  .card-list.idx-a3 .inner-wrap div.card-08 {
    width: 25%;
  }
  .card-list.idx-a3 .inner-wrap div.card-09 {
    width: 50%;
  }
  .card-list.idx-a3 .card-10 {
    width: 50%;
    clear: both;
  }
}

@media screen and (max-width: 1279px) {
  .card-list {
    width: 100%;
    margin: 0 auto;
  }
  .card-list .inner-wrap > div {
    position: relative;
    float: left;
    /*height:28vw;*/
  }
  .card-list .inner-wrap > div a {
    display: inline-block;
    color: #000;
  }
  .card-list .inner-wrap > div.card-01 {
    position: relative;
    width: 50%;
    /*height:56vw;*/
  }
  .card-list .inner-wrap > div.card-04 {
    width: 25%;
    /*height:56vw;*/
  }
  .card-list .inner-wrap > div.card-04 a img {
    height: 200%;
  }
  .card-list .inner-wrap > div.card-05 {
    width: 50%;
    clear: both;
  }
  .card-list .inner-wrap > div.card-06 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-07 {
    width: 50%;
    /*height:28vw;*/
  }
  .card-list .inner-wrap > div.card-08 {
    width: 50%;
    /*height:28vw;*/
  }
  .card-list .inner-wrap > div.card-09 {
    width: 100%;
  }
  .card-list .inner-wrap > div.card-10 {
    width: 50%;
  }
  .card-list .inner-wrap > div.card-11 {
    width: 50%;
  }
  .card-list .inner-wrap > div.vertical-wrap {
    width: 25%;
    /*height: 56vw;*/
  }
  .card-list .inner-wrap > div.vertical-wrap > div {
    float: none;
    width: 100%;
    /*height:28vw;*/
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-02 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-03 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.clear {
    clear: both;
  }
  .card-list .inner-wrap > div .square-box-wt {
    position: absolute;
    top: 43px;
    left: 41px;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-wt span {
    color: #fff;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 1.5vw;
  }
  .card-list .inner-wrap > div .square-box-wt:before {
    display: block;
    position: absolute;
    left: -23px;
    top: -23px;
    width: 76px;
    height: 76px;
    z-index: -1;
  }
  .card-list .inner-wrap > div .square-box-bk {
    position: absolute;
    top: 43px;
    left: 41px;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-bk span {
    color: #000;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 1.5vw;
  }
  .card-list .inner-wrap > div .square-box-bk:before {
    display: block;
    position: absolute;
    left: -23px;
    top: -23px;
    width: 76px;
    height: 76px;
    z-index: -1;
  }
  .card-list .inner-wrap > div .des {
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 300;
    font-size: 1vw;
    position: absolute;
    bottom: 1vw;
    left: 20px;
    color: #fff;
    line-height: 1.625;
  }
  .card-list .inner-wrap > div .des.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap > div .des.bk {
    color: #000;
  }
  .card-list .inner-wrap > div .des.bk.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .card-list.idx-a1 .card-wrap {
    width: 50%;
    height: 56vw;
  }
  .card-list.idx-a2 .card-wrap {
    width: 50%;
  }
  .card-list.idx-a2 .card-10 {
    width: 50%;
    clear: both;
  }
  .card-list.idx-a3 .card-wrap {
    width: 100%;
    height: auto;
  }
  .card-list.idx-a3 .card-05 {
    width: 100%;
    height: 56.25vw;
  }
  .card-list.idx-a3 .card-06 {
    width: 100%;
    height: 56.25vw;
  }
  .card-list.idx-a3 .card-09 {
    width: 50%;
  }
  .card-list.idx-a3 .card-10 {
    width: 50%;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .card-list {
    width: 100%;
    margin: 0 auto;
  }
  .card-list .inner-wrap > div {
    position: relative;
    float: left;
    height: 56.25vw;
  }
  .card-list .inner-wrap > div a {
    display: inline-block;
    color: #000;
  }
  .card-list .inner-wrap > div.card-01 {
    position: relative;
    width: 100vw;
    height: 98.4375vw;
  }
  .card-list .inner-wrap > div.card-04 {
    width: 100vw;
    /* height:calSize(630);*/
  }
  .card-list .inner-wrap > div.card-04 a {
    background: url("../images/main/main_card_04_m.jpg") #8DD252 no-repeat;
    background-size: 70%;
    background-position: center;
  }
  .card-list .inner-wrap > div.card-05 {
    width: 100vw;
    clear: both;
  }
  .card-list .inner-wrap > div.card-06 {
    width: 100vw;
  }
  .card-list .inner-wrap > div.card-07 {
    width: 100vw;
    height: 56.25vw;
  }
  .card-list .inner-wrap > div.card-07 a {
    background-image: url("../images/main/main_card_07_bj_m.png");
    background-size: cover;
  }
  .card-list .inner-wrap > div.card-08 {
    width: 100vw;
    height: 56.25vw;
  }
  .card-list .inner-wrap > div.card-09 {
    width: 100vw;
  }
  .card-list .inner-wrap > div.card-10 {
    width: 100vw;
  }
  .card-list .inner-wrap > div.card-11 {
    width: 100vw;
  }
  .card-list .inner-wrap > div.card-11 a {
    background-image: url("../images/main/main_card_11_bj_m.png");
    background-size: cover;
  }
  .card-list .inner-wrap > div.vertical-wrap {
    width: 100vw;
    height: 112.5vw;
  }
  .card-list .inner-wrap > div.vertical-wrap > div {
    float: none;
    width: 100%;
    height: 50%;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-02 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-03 {
    width: 100%;
    position: relative;
  }
  .card-list .inner-wrap > div.vertical-wrap > div.card-03 a {
    background-image: url("../images/main/main_card_03_bj_m.jpg");
    background-size: cover;
  }
  .card-list .inner-wrap > div.clear {
    clear: both;
  }
  .card-list .inner-wrap > div .square-box-wt {
    position: absolute;
    top: 3.125vw;
    left: 6.40625vw;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-wt span {
    position: relative;
    top: 2.65625vw;
    color: #fff;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 3.125vw;
  }
  .card-list .inner-wrap > div .square-box-wt:before {
    content: '';
    background-image: url("../images/common/square_box_wt.png");
    background-size: cover;
    display: block;
    position: absolute;
    left: -3.59375vw;
    top: 0vw;
    width: 11.875vw;
    height: 11.875vw;
    z-index: -1;
  }
  .card-list .inner-wrap > div .square-box-bk {
    position: absolute;
    top: 3.125vw;
    left: 6.40625vw;
    z-index: 1;
  }
  .card-list .inner-wrap > div .square-box-bk span {
    position: relative;
    top: 2.65625vw;
    color: #000;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 3.125vw;
  }
  .card-list .inner-wrap > div .square-box-bk:before {
    content: '';
    background-image: url("../images/common/square_box_bk.png");
    background-size: cover;
    display: block;
    position: absolute;
    left: -3.59375vw;
    top: 0vw;
    width: 11.875vw;
    height: 11.875vw;
    z-index: -1;
  }
  .card-list .inner-wrap > div .des {
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 300;
    font-size: 2.5vw;
    position: absolute;
    bottom: 4.375vw;
    left: 3.125vw;
    color: #fff;
    line-height: 1.625;
  }
  .card-list .inner-wrap > div .des.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap > div .des.bk {
    color: #000;
  }
  .card-list .inner-wrap > div .des.bk.arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: -11px;
    top: 11px;
  }
  .card-list .inner-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .card-list.idx-a1 .card-wrap {
    width: 100%;
    height: 56.25vw;
  }
  .card-list.idx-a3 .card-wrap {
    width: 100%;
    height: auto;
  }
  .card-list.idx-a3 .inner-wrap div.card-07 {
    width: 100%;
    height: 56.25vw;
  }
  .card-list.idx-a3 .inner-wrap div.card-08 {
    width: 100%;
    height: 56.25vw;
  }
  .card-list.idx-a3 .inner-wrap div.card-09 {
    width: 100%;
    height: 56.25vw;
  }
}

.card-list .inner-wrap {
  overflow: hidden;
}

.card-list .inner-wrap .motion-target {
  overflow: hidden;
}

.card-list .inner-wrap .motion-target a {
  display: block;
}

.card-list .inner-wrap.move-fade-dir .motion-target {
  overflow: hidden;
  position: relative;
}

.card-list .inner-wrap.move-fade-dir .motion-target:before {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 6px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  transform: scale(1.1);
}

.card-list .inner-wrap.move-fade-dir .motion-target a {
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(1) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target.vertical-wrap {
  overflow: hidden;
}

.card-list .inner-wrap.move-fade-dir .motion-target.vertical-wrap:before {
  display: none;
}

.card-list .inner-wrap.move-fade-dir .motion-target.vertical-wrap > div {
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.card-list .inner-wrap.move-fade-dir .motion-target.vertical-wrap > div:before {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 6px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  transform: scale(1.1);
}

.card-list .inner-wrap.move-fade-dir .motion-target.vertical-wrap > div a {
  transform: translateY(0);
}

.card-list .inner-wrap.move-fade-dir .motion-target.vertical-wrap .card-02 {
  transform: translate3d(-100%, 0, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target.vertical-wrap .card-03 {
  transform: translate3d(100%, 0, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(3) a {
  transform: translate3d(0, -50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(4):before {
  display: none;
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(4) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(5) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(6) a {
  transform: translate3d(-50%, 0, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(7) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(8) a {
  transform: translate3d(0, -50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(9) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target:nth-child(10) a {
  transform: translate3d(50%, 0, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:hover:before {
  transform: scale(1);
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow.vertical-wrap > div:hover:before {
  transform: scale(1);
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow.vertical-wrap > div {
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow.vertical-wrap .card-02 {
  transform: translate3d(0, 0, 0);
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow.vertical-wrap .card-03 {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.225s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(3) {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.25s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(4) {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(4) a:hover {
  transform: scale(1) !important;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(5) {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(6) a {
  transition-delay: 0.4s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(7) a {
  transition-delay: 0.5s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(8) a {
  transition-delay: 0.55s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(9) a {
  transition-delay: 0.6s;
}

.card-list .inner-wrap.move-fade-dir .motion-target.onShow:nth-child(10) a {
  transition-delay: 0.65s;
}

.card-list .inner-wrap.move-fade-up .motion-target a {
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target:nth-child(1) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target.vertical-wrap {
  overflow: hidden;
}

.card-list .inner-wrap.move-fade-up .motion-target.vertical-wrap > div {
  opacity: 0;
}

.card-list .inner-wrap.move-fade-up .motion-target.vertical-wrap > div a {
  transform: translateY(0);
}

.card-list .inner-wrap.move-fade-up .motion-target.vertical-wrap .card-02 {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target.vertical-wrap .card-03 {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target:nth-child(3) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target:nth-child(4) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target:nth-child(5) a {
  transform: translate3d(0, 50%, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow:nth-child(1) a {
  transform: translate3d(0, 0, 0);
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow.vertical-wrap > div {
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow.vertical-wrap .card-02 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow.vertical-wrap .card-03 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.2s;
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow:nth-child(3) a {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow:nth-child(4) a {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.3s;
}

.card-list .inner-wrap.move-fade-up .motion-target.onShow:nth-child(5) a {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.3s;
}

.card-list .inner-wrap.onFin .motion-target a:hover {
  transform: scale(1.02) !important;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-list .inner-wrap.onFin .motion-target.onShow a {
  transition-delay: 0s !important;
}

@media screen and (max-width: 1919px) {
  .card-list .inner-wrap.move-fade-dir .motion-target:nth-child(6) a {
    transition-delay: 0s;
  }
  .card-list .inner-wrap.move-fade-dir .motion-target:nth-child(7) a {
    transition-delay: 0s;
  }
  .card-list .inner-wrap.move-fade-dir .motion-target:nth-child(8) a {
    transition-delay: 0s;
  }
  .card-list .inner-wrap.move-fade-dir .motion-target:nth-child(9) a {
    transition-delay: 0s;
  }
  .card-list .inner-wrap.move-fade-up .motion-target:nth-child(6) a {
    transition-delay: 0s;
  }
  .card-list .inner-wrap.move-fade-up .motion-target:nth-child(7) a {
    transition-delay: 0s;
  }
  .card-list .inner-wrap.move-fade-up .motion-target:nth-child(8) a {
    transition-delay: 0s;
  }
  .card-list .inner-wrap.move-fade-up .motion-target:nth-child(9) a {
    transition-delay: 0s;
  }
}

.contents {
  position: relative;
  background: #4292E7;
  min-height: calc(100vh - 90px);
  overflow: hidden;
}

.contents.startup {
  background: url("../images/sub/startup/startup_bg.png") no-repeat;
  background-size: cover;
}

.contents.icc {
  background: url("../images/sub/icc/icc_bg.jpg") no-repeat;
  background-size: cover;
}

.contents.icc .inner-wrap .txt-wrap span {
  color: #000;
}

.contents.icc .inner-wrap .sub_img_02 {
  position: absolute;
  top: 5.9375vw;
  left: 33.07292vw;
  transform: rotate(-12.27deg);
  width: 28.33333vw;
  transition: all .4s;
  cursor: default;
}

.contents.icc .inner-wrap .sub_img_02 img {
  width: 100%;
}

.contents.rcc {
  background: url("../images/sub/rcc/rcc_bg.jpg") no-repeat;
  background-size: cover;
}

.contents.rcc .inner-wrap .txt-wrap {
  bottom: auto;
  top: 80px;
}

.contents.rcc .inner-wrap .txt-wrap span {
  color: #000;
}

.contents.rcc .inner-wrap .sub_img_02 {
  top: 5.20833vw;
  left: 24.73958vw;
  width: 33.85417vw;
  transform: rotate(6.47deg);
  cursor: default;
}

.contents.event {
  background-image: url("../images/sub/event/event_bg.jpg");
  background-size: cover;
}

.contents.event .inner-wrap .txt-wrap {
  bottom: 80px;
}

.contents.event .inner-wrap .txt-wrap .sub-tit {
  color: #000;
}

.contents.event .inner-wrap .txt-wrap .tit {
  color: #000;
}

.contents.event .inner-wrap .txt-wrap .des {
  color: #000;
}

.contents.event .inner-wrap .sub_img_01 {
  top: 0;
  left: 19.14583vw;
  width: 18.07292vw;
  transform: rotate(20deg);
  transition: all .4s;
  z-index: 1;
}

.contents.event .inner-wrap .sub_img_02 {
  top: 2.9375vw;
  left: 38.48958vw;
  transform: rotate(-12.27deg);
  width: 25.33333vw;
  transition: all .4s;
}

.contents.event .inner-wrap .sub_img_03 {
  left: 64.32292vw;
  top: 5.54167vw;
  transform: rotate(15.22deg);
  width: 21.57292vw;
  transition: all .4s;
}

.contents .inner-wrap .txt-wrap {
  position: absolute;
  left: 80px;
  bottom: 80px;
  z-index: 1;
  max-width: 40vw;
}

.contents .inner-wrap .txt-wrap .sub-tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.contents .inner-wrap .txt-wrap .tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-top: 4px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.contents .inner-wrap .txt-wrap .des {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-top: 17px;
  line-height: 1.73333;
  letter-spacing: -0.02em;
  max-width: 530px;
}

.contents .inner-wrap .txt-wrap a {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-top: 33px;
}

.contents .inner-wrap .txt-wrap a ~ a {
  margin-top: 11px;
}

.contents .inner-wrap .sub_img_01 {
  position: absolute;
  top: 0;
  left: 19.14583vw;
  width: 18.07292vw;
  transform: rotate(20deg);
  transition: all .4s;
}

.contents .inner-wrap .sub_img_01 img {
  width: 100%;
}

.contents .inner-wrap .sub_img_02 {
  position: absolute;
  top: 2.9375vw;
  left: 38.48958vw;
  transform: rotate(-12.27deg);
  width: 25.33333vw;
  transition: all .4s;
}

.contents .inner-wrap .sub_img_02 img {
  width: 100%;
}

.contents .inner-wrap .sub_img_03 {
  position: absolute;
  left: 64.32292vw;
  top: 5.54167vw;
  transform: rotate(15.22deg);
  width: 21.57292vw;
  transition: all .4s;
}

.contents .inner-wrap .sub_img_03 img {
  width: 100%;
}

.contents .inner-wrap .sub_layer {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-left: 2px solid #000;
  height: calc(100vh - 90px);
  padding: 40px 45px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 1;
}

.contents .inner-wrap .sub_layer.onShow {
  transform: translateX(0);
}

.contents .inner-wrap .sub_layer .inner {
  display: none;
}

.contents .inner-wrap .sub_layer .inner.onShow {
  display: block;
}

.contents .inner-wrap .sub_layer .inner ul li {
  margin-bottom: 40px;
  width: 320px;
  cursor: pointer;
}

.contents .inner-wrap .sub_layer .inner ul li .name {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin-top: 5px;
  line-height: 2;
  letter-spacing: -0.02em;
}

.contents .inner-wrap .sub_layer .inner ul li .tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 1.12137;
  letter-spacing: -0.02em;
}

.contents .inner-wrap .sub_layer .inner ul li:last-child {
  margin-bottom: 0;
}

.contents .inner-wrap .sub_layer .inner.club ul li .name {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-top: 5px;
  line-height: 2;
  letter-spacing: -0.02em;
}

.contents .inner-wrap .sub_layer .inner.club ul li .tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.12137;
  letter-spacing: -0.02em;
}

.contents.onShow .inner-wrap .sub_img_01 {
  width: 17.70833vw;
  top: 5.88542vw;
  left: 7.39583vw;
}

.contents.onShow .inner-wrap .sub_img_02 {
  width: 22.39583vw;
  top: 5.20833vw;
  left: 25.625vw;
}

.contents.onShow .inner-wrap .sub_img_03 {
  width: 19.11458vw;
  top: 12.65625vw;
  left: 53.33333vw;
}

.mouse {
  position: fixed;
  width: 224px;
  height: 224px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: none;
  z-index: 2;
}

.mouse.onShow {
  display: block;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes right-arrow {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(75%);
  }
}

.mouse .inner-wrap img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: rotate 10s linear infinite;
}

.mouse .inner-wrap img:nth-child(2) {
  position: absolute;
  top: 73px;
  left: 50%;
  width: 76px;
  transform: translateX(-50%);
}

.mouse .inner-wrap img:nth-child(3) {
  position: absolute;
  top: 154px;
  left: 50%;
  width: 20px;
  transform: translateX(-50%);
  animation: right-arrow 1s linear infinite;
}

@media screen and (max-width: 768px) {
  .contents {
    position: relative;
    background: #4292E7;
    min-height: calc(100vh - 90px);
    overflow: hidden;
  }
  .contents.startup {
    background: url("../images/sub/startup/startup_bg.png") no-repeat;
    background-size: cover;
  }
  .contents.icc {
    background: url("../images/sub/icc/icc_bg.jpg") no-repeat;
    background-size: 140%;
  }
  .contents.icc .inner-wrap .txt-wrap {
    display: none;
  }
  .contents.icc .inner-wrap .txt-wrap span {
    color: #000;
  }
  .contents.icc .inner-wrap .sub_img_02 {
    top: -13.02083vw;
    left: 19.53125vw;
    width: 65.10417vw;
    transform: rotate(-6.47deg);
  }
  .contents.rcc {
    background: url("../images/sub/rcc/rcc_bg.jpg") no-repeat;
    background-size: 140%;
  }
  .contents.rcc .inner-wrap .txt-wrap {
    display: none;
    bottom: auto;
    top: 4vw;
  }
  .contents.rcc .inner-wrap .txt-wrap span {
    color: #000;
  }
  .contents.rcc .inner-wrap .sub_img_02 {
    top: -13.02083vw;
    left: 19.53125vw;
    width: 65.10417vw;
    transform: rotate(6.47deg);
  }
  .contents.event {
    background-image: url("../images/sub/event/event_bg.jpg");
    background-size: cover;
    background-position-x: 10%;
  }
  .contents.event .inner-wrap .txt-wrap {
    bottom: 4vw;
  }
  .contents.event .inner-wrap .txt-wrap .sub-tit {
    color: #000;
  }
  .contents.event .inner-wrap .txt-wrap .tit {
    color: #000;
  }
  .contents.event .inner-wrap .txt-wrap .des {
    color: #000;
  }
  .contents.event .inner-wrap .sub_img_01 {
    top: 5.98958vw;
    left: 12.76042vw;
    transform: rotate(11deg);
    width: 35.80729vw;
    transition: all .4s;
  }
  .contents.event .inner-wrap .sub_img_02 {
    top: 14.97396vw;
    left: 51.5625vw;
    transform: rotate(-10.02deg);
    width: 36.06771vw;
    transition: all .4s;
  }
  .contents.event .inner-wrap .sub_img_03 {
    top: 44.29688vw;
    left: 31.64062vw;
    transform: rotate(-8deg);
    width: 35.41667vw;
    transition: all .4s;
    z-index: 1;
  }
  .contents .inner-wrap .txt-wrap {
    position: absolute;
    left: 4vw;
    bottom: 4vw;
    z-index: 1;
    max-width: 90vw;
  }
  .contents .inner-wrap .txt-wrap .sub-tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .contents .inner-wrap .txt-wrap .tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 8vw;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .contents .inner-wrap .txt-wrap .des {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 300;
    color: #fff;
    margin-top: 17px;
    line-height: 1.73333;
    letter-spacing: -0.02em;
  }
  .contents .inner-wrap .sub_img_01 {
    position: absolute;
    top: 11.77083vw;
    left: 15.02083vw;
    width: 32.17708vw;
    transform: rotate(24deg);
    transition: all .4s;
  }
  .contents .inner-wrap .sub_img_01 img {
    width: 100%;
  }
  .contents .inner-wrap .sub_img_02 {
    position: absolute;
    top: 32.9375vw;
    left: 37.07292vw;
    transform: rotate(-12.27deg);
    width: 35.33333vw;
    transition: all .4s;
    z-index: 1;
  }
  .contents .inner-wrap .sub_img_02 img {
    width: 100%;
  }
  .contents .inner-wrap .sub_img_03 {
    position: absolute;
    left: 56.32292vw;
    top: 8.54167vw;
    transform: rotate(-9.78deg);
    width: 35.57292vw;
    transition: all .4s;
  }
  .contents .inner-wrap .sub_img_03 img {
    width: 100%;
  }
  .contents .inner-wrap .sub_layer {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    background: #fff;
    border-left: 0;
    height: calc(100vh - 80vw);
    padding: 7.8125vw 9.375vw;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .4s;
    z-index: 1;
  }
  .contents .inner-wrap .sub_layer.onShow {
    transform: translateX(0);
  }
  .contents .inner-wrap .sub_layer .inner {
    display: none;
  }
  .contents .inner-wrap .sub_layer .inner.onShow {
    display: block;
  }
  .contents .inner-wrap .sub_layer .inner ul li {
    margin-bottom: 6.25vw;
    width: 81.25vw;
  }
  .contents .inner-wrap .sub_layer .inner ul li .name {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2.65625vw;
    font-weight: 400;
    color: #000;
    margin-top: 0.78125vw;
    line-height: 2;
    letter-spacing: -0.02em;
  }
  .contents .inner-wrap .sub_layer .inner ul li .tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3.28125vw;
    font-weight: 600;
    color: #000;
    line-height: 1.12137;
    letter-spacing: -0.02em;
  }
  .contents .inner-wrap .sub_layer .inner ul li:last-child {
    margin-bottom: 0;
  }
  .contents .inner-wrap .sub_layer .inner.club ul li .name {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3.28125vw;
    font-weight: 600;
    color: #000;
    margin-top: 0.78125vw;
    line-height: 2;
    letter-spacing: -0.02em;
  }
  .contents .inner-wrap .sub_layer .inner.club ul li .tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2.65625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.12137;
    letter-spacing: -0.02em;
  }
  .contents.onShow .inner-wrap .sub_img_01 {
    width: 25vw;
    top: 2.03125vw;
    left: 9.6875vw;
  }
  .contents.onShow .inner-wrap .sub_img_02 {
    width: 31.25vw;
    top: 1.5625vw;
    left: 37.8125vw;
  }
  .contents.onShow .inner-wrap .sub_img_03 {
    width: 26.09375vw;
    top: 6.71875vw;
    left: 66.25vw;
  }
  .mouse {
    display: none !important;
  }
}

* {
  letter-spacing: -0.02em;
}

body {
  min-width: 320px;
}

#skipNav {
  position: fixed;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 99999;
}

#skipNav a {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-align: center;
  background: #333;
}

#skipNav a:hover, #skipNav a:focus, #skipNav a:active {
  width: auto;
  height: 40px;
  padding: 10px 10px 5px 10px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.hi-pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.hi-pop.onShow {
  display: block;
}

.popup-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
}

.popup-layer.onShow {
  display: block;
}

.popup-layer .back_btn {
  position: absolute;
  right: 50px;
  top: 30px;
  filter: invert(1);
}

.popup-layer .inner-wrap .ytLoader {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.popup-layer .inner-wrap .ytLoader img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.popup-layer .inner-wrap .ytLoader svg {
  z-index: 1;
}

.popup-layer .inner-wrap .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.popup-layer .inner-wrap .popup-wrap {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}

.popup-layer .inner-wrap .popup-wrap .inner {
  display: none;
}

.popup-layer .inner-wrap .popup-wrap .inner.onShow {
  display: block;
}

.popup-layer .inner-wrap .popup-wrap .inner .header {
  padding: 40px 0;
  height: auto;
  text-align: center;
  border-bottom: 1px solid #000;
}

.popup-layer .inner-wrap .popup-wrap .inner .header .tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 42px;
  font-weight: 700;
  color: #23B020;
  line-height: 1.42857;
}

.popup-layer .inner-wrap .popup-wrap .inner .header .sub-tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 22px;
  font-weight: 700;
  color: #23B020;
  line-height: 1.63636;
}

.popup-layer .inner-wrap .popup-wrap .inner .header .member {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 1.44444;
  margin-top: 20px;
}

.popup-layer .inner-wrap .popup-wrap .inner .header .back-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow-y: auto;
  padding: 0 120px;
  max-height: calc(100vh - 230px);
  min-height: auto;
  padding-bottom: 100px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap {
  position: relative;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap iframe {
  position: absolute;
  height: 100%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .advisor {
  text-align: right;
  margin-top: 60px;
  margin-bottom: 40px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .advisor .tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  margin-bottom: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .advisor .name {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #000;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .sub-tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 22px;
  font-weight: 400;
  color: #1230CB;
  text-align: center;
  margin-top: 48px;
  line-height: 1.63636;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .sub-tit em {
  font-weight: 600;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .line-b {
  display: block;
  margin-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #000;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .line {
  display: block;
  margin-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #ddd;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents ul li {
  margin-bottom: 26px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents ul li span {
  padding-left: 30px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents ul li:last-child {
  margin-bottom: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .des ~ .tit {
  margin-top: 30px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.48;
  color: #000;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .des {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.88889;
  color: #555;
  letter-spacing: -0.02em;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .des em {
  font-weight: 600;
  color: #3175CB;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .des .indent-1 {
  display: inline-block;
  text-indent: -20px;
  padding-left: 20px;
  font-style: normal;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .des .indent-2 {
  display: inline-block;
  text-indent: -10px;
  padding-left: 30px;
  font-style: normal;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap {
  margin-top: 30px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li {
  float: left;
  margin-right: 10px;
  width: calc(50% - 5px);
  padding: 0 !important;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li .yt-wrap {
  position: relative;
  padding-bottom: 58.25%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li .yt-wrap.no-yt {
  padding: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li .yt-wrap video {
  width: 100%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li .yt-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li .cap {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 400;
  font-size: 14px;
  line-height: 2.28571;
  color: #718FA9;
  text-align: center;
  margin-top: 13px;
  letter-spacing: -0.02em;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li:last-child {
  margin-right: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li {
  float: left;
  width: 33.33333%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li iframe {
  width: 100%;
  height: 268px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li .cap {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 400;
  font-size: 14px;
  line-height: 2.28571;
  color: #718FA9;
  text-align: center;
  margin-top: 13px;
  letter-spacing: -0.02em;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li:last-child {
  margin-right: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap img {
  width: 100%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap .yt-wrap {
  position: relative;
  padding-bottom: 58.25%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap .yt-wrap.no-yt {
  padding: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap .yt-wrap video {
  width: 100%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap .yt-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  /*height:541px;*/
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap .cap {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 400;
  font-size: 14px;
  line-height: 2.28571;
  color: #718FA9;
  text-align: center;
  margin-top: 13px;
  letter-spacing: -0.02em;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap {
  text-align: center;
  margin-top: 60px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap a {
  display: inline-block;
  padding: 19px 34px;
  border: 1px solid #000;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap a span {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding-left: 0 !important;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap a img {
  display: none;
  width: 12px;
  margin-top: 24px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap {
  margin-bottom: 80px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap table thead {
  border-top: 2px solid #D2891B;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap table thead tr {
  background: #FFF6E9;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap table thead tr th {
  text-align: center;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  padding: 23px 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap table tbody tr td {
  text-align: center;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .swiper-wrapper .cap {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #718FA9;
  text-align: center;
  margin-top: 13px;
  letter-spacing: -0.02em;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap {
  text-align: center;
  margin: 40px 0 60px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul {
  display: inline-block;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul li {
  float: left;
  margin-left: 13px;
  margin-bottom: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul li a {
  display: inline-block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  color: #3116B9;
  padding: 12px 30px;
  border: 1px solid #3116B9;
  border-radius: 30px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul li:first-child {
  margin-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap {
  margin-top: 100px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li {
  text-align: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
  margin-bottom: 80px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header {
  position: relative;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
  border: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header .tit {
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 30px;
  font-weight: 600;
  color: #7E5ED9;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header .name {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 600;
  color: #7E5ED9;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header .name em {
  font-weight: 400;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .ytLoader {
  position: relative;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .ytLoader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li a {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 35px;
  background: #3116B9;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  vertical-align: middle;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li a img {
  display: inline-block;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li:last-child {
  border: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list {
  margin-top: 48px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .name-wrap {
  margin-bottom: 40px;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .name-wrap .name {
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 24px;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .name-wrap a img {
  vertical-align: middle;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .tit-name {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #7E5ED9;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .hash {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44444;
  color: #7E5ED9;
  marign-top: 10px;
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .yt-wrap {
  position: relative;
  margin: 40px 0;
  padding-bottom: 58.25%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .yt-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .tit {
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .des {
  padding-left: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li:last-child {
  border: 0;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .gene-img {
  display: none;
}

.popup-layer .inner-wrap .popup-wrap .inner .contents .gene-img-btn {
  margin-bottom: 40px;
}

.popup-layer.maker-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #D2891B;
}

.popup-layer.maker-popup .inner-wrap .popup-wrap .inner .contents .sub-tit {
  color: #D2891B;
}

.popup-layer.tenant-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #5E4FB8;
}

.popup-layer.tenant-popup .inner-wrap .popup-wrap .inner .contents .sub-tit {
  color: #5E4FB8;
}

.popup-layer.rcc-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #1230CB;
}

.popup-layer.rcc-popup .inner-wrap .popup-wrap .inner .header .sub-tit {
  font-size: 18px;
  color: #1230CB;
}

.popup-layer.rcc-popup .inner-wrap .popup-wrap .inner .contents .sub-tit {
  color: #1230CB;
}

.popup-layer.seminar-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #3116B9;
}

.popup-layer.seminar-popup .inner-wrap .popup-wrap .inner .header .sub-tit {
  font-weight: 400;
  color: #3116B9;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #E51A63;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .header .sub-tit {
  font-size: 22px;
  color: #E51A63;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .tit {
  font-size: 18px;
  color: #E51A63;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .des {
  color: #555;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents span {
  padding-left: 0;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap {
  margin-top: 93px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top {
  text-align: center;
  margin-bottom: 16px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top span {
  display: inline-block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top span:last-child {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
  color: #555;
  font-weight: 400;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top span:last-child em {
  font-weight: 600;
  color: #000;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle {
  margin-bottom: 60px;
  text-align: center;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul {
  display: inline-block;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li {
  height: 61px;
  border-left: 1px solid #000;
  margin-right: 60px;
  float: left;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li span {
  display: inline-block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 61px;
  margin-left: 20px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li span:nth-child(2) {
  font-size: 40px;
  font-weight: 500;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li span:last-child {
  color: #555;
  margin-left: 8px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li:last-child {
  margin-right: 0;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li:after {
  content: '';
  display: block;
  clear: both;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom {
  text-align: center;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul {
  display: inline-block;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li {
  float: left;
  height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  border: 1px solid #E51A63;
  margin-bottom: 14px;
  margin-left: 13px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li span {
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  color: #E51A63;
  line-height: 50px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li:first-child {
  margin-left: 0;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li:nth-child(6) {
  clear: both;
  margin-left: 0;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul:after {
  content: '';
  display: block;
  clear: both;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .mega-tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 40px;
  font-weight: 600;
  line-heigh: 1.448;
  color: #000;
  margin-bottom: 10px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .mega-tit em {
  font-weight: 600;
  color: #E51A63;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .mega-sub {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88889;
  color: #000;
  text-align: center;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since {
  margin-top: 40px;
  margin-bottom: 100px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px;
  padding-bottom: 26px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li .tit {
  display: inline-block;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 24px;
  font-weight: 600;
  padding: 10px 30px;
  vertical-align: top;
  color: #fff;
  background: #E51A63;
  border-radius: 30px;
  margin-right: 19px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li .des {
  display: inline-block;
  width: 790px;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88889;
  color: #555;
  vertical-align: top;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li .des em {
  font-weight: 600;
  color: #000;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .table-wrap {
  margin-top: 30px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .table-wrap thead tr th {
  background: #FFF3F8;
  border-top: 2px solid #E51A63;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .box-txt {
  display: block;
  padding: 31px 0;
  text-align: center;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.41667;
  background: rgba(35, 61, 111, 0.62);
  color: #fff;
  margin-top: 30px;
  margin-bottom: 100px;
}

.popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .des ~ .mega-sub {
  margin-top: 30px;
}

.popup-layer.global-popup .inner-wrap .popup-wrap .inner .header {
  background: url("../images/main/global_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.popup-layer.global-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #fff;
}

.popup-layer.revolution-popup .inner-wrap .popup-wrap .inner .header {
  background: url("../images/main/revolution_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.popup-layer.revolution-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #fff;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .header {
  background: url("../images/main/cooperation_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .header .tit {
  color: #fff;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .sub-tit {
  color: #996F51;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .des em {
  font-weight: 600;
  color: #996F51;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap {
  text-align: center;
  margin-top: 30px;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul {
  display: inline-block;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul li {
  float: left;
  height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  border: 1px solid #996F51;
  margin-bottom: 14px;
  margin-left: 13px;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul li span {
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  color: #996F51;
  line-height: 50px;
  padding-left: 0;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul li span a {
  color: #996F51;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul li:first-child {
  margin-left: 0;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap {
  margin-top: 30px;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap thead tr th {
  background: #FBF4EF;
  border-top: 2px solid #996F51;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap tbody tr td.left-text {
  text-align: left;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap tbody tr.total td {
  border-top: 1px solid #996F51;
  border-bottom: 1px solid #996F51;
  font-weight: 600;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .tel-wrap {
  text-align: center;
  margin: 30px 0;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .tel-wrap a {
  display: inline-block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 60px;
  background: #996F51;
  color: #fff;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .layer-img-wrap {
  margin-top: 30px;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .layer-img-wrap ul li {
  float: left;
  width: 33.33333%;
  cursor: pointer;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .layer-img-wrap ul li iframe {
  width: 100%;
  height: 268px;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .layer-img-wrap ul li .cap {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71429;
  color: #718FA9;
  text-align: center;
  margin-top: 13px;
  letter-spacing: -0.02em;
  padding-left: 0;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .layer-img-wrap ul li:last-child {
  margin-right: 0;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .layer-img-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap .tit-wrap {
  position: relative;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap .tit-wrap .tit {
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 18px;
  font-weight: 600;
  color: #996F51;
}

.popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap .tit-wrap .unit {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  color: #555;
}

.popup-layer.roulette-pop {
  position: relative;
  width: 100vw;
  background: url("../images/sub/event/roulette_bg.png") #3F64E3 no-repeat;
  background-size: 40%;
  background-position: center;
  display: block;
  z-index: 10;
}

.popup-layer.roulette-pop .inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  margin: 0 auto;
  text-align: center;
}

.popup-layer.roulette-pop .inner-wrap .tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 70px;
  line-height: 1.48;
  color: #fff;
}

.popup-layer.roulette-pop .inner-wrap .des {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 22px;
  line-height: 1.48;
  color: #fff;
  margin-bottom: 40px;
}

.popup-layer.roulette-pop .inner-wrap .des em {
  font-size: 16px;
}

.popup-layer.roulette-pop .inner-wrap .sub-tit {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.48;
  color: #fff;
}

.popup-layer.roulette-pop .inner-wrap .terms-wrap {
  width: 100%;
  border: 1px solid #fff;
  padding: 24px 30px;
  margin-bottom: 22px;
  text-align: left;
  margin-top: 30px;
}

.popup-layer.roulette-pop .inner-wrap .terms-wrap p {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.48;
  color: #AEBDEF;
}

.popup-layer.roulette-pop .inner-wrap .terms-wrap p em {
  font-size: 22px;
  color: #fff;
}

.popup-layer.roulette-pop .inner-wrap .input-wrap {
  text-align: left;
  margin-bottom: 40px;
}

.popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox] {
  display: none;
}

.popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox] ~ label {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  padding-left: 40px;
}

.popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox] ~ label span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
}

.popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox]:checked ~ label span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  background: url("../images/common/checked_icon.png") #fff no-repeat;
  background-position: center;
  background-size: 60%;
}

.popup-layer.roulette-pop .inner-wrap button {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.48;
  color: #3F64E3;
  padding: 16px 60px;
  background: #fff;
  border-radius: 60px;
  margin: 0 auto;
}

.popup-layer.roulette-pop .inner-wrap .ps {
  display: block;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.48;
  color: #AEBDEF;
  text-align: left;
  letter-spacing: -0.04em;
}

.popup-layer.roulette-pop .inner-wrap .ps .em {
  font-size: 17px;
  color: #fff;
}

.big-img-layer {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
}

.big-img-layer.onShow {
  display: block;
}

.big-img-layer .inner-wrap ul li {
  display: none;
}

.big-img-layer .inner-wrap ul li.onShow {
  display: block;
}

.big-img-layer .inner-wrap ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
}

.popup-arrow {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1130px;
  z-index: 10;
  display: none;
}

.popup-arrow.onShow {
  display: block;
}

.popup-arrow .inner-wrap img {
  position: absolute;
  cursor: pointer;
}

.popup-arrow .inner-wrap img.prev {
  left: 0;
}

.popup-arrow .inner-wrap img.next {
  right: 0;
}

.popup-arrow .inner-wrap img.disabled {
  opacity: .4;
}

@media screen and (max-width: 1119px) {
  .popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    display: none;
  }
  .popup-layer.onShow {
    display: block;
  }
  .popup-layer .inner-wrap .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }
  .popup-layer .inner-wrap .popup-wrap {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header {
    /*height:140px; */
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header .tit {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 42px;
    font-weight: 700;
    /*color:#1230CB;*/
    line-height: 1;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header .back-btn {
    position: absolute;
    right: auto;
    left: 50px;
    top: 35px;
    /*transform: translateY(-50%);*/
    cursor: pointer;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow-y: auto;
    padding: 0 40px;
    /*max-height:788px;*/
    min-height: auto;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .sub-tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 22px;
    font-weight: 400;
    /*color:#1230CB;*/
    text-align: center;
    margin-top: 48px;
    line-height: 1.63636;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .line-b {
    display: block;
    margin-bottom: 48px;
    padding-top: 48px;
    border-bottom: 1px solid #000;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .line {
    display: block;
    margin-bottom: 48px;
    padding-top: 48px;
    border-bottom: 1px solid #ddd;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents ul li {
    margin-bottom: 26px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents ul li span {
    text-indent: 0px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents ul li:last-child {
    margin-bottom: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.48;
    color: #000;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .des {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.88889;
    color: #555;
    letter-spacing: -0.02em;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .img-two-wrap {
    margin-top: 30px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .img-two-wrap ul li {
    float: left;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .img-two-wrap ul li img {
    width: 100%;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .img-two-wrap ul li .cap {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 400;
    font-size: 14px;
    line-height: 2.28571;
    color: #718FA9;
    text-align: center;
    margin-top: 13px;
    letter-spacing: -0.02em;
    padding-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .img-two-wrap ul li:last-child {
    margin-right: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .img-two-wrap ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .yt-two-wrap {
    margin-top: 30px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .yt-two-wrap ul li {
    float: left;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .yt-two-wrap ul li iframe {
    width: 100%;
    height: 268px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .yt-two-wrap ul li .cap {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 400;
    font-size: 14px;
    line-height: 2.28571;
    color: #718FA9;
    text-align: center;
    margin-top: 13px;
    letter-spacing: -0.02em;
    padding-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .yt-two-wrap ul li:last-child {
    margin-right: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .yt-two-wrap ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .popup-arrow {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    z-index: 10;
    display: none;
  }
  .popup-arrow.onShow {
    display: block;
  }
  .popup-arrow .inner-wrap img {
    position: absolute;
    cursor: pointer;
  }
  .popup-arrow .inner-wrap img.prev {
    left: 0;
  }
  .popup-arrow .inner-wrap img.next {
    right: 0;
  }
  .popup-arrow .inner-wrap img.disabled {
    opacity: .4;
  }
}

@media screen and (max-width: 639px) {
  .hi-pop {
    left: 0;
    top: 14.0625vw;
    transform: translate(0);
  }
  .popup-layer .back_btn {
    position: absolute;
    right: 6vw;
    top: 6vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header .tit {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header .sub-tit {
    font-size: 3vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header .member {
    font-size: 3vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .header .back-btn {
    left: 0;
    top: 15%;
    width: 7vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .sub-tit {
    font-size: 3vw;
    margin-top: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .line-b {
    margin-bottom: 4vw;
    padding-top: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .line {
    margin-bottom: 4vw;
    padding-top: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap table {
    width: 600px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap table thead tr th {
    font-size: 3vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .table-wrap table tbody tr td {
    font-size: 3vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap {
    text-align: center;
    margin-top: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap a {
    display: inline-block;
    border: 1px solid #000;
    padding: 1vw 3vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap a span {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2vw;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    padding-left: 0 !important;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .btn-wrap a img {
    width: 2vw;
    display: none;
    margin-top: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .advisor {
    text-align: right;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .advisor .tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 600;
    line-height: 2;
    color: #000;
    margin-bottom: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .advisor .name {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 400;
    line-height: 2;
    color: #000;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .tit {
    font-size: 3.5vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .des {
    font-size: 3vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .des .indent-1 {
    display: inline-block;
    text-indent: -3vw;
    padding-left: 3vw;
    font-style: normal;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .des .indent-2 {
    display: inline-block;
    text-indent: -2vw;
    padding-left: 5vw;
    font-style: normal;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li .yt-wrap {
    position: relative;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .two-wrap ul li .cap {
    font-size: 2vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li {
    float: left;
    width: 33.33333%;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li .cap {
    font-size: 2vw;
    line-height: 1.2;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul li:last-child {
    margin-right: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .third-wrap ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap {
    position: relative;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap iframe {
    position: absolute;
    height: 100%;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .cap-wrap .cap {
    font-size: 3vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list {
    margin-top: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #eee;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .name-wrap {
    margin-bottom: 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .name-wrap .name {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 4vw;
    font-weight: 600;
    vertical-align: middle;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .name-wrap a img {
    vertical-align: middle;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .tit-name {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 1.6;
    color: #7E5ED9;
    padding-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .hash {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.44444;
    color: #7E5ED9;
    marign-top: 1vw;
    padding-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .yt-wrap {
    position: relative;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li iframe {
    width: 100%;
    height: 100%;
    margin: 4vw 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .tit {
    padding-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .global-list ul li .des {
    padding-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap {
    text-align: center;
    margin: 4vw 0 4vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul {
    display: inline-block;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul li {
    float: left;
    margin-left: 0.5vw;
    margin-bottom: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul li a {
    display: inline-block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2.5vw;
    font-weight: 400;
    color: #3116B9;
    padding: 0.5vw 2vw;
    border: 1px solid #3116B9;
    border-radius: 6vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul li:first-child {
    margin-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .lnb-wrap ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap {
    margin-top: 8vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li {
    text-align: center;
    padding-bottom: 8vw;
    border-bottom: 1px solid #eee;
    margin-bottom: 8vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header {
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 4vw;
    border: 0;
    width: 100%;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header .tit {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 4vw;
    font-weight: 600;
    color: #7E5ED9;
    padding-left: 0;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header .name {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 600;
    color: #7E5ED9;
    margin-top: 1vw;
    text-align: right;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .header .name em {
    font-weight: 400;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .ytLoader {
    position: relative;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li .ytLoader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20vw;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li iframe {
    width: 100%;
    margin-bottom: 30px;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li a {
    display: inline-block;
    margin-top: 4vw;
    padding: 2vw 4vw;
    background: #3116B9;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 4vw;
    color: #fff;
    border-radius: 8vw;
    vertical-align: middle;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li a img {
    display: inline-block;
  }
  .popup-layer .inner-wrap .popup-wrap .inner .contents .video-event-wrap ul li:last-child {
    border: 0;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .header .tit {
    color: #E51A63;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .header .sub-tit {
    font-size: 4vw;
    color: #E51A63;
    marin-top: 4vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .tit {
    font-size: 3vw;
    color: #E51A63;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .des {
    color: #555;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents span {
    padding-left: 0;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap {
    margin-top: 4vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top {
    text-align: center;
    margin-bottom: 4vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top span {
    display: inline-block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 600;
    color: #000;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top span:last-child {
    margin-left: 2vw;
    padding-left: 2vw;
    border-left: 1px solid #000;
    color: #555;
    font-weight: 400;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .top span:last-child em {
    font-weight: 600;
    color: #000;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle {
    margin-bottom: 4vw;
    text-align: center;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul {
    display: inline-block;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li {
    height: 7vw;
    border-left: 1px solid #000;
    margin-right: 1vw;
    float: left;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li span {
    display: inline-block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2.5vw;
    font-weight: 600;
    color: #000;
    line-height: 4vw;
    margin-left: 2vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li span:nth-child(2) {
    font-size: 5vw;
    font-weight: 500;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li span:last-child {
    color: #555;
    margin-left: 1vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li:last-child {
    margin-right: 0;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .middle ul li:after {
    content: '';
    display: block;
    clear: both;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom {
    text-align: center;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul {
    display: inline-block;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li {
    float: left;
    height: 7vw;
    padding: 0 2.5vw;
    border-radius: 4vw;
    border: 1px solid #E51A63;
    margin-bottom: 1vw;
    margin-left: 1vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li span {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2vw;
    color: #E51A63;
    line-height: 7vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li:first-child {
    margin-left: 0;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul li:nth-child(6) {
    clear: none;
    margin-left: 1vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .top-wrap .bottom ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .mega-tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.448;
    color: #000;
    margin-bottom: 1vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .mega-sub {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.88889;
    color: #000;
    text-align: center;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li .tit {
    display: inline-block;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 4vw;
    font-weight: 600;
    padding: 1vw 2vw;
    vertical-align: top;
    color: #fff;
    background: #E51A63;
    border-radius: 4vw;
    margin-right: 1vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li .des {
    display: inline-block;
    width: 64vw;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.88889;
    color: #555;
    vertical-align: top;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li .des em {
    font-weight: 600;
    color: #000;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .since li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .table-wrap {
    margin-top: 4vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .table-wrap thead tr th {
    background: #FFF3F8;
    border-top: 2px solid #E51A63;
    font-size: 3vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .table-wrap tbody tr td {
    font-size: 3vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .box-txt {
    display: block;
    padding: 4vw 2vw;
    text-align: center;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.41667;
    background: rgba(35, 61, 111, 0.62);
    color: #fff;
    margin-top: 4vw;
    margin-bottom: 6vw;
  }
  .popup-layer.icc-popup .inner-wrap .popup-wrap .inner .contents .des ~ .mega-sub {
    margin-top: 4vw;
  }
  .popup-layer.global-popup .inner-wrap .popup-wrap .inner .header {
    width: 100%;
  }
  .popup-layer.global-popup .inner-wrap .popup-wrap .inner .header .tit {
    color: #fff;
  }
  .popup-layer.global-popup .inner-wrap .popup-wrap .inner .header .back-btn {
    left: 5%;
  }
  .popup-layer.revolution-popup .inner-wrap .popup-wrap .inner .header {
    width: 100%;
  }
  .popup-layer.revolution-popup .inner-wrap .popup-wrap .inner .header .tit {
    color: #fff;
  }
  .popup-layer.revolution-popup .inner-wrap .popup-wrap .inner .header .back-btn {
    left: 5%;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .header {
    width: 100%;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .header .tit {
    color: #fff;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .header .back-btn {
    left: 5%;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap {
    text-align: center;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul {
    display: inline-block;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul li {
    float: left;
    height: 7vw;
    padding: 0 2.5vw;
    border-radius: 4vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul li span {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 2vw;
    line-height: 7vw;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul li:first-child {
    margin-left: 0;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .hash-wrap ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap .tit-wrap {
    position: relative;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap .tit-wrap .tit {
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 18px;
    font-weight: 600;
    color: #996F51;
  }
  .popup-layer.cooperation-popup .inner-wrap .popup-wrap .inner .contents .table-wrap .tit-wrap .unit {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Noto Sans KR", "sans-serif";
    font-size: 15px;
    font-weight: 400;
    color: #555;
  }
  .popup-layer.roulette-pop {
    position: relative;
    width: 100vw;
    background: url("../images/sub/event/roulette_bg.png") #3F64E3 no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
    z-index: 10;
  }
  .popup-layer.roulette-pop .inner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .popup-layer.roulette-pop .inner-wrap .tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 10vw;
    line-height: 1.48;
    color: #fff;
  }
  .popup-layer.roulette-pop .inner-wrap .des {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.48;
    color: #fff;
    margin-bottom: 4vw;
  }
  .popup-layer.roulette-pop .inner-wrap .des em {
    font-size: 4vw;
  }
  .popup-layer.roulette-pop .inner-wrap .sub-tit {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 4vw;
    line-height: 1.48;
    color: #fff;
  }
  .popup-layer.roulette-pop .inner-wrap .terms-wrap {
    width: 90%;
    border: 1px solid #fff;
    padding: 4vw 4vw;
    margin: 4vw auto;
    text-align: left;
  }
  .popup-layer.roulette-pop .inner-wrap .terms-wrap p {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 3vw;
    line-height: 1.48;
    color: #AEBDEF;
  }
  .popup-layer.roulette-pop .inner-wrap .terms-wrap p em {
    font-size: 4vw;
    color: #fff;
  }
  .popup-layer.roulette-pop .inner-wrap .input-wrap {
    text-align: left;
    margin-bottom: 4vw;
    margin-left: 4vw;
  }
  .popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox] {
    display: none;
  }
  .popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox] ~ label {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 4vw;
    line-height: 4vw;
    color: #fff;
    padding-left: 8vw;
  }
  .popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox] ~ label span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4vw;
    height: 4vw;
    border: 1px solid #fff;
  }
  .popup-layer.roulette-pop .inner-wrap .input-wrap input[type=checkbox]:checked ~ label span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4vw;
    height: 4vw;
    border: 1px solid #fff;
    background: url("../images/common/checked_icon.png") #fff no-repeat;
    background-position: center;
    background-size: 60%;
  }
  .popup-layer.roulette-pop .inner-wrap button {
    display: block;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 4vw;
    line-height: 1.48;
    color: #3F64E3;
    padding: 1vw 4vw;
    background: #fff;
    border-radius: 4vw;
    margin: 0 auto;
  }
  .popup-layer.roulette-pop .inner-wrap .ps {
    display: block;
    width: 90vw;
    font-family: "Noto Sans KR", "sans-serif";
    font-weight: 600;
    font-size: 3vw;
    line-height: 1.48;
    color: #AEBDEF;
    text-align: left;
    margin: 0 auto;
  }
  .popup-layer.roulette-pop .inner-wrap .ps .em {
    font-size: 4vw;
    color: #fff;
  }
  .popup-arrow {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    z-index: 10;
    display: none;
  }
  .popup-arrow.onShow {
    display: block;
  }
  .popup-arrow .inner-wrap img {
    position: absolute;
    cursor: pointer;
    width: 8vw;
  }
  .popup-arrow .inner-wrap img.prev {
    left: 0;
  }
  .popup-arrow .inner-wrap img.next {
    right: 0;
  }
  .popup-arrow .inner-wrap img.disabled {
    opacity: .4;
  }
}

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