@charset "UTF-8";
/* 영상 */
.movieBig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBig .btnPlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  html {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.7rem;
  }
}
@media (max-width: 830px) {
  html {
    font-size: 0.65rem;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 0.6rem;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  color: #1f2c5c;
  word-break: keep-all;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "samsungOne", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #1f2c5c;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
@font-face {
  font-family: "samsungOne";
  src: url("../font/SamsungOneKorean-400.woff") format("woff"), url("../font/SamsungOneKorean-400.woff2") format("woff2"), url("../font/SamsungOneKorean-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "samsungOne";
  src: url("../font/SamsungOneKorean-600.woff") format("woff"), url("../font/SamsungOneKorean-600.woff2") format("woff2"), url("../font/SamsungOneKorean-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "samsungOne";
  src: url("../font/SamsungOneKorean-700.woff") format("woff"), url("../font/SamsungOneKorean-700.woff2") format("woff2"), url("../font/SamsungOneKorean-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "samsungSharpSans";
  src: url("../font/SamsungSharpSans-Medium.woff") format("woff"), url("../font/SamsungSharpSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "samsungSharpSans";
  src: url("../font/SamsungSharpSans-Bold.woff") format("woff"), url("../font/SamsungSharpSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 48rem;
  height: auto;
  display: none;
  background-color: #f1f1f5;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  background-color: transparent;
  background: url("../images/btn_popClose.svg") no-repeat center center;
}
.popupWrap .popHeader {
  height: 12.8rem;
}
.popupWrap .popContent {
  padding: 3rem 2.5rem 4.75rem;
}
.popupWrap .popContent dl dd {
  margin-top: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
  color: #767676;
}
.popupWrap .popContent dl dd .underline {
  color: #222;
  border-bottom: 1px solid #222;
}
.popupWrap .popContent dl dd strong {
  color: #444;
}
.popupWrap .popContent dl dd .bul__list li {
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
}
.popupWrap .popContent dl + dl {
  margin-top: 2rem;
}
.popupWrap[class*=popCheat] .btn_popClose {
  background-image: url("../images/btn_popClose_01.svg");
}

/* 공통 */
img {
  max-width: 100%;
}

body {
  background-color: #cadcf0;
  background: url("../images/bg_02.jpg") no-repeat center 0/auto;
}
@media screen and (max-width: 1920px) {
  body {
    background-size: cover;
  }
}
@media screen and (max-width: 680px) {
  body {
    background-color: #0520ac;
    background-image: url("../images/m_bg_02.jpg");
    background-size: 100% auto;
  }
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
}

section {
  position: relative;
  margin: 0 auto;
}

.section-inner {
  position: relative;
  width: 71.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 71.5rem) {
  .section-inner {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

main {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .pcVer {
    display: none;
  }
}

.mVer {
  display: none;
}
@media screen and (max-width: 680px) {
  .mVer {
    display: block;
  }
}

figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subTitle {
  position: relative;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
}
.subTitle dt {
  padding-right: 2rem;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: inherit;
  color: #fff;
}
.subTitle dd {
  border-top: 2px solid #fff;
}

.ani, .pt {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .gnbWrap {
  position: relative;
  height: 6.25rem;
  z-index: 100;
}
header .logo {
  display: block;
  width: 13.9rem;
  height: 6.25rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/10.15rem auto;
  cursor: pointer;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav .box {
  display: flex;
  align-items: center;
  height: 6.25rem;
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  height: 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
header nav ul li a span {
  position: relative;
  display: inline-block;
}
header nav ul li + li {
  margin-left: 2.5rem;
}
header nav .link_apply {
  margin-left: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.25rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1429a0;
  background-color: #fff;
  border-radius: 100vw;
  z-index: 100;
}
header.fixed {
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 80, 210, 0.8);
}
@media (max-width: 680px) {
  header .logo {
    position: relative;
    width: 120px;
    background-size: 120px auto;
    z-index: 2000;
  }
  header .m_btn_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    background: url("../images/m_btn_menu.svg") no-repeat center center/auto 22px;
  }
  header .gnbWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 1000;
  }
  header .gnbWrap ul {
    display: block;
    width: 100%;
  }
  header .gnbWrap ul li {
    margin-left: 0 !important;
    width: 100%;
    padding-left: 30px;
    height: 80px;
    font-size: 24px;
  }
  header .gnbWrap ul li:before {
    display: none;
  }
  header .gnbWrap ul li a {
    display: block;
    text-align: left;
    font-weight: 700;
  }
  header .gnbWrap .box {
    display: block;
    padding-bottom: 30px;
    background-color: #1429a0 !important;
    height: auto;
    padding-top: 30px;
  }
  header .gnbWrap .m_btn_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 60px;
    z-index: 10;
  }
  header .gnbWrap .m_btn_close:before, header .gnbWrap .m_btn_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 1px;
    background-color: #fff;
  }
  header .gnbWrap .m_btn_close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .gnbWrap .m_btn_close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .gnbWrap .link_apply {
    margin-left: 30px;
    padding: 0;
    width: auto;
    height: 80px;
    text-align: left;
    background-color: transparent;
    justify-content: flex-start;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    align-items: flex-start;
  }
}

.headingWrap {
  overflow: hidden;
}
.headingWrap .section-inner {
  padding: 12rem 0 0;
  height: 88.25rem;
}
.headingWrap .keyvisual {
  position: absolute;
  top: 23.7rem;
  left: calc(50% - 14rem);
  width: 54.35rem;
  height: 49.35rem;
  background-image: url("../images/keyvisual_bg.png");
  background-position: right bottom;
  background-size: auto 49.35rem;
}
.headingWrap .keyvisual .star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/keyvisual_star.png") no-repeat 0 0/auto 49.35rem;
}
.headingWrap .head-info {
  position: relative;
  z-index: 10;
}
.headingWrap .head-info h2 {
  font-family: "samsungSharpSans";
  font-style: normal;
  font-weight: 700;
  font-size: 8.35rem;
  line-height: 8.8rem;
  color: #fff;
}
.headingWrap .head-info h2 span {
  display: block;
  font-weight: 700;
}
.headingWrap .head-info .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 17.8rem;
  height: 3.3rem;
  margin-top: 1.75rem;
  padding-left: 4rem;
  background: #fff url("../images/icon_search.svg") no-repeat left 1.2rem center/auto 1.5rem;
  border-radius: 0.8rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: inherit;
  color: #1429a0 !important;
}
.headingWrap .head-info .period {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 4.2rem;
}
.headingWrap .head-info .period dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.9rem;
  height: 2.8rem;
  border-radius: 100vw;
  background-color: #ffec00 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: inherit;
  color: #1429a0 !important;
}
.headingWrap .head-info .period dd {
  margin-top: 2rem;
  font-family: "samsungSharpSans";
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.1rem;
  color: #ffec00 !important;
}
.headingWrap .head-info .period dd span {
  display: block;
  font-size: 1.5rem;
}
.headingWrap .head-info .period dd img {
  width: 21rem;
}
@media screen and (max-width: 680px) {
  .headingWrap .head-info h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .headingWrap .head-info .box {
    width: 140px;
    padding-left: 30px;
    font-size: 12px;
    background-size: auto 12px;
  }
  .headingWrap .head-info .period {
    margin-top: 120px;
  }
  .headingWrap .head-info .period dd img {
    width: 180px;
  }
  .headingWrap .head-info .slogan {
    margin-top: 40px;
    background-size: auto 61px;
  }
}
.headingWrap .scrollIcon {
  position: absolute;
  bottom: 5.5rem;
  left: calc(50% - 4.25rem);
  width: 8.5rem;
  height: 6.4rem;
  background: url("../images/icon_scroll.svg") no-repeat center bottom/auto 6.4rem;
  z-index: 10;
  animation: scrollAni 1s infinite alternate;
}
@media screen and (max-width: 680px) {
  .headingWrap .section-inner {
    padding-top: 100px;
    height: 700px;
    width: 100vw;
    overflow: hiddne;
  }
  .headingWrap .keyvisual {
    left: auto;
    right: -45px;
    width: 330px;
    height: 327px;
    background-position: right bottom;
    background-size: 100% auto;
  }
  .headingWrap .keyvisual .star {
    top: auto;
    bottom: 0;
    background-position: right bottom;
    background-size: 100% auto;
  }
}

.countWrap .marqueeLine {
  height: 4.5rem;
  background: url("../images/bg_line.png") no-repeat center 0/cover;
}
.countWrap .marqueeLine .marquee_text {
  display: block;
  width: 100vw;
  height: 100%;
  background: url("../images/marquee_text.svg") repeat-x 0 center/auto 1.7rem;
}
.countWrap h3 {
  margin: 9.5rem 0 2.75rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: inherit;
  color: #fff;
  text-align: center;
}

.count-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3.25rem;
}
.count-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 6.8rem;
  height: 8.3rem;
  padding-top: 1.75rem;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: inherit;
  color: #ffec00 !important;
}
.count-list li:before {
  content: attr(data-label);
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 2.5rem);
  border-top: 1px solid #fff;
  width: 5rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 680px) {
  .count-list {
    gap: 0 10px;
  }
  .count-list li {
    width: 80px;
    height: 108px;
    padding-top: 20px;
    align-items: flex-start;
    font-size: 44px;
  }
  .count-list li:before {
    bottom: 24px;
    font-size: 10px;
  }
}

.cont-box {
  position: relative;
  padding-bottom: 2.9rem;
  background: url("../images/box_bottom.png") no-repeat right bottom/100% 3rem;
}
.cont-box .box-inner {
  padding: 2.5rem 4.5rem 0 4.5rem;
  background: url("../images/box_bg.png") repeat-y right 0/100% auto;
}
.cont-box .highlight {
  position: relative;
  display: inline-flex;
  font-weight: 700;
  color: #3e3a39;
}
.cont-box .highlight:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  background-color: rgba(255, 238, 0, 0.3);
  mix-blend-mode: multiply;
}
@media (max-width: 680px) {
  .cont-box .box-inner {
    padding: 25px 1.5rem 0;
  }
}

