@charset "UTF-8";
* {
  font-family: "Wanted Sans Variable", "Wanted Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
a {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  font-size: 2.875rem;
  font-weight: 800;
  line-height: 1.3;
}

h3 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.4;
}

h4 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

h5 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

h6 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
}

p.info {
  margin-top: 1.5rem;
  color: #777 !important;
  font-size: .9rem !important;
}

.point {
  color: #BF0000;
}

.b400 {
  font-weight: 400;
}

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

ul li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.mOnly {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

header nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

header nav a {
  font-size: 1.1rem;
  color: #333;
  font-weight: 700;
}

header nav a:hover {
  color: #BF0000;
  transition: .2s ease;
}

header nav a.active {
  color: #BF0000;
  font-weight: 800;
}

header .left {
  width: 140px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.defBtn {
  background-color: #BF0000;
  color: #fff;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 40px;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.defBtn:hover {
  color: #BF0000;
  border: 2px solid #BF0000;
  background-color: #fff;
  transition: .2s ease;
}

.wrap {
  width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hl {
  all: unset;
  transition: 1s cubic-bezier(0.4, 0, 1, 1);
  background-repeat: no-repeat;
  background-size: 0% 50%;
  background-position: 0 100%;
  background-image: linear-gradient(#BF0000, #BF0000);
}

.visual {
  background: no-repeat center/cover;
  margin-top: 68px;
  padding: 0;
}

.visual .hl {
  animation-name: hl;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.visual .txtBox {
  width: 100%;
  height: 75vh;
  padding: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.visual .txtBox p {
  font-size: 1.25rem;
  font-weight: 500;
}

.visual .txtBox p .hl {
  animation-delay: 0.6s;
  animation-duration: 0.4s;
}

section {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: no-repeat top/cover;
}

.colCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainUl {
  padding: 40px;
}

.mainUl ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1920px;
}

.mainUl ul li {
  width: calc(50% - 8px);
  border-radius: 8px;
  overflow: hidden;
  min-height: 240px;
  background: no-repeat center/cover;
}

.mainUl ul li .txtBox {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainUl ul li .txtBox p {
  font-size: 1.75rem;
  font-weight: 600;
}

.mainUl ul li .txtBox h1 {
  line-height: 1;
}

.mainUl ul li .txtBox span {
  font-size: 1.25rem;
  font-weight: 500;
}

.rgrayBg {
  background-color: #FDF3F2;
}

.rqBox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: center;
}

.rqBox .mask {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 240px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rqBox .Wmask {
  width: 100%;
  padding: 240px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rqBox a {
  background-color: #fff;
  color: #BF0000;
  font-weight: 800;
  padding: 14px 36px;
  border-radius: 40px;
  margin-top: 40px;
  font-size: 1.3rem;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.rqBox a:hover {
  background-color: #BF0000;
  border: 2px solid #fff;
  color: #fff;
  transition: .2s ease;
}

.ptnBg {
  background: no-repeat top/cover url(/assets/imgs/bg_01.webp);
}

.mainBg1 {
  background: no-repeat top/cover url(/assets/imgs/sectionBg01.webp);
  background-color: #eee;
}

.mainBg1 .wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.imgTxtWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.titBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.titBox .bar {
  width: 180px;
  height: 4px;
  background-color: #BF0000;
}

.titBox p {
  font-size: 1.25rem;
  max-width: 740px;
}

.imgTxt {
  display: flex;
  flex-direction: row;
  gap: 40px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  align-items: center;
}

.imgTxt.right .txtBox {
  padding: 0 0 0 40px;
}

.imgTxt.right .imgBox {
  order: 1;
  padding: 0 40px;
}

.imgTxt .txtBox {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.imgTxt .txtBox h4 {
  color: #BF0000;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.imgTxt .txtBox p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.service {
  background-color: #f4f4f4;
}

.service .serviceEco {
  margin: 60px auto;
  max-width: 600px;
}

.service .serviceWrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.service ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service ul li {
  display: flex;
  text-align: left;
  border-left: 6px solid #000;
}

.service ul li h6 {
  padding: 0 24px;
  width: 100px;
  font-size: 1.1rem;
  font-weight: 700;
}

.rpBox h4 {
  margin: 40px 0 0;
}

.rpBox .imgWrap {
  display: flex;
  flex-direction: column;
  margin: 60px 0;
  align-items: center;
  gap: 60px;
}

.rpBox .imgWrap .rpLogo {
  width: 113px;
}

.rpBox .imgWrap .pointWrap {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rpBox .imgWrap .pointWrap img {
  width: 27%;
}

.redBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 40px;
  margin-top: 60px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1920px;
}

.redBox .txtBox {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.redBox .txtBox span {
  font-size: 1.1rem;
  font-weight: 800;
  color: #eeff00;
}

.redBox li {
  background-color: #BF0000;
  color: #fff;
  width: calc(50% - 6px);
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 32px 40px;
  box-sizing: border-box;
  border-radius: 8px;
  align-items: flex-start;
}

.news ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.news ul li {
  width: 32%;
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  border: 6px solid #fff;
}

.news ul li:hover {
  border-color: #BF0000;
  transition: .2s ease;
}

.news ul li:hover h6 {
  color: #BF0000;
}

.news ul li .txtBox {
  padding: 16px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.news ul li a {
  color: #222;
}

.news ul li img {
  width: 100%;
  border-radius: 4px;
}

.circle {
  background-color: #BF0000;
  height: 129px;
  width: 129px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 70px;
  line-height: 1;
  gap: 8px;
  padding-top: 8px;
  box-sizing: border-box;
}

.circle h2 {
  line-height: 1;
  font-size: 2.6rem;
}

.aboutTit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.aboutTit img {
  width: 100%;
}

.aboutTit p {
  font-size: 1.25rem;
  font-weight: 500;
}

ul.info {
  list-style: disc;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #777;
  font-size: 0.9rem;
  width: 100%;
  max-width: 820px;
  letter-spacing: -0.5px;
  margin: 0 auto;
}

.aboutUl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.aboutUl .rLogo {
  position: absolute;
  left: 50%;
  margin-top: 230px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  box-shadow: 0px 0px 30px 0px rgba(191, 1, 1, 0.2);
  z-index: 1;
}

.aboutUl .rLogo img {
  width: 38px;
}

.aboutUl .au1 .imgBox,
.aboutUl .au2 .imgBox {
  order: 1;
}

.aboutUl .au3 img,
.aboutUl .au4 img {
  width: 75%;
}

.aboutUl li {
  background-color: #BF0000;
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}

.aboutUl li.au2 .imgBox {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.aboutUl li.au2 .imgBox .pointWrap {
  display: flex;
  gap: 16px;
}

.aboutUl li.au2 .imgBox img {
  width: auto;
  height: 60px;
}

.aboutUl li img {
  width: 100%;
}

.aboutUl li .imgBox {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px 12px;
  box-sizing: border-box;
  background-color: #fff;
}

.aboutUl li .txtBox {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.aboutUl li .txtBox p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.aboutUl .au1 {
  border-radius: 8px 8px 100px 8px;
}

.aboutUl .au2 {
  border-radius: 8px 8px 8px 100px;
}

.aboutUl .au3 {
  border-radius: 8px 100px 8px 8px;
}

.aboutUl .au4 {
  border-radius: 100px 8px 8px 8px;
}

.mkShere1 {
  display: flex;
  flex-direction: row;
  gap: 60px;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}

.mkShere1 li {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}

.mkShere1 li .circleBox {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.mkShere1 li .circleBox img {
  height: 60px;
}

.score .point {
  font-size: 3rem;
  font-weight: 800;
}

.score .point b {
  font-size: 1.2rem;
  font-weight: 800;
  margin-left: 4px;
}

.mkShere2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 60px;
  margin: 60px 0;
}

.mkShere2 li {
  width: 200px;
  display: flex;
  flex-direction: column;
}

.mkShere2 li img {
  height: 60px;
  margin-bottom: 8px;
}

.iconBox {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 60px;
  width: 100%;
}

.iconBox li {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  border-radius: 8px;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.iconBox li p {
  font-size: 1.25rem;
  font-weight: 700;
}

.iconBox li p span {
  display: block;
  font-weight: 800;
}

.iconBox li img {
  width: fit-content;
  height: 80px;
}

.aboutTxt {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
  width: 100%;
}

.aboutTxt .desc {
  width: 100%;
  max-width: 544px;
}

.aboutTxt .desc h5 {
  color: #BF0000;
  margin-bottom: 8px;
}

.suportWrap {
  text-align: left;
}

.suportWrap ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.suportWrap ul li {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  width: 32%;
  height: 360px;
}

.suportWrap ul li .mask {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  color: #fff;
  gap: 20px;
}

.suportWrap ul li .mask:hover {
  backdrop-filter: blur(36px);
  transition: .2s ease;
}

.suportWrap ul li .mask .tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.suportWrap ul li .mask .tit span {
  font-weight: 700;
}

.notice {
  width: 100%;
  background-color: #BF0000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: 40px;
  margin-bottom: 20px;
}

.infogr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  margin-top: 60px;
  width: 100%;
}

.infogr p {
  font-size: 1.2rem;
}

.infogr h4 {
  margin-bottom: 28px;
}

.infogr .left,
.infogr .right {
  background-color: #f4f4f4;
  border-radius: 20px;
  width: 100%;
  padding: 40px 0;
}

.infogr .left img,
.infogr .right img {
  width: 100%;
  max-width: 320px;
}

.guideSec2 {
  color: #fff;
  background-position: 50% 50%;
}

.guideSec2 .titBox {
  gap: 12px;
}

.guideSec2 .wrap {
  gap: 40px;
  justify-content: flex-end;
}

.guideSec2 .guideInfo {
  position: absolute;
  display: block;
  right: 20px;
  margin-bottom: -100px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.recipt {
  color: #222;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: 328px;
}

.recipt .left {
  width: 100%;
  max-width: 460px;
}

.recipt .left ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 12px;
  overflow: hidden;
}

.recipt .left ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.recipt .left ul li h6,
.recipt .left ul li p {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 1.1125rem;
}

.recipt .left ul li h6 {
  text-align: left;
  width: 65%;
}

.recipt .left ul li p {
  font-weight: 800;
  text-align: right;
  width: 35%;
}

.recipt .left ul li:last-child {
  margin-top: 12px;
}

.recipt .left ul li:last-child h6 {
  background-color: #BF0000;
  color: #fff;
}

.recipt .left ul li:last-child p {
  background-color: #FFE0DD;
}

.recipt .right {
  width: 100%;
  height: 100%;
  max-width: 160px;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  border-radius: 20px;
}

.recipt .right p {
  font-size: 1.1125rem;
  font-weight: 700;
}

.recipt .right h4 span {
  font-size: 1.1125rem;
  margin-right: 0.4rem;
}

.recipt .right h4 b {
  font-weight: 800;
  font-size: 1.2rem;
}

.guideSec3 {
  display: flex;
  flex-direction: column;
}

.guideSec3 .suportWrap ul {
  margin: 40px 0;
}

.guideSec3 .suportWrap h2 {
  text-align: center;
}

.guideSec3 .suportWrap .mask {
  justify-content: space-between;
}

.guideSec3 .suportWrap .txtBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.guideSec3 .suportWrap .month {
  font-weight: 800;
}

.guideSec3 .guideTxt {
  width: 100%;
  max-width: 586px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.guideSec3 .guideTxt p {
  font-size: 1.1125rem;
  text-align: left;
}

.guideSec3 .guideTxt .info {
  text-align: right;
  color: #777;
  margin-top: 20px;
}

.noVisual {
  padding-top: 190px;
}

.noVisual .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.noVisual .title p {
  font-size: 1.1125rem;
  font-weight: 500;
}

.commingSoon {
  width: 100%;
  margin-top: 60px;
}

.commingSoon span {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 1rem;
  background-color: #fff;
}

.commingSoon hr {
  width: 100%;
  margin-top: -1.5rem;
}

.videoWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  justify-content: space-between;
}

.videoWrap li {
  border-radius: 20px;
  padding-bottom: 28px;
  text-align: left;
  overflow: hidden;
  width: calc(50% - 20px);
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 5px solid #fff;
}

.videoWrap li:hover {
  border: 5px solid #BF0000;
  transition: .2s ease;
}

.videoWrap li .videoBox {
  width: 100%;
  display: flex;
}

.videoWrap li .videoBox video {
  width: 100%;
}

.videoWrap li .videoBox img {
  width: 100%;
  cursor: pointer;
}

.videoWrap li .txtBox {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal {
  display: none;
  /* 기본적으로 숨김 */
  position: fixed;
  /* 고정 위치 */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /* 다른 요소 위에 표시 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* 내용이 넘칠 경우 스크롤 가능 */
  background-color: rgba(0, 0, 0, 0.9);
  /* 검은색 반투명 배경 */
  backdrop-filter: blur(5px);
  /* 배경 블러 효과 (선택 사항) */
}

/* 모달 내용 컨테이너 */
.modal-content {
  margin: 10% auto;
  /* 상하 10%, 좌우 자동 마진으로 중앙 정렬 */
  width: 100%;
  /* 팝업 너비 */
  max-width: 1280px;
  /* 최대 너비 */
  position: relative;
}

/* 비디오 요소 스타일 */
.modal-content video {
  width: 100%;
  height: auto;
  display: block;
}

/* 닫기 버튼 스타일 */
.close-btn {
  color: #aaa;
  cursor: pointer;
  position: absolute;
  width: 40px;
  padding: 10px;
  top: 0;
  right: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 0 20px;
}

.close-btn:hover,
.close-btn:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #d9534f;
}

.btnMenu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 13px 2px 13px 6px;
  width: 44px;
}

.btnMenu span {
  width: 28px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
}

.mNav {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.mNav .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
  align-items: center;
  height: 60px;
}

.mNav .header .left a {
  display: block;
}

.mNav .header .left img {
  height: 22px;
  margin-top: 8px;
}

.mNav .header .right span {
  width: 30px;
  height: 4px;
  display: block;
  background-color: #222;
}

.mNav .header .right span:first-child {
  transform: rotate(45deg);
}

.mNav .header .right span:last-child {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.mNav .mGnb ul {
  width: 84%;
  padding: 8%;
}

.mNav .mGnb a {
  font-size: 1.5rem;
  font-weight: 800;
  color: #222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  box-sizing: border-box;
}

.mNav .mGnb a.active {
  color: #BF0000;
}

.mNav .footer {
  position: fixed;
  bottom: 60px;
  width: 84%;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.mNav .footer a {
  font-size: 1.2rem;
}

.mNav .footer p {
  font-weight: 500;
}

.mNav .footer p .point {
  font-weight: 800;
}

.mOnly {
  display: none;
}

.pcOnly {
  display: flex;
}

.m500 {
  display: none;
}

@media all and (max-width: 1200px) {
  .redBox h3 {
    font-size: 1.7rem;
  }
}

@media all and (max-width: 980px) {
  * {
    letter-spacing: -0.03em;
  }
  html,
  body {
    font-size: 15px;
  }
  .wrap {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  header {
    padding: 8px;
    height: 54px;
  }
  header .left {
    gap: 0;
  }
  header .left img {
    height: 22px;
    margin-top: 8px;
  }
  header .right a {
    font-size: 0.9rem;
    font-weight: 800;
    padding: 11px 20px;
  }
  h1 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-weight: 900;
  }
  h5 {
    font-size: 1.2rem;
  }
  section {
    padding: 80px 0;
  }
  .visual {
    margin-top: 48px;
  }
  .visual .txtBox {
    height: auto;
    padding: 14vh 0;
    text-align: center;
  }
  .visual .txtBox p {
    font-size: 1.1rem;
  }
  .mainUl {
    padding: 20px;
  }
  .mainUl ul {
    flex-direction: row;
    gap: 8px;
  }
  .mainUl ul li {
    width: calc(50% - 4px);
    min-height: auto;
  }
  .mainUl ul li .txtBox {
    padding: 28px 40px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .mainUl ul li .txtBox p {
    font-size: 1.2rem;
  }
  .mainUl ul li .txtBox .txtWrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
  }
  .mainUl ul li .txtBox .txtWrap span {
    font-size: 1rem;
  }
  .videoWrap {
    flex-direction: column;
    width: 100%;
    align-content: center;
  }
  .videoWrap li {
    width: 100%;
    max-width: 800px;
  }
  .videoWrap li .txtBox span {
    display: block;
  }
  .mainBg1 {
    background-size: 100%;
  }
  .imgTxt {
    flex-direction: row;
    padding: 40px 20px;
    gap: 20px;
  }
  .imgTxt img {
    width: 240px;
  }
  .imgTxt.right .txtBox {
    padding: 0;
  }
  .imgTxt.right .imgBox {
    padding: 0;
  }
  .imgTxt .txtBox h4 {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 12px;
  }
  .imgTxt .txtBox p {
    font-size: 1rem;
  }
  .imgTxtWrap {
    width: 100%;
  }
  .wrap {
    width: 90%;
    padding: 0;
  }
  .titBox {
    gap: 16px;
  }
  .titBox .bar {
    width: 70px;
    height: 3px;
  }
  .titBox p {
    font-size: 1rem;
  }
  .mainIcon1 img {
    width: 240px;
  }
  .service h2 span {
    display: block;
  }
  .service ul li {
    border-left: 4px solid #000;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .service ul li h6 {
    font-size: 1rem;
    width: 124px;
    padding: 0 16px 0 14px;
    display: block;
    box-sizing: border-box;
  }
  .service ul li p {
    font-size: 1rem;
    width: calc(100% - 124px);
  }
  .service ul li p br {
    display: none;
  }
  .service ul li p br.m500 {
    display: block;
  }
  .serviceEco {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
  }
  .mOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .serviceWrap {
    flex-direction: column;
    gap: 24px;
    max-width: 580px;
  }
  .rpBox h4 {
    font-size: 1.4rem;
  }
  .rpBox .imgWrap {
    margin: 40px 0 20px;
    gap: 40px;
    max-width: 580px;
  }
  .rpBox .imgWrap .rpLogo {
    width: 25%;
    max-width: 120px;
  }
  .rpBox .imgWrap .pointWrap {
    padding: 0;
  }
  .rpBox .imgWrap .pointWrap img {
    width: 29%;
  }
  .redBox {
    flex-direction: row;
    width: 90%;
    padding: 0;
    gap: 8px;
    margin-top: 40px;
  }
  .redBox .txtBox span {
    font-size: 1rem;
    font-weight: 700;
  }
  .redBox .txtBox h3 {
    font-size: 1.5rem;
  }
  .redBox li {
    width: calc(50% - 4px);
    padding: 20px;
  }
  .redBox li img {
    width: 36px;
  }
  .news ul {
    flex-direction: column;
    gap: 20px;
  }
  .news ul li {
    width: 100%;
  }
  .news ul li a {
    display: flex;
    flex-direction: row;
  }
  .news ul li a img {
    width: 50%;
  }
  .news ul li a .txtBox {
    text-align: left;
    margin-left: 5%;
    justify-content: center;
  }
  .rqBox .Wmask {
    padding: 120px 0;
  }
  .notice {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    width: 90%;
    box-sizing: border-box;
  }
  .infogr {
    flex-direction: column;
    max-width: 480px;
    margin-top: 40px;
  }
  .recipt {
    flex-direction: column;
    max-width: 480px;
    height: auto;
    gap: 20px;
  }
  .recipt .left {
    max-width: 480px;
  }
  .recipt .right {
    flex-direction: row;
    max-width: 480px;
    justify-content: space-between;
    padding: 12px 24px;
    border-radius: 100px;
    box-sizing: border-box;
    align-items: center;
  }
  .recipt .right h4 {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .recipt .right br {
    display: none;
  }
  .suportWrap {
    width: 100%;
    max-width: 480px;
  }
  .suportWrap.aboutSup ul li .mask {
    flex-direction: column;
    gap: 12px;
  }
  .suportWrap ul {
    flex-direction: column;
    gap: 8px;
  }
  .suportWrap ul li {
    width: 100%;
    height: 225px;
  }
  .suportWrap ul li .mask {
    flex-direction: row;
  }
  .guideSec3 .guideTxt {
    max-width: 510px;
  }
  .rqBox .mask {
    padding: 120px 0;
  }
  .aboutUl {
    flex-direction: column;
    width: 100%;
    align-content: center;
  }
  .aboutUl .rLogo {
    display: none;
  }
  .aboutUl .au1 .imgBox,
  .aboutUl .au2 .imgBox {
    order: 0;
  }
  .aboutUl .au1,
  .aboutUl .au2,
  .aboutUl .au3,
  .aboutUl .au4 {
    border-radius: 8px;
  }
  .mkShere1 {
    gap: 4%;
  }
  .mkShere1 li .circleBox {
    width: 170px;
    height: 170px;
    background-size: cover;
  }
  .mkShere2 {
    gap: 4%;
  }
  .iconBox {
    flex-direction: column;
    gap: 8px;
    max-width: 480px;
  }
  .iconBox li {
    justify-content: flex-start;
    flex-direction: row;
    text-align: left;
    gap: 10%;
    box-sizing: border-box;
    padding: 28px 40px;
  }
  .aboutTxt {
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
  }
  .score .point {
    font-size: 2.6rem;
  }
}

@media all and (max-width: 600px) {
  h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.5rem;
    font-weight: 900;
  }
  h5 {
    font-size: 1.2rem;
  }
  section {
    padding: 80px 0;
  }
  .visual {
    margin-top: 48px;
  }
  .visual .txtBox {
    height: auto;
    padding: 14vh 7%;
    text-align: left;
    width: 86%;
    gap: 20px;
    align-items: flex-start;
  }
  .visual .txtBox p {
    font-size: 1.1rem;
  }
  .mainUl {
    padding: 20px;
  }
  .mainUl ul {
    flex-direction: column;
    gap: 8px;
  }
  .mainUl ul li {
    width: 100%;
    min-height: auto;
  }
  .mainUl ul li .txtBox {
    padding: 28px 40px;
    text-align: left;
    align-items: flex-start;
  }
  .mainUl ul li .txtBox p {
    font-size: 1.2rem;
  }
  .mainUl ul li .txtBox .txtWrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
  }
  .mainUl ul li .txtBox .txtWrap span {
    font-size: 1rem;
  }
  .videoWrap {
    flex-direction: column;
    width: 100%;
    align-content: center;
    margin-top: 40px;
  }
  .videoWrap li {
    width: 100%;
    max-width: 800px;
  }
  .videoWrap li .txtBox span {
    display: block;
  }
  .mainBg1 {
    background-size: 100%;
  }
  .imgTxt {
    flex-direction: column;
    padding: 40px 20px;
  }
  .imgTxt.right .txtBox {
    padding: 0;
  }
  .imgTxt.right .imgBox {
    order: 0;
  }
  .imgTxt .txtBox h4 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 12px;
  }
  .imgTxt .txtBox p {
    font-size: 1rem;
  }
  .imgTxtWrap {
    width: 100%;
  }
  .wrap {
    width: 90%;
    padding: 0;
  }
  .titBox {
    gap: 16px;
  }
  .titBox .bar {
    width: 70px;
    height: 3px;
  }
  .titBox p {
    font-size: 1rem;
  }
  .mainIcon1 img {
    width: 240px;
  }
  .service h2 span {
    display: block;
  }
  .service ul li {
    border-left: 4px solid #000;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .service ul li h6 {
    font-size: 1rem;
    width: 124px;
    padding: 0 16px 0 14px;
    display: block;
    box-sizing: border-box;
  }
  .service ul li p {
    font-size: 1rem;
    width: calc(100% - 124px);
  }
  .service ul li p br {
    display: none;
  }
  .serviceEco {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
  }
  .mOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .serviceWrap {
    flex-direction: column;
    gap: 24px;
  }
  .rpBox h4 {
    font-size: 1.4rem;
  }
  .rpBox .imgWrap {
    margin: 40px 0 20px;
    gap: 40px;
  }
  .rpBox .imgWrap .rpLogo {
    width: 25%;
  }
  .rpBox .imgWrap .pointWrap {
    padding: 0;
  }
  .rpBox .imgWrap .pointWrap img {
    width: 29%;
  }
  .redBox {
    flex-direction: column;
    width: 90%;
    padding: 0;
    gap: 8px;
    margin-top: 40px;
  }
  .redBox .txtBox span {
    font-size: 1rem;
    font-weight: 700;
  }
  .redBox .txtBox h3 {
    font-size: 1.5rem;
  }
  .redBox li {
    width: 100%;
    padding: 20px;
  }
  .redBox li img {
    width: 36px;
  }
  .news ul {
    flex-direction: column;
    gap: 20px;
    max-width: 420px;
  }
  .news ul li {
    width: 100%;
  }
  .news ul li a {
    flex-direction: column;
  }
  .news ul li a img {
    width: 100%;
  }
  .news ul li a .txtBox {
    text-align: center;
    margin: 0;
  }
  .rqBox .Wmask {
    padding: 120px 0;
  }
  .commingSoon span {
    font-size: 1.4rem;
  }
  .commingSoon hr {
    margin-top: -1.1rem;
  }
  .notice {
    font-size: 1.05rem;
    width: 100%;
    padding: 1rem;
  }
  .guideSec1 {
    padding-top: 28px;
  }
  .infogr p {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  .infogr .left,
  .infogr .right {
    padding: 28px 20px;
    box-sizing: border-box;
  }
  .recipt .left ul li h6 {
    width: 50%;
  }
  .recipt .left ul li p {
    padding-left: 0;
  }
  .recipt .left ul li:last-child {
    background-color: #FFE0DD;
  }
  .recipt .left ul li:last-child p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .guideSec2 {
    background-size: contain;
    background-position: 0 0;
    background-color: #6e3535;
  }
  .guideSec2 .guideInfo {
    position: relative;
    margin: 0;
    right: 0;
    text-align: right;
    width: 100%;
  }
  .guideSec3 .guideTxt h4 {
    text-align: left;
  }
  .guideSec3 .guideTxt p {
    font-size: 1rem;
  }
  .guideSec3 .suportWrap .txtBox {
    gap: 8px;
  }
  .guideSec3 .suportWrap .mask {
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .aboutTit .circle {
    width: 100px;
    height: 100px;
    font-size: 0.9rem;
    gap: 4px;
  }
  .aboutTit .circle h2 {
    font-size: 2rem;
  }
  .aboutTit p {
    font-size: 1rem;
  }
  .aboutUl {
    margin-top: 20px;
  }
  .aboutUl li.au2 .imgBox {
    height: auto;
    flex-direction: column;
    padding: 30px 20px;
    gap: 16px;
  }
  .aboutUl li.au2 .imgBox .pointWrap {
    justify-content: space-between;
  }
  .aboutUl li.au2 .imgBox .pointWrap img {
    width: 30%;
    height: auto;
  }
  .aboutUl li.au2 .imgBox img {
    height: 50px;
  }
  .aboutUl li .txtBox {
    padding: 20px;
  }
  .aboutUl li .imgBox {
    height: 120px;
  }
  .aboutUl .au1 .imgBox {
    padding: 20px;
  }
  .mkShere1 {
    flex-direction: column;
    margin-top: 40px;
    gap: 28px;
  }
  .mkShere1 li {
    width: 100%;
    align-items: center;
    gap: 0;
  }
  .mkShere1 li .circleBox {
    width: 200px;
    height: 200px;
  }
  .mkShere2 {
    gap: 2px;
  }
  .mkShere2 .score .point {
    font-size: 1.6rem;
  }
  .mkShere2 li {
    background-color: #eee;
    padding: 10px;
    text-align: left;
  }
  .mkShere2 li img {
    order: 2;
    height: 40px;
    margin-top: 12px;
  }
  .mkShere2 li h6 {
    font-size: 0.85rem;
  }
  .iconBox {
    margin-top: 40px;
  }
  .iconBox li {
    padding: 20px;
    gap: 20px;
  }
  .iconBox li img {
    width: 80px;
    height: auto;
  }
  .iconBox li p {
    font-size: 1.1rem;
  }
  .suportWrap.aboutSup ul li {
    height: auto;
  }
  .suportWrap.aboutSup ul li .mask {
    padding-bottom: 60px;
  }
  .noVisual {
    padding-top: 150px;
  }
}

@media all and (max-width: 500px) {
  .m500 {
    display: block;
  }
}

@keyframes hl {
  0% {
    background-size: 0% 50%;
  }
  100% {
    background-size: 100% 50%;
  }
}
/*# sourceMappingURL=style.css.map */