@charset "UTF-8";
/**
* base.font
* ------------------
*LIFEPLUS
*/
@font-face {
  font-family: "LIFEPLUS";
  font-style: normal;
  font-weight: 300;
  src: url(../font/LIFEPLUS-Light.eot);
  src: url(../font/LIFEPLUS-Light?#iefix) format("embedded-opentype"), url(../font/LIFEPLUS-Light.woff) format("woff"), url(../font/LIFEPLUS-Light.ttf) format("truetype");
}
@font-face {
  font-family: "LIFEPLUS";
  font-style: normal;
  font-weight: 500;
  src: url(../font/LIFEPLUS-Medium.eot);
  src: url(../font/LIFEPLUS-Medium?#iefix) format("embedded-opentype"), url(../font/LIFEPLUS-Medium.woff) format("woff"), url(../font/LIFEPLUS-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "LIFEPLUS";
  font-style: normal;
  font-weight: 700;
  src: url(../font/LIFEPLUS-Bold.eot);
  src: url(../font/LIFEPLUS-Bold?#iefix) format("embedded-opentype"), url(../font/LIFEPLUS-Bold.woff) format("woff"), url(../font/LIFEPLUS-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "LIFEPLUS-BODY";
  font-style: normal;
  font-weight: 300;
  src: url(../font/LIFEPLUSBODYLight.eot);
  src: url(../font/LIFEPLUSBODYLight?#iefix) format("embedded-opentype"), url(../font/LIFEPLUSBODYLight.woff) format("woff"), url(../font/LIFEPLUSBODYLight.ttf) format("truetype");
}
@font-face {
  font-family: "LIFEPLUS-BODY";
  font-style: normal;
  font-weight: 500;
  src: url(../font/LIFEPLUSBODYMedium.eot);
  src: url(../font/LIFEPLUSBODYMedium?#iefix) format("embedded-opentype"), url(../font/LIFEPLUSBODYMedium.woff) format("woff"), url(../font/LIFEPLUSBODYMedium.ttf) format("truetype");
}
/* [S] 기본속성 - 프로젝트 셋팅 이후 수정금지 */
/* [S] 기본속성 - 프로젝트 셋팅 이후 수정금지 */
/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  tab-size: 4;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

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

input, textarea, select {
  font: inherit;
}

button, input[type=button], input[type=submit], input[type=reset] {
  cursor: pointer;
}

input[type=text], input[type=password], textarea {
  -webkit-appearance: none;
}

body {
  font-family: "LIFEPLUS", "맑은 고딕", "Malgun Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: -0.04em;
  color: #1b1b1b;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* hamburger */
.menu-toggle {
  display: none;
  position: absolute;
  right: 50%;
  top: 1%;
  margin-right: -30%;
}

.hamburger-icon {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
}
.hamburger-icon span {
  display: none !important;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  top: 50%;
  left: 0;
  transition: transform 0.3s ease;
}
.hamburger-icon span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -6px;
  transition: transform 0.3s ease;
  background-color: #222;
}
.hamburger-icon span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -6px;
  transition: transform 0.3s ease;
  background-color: #222;
}

.open .hamburger-icon {
  z-index: 10;
}
.open .hamburger-icon span {
  transform: rotate(45deg);
}
.open .hamburger-icon span::before {
  top: 0;
  transform: rotate(90deg);
}
.open .hamburger-icon span::after {
  bottom: 0;
  transform: rotate(90deg);
}

/* nav */
.nav {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 60px 30px;
  background-color: #fff;
  z-index: 5;
}
.nav li {
  padding-bottom: 5%;
}
.nav li a {
  font-size: 30px;
}

.open + .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* button */
.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 17px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #242628;
}

.btn-ask {
  position: fixed;
  display: block;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 4;
}
.btn-ask .inner {
  display: inline-block;
  position: relative;
}
.btn-ask .button {
  display: block;
  width: 600px;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid #ff6000;
  background: #FF6600;
  font-size: 40px;
}
@media (max-width: 1250px) {
  .btn-ask .button {
    width: 500px;
    padding: 15px 0;
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .btn-ask .button {
    width: 350px;
    padding: 15px 0;
    font-size: 20px;
  }
}

/* bottom sheet module */
.bottom-sheet {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.bottom-sheet .sheet-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden auto;
}
.bottom-sheet .sheet-wrap .content-title {
  padding: 0 0 15px 20px;
  text-align: left;
  background: url(../img/common/popup_titleBar.jpg) no-repeat left bottom;
}
@media (max-width: 768px) {
  .bottom-sheet .sheet-wrap .content-title {
    padding: 0 0 10px 10px;
  }
}
.bottom-sheet .sheet-wrap .content-title p {
  font-size: 22px;
}
@media (max-width: 768px) {
  .bottom-sheet .sheet-wrap .content-title p {
    font-size: 15px;
  }
}
.bottom-sheet .sheet-wrap .content-title h4 {
  font-size: 38px;
  color: #fc6a09;
}
@media (max-width: 768px) {
  .bottom-sheet .sheet-wrap .content-title h4 {
    font-size: 25px;
    font-weight: 500;
  }
}
.bottom-sheet .sheet-wrap .sheet-contents {
  flex: 1;
  padding: 2rem 2rem;
}
@media (max-width: 768px) {
  .bottom-sheet .sheet-wrap .sheet-contents {
    padding: 1rem;
  }
}
.bottom-sheet .sheet-wrap .close-button {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 36px;
  height: 36px;
  z-index: 2;
}
@media (max-width: 768px) {
  .bottom-sheet .sheet-wrap .close-button {
    right: 1rem;
    top: 0.5rem;
    width: 2rem;
  }
}
.bottom-sheet .sheet-wrap.animate-up {
  animation: slide-up 0.3s ease-out;
  text-align: center;
}
.bottom-sheet .sheet-wrap.animate-down {
  animation: slide-down 0.3s ease-out;
}
.bottom-sheet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.bottom-sheet.open {
  display: block;
}

/* formbox */
#inquiry {
  margin-top: 25px;
}
@media (max-width: 768px) {
  #inquiry {
    margin-top: 10px;
  }
}
#inquiry .impColor {
  padding-bottom: 4px;
  font-size: 15px;
  color: #ff6600;
  text-align: right;
  font-weight: 400;
}
@media (max-width: 768px) {
  #inquiry .impColor {
    padding-bottom: 0;
    font-size: 13px;
  }
}
#inquiry .form_box {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  flex-direction: column;
}
@media (max-width: 768px) {
  #inquiry .form_box {
    padding-bottom: 30px;
  }
}
#inquiry .form_box > div {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #inquiry .form_box > div {
    margin-bottom: 10px;
  }
}
#inquiry .form_box > div.input_item_06 {
  margin-bottom: 5px;
}
#inquiry .form_box > div.input_item_last {
  margin-bottom: 0px;
}
#inquiry .form_box .input_item {
  display: flex;
  align-items: center;
}
#inquiry .form_box .input_item p {
  width: 180px;
  padding-left: 15px;
  flex-shrink: 0;
  font-size: 17px;
  text-align: left;
}
#inquiry .form_box .input_item p.reqiured:after {
  display: inline-block;
  content: "*";
  padding-left: 3px;
  clear: both;
  color: #ff7324;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #inquiry .form_box .input_item p {
    width: auto;
    padding-left: 0;
    padding-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
  }
}
#inquiry .form_box .input_item .tel_box {
  display: flex;
  flex-shrink: initial;
}
#inquiry .form_box .input_item .tel_box div {
  display: flex;
  width: 20%;
  padding-left: 5%;
  grid-column-gap: 0;
  position: relative;
}
#inquiry .form_box .input_item .tel_box div:first-child {
  padding-left: 0;
}
#inquiry .form_box .input_item .tel_box div:first-child::before {
  content: "";
}
#inquiry .form_box .input_item .tel_box div::before {
  content: "-";
  position: absolute;
  left: 5%;
  top: 25%;
}
@media (max-width: 768px) {
  #inquiry .form_box .input_item {
    align-items: flex-start;
    flex-direction: column;
  }
}
#inquiry .form_box .select_box {
  position: relative;
  grid-column-gap: 8px;
  flex-grow: 1;
}
#inquiry .form_box .select_box li {
  position: relative;
  flex: 1;
}
#inquiry .form_box .select_box label {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  display: block;
  width: 0;
  height: 0;
}
#inquiry .form_box .select_box select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  color: #333;
  font-size: 16px;
  border: 1px solid #888;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/common/select_arr.jpg) no-repeat 95% 50%;
}
#inquiry .form_box .select_box select:focus option {
  background: #fff;
}
#inquiry .form_box .select_box select:focus option[value=""][disabled] {
  display: none;
}
#inquiry .form_box .select_box select:invalid {
  color: #999;
}
#inquiry .form_box .select_box.group {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 768px) {
  #inquiry .form_box .select_box.group {
    width: 100%;
  }
}
#inquiry .form_box .select_box.w-35p {
  flex-grow: 0;
  flex-basis: 35%;
}
@media (max-width: 768px) {
  #inquiry .form_box .select_box {
    width: 100%;
  }
}
#inquiry .form_box .adviceTime_box {
  display: flex;
  gap: 70px;
}
#inquiry .form_box .adviceTime_box input[type=radio] + label {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #777;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.03em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#inquiry .form_box .adviceTime_box input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  background: url(../img/common/radioCheck.jpg) no-repeat center/100% auto;
}
@media (max-width: 768px) {
  #inquiry .form_box .adviceTime_box input[type=radio] + label:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
#inquiry .form_box .adviceTime_box input[type=radio]:checked + label:before {
  background-image: url(../img/common/radioChecked.jpg);
}
@media (max-width: 768px) {
  #inquiry .form_box .adviceTime_box {
    gap: 30%;
  }
}
#inquiry .form_box .input-wrap {
  flex-grow: 1;
}
@media (max-width: 768px) {
  #inquiry .form_box .input-wrap {
    width: 100%;
  }
}
#inquiry .form_box input[type=text] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  flex-grow: 1;
  padding: 0 16px;
  color: #333;
  font-size: 16px;
  border-radius: 8px;
  letter-spacing: -0.03em;
  outline: none;
  border: 1px solid #888;
  background: #fff;
}
#inquiry .form_box input[type=tel] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  color: #333;
  font-size: 16px;
  border-radius: 8px;
  letter-spacing: -0.03em;
  outline: none;
  border: 1px solid #888;
  background: #fff;
}
#inquiry .form_box b {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
#inquiry .form_box small {
  color: #999;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