.shiningStarWrap .section-inner {
  padding-top: 9.5rem;
}
.shiningStarWrap .cont-box .box-inner {
  padding-left: 2.75rem;
  padding-right: 2.5rem;
}
.shiningStarWrap .cont-box dl {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  align-items: center;
}
.shiningStarWrap .cont-box dl dt img {
  width: 6.65rem;
}
.shiningStarWrap .cont-box dl dd {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #615e5d;
}
.shiningStarWrap .cont-box .clip {
  top: -3.1rem;
  right: 2rem;
  width: 3.65rem;
  height: 5.1rem;
  background: url("../images/icon_clip.png") no-repeat 0 0/auto 5.1rem;
}
@media (max-width: 680px) {
  .shiningStarWrap .cont-box .box-inner {
    padding: 25px 15px 0 0;
  }
  .shiningStarWrap .cont-box dl {
    grid-template-columns: 90px 1fr;
  }
  .shiningStarWrap .cont-box dl dt {
    margin-bottom: 20px;
    text-align: center;
  }
  .shiningStarWrap .cont-box dl dd {
    font-size: 15px;
  }
  .shiningStarWrap .cont-box dl dd br.none {
    display: none;
  }
}

.scheduleWrap .section-inner {
  padding-top: 7rem;
}
.scheduleWrap .subTitle {
  margin-bottom: 1rem;
}
.scheduleWrap .subTitle + p {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  color: #fff;
}
.scheduleWrap figure {
  margin-bottom: 3rem;
}
.scheduleWrap figure img {
  height: 16.65rem;
}
.scheduleWrap .sticker {
  position: absolute;
  top: 0.55rem;
  right: -3.6rem;
  width: 7rem;
  height: 2.3rem;
  background: url("../images/obj_sticker.png") no-repeat 0 0/auto 2.3rem;
}
.scheduleWrap .program-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem 1.5rem;
}
.scheduleWrap .program-list li {
  display: grid;
  align-items: center;
}
.scheduleWrap .program-list li:not(.comment) {
  grid-template-columns: 6rem 1fr;
}
.scheduleWrap .program-list li.comment {
  justify-self: flex-end;
  font-style: normal;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: inherit;
  color: #376fff;
}
.scheduleWrap .program-list li span {
  height: 2.2rem;
  background-color: #1429a0 !important;
  border-radius: 100vw;
  font-style: normal;
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
}
.scheduleWrap .program-list li p {
  padding-left: 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: inherit;
  letter-spacing: -0.03em;
}
@media (max-width: 680px) {
  .scheduleWrap .program-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem 0.5rem;
  }
  .scheduleWrap .program-list li:not(.comment) {
    grid-template-columns: 4.5rem 1fr;
  }
  .scheduleWrap .program-list li span {
    font-size: 1.3rem;
  }
  .scheduleWrap .program-list li p {
    font-size: 1.55rem;
  }
  .scheduleWrap .program-list li.comment {
    justify-self: flex-start;
    grid-column: 1/3;
  }
}
@media (max-width: 450px) {
  .scheduleWrap .program-list {
    display: none;
  }
}

