body {
  /* font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans KR', sans-serif;
    font-family: 'Poppins', sans-serif; */
  font-size: 13px;
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  /* 숫자랑 영문을 poppins로! */
  letter-spacing: -0.025em;
  color: #333;
  background-color: #f1f1f1;
}

body.hidden {
  overflow: hidden;
}

/* Header */
header {
  color: #fff;
}

.header {
  position: relative;
}

.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 46vh;
  width: 100%;
  background-color: #00907f;
}

/* Header > banner */
header .banner {
  padding: 15px;
  background-color: #04534d;
  z-index: 3;
}

header .banner a {
  float: left;
}

header .banner .txt_wrap {
  float: left;
  font-weight: 500;
}

header .banner .txt_wrap strong {
  font-size: 14px;
}

header .banner .txt_wrap p {
}

header .banner .txt_wrap p span {
  color: #ffc82c;
}

header .banner .close {
  float: right;
  line-height: 40px;
  cursor: pointer;
}

header .banner.on {
  display: none;
}

/* Header > logo & gnb */
header .header_wrap {
  position: relative;
  padding: 15px 0;
}

header .header_header {
  position: relative;
  margin-bottom: 35px;
}

header .header_header h1 {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  float: left;
}

header .header_header .gnb_btn {
  float: right;
  width: 40px;
  height: 40px;
  padding: 6px 9px 0;
  cursor: pointer;
}

header .header_header .gnb_btn i {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

header .header_header h1 img {
  width: 100px;
  height: auto;
}

header .login {
  font-size: 16px;
  margin-bottom: 10px;
}

header .login p {
  float: left;
}

header .login a {
  float: right;
  text-decoration: underline;
}

/* Header > gnb */
.gnb {
  position: fixed;
  background-color: #fff;
  color: #333;
  z-index: 20;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.gnb.on {
  right: 0;
}

.gnb.on .gnb_tab_title {
  right: auto;
}

.gnb .gnb_header {
  padding: 0 20px 10px;
  background-color: #00907f;
  color: #fff;
}

.gnb .gnb_header .gnb_user {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gnb .gnb_header .gnb_user a {
  line-height: 46px;
}

.gnb .gnb_header .gnb_user .left {
  float: left;
}

.gnb .gnb_header .gnb_user .left a {
  margin-right: 8px;
}

.gnb .gnb_header .gnb_user .left a:first-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin-left: 10px;
}

.gnb .gnb_header .gnb_user .left a.on {
  color: #ffc82c;
  font-weight: 700;
}

.gnb .gnb_header .etc_nav a {
  display: inline-block;
}

.gnb .gnb_header .gnb_user .right {
  float: right;
}

.gnb .gnb_header .gnb_user .right i {
  float: left;
  font-size: 20px;
  margin-left: 15px;
}

.gnb .gnb_header .gnb_user .right i.close {
  margin-left: 25px;
}

.gnb .gnb_header .user_info {
  height: 40px;
  line-height: 37px;
  margin: 11px 0 0 7px;
}

.gnb .gnb_header .user_info > div {
  float: left;
  margin-right: 15px;
}

.gnb .gnb_header .user_info > div img {
  width: 36px;
  height: 36px;
}

.gnb .gnb_header .user_info a {
  float: left;
  margin-right: 10px;
}

.gnb .gnb_header .user_info a i {
  font-size: 16px;
  margin-left: 5px;
  vertical-align: -3px;
}

.gnb .gnb_tab_title {
  position: fixed;
  right: -100%;
  top: 111px;
  background-color: #eee;
  width: 120px;
  height: 100%;
  padding-top: 14px;
  z-index: 5;
  transition: 1s;
}

.gnb .gnb_tab_title ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  margin-left: 32px;
}

.gnb .gnb_tab_title ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gnb .gnb_tab_title ul li.on a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -13px;
  top: 3px;
  height: 32px;
  width: 111px;
  background-color: #00907f;
  border-radius: 16px;
  box-shadow: 6px 6px 8px 0 rgb(43 100 206 / 20%);
  z-index: -1;
}

.gnb .gnb_tab_title ul li.on a {
  color: #ffc82c;
}

.gnb .gnb_tab_con {
  position: absolute;
  top: 111px;
  /* margin-left: 120px; */
  left: 120px;
  right: 0px;
  padding: 27px;
  height: calc(100% - 111px);
  overflow-y: auto;
}

.gnb .gnb_tab_con .gnb_sub_menu .sub {
  height: 0;
  overflow: hidden;
}

.gnb .gnb_tab_con .gnb_sub_menu > ul > li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 9px 0;
}

