
/*==================================  팝업  ===================================*/
.popup {
  display: none;
  position: fixed;
  background-color: white;
  border: 1px solid #ccc;
 padding: 0 10px 10px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 80%;
  max-width: 400px;
  border-radius: 8px;
  text-align: center;
  }
  .popup a{cursor: pointer;}
  .overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  }
  .popup-header {
  cursor: move;
  color: #fff;
  }
  .popup img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  }
  .close-button {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #00573f;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  }
  .close-button:hover {
  background-color: #00573f;
  }

  @media screen and (max-width:500px){
    .popup{
      width: 100%;
    }
  }
/*================================== 스크롤 유도버튼  ===================================*/
.intro_wrap .mouse_scr {
  position: absolute;
  top: calc(100vh - 8rem);
  left: 0;
  right: 0;
  z-index: 70;
  text-align: center;
}
.intro_wrap .mouse_scr .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  overflow: hidden;
  margin-left: 0px;
  left: 0;
  opacity: 0.6;
  overflow: visible;
  opacity: 1;
  position: relative;
  animation: nudgeMouse 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.intro_wrap .mouse_scr .ico::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  margin-left: -1px;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 2px;
  height: 6px;
  border-radius: 10px;
  transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
  -webkit-animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
  animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
}
.intro_wrap .nectar-scroll-icon {
  width: 20px;
  height: 45px;
  text-align: center;
  position: relative;
  z-index: 100;
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(-10px);
    transform: scaleY(1) translateY(-10px);
  }
  45% {
    opacity: 0;
    -webkit-transform: scaleY(0.5) translateY(10px);
    transform: scaleY(0.5) translateY(10px);
  }
  46% {
    opacity: 0;
    -webkit-transform: scaleY(1) translateY(-10px);
    transform: scaleY(1) translateY(-10px);
  }
  65%,
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(-10px);
    transform: scaleY(1) translateY(-10px);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  65%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*============================ 메인 슬라이드 ====================================*/

.visual-slider .swiper-slide {
  overflow: hidden;
}
.visual-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
.visual-slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  right: 0;
  bottom: 0;
}