.jobPostingWrap .section-inner {
  padding-top: 7.5rem;
}
.jobPostingWrap .cont-box {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #615e5d;
}
.jobPostingWrap .sticker {
  position: absolute;
  bottom: -1.65rem;
  left: -3.85rem;
  width: 9.7rem;
  height: 3.85rem;
  background: url("../images/obj_sticker_01.png") no-repeat 0 0/auto 3.85rem;
}
.jobPostingWrap .sticker01 {
  position: absolute;
  top: -1.9rem;
  right: -2rem;
  width: 9.7rem;
  height: 4.55rem;
  background: url("../images/obj_sticker_02.png") no-repeat 0 0/auto 4.55rem;
}
@media (max-width: 680px) {
  .jobPostingWrap .cont-box {
    font-size: 15px;
  }
}

.reviewWrap .section-inner {
  padding-top: 9.5rem;
}
.reviewWrap .review-list {
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.85rem;
}
.reviewWrap .review-list li {
  border-radius: 1rem;
  overflow: hidden;
}
.reviewWrap .review-list li .bar {
  height: 1.5rem;
  background: #376FFF url("../images/window_button.svg") no-repeat left 1.3rem center/auto 0.65rem;
}
.reviewWrap .review-list li .movieFrame {
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}
.reviewWrap .review-list li p {
  margin-top: 1.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: inherit;
  color: #fff;
  text-align: center;
}
@media (max-width: 680px) {
  .reviewWrap .review-list {
    grid-template-columns: auto;
    gap: 2.5rem 0;
    padding: 0 1.5rem;
  }
}

