.gg {
  height: 200vh;
  background-color: #eee;
}
.wrap {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.wrap .wrap-scroll {
  height: 100%;
}
/* header */
.header__section {
  transition: top 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

.header__gnb__section {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 80px;
  background: #fff;
  transition: 0.5s;
}
.drawer-menu__section {
  width: 100vw;
  height: calc(100vh - 80px);
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 1010;
}
.header__logo__group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.header__logo {
  display: flex;
  align-items: center;
}
.button__menu {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(0deg) translateZ(0);
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.button__menu .line:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}
.button__menu .line:nth-child(odd) {
  left: 0px;
  border-radius: 2px 0 0 2px;
}
.button__menu .line {
  width: 12px;
  height: 2px;
  position: absolute;
  background: #000;
  opacity: 1;
  transform: rotate(0deg) translateZ(0);
  transition: 0.25s ease-in-out;
}
.button__menu .line:nth-child(1),
.button__menu .line:nth-child(2) {
  top: 5px;
}
.button__menu .line:nth-child(3),
.button__menu .line:nth-child(4) {
  top: 11px;
}
.button__menu .line:nth-child(5),
.button__menu .line:nth-child(6) {
  top: 17px;
}
.button__menu.is-clicked .line:nth-child(1) {
  left: 0px;
  top: 7px;
  opacity: 0;
}
.button__menu.is-clicked .line:nth-child(2) {
  left: calc(50% - 6px);
  top: 7px;
}
.button__menu.is-clicked .line:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.button__menu.is-clicked .line:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.button__menu.is-clicked .line:nth-child(5) {
  left: 0px;
  top: 15px;
  opacity: 0;
}
.button__menu.is-clicked .line:nth-child(6) {
  left: calc(50% - 6px);
  top: 15px;
}
.button__menu.is-clicked .line:nth-child(2),
.button__menu.is-clicked .line:nth-child(5) {
  transform: rotate(-45deg) translateZ(0);
}
.button__menu.is-clicked .line:nth-child(1),
.button__menu.is-clicked .line:nth-child(6) {
  transform: rotate(45deg) translateZ(0);
}
.screen-out {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.header__top__menu {
  display: flex;
  height: 100%;
}
.header__top__menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  line-height: 20px;
  letter-spacing: -0.06em;
  text-align: center;
}
.header__top__menu a.is-active {
  background: #fff;
  color: #222;
}
.header__top__group {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  height: 40px;
  padding-right: 20px;
  background: #f5f5f5;
}
.header__top__log a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  line-height: 20px;
  letter-spacing: -0.56px;
}
.header__top__log a .bold {
  margin-right: 2px;
  font-weight: 500;
}
.header__top__log a + a {
  margin-left: 20px;
}
.header__gnb__section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  background: #fff;
  transition: 0.5s;
}
.header__menu__group {
  display: none;
  margin-left: 30px;
}
.drawer-menu__section .dim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 0.5s;
}

.header__logo__group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo .img {
  width: 100px;
  height: 23px;
  background: url(../../images/aica/logo.svg) no-repeat center/contain;
}
.header__logo .txt {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #222;
  line-height: 28px;
  padding-left: 8px;
  letter-spacing: -0.38px;
}
.gnb__group {
  display: flex;
  align-items: center;
}
.gnb__group > li {
  position: relative;
}
.gnb__group > li > a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  line-height: 27px;
  position: relative;
  padding: 12px 0;
  letter-spacing: -0.36px;
}
.gnb__group > li.is-active:not(.is-over) > a,
.gnb__group > li.is-over > a {
  color: #4063ec;
}
.gnb__group > li .depth2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  top: 29px;
  width: 140px;
  z-index: 100;
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
.gnb__group > li .depth2 > li {
  text-align: center;
}
.gnb__group > li .depth2 > li + li {
  margin-top: 10px;
}
.gnb__group > li .depth2 > li a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 24px;
}
.gnb__group > li .depth2 > li a:hover {
  color: #4063ec;
  text-decoration: underline;
}
.gnb__group > li.is-over .depth2 {
  display: block;
  animation: aniDepth2 0.5s;
}

