/* 공통 */
.ok-keep {
  word-break: keep-all;
}
.section-devider {
  height: 7px;
  background-color: #eeeeee;
  margin: 30px 0;
}

@media (min-width: 1280px) {
  .section-devider {
    margin: 30px auto;
    max-width: 100%;
  }
}

/* 헤더메뉴 */
.ep-header .ep-nav {
  background-color: #3f7856;
  font-size: 1em;
  font-weight: 500;
  padding: 3.3px 0;
}

/* section */
.section {
  padding: 0 0;
}

.section1 {
  background-color: white;
}

.section2 {
  background-color: white;
}

.section3 {
  background-color: #f2eeeb;
}

.section4 {
  background-color: white;
}

.section5 {
  background-color: white;
}

.section6 {
  background-color: #f2eeeb;
}

/* 메인상단배너 */
.banner-wrap {
  padding: 10px 0;
  margin-bottom: 30px;
  background-color: #eeeeee;
}
@media (min-width: 1200px) {
  .banner-wrap {
    margin-bottom: 40px;
  }
}
.banner-img {
  width: 100%;
}
@media (min-width: 1200px) {
  .banner-img {
    width: 100%;
  }
}

/* 공통컨텐츠타이틀 */
.big-title {
  color: #2b2c33;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1.4px;
}
.big-title span {
  font-weight: 400;
}
.smal-txt {
  color: #818181;
  font-size: 0.8rem;
  text-align: center;
}

/* form */
.form-control {
  border-bottom: 3px solid #222e50;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #45625d;
  font-size: 1rem;
  font-weight: 500;
}

/* 중간배너 */
.main-banner1 {
  /* background-color: rgba(250, 243, 201, 0.87); */
  width: 100%;
}
.main-banner2 {
  /* background-color: #c2f0fd; */
  width: 100%;
}
.main-banner3 {
  /* background-color: #c2e5d0; */
  width: 100%;
}

/* 버튼  #3f219d  #02b6c7  #f2eeeb*/
.btn {
  font-weight: 600;
}

.btn-theme1 {
  padding: 0.575rem 1.35rem;
  background-color: #40513B;
  color: white;
  width: 210px;
  border-radius: 50rem;
}
.btn-theme1:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-theme1 > i {
  margin-left: 60px;
}

.btn-theme2 {
  padding: 5px 0;
  background-color: white;
  color: white;
  /* border: 1px solid #898989; */
  background-color: #aaaaaa;
  width: 120px;
  font-size: 1.6 rem;
  border-radius: 50rem;
}
.btn-theme2 > i {
  margin-left: 19px;
}

.btn-theme3 {
  padding: 3px 0;
  color: #818181;
  width: 70px;
  font-size: 0.85rem;
  font-weight: 400;
  /* background-color: #eeeeee; */
  /* border-radius: 50rem; */
}
.btn-theme3 > i {
  margin-left: 5px;
}

.ep-tab .ep-tab-content .preview-header {
  align-items: center;
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  padding: 0 0;
}
.ep-tab .ep-tab-content .preview-header .preview-header-title {
  font-size: 20px;
  font-weight: 700;
}

/* tag */
.tag {
  font-size: 0.75rem;
  color: #505050;
  background-color: white;
  border-radius: 50rem;
  border: 1px solid rgb(210, 210, 211);
}
.tag-re {
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  background-color: #45625d;
  border-radius: 50rem;
  border: 0px solid #45625d;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin: 0 4px;
  margin-bottom: 10px;
}

/* 카톡공유링크복사 */
.org-share {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  background-color: white;
  white-space: nowrap;
  color: #626262;
  font-size: 0.8rem;
  margin-left: 7px;
  border: 1px solid #9b9b9b;
  border-radius: 50rem;
  padding: 2px 5px;
}
.org-share2 {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  background-color: white;
  white-space: nowrap;
  color: #626262;
  font-size: 0.8rem;
  margin-right: 7px;
  border: 1px solid #9b9b9b;
  border-radius: 50rem;
  padding: 2px 5px;
}
.triangle-left {
  border-right: 7px solid #9b9b9b;
}
.triangle-right {
  border-left: 7px solid #9b9b9b;
}

/* 제목+전체보기 */
.preview-header {
  margin-bottom: 1rem;
}

.preview-header-title {
  font-size: 1.14rem;
  font-weight: 700;
}

/* 리뷰 */
.ep-comment .ep-comment-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eaeaea;
  border-radius: 0px;
}

.ep-comment .ep-comment-post .ep-comment-post-link {
  background-color: #a0a0a0;
  border-radius: 0px;
}

/* tab*/
.ep-tab .ep-tab-content {
  padding-top: 0px;
}

