/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  font-family: 'GmarketSans';
  line-height: 1.3;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

b {
  font-weight: bold;
}

a {
  text-decoration: none;
  outline: 0;
}

.Container {
  font-family: 'GmarketSans';
  font-weight: normal;
}

.Inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}

.HeaderArea {
  border-bottom: 1px solid #eee;
}

.SliderArea {
  padding: 0px 20px;
}

.Slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url('../images/Circle.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 100px 0px;
}

.Slider .SliderText01 {
  font-size: 1rem;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #ffef6b;
}

.Slider .SliderText02 {
  font-size: 2rem;
  margin: 30px 0px;
}

.Slider .SliderText03 {
  font-size: .9rem;
  color: black;
}

.Padding {
  padding: 50px 20px;
}

.InfoArea .Info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.InfoArea .Info .Rows {
  margin: 0px 10px;
  flex-basis: calc(100% / 2 - 20px);
}

.InfoArea .Info .Rows a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 20px 0px;
  border-radius: 30px;
  font-weight: bold;
}

.InfoArea .Info .Rows a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.InfoArea .Info .Rows-1 a {
  color: black;
  background-color: #fae100;
  pointer-events: none;
}

.InfoArea .Info .Rows-2 a {
  color: white;
  background-color: black;
}

.Service {
  text-align: center;
}

.ServiceArea {
  padding: 50px 20px;
}

.ServiceList {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.ServiceList .Rows {
  padding: 50px 20px;
  margin: 0 10px;
  box-sizing: border-box;
  border: 1px solid #fae100;
  flex-basis: calc(100% / 3 - 10px);
  border-radius: 30px;
}

.IndexText01 {
  font-size: 2rem;
  font-weight: bold;
}

.IndexText02 {
  margin: 5px 0px 50px 0px;
}

.ServiceList02 {
  font-size: 1.1rem;
  color: grey;
  margin: 30px 0px 10px 0px;
}

.ServiceList03 {
  font-size: 2rem;
  font-weight: bold;
}

.ServiceList04 {
  color: grey;
  font-size: .9rem;
  margin-top: 5px;
}

.RecommendArea {
  background-color: #eee;
  text-align: center;
}

.RecommendArea .RecommendList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.RecommendArea .RecommendList .Rows {
  flex-basis: calc(100% / 2);
  margin-bottom: 10px;
}

.RecommendArea .RecommendList .Rows:nth-child(5), .RecommendArea .RecommendList .Rows:nth-child(6) {
  margin-bottom: 0px;
}

.RecommendArea .RecommendList .Rows img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
}

.KakaoErrorArea {
  padding: 50px 20px 0px 20px;
  text-align: center;
  background-color: #fae100;
}

.KakaoErrorArea .IndexText02 {
  margin: 5px 0px 30px 0px;
}

.IndexText03 {
  display: inline-block;
  background-color: #381e1f;
  border-radius: 30px;
  padding: 8px 25px;
  color: #fae100;
  margin-bottom: 50px;
}

.ReviewArea {
  color: white;
  text-align: center;
  background-color: #333b58;
}

.ReviewArea .IndexText01 {
  margin-bottom: 50px;
}

.Review01 {
  margin-bottom: 20px;
}

.Review01:last-child {
  margin-bottom: 0px;
}

.Review01 img {
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.SpeedArea {
  background-color: #eee;
  text-align: center;
}

.SpeedArea .IndexText01 {
  margin-bottom: 50px;
}

.SpeedList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SpeedList .Rows {
  margin: 0 10px;
}

.SpeedList .Rows .Speed02 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
}

.SpeedList .Rows .Speed03 {
  color: grey;
}

.QnaArea {
  text-align: center;
}

.QnaArea .IndexText01 {
  margin-bottom: 50px;
}

/* 아코디언 메뉴 */
.accordion-list {
  text-align: left;
}

.accordion-list .accordion-item .accordion-link {
  display: block;
  position: relative;
  padding: 25px 20px;
  transition: all 0.3s;
  border-radius: 30px;
  margin-bottom: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.accordion-list .accordion-item .accordion-link:last-child {
  margin-bottom: 0px;
}

.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;
}

html {
  scroll-behavior: smooth;
}

.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: 1rem;
  font-weight: bold;
  color: black;
  line-height: 2;
}

.accordion-list .accordion-name .icon {
  color: white;
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 17px;
  background-color: #ffd200;
  vertical-align: middle;
  padding: 5px;
  border-radius: 5px;
}

.accordion-list .accordion-item .accordion-desc {
  display: none;
  padding: 30px 40px;
  background-color: #f9f9f9;
  color: #777;
}

.FooterArea {
  background-color: black;
  text-align: center;
  color: white;
  font-size: .9rem;
}

/* 오늘 하루 보지 않기 팝업 */
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: 50px;
  left: 50px;
  display: none;
}

.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: 17px;
  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;
}

.FlotingArea {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.FlotingArea .Floting {
  display: flex;
  justify-content: center;
  align-items: center;
}