.gnb__group > li.is-active:not(.is-over) > a::before,
.gnb__group > li.is-over > a::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  content: "";
  top: 5px;
  flex-shrink: 0;
  background: #4063ec;
  border-radius: 50%;
}

.gnb__group > li.is-over > a::before {
  animation: bounce 0.5s linear forwards;
}
.gnb__group > li + li {
  margin-left: 40px;
}
.header__search__group {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.button__search {
  background: no-repeat center/contain;
}
.button__search {
  width: 80px;
  height: 80px;
  background-color: #4063ec;
  background-image: url(../../images/aica/ico_search_white.svg);
  background-size: 30px;
}
.header__search__group > button {
  height: 100%;
}
.header__section.is-scroll {
  top: -40px;
}
.container {
  overflow: hidden;
}
.is-sticky + .container .header__visual__section {
  top: 120px;
}
.is-sticky.is-scroll + .container .header__visual__section {
  top: 60px;
}
.is-sticky + .container .header__visual__group {
  padding-top: 30px;
  padding-bottom: 30px;
}
.is-sticky.is-scroll .header__gnb__section {
  height: 60px;
}
.is-sticky.is-scroll .header__search__group > button {
  width: 60px;
}
.is-sticky + .container .header__visual__title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 59px;
  letter-spacing: -1.12px;
}
.is-sticky + .container .use__application__step__name {
  margin-top: 0;
  height: 0;
}
.is-sticky + .container .use__application__step__item {
  width: 93px;
}
.is-sticky + .container .header__visual__use__step {
  margin-top: 12px;
}
.is-drawerMenu .drawer-menu__section {
  display: block;
}
.header__visual__sticky {
  transition: height 0.2s, opacity 0.2s;
}
.header__visual__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}
.is-sticky + .container .header__visual__sticky {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.header__top__menu {
  display: flex;
  height: 100%;
}
.drawer-menu__area {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 375px;
  background: #fff;
  overflow: hidden;
  animation: translateX 0.5s reverse;
}
.drawer-menu__group {
  height: 100%;
  overflow-y: auto;
}
.drawer-menu__header {
  border-bottom: 10px solid #f5f5f5;
}
.drawer-menu__top__group {
  display: none;
  z-index: 1000;
}
.drawer-menu__top__prev {
  width: 24px;
  height: 24px;
  background: url(../../images/aica/ico_arrow_left_black.svg) no-repeat center/contain;
  position: absolute;
  top: 18px;
  left: 15px;
}
.drawer-menu__top__title__group {
  text-align: center;
}
.drawer-menu__top__title__group {
  text-align: center;
}
.drawer-menu__top__title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #707070;
  line-height: 18px;
  letter-spacing: -0.48px;
}
.drawer-menu__top__title__group > p:only-of-type {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  line-height: 24px;
  letter-spacing: -0.64px;
}
.drawer-menu__quick__group {
  padding: 40px 10px 30px;
}
.drawer-menu__quick__menu {
  display: flex;
  justify-content: space-between;
}
.drawer-menu__quick__menu > li {
  width: 50px;
}
.drawer-menu__quick__menu > li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.drawer-menu__quick__menu > li .ico {
  width: 100%;
  padding-bottom: 100%;
}
.drawer-menu__quick__menu > li:nth-of-type(1) .ico {
  background: url(../../images/aica/ico_quick_menu1.png) no-repeat center/contain;
}
.drawer-menu__quick__menu > li .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
  line-height: 18px;
  margin-top: 6px;
  letter-spacing: -0.56px;
  text-wrap: nowrap;
}
.drawer-menu__quick__menu > li:nth-of-type(2) .ico {
  background: url(../../images/aica/ico_quick_menu2.png) no-repeat center/contain;
}
.drawer-menu__quick__menu > li:nth-of-type(3) .ico {
  background: url(../../images/aica/ico_quick_menu3.png) no-repeat center/contain;
}
.drawer-menu__quick__menu > li:nth-of-type(4) .ico {
  background: url(../../images/aica/ico_quick_menu4.png) no-repeat center/contain;
}
.drawer-menu__quick__menu > li:nth-of-type(5) .ico {
  background: url(../../images/aica/ico_quick_menu5.png) no-repeat center/contain;
}
.drawer-menu__quick__menu > li:nth-of-type(6) .ico {
  background: url(../../images/aica/ico_quick_menu6.png) no-repeat center/contain;
}
.drawer-menu__quick__menu > li:nth-of-type(7) .ico {
  background: url(../../images/aica/ico_quick_menu7.png) no-repeat center/contain;
}
.drawer-menu__body {
  padding: 18px 15px 40px;
}
.aco__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 10px;
  background-origin: content-box;
  text-align: left;
}
.aco__button .txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  line-height: 24px;
}
.aco__button .ico {
  width: 16px;
  height: 8px;
  background: url(../../images/aica/ico_arrow_up_ccc.svg) no-repeat center/contain;
  transform: rotate(540deg);
  transition: 0.5s;
}
.is-clicked .aco__button .ico {
  transform: rotate(0deg);
}
.aco__conts {
  height: 0;
  overflow: hidden;
}
.is-clicked .aco__conts {
  height: auto;
}
.drawer-menu__cate__conts {
  padding: 24px;
  background: #edeff6;
  border-radius: 10px;
}
.is-clicked .aco__conts .drawer-menu__cate__conts {
  animation: acoMove 0.3s linear;
}
.drawer-menu__cate__conts ul {
  display: flex;
  flex-wrap: wrap;
}
.drawer-menu__cate__conts li {
  width: calc((100% - 15px) / 2);
}
.drawer-menu__cate__conts li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 24px;
  position: relative;
  letter-spacing: -0.64px;
}
@media (hover: hover) {
  .drawer-menu__cate__conts li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #222;
    transition: opacity 0.5s;
    opacity: 0;
  }
}
.drawer-menu__cate__conts li:nth-of-type(n + 3) {
  margin-top: 14px;
}
.drawer-menu__cate__group > li + li {
  margin-top: 20px;
}
.drawer-menu__cate__group > li.is-clicked + li {
  margin-top: 16px;
}
.drawer-menu__log__group {
  display: flex;
  align-items: center;
  height: 60px;
  margin-top: 40px;
  background: #f5f5f5;
  border-radius: 10px;
}
.drawer-menu__log__group > li {
  position: relative;
  width: 50%;
  text-align: center;
}
.drawer-menu__log__group > li:only-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px;
}
.drawer-menu__log__group > li:only-of-type p {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.drawer-menu__log__group > li:only-of-type p > span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  line-height: 20px;
  letter-spacing: -0.56px;
}
.drawer-menu__log__group > li:only-of-type p .point {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-weight: 500;
}
.drawer-menu__log__group > li:only-of-type p > span:not(.point) {
  flex-shrink: 0;
}
.drawer-menu__log__group > li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  line-height: 24px;
  letter-spacing: -0.64px;
}
.drawer-menu__top__prev span {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/* header 끝*/
/* 상단타이틀 */
.header__visual__section {
  transition: top 0.5s;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  background: #1f2437;
  z-index: 1000;
}
.header__visual__group {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  transition: 0.2s;
}

.page__path__group {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 0;
}
.page__path__group li {
  display: flex;
  align-items: center;
}
.page__path__group li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #e0e0e0;
  line-height: 20px;
  letter-spacing: -0.56px;
}