.ep-tab .ep-tab-button-wrap {
  padding: 12px 0;
  background-color: #eeeeee;
  border-radius: 50rem;
}

.ep-tab .ep-tab-button-wrap .ep-tab-button {
  flex-grow: 0;
  padding: 4px 18px;
  background-color: #eeeeee;
  color: #282828;
  font-size: 1rem;
  font-weight: 400;
}

.ep-tab .ep-tab-button-wrap .ep-tab-button.active {
  position: relative;
  background-color: #6aa5a9;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50rem;
}
.ep-tab .ep-tab-button-wrap .ep-tab-button.active > i {
  margin-left: 6px;
}

@media (min-width: 992px) {
  .ep-tab .ep-tab-button-wrap .ep-tab-button.active > i {
    margin-left: 20px;
  }
}

.ep-tab .ep-tab-button-wrap .ep-tab-button > i {
  margin-left: 6px;
}

@media (min-width: 1200px) {
  .ep-tab .ep-tab-button-wrap .ep-tab-button > i {
    margin-left: 20px;
  }
}

.ep-tab .ep-tab-button-wrap .ep-tab-button.active:after {
  border-top: 0px solid rgb(34, 34, 34);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}

/* .ep-tab .ep-tab-button-wrap .ep-tab-button.active:after {
  border-top: 10px solid rgb(34, 34, 34);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
} */

/* 컨텐츠*/
.ep-post.list {
  background-color: white;
  box-shadow: 0 0 0 rgb(0 0 0 / 8%);
  border-top: 3px solid #4d5061;
  padding-top: 0.7rem;
  margin-bottom: 1.5rem;
}

.txtline {
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: inset 0 -8px 0 rgb(46 197 242 / 40%);
  display: inline-block;
}

.title1 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.title2 {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
}
.title3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.txt-org {
  font-size: 0.9rem;
}

/* 서비스 텍스트 */
.card {
  border-radius: 1.1rem !important;
  border: 2px solid #b5b5b5;
  padding: 10px 0;
}
.card-txt1 {
  font-size: 1.3rem;
  font-weight: 600;
}

.card-txt2 {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  color: #626262;
  margin-bottom: 10px;
}
.card-txt3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.btn-service {
  padding: 0.2rem 1.3rem;
  background-color: #6aa5a9;
  color: white;
  font-size: 14px;
  font-weight: 500;
  /* width: 210px; */
  border-radius: 10rem;
}
.btn-service:hover {
  color: white;
}
.btn-service:active {
  color: white;
}
.btn-service:visited {
  color: white;
}

.btn-service > i {
  margin-left: 5px;
}

.allpost {
  margin: 30px 0;
  box-shadow: inset 0 -8px 0 #609966;
  font-size: 22px;
  font-weight: 500;
  /* width: 200px; */
}

/* 푸터 */
.ep-footer .ep-footer-wrap .ep-footer-button-wrap {
  padding: 2rem 1rem;
}

.ep-footer .ep-footer-wrap {
  background-color: #4d5061;
}

.ep-footer .ep-footer-wrap .ep-footer-button-wrap .ep-footer-button .ep-footer-button-content .ep-footer-button-title {
  color: #c0c0c0;
  font-size: 1.2rem;
  font-weight: 500;
}
.ep-footer .ep-footer-wrap .ep-footer-button-wrap .ep-footer-button .ep-footer-button-content .ep-footer-button-description {
  color: #c0c0c0;
}

.ep-footer .ep-footer-wrap .ep-footer-button-wrap .ep-footer-button .ep-footer-button-image img {
  margin: 0 1.2rem 0.5rem 0;
  width: 62px;
}
@media (min-width: 576px) {
  .ep-footer .ep-footer-wrap .ep-footer-button-wrap .ep-footer-button .ep-footer-button-image img {
    margin-bottom: 0;
  }
}

.ep-footer-txt {
  font-size: 1rem;
  color: rgb(224, 224, 224);
}
.copyright {
  font-size: 0.8rem;
  color: rgb(224, 224, 224, 0.5);
}
.copyright a {
  color: rgb(224, 224, 224, 0.5);
}

/* 이용안내 */
.intro {
  font-size: 0.9rem;
  margin-top: 50px;
}

.intro-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.q {
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: inset 0 -8px 0 rgba(46, 197, 242, 0.2);
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.a {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* 메인 배너 swiper pagination 관련 */

.swiper-pagination-fraction {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  padding: 0 10px;
  right: 0;
  left: unset;
  font-size: 0.75rem;
}

/* 컨테이너 중 모바일에서만 좌우 패딩 없게 */

@media (max-width: 575.98px) {
  .mobile-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
