* {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  word-break: break-all;
  line-height: 1.3;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {
  margin: 0;
}

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

b {
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

.slider-area .slider .columns-1 .rows {
  flex-basis: 100%;
  text-align: center;
  color: white;
}

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

a {
  text-decoration: none;
}

:root {
  --primary-color: #1286ED;
  --text-color: black;
  --stext-color: #666;
}

img {
  max-width: 100%;
}

.inner {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}

.background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-area {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid #eee;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}

.header .logo img {
  width: 200px;
}

.header .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .menu ul li a {
  font-size: 1rem;
  color: black;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px;
  background-color: transparent;
  font-weight: 500;
}

.header .menu ul li a:hover {
  transition: .5s;
  color: var(--primary-color);
}

.header .menu ul .active a {
  color: var(--primary-color);
}

.padding {
  padding: 80px 20px;
}

.quick a {
  border-radius: 30px !important;
  color: white !important;
  background-color: var(--primary-color) !important;
}

.quick a:hover {
  color: white !important;
  transition: .5s !important;
  background-color: black !important;
}

.slider-area {
  background-image: url(../images/slider-back.jpg);
  padding: 80px 20px;
}

.slider-area .slider {
  display: flex;
  flex-direction: column;
}

.slider-area .slider .columns-1,
.slider-area .slider .columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-area .slider .columns-1 .slidertext01 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: white;
  color: #0b8ccc;
  border-radius: 30px;
  padding: 10px 25px;
}

.slider-area .slider .columns-1 .slidertext02 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

.slider-area .slider .columns-1 .slidertext03 {
  font-size: 1.2rem;
}

.slider-area .slider .columns-2 {
  margin-top: 70px;
}

.slider-area .slider .columns-2 .rows {
  flex-basis: calc(100% / 3);
  margin-right: 20px;
}

.slider-area .slider .columns-2 .rows:last-child {
  margin-right: 0px;
}

.slider-area .slider .columns-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  min-height: 70px;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.slider-area .slider .columns-2 img {
  margin-right: 10px;
}

.slider-area .slider .columns-2 a:hover {
  transition: .5s;
  transform: translateY(-10px);
}

.info-area .info {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.info-area .info .rows {
  margin: 0 30px;
  padding: 50px 20px;
  text-align: center;
  flex-basis: calc(100% / 2 - 60px);
  border-radius: 15px;
}

.info-area .info .rows-1 {
  color: white;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}

.info-area .info .rows-1 a {
  color: white;
}

.info-area .info .rows-2 {
  color: #3b1a1d;
  background-image: url('../images/info-back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.info-area .info .rows .infotext01 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-area .info .rows .infotext01 img {
  margin-right: 10px;
}

.info-area .info .rows .infotext02,
.info-area .info .rows .infotext02 a {
  font-size: 3rem;
  font-weight: bold;
  margin: 20px 0px 50px 0px;
}

.info-area .info .rows .infotext02 a {
  color: white;
}

.infotext03 {
  font-size: 1.1rem;
  display: inline-block;
  padding: 15px 30px;
  font-weight: bold;
  background-color: white;
  color: var(--primary-color);
  border-radius: 10px;
}

.rows-2 .infotext03 {
  color: white;
  background-color: var(--primary-color);
}

.info-area .info .rows-2 .infotext01 {
  color: var(--primary-color);
}

.background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-area {
  text-align: center;
  color: white;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}

.servicet {
  font-size: 2rem;
  font-weight: bold;
}

.serviced {
  font-size: 1.2rem;
  margin: 10px 0px 50px 0px;
}

.service-area .servicelist {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.service-area .servicelist .rows {
  margin: 0 10px;
  flex-basis: calc(100% / 3 - 20px);
  padding: 50px;
  background-color: white;
  border-radius: 30px;
  box-sizing: border-box;
}

.service-area .servicelist .rows .servicelisttext01 {
  border-radius: 30px;
  background-color: #eeeeee;
  color: black;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.1rem;
}

.service-area .servicelist .rows .servicelisttext02 {
  margin: 30px 0px;
}

.service-area .servicelist .rows .servicelisttext02 img {
  min-height: 186px;
}

.service-area .servicelist .rows .servicelisttext03 {
  color: #0b8ccc;
  font-size: 2.5rem;
  font-weight: bold;
}

.service-area .servicelist .rows p {
  color: grey;
  margin-top: 5px;
}

.helparea {
  text-align: center;
}

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

.helparea .helplist .rows {
  margin: 0 10px;
}

.review-area {
  text-align: center;
  background-color: #eee;
}

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

.reviewlist .rows {
  margin: 10px;
  flex-basis: calc(100% / 2 - 20px);
}

.reviewlist .rows img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}

.kakao-area {
  text-align: center;
  background-color: #eee;
}

.info-area .info .rows .infotext022,
.info-area .info .rows .infotext022 a {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 26px 0px 50px 0px;
  color: black;
}

.info-area .info .rows .infotext022 a {
  color: white;
}

.kakaohow {
  font-weight: bold;
  display: inline-block;
  font-size: 1.2rem;
  color: #f9e10b;
  background-color: #3c1b1c;
  padding: 8px 25px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.margintop50 {
  margin-top: 50px;
}

.kakaolist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kakaolist .rows p {
  margin-top: 10px;
  border-radius: 15px;
  padding: 15px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.kakaolist .rows b {
  font-size: 1.2rem;
}

.kakaolist .rows {
  margin: 0 5px;
}

.live-area {
  color: white;
  text-align: center;
  background-image: url('../images/live-back.jpg');
}

.live-area .live .livet {
  font-size: 2rem;
  font-weight: bold;
}

.live-area .live .lived {
  font-size: 1.1rem;
  margin: 10px 0px 50px 0px;
}

.livestream {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 50px 20px;
  border-radius: 30px;
  color: black;
  overflow: hidden;
}

.notice {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.rolling {
  position: relative;
  width: 100%;
  height: auto;
}

.rolling li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.rolling li .rows,
.optionhead .rows {
  width: 160px;
}

.rolling li .rows-5 {
  background-color: var(--primary-color);
  border-radius: 30px;
  color: white;
  padding: 5px 0px;
  font-weight: bold;
}

.optionhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.footer-area {
  color: white;
  text-align: center;
  padding: 50px 20px;
  background-color: black;
}

.footer-area .footer {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}

.footer-area .footer .footer-t02 {
  margin: 10px 0px 5px 0px;
}

.footer-area .footer .footer-t03 {
  color: var(--stext-color);
}

.bread-area {
  color: white;
  text-align: center;
  padding: 100px 20px;
  background-image: url('../images/bread.jpg');
}

.bread {
  font-size: 1.8rem;
  font-weight: bold;
}

.about {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
}

.about .rows {
  margin: 0 20px;
  padding: 50px 20px;
  flex-basis: calc(100% / 2 - 40px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}

.about .rows .abthumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}

.about .rows .abtext01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0px 30px 0px;
}

.about .rows .abtext02 {
  font-size: 1rem;
  line-height: 1.5;
}

.pricolor {
  color: #0b8ccc;
  font-size: inherit;
}

.aboutmore-area {
  background-color: #eee;
}

.aboutmore-area .aboutmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutmore-area .aboutmore .rows .aboutmotext01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.aboutmore-area .aboutmore .rows .aboutmotext02 {
  font-size: 1.1rem;
}

.aboutmore-area .aboutmore .rows a {
  display: inline-block;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
  color: white;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 30px;
}

.aboutmore-area .aboutmore .rows a:hover {
  transition: .5s;
  background-color: black;
}

.product-area .probest {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-area .probest .rows {
  flex-basis: calc(100% / 2);
}

.product-area .probest .rows img {
  display: block;
  margin: 0 auto;
}

.product-area .probest .rows-1 {
  border-radius: 30px;
  padding: 50px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
}

.product-area .probest .rows-2 {
  padding: 0px 50px;
}

.product-area .probest .rows-2 .probesttext01 {
  font-size: 1.1rem;
}

.product-area .probest .rows-2 .probesttext02 {
  font-size: 2rem;
  font-weight: bold;
  color: #0b8ccc;
  margin: 5px 0px 30px 0px;
}

.product-area .probest .rows-2 .probesttext03 {
  font-size: 1.2rem;
}

.prostep {
  display: flex;
  text-align: center;
  margin-top: 50px;
}

.prostep .rows {
  margin-right: 30px;
}

.prostep .rows:last-child {
  margin-right: 0px;
}

.prostep .rows p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.protip {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.protip .columns {
  margin-bottom: 10px;
  font-size: 1rem;
}

.protip .columns:last-child {
  margin-bottom: 0px;
}

.protip .number {
  display: inline-block;
  margin-right: 10px;
  border-radius: 30px;
  font-weight: bold;
  background-color: #eee;
  padding: 10px 25px;
}

.protip .pricolor {
  font-weight: bold;
}

.product-area-2 {
  background-color: #eee;
}

.product-area-2 .protip .number {
  background-color: black;
  color: white;
}

.product-area-3 .probest .rows-1 {
  background-color: #e9e4f6;
}

.product-area-3 .probest .rows-2 .probesttext02 {
  color: black;
  margin: 0px 0px 0px 0px;
}

.product-area-3 .probest .rows-2 .probesttext01 {
  color: #6626ee;
  margin: 10px 0px 30px 0px;
}

.probottomarea {
  padding-top: 80px;
  background-color: #07bb7c;
  background-image: url('../images/ProText.png');
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
}

.probottomarea .probottom img {
  display: block;
  margin: 0 auto;
  width: 500px;
}

.request {
  text-align: center;
}

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

.requeststep .rows {
  flex-basis: calc(100% / 3);
  margin: 0 10px;
}

.requeststep .rows .requestthumb img {
  border: 1px solid #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}

.requeststep .rows .requestnumber {
  display: inline-block;
  margin: 20px 0px 20px 0px;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  border-radius: 30px;
}

.requeststep .rows .requestdescr {
  font-size: 1.1rem;
}

.requeststep .rows p {
  margin-top: 10px;
  color: grey;
}

.requestalert-area {
  text-align: center;
  background-color: #ffeb34;
}

.requestalert-area .requestalert .requestatitle {
  font-size: 1.8rem;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
}

.requestalert-area .requestalert .requestadescr {
  font-size: 1.1rem;
}

.requset-kakao {
  background-color: white;
}

.requset-kakao .kakaolist .rows p {
  background-color: #ffeb34;
}

.fnbread {
  background-image: url('../images/FnBread.jpg');
}

.fnlist-area {
  text-align: center;
}

.accordion-list {
  text-align: left;
}

.margintop30 {
  margin-top: 30px;
}

.accordion-list .accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-list .accordion-item .accordion-link {
  display: block;
  position: relative;
  padding: 25px 20px;
  transition: all 0.3s;
}

.accordion-list .accordion-item.active .accordion-link {
  background-color: #fff;
}

.accordion-list .accordion-item .accordion-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #999;
}

.accordion-list .accordion-item.active .accordion-link::before {
  background-color: #15989f
}

.accordion-list .accordion-name {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 40px;
  font-weight: bold;
  color: black;
}

.accordion-list .accordion-name .icon {
  color: #0b8ccc;
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
}

.accordion-list .accordion-item .accordion-desc {
  display: none;
  padding: 30px 40px;
  background-color: #f9f9f9;
  color: #777;
}

.floting {
  display: none;
}

.floting a {
  display: block;
}

.alertbox {
  display: inline-block;
  font-size: .9rem;
  margin-top: 20px;
  text-align: center;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ */
button {
  border: 0;
  background: none;
  cursor: pointer;
}

.main_popup {
  position: fixed;
  z-index: 1005;
  /* -webkit-box-shadow: 0px 13px 40px -6px #061626; */
  /* box-shadow: 0px 13px 40px -6px #061626; */
  top: 100px;
  left: 300px;
  display: none;
  margin: 20px;
  border: 2px solid #333;
}

.main_popup.on {
  display: block;
  background-color: #fff;
}

.main_popup .img_wrap {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 31px;
  right: 17px;
  font-size: 0;
  border: 0;
  /* background: white; */
  color: black;
}

.main_popup .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}

.main_popup .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}

.main_popup .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}

.main_popup .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}

.kakao-area {
  display: none;
}

.search {
  display: none;
}

.about01-box .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

.about01-box .columns-2 {
  text-align: right;
}

.about01-box .columns:last-child {
  margin-bottom: 0;
}

.about01-box .columns .about01-box-t01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.about01-box .columns .about01-box-t02 {
  font-size: 1.1rem;
  color: var(--stext-color);
}

.primary-color {
  color: var(--primary-color);
}

span {
  font-size: inherit;
}

.floting {
  display: none;
}

.index-t {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: var(--text-color);
}

.index-d {
  margin: 10px 0px 50px 0px;
  color: var(--stext-color);
  font-size: 1.2rem;
  text-align: center;
}

.product01-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.product01-box .rows {
  border-radius: 30px;
  padding: 60px 20px;
  background-color: #F2F2F2;
}

.product01-box .product01-box-t02 {
  font-size: 1.5rem;
  color: var(--text-color);
  font-weight: bold;
  margin: 20px 0px;
}

.product01-box .product01-box-t03 {
  font-size: 1.1rem;
  font-size: var(--stext-color);
}

.product01-t01 {
  font-size: 1.2rem;
  color: var(--stext-color);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 5px;
}

.product01-t02 {
  font-size: 1.5rem;
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
}

.accordion-title {
  padding-left: 20px;
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-bottom: 30px;
  font-weight: bold;
}

.bordertop {
  border-top: 1px solid #ddd;
}