#inquiry .career_text {
  margin-bottom: 20px;
  padding-left: 180px;
  text-align: left;
  font-size: 16px;
  color: #888;
  font-weight: 300;
}
@media (max-width: 768px) {
  #inquiry .career_text {
    padding-left: 0;
    font-size: 14px;
  }
  #inquiry .career_text br {
    display: none;
  }
}
#inquiry .area_button .button {
  font-size: 29px;
  font-weight: 500;
  border-radius: 50px;
  background-color: #ff8100;
}
@media (max-width: 768px) {
  #inquiry .area_button .button {
    padding: 14px;
    font-size: 20px;
  }
}

/* checkbox */
.privacy-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 60px;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
}
@media (max-width: 768px) {
  .privacy-box {
    margin-bottom: 30px;
  }
}
.privacy-box > div {
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .privacy-box > div {
    padding: 15px 22px 15px 10px;
  }
}
.privacy-box .checkbox-agree {
  border-bottom: 1px solid #ebebeb;
}
.privacy-box .checkbox-privacy {
  border-bottom: 1px solid #ebebeb;
}
.privacy-box div[class^=checkbox-] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.privacy-box div[class^=checkbox-] input[type=checkbox] + label {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #777;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.privacy-box div[class^=checkbox-] input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  background: url(../img/common/check.jpg) no-repeat center/100% auto;
}
@media (max-width: 768px) {
  .privacy-box div[class^=checkbox-] input[type=checkbox] + label:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .privacy-box div[class^=checkbox-] input[type=checkbox] + label {
    text-align: left;
    font-size: 15px;
    padding-right: 14px;
  }
}
.privacy-box div[class^=checkbox-] input[type=checkbox]:checked + label:before {
  background-image: url(../img/common/checked.jpg);
}
.privacy-box div[class^=checkbox-].checkbox-agree input[type=checkbox] + label {
  font-weight: 500;
  color: #1b1b1b;
}
.privacy-box input[type=checkbox] + label {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #777;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.03em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.privacy-box .privacyText {
  display: none;
  height: 280px;
  overflow: auto;
  padding: 18px 20px;
  text-align: left;
  color: #666;
  line-height: 1.5;
  border-bottom: 1px solid #ebebeb;
  background: #fafafa;
}
.privacy-box .privacyText.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .privacy-box .privacyText {
    padding: 10px 13px;
    font-size: 15px;
  }
}
.privacy-box .btn_privacy {
  display: inline-block;
  width: 1.3rem;
  background: url(../img/common/arr_bottom.jpg) no-repeat 0 0/100% auto;
  text-indent: -999em;
}