.page__path__group li a.home {
  width: 16px;
  height: 16px;
  background: url(../../images/aica/ico_home.svg) no-repeat center/contain;
}
.page__path__group li:not(:last-of-type)::after {
  content: "";
  width: 7px;
  height: 11px;
  background: url(../../images/aica/ico_arrow_right_707070.svg) no-repeat center/contain;
  margin: 0 10px;
}
.header__visual__title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  letter-spacing: -1.92px;
}
.header__visual__use__step {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.use__application__step__group {
  display: flex;
}
.use__application__step__item {
  width: 113px;
}
.is-prev .use__application__step {
  background: url(../../images/aica/ico_check_circle_black.svg) no-repeat center/contain;
  border-color: #0c101e;
}
.use__application__step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #fff;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
}
.use__application__step > span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 17px;
}
.is-prev .use__application__step > span {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.use__application__step::after,
.use__application__step::before {
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  top: 16px;
  background: rgba(204, 204, 204, 0.5);
}
.use__application__step::after {
  right: -1px;
  transform: translateX(100%);
}
li:last-child .use__application__step::after {
  display: none;
}
.is-prev .use__application__step::after,
.is-prev .use__application__step::before {
  background: rgba(12, 16, 30, 0.5);
}
.use__application__step__name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ccc;
  line-height: 20px;
  margin-top: 10px;
  height: 20px;
  overflow: hidden;
  transition: height 0.5s;
}
.is-prev .use__application__step__name {
  font-weight: 500;
  color: #707070;
}
.is-curr .use__application__step {
  background: #1ccdcc;
  border-color: #1ccdcc;
}
.use__application__step::after,
.use__application__step::before {
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  top: 16px;
  background: rgba(204, 204, 204, 0.5);
}
.use__application__step::before {
  left: -1px;
  transform: translateX(-100%);
}
li:first-child .use__application__step::before {
  display: none;
}
.is-prev + li .use__application__step::before {
  background: rgba(12, 16, 30, 0.5);
}
.is-curr .use__application__step > span {
  font-weight: 700;
}
.use__application__step::after,
.use__application__step::before {
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  top: 16px;
  background: rgba(204, 204, 204, 0.5);
}
.use__application__step::after {
  right: -1px;
  transform: translateX(100%);
}
.is-curr .use__application__step__name {
  font-weight: 500;
  color: #1ccdcc;
}