.visual-slider .visual-tit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.visual-slider .visual-tit .num {
  position: absolute;
  top: 50%;
  left: 4rem;
  color: #fff;
  font-family: linotype-didot, serif;
  font-size: 5.4rem;
  transform: rotate(-90deg);
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: "Daehan-Bold";
}
.visual-slider .visual-tit .inner {
  display: flex;
  position: relative;
  color: #fff;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.visual-slider .visual-tit .inner .left_tit {
  min-width: 45rem;
}
.visual-slider .visual-tit .inner .left_tit dt {
  font-family: linotype-didot, serif;
  font-size: 5.4rem;
  font-family: "Daehan-Bold";
}
.visual-slider .visual-tit .inner .left_tit dt p {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  opacity: 0.6;
  letter-spacing: -2px;
}
.visual-slider .visual-tit .inner .left_tit dt .current {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0;
  opacity: 1;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.visual-slider .visual-tit .inner .left_tit dt .current strong {
  display: inline-block;
  font-family: "Daehan-Bold";
}
.visual-slider .visual-tit .inner .left_tit dd {
  font-size: 1rem;
  display: flex;
  font-size: 1.1rem;
  font-weight: 200;
  position: relative;
  letter-spacing: 1px;
}
.visual-slider .visual-tit .inner .left_tit dd i {
  width: 300px;
  height: 1px;
  background: #fff;
  margin-top: 0.7rem;
  margin-right: 1rem;
}
.visual-slider .visual-tit .inner .left_tit dd ul li {
  font-size: 24px;
  position: absolute;
  opacity: 0;
  top: 0;
  transform: translateY(100px);
  transition: all 0.7s;
}
.visual-slider .visual-tit .inner .left_tit dd ul li.active {
  opacity: 1;
  transform: translateY(0);
}

.visual-slider .visual-tit .inner .right_pager {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
.visual-slider .visual-tit .inner .right_pager li {
  flex: 1;
  font-size: 1.2rem;
  text-align: left;
}
.visual-slider .visual-tit .inner .right_pager li a {
  opacity: 0.4;
  color: #fff;
  font-weight: 400;
  transition: opacity 0.6s;
}
.visual-slider .visual-tit .inner .right_pager li a.current {
  opacity: 1;
  font-weight: 500;
}
.visual-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.visual-slider .bg::before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50vh;
  z-index: 2;
}

/*메인 슬라이드 반응형 */

@media screen and (max-width: 1320px) {
  .visual-slider .visual-tit .inner {
    width: 100%;
    padding: 0 3rem 0 5rem;
  }
  .visual-slider .visual-tit .num {
    top: 85%;
  }
}

@media screen and (max-width: 1024px) {
  
  .visual-slider .visual-tit .inner {
    padding: 0 2rem 0 2rem;
  }
  .visual-slider .visual-tit .inner .left_tit dt {
    font-size: 3.6rem;
  }
  .visual-slider .visual-tit .inner .left_tit dd {
    font-size: 1.14rem;
    padding-top: 2rem;
  }

  .visual-slider .visual-tit .inner .left_tit dd ul li{
    top: 70px;
    left: 0;
    font-size: 18px;
  }
  .visual-slider .visual-tit .num {
    font-size: 4.6rem;
    left: 2rem;
  }
  .visual-slider .visual-tit .inner .right_pager li {
    font-size: 1rem;
  }
  .visual-slider .visual-tit .inner .left_tit {
    min-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .intro_wrap .mouse_scr {
    display: none;
  }
  .intro_page .intro_con > div {
    font-size: 3.6rem;
  }
  .intro_page .intro_con .en_slogan .slogan_con .m_txt {
    height: 50px;
  }
  .intro_page .intro_con .en_slogan strong img {
    height: 50px;
  }
  .visual-slider .visual-tit .inner .left_tit {
    min-width: 60vw;
  }
  .visual-slider .visual-tit .inner .left_tit dd i {
    width: 30vw;
  }
}

@media screen and (max-width: 640px) {
  .visual-slider .visual-tit .inner .left_tit dt {
    font-size: 2.6rem;
  }
  .visual-slider .visual-tit .inner .left_tit dd {
    font-size: 0.92rem;
    padding-top: 1rem;
    white-space: nowrap;
  }
  .visual-slider .visual-tit .inner .left_tit dt p {
    letter-spacing: 0;
    line-height: 1.3;
  }
  .visual-slider .visual-tit .num {
    font-size: 3rem;
  }
  .visual-slider .visual-tit .inner .left_tit dd i {
    width: 60%;
  }
  .visual-slider .visual-tit .inner .right_pager {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .visual-slider .visual-tit .inner {
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    padding-top: 12rem;
  }
  .visual-slider .visual-tit .inner .left_tit dt {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .visual-slider .visual-tit .inner .left_tit dd {
    font-size: 1.14rem;
    padding-top: 2rem;
  }
  .visual-slider .visual-tit .inner .left_tit dd i {
    width: 40%;
  }
  .visual-slider .visual-tit .inner .right_pager {
    flex-direction: row;
    padding-top: 8rem;
  }
  .visual-slider .visual-tit .inner .right_pager li {
    flex: inherit;
    padding: 0 0.5rem;
  }
  .visual-slider .visual-tit .inner .right_pager li a {
    font-size: 0;
    width: 16px;
    height: 16px;
    display: block;
    color: transparent;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .visual-slider .visual-tit .inner .right_pager li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
  }
  .visual-slider .visual-tit .inner .right_pager li a.current::before {
    border: 1px solid #fff;
  }
  .visual-slider .visual-tit .inner .right_pager li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
  }
}

/****************** 섹션01 브랜드 ******************/
.content-main {
  /*background: #fff; position:relative; overflow: hidden;*/
}
.content-biz .biz_con {
  padding: 30px 0;
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-biz .biz_con .inner {
  padding: 0 4rem;
}
.content-biz .biz_con .inner .brand-padding {
  padding-bottom: 4.5rem;
}
.content-biz .biz_con .tab_util {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -5rem;
  position: relative;
  z-index: 999;
}
.content-biz .biz_con .tab_util .tab_btns {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.content-biz .biz_con .tab_util .tab_btns li {
}
.content-biz .biz_con .tab_util .tab_btns li a {
  color: #cacaca;
  display: block;
  padding: 1rem 1.5rem;
}
.content-biz .biz_con .tab_util .tab_btns li a strong {
  display: inline-block;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid transparent;
  font-weight: 400;
}
.content-biz .biz_con .tab_util .tab_btns li a.on {
  color: #00573f;
}
.content-biz .biz_con .tab_util .tab_btns li a.on strong {
  border-bottom-color: #00573f;
}
.content-biz .biz_con .tab_util .tab_navi {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2rem;
}
.content-biz .biz_con .tab_util .tab_navi li {
  margin-left: -1px;
}
.content-biz .biz_con .tab_util .tab_navi li a {
  color: #00573f;
  display: block;
  padding: 1rem 1.2rem;
  border: 1px solid #40413f;
}
.content-biz .biz_con .tab_util .tab_navi li a.on {
  color: #00573f;
}

.content-biz .biz_con .biz_list {
  padding: 1rem 0;
}
.content-biz .biz_con .biz_list .swiper-slide-active {
  z-index: 20;
}

.content-biz .biz_con .biz_list .slide_con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  height: 500px;
}
.content-biz .biz_con .biz_list .slide_con .left_txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 8rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.content-biz .biz_con .biz_list .slide_con .left_txt dt .kr_tit {
  font-weight: 700;
  font-size: 3rem;
  color: #000;
}
.content-biz .biz_con .biz_list .slide_con .left_txt dt .en_tit {
  font-size: 1.2rem;
  color: #00573f;
  text-transform: uppercase;
  font-weight: 600;
}
.content-biz .biz_con .biz_list .slide_con .left_txt dd {
  padding-top: 1rem;
}


.content-biz .biz_con .biz_list .slide_con .left_txt .btn_go {
  _margin-top: auto;
  position: relative;
  z-index: 30;
}
.content-biz .biz_con .biz_list .slide_con .right_img {
  position: relative;
  padding-bottom: 70%;
}
.content-biz .biz_con .biz_list .slide_con .right_img .imgtxt {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  color: #fff;
  z-index: 10;
}
.content-biz .biz_con .biz_list .slide_con .right_img .img {
  background: url("/resources/img/dongyang/main/sales_slide.jpg") no-repeat
    center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.content-biz .biz_con .biz_list .swiper-slide-next .slide_con .left_txt {
  order: 2;
}
.content-biz .biz_con .biz_list .swiper-slide-next .slide_con .right_img {
  order: 1;
}
.content-biz .biz_con .biz_list .slide_con::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.content-biz .biz_con .biz_list .swiper-slide-next .slide_con::before,
.content-biz .biz_con .biz_list .swiper-slide-prev .slide_con::before {
  opacity: 0.7;
}
.content-biz
  .biz_con
  .biz_list
  .swiper-slide-prev
  .slide_con
  .right_img
  .imgtxt,
.content-biz
  .biz_con
  .biz_list
  .swiper-slide-next
  .slide_con
  .right_img
  .imgtxt {
  display: none;
}

.content-biz .biz_con .biz_list .slide_con .left_txt .img-icon {
  justify-content: flex-end;
}
.content-biz .biz_con .biz_list .slide_con .left_txt .img-icon::before {
  background-image: url(../img/dongyang/main/biz_icons.png);
  background-repeat: no-repeat;
}
.content-biz
  .biz_con
  .biz_list
  .slide_con
  .left_txt
  .img-icon.img-icon-mainbiz3::before {
  background-image: url(../img/dongyang/main/trackicon.png);
  background-repeat: no-repeat;
  width: 115px;
  height: 87px;
  background-position: 0 0;
}

.img-icon-mainbiz1.img-icon::before {
  width: 86px;
  height: 100px;
  background-position: 0 0;
}
.img-icon-mainbiz2.img-icon::before {
  width: 102px;
  height: 100px;
  background-position: -93px 0;
}
.img-icon-mainbiz3.img-icon::before {
  width: 106px;
  height: 100px;
  background-position: -207px 0;
}
.img-icon-mainbiz4.img-icon::before {
  width: 96px;
  height: 100px;
  background-position: -322px 0;
}
.img-icon-mainbiz5.img-icon::before {
  width: 106px;
  height: 100px;
  background-position: -431px 0;
}
.img-icon-mainbiz6.img-icon::before {
  width: 94px;
  height: 100px;
  background-position: -549px 0;
}
.img-icon-mainbiz7.img-icon::before {
  width: 96px;
  height: 100px;
  background-position: -657px 0;
}

.biz_list .nav_arrow {
  position: absolute;
  z-index: 40;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
}
.biz_list .nav_arrow.nav_left {
  left: 3%;
}
.biz_list .nav_arrow.nav_right {
  right: 3%;
}
/* .biz_list .nav_arrow i {
    border: 1px solid #fff;
    position: relative;
    width: 3rem;
    height: 3rem;
    display: block;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
} */
.biz_list .icon-arrow-right::before {
  transform: scale(0.8);
  transition: all 0.2s;
}
.biz_list .icon-arrow-left::before {
  transform: scale(0.8);
  transition: all 0.2s;
}
.biz_list .nav_arrow:hover .icon-arrow-right::before {
  transform: scale(1);
  /*  transform: translateX(0);*/
}
.biz_list .nav_arrow:hover .icon-arrow-left::before {
  transform: scale(1);
  /*  transform: translateX(0);*/
}

.biz_list .slide_con .left_txt .btn_go a {
  font-size: 0.92rem;
  position: relative;
  transition: all 0.5s;
}
.biz_list .slide_con .left_txt .btn_go .icon-chevron-right {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  /*  background: var(--gradient_bg);*/
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  margin-left: 0.5rem;
  transition: all 0.5s;
}
.biz_list .slide_con .left_txt .btn_go .icon-chevron-right {
  padding-right: 16px;
}
.biz_list .slide_con .left_txt .btn_go a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.biz_list .slide_con .left_txt .btn_go:hover a {
  font-size: 1rem;
}
.biz_list .slide_con .left_txt .btn_go:hover .icon-chevron-right {
  width: 48px;
  height: 48px;
  font-size: 1rem;
}

/******** 섹션01 브랜드 반응형 ********/
@media screen and (max-width: 1320px) {
  .content-main .biz_con .tab_util .tab_btns li a {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1280px) {
  .content-main .biz_con .biz_list .slide_con {
    width: 100vw;
  }
  .content-main .biz_con .biz_list .slide_con .left_txt {
  }
  .content-main .biz_con .biz_list .slide_con .right_img {
    padding-bottom: 80%;
  }
  .content-main .biz_con {
    height: inherit;
  }

  .biz_list .nav_arrow.nav_left {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .content-main .biz_con .inner {
    padding: 0 2rem;
  }
  .content-main .biz_con .biz_list .slide_con .left_txt {
    padding: 2rem;
  }
  .content-main .biz_con .biz_list .slide_con .left_txt dt .kr_tit {
    font-size: 2.4rem;
  }
  .biz_list .nav_arrow.nav_right {
    display: none;
  }
  .content-biz .biz_con .inner .brand-padding {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  /* .content-biz .biz_con .tab_util .tab_btns li a{
      padding: 30px , 1.5rem,  0, 1.5rem;
    } */
}

@media screen and (max-width: 640px) {
  .visual-slider .visual-tit .inner .left_tit dt {
    font-size: 2.6rem;
  }
  .visual-slider .visual-tit .inner .left_tit dd {
    font-size: 0.92rem;
    padding-top: 1rem;
    white-space: nowrap;
  }
  .visual-slider .visual-tit .inner .left_tit dt p {
    letter-spacing: 0;
    line-height: 1.3;
  }
  .visual-slider .visual-tit .num {
    font-size: 3rem;
  }
  .visual-slider .visual-tit .inner .left_tit dd i {
    width: 60%;
  }
  .visual-slider .visual-tit .inner .right_pager {
    padding: 0;
  }

  .content-main .biz_con .biz_list .slide_con .left_txt dt .kr_tit {
    font-size: 1.8rem;
  }
  .content-main .biz_con .tab_util {
    flex-direction: column;
    margin-top: -1rem;
    align-items: flex-end;
  }
  .content-main .biz_con .biz_list .slide_con .right_img {
    padding-bottom: 100%;
  }
  .content-main .biz_con .inner {
    padding-right: 0.5rem;
  }

  .content-company .inner {
    grid-template-columns: 1fr;
    height: inherit;
  }
  .content-company .inner > div {
    height: auto;
  }
  .content-company .inner .inner_con {
    min-height: auto;
    min-height: 85vh;
    justify-content: space-between;
  }
  .content-company .inner .left_con .linetypo {
    font-size: 6rem;
  }

  .content-news {
    padding-bottom: 5rem;
  }

  .content-biz .biz_con .inner .brand-padding {
    padding-bottom: 0;
  }

  .content-main .biz_con .biz_list .slide_con .left_txt dt .kr_tit {
    font-size: 18px;
}

  .content-biz .biz_con .biz_list .slide_con .left_txt dt .en_tit {
    font-size: 14px;
  }

  .content-biz .biz_con .biz_list .slide_con .left_txt dd{
    font-size: 12px;
    word-break: keep-all;
  }


}


@media screen and (max-width:500px) {

}

@media screen and (max-width: 480px) {
  .content-main .biz_con .biz_list .slide_con {
    grid-template-columns: 1fr;
  }
  .content-main .biz_con .biz_list .slide_con .left_txt {
    order: 2;
  }

  .content-main .biz_con .biz_list .slide_con .left_txt dl{
    margin-bottom: 10px;
  }
  .content-main .biz_con .biz_list .slide_con .right_img {
    order: 1;
    padding-bottom: 70%;
  }
  .content-main .biz_con .biz_list .slide_con .right_img .imgtxt {
    left: 2rem;
    bottom: 1.5rem;
  }

  

  .content-main .biz_con {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
  .content-main .biz_con .tab_util {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
  }
  .content-main .biz_con .tab_util li {
    flex: inherit;
    padding: 0 0.5rem;
  }
  .content-main .biz_con .tab_util .tab_btns li a {
    font-size: 0;
    width: 16px;
    height: 16px;
    display: block;
    color: transparent;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .content-main .biz_con .tab_util .tab_btns li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
  }
  .content-main .biz_con .tab_util .tab_btns li a.on::before {
    border: 1px solid #000;
  }
  .content-main .biz_con .tab_util .tab_btns li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
  }
  .content-main .biz_con .tab_util .tab_btns li a strong {
    display: none;
    font-size: 0;
    padding: 0;
  }

  .content-news .news_list ul {
    grid-template-columns: 1fr;
  }
  .content-news .news_list ul li {
    grid-template-columns: 1fr;
  }
  .content-news .news_list .date {
    order: 1;
  }
  .content-news .news_list dl {
    order: 2;
    z-index: 20;
    position: relative;
  }
  .content-news .news_list dl dd.press span {
    height: 30px;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .content-news .news_list .thumb span {
    left: 0;
  }
  .content-news .news_list .date strong {
    border-top: 0;
    padding: 0.5rem 115px 0.5rem 0;
    position: relative;
  }
  .content-news .news_list .date strong::before {
    content: "";
    position: absolute;
    width: 100px;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ddd;
    display: none;
  }

  .content-company .inner {
    display: block;
  }
  .content-company .inner .inner_con {
    margin: 0 2rem;
  }
  .content-company .inner .left_con .linetypo {
    font-size: 4rem;
  }

  .content-main .biz_con .biz_list .slide_con .left_txt dt .kr_tit {
    font-size: 15px;
}

  .content-biz .biz_con .biz_list .slide_con .left_txt dt .en_tit {
    font-size: 13px;
  }

  .biz_list .slide_con .left_txt .btn_go .icon-chevron-right{
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

}

/*=============================== 섹션02 프로세스 =============================*/
/* .custom { padding: 15vh 0; }
 
  .custom .cont_wrap { position: relative; left: -13px; display: flex; align-items: flex-start; justify-content: center; width: 70%; margin: 60px auto 0; flex-wrap: wrap; }
  .custom .cont_wrap .box { position: relative; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; width: calc(100%/3 - 25px); max-width: 360px; min-height: 430px; margin: 25px 0 0 25px; padding: 50px 30px 50px; background: #00573f7d; color: #fff; text-align: center; font-family: var(--nsr);    border-radius: 14px; }
  .custom .cont_wrap .box.green { background-color: #00573ec8; }
  .custom .cont_wrap .box .top { width: 100%; transition: opacity 0.3s; }
  .custom .cont_wrap .box .num { font-size: 50px; font-weight: 800; text-align: center; }
  .custom .cont_wrap .box .tit { margin-top: 15px; font-size: 26px; font-weight: 600; text-align: center; word-break: keep-all; }
  .custom .cont_wrap .box .tit b { font-size: 22px; }
  .custom .cont_wrap .box .ico { display: flex; align-items: center; justify-content: center; margin: 65px auto 0; width: 35px; height: 35px; }
  .custom .cont_wrap .box .ico svg { width: 100%; height: 100%; }
  .custom .cont_wrap .box .custom_btn { position: absolute; left: 50%; bottom: 50px; display: flex; align-items: center; justify-content: center; width: 80%; margin: 0 auto; padding: 14px 15px; border: 1px solid #fff; border-radius: 10px; font-size: 16px; transition: background-color 0.3s; text-align: center; transform: translateX(-50%); }
  .custom .cont_wrap .box .custom_btn .ico { margin-left: 15px; }
  
  .custom .cont_wrap .box:hover .top { opacity: 0; }
  .custom .cont_wrap .box:hover .hover_box { opacity: 1; }
  
  .custom .cont_wrap .box .hover_box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; margin: 0 auto; padding: 95px 30px 0 30px; opacity: 0; transition: opacity 0.3s; }
  .custom .cont_wrap .box .hover_box .num { position: absolute; left: 30px; top: 30px; }
  .custom .cont_wrap .box .hover_box > div { display: flex; align-items: flex-start; justify-content: flex-start; width: 100%; margin: 0 auto; }
  .custom .cont_wrap .box .hover_box .answer { margin-top: 10px; color: #115561; }
  .custom .cont_wrap .box .hover_box .answer .txt2{color: #f7db87; font-weight: 400;}
  .custom .cont_wrap .box .hover_box .tit { margin-top: 0; margin-right: 15px; font-size: 18px; text-align: left; }
  .custom .cont_wrap .box .hover_box .tit2{font-size: 18px; color: #f7db87}
  .custom .cont_wrap .box .hover_box .txt {width: 100%; margin-top: 10px; font-size: 15px; font-weight: 600; text-align: left; word-break: keep-all;}
  
  .custom .cont_wrap .box .top svg{width: 70px; height: 70px; fill: #fff; margin-top: 20px;} */
.main-wrap {
  padding: 7vh 0 7vh 0;
}
.main-wrap .main-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 130px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 140px;
}

.main-wrap .main-cnt:after {
  display: block;
  clear: both;
  content: "";
}

.main-wrap .main-cnt .cnt-item {
  display: block;
  float: left;
  margin-right: 9px;
  max-width: 299px;
  width: 100%;
  position: relative;
}

.main-wrap .main-cnt .cnt-item:last-child {
  margin-right: 0;
}

.main-wrap .main-cnt .cnt-item .cnt-link {
  display: block;
  width: 100%;
  height: 479px;
  color: #fff;
  line-height: 150%;
  letter-spacing: -0.5px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 371px 20px 20px;
  position: relative;
  background-size: cover;
  transition: all 0.4s ease;
  position: relative;
}

.main-wrap .main-cnt .cnt-item .cnt-link.on {
  transform: translate(0, -80px);
 
}

.main-wrap .main-cnt .cnt-item .cnt-link.rd {
  transform: translate(0, -40px);
}

.main-wrap .main-cnt .cnt-item .cnt-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5), 50%, transparent);
  transition: all 0.3s;
}

.main-wrap .main-cnt .cnt-item .cnt-link.n1 {
  background-image: url(../../images/main/banner_01.jpg);
  background-position: center center;
  background-size: cover;
}

.main-wrap .main-cnt .cnt-item .cnt-link.n2 {
  background-image: url(../../images/main/banner_02.jpg);
  background-position: center center;
}

.main-wrap .main-cnt .cnt-item .cnt-link.n3 {
  background-image: url(../../images/main/interior_02.jpg);
  background-position: center center;
}

.main-wrap .main-cnt .cnt-item .cnt-link.n4 {
  background-image: url(../../images/main/banner_04.jpg);
  background-position: center center;
}

.main-wrap .main-cnt .cnt-item .cnt-link.n5 {
  background-image: url(../../images/main/banner_05.jpg);
  background-position: center center;
}

.main-wrap .main-cnt .cnt-item .cnt-link .cate {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}

.main-wrap .main-cnt .cnt-item .cnt-link .cate1 {
  background: #b6904f;
  border: 1px solid #b6904f;
}

.main-wrap .main-cnt .cnt-item .cnt-link .cate2 {
  background: #00573f;
  border: 1px solid #00573f;
}

.main-wrap .main-cnt .cnt-item .cnt-link .m-tit {
  display: block;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 36px;
}

.main-wrap .main-cnt .cnt-item .cnt-link:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 12px;
  right: 30px;
  bottom: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 21 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 7.5H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 1.5L19 7.5L13 13.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: all 0.3s;
}

.main-wrap .main-cnt .cnt-item .cnt-link.on {
  /* padding: 192px 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
}

.main-wrap .main-cnt .cnt-item .hover_box {
  opacity: 0;
  position: absolute;
  top: -40px;
  padding: 0 20px 0 40px;
  transition: all 0.5s;
}
.main-wrap .main-cnt .cnt-item .cnt-link.on ~ .hover_box {
  opacity: 1;
}
.main-wrap .main-cnt .cnt-item .hover_box .question .tit {
}
.main-wrap .main-cnt .cnt-item .hover_box .question .txt {
  font-weight: bold;
}
.main-wrap .main-cnt .cnt-item .hover_box .answer {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
}
.main-wrap .main-cnt .cnt-item .hover_box .answer .txt2 {
  color: #fff;
  font-weight: 400;
}
.main-wrap .main-cnt .cnt-item .hover_box .tit {
  color: #fff;
  margin-top: 0;
  margin-right: 15px;
  font-size: 18px;
  text-align: left;
}
.main-wrap .main-cnt .cnt-item .hover_box .tit2 {
  font-size: 18px;
  color: #fff;
}
.main-wrap .main-cnt .cnt-item .hover_box .txt {
  color: #fff;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  text-align: left;
  word-break: keep-all;
  letter-spacing: -1px;
}

.main-wrap .main-cnt .cnt-item .cnt-link .cate-wrap {
  position: absolute;
  bottom: 30px;
  left: 25px;
  transition: all 0.3s;
}

.main-wrap .main-cnt .cnt-item .cnt-link.on .cate-wrap {
  opacity: 0;
}

.main-wrap .main-cnt .cnt-item .cnt-link.on::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}

.main-wrap .main-cnt .cnt-item .cnt-link.cate1.on::before {
  background-color: rgba(181, 144, 79, 0.9);
}

.main-wrap .main-cnt .cnt-item .cnt-link.cate2.on::before {
  background-color: rgb(19, 103, 94, 0.9);
}

.main-wrap .main-cnt .cnt-item .cnt-link.on .cate {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}

.main-wrap .main-cnt .cnt-item .cnt-link.on:after {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  bottom: 47px;
  right: 50%;
  transform: translate(50%, 0);
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.main-wrap .main-cnt .cnt-item .cnt-link.cate1.on:after {
  box-shadow: 0px 8px 10px rgba(181, 144, 79, 0.5);
  background-image: url(../../images/main/right-arrow01.png);
}

.main-wrap .main-cnt .cnt-item .cnt-link.cate2.on:after {
  box-shadow: 0 8px 10px 0 rgb(19, 103, 94, 0.5);
  background-image: url(../../images/main/right-arrow01.png);
}

.main-wrap .main-cnt .cnt-item .cnt-link.on .m-tit {
  padding-right: 0;
  text-align: center;
}

/* .main-wrap .main-cnt {
  opacity: 0;
  animation-name: svgBg;
  animation-duration: .8s;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
} */

/* .main-wrap .main-cnt .cnt-item {
  position: relative;
  transform: translate(0,120%);
  animation-name: item;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.main-wrap .main-cnt .cnt-item:nth-child(1) {
  animation-delay: 2.0s;
}

.main-wrap .main-cnt .cnt-item:nth-child(2) {
  animation-delay: 2.4s;
}

.main-wrap .main-cnt .cnt-item:nth-child(3) {
  animation-delay: 2.8s;
}

.main-wrap .main-cnt .cnt-item:nth-child(4) {
  animation-delay: 3.2s;
}

.main-wrap .main-cnt .cnt-item:nth-child(5) {
  animation-delay: 3.6s;
} */

@keyframes intro {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }

  15% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 50%;
  }

  90% {
    z-index: 9999;
  }

  100% {
    transform: scale(1);
    top: 150px;
    z-index: 1;
  }
}

/* @keyframes svgBg {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
} */

@keyframes introBg {
  0% {
    opacity: 1;
    z-index: 1;
  }

  100% {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
  }
}
/* 
@keyframes item {
  0% {
      transform: translate(0,120%);
  }

  100% {
      transform: translate(0,0%);
  }
} */

/******** 섹션02 프로세스 반응형 ********/
/* @media screen and (max-width:1440px){
    .custom .cont_wrap .box{min-height:370px}
  }

  @media screen and (max-width:768px){
    .custom .cont_wrap {  flex-direction: column; align-items: center; width: 100%;}
    .custom .cont_wrap .box{width: 100%;}
  } */
@media (max-width: 1790px) {
  .intro_bg {
    display: none;
  }

  .main-wrap .main-cnt .cnt-item {
    max-width: 269px;
  }
}

@media (max-width: 1640px) {
  .main-wrap .main-cnt {
    margin-bottom: 80px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on {
    transform: translate(0, -60px);
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.rd {
    transform: translate(0, -30px);
  }
}

@media (max-width: 1450px) {
  .main-wrap .main-cnt {
    margin-bottom: 79px;
  }

  .main-wrap .main-cnt .cnt-item {
    margin-right: 8px;
    max-width: 237px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link {
    padding: 292px 23px 23px;
    height: 420px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .cate {
    font-size: 13px;
    padding: 4px 9px;
    margin-bottom: 7px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .m-tit {
    font-size: 19px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link:after {
    width: 15px;
    height: 10px;
    right: 23px;
    bottom: 34px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on {
    padding: 151px 33px 161px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on:after {
    width: 40px;
    height: 40px;
    bottom: 37px;
  }
}

@media (max-width: 1280px) {
  .main-wrap .main-cnt {
  }

  .main-wrap .main-cnt .cnt-item {
  }

  .main-wrap .main-cnt .cnt-item .cnt-link {
    height: 380px;
  }
}

@media (max-width: 1279px) {
  .main-wrap .main-cnt .cnt-item {
    max-width: 233px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on {
    padding: 151px 23px 161px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on .cate-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .cate {
    white-space: nowrap;
  }
}

@media (max-width: 1250px) {
  .main-wrap .main-cnt .cnt-item {
    max-width: 228px;
  }
}

@media (max-width: 1230px) {
  .main-wrap .main-cnt .cnt-item {
    max-width: 220px;
  }
}

@media (max-width: 1200px) {
  .main-wrap .main-cnt .cnt-item {
    max-width: 218px;
  }
}

@media (max-width: 1170px) {
  .main-wrap .main-cnt {
    display: block;
    padding: 0 30px;
    margin-bottom: 71px;
    box-sizing: border-box;
  }

  .main-wrap .main-cnt .cnt-item {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .main-wrap .main-cnt .cnt-item:last-child {
    margin-bottom: 0;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link {
    height: 214px;
    padding: 100px 30px 30px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .cate {
    font-size: 15px;
    margin-bottom: 8px !important;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .m-tit {
    font-size: 30px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link:after {
    width: 17px;
    height: 12px;
    bottom: 46px;
    right: 30px;
  }
  .main-wrap .main-cnt .cnt-item .hover_box {
    top: 50%;
    transform: translateY(-50%);
  }

  .main-wrap .main-cnt .cnt-item .hover_box .txt {
    font-size: 13px;
    margin: 0;
  }

  /*  .main-wrap .main-cnt .cnt-item .cnt-link.n1 {
    background-image: url(/images/return/main/itemm1.jpg);
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.n2 {
    background-image: url(/images/return/main/itemm2.jpg);
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.n3 {
    background-image: url(/images/return/main/itemm3.jpg);
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.n4 {
    background-image: url(/images/return/main/itemm4.jpg);
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.n5 {
    background-image: url(/images/return/main/itemm5.jpg);
  } */

  .main-wrap .main-cnt .cnt-item .cnt-link.on {
    padding: 100px 30px 30px;
    display: block;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on:after {
    right: 50px;
    bottom: 32px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .cate-wrap {
    display: block;
    left: 30px;
    bottom: 30px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on .cate-wrap {
    display: block;
    left: 30px;
    bottom: 30px;
    transform: translate(-0%, 0%);
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on,
  .main-wrap .main-cnt .cnt-item .cnt-link.rd {
    transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  .main-wrap .main-cnt {
    margin-bottom: 53px;
  }
}

@media (max-width: 440px) {
  .main-wrap .main-cnt {
    padding: 0 20px;
    margin-bottom: 37px;
  }

  .main-wrap .main-cnt .cnt-item {
    margin-bottom: 10px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link {
    /* height: 100px; */
    padding: 36px 13px 33px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .cate {
    display: none;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .m-tit {
    font-size: 20px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link:after {
    bottom: 43px;
    right: 14px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on {
    padding: 36px 13px 33px !important;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link.on:after {
    width: 26px;
    height: 26px;
    bottom: 36px;
    right: 26px;
    background-size: 15px 10px;
  }

  .main-wrap .main-cnt .cnt-item .cnt-link .cate-wrap,
  .main-wrap .main-cnt .cnt-item .cnt-link.on .cate-wrap {
    left: 13px;
    bottom: 34px;
  }
}

@media screen and (max-width:400px) {
  .main-wrap .main-cnt .cnt-item .cnt-link {
    height: 300px;
  }
}
/* ==========================섹션03 인테리어 ========================== */
.journey {
  overflow: hidden;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  padding: 10vh 0;
  background: url(../../images/main/main_bg.jpg) no-repeat center;
  /* background-size: 100% 100%; */
  background-size: cover;
  animation: gradient 15s ease forwards infinite;
}
.journey .box_wrap {
  display: grid;
  grid-template-columns: 32.5% 32.5%;
  gap: 0 5%;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 1;
  transform: translateY(calc(var(--vh, 1vh) * 70));
  height: calc(var(--vh, 1vh) * 70);
}
.journey .box_wrap .box {
  display: grid;
  opacity: 0;
  height: calc(var(--vh, 1vh) * 70);
  padding-bottom: 3rem;
}
.journey .box_wrap .box.box1 {
  grid-row: 1;
}
.journey .box_wrap .box.box2 {
  grid-column: 2;
  grid-row: 2;
}


/* .journey .box_wrap .box.box3{grid-row: 1} */
.journey .box_wrap .box.box4 {
  grid-column: 2;
}

.journey .box_wrap .box .img {
  overflow: hidden;
  position: relative;
  padding-top: max(100%, 40vh);
}
.journey .box_wrap .box .img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 400px;
}
.journey .box_wrap .box .txt {
  height: 30vh;
}
.journey .box_wrap .box strong {
  display: block;
  margin: 1em 0 0.6em 0;
  color: #fff;
  font-size: 20px;
  font-family: var(--nsr);
}


.journey .box_wrap .box p {
  color: #fff;
  word-break: keep-all;
}

.journey .txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Daehan-Bold"; /*transform: translateX(calc((-100vw - var(--scroll-width) + var(--inner-width))/2)); width: calc(100vw - var(--scroll-width));*/
  transform: translateX(translateX(-50%));
  width: 100%;
  height: calc(80vh);
  text-align: center;
}
.journey .txt_wrap p {
  opacity: 0;
  color: #fff;
  font-size: min(9.0625rem, 6vw);
  font-family: var(--nunito);
  line-height: 1.2em;
}
.journey .txt_wrap p:nth-child(odd) {
  transform: translateX(-5%);
}
.journey .txt_wrap p:nth-child(even) {
  transform: translateX(5%);
}
.journey .pointer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.journey .pointer .pointer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  width: 12rem;
  height: 12rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 600;
}
.journey .pointer.on .pointer_box {
  opacity: 1;
}
.journey .pointer .pointer_box span {
  margin-top: 1rem;
}

.journey .mo_txt_wrap {
  display: none;
}
.journey .mo_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  transform: translateX(
    calc((-100vw - var(--scroll-width) + var(--inner-width)) / 2)
  );
  width: calc(100vw - var(--scroll-width));
  height: calc(80vh);
  text-align: center;
}
.journey .mo_txt_wrap p {
  opacity: 0;
  color: #fff;
  font-size: min(9.0625rem, 6vw);
  font-family: var(--nunito);
  line-height: 1.2em;
}
.journey .mo_txt_wrap p:nth-child(odd) {
  transform: translateX(-5%);
}
.journey .mo_txt_wrap p:nth-child(even) {
  transform: translateX(5%);
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/******** 섹션03 인테리어 반응형 ********/
@media screen and (max-width: 960px) {
  .journey .box_wrap .box {
    min-width: 350px;
    margin: 30px auto;
  }
  .journey .box_wrap {
    grid-template-columns: auto;
  }
}


@media screen and (max-width:768px) {
  .journey .box_wrap .box.box2{
  grid-column: 1;

  }

  .journey .box_wrap .box.box4{
  grid-column: 1;

  }
}


@media screen and (max-width: 600px) {
  .journey .box_wrap .box {
    /* min-width: 400px; */
    width: 100%;
    min-width: auto;
  }
  .journey .box_wrap .box .img {
    min-height: 200px;
    padding-top: 0;
  }
  .journey .box_wrap {
    /* grid-template-columns: 11% 88.5%; */
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 430px) {
  .journey .box_wrap .box strong{
    font-size: 16px;
  }
}


/* ===================== 섹션04 디딤 선택한 이유 ================== */
.good_for_you {
  position: relative;
  padding: 15vh 0;
}
/* .good_for_you::before{content: ''; position: absolute; top: -30vw; right: -40vw; z-index: -1; width: 80vw; height: 80vw; background: url(../img/main/gradient_bg2.svg) no-repeat center/cover;} */
.good_for_you .cont {
  display: flex;
  gap: 20px;
  margin-top: 4.5rem;
}

.good_for_you .cont .whyWrap {
  flex: 1;
}

.good_for_you .cont a {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.good_for_you .cont a:first-child {
  background: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url(../../images/main/why01.jpg) no-repeat bottom/cover;
}
.good_for_you .cont a:nth-child(2) {
  background: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url(../../images/main/why02.jpg) no-repeat bottom/cover;
}
.good_for_you .cont a:nth-child(3) {
  background: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url(../../images/main/why03.jpg) no-repeat bottom/cover;
}
.good_for_you .cont a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.good_for_you .cont a:first-child::before {
  background: #b6904f;
} /*#D6B534;*/
.good_for_you .cont a:nth-child(2)::before {
  background: #00573f;
}
.good_for_you .cont a:nth-child(3)::before {
  background: #b6904f;
}
.good_for_you .cont a > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: max(60vh, 670px);
  padding: 5rem 2rem;
  text-align: center;
  align-items: center;
}
.good_for_you .cont a .why-box > p {
  margin-top: 0;
}
.good_for_you .cont a .why-box > p b {
  font-size: 35px;
}
.good_for_you .cont a strong {
  font-size: min(2.8125rem, 2vw);
  font-family: var(--nunito);
  font-weight: 800;
}
.good_for_you .cont a p {
  margin-top: 1em;
  font-size: 22px;
  line-height: 1.8em;
}
.good_for_you .cont a p b {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 2em;
}
.good_for_you .cont a span {
  opacity: 0;
  margin-top: 1em;
  font-size: 45px;
}
.good_for_you .cont a span i.fa-stack-2x {
  color: #fff;
}
.good_for_you .cont a span i.fa-stack-1x {
  color: #4e4e4e;
}

.good_for_you .cont a .plus_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--blue);
}
.good_for_you .cont a .plus_btn .ico {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.good_for_you .cont a .plus_btn .ico svg {
  width: 18px;
  height: 18px;
}

.good_for_you .cont .why-hover-box {
  display: none;
}

.good_for_you .cont a:first-child .why-hover-box {
  background: #b6904f;
}
.good_for_you .cont a:nth-child(2) .why-hover-box {
  background: #00573f;
}
.good_for_you .cont a:nth-child(3) .why-hover-box {
  background: #b6904f;
}

.good_for_you .cont a:hover::before {
  opacity: 0.85;
}
.good_for_you .cont a:hover div {
  align-items: center;
  justify-content: center;
  color: #fff;
}
.good_for_you .cont a:hover strong {
  opacity: 0;
  animation: gfy_hover 1s forwards;
}
.good_for_you .cont a:hover p {
  opacity: 0;
  animation: gfy_hover 1s 0.1s forwards;
  text-align: center;
}
.good_for_you .cont a:hover span {
  animation: gfy_hover 1s 0.2s forwards;
}
.good_for_you .cont a:hover .why-hover-box {
  display: block;
}
.good_for_you .cont a:hover .why-box {
  display: none;
}
.sub_btn:hover {
  background-color: var(--blue);
}
.modal .modal_cont.find_id .find_info .inp_wrap .inp_box button:hover {
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
}

@keyframes gfy_hover {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ========= 섹션04 디딤 선택한 이유 반응형 ========== */

@media screen and (min-width: 1024px) {
  /*.custom .cont_wrap .box .custom_btn:hover { background-color: rgba(255,255,255,0.2); }*/
}

@media screen and (max-width: 1600px) {
  
  .good_vision .cont .left ul li .img div {
    height: 6rem;
  }
  .good_for_you .cont a > div {
    height: max(40vh, 550px);
    padding: 2.625rem 1.6875rem;

  }
  .good_for_you .cont a p{word-break: keep-all;}
}

@media screen and (max-width: 1200px) {
  /* .good_pr .cont { gap: 0 5rem; } */
  /*.good_pr div[class^="slide"] a { padding-top: calc(56.25% + 4rem); }*/
  .good_for_you .cont {
    flex-direction: column;
    margin-top: 3.5rem;
  }
  .good_for_you .cont.row {
    flex-direction: row;
  }

  .good_pr .cont {
    flex-direction: column;
  }

  .good_pr .cont a.more,
  .good_vision .cont .right a.more {
    margin-top: 2em;
    font-size: 13px;
  }

  .good_vision .cont .right {
    margin-top: 0;
  }

  /* .good_for_you .cont a div {
    height: auto;
  } */
  .good_for_you .cont a p {
    font-size: 15px;
  }
  .good_for_you .cont a p br {
    display: none;
  }
  .good_for_you .cont a .why-box > p b {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .good_for_you .cont::-webkit-scrollbar {
    display: none;
  }

  .good_for_you .cont.row {
    flex-direction: column;
  }

  .good_for_you .cont a > div {
    height: max(30vh, 300px);
    padding: 2.625rem 1.6875rem;
  }

  .good_for_you .cont a {
    min-width: 75vw;
  }
  .good_for_you .cont a::before {
    display: none;
  }
  .good_for_you .cont a strong {
    font-size: 18px;
  }
  .good_for_you .cont a p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .good_for_you .cont a span {
    font-size: 20px;
  }
}

/* ===================== 섹션04 유튜브 ================== */
.good_pr {
  _height: calc(var(--vh, 1vh) * 100);
  padding: 20vh 0;
  background: #e9e9e95c;
}
.good_pr .cont {
  text-align: left;
  display: flex;
  gap: 30px;
  width: 100%;
}

.good_pr .cont .youtubeWrap {
  width: 30%;
}

@media screen and (max-width: 1200px) {
  .good_pr .cont .youtubeWrap {
    width: 100%;
  }
}

.good_pr-tit {
  text-align: left;
}

.good_pr .cont a.more {
  display: inline-block !important;
  position: relative;
  /*  padding-right: 2.5rem; */
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
.good_pr .cont a i {
  padding-left: 12px;
  font-size: 24px;
  color: #00573f;
}

@media screen and (max-width: 1200px) {
  .good_pr {
    height: auto;
    padding: 10vh 0;
  }
  
  .good_pr .cont a i {
    font-size: 20px;
  }
}

/* .good_pr .cont a.more::before{content: ''; position: absolute; top: calc(50% - 3px); right: 0; width: 1.5625rem; height: 6px; background: #53B5B0; border-radius: 3px} */
/* .good_pr .cont a.more::after{content: ''; position: absolute; top: 0; right: calc(-3px + 1.5625rem/2); width: 6px; height: 1.5625rem; background: #82CDDB; border-radius: 3px} */
.good_pr .cont a.more:hover::before {
  transform: rotate(360deg);
  transition: transform 0.3s;
}
.good_pr .cont a.more:hover::after {
  transform: rotate(360deg);
  transition: transform 0.3s;
}

.good_pr .cont2 {
  width: calc(100vw - var(--scroll-width));
  transform: translateX(
    calc((-100vw - var(--scroll-width) + var(--inner-width)) / 2)
  );
  margin-top: 3.75rem;
}

.good_pr .img_list {
  overflow: hidden;
}
.good_pr .img_list .flow {
  display: flex;
}
.good_pr .img_list .flow.reverse {
  justify-content: flex-end;
}
.good_pr .img_list .flow div {
  flex: none;
  overflow: hidden;
  width: 20vw;
  margin: 0 30px;
}
.good_pr .img_list .flow div p {
  margin-top: 0.75em;
}
.good_pr .img_list .flow div p b {
  position: relative;
  padding-right: 0.75em;
  margin-right: 0.75em;
}
.good_pr .img_list .flow div p b::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1em;
  background: rgba(0, 0, 0, 0.3);
}
.good_pr .img_list .flow div img {
  border-radius: 20px;
}

.good_pr .cont .img_list {
}

.good_pr .img_list .img-ticker {
  will-change: transform;
  animation: imgFlow 30s linear infinite;
  /* 3개의 이미지를 1개당 10초동안 사라지게 함 = 3 * 10s */
}

.good_pr .img_list .img-ticker.reverse {
  will-change: transform;
  animation: imgFlow2 50s linear infinite;
  /* 5개의 이미지를 1개당 10초동안 사라지게 함 = 5 * 10s */
}

@keyframes imgFlow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-60vw - 180px), 0, 0);
  }
  /* 20vw 사이즈의 이미지 3개를 반복 = 20vw * 3  &&&  이미지 간 60px의 간격을 뒀으므로 = 60px * 3 */
}

@keyframes imgFlow2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(100vw + 300px), 0, 0);
  }
  /* 20vw 사이즈의 이미지 5개를 반복 = 20vw * 5  &&&  이미지 간 60px의 간격을 뒀으므로 = 60px * 5 */
}

.good_pr .slide1 {
  /*transform: translateX(100%);*/
  width: 100%;
  _margin-top: 1rem;
  margin-left: auto;
}
.good_pr .slide2 {
  /*transform: translateX(-100%);*/
  width: calc(100vw - var(--scroll-width));
  margin-top: 3.75rem;
}

.good_pr .slide1 .pr_cont {
  width: 32%;
}

.good_pr div[class^="slide"] svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.good_pr div[class^="slide"] a {
  display: block;
  position: relative;
}
.good_pr div[class^="slide"] a div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
.good_pr div[class^="slide"] a div .img_wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f9f9f9;
  text-align: center;
}
.good_pr div[class^="slide"] a div .img_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.good_pr div[class^="slide"] a div .img_wrap img.none {
  width: 140px;
  left: 50%;
  margin: 0 auto;
  object-fit: contain;
  transform: translateX(-50%);
  opacity: 0.2;
}
.good_pr div[class^="slide"] p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.75em;
}
.good_pr div[class^="slide"] p b {
  position: relative;
  padding-right: 0.75em;
  flex-shrink: 0;
}
.good_pr div[class^="slide"] p span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*.good_pr div[class^="slide"] p b::before{content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 1em; background: rgba(0, 0, 0, 0.3);}*/
.good_pr div[class^="slide"] svg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.good_pr .more_btn {
  display: none;
}

@-webkit-keyframes animate-svg-stroke1-1 {
  0% {
    stroke-dashoffset: 539.7405395507812px;
    stroke-dasharray: 539.7405395507812px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 539.7405395507812px;
  }
}
@keyframes animate-svg-stroke1-1 {
  0% {
    stroke-dashoffset: 539.7405395507812px;
    stroke-dasharray: 539.7405395507812px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 539.7405395507812px;
  }
}
.svg-elem1-1 {
  -webkit-animation: 4s linear infinite forwards animate-svg-stroke1-1;
  animation: 4s linear infinite forwards animate-svg-stroke1-1;
}
@-webkit-keyframes animate-svg-stroke1-2 {
  0% {
    stroke-dashoffset: 442.34674072265625px;
    stroke-dasharray: 442.34674072265625px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 442.34674072265625px;
  }
}
@keyframes animate-svg-stroke1-2 {
  0% {
    stroke-dashoffset: 442.34674072265625px;
    stroke-dasharray: 442.34674072265625px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 442.34674072265625px;
  }
}
.svg-elem1-2 {
  -webkit-animation: 4s linear 0.12s infinite forwards animate-svg-stroke1-2;
  animation: 4s linear 0.12s infinite forwards animate-svg-stroke1-2;
}
@-webkit-keyframes animate-svg-stroke1-3 {
  0% {
    stroke-dashoffset: 502.6343078613281px;
    stroke-dasharray: 502.6343078613281px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 502.6343078613281px;
  }
}
@keyframes animate-svg-stroke1-3 {
  0% {
    stroke-dashoffset: 502.6343078613281px;
    stroke-dasharray: 502.6343078613281px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 502.6343078613281px;
  }
}
.svg-elem1-3 {
  -webkit-animation: 4s linear 0.24s infinite forwards animate-svg-stroke1-3;
  animation: 4s linear 0.24s infinite forwards animate-svg-stroke1-3;
}
@-webkit-keyframes animate-svg-stroke1-4 {
  0% {
    stroke-dashoffset: 511.04205322265625px;
    stroke-dasharray: 511.04205322265625px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 511.04205322265625px;
  }
}
@keyframes animate-svg-stroke1-4 {
  0% {
    stroke-dashoffset: 511.04205322265625px;
    stroke-dasharray: 511.04205322265625px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 511.04205322265625px;
  }
}
.svg-elem1-4 {
  -webkit-animation: 4s linear 0.36s infinite forwards animate-svg-stroke1-4;
  animation: 4s linear 0.36s infinite forwards animate-svg-stroke1-4;
}
@-webkit-keyframes animate-svg-stroke2-1 {
  0% {
    stroke-dashoffset: 60.10200119018555px;
    stroke-dasharray: 60.10200119018555px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 60.10200119018555px;
  }
}
@keyframes animate-svg-stroke2-1 {
  0% {
    stroke-dashoffset: 60.10200119018555px;
    stroke-dasharray: 60.10200119018555px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 60.10200119018555px;
  }
}
.svg-elem2-1 {
  -webkit-animation: 4s linear infinite forwards animate-svg-stroke2-1;
  animation: 4s linear infinite forwards animate-svg-stroke2-1;
}
@-webkit-keyframes animate-svg-stroke2-2 {
  0% {
    stroke-dashoffset: 402.626708984375px;
    stroke-dasharray: 402.626708984375px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 402.626708984375px;
  }
}
@keyframes animate-svg-stroke2-2 {
  0% {
    stroke-dashoffset: 402.626708984375px;
    stroke-dasharray: 402.626708984375px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 402.626708984375px;
  }
}
.svg-elem2-2 {
  -webkit-animation: 4s linear 0.12s infinite forwards animate-svg-stroke2-2;
  animation: 4s linear 0.12s infinite forwards animate-svg-stroke2-2;
}
@-webkit-keyframes animate-svg-stroke2-3 {
  0% {
    stroke-dashoffset: 535.60205078125px;
    stroke-dasharray: 535.60205078125px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 535.60205078125px;
  }
}
@keyframes animate-svg-stroke2-3 {
  0% {
    stroke-dashoffset: 535.60205078125px;
    stroke-dasharray: 535.60205078125px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 535.60205078125px;
  }
}
.svg-elem2-3 {
  -webkit-animation: 4s linear 0.24s infinite forwards animate-svg-stroke2-3;
  animation: 4s linear 0.24s infinite forwards animate-svg-stroke2-3;
}
@-webkit-keyframes animate-svg-stroke2-4 {
  0% {
    stroke-dashoffset: 508.216064453125px;
    stroke-dasharray: 508.216064453125px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 508.216064453125px;
  }
}
@keyframes animate-svg-stroke2-4 {
  0% {
    stroke-dashoffset: 508.216064453125px;
    stroke-dasharray: 508.216064453125px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 508.216064453125px;
  }
}
.svg-elem2-4 {
  -webkit-animation: 4s linear 0.36s infinite forwards animate-svg-stroke2-4;
  animation: 4s linear 0.36s infinite forwards animate-svg-stroke2-4;
}
@-webkit-keyframes animate-svg-stroke2-5 {
  0% {
    stroke-dashoffset: 441.5074462890625px;
    stroke-dasharray: 441.5074462890625px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 441.5074462890625px;
  }
}
@keyframes animate-svg-stroke2-5 {
  0% {
    stroke-dashoffset: 441.5074462890625px;
    stroke-dasharray: 441.5074462890625px;
  }
  25% {
    stroke-dashoffset: 0;
    stroke-dasharray: 441.5074462890625px;
  }
}
.svg-elem2-5 {
  -webkit-animation: 4s linear 0.48s infinite forwards animate-svg-stroke2-5;
  animation: 4s linear 0.48s infinite forwards animate-svg-stroke2-5;
}

/* ===================== 지도 ================== */
.location {
  position: relative;
  padding: 200px 0;
  font-family: "Noto Sans KR", sans-serif;
}
/* .location::before{content: ''; position: absolute; bottom: max(-20vw, -750px); right: max(-20vw, -750px); z-index: -1; width: min(60vw, 1500px); height: min(60vw, 1500px); background: url(../img/main/gradient_bg2.svg) no-repeat center/cover;} */
.location .cont {
  _display: grid;
  _grid-template-columns: 55% 1fr;
  _gap: 0 120px;
  margin-top: 4rem;
}
.location .map_wrap {
  grid-column: 1;
  position: relative;
  padding-top: 70%;
}
.location .map_wrap .map_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.location .map_wrap #map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.location .inform {
  _grid-column: 2;
  display: flex;
}
.location .inform div:not(.map_btn_wrap) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 3rem;
  font-size: 1.375rem;
  font-weight: 700;
}
.location .inform div > i {
  grid-column: 1;
  font-size: 2.5rem;
}
.location .inform div > *:not(i) {
  grid-column: 2;
}
.location .inform .address {
}
.location .inform .address p {
  line-height: 1.8em;
  font-family: var(--nsr);
  font-size: 1.2rem;
}
.location .inform .address span {
  display: inline-block;
  margin-top: 1em;
  font-size: 16px;
  font-weight: 400;
}
.location .inform .traffic {
  margin-top: 5rem;
}
.location .inform .traffic dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  align-items: center;
  font-family: var(--nsr);
}
.location .inform .traffic dt {
  grid-column: 1;
  padding: 0 1em;
  color: #fff;
  font-size: 1rem;
  border-radius: 1.5em;
  line-height: 2em;
}
.location .inform .traffic dt.line2 {
  background: #83c55d;
}
.location .inform .traffic dt.line3 {
  background: #e4863e;
}
.location .inform .traffic dt.line7 {
  background: #51847d;
}
.location .inform .traffic dt.line9 {
  background: #c9ad89;
}
.location .inform .traffic dt.green {
  background: #198a61;
}
.location .inform .traffic dt.town {
  background: #00b341;
}
.location .inform .traffic dt.airport {
  background: #2b60bb;
}
.location .inform .traffic dd {
  grid-column: 2;
  font-size: 1rem;
}

.location .location-flex {
  display: flex;
  gap: 70px;
  margin-top: 4.5rem;
}

.location .location-flex .location_iframe{
  width: 50%;

}

.location .location-box {
  text-align: left;
  line-height: 1.5;
}

.location .location-box .location-address {
  margin-bottom: 20px;
}

.location .location-box .location-address i {
  font-size: 28px;
  padding-right: 12px;
  color: #7e7e7e;
}
.location .location-box .location-address span {
  font-size: 18px;
  letter-spacing: -1px;
}
.location .location-box .map-view {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  width: 120px;
  padding: 7px 0;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px;
  letter-spacing: -1px;
  transition: all 0.3s;
}
.location .location-box .map-view:hover {
  background-color: #00573f;
  color: #fff;
  border: 1px solid transparent;
}

@media screen and (max-width: 1600px) {
  .location .location-box .location-address i {
    font-size: 22px;
  }
  .location .location-box .location-address span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .location .location-flex {
    flex-direction: column;
    justify-content: center;
  }

  .location .location-flex .location_iframe{
    width: 100%;
    
  }
  
}

@media screen and (max-width: 768px) {
  .location .location-box .location-address {
    margin-bottom: 20px;
  }

  .location .location-box .location-address span {
    font-size: 15px;
  }

}

@media screen and (max-width: 500px) {
  .location .location-box .location-address span {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 380px) {
  .location .location-box .location-address span {
    font-size: 14px;
  }
}