/* animation */
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-up2 {
  0% {
    transform: translateY(100%) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes line-step {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  img.profile {
    width: 80px;
  }
  .desc {
    font-size: 22px;
  }
  .button {
    font-size: 20px;
  }
  .web-view {
    display: none;
  }
  .mob-view {
    display: block;
  }
  /* ====== header ====== */
  .hamburger-icon {
    width: 50px;
    height: 50px;
  }
  .hamburger-icon span::before {
    top: -10px;
  }
  .hamburger-icon span::after {
    bottom: -10px;
  }
  /* bottom sheet module */
  .bottom-sheet .sheet-wrap {
    max-width: 720px;
    margin: 0 auto;
  }
}
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 700px) {
  .header {
    height: 50px;
  }
}
.header.light-bg {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.header .inner {
  display: flex;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .header .inner {
    width: 800px;
  }
}
@media (max-width: 1000px) {
  .header .inner {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 700px) {
  .header .inner .logo img {
    max-height: 30px;
  }
}
.header .inner button {
  display: inline-flex;
  width: 50px;
  height: 50px;
  position: relative;
  right: auto;
  top: auto;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  background-color: #645f57;
}
@media (max-width: 700px) {
  .header .inner button {
    width: 30px;
    height: 30px;
    gap: 3px;
  }
}
.header .inner button i {
  display: block;
  width: 24px;
  height: 4px;
  transition: all 0.4s ease;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 700px) {
  .header .inner button i {
    width: 18px;
    height: 2px;
  }
}
.header .inner button.open i:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .inner button.open i:nth-child(2) {
  opacity: 0;
}
.header .inner button.open i:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 700px) {
  .header .inner button.open i:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .header .inner button.open i:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
}

.footer {
  padding: 120px 0 160px;
  text-align: center;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
@media (max-width: 1250px) {
  .footer {
    padding: 40px 0 110px;
  }
}
@media (max-width: 1000px) {
  .footer {
    padding: 40px 0 90px;
  }
}
.footer strong {
  color: #555;
}
.footer .address {
  padding-bottom: 20px;
}

.wrap {
  max-width: 1920px;
  min-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .wrap {
    max-width: 1240px;
    min-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    max-width: 990px;
    min-width: 327px;
  }
}

/* contents */
.wrap #container .contents {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 1000px) {
  .wrap #container .contents {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .wrap #container .contents {
    padding: 40px 0;
  }
}
/* 제목 영역 공통 */
.wrap #container .contents .textTitle {
	font-size: 50px;
  text-align: center;
  line-height: 1.3;
}
.wrap #container .contents .textTitle.white {
	color: #fff;
}
.wrap #container .contents .textTitle b {
  font-size: 50px;
}
.wrap #container .contents .textTitle i {
	position: relative;
  font-weight: 700;
}
.wrap #container .contents .textTitle i:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 24px;
	background-color: #ffea00;
  z-index: -1;
}
.wrap #container .contents .textTitle em {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  background-color: #ff7e00;
}
.wrap #container .contents .textTitle.white em {
	color: #ff6000;
	background-color: #fff;
}
.wrap #container .contents .textTitle strong {
  font-size: 58px;
}
.wrap #container .contents .textTitle img {
  display: inline-block;
  vertical-align: middle;
}
.wrap #container .contents.contents09 .textTitle img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1250px) {
  .wrap #container .contents .textTitle,
  .wrap #container .contents .textTitle b {
    font-size: 40px;
  }
	.wrap #container .contents .textTitle i:before {
		height: 12px;
	}
  .wrap #container .contents .textTitle strong {
    font-size: 45px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents .textTitle,
  .wrap #container .contents .textTitle b {
    font-size: 32px;
  }
  .wrap #container .contents .textTitle em {
    padding: 0 5px;
  }
  .wrap #container .contents .textTitle strong {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .wrap #container .contents .textTitle img {
    width: 64px;
  } 
}
@media (max-width: 500px) {
  .wrap #container .contents .textTitle,
  .wrap #container .contents .textTitle b,
  .wrap #container .contents .textTitle strong {
    font-size: 24px;
  }
}

