@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.brochure {
  margin-top: 65px;
  padding-top: 40px;
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .brochure {
    margin-top: 22px;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.brochure .wrapper {
  position: relative;
}
.brochure .wrapper:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 416px;
  height: 39px;
  position: absolute;
  z-index: -1;
  top: -128px;
  right: -180px;
  background-image: linear-gradient(to left, rgba(169, 255, 251, 0) 8.85%, rgba(169, 255, 251, 0.72) 94.23%);
}
@media screen and (max-width: 991px) {
  .brochure .wrapper:before {
    width: 416px;
    height: 39px;
  }
}
@media screen and (max-width: 991px) {
  .brochure .wrapper:before {
    display: none;
  }
}
.brochure .wrapper:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 545px;
  height: 62px;
  position: absolute;
  z-index: -1;
  top: -13px;
  right: -59px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 1.86%, #FFF 98.16%);
}
@media screen and (max-width: 991px) {
  .brochure .wrapper:after {
    width: 1028px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .brochure .wrapper:after {
    top: 30%;
    right: auto;
    left: -240px;
    background-image: linear-gradient(to left, rgba(249, 244, 198, 0) 53.67%, #F9F4C6 112.2%);
  }
}
.brochure .heading {
  padding: 24px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #414042;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .brochure .heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .brochure .heading .filter {
    width: 100%;
  }
}
.brochure .heading .filter .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #ffffff;
  width: 220px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
@media screen and (max-width: 991px) {
  .brochure .heading .filter .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
  }
}
.brochure .heading .filter .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  top: -8px;
}
.brochure .heading .filter .select2-container--default .select2-results__option--selected:after {
  content: "";
  display: block;
  background-image: url("../img/icon/checked.svg");
  background-size: 24px;
  background-position: center;
  width: 32px;
  height: 32px;
}
.brochure .row .item {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(88, 89, 91, 0.1);
  width: calc((100% - 144px) / 3);
  margin-right: 72px;
  margin-bottom: 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .brochure .row .item {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
    padding: 12px 16px;
  }
}
.brochure .row .item:nth-child(3n) {
  margin-right: 0;
}
.brochure .row .item .category {
  position: absolute;
  right: 16px;
  top: 20px;
  background-color: #0C8295;
  padding: 0 16px;
  border-radius: 60px;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 991px) {
  .brochure .row .item .category {
    top: 12px;
  }
}
.brochure .row .item .label {
  position: relative;
  font-size: 1.75em;
  line-height: 1.43;
  font-weight: 500;
  letter-spacing: 0.84px;
  padding-left: 42px;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .brochure .row .item .label {
    font-size: 1.125em;
    letter-spacing: 0.54px;
  }
}
.brochure .row .item .label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 15px;
  border-radius: 2.5px 0;
  background-color: #C8BA2A;
  display: block;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 991px) {
  .brochure .row .item .label:before {
    top: 8px;
    left: 8px;
  }
}
.brochure .row .item .attachment {
  text-align: right;
}
.brochure .row .item .attachment a {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.6px;
}
.brochure .row .item .attachment a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #58595B;
  width: 100%;
  height: 1px;
}