/* 스크롤 */
.js-wrap-scroll .scrollbar-track-y {
  right: 2px;
  background: transparent;
}
.js-wrap-scroll .scrollbar-thumb {
  background: #ccc;
}
/* 스크롤 끝 */
/* TOP버튼 */
button {
  transition: box-shadow 0.3s;
}
.topbutton__group {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.topbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(34, 34, 34, 0.1));
  animation: fade 0.5s;
}
.topbutton .ico {
  width: 12px;
  height: 12px;
  border: 2px solid #1f2437;
  display: block;
  margin-top: calc(12px / 2);
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.screen-out {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/* TOP버튼 끝 */

/* footer */
.footer__section {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.footer__rolling-ban__area {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding: 24px 0;
}
.footer__rolling-ban__group {
  max-width: 1260px;
  margin: 0 auto;
}
.footer__rolling-ban__group .swiper {
  height: 32px;
  margin: 0 auto;
  padding: 0 60px;
}
.footer__rolling-ban__group .swiper-slide .img {
  display: block;
  height: 32px;
  background: no-repeat left center/contain;
}
.footer__rolling-ban__group .swiper-button-next,
.footer__rolling-ban__group .swiper-button-prev {
  width: 60px;
  height: 32px;
  margin-top: 0;
  background: #fff no-repeat left center/8px 16px;
  transform: translateY(-50%);
}
.footer__rolling-ban__group .swiper-button-pause {
  display: flex;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-image: url(../../images/aica/ico_footer_stop.png);
}

.footer__rolling-ban__group .swiper-button-prev {
  left: 0;
  background-image: url(../../images/aica/ico_arrow_left_ccc.svg);
}
.footer__rolling-ban__group .swiper-button-next {
  right: 0;
  background-image: url(../../images/aica/ico_arrow_right_ccc.svg);
  background-position: right center;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.footer__info {
  padding: 60px 0 80px;
}
.footer__info.right {
  display: flex;
  flex-direction: column;
  width: 31.75%;
  padding-left: 100px;
}
.footer__info.left {
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  width: 68.25%;
}
.footer__logo {
  width: 105px;
  margin-bottom: 21px;
}
.sitemap__corp__group {
  display: flex;
  margin-top: 60px;
}
.footer__info.right .sitemap__corp__group {
  display: none;
}
.sitemap__corp__group a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  line-height: 20px;
  letter-spacing: -0.56px;
}
.sitemap__corp__group a.bold {
  font-weight: 500;
  color: #222;
}
.sitemap__corp__group a + a {
  margin-left: 30px;
}
.footer__info__group {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
}
.corp__info__group > li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  line-height: 20px;
  letter-spacing: -0.56px;
}
.corp__info__group > li.phone p:not(:last-of-type) {
  margin-right: 12px;
}
.corp__info__group > li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  line-height: 20px;
  letter-spacing: -0.56px;
}
.corp__info__group > li.copyright {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 19px;
  letter-spacing: -0.52px;
  white-space: nowrap;
}
.select__group__footer {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  position: relative;
  max-width: 240px;
  height: 40px;
  border-radius: 5px;
}
.select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;

  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #707070;
  line-height: normal;
  padding: 0 16px;
}
.select__group__footer .select__label > span {
  font-size: 13px;
  color: #707070;
  line-height: 19px;
  letter-spacing: -0.06em;
  font-weight: 400;
}
.select__label::after {
  width: 16px;
  height: 16px;
  background: url(../../images/aica/ico_up_707070.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  transform: rotate(180deg);
}
.is-active .select__label::after {
  top: 11px;
  transform: rotate(0);
}
.select__opt__list__area__footer {
  border: 1px solid #e0e0e0;
  display: none;
  position: absolute;
  top: -185px;
  left: -1px;
  width: calc(100% + 2px);
  height: 0;
  background: #fff;
  border-radius: 5px;
  overflow: auto;
  z-index: 100;
  animation-name: height142;
}
.is-active .select__opt__list__area__footer {
  display: block;
  height: 181px;
}
.select__opt__list__group {
  padding: 4px;
}
.select__opt__list__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 44px;
  padding-left: 12px;
  transition: background 0.5s;
}
.select__group__footer .select__opt__list__group > li {
  font-size: 13px;
  color: #707070;
  line-height: 19px;
  letter-spacing: -0.06em;
  font-weight: 400;
  padding: 6px;
}
.select__opt__list__group > li + li {
  margin-top: 4px;
}
.sns__group {
  display: flex;
  margin-top: auto;
}
.sns__group li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns__group li a {
  width: 30px;
  height: 30px;
  background: no-repeat center/contain;
  border-radius: 50%;
}
.sns__group li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns__group li + li {
  margin-left: 8px;
}
.sns__group li a.facebook {
  background-image: url(../../images/aica/logo_facebook.svg);
}
.sns__group li a.instar {
  background-image: url(../../images/aica/logo_instar.svg);
}
.sns__group li a.youtube {
  background-image: url(../../images/aica/logo_youtube.png);
}
.sitemap__cate__group a.bold {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  line-height: 22px;
  margin-bottom: 20px;
  letter-spacing: -0.6px;
}
.sitemap__cate__group > li {
  width: 160px;
}
.sitemap__cate__group a:not(:last-of-type) {
  margin-bottom: 10px;
}
.sitemap__cate__group a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  line-height: 20px;
  display: block;
  letter-spacing: -0.56px;
}
.sitemap__cate__group {
  display: flex;
}
.footer__rolling-ban__group .swiper-button-start {
  display: flex;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-image: url(../../images/aica/ico_footer_player.png);
}

