@charset "UTF-8";
/* pretendar */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/* work_sans */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 나눔고딕 */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* poppinis */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* gongothic */
@import url("https://webfontworld.github.io/gonggames/EsaManru.css");
/* 넥슨 */
@import url("https://webfontworld.github.io/NexonLv1Gothic/NexonLv1Gothic.css");
/* outfit */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* mulish */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
@keyframes fadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -ms-transform: translateY(100px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    top: -70px;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
@keyframes scroll {
  0% {
    top: -70px;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
@-webkit-keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li {
  list-style: none;
}

body {
  font-size: 16px;
  line-height: 1;
  color: #333;
}

.container_fix {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container_fix2 {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container_fix3 {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container_fix4 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container_fix5 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container_fix6 {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

.block-480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .block-480 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .board_style {
    margin-bottom: 0;
  }
}
.board_style .list-wrap .pagination-sm > li > a {
  margin: 0 8px !important;
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  text-align: center;
  font-size: 17px;
  border-radius: 0 !important;
  margin: 0 14px;
  font-weight: 400;
  color: #858585 !important;
  background-color: transparent !important;
  color: #b5b5b5 !important;
}
@media screen and (max-width: 991px) {
  .board_style .list-wrap .pagination-sm > li > a {
    font-size: 14px !important;
    width: 10px;
    height: 25px;
    line-height: 25px;
  }
}

.list-wrap .pagination-sm > li > a {
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  text-align: center;
  font-size: 17px;
  border-radius: 0 !important;
  margin: 0 14px;
  font-weight: 400;
  color: #858585 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .list-wrap .pagination-sm > li > a {
    font-size: 14px !important;
    width: 10px;
    height: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  .list-wrap .pagination-sm > li > a {
    margin: 0 10px;
  }
}

.text-center .pagination li a {
  margin: 0 12px;
  background-color: transparent !important;
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  text-align: center;
  font-size: 17px;
  border-radius: 0 !important;
  margin: 0 14px;
  font-weight: 400;
  color: #858585 !important;
}
@media screen and (max-width: 991px) {
  .text-center .pagination li a {
    font-size: 14px !important;
    width: 10px;
    height: 25px;
    line-height: 25px;
  }
}

.text-center .pagination-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-center .pagination-sm > li > a {
  position: relative;
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  text-align: center;
  font-size: 17px;
  border-radius: 0 !important;
  margin: 0 14px;
  font-weight: 400;
  color: #858585 !important;
  margin: 0 13px !important;
}
@media screen and (max-width: 991px) {
  .text-center .pagination-sm > li > a {
    font-size: 14px !important;
    width: 10px;
    height: 25px;
    line-height: 25px;
  }
}
.text-center .pagination-sm > li .fa {
  display: none !important;
}
@media (max-width: 991px) {
  .text-center .pagination-sm > li .fa {
    display: block !important;
  }
}
.text-center .pagination-sm > li:first-child > a {
  width: 11px;
  height: 12px;
  background-image: url(../img/double_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2px 8px 0 0 !important;
}
@media screen and (max-width: 991px) {
  .text-center .pagination-sm > li:first-child > a {
    width: 12px;
    height: 9px;
    background-image: url(../img/mdouble_left.png);
    margin-right: 5px !important;
    margin-top: -5px !important;
  }
}
.text-center .pagination-sm > li:nth-child(2) > a {
  width: 6px;
  height: 12px;
  background-image: url(../img/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px !important;
}
@media screen and (max-width: 991px) {
  .text-center .pagination-sm > li:nth-child(2) > a {
    width: 7px !important;
    height: 9px;
    background-image: url(../img/mleft.png);
    margin-top: -5px !important;
  }
}
.text-center .pagination-sm > li:nth-last-child(1) > a {
  width: 11px;
  height: 12px;
  background-image: url(../img/double_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2px 0 0 8px !important;
}
@media screen and (max-width: 991px) {
  .text-center .pagination-sm > li:nth-last-child(1) > a {
    width: 12px;
    height: 9px;
    background-image: url(../img/mdouble_right.png);
    margin-left: 5px !important;
    margin-top: -5px !important;
  }
}
.text-center .pagination-sm > li:nth-last-child(2) > a {
  width: 6px;
  height: 12px;
  background-image: url(../img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px !important;
}
@media screen and (max-width: 991px) {
  .text-center .pagination-sm > li:nth-last-child(2) > a {
    width: 7px !important;
    height: 9px;
    background-image: url(../img/mright.png);
    margin-top: -5px !important;
  }
}

.board_style .text-center .pagination > .active > a {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  background: #f2a7a0 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px !important;
}
@media screen and (max-width: 991px) {
  .board_style .text-center .pagination > .active > a {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
.board_style .text-center .pagination > .active > a:hover {
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .board_style .text-center .pagination > .active > a:hover {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .board_style .text-center .pagination > .active > a {
    width: 23px;
    height: 23px;
  }
}

.faq_page.text-center .pagination {
  margin: 70px 0 100px !important;
}
@media (max-width: 991px) {
  .faq_page.text-center .pagination {
    margin: 50px 0 !important;
  }
}
.faq_page.text-center .pagination > .active > a {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  background: #f2a7a0 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px !important;
}
@media screen and (max-width: 991px) {
  .faq_page.text-center .pagination > .active > a {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
.faq_page.text-center .pagination > .active > a:hover {
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .faq_page.text-center .pagination > .active > a:hover {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .faq_page.text-center .pagination > .active > a {
    width: 23px;
    height: 23px;
  }
}

.m03_05_style .list-page {
  margin: 0 !important;
}
.m03_05_style .list-page .pagination {
  margin: 45px 0 100px !important;
}
@media (max-width: 991px) {
  .m03_05_style .list-page .pagination {
    margin: 5px 0 30px !important;
  }
}

.m03_03 .list-page {
  margin: 0 !important;
}
.m03_03 .list-page .pagination {
  margin: 10px 0 120px !important;
}
@media (max-width: 991px) {
  .m03_03 .list-page .pagination {
    margin: 10px 0 65px 0 !important;
  }
}

.m03_06 .list-page {
  margin: 0 !important;
}
.m03_06 .list-page .pagination {
  margin: 120px 0 120px !important;
}
@media (max-width: 991px) {
  .m03_06 .list-page .pagination {
    margin: 45px 0 50px 0 !important;
  }
}

.text-center.shop_page .pagination-sm {
  margin: 25px 0 85px !important;
}
@media screen and (max-width: 991px) {
  .text-center.shop_page .pagination-sm {
    margin: 15px 0 50px !important;
  }
}
.text-center.shop_page .pagination-sm li.active > a {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  background: #f2a7a0 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px !important;
}
@media screen and (max-width: 991px) {
  .text-center.shop_page .pagination-sm li.active > a {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
.text-center.shop_page .pagination-sm li.active > a:hover {
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .text-center.shop_page .pagination-sm li.active > a:hover {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .text-center.shop_page .pagination-sm li.active > a {
    width: 23px;
    height: 23px;
  }
}

.text-center .pagination > li.active > a {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  background: #f2a7a0 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px !important;
}
@media screen and (max-width: 991px) {
  .text-center .pagination > li.active > a {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
.text-center .pagination > li.active > a:hover {
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .text-center .pagination > li.active > a:hover {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}

.caid-page .pagination {
  margin: 5px 0 130px !important;
}
@media screen and (max-width: 991px) {
  .caid-page .pagination {
    margin: 30px 0 60px !important;
  }
}

.pagination {
  margin: 30px 0 80px !important;
}
@media screen and (max-width: 991px) {
  .pagination {
    margin: 5px 0 30px !important;
  }
}
.pagination > li.active > a {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  background: #f2a7a0 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px !important;
}
@media screen and (max-width: 991px) {
  .pagination > li.active > a {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}
.pagination > li.active > a:hover {
  border-radius: 0 !important;
  background-color: #f2a7a0 !important;
  color: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .pagination > li.active > a:hover {
    margin: 0 5px 0 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}

/******************************************
메인시작
*******************************************/
/*
thema/menu.php
thema/shop.head.php
해더
*/
.at-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  border: 0;
  padding-top: 25px;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.at-menu.sub_menu {
  padding-top: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1.66px 14px 0px rgba(174, 174, 174, 0.3);
          box-shadow: 0px 1.66px 14px 0px rgba(174, 174, 174, 0.3);
}
.at-menu.sub_menu.on {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.at-menu.on {
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.at-menu .pc-menu {
  padding: 0 30px;
  height: 100px;
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu {
    height: 80px !important;
  }
}
.at-menu .pc-menu .nav-height {
  height: 100px !important;
  line-height: 100px !important;
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top {
  position: static;
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 {
  position: static;
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div {
  width: 100%;
  max-width: 1820px;
  padding: 0;
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 38px 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul {
    padding: 35px 28px 50px;
  }
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub-1da {
  border: 0;
  font-size: 17px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub-1da {
    font-size: 16px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub-1da {
    font-size: 15px;
  }
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div {
  margin-top: 30px;
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div .sub_2dul .sub_2dli {
  text-align: left;
  margin-bottom: 18px;
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div .sub_2dul .sub_2dli {
    margin-bottom: 13px;
  }
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div .sub_2dul .sub_2dli:last-child {
  margin-bottom: 0;
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div .sub_2dul .sub_2dli .sub_2da {
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div .sub_2dul .sub_2dli .sub_2da {
    font-size: 15px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div .sub_2dul .sub_2dli .sub_2da {
    font-size: 14px;
  }
}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.menu_li2 .sub-1div .sub-1dul .sub-1dli .sub_2div .sub_2dul .sub_2dli .sub_2da:hover {
  color: #f2a7a0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.at-menu .pc-menu .nav-visible > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div {
    height: 80px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .logo_box img {
    width: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .at-menu .pc-menu .nav-visible > div .logo_box img {
    width: 100px;
  }
}
.at-menu .pc-menu .nav-visible > div .nav-top {
  position: relative;
  width: auto;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul {
  width: auto;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:nth-child(3) .sub_2div {
  display: none;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.on > a span::after {
  display: none;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:first-child {
  margin-right: 0;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:hover .menu-a span {
  color: #f2a7a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:hover .menu-a span::after {
  display: none;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:hover .sub-1div {
  top: 100px;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  opacity: 1;
  visibility: visible;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:hover .sub-1div {
    top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .menu-a {
    padding: 0 5px;
  }
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .menu-a span {
  font-size: 17px;
  color: #555;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .menu-a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .menu-a span {
    font-size: 14px;
  }
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .menu-a span i {
  display: inline-block;
  margin-left: 7px;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div {
  top: 70px;
  border: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  display: unset;
  opacity: 0;
  visibility: hidden;
  width: 207px;
  padding: 25px;
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div {
    padding: 15px;
    width: 160px;
  }
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli {
  margin-bottom: 15px;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli:last-child {
  margin-bottom: 0;
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli .sub-1da {
  padding: 0;
  text-align: left;
  border: 0;
  font-size: 16px;
  color: #7f7f7f;
  text-transform: capitalize;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli .sub-1da {
    font-size: 15px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli .sub-1da {
    font-size: 14px;
  }
}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli .sub-1da:hover {
  background: unset;
  color: #f2a7a0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right {
  position: relative;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right .admin_btn {
  position: absolute;
  top: -20px;
  right: 10px;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul {
    gap: 5px;
  }
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li {
  position: relative;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:first-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:first-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:first-child {
    padding-right: 5px;
  }
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 13px;
  background-color: #aeaeae;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:last-child a {
  height: 60px;
  line-height: 59px;
  padding: 0 25px;
  background-color: #f2a7a0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 5px;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:last-child a {
    font-size: 16px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:last-child a {
    font-size: 13px;
    padding: 0 5px;
    height: 45px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li:last-child a {
    font-size: 12px;
    height: 40px;
    line-height: 39px;
  }
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li a {
  font-size: 17px;
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li a {
    font-size: 14px;
  }
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li a i {
  display: inline-block;
  margin-left: 7px;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu {
  position: absolute;
  top: 35px;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 22px 25px;
  background-color: rgba(255, 255, 255, 0.95);
  width: calc(100% + 75px);
  z-index: 1;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu.on {
  opacity: 1;
  visibility: visible;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu ul li {
  margin-bottom: 16px;
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu ul li {
    margin-bottom: 13px;
  }
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu ul li:last-child {
  margin-bottom: 0;
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu ul li a {
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1360px) {
  .at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu ul li a {
    font-size: 14px;
  }
}
.at-menu .pc-menu .nav-visible > div .pc_menu_right > ul > li.lang_menu_wrap .lang_menu ul li:hover a {
  color: #f2a7a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.m_header {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m_header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m_header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.m_header > div .m_logo img {
  height: 20px;
}
.m_header > div .left_menu img {
  height: 18px;
}
.m_header a.left_menu.head_counsel{position: absolute;right:50px;left:unset}
.m_header > div .left_menu.head_counsel img{height: 30px;}
@media screen and (max-width: 1200px) {
  .m_header a.left_menu.head_counsel{position: absolute;right:50px;left:unset}
}
aside#sidebar-box #sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
aside#sidebar-box #sidebar-content .sidebar-wing-close {
  position: static;
  top: unset;
  right: unset;
  width: auto;
  height: auto;
}
aside#sidebar-box #sidebar-content .sidebar-wing-close img {
  width: 17px;
}
aside#sidebar-box #sidebar-content .sidebar_header {
  padding: 20px 15px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
aside#sidebar-box #sidebar-content .sidebar_header .sidebar_h_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
aside#sidebar-box #sidebar-content .sidebar_header .sidebar_h_left ul li {
  position: relative;
}
aside#sidebar-box #sidebar-content .sidebar_header .sidebar_h_left ul li a {
  font-size: 14px;
  color: #7f7f7f;
  text-transform: uppercase;
}
aside#sidebar-box #sidebar-content .sidebar_header .sidebar_h_left ul li a img {
  width: 9px;
  margin-bottom: 2px;
}
aside#sidebar-box #sidebar-content .sidebar_header .sidebar_h_left ul li + li {
  padding-left: 12px;
  margin-left: 12px;
}
aside#sidebar-box #sidebar-content .sidebar_header .sidebar_h_left ul li + li::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #aeaeae;
}
aside#sidebar-box #sidebar-content #sidebar-menu {
  padding: 0 10px 0 27px;
}
@media screen and (max-width: 991px) {
  aside#sidebar-box #sidebar-content #sidebar-menu .menu_li {
    padding-bottom: 5px;
  }
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt .is-sub,
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt > a {
  padding: 0;
  font-size: 19px;
  color: #555;
  font-weight: 400;
  text-transform: uppercase;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt .is-sub:hover,
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt > a:hover {
  color: #ff9187;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt .is-sub.active,
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt > a.active {
  color: #ff9187;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt .is-sub.active span,
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt > a.active span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt .is-sub.active span::after, aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt .is-sub.active span::before,
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt > a.active span::after,
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_tt > a.active span::before {
  opacity: 0.5;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub {
  padding: 18px 0 22px;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel:last-child .sub03_ca {
  margin-bottom: 0;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .sub03_ca {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .sub03_ca span {
  position: relative;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .sub03_ca span::after {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  color: #555;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .sub03_ca.active span::after {
  content: "+";
  color: rgba(34, 34, 34, 0.5);
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .sub03_ca.active .sub01_ca {
  color: #555 !important;
  font-weight: 600 !important;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .sub03_ca .sub01_ca {
  line-height: 1;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .ca-sub {
  background: #fff;
  border: 0;
  padding: 20px 0 0 10px;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .ca-sub li:hover a {
  color: #ff9187 !important;
  font-weight: 400;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub .sub03_panel .ca-sub li a {
  color: #7f7f7f;
  font-weight: 400;
  font-size: 13px;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub > li:hover > a {
  color: #555 !important;
  font-weight: 600 !important;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub > li + li {
  margin-top: 22px;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub > li:first-child {
  margin-top: 0;
}
aside#sidebar-box #sidebar-content #sidebar-menu .menu_li .menu_li_sub > li a {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
}
aside#sidebar-box #sidebar-content .sidebar-link {
  text-align: center;
}
aside#sidebar-box #sidebar-content .sidebar-link a {
  width: 220px;
  display: inline-block;
  height: 44px;
  line-height: 43px;
  background-color: #f2a7a0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
}

/*
thema/main-shop-basic-wide.php
메인
*/
.sec_tit {
  font-size: 40px;
  color: #333;
  font-weight: 700;
  /* text-transform: uppercase; */
  text-align: center;
  margin-bottom: 34px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1360px) {
  .sec_tit {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .sec_tit {
    font-size: 38px;
    line-height: 43px;
  }
}
@media screen and (max-width: 480px) {
  .sec_tit {
    font-size: 26px;
    line-height: 31px;
  }
}

.sec_desc {
  font-size: 18px;
  color: #666;
  font-family: Taipei Sans TC;
  line-height: 29px;
  text-align: center;
  font-weight: 300;
  word-break:keep-all;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1360px) {
  .sec_desc {
    font-size: 20px;
    line-height: 30px;
	word-break:keep-all
  }
}
@media screen and (max-width: 991px) {
  .sec_desc {
    word-break: keep-all;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .sec_desc {
    font-size: 17px;
    line-height: 26px;
  }
}

.sec_btn {
  font-size: 18px;
  color: #fff !important;
  background-color: #f2a7a0;
  width: 170px;
  height: 50px;
  line-height: 49px;
  border-radius: 4px;
  /* text-transform: uppercase; */
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1360px) {
  .sec_btn {
    font-size: 16px;
    width: 160px;
    height: 45px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .sec_btn {
    font-size: 14px;
    width: 135px;
    height: 45px;
    line-height: 44px;
  }
}

.sec01 .swiper-wrapper img {
  width: 100%;
}
@media (max-width: 1919px) {
  .sec01 .swiper-wrapper img {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .sec01 .swiper-wrapper img {
    width: unset;
    max-width: unset !important;
  }
}
@media (min-width: 1921px) {
  .sec01 .swiper-wrapper img {
    width: 100%;
  }
}

.sec02 {
  padding: 95px 0 0;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .sec02 {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .sec02 {
    padding: 56px 0 0;
  }
}
.sec02 .sec02_top {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 100px;
}
@media screen and (max-width: 1360px) {
  .sec02 .sec02_top {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_top {
    padding-bottom: 60px;
  }
}
.sec02 .sec02_top .sec_btn {
  margin-top: 57px;
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_top .sec_btn {
    margin-top: 35px;
  }
}
.sec02 .sec02_top .sec_tit {
  margin-bottom: 30px;
}
.sec02 .sec02_top .sec_tit span{font-weight: 700;}
.sec02 .sec02_bottom {
  padding: 170px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1360px) {
  .sec02 .sec02_bottom {
    padding: 110px 60px;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .sec02 .sec02_bottom {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom {
    gap: 15px;
  }
}
.sec02 .sec02_bottom .sec02_bt_box {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .sec02 .sec02_bottom .sec02_bt_box {
    width: calc(33.333% - 30px);
  }
}
@media screen and (max-width: 1360px) {
  .sec02 .sec02_bottom .sec02_bt_box {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom .sec02_bt_box {
    width: calc(50% - 8px);
  }
}
.sec02 .sec02_bottom .sec02_bt_box .img_box {
  position: relative;
}
.sec02 .sec02_bottom .sec02_bt_box .img_box img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .sec02 .sec02_bottom .sec02_bt_box .img_box img {
    width: 100%;
  }
}
.sec02 .sec02_bottom .sec02_bt_box .img_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec02 .sec02_bottom .sec02_bt_box .txt_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0 40px 38px;
  text-align: left;
}
@media screen and (max-width: 1360px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box {
    padding: 15px;
  }
}
.sec02 .sec02_bottom .sec02_bt_box .txt_box p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1360px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box p {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }
}
.sec02 .sec02_bottom .sec02_bt_box .txt_box h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  padding-top: 21px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box h4 {
    font-size: 22px;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box h4 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box h4 {
    font-size: 15px;
  }
}
.sec02 .sec02_bottom .sec02_bt_box .txt_box h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #f2a7a0;
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom .sec02_bt_box .txt_box h4::after {
    width: 22px;
    height: 2px;
  }
}
.sec02 .sec02_bottom .sec02_bt_box:hover .img_box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec02 .sec02_bottom .sec02_bt_box:hover .img_box::after {
  background-color: rgba(51, 51, 51, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom .sec02_bt_box:hover .img_box::after {
    display: none;
  }
}
.sec02 .sec02_bottom .sec02_bt_box:hover .txt_box p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .sec02 .sec02_bottom .sec02_bt_box:hover .txt_box p {
    display: none;
  }
}

.sec03 {
  background-color: #F6F6F6;
  padding: 120px 0;
}
.sec03 .container_fix {
  max-width: 1310px;
}
@media screen and (max-width: 1360px) {
  .sec03 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec03 {
    padding: 57px 0 40px;
  }
}
.sec03 .sec_tit {
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec_tit {
    margin-bottom: 16px;
  }
}
.sec03 > div .sec03_swiper {
  margin-top: 85px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec03 > div .sec03_swiper {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1280px) {
  .sec03 > div .sec03_swiper {
    margin-top: 35px;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper {
  position: relative;
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .sec03_swiper_left {
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .sec03_swiper_left {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_left {
  width: 50%;
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_left img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_left {
    width: 75%;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 120px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right {
    padding-top: calc(31% + 23px);
    width: unset;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right h5 {
  font-size: 33px;
  color: #333;
  font-weight: 400;
  margin-bottom: 32px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1500px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right h5 {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right h5 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right h5 {
    font-size: 22px;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc1 {
  font-size: 19px;
  color: #7f7f7f;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1500px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc1 {
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc1 {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc2 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 300;
  color: #555;
  margin-top: 32px;
}
@media screen and (max-width: 1500px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc2 {
    margin-top: 28px;
    word-break: keep-all;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc2::before {
  content: "”";
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 240px;
  font-family: "굴림", serif;
  color: #eaeaea;
  letter-spacing: -0.5px;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right .sec03_desc2::before {
    font-size: 180px;
    right: 0;
    top: -40px;
	display:none;
  }
}
.sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right a {
  margin: 60px 0 0;
}
@media screen and (max-width: 1500px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right a {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-wrapper .swiper-slide .swiper_slide_box .sec03_swiper_right a {
    margin: 74px auto 0;
  }
}
.sec03 > div .sec03_swiper .swiper-pagination {
  position: absolute;
  top: 25px;
  left: 50%;
  height: 60px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-pagination {
    top: 56%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 > div .sec03_swiper .swiper-pagination {
    top: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sec03 > div .sec03_swiper .swiper-pagination {
    top: 40%;
  }
}
@media screen and (max-width: 480px) {
  .sec03 > div .sec03_swiper .swiper-pagination {
    top: 36%;
  }
}
@media (max-width: 430px) {
  .sec03 > div .sec03_swiper .swiper-pagination {
    top: 35%;
  }
}
@media (max-width: 396px) {
  .sec03 > div .sec03_swiper .swiper-pagination {
    top: 78vw;
  }
}
.sec03 > div .sec03_swiper .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 50%;
  border: 3px solid transparent;
  background: transparent;
  opacity: 0.55;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 991px) {
  .sec03 > div .sec03_swiper .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid transparent;
  }
}
.sec03 > div .sec03_swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.sec03 > div .sec03_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #f2a7a0;
  opacity: 1;
}
.sec03 > div .swiper-button-next,
.sec03 > div .swiper-button-prev {
  top: 50%;
  z-index: 300;
  left: -5%;
  -webkit-transform: translateY(calc(-50% + 90px));
          transform: translateY(calc(-50% + 90px));
}
@media screen and (max-width: 991px) {
  .sec03 > div .swiper-button-next,
  .sec03 > div .swiper-button-prev {
    top: 26%;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 > div .swiper-button-next,
  .sec03 > div .swiper-button-prev {
    top: 33%;
  }
}
@media screen and (max-width: 600px) {
  .sec03 > div .swiper-button-next,
  .sec03 > div .swiper-button-prev {
    top: 31%;
  }
}
@media screen and (max-width: 480px) {
  .sec03 > div .swiper-button-next,
  .sec03 > div .swiper-button-prev {
    top: 21%;
  }
}
.sec03 > div .swiper-button-next.swiper-button-disabled,
.sec03 > div .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.sec03 > div .swiper-button-next::after,
.sec03 > div .swiper-button-prev::after {
  background-image: url(../img/sec03_prev.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 15px;
  height: 27px;
}
@media screen and (max-width: 991px) {
  .sec03 > div .swiper-button-next::after,
  .sec03 > div .swiper-button-prev::after {
    background-image: url(../img/msec03_prev.png);
    width: 15px;
    height: 23px;
    background-size: contain;
  }
}
.sec03 > div .swiper-button-next {
  right: -5%;
  left: unset;
}
@media screen and (max-width: 991px) {
  .sec03 > div .swiper-button-next {
    right: 15px;
  }
}
.sec03 > div .swiper-button-next::after {
  background-image: url(../img/sec03_next.png);
}
@media screen and (max-width: 991px) {
  .sec03 > div .swiper-button-next::after {
    background-image: url(../img/msec03_next.png);
  }
}

.sec04 {
  position: relative;
  padding: 200px 0 0;
}
@media screen and (max-width: 1600px) {
  .sec04 {
    padding: 150px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .sec04 {
    padding: 90px 0 50px;
  }
}
.sec04 > div .sec_tit {
  margin-bottom: 70px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 991px) {
  .sec04 > div .sec_tit {
    margin-bottom: 35px;
  }
}

.sec04_faq_wrap .miso-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list {
    display: block;
    padding: 0 15px;
  }
}
.sec04_faq_wrap .miso-faq-list > div {
  width: calc(50% - 20px);
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list > div {
    width: 100%;
    border-width: 1px;
  }
  .sec04_faq_wrap .miso-faq-list > div:last-child {
    border: 0;
  }
}
.sec04_faq_wrap .miso-faq-list .panel {
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel {
    border-width: 1px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading {
  padding: 33px 23px 33px 30px;
  border: 0;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading {
    padding: 21.5px 11.5px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading.active {
  padding-bottom: 22px;
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading.active .faq_arrow_icon::before, .sec04_faq_wrap .miso-faq-list .panel .panel-heading.active .faq_arrow_icon::after {
  width: 18px;
  height: 2px;
  background-color: #f2a7a0;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading.active .faq_arrow_icon::before, .sec04_faq_wrap .miso-faq-list .panel .panel-heading.active .faq_arrow_icon::after {
    width: 16px;
    height: 1px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_q_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 25px);
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_text_box .text {
  width: calc(100% - 50px);
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_text_box .text p {
  font-size: 22px;
  color: #333;
  font-weight: 300;
  word-break: keep-all;
  line-height:30px
}
@media screen and (max-width: 1280px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_text_box .text p {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_text_box .text p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_text_box .text p {
    font-size: 17px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_arrow_icon {
  position: relative;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_arrow_icon {
    margin-bottom: 0;
    width: 15px;
    height: 15px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_arrow_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #f2a7a0;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_arrow_icon::after {
    width: 16px;
    height: 1px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_arrow_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  background-color: #f2a7a0;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .panel-heading .faq_arrow_icon::before {
    width: 1px;
    height: 16px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .faq_a_box {
  display: none;
}
.sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 38px 29px;
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body {
    padding: 0 10px 20px 10px;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text {
  width: calc(100% - 50px);
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text {
    padding-top: 8px;
    width: 100%;
  }
}
.sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text p,.sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text., .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text p span {
  word-break: keep-all;
  font-size: 16px !important;
  color: #858585 !important;
  line-height: 26px !important;
  font-weight: 300 !important;
}

.sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text, .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text p, .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text p span, .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text span{
  word-break: keep-all;
  font-size: 16px !important;
  color: #858585 !important;
  line-height: 26px !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 1280px) {
  .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text p {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .sec04_faq_wrap .miso-faq-list .panel .faq_a_box .panel-body .text p {
    font-size: 15px;
    line-height: 20px;
  }
}

.sec_04_link {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .sec_04_link {
    margin-top: 40px;
  }
}

.sec05 {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 1600px) {
  .sec05 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .sec05 {
    padding-bottom: 80px;
  }
}
.sec05 .sec_tit {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .sec05 .sec_tit {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .sec05 .sec_tit {
    margin-bottom: 37px !important;
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .mtab_menu {
  padding: 0 15px;
  margin-bottom: 33px;
}
.sec05 .sec05_slide_wrap .sec05_gallery .mtab_menu ul {
  display: table;
}
.sec05 .sec05_slide_wrap .sec05_gallery .mtab_menu ul li {
  display: table-cell;
  table-layout: fixed;
  white-space: nowrap;
}
.sec05 .sec05_slide_wrap .sec05_gallery .mtab_menu ul li.active a {
  background-color: #f2a7a0;
  border-color: #f2a7a0;
  color: #fff;
}
.sec05 .sec05_slide_wrap .sec05_gallery .mtab_menu ul li:first-child a {
  margin-left: 0;
}
.sec05 .sec05_slide_wrap .sec05_gallery .mtab_menu ul li a {
  font-size: 12px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 35px;
  line-height: 34px;
  display: block;
  padding: 0 10px;
  margin-left: 10px;
  text-transform: uppercase;
}
.sec05 .sec05_slide_wrap .sec05_gallery .tab_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .tab_menu ul {
    margin-bottom: 33px;
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .tab_menu ul li.active a {
  background-color: #f2a7a0;
  border-color: #f2a7a0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec05 .sec05_slide_wrap .sec05_gallery .tab_menu ul li a {
  width: 160px;
  height: 46px;
  line-height: 45px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: #666;
  /* text-transform: uppercase; */
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap {
  display: none;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap:first-child {
  display: block;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide {
    padding: 0 30px;
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide:hover .slide_box .text_box {
  opacity: 1;
  visibility: visible;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box {
  overflow: hidden;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .img_box img {
  width: 100%;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box {
    width: calc(100% - 60px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box a {
  background-color: rgba(51, 51, 51, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box h3 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 22px;
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box h3 {
    font-size: 14px;
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box span {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .sec05-container .swiper-wrapper .swiper-slide .slide_box .text_box span {
    font-size: 13px;
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-prev,
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-next {
  opacity: 1;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
  outline: 0;
  top: 56%;
}
@media screen and (max-width: 1500px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-prev,
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-next {
    top: 64%;
  }
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-prev,
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-next {
    height: 50px;
    top: 59%;
  }
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-prev img,
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-next img {
    height: 50px;
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-prev::after,
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-next::after {
  font-size: 0;
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-prev {
  left: 4%;
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-prev {
    left: 0;
  }
}
.sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-next {
  right: 4%;
}
@media screen and (max-width: 991px) {
  .sec05 .sec05_slide_wrap .sec05_gallery .sec05-container-wrap-box .sec05-container-wrap .swiper_btn .swiper-button-next {
    right: 0;
  }
}

.sec06 {
  position: relative;
  background-image: url(../img/sec06_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 120px 0;
}
@media screen and (max-width: 1600px) {
  .sec06 {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1921px) {
  .sec06 {
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .sec06 {
    background-image: url(../img/msec06_bg.jpg);
    background-position: left top;
    padding: 60px 0 56px;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_link {
    text-align: center;
  }
  .sec06 > div .sec06_link a {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    display: inline-block;
    margin: 37px auto 0;
    text-transform: uppercase;
  }
}
.sec06 > div .sec06_top {
  position: relative;
  margin-bottom: 57px;
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_top {
    margin-bottom: 35px;
  }
}
.sec06 > div .sec06_top h2 {
  color: #555555;
  margin-bottom: 23px;
}
@media screen and (max-width: 1500px) {
  .sec06 > div .sec06_top h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_top h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1;
  }
}
.sec06 > div .sec06_top p {
  font-size: 22px;
  color: #555555;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .sec06 > div .sec06_top p {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_top p {
    font-size: 15px;
    line-height: 1.3;
  }
}
.sec06 > div .sec06_top a {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-weight: 400;
  color: #555555;
  font-size: 19px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .sec06 > div .sec06_top a {
    font-size: 16px;
  }
}
.sec06 > div .sec06_bottom {
  position: relative;
}
.sec06 > div .sec06_bottom .post-wrap .post-row {
  width: 20.4% !important;
}
.sec06 > div .sec06_bottom .post-wrap .post-row:first-child {
  width: 58.882% !important;
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row:first-child {
    width: 100% !important;
  }
}
.sec06 > div .sec06_bottom .post-wrap .post-row:first-child .post-list {
  margin-right: 35px !important;
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row:first-child .post-list {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
}
.sec06 > div .sec06_bottom .post-wrap .post-row:first-child .post-content {
  display: none;
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row {
    width: 50% !important;
  }
}
.sec06 > div .sec06_bottom .post-wrap .post-row .post-content {
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row .post-content {
    padding-top: 11px;
  }
}
.sec06 > div .sec06_bottom .post-wrap .post-row .post-content h5 {
  font-size: 22px;
  color: #555555;
  font-weight: 400;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row .post-content h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row .post-content h5 {
    font-size: 15px;
  }
}
.sec06 > div .sec06_bottom .post-wrap .post-row .post-content p {
  font-size: 19px;
  color: #555555;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1500px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row .post-content p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .sec06 > div .sec06_bottom .post-wrap .post-row .post-content p {
    font-size: 14px;
  }
}

.sec07 {
  position: relative;
  padding: 170px 0 165px;
}
@media screen and (max-width: 1500px) {
  .sec07 {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec07 {
    padding: 80px 0;
  }
}
.sec07 > div .sec_tit {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec_tit {
    margin-bottom: 35px;
  }
}
.sec07 > div .sec07_list_wrap {
  background-color: #f6f6f6;
  padding: 95px 75px;
}
@media screen and (max-width: 1360px) {
  .sec07 > div .sec07_list_wrap {
    padding: 75px 45px;
  }
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec07_list_wrap {
    padding: 50px 15px;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #e0e2e5;
  height: 1px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap::after {
    width: 1px;
    height: 100%;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li {
  position: relative;
  width: 25%;
  padding-top: 30px;
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon1.png);
    width: 120px;
    height: 120px;
    margin: auto;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.95%;
    margin-left: 12px;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .img_box {
    min-width: 80px;
    max-width: 80px;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .img_box img {
    display: block;
    width: 100%;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .txt_box {
    text-align: left;
    padding-top: 13px;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .txt_box span {
    font-size: 16px;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .txt_box h4 {
    font-size: 17px;
    margin: 13.5px 0 20px 0;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .txt_box p {
    font-size: 16px;
    line-height: 1.4;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li .sec07_cont_box .txt_box .p2 {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(2) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon2.png);
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(3) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon3.png);
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(4) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon4.png);
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(5) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon5.png);
  }
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li {
    padding-top: 0;
    width: 100%;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:first-child {
    padding-top: 15px;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:first-child::after {
    top: 60px;
  }
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:first-child .sec07_cont_box {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:first-child::after {
    top: 49px;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li span {
  text-transform: uppercase;
  font-size: 20px;
  color: #7f7f7f;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1500px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li span {
    font-size: 16px;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on {
  color: #f9a59d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on span {
    color: #f9a59d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on::after {
    background-color: #f9a59d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon1_on.png);
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on:nth-child(2) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon2_on.png);
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on:nth-child(3) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon3_on.png);
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on:nth-child(4) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon4_on.png);
  }
}
@media screen and (min-width: 1000px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li.on:nth-child(5) .sec07_cont_box .img_box {
    background-image: url(../img/sec07_icon5_on.png);
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #cacbcd;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li::after {
    left: -2px;
    -webkit-transform: unset;
            transform: unset;
    top: 68px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 480px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li::after {
    top: 60px;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(2) .sec07_cont_box .img_box {
  background-image: url(../img/sec07_icon2.png);
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(2) .sec07_cont_box .img_box {
    background-image: unset;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(3) .sec07_cont_box .img_box {
  background-image: url(../img/sec07_icon3.png);
}
@media screen and (max-width: 991px) {
  .sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li:nth-child(3) .sec07_cont_box .img_box {
    background-image: unset;
  }
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li h4 {
  font-size: 22px;
  color: #555555;
  font-weight: 700;
  margin: 25px 0 25px 0;
  text-transform: uppercase;
  line-height: 1.4;
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li h4 + p {
  font-size: 19px;
  color: #7f7f7f;
  font-weight: 400;
  line-height: 1.4;
}
.sec07 > div .sec07_list_wrap .sec07_cont_box_wrap ul li h4 + p + .p2 {
  font-size: 19px;
  color: #7f7f7f;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
}
.sec07 > div .sec07_bottom {
  padding: 166px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.53%;
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom {
    padding: 65px 0 0 0;
  }
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec07 > div .sec07_bottom .sec07_left img {
  display: block;
  width: 100%;
}
.sec07 > div .sec07_bottom .sec07_right {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom .sec07_right {
    margin-top: 30px;
  }
}
.sec07 > div .sec07_bottom .sec07_right .sec07_right_box {
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom .sec07_right .sec07_right_box {
    padding: 0 10px;
  }
}
.sec07 > div .sec07_bottom .sec07_right .sec07_right_box:not(:first-of-type) {
  margin-top: 33px;
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom .sec07_right .sec07_right_box:not(:first-of-type) {
    margin-top: 23px;
  }
}
.sec07 > div .sec07_bottom .sec07_right .sec07_right_box span {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom .sec07_right .sec07_right_box span {
    font-size: 18px;
  }
}
.sec07 > div .sec07_bottom .sec07_right .sec07_right_box span + p {
  color: #7f7f7f;
  font-size: 19px;
  margin: 20px 0 33px 0;
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom .sec07_right .sec07_right_box span + p {
    font-size: 16px;
    margin: 15px 0 23px 0;
    line-height: 1.4;
  }
}
.sec07 > div .sec07_bottom .sec07_right .sec07_bot_link {
  margin-top: 42px;
  width: 270px;
}
@media (max-width: 991px) {
  .sec07 > div .sec07_bottom .sec07_right .sec07_bot_link {
    width: 198px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.sec08_review_wrap {
  background: url(../img/sec08_bg.jpg) no-repeat center center;
  width: 100%;
  padding: 117px 0 104px 0;
}
@media (max-width: 991px) {
  .sec08_review_wrap {
    padding: 0;
  }
}
.sec08_review_wrap .swiper-wrapper {
  padding: 55px 0 65px 0;
}
.sec08_review_wrap .sec08_desc {
  text-align: center;
  color: #333333;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 991px) {
  .sec08_review_wrap .sec08_desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.sec08_review_wrap .sec08_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.5%;
  margin-top: 42px;
}
@media (max-width: 991px) {
  .sec08_review_wrap .sec08_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec08_review_wrap .sec08_info .sec08_right {
  width: calc(100% - 55px);
}
@media (max-width: 991px) {
  .sec08_review_wrap .sec08_info .sec08_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec08_review_wrap .sec08_info .sec08_right span {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 991px) {
  .sec08_review_wrap .sec08_info .sec08_right span {
    font-size: 17px;
    display: block;
    text-align: center;
    margin: 15px 0 9px 0;
  }
}
.sec08_review_wrap .sec08_info .sec08_right .sec08_star_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.sec08_review_wrap .sec08_info .sec08_right .sec08_star_wrap span {
  margin: 0;
}
.sec08_review_wrap .sec08_info .sec08_right .sec08_star_wrap .sec08_star.on span {
  color: #f2a7a0;
}
@media (max-width: 991px) {
  .sec08_review_wrap .img_box {
    width: 54px;
    height: 54px;
  }
  .sec08_review_wrap .img_box img {
    display: block;
    width: 100%;
  }
}
.sec08_review_wrap .sec08_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.sec08_review_wrap .sec08_arrow > div {
  width: 13px;
}
.sec08_review_wrap .sec08_arrow > div img {
  display: block;
  width: 100%;
}

.sec09 {
  padding: 165px 0 170px 0;
}
@media (max-width: 991px) {
  .sec09 {
    padding: 80px 0;
  }
}
.sec09 .sec_tit_logo {
  margin: auto;
  width: 186px;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .sec09 .sec_tit_logo {
    max-width: 121px;
    margin-bottom: 30px;
  }
}
.sec09 .sec_tit_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec10 .google_map {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .sec10 .google_map {
    height: 230px;
  }
}
.sec10 .google_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.sec10 .google_txt {
  width: 100%;
  display: block;
  padding: 25px 15px;
  background-color: #252525;
  color: white;
  text-align: center;
}
.sec10 .google_txt p {
  font-size: 15px;
  word-break: break-word;
}
@media (max-width: 991px) {
  .sec10 .google_txt {
    font-size: 12.5px;
    line-height: 1.3;
    font-weight: 300;
  }
}

.fix_footer {
  background-color: #3f3f3f;
  padding: 60px 0 40px 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .fix_footer {
    padding: 39px 0;
  }
}
.fix_footer .f_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35.33%;
  border-bottom: 2px solid #474747;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .fix_footer .f_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 37px;
  }
}
.fix_footer .f_top .f_top_left {
  max-width: 218px;
  color: #afafaf;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .fix_footer .f_top .f_top_left {
    font-size: 12px;
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .fix_footer .f_top .f_top_left .f_top_txt p {
    font-size: 14px;
  }
}
.fix_footer .f_top .f_top_left .f_top_txt:not(:last-of-type) {
  margin: 55px 0 35px 0;
}
@media (max-width: 991px) {
  .fix_footer .f_top .f_top_left .f_top_txt:not(:last-of-type) {
    margin: 30px 0 21.5px 0;
  }
}
@media (max-width: 991px) {
  .fix_footer .f_top .f_top_left .f_logo {
    width: 136.5px;
  }
  .fix_footer .f_top .f_top_left .f_logo img {
    display: block;
    width: 100%;
  }
}
.fix_footer .f_top .f_top_right {
  width: 100%;
}
.fix_footer .f_top .f_top_right .menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .fix_footer .f_top .f_top_right .menu-ul > li:first-of-type {
    width: 100%;
  }
  .fix_footer .f_top .f_top_right .menu-ul > li:first-of-type span {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .fix_footer .f_top .f_top_right .menu-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
  }
}
.fix_footer .f_top .f_top_right .menu-ul span {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .fix_footer .f_top .f_top_right .menu-ul span {
    font-size: 20px;
	text-wrap:nowrap
  }
}
.fix_footer .f_top .f_top_right .menu-ul li {
  width: auto;
	margin-right:20px
}
@media (max-width: 1200px) {
  .fix_footer .f_top .f_top_right .menu-ul li {
    width: 50%;
  }
}
.fix_footer .f_top .f_top_right .menu-ul .sub-1dul {
  width: 100%;
}
.fix_footer .f_top .f_top_right .menu-ul .sub-1dul li {
  width: 100%;
  font-size: 15px;
  color: #b0b0b0;
}
@media (max-width: 991px) {
  .fix_footer .f_top .f_top_right .menu-ul .sub-1dul li a {
    font-size: 18px;
	text-wrap:nowrap;
  }
}
.fix_footer .f_top .f_top_right .menu-ul .sub-1dul li:not(:first-of-type) {
  margin-top: 16px;
}
.fix_footer .f_bottom {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19.33%;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fix_footer .f_bottom a, .fix_footer .f_bottom span, .fix_footer .f_bottom li, .fix_footer .f_bottom h4 {
  font-size: 15px;
  color: #afafaf;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom a, .fix_footer .f_bottom span, .fix_footer .f_bottom li, .fix_footer .f_bottom h4 {
    font-size: 14px;
  }
}
.fix_footer .f_bottom .f_bot_left {
  width: 65%;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom .f_bot_left {
    width: 100%;
  }
}
.fix_footer .f_bottom .info_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom .info_ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 375px;
  }
  .fix_footer .f_bottom .info_ul > li.m_inbk {
    position: relative;
  }
  .fix_footer .f_bottom .info_ul > li.m_inbk::after {
    display: block;
    position: absolute;
    right: -9px;
    top: 3px;
    content: "";
    width: 1px;
    height: 11px;
    background-color: #afafaf;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .fix_footer .f_bottom .info_ul > li.m_inbk::after {
    display: none;
  }
}
.fix_footer .f_bottom .info_ul > li:not(:last-of-type) {
  position: relative;
}
.fix_footer .f_bottom .info_ul > li:not(:last-of-type)::after {
  display: block;
  position: absolute;
  right: -9px;
  top: 3px;
  content: "";
  width: 1px;
  height: 11px;
  background-color: #afafaf;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom .info_ul > li:not(:last-of-type)::after {
    display: none;
  }
}
.fix_footer .f_bottom .info_ul::before {
  display: none;
}
.fix_footer .f_bottom h4 {
  margin: 14px 0 30px 0;
}
.fix_footer .f_bottom .fix_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.17%;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom .fix_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
}
.fix_footer .f_bottom .f_bot_right {
  width: 8%;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom .f_bot_right {
    width: 100%;
  }
}
.fix_footer .f_bottom .f_bot_right .f_sns_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .fix_footer .f_bottom .f_bot_right .f_sns_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    margin-top: 40px;
  }
  .fix_footer .f_bottom .f_bot_right .f_sns_menu li, .fix_footer .f_bottom .f_bot_right .f_sns_menu li a {
    width: 20px;
    height: 20px;
  }
  .fix_footer .f_bottom .f_bot_right .f_sns_menu li img, .fix_footer .f_bottom .f_bot_right .f_sns_menu li a img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.go_top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 999;
}
@media (max-width: 991px) {
  .go_top {
    right: 15px;
  }
}
.go_top img {
  width: 40px;
  height: 40px;
}

.fix_menu_wrap {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
  font-size: 12px;
}
@media (max-width: 991px) {
  .fix_menu_wrap {
    font-size: 10px;
    right: 15px;
  }
}
.fix_menu_wrap .qr_code {
  position: absolute;
  top: 90px;
  left: -126px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix_menu_wrap .qr_code.on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix_menu_wrap li.consult .fix_sub_menu_wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix_menu_wrap li.consult .fix_sub_menu_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 16px;
  margin-top: 14px;
  gap: 10px;
}
@media (max-width: 991px) {
  .fix_menu_wrap li.consult .fix_sub_menu_wrap ul {
    margin-left: 7px;
    margin-top: 12.5px;
  }
}
.fix_menu_wrap li.consult .fix_sub_menu_wrap ul li a {
  color: #858585;
  font-size: 12px;
}
.fix_menu_wrap li.consult .fix_sub_menu_wrap ul li img {
  margin-right: 8px;
  width: 17px;
  max-width: 17px;
}
/* .fix_menu_wrap li.consult.active {
  margin-bottom: 83px;
  background-color: #736e6d;
} */
@media (max-width: 991px) {
  .fix_menu_wrap li.consult.active {
    margin-bottom: 83px;
  }
}
.fix_menu_wrap li.consult.active .fix_sub_menu_wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix_menu_wrap li.sns .fix_sub_menu_wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix_menu_wrap li.sns .fix_sub_menu_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 16px;
  margin-top: 14px;
  gap: 10px;
}
@media (max-width: 991px) {
  .fix_menu_wrap li.sns .fix_sub_menu_wrap ul {
    margin-left: 7px;
    margin-top: 12.5px;
  }
}
.fix_menu_wrap li.sns .fix_sub_menu_wrap ul li a {
  color: #858585;
  font-size: 12px;
}
.fix_menu_wrap li.sns .fix_sub_menu_wrap ul li img {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .fix_menu_wrap li.sns .fix_sub_menu_wrap ul li img {
    width: 17px;
    margin-right: 6.5px;
  }
}
.fix_menu_wrap li.sns.active {
  margin-bottom: 80px;
  background-color: #736e6d;
}
.fix_menu_wrap li.sns.active .fix_sub_menu_wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix_menu_wrap > ul > li {
  width: 120px;
  height: 35px;
  color: white;
  background-color: #9b9694;
  border-radius: 30px;
}
.fix_menu_wrap > ul > li.quick_whatapp{
  background:#ddd;
  text-transform:none
}
.fix_menu_wrap > ul > li.quick_whatapp img{width:150px}
@media (max-width: 991px) {
  .fix_menu_wrap > ul > li {
    width: 95px;
    height: 25px;
  }
  .fix_menu_wrap > ul > li.quick_whatapp img{width:120px}
}
.fix_menu_wrap > ul > li a {
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fix_menu_wrap > ul > li a {
    font-size: 10px;
  }
  .fix_menu_wrap > ul > li a span {
    font-size: 10px;
  }
  
}
.fix_menu_wrap > ul > li:not(:first-of-type) {
  margin-top: 12px;
}/*# sourceMappingURL=style.css.map */

/* 2024.01.02 LSY MAINTENANCE */
/* .at-menu .pc-menu .nav-visible > div .nav-top {position: initial;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li {position: initial;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:hover .sub-1div {max-width: 1900px;width: 100%; padding: 50px 35px;}
.at-menu .pc-menu .nav-top ul {display: flex;	 gap:  0 90px;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli > div > ul {display: flex; flex-direction: column; align-items: flex-start; margin-top: 35px; gap: 25px;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli > div > ul > li > a {transition: all 350ms;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli > div > ul > a {font-size: 16px;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli > div > ul > li:hover > a {color: #f2a7a0;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li .sub-1div .sub-1dli .sub-1da {font-size: 17px;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li:hover .sub-1div { background: rgba(255, 255, 255, 0.98);} */
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu:hover .sub-1div {max-width: 1900px;width: 100%; padding: 50px 35px; position:fixed;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div > ul {display: flex;	 gap:  0 50px;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div .sub-1dli > div > ul {display: flex; flex-direction: column; align-items: flex-start; margin-top: 35px; }
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div .sub-1dli > div > ul > li > a {transition: all 350ms; font-size: 13px; text-align: left; display: block;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div .sub-1dli > div > ul > a {font-size: 16px;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div .sub-1dli > div > ul > li:hover > a {color: #f2a7a0;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div .sub-1dli .sub-1da {font-size: 17px; font-weight: 400;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu:hover .sub-1div { background: rgba(255, 255, 255, 0.98);}
.at-menu .pc-menu.menu_active .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu.menu_li2 .sub-1div .sub-1dul {padding: 0;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div .sub-1dli .sub-1da {font-size: 16px;}
.at-menu .pc-menu .nav-visible > div .nav-top .menu-ul .menu-li.wide-menu .sub-1div .sub-1dli > div > ul > li > a {font-size: 14px;}