.news {
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .news:before {
    content: "";
    display: block;
    border-radius: 100px;
    background: #FFF0F4;
    transform: rotate(40.6deg);
    width: 963px;
    height: 958px;
    position: absolute;
    z-index: -2;
    left: -85%;
    top: 26%;
  }
}
.news .wrapper:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 1336px;
  height: 113px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -95px;
  background-image: linear-gradient(to left, rgba(249, 244, 198, 0) 53.67%, #F9F4C6 112.2%);
}
@media screen and (max-width: 991px) {
  .news .wrapper:before {
    width: 1336px;
    height: 113px;
  }
}
@media screen and (max-width: 991px) {
  .news .wrapper:before {
    display: none;
  }
}
.news .sect-head {
  color: #A31B3F;
  text-align: center;
  border-bottom: 1px solid #414042;
  padding: 24px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .news .sect-head {
    margin-bottom: 24px;
  }
}
.news .news-row {
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .news .news-row {
    flex-wrap: wrap;
  }
}
.news .col {
  border-radius: 20px 0px;
  border: 1px solid rgba(88, 89, 91, 0.2);
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(88, 89, 91, 0.1);
  padding: 40px 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .news .col {
    padding: 32px;
  }
}
.news .col-cm {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .news .col-cm {
    flex-wrap: wrap;
  }
}
.news .col-cm .logo {
  width: 205px;
}
@media screen and (max-width: 991px) {
  .news .col-cm .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.news .col-cm .links {
  padding-left: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .news .col-cm .links {
    padding-left: 0;
  }
}
.news .col-cm .links .link {
  width: calc((100% - 40px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .news .col-cm .links .link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.news .col-cm .links .link:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .news .col-cm .links .link:last-child {
    margin-bottom: 0;
  }
}
.news .col-cm .links .link span {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 1;
  padding-right: 20px;
}
.news .col-cm .links .link .btn-container {
  flex-shrink: 0;
}
.news .col-cm .links .link .btn-container .com-btn {
  padding: 8px 16px;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 1.6px;
}
.news .col-single {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 991px) {
  .news .col-single {
    width: 100%;
  }
}
.news .col-single .logo {
  margin-bottom: 32px;
}
.news .col-single .logo img {
  max-width: 100%;
  height: 64px;
  display: block;
  margin: 0 auto;
}
.news .col-single .row {
  align-items: center;
  justify-content: space-between;
}
.news .col-single .row .title {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.news .col-single .row .com-btn {
  padding: 8px 16px;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 1.6px;
}

.related-info {
  margin-top: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .related-info {
    margin-bottom: 64px;
  }
}
.related-info .wrapper {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .related-info .wrapper {
    padding: 40px 24px;
  }
}
.related-info .wrapper:before {
  content: "";
  position: absolute;
  left: -108px;
  top: -40px;
  background-color: #F4F4F4;
  width: calc(100% + 216px);
  height: calc(100% + 40px);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .related-info .wrapper:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
}
.related-info .wrapper > .btn-container {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .related-info .wrapper > .btn-container {
    display: none;
  }
}
.related-info .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #414042;
}
@media screen and (max-width: 991px) {
  .related-info .heading {
    justify-content: center;
  }
}
.related-info .heading .sect-head {
  color: #0C8295;
}
@media screen and (max-width: 991px) {
  .related-info .heading .sect-head {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .related-info .heading .btn-container {
    display: none;
  }
}
.related-info .document {
  display: flex;
  padding: 56px 0;
}
@media screen and (max-width: 991px) {
  .related-info .document {
    padding: 28px 0;
    flex-wrap: wrap;
  }
}
.related-info .document .subhead {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.84px;
  width: 115px;
}
@media screen and (max-width: 991px) {
  .related-info .document .subhead {
    width: 100%;
    margin-bottom: 20px;
  }
}
.related-info .document .row {
  width: calc(100% - 115px);
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .related-info .document .row {
    width: 100%;
    padding-left: 0;
  }
}
.related-info .document .item {
  padding: 24px;
  border-radius: 20px 0px;
  border: 1px solid rgba(88, 89, 91, 0.2);
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  width: calc((100% - 56px) / 3);
  margin-right: 28px;
}
@media screen and (max-width: 991px) {
  .related-info .document .item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .related-info .document .item:not(:last-child) {
    margin-bottom: 28px;
  }
}
.related-info .document .item:nth-child(3n) {
  margin-right: 0;
}
.related-info .document .item .title {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 28px;
}
.related-info .document .item .attachment {
  text-align: right;
}
.related-info .document .item .attachment a {
  position: relative;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.6px;
  padding: 4px 0;
}
.related-info .document .item .attachment a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #414042;
  width: 100%;
  height: 1px;
}
.related-info .document .item .attachment a:not(:last-child) {
  margin-right: 20px;
}
.related-info .row-news {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .related-info .row-news {
    flex-wrap: wrap;
  }
}
.related-info .row-news .col {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 991px) {
  .related-info .row-news .col {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .related-info .row-news .col:last-child .item:last-child {
    border-bottom: 0;
  }
}
.related-info .row-news .col .item {
  padding: 52px 16px 32px 62px;
  border-bottom: 1px solid rgba(88, 89, 91, 0.2);
}
@media screen and (max-width: 991px) {
  .related-info .row-news .col .item {
    padding: 32px 16px 32px 42px;
  }
}
@media screen and (min-width: 992px) {
  .related-info .row-news .col .item:last-child {
    border-bottom: 0;
  }
}
.related-info .row-news .col .item .date {
  position: relative;
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin-bottom: 8px;
}
.related-info .row-news .col .item .date:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 8px;
  background-color: #0C8295;
  width: 10px;
  height: 10px;
  border-radius: 2.5px 0px;
  display: block;
}
.related-info .row-news .col .item .title {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.84px;
  margin-bottom: 20px;
}
.related-info .row-news .col .item .desc {
  line-height: 1.75;
  letter-spacing: 0.48px;
}
.related-info .row-news .col .item .btn-container {
  margin-top: 20px;
  text-align: right;
}
.related-info .row-news .col .item .btn-container .com-btn {
  border-radius: 8px;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 1.6px;
  padding: 8px 16px;
}

.related-link .sect-head {
  color: #0C8295;
  padding: 12px 0;
  border-bottom: 1px solid #414042;
  margin-bottom: 20px;
}
.related-link .wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 54px;
}
@media screen and (max-width: 991px) {
  .related-link .wrapper {
    padding-left: 32px;
    padding-bottom: 10px;
  }
}
.related-link .wrapper:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: -108px;
  top: 0;
  width: calc(100% + 272px);
  height: 100%;
  z-index: -1;
  border-radius: 0px 0px 0px 200px;
}
@media screen and (max-width: 991px) {
  .related-link .wrapper:before {
    width: calc(100% + 32px);
    left: 0;
    top: 0;
    border-radius: 0px 0px 0px 80px;
  }
}
.related-link .row {
  padding: 24px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .related-link .row {
    flex-wrap: nowrap;
  }
}
.related-link .row:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.related-link .row .title {
  color: #58595B;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.72px;
  padding-right: 20px;
  flex-grow: 1;
  flex-shrink: 1;
}
.related-link .row .btn-container {
  flex-shrink: 0;
}
.related-link .row .btn-container .com-btn {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1em;
  letter-spacing: 1.6px;
}

.sec-course {
  padding-top: 80px;
  padding-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .sec-course {
    padding-top: 56px;
    padding-bottom: 88px;
  }
}
.sec-course .inner-container:before {
  content: "";
  display: block;
  border-radius: 100px;
  background: #FFF0F4;
  transform: rotate(40.6deg);
  width: 1291px;
  height: 1284px;
  position: absolute;
  z-index: -2;
  left: -800px;
  top: -280px;
}
@media screen and (max-width: 991px) {
  .sec-course .inner-container:before {
    display: none;
  }
}
.sec-course .row-thumbnail:nth-child(odd):before {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) -15.87%, #A9FFFB 89.71%);
}
.sec-course .row-thumbnail:nth-child(odd):after {
  display: none;
}
.sec-course .btn-container {
  margin-top: 36px;
  display: flex;
  justify-content: flex-end;
}

