.f_commWrap {width: calc(100% - 120px); margin: 0 auto; position: relative;}
.f_commWrap .contact_wrap {background: url(../img/main/f_contactWrap_bg.jpg) no-repeat; background-size: cover; background-position: center; width: 100%; border-radius: 50px;}
.f_commWrap .contact_wrap .dfbox {justify-content: space-between; align-items: end;}
.f_commWrap .contact_wrap h4 {color: #fff; line-height: 1.2;}
.f_commWrap .contact_wrap h4 .dot {background-color: #fff;}
.f_commWrap .contact_wrap button {height: 65px; line-height: 65px; padding: 0 60px 0 45px; background-color: #fff; border-radius: 40px; color: #0080d7; border: 0; position: relative;}
.f_commWrap .partner_wrap .swiper {text-align: center; padding: 0 20px;}
.f_commWrap .partner_wrap .swiper .swiper-wrapper {align-items: center; /*width: 98%; margin: 0 auto;*/}
.f_commWrap .partner_wrap .swiper-button-prev, .f_commWrap .partner_wrap .swiper-button-next {width: 10px; height: 19px; left: auto; top: 50%; transform: translateY(-50%); margin-top: 0; display: block;}
.f_commWrap .partner_wrap .swiper-button-next {background: url(../img/main/partner_arrowNext.png) no-repeat #fff; background-size: cover; right: 0;}
.f_commWrap .partner_wrap .swiper-button-prev {background: url(../img/main/partner_arrowPrev.png) no-repeat #fff; background-size: cover; left: 0;}
.f_commWrap .partner_wrap .swiper-button-prev::after, .f_commWrap .partner_wrap .swiper-button-next::after {display: none;}

.f_commWrap footer {border-radius: 50px 50px 0 0; background-color: #1f2020; color: #fff;}
.f_commWrap footer .f_top {position: relative;}
.f_commWrap footer .f_top .f_menu {border-bottom: 1px solid rgba(255,255,255, .1); padding-bottom: 40px; margin-bottom: 35px;}
.f_commWrap footer .f_top .f_menu > ul {display: flex; gap: 100px;}
.f_commWrap footer .f_top .f_menu ul > li > a {color: #fff; font-size: 18px; font-weight: 600; letter-spacing: -0.01em;}
.f_commWrap footer .f_top .f_menu ul li .sub_menu {margin-top: 30px;}
.f_commWrap footer .f_top .f_menu ul li .sub_menu li + li {margin-top: 10px;}
.f_commWrap footer .f_top .f_menu ul li .sub_menu li:hover {text-decoration: underline; text-decoration-color: rgba(255,255,255, .5);}
.f_commWrap footer .f_top .f_menu ul li .sub_menu a {color: rgba(255,255,255, .5); font-size: 15px; font-weight: 400; letter-spacing: -0.01em;}
.f_commWrap footer .f_top .privacy {font-size: 15px; font-weight: 600; letter-spacing: -0.01em; position: absolute; right: 0; top: 0; color: #fff;}
.f_commWrap footer .f_top .privacy:hover {text-decoration: underline;}
.f_commWrap footer .f_top .sns_wrap {position: absolute; right: 0; bottom: 80px; gap: 10px;}
.f_commWrap footer .f_top .sns_wrap li {transition: all .3s ease; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); cursor: pointer;}
.f_commWrap footer .f_top .sns_wrap li:hover {transform: translateY(-7px); -o-transform: translateY(-7px); -ms-transform: translateY(-7px); -moz-transform: translateY(-7px); -webkit-transform: translateY(-7px);}
.f_commWrap footer .f_bott {justify-content: space-between;}
.f_commWrap footer .f_bott p {color: rgba(255,255,255, .5); line-height: 1.2;}
.f_commWrap footer .f_bott .info {width: 55%; column-gap: 15px; row-gap: 8px; flex-wrap: wrap;}

.f_commWrap footer .menu-item-has-children.on > a:after{content:none}

@media (max-width: 1400px) {
  .f_commWrap {width: calc(100% - 90px);}
}

@media (max-width: 1400px) {
  .f_commWrap footer .f_top .f_menu > ul {gap: 70px;}
}

@media (max-width: 1024px) {
  .f_commWrap {width: 100%;}
  .f_commWrap .contact_wrap, .f_commWrap footer {border-radius: 0;}
  .f_commWrap footer .f_top .f_menu > ul {gap: 50px;}
  .f_commWrap footer .f_top .f_menu ul > li > a {font-size: 16px;}
  .f_commWrap footer .f_top .f_menu ul li .sub_menu a, .f_commWrap footer .f_top .privacy {font-size: 14px;}
  .f_commWrap footer .f_top .sns_wrap {gap: 7px;}
}

@media (max-width: 767px) {
  .f_commWrap .contact_wrap h4 {word-break: keep-all; white-space: wrap;}
  .f_commWrap .contact_wrap h4 br {display: none;}
  .f_commWrap .contact_wrap .dfbox {flex-direction: column; align-items: start; gap: 30px;}
  .f_commWrap .contact_wrap button {height: 60px; line-height: 60px; padding: 0 50px 0 35px;}

  .ps_box {justify-content: space-between; align-items: center; margin-bottom: 20px;}
  .f_commWrap footer .f_bott {flex-direction: column; gap: 40px;}
  .f_commWrap footer .f_bott .info {width: 100%; column-gap: 10px; row-gap: 6px;}
  .f_commWrap footer .f_top .privacy {position: relative;}
  .f_commWrap footer .f_top .sns_wrap {position: relative; bottom: 0;}
  .f_commWrap footer .f_top .f_menu > ul {gap: unset; justify-content: space-between;}
  .f_commWrap footer .f_top .f_menu ul li .sub_menu {margin-top: 25px;}
}

@media (max-width: 480px) {
  .f_commWrap .contact_wrap button {height: 50px; line-height: 50px; padding: 0 45px 0 30px;}

  .f_commWrap footer .f_top .sns_wrap img {width: 34px; height: 34px;}
  .f_commWrap footer .f_top .f_menu > ul {flex-wrap: wrap; row-gap: 25px;}
  .f_commWrap footer .f_top .f_menu > ul > li {width: 50%;}
  .f_commWrap footer .f_top .f_menu ul li .sub_menu {margin-top: 15px;}
  .partners .swiper-slide img {width: 65%;}
  .partners .swiper-slide.wa img {width: auto;}
  .partners .swiper-slide.small img {width: 85%;}
  .partners .swiper-slide.small2 img {width: 70%;}
}