.gnb .gnb_tab_con .gnb_sub_menu > ul > li li {
  line-height: 28px;
}

.gnb .gnb_tab_con .gnb_sub_menu > ul > li > a i {
  float: right;
}

.gnb .gnb_tab_con .gnb_sub_menu > ul > li > a.on i {
  transform: rotate(180deg);
}

.gnb .gnb_tab_con .gnb_sub_menu > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 38px;
  font-weight: 600;
}

.gnb .gnb_tab_con .gnb_sub_menu > ul > li > a > ul > li > a {
  display: block;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  color: #666;
  margin-bottom: 10px;
}

.gnb .gnb_tab_con > div {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.gnb .gnb_tab_con > div.on {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* Header > card */

/* Main */
.container {
}

.main_vs {
  padding-bottom: 30px;
}

.main_vs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.main_vs .swiper-slide .img_wrap {
  padding-bottom: 60%;
  position: relative;
}
.main_vs .swiper-slide .img_wrap img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.main_vs .swiper-slide .txt_wrap {
  position: relative;
  padding: 15px;
  background-color: #fff;
}

.main_vs .swiper-slide .event_box {
  position: absolute;
  top: -10px;
  left: 15px;
  padding: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  color: #fff;
  background-color: #ffc82c;
}

.main_vs .swiper-slide .txt_wrap {
  padding: 15px;
}

.main_vs .swiper-slide .txt_wrap p {
  font-size: 16px;
}

.main_vs .swiper-slide .txt_wrap strong {
  font-weight: 500;
}

.main_vs .swiper-pagination {
  width: 100%;
}

.main_vs .swiper-pagination-bullet {
  background-color: #fff;
  border: 2px solid #000;
  margin: 0 3px;
}

.main_vs .swiper-pagination-bullet-active {
  background-color: #000;
}

/* Main > solution */
.service_wrap {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}

.service_wrap .wrap a {
  float: left;
  display: block;
  width: 25%;
}

.service_wrap .wrap img {
  height: 35px;
}

.service_wrap .wrap em {
  font-size: 12px;
  display: block;
  padding: 10px 0;
}

/* Main > baro */
.solution_wrap {
  padding: 15px;
  background-color: #f1f1f1;
}

.solution_wrap .card_box {
  padding: 30px;
}

.solution_wrap .card_box a {
  display: block;
  font-size: 13px;
}

.solution_wrap .card_box .txt_wrap {
  display: inline-block;
  line-height: 40px;
  margin-left: 10px;
}

.solution_wrap .card_box .solution_txt.txt {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.solution_wrap .card_box .serch {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #00907f;
  margin-bottom: 10px;
}

.solution_wrap .card_box .serch i {
  vertical-align: -2px;
}

.solution_wrap .card_box a i.right {
  float: right;
  line-height: 45px;
}

.solution_wrap .card_box strong {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

/* Main > card list */
.card_list {
  padding: 20px 0;
  background-color: #fff;
}

.card_list .card_head {
}

.card_list .card_head a {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

.card_list .card_head a.on {
  display: inline-block;
  color: #00907f;
}

.card_list .card_head a.on::after {
  content: "";
  display: block;
  margin-top: 7px;
  width: 100%;
  height: 2px;
  background-color: #00907f;
}

.card_list_tabcon > div {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
}

.card_list_tabcon > div.on {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.card_list_slide {
  padding: 0 15px;
}

.card_list_slide .card_list {
  display: inline-block;
  width: 120px;
}

.card_list_slide a {
  display: block;
  width: 120px;
  height: 100%;
}

.card_list_slide .card_list .img_box {
  max-width: 114px;
  max-height: 182px;
  margin-bottom: 13px;
}

.card_list_slide .card_list .img_box img {
  width: 182px;
  height: 114px;
  margin-top: 34px;
  margin-left: -34px;
  transform: rotate(90deg);
}

.card_list .txt_wrap {
  width: 100%;
  margin-top: 50px;
}

.card_list .btn_card {
  margin-bottom: 15px;
  text-align: center;
  padding: 0 20px;
}

.card_list .btn_card div a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.card_list .btn_card a i {
  vertical-align: -2px;
  margin-left: 5px;
}

/* Main > benefits */
.benefits {
  background-color: #6cbfb5;
}

.benefits .wrap {
  padding: 15px;
}

.benefits .tit_wrap {
  margin-bottom: 12px;
}

.benefits .tit_wrap strong {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
}

.benefits .tit_wrap i {
  font-size: 20px;
  vertical-align: -5px;
}

.benefits .benefits_list {
  word-break: keep-all;
}

.benefits .benefits_list a {
  float: left;
  padding: 15px;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  height: 250px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
}

.benefits .benefits_list a:nth-child(2n) {
  float: right;
}

.benefits .benefits_list a em {
  display: block;
  color: #2b64ce;
  font-size: 14px;
  padding-bottom: 10px;
}
/* 
.benefits .benefits_list a i {
  display: block;
  font-size: 40px;
} */

.benefits .benefits_list a img {
  display: block;
  margin: 15px 0;
  width: 40px;
  height: 40px;
}

.benefits .benefits_list a strong {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}

.benefits .benefits_list a p {
  margin-top: 5px;
  color: #858585;
}

/* Main > event */
.event {
  background-color: #f1f1f1;
}

.event_wrap {
  padding: 15px 0;
}

.event_wrap .tit_wrap {
  margin-bottom: 20px;
}

.event_wrap .tit_wrap strong {
  margin-right: 5px;
}

.event_wrap .tit_wrap i {
  font-size: 20px;
  vertical-align: -5px;
}

.event_wrap .card_box {
  padding: 30px 15px;
}

.event_wrap ul li {
  height: 100px;
  margin-bottom: 10px;
}

.event_wrap ul li:last-child {
  margin-bottom: 0;
}

.event_wrap ul li a .img_box {
  float: left;
  width: 120px;
  height: 90px;
  border-radius: 4px;
  background-color: #000;
  overflow: hidden;
}

.event_wrap ul li a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event_wrap ul li a .txt_wrap {
  float: left;
  width: calc(100% - 130px);
  height: 100px;
  margin-left: 10px;
}

.event_wrap ul li a .txt_wrap .date {
  font-weight: 500;
  display: block;
  color: #00907f;
}

.event_wrap ul li a .txt_wrap strong {
  font-weight: 500;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 40px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.event_wrap ul li a .txt_wrap .term {
  display: block;
  color: #858585;
  font-size: 12px;
}

/* Footer */
footer {
  background: #fff;
}

/* footer > news */
footer .news_list {
  padding-top: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

footer .news_head strong {
  float: left;
  margin-bottom: 5px;
  font-weight: 600;
}

footer .news_head a {
  float: right;
}

footer .news_list .news {
  margin-bottom: 20px;
}

footer .news > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Footer > tel */
footer .tel {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

footer .tel a {
  margin-bottom: 5px;
}

footer .tel .head a {
  float: left;
  margin-right: 5px;
}

footer .tel .tel_etc a {
  float: left;
  width: 50%;
}

footer .tel .tel_etc {
  margin-bottom: 20px;
}

/* Footer > customer */
footer .customer {
  font-size: 12px;
  line-height: 18px;
}

footer .customer ul {
  margin: 20px 0;
}

footer .customer li {
  float: left;
  margin-right: 10px;
}

footer .customer li a strong {
  font-size: inherit;
}

footer .customer li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-left: 10px;
  background-color: #ccc;
}

footer .customer li:last-child a::after {
  display: none;
}

footer .link_list {
  margin: 10px 0 30px 0;
}

footer .link_list a {
  float: left;
  width: 17px;
  height: 17px;
  margin-left: 13px;
}

footer .link_list .sns1 {
  background-image: url(../images/sns1-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
}

footer .link_list .sns1:hover {
  background-image: url(../images/sns1.png);
}

footer .link_list .sns2 {
  background-image: url(../images/sns2-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer .link_list .sns2:hover {
  background-image: url(../images/sns2.png);
}

footer .link_list .sns3 {
  background-image: url(../images/sns3-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer .link_list .sns3:hover {
  background-image: url(../images/sns3.png);
}

footer .link_list .sns4 {
  background-image: url(../images/sns4-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer .link_list .sns4:hover {
  background-image: url(../images/sns4.png);
}

footer .link_list .sns5 {
  background-image: url(../images/sns5-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer .link_list .sns5:hover {
  background-image: url(../images/sns5.png);
}

footer .link_list .sns6 {
  background-image: url(../images/sns6-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer .link_list .sns6:hover {
  background-image: url(../images/sns6.png);
}

/* Footer > address */
.more_btn {
  display: block;
  margin: 10px auto;
}

.more_btn i {
  display: block;
  font-size: 20px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s;
}

.more_btn.on i {
  transform: rotate(180deg);
}

.address_wrap {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
  color: #111;
  transition: 0.5s;
}

.address_wrap.on {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.address_wrap .address {
  display: inline-block;
}

.address_wrap .copy {
  display: block;
  font-size: 10px;
  color: #999;
  margin-top: 5px;
}

.address_wrap .sitemark {
  display: inline-block;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

.address_wrap .sitemark .sitemark_b {
  width: 100%;
  margin-top: 10px;
}