/* footer 끝 */
/* board */
.board__title__group {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.notice-title{
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-title img {
  margin-left: 4px;
}
.notice-title{
  font-weight: 500;
}
.notice-title span{
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp:1 ;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: calc(100% - 24px);

}
.-mypage .board__title__group {
  position: relative;
}
.board__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  line-height: 41px;
  letter-spacing: -1.12px;
}
.board__total__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 24px;
  margin-left: 10px;
  padding-bottom: 4px;
}
.board__total__txt .point {
  font-weight: 700;
  color: #4063ec;
}
.progress__state__section {
  padding-top: 10px;
  overflow-x: auto;
}
.progress__state__group {
  display: flex;
  justify-content: center;
}
.progress__state__group > li {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  width: 70px;
}
.progress__state__group > li .line::before,
.progress__state__group > li .line::after {
  width: 35px;
  height: 1px;
  content: "";
  position: absolute;
  top: 5px;
  background: #4063ec;
}
.progress__state__group > li .line::before {
  left: 0;
}
.progress__state__group > li:first-child .line::before {
  display: none;
}
.progress__state__group > li .line::after {
  right: 0;
}
.progress__state__group > li:last-child .line::after {
  display: none;
}
.progress__state__group > li .circle {
  width: 8px;
  height: 8px;
  position: relative;
  margin: 1px;
  background: rgb(64, 99, 236);
  background: linear-gradient(
    136deg,
    rgb(64, 99, 236) 0%,
    rgb(0, 44, 209) 100%
  );
  border-radius: 50%;
  z-index: 1;
}
.progress__state__group > li .txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  color: #4063ec;
  line-height: 22px;
  letter-spacing: -0.06em;
  margin-top: 8px;
  letter-spacing: -0.6px;
  text-align: center;
}
.progress__state__group > li::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: -5px;
  left: 25px;
  background: rgba(64, 99, 236, 0.1);
  border-radius: 50%;
}
/* borde 끝*/
/* tooltip */
.tooltip__area {
  position: absolute;
  right: 0;
}
.-mypage .board__title__group .tooltip__area {
  bottom: 0;
}
.tooltip__button {
  display: flex;
  align-items: center;
}
.tooltip__button .txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 24px;
  margin-right: 6px;
  letter-spacing: -0.64px;
}
.tooltip__button .ico {
  width: 18px;
  height: 18px;
  background: url(../../images/aica/ico_question_mark_off.svg) no-repeat center/contain;
  display: block;
}
.tooltip__group {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  width: 460px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.tooltip__group ul > li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  line-height: 20px;
}
.tooltip__group ul > li p:first-of-type {
  font-weight: 500;
  margin-right: 8px;
}
.tooltip__button.is-open + .tooltip__group {
  display: block;
}
.tooltip__group ul > li::before {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #707070;
  border-radius: 50%;
}
/* tooltip 끝*/
.tui-grid-cell-has-input .tui-grid-cell-content, .tui-grid-container p, .tui-grid-container input, .tui-grid-container textarea {
  font-size: 16px;
  font-family: "Roboto", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.tui-grid-cell {
  background-color: #fff !important;
}
.tui-grid-cell-content button {
  display: inline;
}
.tui-grid-cell-header {
  background-color: #f5f5f5 !important;
  font-family: "Roboto", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.tui-pagination .tui-is-selected,
.tui-pagination strong {
  background: #4063ec;
  border-color: #4063ec;
}
.tui-pagination .tui-last-child.tui-is-selected {
  border-right: 1px solid #4063ec;
}
.tui-pagination .tui-first-child.tui-is-selected {
  border-left: 1px solid #4063ec;
}
/* contents */
.wrap .common-inner .contents {
  min-height: 100px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 0 120px;
}

/* contents 끝 */

/* search-box */
.search-box-wrap {
  padding: 30px;
  background: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 60px;
}
.search-box-option {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}
.search-box-option label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 28px;
  position: relative;
  padding-left: 12px;
  letter-spacing: -0.64px;
}
.search-box-option > div {
  display: flex;
  align-items: center;
}
.search-box-title {
  width: 100px;
}
.search-box-value {
  width: calc(100% - 100px);
}
.search-box-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box-btns button + button {
  margin-left: 12px;
}
.search-box-btns button {
  height: 48px;
}
/* search-box 끝 */

/* popup */
.popup__section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
.popup__section.is-open {
  display: block;
}
.popup__dim {
  background: #000;
  opacity: 0;
}
.is-open .popup__dim {
  opacity: 0.4;
  animation: popupDimbg 0.5s;
}
.popup__inner,
.popup__dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__contents__group{
  max-height: calc(80vh - 174px);
}
.popup__container__group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 980px;
  max-height: 60%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  animation: fade 0.5s;
}
.popup__container__group {
  max-height: 80%;
}
.popup__header__group {
  height: 77px;
  padding: 24px;
  flex-shrink: 0;
}
.popup__header__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  line-height: 29px;
  letter-spacing: -0.8px;
}
.popup__header__close {
  width: 24px;
  height: 24px;
  background: url(../../images/aica/ico_popup_close.svg) no-repeat center/contain;
  position: absolute;
  top: 24px;
  right: 24px;
}
.popup__contents__group {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  overflow-y: auto;
}
.popup__center__text{
  font-size: 16px;
  margin: 32px 0;
  text-align: center;
}
.popup__button__group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  height: 96px;
}
.popup__button__group > button + button {
  margin-left: 10px;
}
.alert {
  display: none;
  margin-top: 10px;
  margin-left: 25px;
  color: #f04c23;
  font-size: 18px;
  line-height: 1;
}
.alert.on,
.alert2.on {
  display: block;
}
/* popup 끝 */