/* contents 01 */
.wrap #container .contents.contents01 {
  padding-top: 100px;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 {
    padding-top: 60px;
  }
}
.wrap #container .contents.contents01 .benefitList {
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .benefitList {
    padding-top: 50px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .benefitList {
    padding-top: 30px;
  }
}
.wrap #container .contents.contents01 .benefitList ul {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .benefitList ul {
    gap: 3%;
  }
}
.wrap #container .contents.contents01 .benefitList ul li {
  display: flex;
  width: 390px;
  height: 380px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  background-color: #fff5db;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .benefitList ul li {
    width: 290px;
    height: 280px;
    border-radius: 30px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .benefitList ul li {
    width: 30%;
    height: auto;
  }
}
.wrap #container .contents.contents01 .benefitList ul li p {
  padding-top: 50px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .benefitList ul li p {
    padding-top: 40px;
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .benefitList ul li p {
    padding-top: 11%;
    font-size: 16px;
  }
}
.wrap #container .contents.contents01 .benefitList ul li p b {
  color: #ff6000;
}
.wrap #container .contents.contents01 .benefitList ul li img {
  vertical-align: top;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .benefitList ul li img {
    padding-top: 15%;
  }
}
.wrap #container .contents01 #move_rect {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 16px;
  margin-left: -31px;
}
.wrap #container .contents09 {
  text-align: center;
}
.wrap #container .contents09 #move_rect {
  display: inline-block;
  margin: 60px 0;
}
@media (max-width: 1250px) {
  .wrap #container .contents #move_rect {
    width: 50px;
    top: 36px;
    margin-left: -25px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents #move_rect {
    width: 4%;
    top: 16px;
    margin-left: -2%;
  }
}
.wrap #container .contents.contents09 .intro {
  font-size: 50px;
  font-weight: 500;
  color: #5c5c5c;
}
.wrap #container .contents.contents09 .intro b {
  color: #f60;
  font-weight: 700;
}
.wrap #container .contents.contents09 .intro strong {
  position: relative;
  color: #000;
}
.wrap #container .contents.contents09 .intro strong:before {
  content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 24px;
	background-color: #ffea00;
  z-index: -1;
}
.wrap #container .contents.contents01 .contents01_Story {
  padding-top: 120px;
  padding-bottom: 208px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story {
    padding-top: 205px;
    padding-bottom: 280px;
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story {
    padding-top: 3%;
    padding-bottom: 20%;
  }
}
.wrap #container .contents.contents01 .contents01_Story .StoryTitle {
  padding-top: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle {
    padding-top: 0;
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle {
    padding-top: 10%;
    font-size: 22px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .StoryTitle b {
  display: inline-block;
  padding: 0 10px;
  color: #ff6000;
  line-height: 1.1;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle b {
    padding: 0 5px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .StoryTitle p {
  padding-top: 15px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -3px;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle p {
    padding-top: 5px;
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle p {
    font-size: 22px;
    letter-spacing: -3px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong {
  font-weight: 700;
}
.wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong em {
  padding: 0 10px;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong em {
    padding: 0 5px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong em i {
  font-size: 82px;
  font-weight: 700;
  vertical-align: -13px;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong em i {
    font-size: 50px;
    vertical-align: -4px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong em i {
    font-size: 30px;
    vertical-align: -5px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong em::after {
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: -1;
  background-color: #ff6000;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .StoryTitle p strong em::after {
    bottom: -1px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList {
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 23px;
  justify-content: center;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList {
    padding-top: 18px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList {
    justify-content: flex-start;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList ul {
  display: flex;
  gap: 15px;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList ul li {
  height: 550px;
  position: relative;
  text-align: center;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li {
    width: 285px;
    height: 430px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li {
    display: flex;
    width: 95%;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li img {
    width: 20%;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList ul li p {
  padding-top: 15px;
  font-size: 18px;
  color: #555;
  font-weight: 500;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li p {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li p {
    width: 23%;
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li p strong {
    display: block;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList ul li .Text {
  display: flex;
  height: 160px;
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 500;
  position: relative;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li .Text {
    height: 130px;
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li .Text {
    font-size: 17px;
    text-align: left;
    flex: 1;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList ul li .Text::before {
  content: "“";
  position: absolute;
  left: 31px;
  top: 37px;
  font-size: 50px;
  line-height: 0;
  color: #fd9a01;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li .Text::before {
    left: 15px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList ul li .Text::after {
  content: "”";
  position: absolute;
  right: 31px;
  bottom: 0;
  font-size: 50px;
  line-height: 0;
  color: #fd9a01;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li .Text::after {
    right: 15px;
  }
}
.wrap #container .contents.contents01 .contents01_Story .storyList ul li::after {
  content: "";
  width: 100%;
  height: 371px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li::after {
    height: 260px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story .storyList ul li::after {
    background: none;
  }
}
.wrap #container .contents.contents01 .contents01_Story::after {
  content: "";
  width: 1000px;
  height: 1000px;
  margin-left: -500px;
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 0;
  border-radius: 500px;
  background-color: #ff7e00;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01 .contents01_Story::after {
    width: 850px;
    height: 850px;
    margin-left: -425px;
    bottom: 117px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents01 .contents01_Story::after {
    width: 80%;
    height: auto;
    margin-left: -40%;
    padding-top: 80%;
    bottom: auto;
    top: 4%;
  }
}
.wrap #container .contents.contents01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 70%;
  background-color: #ffab3a;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents01::after {
    height: 73%;
  }
}

/* contents 02 */
.wrap #container .contents.contents02 {
  padding: 115px 0 120px;
  background-color: #fef7e5;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents02 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents02 {
    padding: 40px 0 70px;
  }
}
.wrap #container .contents.contents02 .qnaList {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrap #container .contents.contents02 .qnaList .img {
  display: flex;
  width: 100%;
  padding: 50px 0 40px;
  justify-content: center;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents02 .qnaList .img {
    padding: 5% 0 5%;
  }
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents02 .qnaList .img img {
    width: 280px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents02 .qnaList .img img {
    width: 25%;
  }
}
.wrap #container .contents.contents02 .qnaList ul {
  display: flex;
  width: 746px;
  justify-content: center;
  flex-direction: column;
  border-top: 2px solid #efeadd;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents02 .qnaList ul {
    width: 90%;
  }
}
.wrap #container .contents.contents02 .qnaList ul li {
  padding: 17px 0 17px 72px;
  font-size: 24px;
  font-weight: 500;
  color: #555;
  border-bottom: 2px solid #efeadd;
  background: url(../img/common/contents/contents02_list_checkIcon.png) no-repeat 30px center;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents02 .qnaList ul li {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents02 .qnaList ul li {
    padding: 12px 0 12px 40px;
    font-size: 15px;
    background-position: 10px center;
    background-size: 20px;
  }
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents02 .qnaList ul li img {
    width: 280px;
  }
}
.wrap #container .contents.contents03 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 {
    overflow: hidden;
  }
}
.wrap #container .contents.contents03 .advisorBox {
  width: 760px;
  height: 760px;
  margin-top: 60px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  background-color: #ff7e00;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents03 .advisorBox {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox {
    width: 400px;
    height: 400px;
    margin: 30px 80px 0;
  }
}
.wrap #container .contents.contents03 .advisorBox::before {
  display: block;
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  left: -80px;
  top: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: #fef7e5;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents03 .advisorBox::before {
    width: 180px;
    height: 180px;
    left: -50px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox::before {
    width: 120px;
    height: 120px;
    left: -27px;
    top: 38px;
  }
}
.wrap #container .contents.contents03 .advisorBox .text {
  padding-top: 70px;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox .text {
    padding-top: 37px;
  }
}
.wrap #container .contents.contents03 .advisorBox .text dl {
  color: #fff;
}
.wrap #container .contents.contents03 .advisorBox .text dl dt {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents03 .advisorBox .text dl dt {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox .text dl dt {
    font-size: 20px;
  }
}
.wrap #container .contents.contents03 .advisorBox .text dl dt em {
  padding: 0 10px;
  font-weight: 700;
  color: #ff6000;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox .text dl dt em {
    padding: 0 5px;
  }
}
.wrap #container .contents.contents03 .advisorBox .text dl dd {
  padding-top: 30px;
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents03 .advisorBox .text dl dd {
    padding-top: 20px;
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox .text dl dd {
    font-size: 17px;
  }
}
.wrap #container .contents.contents03 .advisorBox .img {
  padding-top: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents03 .advisorBox .img {
    width: 60%;
    margin: 0 auto;
  }
}
.wrap #container .contents.contents03 .advisorBox .img img {
  display: inline;
  vertical-align: top;
}
.wrap #container .contents.contents03 .advisorBox .img button {
  width: 420px;
  color: #ff6000;
  font-size: 32px;
  border-radius: 50px;
  background-color: #fff;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents03 .advisorBox .img button {
    width: 320px;
    padding: 12px;
    font-size: 23px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox .img button {
    width: 90%;
    min-width: 180px;
    padding: 10px;
    font-size: 16px;
  }
}
.wrap #container .contents.contents03 .advisorBox::after {
  display: block;
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  right: -75px;
  bottom: 25px;
  z-index: 1;
  opacity: 0.7;
  border-radius: 50%;
  background-color: #ffc475;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents03 .advisorBox::after {
    width: 260px;
    height: 260px;
    right: -75px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents03 .advisorBox::after {
    width: 170px;
    height: 170px;
    right: -15px;
    bottom: 20px;
  }
}
.wrap #container .contents.contents04 {
  background-color: #fef7e5;
}
.wrap #container .contents.contents04 .qnaList {
  width: 720px;
  margin: 90px auto 0;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents04 .qnaList {
    margin-top: 70px;
    width: 600px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList {
    width: 90%;
  }
}
.wrap #container .contents.contents04 .qnaList ul {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents04 .qnaList ul {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul {
    gap: 50px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .qText {
  display: flex;
  width: 650px;
  height: 62px;
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  align-items: center;
  border-radius: 40px;
  background: linear-gradient(to right, #ff6800, #ff8800);
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents04 .qnaList ul li .qText {
    width: 500px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .qText {
    width: 100%;
    padding-right: 5%;
    font-size: 17px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .qText::before {
  content: "Q.";
  padding: 0 40px 0 30px;
  font-size: 36px;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents04 .qnaList ul li .qText::before {
    padding: 0 20px 0 25px;
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .qText::before {
    padding: 0 15px 0 20px;
    font-size: 24px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .qText::after {
  content: "";
  width: 43px;
  height: 21px;
  position: absolute;
  left: 32px;
  bottom: -19px;
  background: url(../img/common/contents/contents4_qText_bubbleBg.png) no-repeat left top;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .qText::after {
    background-size: 100%;
    width: 43px;
    height: 21px;
    bottom: -14px;
    left: 20px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .aText {
  width: 650px;
  margin: 20px 0 0 70px;
  padding: 40px;
  position: relative;
  border: 1px solid #ffab3a;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText {
    width: 500px;
    margin: 20px 0 0 100px;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 15px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .aText .text {
  font-size: 20px;
  color: #555;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText .text {
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText .text br {
    display: none;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText .text i {
    display: block;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .aText .info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText .info {
    padding-top: 20px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .aText .info p {
  padding: 0 16px 13px 0;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText .info p {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText .info p {
    font-size: 15px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .aText .info p strong {
  padding-right: 5px;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText .info img {
    width: 70px;
  }
}
.wrap #container .contents.contents04 .qnaList ul li .aText::after {
  content: "";
  width: 36px;
  height: 22px;
  position: absolute;
  right: 32px;
  bottom: -20px;
  background: url(../img/common/contents/contents4_aText_bubbleBg.png) no-repeat left top;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents04 .qnaList ul li .aText::after {
    background-size: 100%;
    width: 33px;
    height: 20px;
    bottom: -18px;
  }
}
.wrap #container .contents.contents05 {
  position: relative;
  background-color: #ff7e00;
}
.wrap #container .contents.contents05::after {
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.wrap #container .contents.contents05 .youtubeBox {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents05 .youtubeBox {
    padding-top: 70px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents05 .youtubeBox {
    padding-top: 50px;
  }
}
.wrap #container .contents.contents05 .youtubeBox ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents05 .youtubeBox ul {
    flex-direction: column;
    align-items: center;
  }
}
.wrap #container .contents.contents05 .youtubeBox ul li {
  width: 560px;
  height: 390px;
  padding-top: 17px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
  background-color: #fff5db;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents05 .youtubeBox ul li {
    width: 470px;
    height: 320px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents05 .youtubeBox ul li {
    width: 80%;
    height: auto;
  }
}
.wrap #container .contents.contents05 .youtubeBox ul li .item {
  width: 520px;
  height: 293px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents05 .youtubeBox ul li .item {
    width: 430px;
    height: 240px;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents05 .youtubeBox ul li .item {
    width: 92%;
    height: auto;
    position: relative;
    padding-top: 50%;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents05 .youtubeBox ul li .item iframe {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.wrap #container .contents.contents05 .youtubeBox ul li p {
  padding: 20px 0 0 32px;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1250px) {
  .wrap #container .contents.contents05 .youtubeBox ul li p {
    padding: 15px 0 0 27px;
    font-size: 17px;
    font-weight: 400;
  }
}
@media (max-width: 1000px) {
  .wrap #container .contents.contents05 .youtubeBox ul li p {
    padding: 10px 0 15px 27px;
  }
}

#sheet-counsel {
  z-index: 99;
}

#sheet-end {
  z-index: 999;
}
#sheet-end .sheet-contents {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
#sheet-end .sheet-contents .text p {
  padding-bottom: 25px;
  font-size: 46px;
  color: #1a1a1a;
  font-weight: 300;
  line-height: 1.2;
}
#sheet-end .sheet-contents .text p strong {
  display: block;
}
#sheet-end .sheet-contents .text span {
  font-size: 20px;
  font-weight: 300;
  color: #666;
}
#sheet-end .btn_close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 40px;
  top: 40px;
  background: url(../img/common/btn_close.jpg) no-repeat left top;
}
#sheet-end .btn_end {
  width: 60%;
  margin: 0 auto 50px;
  padding: 12px 0;
  font-size: 28px;
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  background-color: #ff8400;
}

.sheet-coupon-info {
  height: 100%;
  position: relative;
  z-index: 9;
}
.sheet-coupon-info .sheet-wrap {
  background-color: unset;
}
.sheet-coupon-info .inner {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sheet-coupon-info .inner .text {
  display: flex;
  width: 90%;
  max-width: 600px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text {
    width: 400px;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text {
    width: 300px;
    padding-bottom: 20px;
  }
}
.sheet-coupon-info .inner .text span {
  position: relative;
  margin-top: 47px;
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 500;
}
.sheet-coupon-info .inner .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  width: 100%;
  border-bottom: 12px solid #ffd2ab;
  z-index: -1;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text span {
    font-size: 25px;
  }
  .sheet-coupon-info .inner .text span::after { 
    border-bottom-width: 8px;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text span {
    margin-top: 25px;
    font-size: 15px;
  }
  .sheet-coupon-info .inner .text span::after {
    border-bottom-width: 6px;
  }
}
.sheet-coupon-info .inner .text p {
  padding-top: 20px;
  font-size: 70px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -4px;
  line-height: 1;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text p {
    padding-top: 10px;
    font-size: 47px;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text p {
    font-size: 37px;
  }
}
.sheet-coupon-info .inner .text p strong {
  font-size: 76px;
  vertical-align: -7px;
  letter-spacing: -4px;
  color: #ee6205;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text p strong {
    font-size: 55px;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text p strong {
    font-size: 45px;
  }
}
.sheet-coupon-info .inner .text > img {
  padding: 30px 0 20px;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text > img {
    width: 32%;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text > img {
    padding: 15px 0 10px;
    font-size: 30%;
  }
}
.sheet-coupon-info .inner .text button {
  display: block;
}
.sheet-coupon-info .inner .text button.btn_close {
  right: 40px;
  top: 40px;
  position: absolute;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text button.btn_close {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text button.btn_close {
    right: 20px;
    top: 20px;
  }
}
.sheet-coupon-info .inner .text button.btn_close img {
  max-width: 36px;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text button.btn_close img {
    width: 27px;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text button.btn_close img {
    width: 20px;
  }
}
.sheet-coupon-info .inner .text button.btn_counselGo {
  width: 540px;
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  border-radius: 50px;
  background-color: #ff6600;
}
@media (max-width: 700px) {
  .sheet-coupon-info .inner .text button.btn_counselGo {
    width: 85%;
    padding: 10px 0;
    font-size: 23px;
    font-weight: 600;
  }
}
@media (max-width: 470px) {
  .sheet-coupon-info .inner .text button.btn_counselGo {
    font-size: 18px;
  }
}

.popup-event {
  position: absolute;
  bottom: 32px;
  right: -170px;
  cursor: pointer;
  z-index: 2;
}
.popup-event .img_bnr {
  width: 280px;
}
.popup-event .btn_close_pop {
  position: absolute;
  top: 0;
  right: 44px;
  width: 32px;
}
@media (max-width: 800px) {
  .popup-event {
    right: -100px;
  }
  .popup-event .img_bnr {
    width: 220px;
  }
  .popup-event .btn_close_pop {
    right: 36px;
    width: 24px;
  }
}
@media (max-width: 550px) {
  .btn-ask .inner {
    display: block;
  }
  .popup-event {
    right: 0;
  }
  .popup-event .img_bnr {
    width: 180px;
  }
  .popup-event .btn_close_pop {
    right: 30px;
    width: 18px;
  }
}