.faqWrap .section-inner {
  padding: 6rem 0 10rem;
}
.faqWrap .faq-group {
  position: relative;
  height: 78.5rem;
}
@media (max-width: 680px) {
  .faqWrap .faq-group {
    display: grid;
    justify-content: center;
    gap: 7rem 0;
    padding-top: 5rem;
    height: auto;
  }
  .faqWrap .faq-group .items {
    transform: rotate(0deg) !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.faqWrap .items {
  position: relative;
  width: 35rem;
  padding: 4.5rem 2.5rem 2.5rem;
  border-radius: 1rem;
  background-color: #ffec00 !important;
}
.faqWrap .items:before {
  content: "";
  position: absolute;
  top: -3.45rem;
  left: calc(50% - 3.45rem);
  background-position: center center;
  background-repeat: no-repeat;
  width: 6.85rem;
  height: 6.85rem;
  border-radius: 50%;
  background-color: #00cfff;
  background-size: auto 4.75rem;
}
.faqWrap .items dl {
  color: #000;
}
.faqWrap .items dl dt {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: inherit;
}
.faqWrap .items dl dd {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.05rem;
  text-align: center;
}
.faqWrap .items dl dd p {
  margin-top: 1rem;
  font-size: 1rem;
}
.faqWrap .items:nth-of-type(1):before {
  background-image: url("../images/faq_icon_01.svg");
}
.faqWrap .items:nth-of-type(2):before {
  background-image: url("../images/faq_icon_02.svg");
}
.faqWrap .items:nth-of-type(3):before {
  background-image: url("../images/faq_icon_03.svg");
}
.faqWrap .items:nth-of-type(4):before {
  background-image: url("../images/faq_icon_04.svg");
}
.faqWrap .items.first {
  position: absolute;
  top: 5rem;
  left: calc(50% - 3rem);
  transform: rotate(17deg);
}
.faqWrap .items.second {
  position: absolute;
  top: 23rem;
  left: calc(50% - 33rem);
  transform: rotate(-4deg);
}
.faqWrap .items.third {
  position: absolute;
  top: 39rem;
  left: 50%;
  transform: rotate(8deg);
}
.faqWrap .items.fourth {
  position: absolute;
  top: 60rem;
  left: calc(50% - 25.75rem);
  transform: rotate(-6deg);
}
.faqWrap .faq-pointPaper {
  position: absolute;
  top: 11rem;
  left: calc(50% - 35.75rem);
  width: 71.5rem;
  height: 78.3rem;
  background: url("../images/faq_paper.png") no-repeat 0 0/auto 78.3rem;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 680px) {
  .faqWrap .faq-pointPaper {
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/faq_paper_m.png");
    background-size: 100% auto;
    z-index: 0;
  }
}
.faqWrap .link-group {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faqWrap .link-group .link_share {
  width: 41rem;
  height: 7.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../images/link_share.png") no-repeat 0 0/auto 7.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: inherit;
  color: #fff;
}
@media (max-width: 680px) {
  .faqWrap .link-group .link_share {
    width: 322px;
    height: 60px;
    background-size: auto 60px;
    font-size: 32px;
  }
}

footer .section-inner {
  height: 12.8rem;
  display: grid;
  grid-template-columns: 16rem 1fr 13rem;
  align-items: center;
  border-top: 1px solid #fff;
}
footer .section-inner dl {
  color: #fff;
}
footer .section-inner dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: inherit;
}
footer .section-inner dl dd {
  margin-top: 0.75rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: inherit;
}
footer .section-inner dl dd a {
  color: #fff;
}
footer .section-inner .slogan {
  width: 13rem;
  height: 4.85rem;
  background: url("../images/footer_slogan.png") no-repeat 0 0/auto 4.85rem;
}
@media (max-width: 680px) {
  footer .section-inner {
    grid-template-columns: 10rem 1fr 10rem;
  }
  footer .section-inner dl dt {
    font-size: 16px;
  }
  footer .section-inner dl dd {
    font-size: 12px;
  }
  footer .section-inner .slogan {
    width: 200px;
    background-size: 105px auto;
    background-position: 0 center;
  }
}/*# sourceMappingURL=style.css.map */