.promotion .sect-head {
  color: #BA8827;
  margin-bottom: 16px;
}
.promotion .filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #414042;
  color: #58595B;
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .promotion .filter-row {
    flex-direction: column;
  }
}
.promotion .filter-row .desc {
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0.4px;
  padding-right: 20px;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 991px) {
  .promotion .filter-row .desc {
    font-size: 1em;
    margin-bottom: 16px;
  }
}
.promotion .filter-row .filter {
  flex-shrink: 0;
  width: 220px;
}
@media screen and (max-width: 991px) {
  .promotion .filter-row .filter {
    width: 100%;
  }
}
.promotion .filter-row .filter .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #ffffff;
  padding: 5px 16px !important;
}
.promotion .filter-row .filter .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  top: -8px;
}
.promotion .wrapper {
  position: relative;
  padding-bottom: 108px;
}
@media screen and (max-width: 991px) {
  .promotion .wrapper {
    padding-bottom: 120px;
  }
}
.promotion .wrapper:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 1335px;
  height: 113px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(255, 221, 230, 0) 53.67%, #FFDDE6 112.2%);
  bottom: 45px;
  left: 433px;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .promotion .wrapper:after {
    width: 1335px;
    height: 113px;
  }
}
@media screen and (max-width: 991px) {
  .promotion .wrapper:after {
    display: none;
  }
}
.promotion .inner-wrapper {
  position: relative;
}
@media screen and (max-width: 991px) {
  .promotion .inner-wrapper {
    padding-left: 32px;
  }
}
.promotion .inner-wrapper:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 545px;
  height: 73px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 1.86%, #FFF 98.16%);
  bottom: -25px;
  left: 73px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .promotion .inner-wrapper:before {
    width: 545px;
    height: 73px;
  }
}
@media screen and (max-width: 991px) {
  .promotion .inner-wrapper:before {
    display: none;
  }
}
.promotion .inner-wrapper:after {
  content: "";
  position: absolute;
  background-color: #FFFDEF;
  position: absolute;
  left: -108px;
  top: -80px;
  width: calc(100% + 272px);
  height: calc(100% + 80px);
  z-index: -1;
  border-radius: 0px 0px 0px 120px;
}
@media screen and (max-width: 991px) {
  .promotion .inner-wrapper:after {
    top: -40px;
    left: 0;
    width: calc(100% + 32px);
    height: calc(100% + 110px);
  }
}
@media screen and (max-width: 991px) {
  .promotion .sect-head {
    text-align: left;
  }
}
.promotion .swiper {
  position: relative;
  padding: 64px 24px;
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width: 991px) {
  .promotion .swiper {
    padding: 24px;
  }
}
@media screen and (max-width: 575px) {
  .promotion .swiper {
    width: 268px;
    margin: 0 auto;
  }
}
.promotion .swiper:before, .promotion .swiper:after {
  content: "";
  position: absolute;
  background-color: #FFFDEF;
  width: 24px;
  height: 100%;
  top: 0;
  z-index: 2;
}
.promotion .swiper:before {
  left: 0;
}
.promotion .swiper:after {
  right: 0;
}
.promotion .item {
  background-color: #ffffff;
  border-radius: 20px 0px;
  border: 1px solid rgba(88, 89, 91, 0.3);
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  padding: 24px;
}
.promotion .item .thumbnail {
  margin-bottom: 24px;
}
.promotion .item .thumbnail img {
  display: block;
  width: 53%;
  max-width: 100%;
  margin: 0 auto;
}
.promotion .item .month {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #58595B;
}
.promotion .item .more {
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .promotion .item .more {
    text-align: center;
  }
}
.promotion .item .more a {
  position: relative;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.6px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.promotion .item .more a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #414042;
}
.promotion .swiper-button-next, .promotion .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #827611;
  background-color: #FFFDEF;
}
.promotion .swiper-button-next:after, .promotion .swiper-button-prev:after {
  font-size: 25px;
  margin-top: 0;
  position: absolute;
}
.promotion .swiper-button-prev {
  left: 0;
}
.promotion .swiper-button-prev:after {
  color: #827611;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .swiper-button-next {
  right: 0;
  background-color: #827611;
}
.promotion .swiper-button-next:after {
  color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}/*# sourceMappingURL=public-information.css.map */