html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

b {
  font-size: inherit;
}

blockquote, q {
  quotes: none;
}

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

.SliderArea .Slider .Columns-1 .Rows {
    flex-basis: 100%;
    text-align: center;
    color: white;
}

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

a {
  text-decoration: none;
}

* {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  word-break: break-all;
  line-height: 1.3;
}

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;
}

.HeaderArea {
  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: 150px;
}

.Header .Menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header .Menu ul li a {
  font-size: 1rem;
  color: black;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 10px;
  background-color: transparent;
  font-weight: 400;
}

.Header .Menu ul li a:hover {
  transition: .5s;
  background-color: #ED0086;
  color: white;
}

.Header .Menu ul .Active a {
  transition: .5s;
  background-color: #ED0086;
  color: white;
}

.Padding {
  padding: 80px 20px;
}

.SliderArea {
  /* background-color: #ED0086; */
  background-image: url(../images/SliderBG.jpg);
  padding: 80px 20px;
}

.SliderArea .Slider {
  display: flex;
  flex-direction: column;
}

.SliderArea .Slider .Columns-1, .SliderArea .Slider .Columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SliderArea .Slider .Columns-1 .SliderText01 {
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: white;
    color: #ED0086;
    border-radius: 30px;
    padding: 10px 25px;
}

.SliderArea .Slider .Columns-1 .SliderText02 {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 20px 0px 30px 0px;
  line-height: 1.4;
}

.SliderArea .Slider .Columns-1 .SliderText03 {
  font-size: 1.2rem;
  font-weight: 400;
}

.SliderArea .Slider .Columns-2 {
  margin-top: 70px;
}

.SliderArea .Slider .Columns-2 .Rows {
  flex-basis: calc(100% / 3);
  margin-right: 20px;
}

.SliderArea .Slider .Columns-2 .Rows:last-child {
  margin-right: 0px;
}

.SliderArea .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;
}

.SliderArea .Slider .Columns-2 img {
  margin-right: 10px;
}

.InfoArea .Info {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

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

.InfoArea .Info .Rows-1 {
  color: white;
  background-image: linear-gradient(to left, #ED0086, #fa8ee5);
}

.InfoArea .Info .Rows-1 a {
  color: white;
}

.InfoArea .Info .Rows-2 {
  color: #3b1a1d;
  background-color: #f9e10b;
}

.InfoArea .Info .Rows .InfoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.InfoArea .Info .Rows .InfoText01 img {
  margin-right: 10px;
}

.InfoArea .Info .Rows .InfoText02, .InfoArea .Info .Rows .InfoText02 a {
  font-size: 3rem;
  font-weight: bold;
  margin: 20px 0px 50px 0px;
}

.InfoArea .Info .Rows .InfoText02 a {
  color: white;
}

.InfoArea .Info .Rows .InfoText022, .InfoArea .Info .Rows .InfoText022 a {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 26px 0px 50px 0px;
  color: #3b1a1d;
}

.InfoArea .Info .Rows .InfoText022 a {
  color: white;
}

.InfoArea .Info .Rows .InfoText03 {
  font-size: 1.2rem;
  font-weight: 500;
}

.InfoArea .Info .Rows-1 .InfoText03 {
  display: inline-block;
  border: 1px solid white;
  color: white;
  padding: 8px 25px;
  font-weight: bold;
}

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

.ServiceArea {
  text-align: center;
  color: white;
  background-image: linear-gradient(to left, #ED0086, #fa8ee5);
}

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

.ServiceD {
  font-size: 1.2rem;
  margin: 10px 0px 30px 0px;
}

.ServiceArea .ServiceList {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

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

.ServiceArea .ServiceList .Rows .ServiceListText01 {
  border-radius: 30px;
  background-color: #eeeeee;
  color: black;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.1rem;
}

.ServiceArea .ServiceList .Rows .ServiceListText02 {
  margin: 30px 0px;
}

.ServiceArea .ServiceList .Rows .ServiceListText02 img {
  min-height: 186px;
}

.ServiceArea .ServiceList .Rows .ServiceListText03 {
  color: #ED0086;
  font-size: 2.5rem;
  font-weight: bold;
}

.ServiceArea .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;
}

.ReviewArea {
  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;
}

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

.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;
}

.LiveArea {
  color: white;
  text-align: center;
  background-image: linear-gradient(to left, #ED0086, #fa8ee5);
}

.LiveArea .Live .LiveT {
  display: inline-block;
  font-size: 2rem;
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: bold;
}

.LiveArea .Live .LiveD {
  font-size: 1.1rem;
  margin: 10px 0px 30px 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-image: linear-gradient(to left, #ED0086, #fa8ee5);
  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;
}

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

.FooterArea .Footer {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}

.BreadArea {
  color: white;
  text-align: center;
  padding: 100px 20px;
  background-color: #ED0086;
}

.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: #ED0086;
  font-size: inherit;
}

.AboutMoreArea {
  background-color: #eee;
}

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

.AboutMoreArea .AboutMore .Rows .AboutMoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.AboutMoreArea .AboutMore .Rows .AboutMoText02 {
  font-size: 1.1rem;
}

.AboutMoreArea .AboutMore .Rows a {
  display: inline-block;
  background-image: linear-gradient(to left, #ED0086, #fa8ee5);
  color: white;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 30px;
}

.AboutMoreArea .AboutMore .Rows a:hover {
  transition: .5s;
  background-color: black;
}

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

.ProductArea .ProBest .Rows {
  flex-basis: calc(100% / 2);
}

.ProductArea .ProBest .Rows img {
  display: block;
  margin: 0 auto;
}

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

.ProductArea .ProBest .Rows-2 {
  padding: 0px 50px;
}

.ProductArea .ProBest .Rows-2 .ProBestText01 {
  font-size: 1.1rem;
}

.ProductArea .ProBest .Rows-2 .ProBestText02 {
  font-size: 2rem;
  font-weight: bold;
  color: #ED0086;
  margin: 5px 0px 30px 0px;
}

.ProductArea .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;
}

.ProductArea-2 {
  background-color: #eee;
}

.ProductArea-2 .ProTip .Number {
  background-color: black;
  color: white;
}

.ProductArea-3 .ProBest .Rows-1 {
  background-color: #e9e4f6;
}

.ProductArea-3 .ProBest .Rows-2 .ProBestText02 {
  color: black;
  margin: 0px 0px 0px 0px;
}

.ProductArea-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 {
  margin: 20px 0px 10px 0px;
  font-size: 1.5rem;
  color: grey;
  font-weight: bold;
}

.RequestStep .Rows .RequestDescr {
  font-size: 1.1rem;
}

.RequestStep .Rows p {
  margin-top: 10px;
  color: grey;
}

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

.RequestAlertArea .RequestAlert .RequestATitle {
  font-size: 1.8rem;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
}

.RequestAlertArea .RequestAlert .RequestADescr {
  font-size: 1.1rem;
}

.RequsetKakao {
  background-color: white;
}

.RequsetKakao .KakaoList .Rows p {
  background-color: #ffeb34;
}

.FnListArea {
  text-align: center;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
.accordion-list {
  text-align: left;
  border-top: 2px solid #777;
}

.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-size: 17px;
  font-weight: bold;
  color: black;
}

.accordion-list .accordion-name .icon {
  color: #ED0086;
  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;
}


.KakaoArea{
  display: none;
}

.Search{
  display: none;
}