@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
            공통 레이아웃
=================================================*/
@import url("https://cdn.jsdelivr.net/gh/fonts-archive/GangwonEduPower/subsets/GangwonEduPower-dynamic-subset.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://fonts.cdnfonts.com/css/gotham-9");
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans KR", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  line-height: 1.15;
  color: #111 !important;
  letter-spacing: -0.02em;
  overflow-x: hidden;
}

#page-content-wrapper {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 1920px) {
  .area {
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .area {
    max-width: 1072px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

header {
  position: relative;
  display: flex;
  padding: 30px 20px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  transition: background-color 0.2s;
  z-index: 99;
}
@media screen and (max-width: 991.98px) {
  header {
    padding: 14px 20px;
  }
}
header.scrolled {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
header .ask-banner {
  position: fixed;
  top: 180px;
  right: 50px;
  width: 7.8165711308vw;
  max-width: 150px;
}
@media screen and (max-width: 1800px) {
  header .ask-banner {
    right: 20px;
  }
}
@media screen and (max-width: 1439.98px) {
  header .ask-banner {
    width: 140px;
    display: none;
  }
}
header .logo {
  position: relative;
  z-index: 2;
}
header .logo img {
  width: 240px;
}
@media screen and (max-width: 767.98px) {
  header .logo img {
    width: 160px;
  }
}
header ul {
  display: flex;
  gap: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1439.98px) {
  header ul {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  header ul {
    gap: 70px;
  }
}
header ul li a {
  display: block;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 27px;
}
header ul li a .menu-img {
  width: 177px;
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
}
.windows header ul li:not(:first-child) {
  margin-top: 2px;
}
header ul li.active a {
  color: #e60012;
}
header ul li.active .menu-img {
  filter: none;
}
header article {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
header article > * {
  margin: 0 15px;
}
@media screen and (max-width: 991.98px) {
  header article > * {
    margin: 0 8px;
  }
}
header article a img {
  height: 33px;
}
@media screen and (max-width: 767.98px) {
  header article a img {
    height: 25px;
  }
}
header article .ham {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  height: 19px;
  column-gap: 5px;
  margin-right: 0;
}
header article .ham p {
  width: 24px;
  height: 3px;
  border-radius: 30px;
  background-color: #111;
}
header .nav {
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  transition: right 0.4s ease-in-out;
  z-index: 999;
}
header .nav .top-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  height: 117px;
  z-index: 999;
}
@media screen and (max-width: 991.98px) {
  header .nav .top-wrap {
    padding: 20px;
    height: 98px;
  }
}
header .nav .top-wrap .logo-img {
  width: 300px;
}
@media screen and (max-width: 991.98px) {
  header .nav .top-wrap .logo-img {
    width: 200px;
  }
}
header .nav .close {
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  header .nav .close {
    right: 20px;
    font-size: 20px;
  }
}
header .nav .close img {
  width: 40px;
}
header .nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .nav ul li.active {
  color: #e60012;
}
header .nav ul li.active a img {
  filter: none;
}
header .nav ul li a {
  font-size: 40px;
}
@media screen and (max-width: 991.98px) {
  header .nav ul li a {
    font-size: 30px;
  }
}
header .nav ul li a img {
  width: 237px;
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
}
@media screen and (max-width: 991.98px) {
  header .nav ul li a img {
    width: 180px;
  }
}
header .nav.active {
  right: 0;
}

footer {
  padding: 50px 0 140px;
  background-color: #212121;
  color: #b5b5b6;
  font-family: "Noto Sans KR", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 1199.98px) {
  footer {
    padding-bottom: 210px;
  }
}
footer .top {
  margin-bottom: 25px;
}
footer .top h1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #dcdddd;
}
@media screen and (max-width: 991.98px) {
  footer .top h1 {
    font-size: 16px;
  }
}
footer .top div {
  display: flex;
  gap: 58px;
}
@media screen and (max-width: 991.98px) {
  footer .top div {
    gap: 15px;
  }
}
footer .top div a {
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  footer .top div a {
    font-size: 14px;
  }
}
footer .mid {
  margin-bottom: 15px;
}
footer .mid p {
  font-size: 16px;
  line-height: 1.2;
  margin: 6px 0;
}
@media screen and (max-width: 991.98px) {
  footer .mid p {
    font-size: 14px;
  }
}
footer .mid div {
  display: flex;
  flex-wrap: wrap;
}
footer .mid div p {
  border-right: 1px solid #b5b5b6;
  margin-right: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 991.98px) {
  footer .mid div p {
    padding-right: 15px;
    margin-right: 15px;
  }
}
footer .mid div p:last-child {
  border-right: 0px solid;
}
footer .bottom p {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  footer .bottom p {
    font-size: 14px;
  }
}

/*=================================================
            공통 요소
=================================================*/
.is-main-page #mobile_header,
.is-main-page #sideMenu,
.is-main-page #header_wrap,
.is-main-page #backtotop,
.is-main-page footer {
  display: none !important;
}

.swiper-wrapper {
  height: auto;
}

.a11y-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

@media screen and (min-width: 375px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1440px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .block-xxxl {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .none-1300 {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .block-1300 {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .flex-lg {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .flex-xl {
    display: flex !important;
  }
}

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

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

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

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1439.98px) {
  .xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) {
  .xxxl-none {
    display: none !important;
  }
}

.point-color {
  color: #e60012;
}

.common-section-2 {
  padding-top: 150px;
  padding-bottom: 90px;
  background: url("/img/fish2/sec2_bg.png") no-repeat center/cover;
  overflow: visible !important;
}
@media screen and (max-width: 991.98px) {
  .common-section-2 {
    padding: 80px 0;
  }
}
.common-section-2 .red-card-wrap {
  margin-top: -240px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .red-card-wrap {
    gap: 20px;
    margin-top: -130px;
  }
}
@media screen and (max-width: 767.98px) {
  .common-section-2 .red-card-wrap {
    flex-direction: column;
    gap: 14px;
  }
}
.common-section-2 .red-card-wrap li {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 33px 35px 30px;
  background-color: #e60012;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  box-shadow: 3px 7px 10px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .red-card-wrap li {
    padding: 25px 15px 20px;
  }
}
.common-section-2 .red-card-wrap li .title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: clamp(28px, 4vw, 55px);
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  border-bottom: 3px solid #fff;
}
.common-section-2 .red-card-wrap li .desc {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 1;
  font-size: clamp(16px, 2vw, 23px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.common-section-2 .middle-wrap {
  position: relative;
  margin: 100px 0;
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .middle-wrap {
    margin: 60px 0;
  }
}
.common-section-2 .middle-wrap .food-img {
  position: absolute;
  display: block;
  top: 46%;
  left: 50%;
  max-width: 60%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 1439.98px) {
  .common-section-2 .middle-wrap .food-img {
    max-width: 58%;
  }
}
@media screen and (max-width: 1199.98px) {
  .common-section-2 .middle-wrap .food-img {
    max-width: 48%;
  }
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .middle-wrap .food-img {
    top: 48%;
    max-width: 44%;
  }
}
@media screen and (max-width: 767.98px) {
  .common-section-2 .middle-wrap .food-img {
    top: 50%;
    max-width: 66%;
  }
}
@media screen and (max-width: 375px) {
  .common-section-2 .middle-wrap .food-img {
    max-width: 83%;
  }
}
.common-section-2 .middle-wrap .top-wrap,
.common-section-2 .middle-wrap .bottom-wrap {
  display: flex;
  justify-content: space-between;
  padding: 22px 40px 19px 50px;
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .middle-wrap .top-wrap,
  .common-section-2 .middle-wrap .bottom-wrap {
    padding: 40px 24px;
  }
}
.common-section-2 .middle-wrap .item {
  width: 26%;
}
@media screen and (max-width: 1199.98px) {
  .common-section-2 .middle-wrap .item {
    width: 30%;
  }
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .middle-wrap .item {
    width: 50%;
  }
}
.common-section-2 .middle-wrap .item:last-child {
  text-align: right;
}
.common-section-2 .middle-wrap .title {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .middle-wrap .title {
    font-size: 26px;
  }
}
.common-section-2 .middle-wrap .title span {
  position: relative;
  z-index: -1;
}
.common-section-2 .middle-wrap .title span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115%;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.common-section-2 .middle-wrap .title span.bg-lg:before {
  background: url("/img/fish2/title_bg_yellow_lg.svg") no-repeat center/100% auto;
}
.common-section-2 .middle-wrap .title span.bg-sm:before {
  background: url("/img/fish2/title_bg_yellow_sm.svg") no-repeat center/contain;
}
.common-section-2 .middle-wrap .desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 991.98px) {
  .common-section-2 .middle-wrap .desc {
    font-size: 15px;
  }
}
.common-section-2 .middle-wrap .top-wrap {
  margin-bottom: 12px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .common-section-2 .middle-wrap .top-wrap {
    padding-bottom: 60px;
  }
}
.common-section-2 .middle-wrap .bottom-wrap {
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .common-section-2 .middle-wrap .bottom-wrap {
    padding-top: 60px;
  }
}
.common-section-2 .txt-wrap {
  text-align: center;
}
.common-section-2 .txt-wrap p {
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  color: #fff;
}
.common-section-2 .txt-wrap .txt1 {
  margin-bottom: 18px;
  font-size: clamp(28px, 5vw, 56px);
}
.common-section-2 .txt-wrap .txt2 {
  line-height: 1.42;
  font-size: clamp(22px, 3.5vw, 29px);
}

.common-section-1 {
  padding: 120px 0;
  background-color: #e60012;
}
@media screen and (max-width: 991.98px) {
  .common-section-1 {
    padding: 120px 0 80px;
  }
}
.common-section-1 li:nth-child(odd) img {
  display: block;
  margin-left: auto;
}
.common-section-1 li:nth-child(even) .title {
  left: auto;
  right: 0;
  background-color: #f4ebdc;
}
.common-section-1 li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  .common-section-1 li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.common-section-1 .img-wrap {
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 991.98px) {
  .common-section-1 .img-wrap {
    margin-bottom: 24px;
  }
}
.common-section-1 .img-wrap img {
  max-width: 56%;
}
@media screen and (max-width: 1199.98px) {
  .common-section-1 .img-wrap img {
    max-width: 65%;
  }
}
@media screen and (max-width: 767.98px) {
  .common-section-1 .img-wrap img {
    max-width: 100%;
  }
}
.common-section-1 .title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 52%;
  max-width: 607px;
  padding: 38px 20px;
  border-radius: 32px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  background-color: #c8b99d;
  text-align: center;
  font-size: 64px;
  box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439.98px) {
  .common-section-1 .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .common-section-1 .title {
    border-radius: 26px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .common-section-1 .title {
    top: -40px;
    left: 50% !important;
    right: auto !important;
    width: 80%;
    padding: 12px 10px 10px;
    border-radius: 14px;
    transform: translateX(-50%);
  }
}
.common-section-1 .desc {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .common-section-1 .desc {
    font-size: 16px;
  }
}

.common-video-why {
  background: url("/img/fish_3/section03_bg2.png") no-repeat center bottom;
  padding: 150px 0;
  background-size: contain;
}
@media screen and (max-width: 991.98px) {
  .common-video-why {
    padding: 80px 0;
  }
}
.common-video-why .title h2 {
  text-align: center;
  font-size: 75px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 991.98px) {
  .common-video-why .title h2 {
    font-size: 45px;
  }
}
.common-video-why .title h2 img {
  height: 90px;
  margin-top: -15px;
}
@media screen and (max-width: 991.98px) {
  .common-video-why .title h2 img {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 543.98px) {
  .common-video-why .title h2 img {
    width: 240px;
  }
}
.common-video-why .title h2 span {
  color: #e60012;
}
.common-video-why .title p {
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 37px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .common-video-why .title p {
    font-size: 22px;
  }
}
.common-video-why .top {
  margin-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
  .common-video-why .top {
    margin-bottom: 50px;
  }
}
.common-video-why .top .bg {
  position: relative;
  padding: 30px 0;
  margin: 80px auto 0;
}
@media screen and (max-width: 1199.98px) {
  .common-video-why .top .bg {
    width: 526px;
    margin: 50px auto 0;
    padding: 30px 12px;
  }
}
@media screen and (max-width: 543.98px) {
  .common-video-why .top .bg {
    width: 300px;
  }
}
.common-video-why .top .bg.no-bg:after {
  content: none;
}
.common-video-why .top .bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/img/fish_3/section03_img3.png") no-repeat center;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1199.98px) {
  .common-video-why .top .bg::after {
    background-size: 537px;
  }
}
@media screen and (max-width: 543.98px) {
  .common-video-why .top .bg::after {
    background-size: 300px;
  }
}
.common-video-why .top .video-wrap {
  cursor: pointer;
  max-width: 1029px;
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.common-video-why .top .video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.common-section-3 {
  background-color: #f9f6f2;
  padding: 100px 0 50px;
}
@media screen and (max-width: 991.98px) {
  .common-section-3 {
    padding: 100px 0 80px;
  }
}
.common-section-3 .title {
  text-align: center;
}
.common-section-3 .title p {
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 36px;
}
@media screen and (max-width: 991.98px) {
  .common-section-3 .title p {
    font-size: 20px;
  }
}
.common-section-3 .title h2 {
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 68px;
  margin-bottom: 14px;
}
@media screen and (max-width: 991.98px) {
  .common-section-3 .title h2 {
    font-size: 35px;
  }
}
.common-section-3 .title h2 span {
  color: #e60012;
  font-size: 68px;
}
@media screen and (max-width: 991.98px) {
  .common-section-3 .title h2 span {
    font-size: 35px;
  }
}
.common-section-3 .title h2 span img {
  margin-top: -10px;
  height: 68px;
}
@media screen and (max-width: 991.98px) {
  .common-section-3 .title h2 span img {
    width: 100px;
    height: auto;
  }
}
.common-section-3 .title span {
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 44px;
}
@media screen and (max-width: 991.98px) {
  .common-section-3 .title span {
    font-size: 20px;
  }
}
.common-section-3 .center_img {
  margin: 80px auto 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .common-section-3 .center_img {
    margin-top: 60px;
    width: 100%;
  }
}

.ask-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 0;
  background-color: #ffd900;
  z-index: 88;
}
@media screen and (max-width: 543.98px) {
  .ask-container {
    padding: 12px 0 8px;
  }
}
.ask-container .con-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
@media screen and (max-width: 1199.98px) {
  .ask-container .con-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 543.98px) {
  .ask-container .con-wrapper {
    align-items: flex-start;
  }
}
.ask-container .top-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1199.98px) {
  .ask-container .top-wrap {
    margin-bottom: 5px;
  }
}
.ask-container .logo-text {
  width: 75px;
}
@media screen and (max-width: 543.98px) {
  .ask-container .logo-text {
    width: 40px;
    display: none;
  }
}
.ask-container .tel-text {
  text-align: center;
}
@media screen and (max-width: 543.98px) {
  .ask-container .tel-text {
    text-align: left;
    display: flex;
    gap: 10px;
    line-height: 1;
  }
}
.ask-container .tel-text .text1 {
  font-size: 33px;
  font-weight: 700;
  font-family: "Gotham", "Noto Sans KR", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 543.98px) {
  .ask-container .tel-text .text1 {
    font-size: 16px;
    font-weight: 900;
  }
}
.ask-container .tel-text .text2 {
  font-size: 18px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 543.98px) {
  .ask-container .tel-text .text2 {
    font-size: 15px;
    line-height: 13px;
  }
}
.ask-container .form-wrap .txt1 {
  margin-bottom: 10px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 543.98px) {
  .ask-container .form-wrap .txt1 {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.ask-container form {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .ask-container form {
    text-align: center;
    gap: 20px;
  }
}
@media screen and (max-width: 543.98px) {
  .ask-container form {
    flex-direction: column;
    gap: 10px;
  }
}
.ask-container form .inner-wrap {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .ask-container form .inner-wrap {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.ask-container form .red-text {
  color: red;
  margin-left: 3px;
}
.ask-container form dl {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .ask-container form dl {
    width: 48%;
  }
}
.ask-container form dl dt {
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 543.98px) {
  .ask-container form dl dt {
    font-size: 12px;
  }
}
.windows .ask-container form dl dt {
  margin-top: 1px;
}
.ask-container form dl dd {
  width: 100%;
}
.ask-container form dl dd select,
.ask-container form dl dd input[type=text] {
  width: 100%;
  border: 0;
  max-width: 155px;
  height: 36px;
  padding: 2px 10px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .ask-container form dl dd select,
  .ask-container form dl dd input[type=text] {
    font-size: 14px;
    max-width: none;
  }
}
@media screen and (max-width: 543.98px) {
  .ask-container form dl dd select,
  .ask-container form dl dd input[type=text] {
    height: 30px;
    font-size: 12px;
    padding: 0 5px;
    line-height: 1;
  }
}
.ask-container form dl dd select {
  cursor: pointer;
}
.ask-container form input[type=checkbox],
.ask-container form input[type=radio] {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}
.ask-container form .privacy-detail {
  font-size: 13px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  color: #000 !important;
}
.ask-container form .privacy-detail:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 543.98px) {
  .ask-container form .privacy-detail {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
}
.ask-container form .right-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 543.98px) {
  .ask-container form .right-wrap {
    flex-direction: row;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
  }
}
.ask-container form .right-wrap .agree-st {
  display: flex;
  align-items: center;
}
.ask-container .btn_online {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 135px;
  height: 36px;
  border: 0;
  font-size: 18px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  background-color: #000;
  color: #ffd900;
  cursor: pointer;
}
@media screen and (max-width: 543.98px) {
  .ask-container .btn_online {
    margin-top: 0;
    height: 30px;
    font-size: 16px;
  }
}
.ask-container .privacy-input:checked {
  position: relative;
}
.ask-container .privacy-input:checked:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 4px;
  height: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*=================================================
        Scroll Ani 초기속성값 설정
=================================================*/
[data-scrollani=slideUp] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

[data-scrollani=slideDown] {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}

[data-scrollani=scaleDown] {
  transform: scale(1.1);
}

[data-scrollani=fadeIn] {
  opacity: 0;
}

[data-scrollani=leftToRight] {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

[data-scrollani=rightToLeft] {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}