/* 게시판 상세 */
.data-title {
  padding: 3rem 2rem;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  font-weight: 600;
}
.data-info {
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.6rem 2.4rem;
  display: flex;
  width: 100%;
  font-size: 16px;
}
.data-title + .data-info{
  border-top: none;
  flex-wrap: wrap;
}
.data-info li:nth-child(2n-1){
  margin-right: 8px;
}
.data-info li:nth-child(2n){
  margin-right: 16px;
}.data-contents {
  padding: 3rem 2rem;

  font-size: 1.6rem;
  width: 100%;
}
.download-contents{
  margin-top: 3rem;
}
.download-contents a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  margin: 1rem 2rem;
  color: #7F7F7F;
}
.download-contents a img{
  width: 20px;
  margin-right: 4px;
}
/* 게시판 상세 끝 */

/* 상단타이틀 끝*/
@media screen and (max-width: 1280px) {
  /* 상단타이틀 */
  .header__visual__group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page__path__group {
    right: 20px;
  }

  /* 상단타이틀 끝*/
  /* footer */
  .footer__rolling-ban__group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__rolling-ban__group .swiper {
    height: 28px;
    padding: 0 15px;
  }
  .footer__rolling-ban__group .swiper-button-next,
  .footer__rolling-ban__group .swiper-button-prev {
    width: 40px;
  }
  .footer__info.right {
    width: 100%;
    padding: 40px 0 50px;
  }
  .footer__info.left {
    display: none;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__info.right .sitemap__corp__group {
    display: block;
    margin: 0 0 21px;
  }
  .footer__info.right .sitemap__corp__group li {
    display: flex;
  }
  .footer__info.right .sitemap__corp__group li p {
    display: flex;
    align-items: center;
  }
  .footer__info.right .sitemap__corp__group li p a {
    padding: 3px 0;
    color: #222;
  }
  .footer__info.right .sitemap__corp__group li p:not(:last-of-type)::after {
    width: 1px;
    height: 12px;
    content: "";
    margin: 0 16px;
    background: #ccc;
  }
  .footer__info__group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sns__group {
    margin-top: 20px;
  }

  /* footer 끝 */
  /* contents */
  .wrap .common-inner .contents {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* contents 끝 */
}
@media screen and (max-width: 1200px) {
  /* header */
  .header__gnb__section {
    justify-content: flex-start;
  }
  .header__top__group {
    display: none;
  }
  .header__menu__group {
    display: block;
  }
  .header__logo__group {
    left: 84px;
  }
  .header__gnb__group {
    display: none;
  }
  .page__path__group {
    right: 20px;
  }
  .use__application__step__item {
    width: 80px;
  }
  .header__section.is-scroll {
    top: 0;
  }
  /* header 끝 */

  /* 상단타이틀 */
  .is-sticky + .container .header__visual__section, .header__visual__section {
    top: 80px;
  }
  /* 상단타이틀 끝 */
}
@media screen and (max-width: 1000px) {
  .page__path__group {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .header__gnb__section {
    height: 60px;
    box-shadow: inset -1px -1px 0 0 rgba(204, 204, 204, 0.2);
    overflow: hidden;
    transition: 0.2s;
  }
  .header__logo .img {
    width: 90px;
    height: 34px;
    background-image: url(../../images/aica/logo_mobile.svg);
  }
  .header__logo .txt {
    display: none;
  }
  .header__logo__group {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__search__group > button {
    width: 60px;
  }
  .is-sticky.is-scroll .header__gnb__section {
    height: 0;
  }
  .is-sticky + .container .is-step.-pg-use-step .header__visual__group,
  .is-sticky + .container .is-tab .header__visual__group {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .is-sticky + .container .is-step .header__visual__group {
    padding: 0;
  }

  .is-sticky.is-scroll + .container .header__visual__section {
    top: 0;
  }
  .is-sticky + .container .header__visual__title {
    font-size: 28px;
    font-size: 2.8rem;
    height: 0;
    opacity: 0;
  }
  .is-sticky + .container .header__visual__use__step {
    margin-top: 0;
  }
  .drawer-menu__top__prev {
    width: 24px;
    height: 24px;
    background: url(../../images/aica/ico_arrow_left_black.svg) no-repeat center/contain;
    position: absolute;
    top: 18px;
    left: 15px;
  }
  .drawer-menu__top__group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .drawer-menu__area {
    max-width: 100%;
  }
  .drawer-menu__section {
    top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .drawer-menu__quick__group {
    padding: 78px 24px 24px;
  }
  .aco__button .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.56px;
  }
  .drawer-menu__cate__group > li + li {
    margin-top: 32px;
  }
  .drawer-menu__body {
    padding-top: 24px;
  }
  .drawer-menu__cate__conts li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.56px;
  }
  .is-sticky + .container .header__visual__section {
    top: 60px;
  }
  /* header 끝 */

  /* 상단타이틀 */
  .header__visual__section {
    top: 60px;
  }
  .header__visual__group {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .header__visual__title {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 41px;
    height: 41px;
    transition: height 0.5s, opacity 0.5s;
  }
  .header__visual__use__step {
    width: calc(100% + 30px);
    margin-top: 19px;
    margin-left: -15px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* 상단타이틀 끝 */

  /* TOP버튼 */

  .topbutton__group {
    bottom: 0;
  }
  .topbutton {
    width: 62px;
    height: 62px;
  }
  .topbutton .ico {
    width: 10px;
    height: 10px;
    margin-top: calc(10px / 2);
  }
  /* TOP버튼 끝 */
  /* footer */
  .footer__rolling-ban__group {
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .footer__rolling-ban__group .swiper {
    height: 28px;
    padding: 0 15px;
  }
  .footer__rolling-ban__group .swiper-button-bg {
    width: 160px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      270deg,
      rgb(255, 255, 255) 55%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 100;
  }
  .footer__rolling-ban__group .swiper-button-pause {
    right: 36px;
  }
  .footer__rolling-ban__group .swiper-button-start {
    right: 36px;
  }
  .footer__rolling-ban__group .swiper-button-prev {
    left: 0;
    background-image: url(../../images/aica/ico_arrow_left_ccc.svg);
  }
  .footer__rolling-ban__group .swiper-button-next,
  .footer__rolling-ban__group .swiper-button-prev {
    width: 18px;
    height: 36px;
    background-size: 6px 12px;
    z-index: 110;
  }
  .footer__rolling-ban__group .swiper-button-prev {
    left: 86px;
  }
  .footer__rolling-ban__group .swiper-button-next {
    right: 22px;
  }
  .footer__info__group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .corp__info__group > li.copyright {
    white-space: initial;
  }
  .select__label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer__rolling-ban__group .swiper-button-next,
  .footer__rolling-ban__group .swiper-button-prev {
    width: 15px;
    height: 36px;
  }
  /* footer 끝 */
  /* contents */
  .wrap .common-inner .contents {
    padding: 40px 15px 80px;
  }
  /* contents 끝 */

  /* popup */
  .popup__container__group {
    width: 100%;
    max-height: 90%;
    border-radius: 20px 20px 0 0;
    animation-name: popupYmove;
  }
  .popup__inner {
    align-items: flex-end;
  }

  /* popup 끝 */
  .search-box-btns button{
    width: 100%;
  }
}
