.new_swip {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 80px;
}
.new_swip > .wrap {
  width: 100%;
  max-width: 1520px;
  height: 750px;
}
@media (max-width: 1024px) {
  .new_swip > .wrap {
    height: auto;
  }
}
.new_swip > .wrap > .new_Swiper {
  width: 100%;
  height: 100%;
}
.new_swip > .wrap > .new_Swiper .swiper-button-prev, .new_swip > .wrap > .new_Swiper .swiper-button-next {
  color: #333;
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-button-prev, .new_swip > .wrap > .new_Swiper .swiper-button-next {
    font-size: 10px;
    top: 155px;
  }
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-button-prev::after, .new_swip > .wrap > .new_Swiper .swiper-button-next::after {
    font-size: 20px;
  }
}
.new_swip > .wrap > .new_Swiper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: white;
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-slide {
    flex-direction: column-reverse;
  }
}
.new_swip > .wrap > .new_Swiper .swiper-slide > .left {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 100px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-slide > .left {
    width: 100%;
    padding: 20px;
  }
}
.new_swip > .wrap > .new_Swiper .swiper-slide > .left > h4 {
  font-size: 60px;
  font-weight: 900;
  color: rgb(249, 190, 21);
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-slide > .left > h4 {
    font-size: 30px;
  }
}
.new_swip > .wrap > .new_Swiper .swiper-slide > .left > h2 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-slide > .left > h2 {
    font-size: 15px;
  }
}
.new_swip > .wrap > .new_Swiper .swiper-slide > .left > h3 {
  font-size: 22px;
  color: rgb(249, 190, 21);
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-slide > .left > h3 {
    font-size: 18px;
  }
}
.new_swip > .wrap > .new_Swiper .swiper-slide > .right {
  width: 35%;
}
@media (max-width: 1024px) {
  .new_swip > .wrap > .new_Swiper .swiper-slide > .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.new_swip > .wrap > .new_Swiper .swiper-slide > .right > img {
  width: 85%;
}
.new_swip > .wrap > .new_Swiper .new-slide_2 {
  background-color: white;
}
.new_swip > .wrap > .new_Swiper .new-slide_2 > .left > h2 {
  color: #333;
}

.main_top_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_top_list > .wrap {
  width: 100%;
  max-width: 1520px;
}
.main_top_list > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45px 0;
}
.main_top_list > .wrap > .tit > h2 {
  font-size: 18px;
  font-weight: 700;
  color: #FEC00F;
  letter-spacing: 7px;
  margin-bottom: 12px;
}
.main_top_list > .wrap > .tit > h3 {
  font-size: 30px;
  font-weight: 700;
}
.main_top_list > .wrap > .mySwiper_top {
  width: 100%;
  padding: 0 100px 0 60px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main_top_list > .wrap > .mySwiper_top {
    padding: 0 40px 0 15%;
  }
}
.main_top_list > .wrap > .mySwiper_top .swiper-button-prev {
  color: #BCBCBC;
}
.main_top_list > .wrap > .mySwiper_top .swiper-button-next {
  color: #BCBCBC;
}
.main_top_list > .wrap > .mySwiper_top > .swiper-wrapper {
  width: 100%;
}
.fst_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .fst_main {
    padding-top: 60px;
  }
}
.fst_main > .main_swiper {
  width: 100%;
  height: auto;
}
.fst_main > .main_swiper .swiper-button-next,
.fst_main > .main_swiper .swiper-button-prev {
  color: rgb(255, 255, 255) !important;
}
.fst_main > .main_swiper .swiper-slide {
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .fst_main > .main_swiper .swiper-slide {
    height: 410px;
  }
}
.fst_main > .main_swiper .swiper-slide .wrap {
  width: 100%;
  max-width: 1260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fst_main > .main_swiper .swiper-slide .wrap > .left > .tit {
  max-width: 422px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0px;
  border-radius: 500px;
  background-color: #B68AA6;
  margin-bottom: 43px;
}
.fst_main > .main_swiper .swiper-slide .wrap > .left > .tit > h2 {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
.fst_main > .main_swiper .swiper-slide .wrap > .left > .word > h2 {
  font-size: 70px;
  font-weight: 300;
  color: #8B4A74;
  margin-bottom: 25px;
}
.fst_main > .main_swiper .swiper-slide .wrap > .left > .word > h3 {
  font-size: 70px;
  font-weight: 500;
  color: #8B4A74;
}
.fst_main > .main_swiper .swiper-slide_main_1 {
  background-image: url(../img/main_img_back_1.png);
}
@media (max-width: 1024px) {
  .fst_main > .main_swiper .swiper-slide_main_1 {
    background-image: url(../img/main_img_back_1_m.jpg);
  }
}
.fst_main > .main_swiper .swiper-slide_main_2 {
  background-image: url(../img/main_img_back_2.png);
}
@media (max-width: 1024px) {
  .fst_main > .main_swiper .swiper-slide_main_2 {
    background-image: url(../img/main_img_back_2_m.jpg);
  }
}
.fst_main > .main_swiper .swiper-slide_main_3 {
  background-image: url(../img/main_img_back_3.png);
}
@media (max-width: 1024px) {
  .fst_main > .main_swiper .swiper-slide_main_3 {
    background-image: url(../img/main_img_back_3_m.jpg);
  }
}
.fst_main > .main_swiper .swiper-slide_main_4 {
  background-image: url(../img/main_img_back_4.png);
}
@media (max-width: 1024px) {
  .fst_main > .main_swiper .swiper-slide_main_4 {
    background-image: url(../img/main_img_back_4_m.jpg);
  }
}
.fst_main > .main_swiper .swiper-slide_main_5 {
  background-image: url(../img/main_img_back_5.png);
}
@media (max-width: 1024px) {
  .fst_main > .main_swiper .swiper-slide_main_5 {
    background-image: url(../img/main_img_back_5_m.jpg);
  }
}

.new_sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .new_sec {
    padding: 0 20px;
  }
}
.new_sec > .wrap {
  width: 100%;
  max-width: 1590px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e5e5e5;
}
.new_sec > .wrap > .box_wrap {
  width: 100%;
  max-width: 1270px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .new_sec > .wrap > .box_wrap {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}
.new_sec > .wrap > .box_wrap > .box {
  width: 100%;
}
.mf_big {
  font-size: 4.8125rem;
}

.mf_nom {
  font-size: 3.125rem;
}

.mf_lom {
  font-size: 1.9375rem;
}

.mf_som {
  font-size: 1.875em;
}

.mf_small {
  font-size: 1.25rem;
}

.mf_xom {
  font-size: 1.125rem;
}

.mf_default {
  font-size: 1rem;
}

.t_center {
  text-align: center;
}

.sm_title {
  font-size: 1.9375rem;
  margin-bottom: 20px;
}

.big_title {
  font-size: 4.8125rem;
}

.mt {
  margin: 100px 0 0;
}

.mb {
  margin: 0 0 100px 0;
}

#deps01 {
  background: url("/img/main_visual.jpg") no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: left center;
}
#deps01 .inner {
  height: 100%;
}
#deps01 .title_bx {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 100%;
}
#deps01 .title_bx p {
  margin: 0 0 50px 0;
  line-height: 1.4;
}
#deps01 .title_bx .big_title {
  text-align: right;
  margin: 0 0 50px 0;
  line-height: 1.2;
}
#deps01 .title_bx .big_title .sm_title {
  margin: 0 0 20px 0;
  line-height: 1.3;
}

#deps02 .swiper {
  width: 100%;
  height: 100%;
}
#deps02 .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#deps02 .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
  margin: 0 8px;
}
#deps02 .swiper .swiper-pagination-bullet-active {
  background: #fff !important;
}
#deps02 .swiper .swiper-pagination {
  bottom: 20px;
}
#deps02 .swiper .swiper-button-prev:after,
#deps02 .swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("/img/arrow_prev.png") no-repeat;
  background-size: 42px 80px;
  background-position: top center;
  width: 42px;
  height: 80px;
}
#deps02 .swiper .swiper-button-next:after,
#deps02 .swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("/img/arrow_next.png") no-repeat;
  background-size: 42px 80px;
  background-position: top center;
  width: 42px;
  height: 80px;
}
#deps02 .swiper .swiper-button-prev,
#deps02 .swiper .swiper-rtl .swiper-button-next {
  width: 42px;
  height: 85px;
  left: 30px;
}
#deps02 .swiper .swiper-button-next,
#deps02 .swiper .swiper-rtl .swiper-button-prev {
  width: 42px;
  height: 85px;
  right: 30px;
}
#deps02 .swiper .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 810px;
  position: relative;
}
#deps02 .swiper .swiper-slide .txt {
  max-width: 1400px;
  margin: 0 auto;
  width: 85%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#deps02 .swiper .swiper-slide .txt .top strong {
  display: block;
  line-height: 1.3;
}
#deps02 .swiper .swiper-slide .txt .center {
  margin: 40px 0 30px;
}
#deps02 .swiper .swiper-slide .txt .center p {
  line-height: 1.6;
}
#deps02 .swiper .swiper-slide .txt .bot .btn {
  border: 1px solid #C6C6C6;
  width: 200px;
  padding: 15px 0;
  text-align: center;
  margin: 30px 0 0;
  transition: all 0.5s ease-in-out;
  color: rgba(198, 198, 198, 0.6);
}
#deps02 .swiper .swiper-slide .txt .bot .btn:hover {
  box-shadow: rgb(255, 255, 255) 0 0px 0px 40px inset;
}
#deps02 .swiper .swiper-slide .txt .bot .btn:hover a {
  color: rgba(0, 0, 0, 0.85);
}
#deps02 .swiper .swiper-slide .txt .bot .btn a {
  color: #C6C6C6;
  transition: all 0.5s ease-in-out;
}
#deps02 .swiper .swiper-slide .bg {
  position: relative;
  width: 100%;
  height: 810px;
  transition: all 1.5s ease-in-out;
  transform: scale(1.5);
  overflow: hidden;
}
#deps02 .swiper .swiper-slide .bg > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #deps02 .swiper .swiper-slide .bg > img {
    display: none;
  }
}
#deps02 .swiper .swiper-slide .bg01 {
  background: url("/img/slide01.jpg") no-repeat center/cover;
}
#deps02 .swiper .swiper-slide .bg02 {
  background: url("/img/slide02.jpg") no-repeat center/cover;
}
#deps02 .swiper .swiper-slide .bg03 {
  background: url("/img/slide03.jpg") no-repeat center/cover;
}
#deps02 .swiper .swiper-slide .bg04 {
  background: url("/img/slide04.jpg") no-repeat center/cover;
}
#deps02 .swiper .swiper-slide .bg05 {
  background: url("/img/slide05.jpg") no-repeat center/cover;
}
#deps02 .swiper .swiper-slide .bg06 {
  background: url("/img/slide06.jpg") no-repeat center/cover;
}
#deps02 .swiper .swiper-slide-active .bg {
  transform: scale(1);
}

#deps03 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#deps03 .flex .left {
  margin: 0 5% 0 0;
}
#deps03 .flex .left li .mo_block {
  display: none;
}
#deps03 .flex .left li .po_block {
  display: block;
}
#deps03 .flex .left .tb {
  margin: 0 0 30% 0;
}
#deps03 .flex .left .tt {
  margin: 25% 0 0 0;
}
#deps03 .flex .left .txt {
  padding: 0 0 0 5%;
}
#deps03 .flex .right .mx {
  margin: 20% 0;
}
#deps03 .flex .txt h3 {
  margin: 0 0 15px 0;
}
#deps03 .flex .txt .serif {
  margin: 0 0 25px 0;
  color: #000;
  letter-spacing: 5px;
  font-weight: 600;
}
#deps03 .flex .txt p.mf_small {
  color: #686868;
}
#deps03 .flex .btn {
  border: 1px solid #ddd;
  width: 200px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  transition: all 0.5s ease-in-out;
}
#deps03 .flex .btn:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 0 0px 0px 40px inset;
}
#deps03 .flex .btn:hover a {
  color: #fff;
}
#deps03 .flex .btn a {
  color: #7D7B7B;
}

#deps04 .first, #deps04 .second {
  width: 100%;
  height: 700px;
  position: relative;
}
#deps04 .bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#deps04 .bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#deps04 .first .bg {
  background-image: url("/img/deps04_bg.jpg");
}
#deps04 .second .bg {
  background-image: url("/img/deps04_bg.jpg");
}
#deps04 .flex {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#deps04 .flex .left {
  width: 50%;
  margin: 0 2% 0 0;
}
#deps04 .flex .left p {
  color: #fff;
  line-height: 2;
  margin: 0 0 20% 0;
}
#deps04 .flex .left .logo {
  width: 300px;
}
#deps04 .flex .right {
  width: 48%;
}
#deps04 .flex .right .tube {
  position: relative;
  cursor: pointer;
}
#deps04 .flex .right .tube:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/playicon.png") no-repeat center;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#deps04 .flex .right .tube span {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}
#deps04 .flex .right .tube span i {
  background: url("/img/tube_icon.png") no-repeat center/23px 18px;
  width: 23px;
  height: 18px;
  display: inline-block;
}
#deps04 .flex .right .tube span small {
  padding: 0 0 0 10px;
  color: #fff;
}

#deps05 {
  margin: 100px 0;
}
#deps05 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#deps05 ul li {
  position: relative;
  margin: 0 1%;
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
}
#deps05 ul li:hover {
  transform: translateY(-15px);
}
#deps05 ul li:hover .hover_box {
  opacity: 0;
}
#deps05 ul li .hover_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#deps05 ul li .hover_box p {
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
#deps05 ul li .hover_box p span {
  display: block;
  margin: 15px 0 0;
  font-weight: 400;
}
#deps05 ul li .hover_box p.bolder {
  font-weight: 600;
  margin: 15% 0 20%;
}

/* ======================= 1600 =============================*/
@media (max-width: 1600px) {
  .mf_big {
    font-size: 4rem;
  }
  .big_title {
    font-size: 4rem;
  }
  .mf_nom {
    font-size: 2.8rem;
  }
  .sm_title {
    font-size: 1.8rem;
  }
  #deps01 {
    height: 80vh;
  }
}
/* ======================= 1440 =============================*/
/* ======================= 1360 =============================*/
/* ======================= 1280 =============================*/
@media (max-width: 1280px) {
  #deps02 .swiper .swiper-slide .txt {
    width: 80%;
  }
}
/* ======================= 1024 =============================*/
@media (max-width: 1024px) {
  .mf_big {
    font-size: 3rem;
  }
  .mf_nom {
    font-size: 2.2rem;
  }
  .mf_small {
    font-size: 1.15rem;
  }
  .mf_lom {
    font-size: 1.7rem;
  }
  #deps01 .title_bx {
    flex-direction: column;
    justify-content: end;
    text-align: right;
  }
  #deps02 .swiper .swiper-slide .txt .center br.none {
    display: none;
  }
  #deps02 .swiper .swiper-slide .txt .bot .btn {
    width: 165px;
  }
  #deps04 .first, #deps04 .second {
    height: 100vh;
  }
  #deps04 .flex {
    justify-content: center;
    flex-direction: column;
  }
  #deps04 .flex .left {
    text-align: center;
    width: auto;
    margin: 0;
  }
  #deps04 .flex .left p {
    margin: 0 0 50px 0;
  }
  #deps04 .flex .left .logo {
    margin: 0 auto 50px;
  }
  #deps04 .flex .right {
    width: auto;
  }
  #deps05 {
    margin: 150px 0;
  }
  #deps05 ul {
    flex-direction: column;
  }
  #deps05 ul li {
    margin: 0 0 20px 0;
  }
  #deps05 ul li:last-child {
    margin: 0;
  }
}
/* ======================= 991 =============================*/
/* ======================= 768 =============================*/
@media (max-width: 768px) {
  #deps01 {
    background: url("/img/main_visual_m.png") no-repeat;
    height: 100vh;
    background-size: cover;
  }
  #deps01 .title_bx p {
    margin: 0 0 20px 0;
  }
  #deps02 .swiper .swiper-button-prev,
  #deps02 .swiper .swiper .swiper-rtl .swiper-button-next {
    left: 0px;
  }
  #deps02 .swiper .swiper-button-next,
  #deps02 .swiper .swiper-rtl .swiper-button-prev {
    right: 0px;
  }
  #deps02 .swiper .swiper-slide .txt {
    width: 75%;
  }
  #deps02 .swiper .swiper-slide .bg.bg01 {
    background: url("/img/slide01_m.jpg") no-repeat center/cover;
  }
  #deps02 .swiper .swiper-slide .bg.bg02 {
    background: url("/img/slide02_m.jpg") no-repeat center/cover;
  }
  #deps02 .swiper .swiper-slide .bg.bg03 {
    background: url("/img/slide03_m.jpg") no-repeat center/cover;
  }
  #deps02 .swiper .swiper-slide .bg.bg04 {
    background: url("/img/slide04_m.jpg") no-repeat center/cover;
  }
  #deps02 .swiper .swiper-slide .bg.bg05 {
    background: url("/img/slide05_m.jpg") no-repeat center/cover;
  }
  #deps02 .swiper .swiper-slide .bg.bg06 {
    background: url("/img/slide06_m.jpg") no-repeat center/cover;
  }
  #deps03 .flex .left {
    margin: 0;
  }
  #deps03 .flex .left .txt {
    margin: 50px 0 100px;
  }
  #deps03 .flex .left .tb {
    margin: 0;
  }
  #deps03 .flex .left .tt {
    margin: 0;
  }
  #deps03 .flex .left li .mo_block {
    display: block;
  }
  #deps03 .flex .left li .po_block {
    display: none;
  }
  #deps03 .flex .right {
    display: none;
  }
  #deps04 {
    margin: 0;
  }
  #deps05 {
    margin: 100px 0;
  }
}
/* ======================= 640 =============================*/
@media (max-width: 640px) {
  .mf_big {
    font-size: 2.2rem;
  }
  .mf_nom {
    font-size: 1.8rem;
  }
  .mf_lom {
    font-size: 1.5rem;
  }
  .mf_small {
    font-size: 1rem;
  }
  #deps02 .swiper .swiper-slide .txt .center .none640 {
    display: none;
  }
  #deps04 .flex .left .logo {
    width: 200px;
  }
  #deps04 .first, #deps04 .second {
    height: 80vh;
  }
}
/* ======================= 540 =============================*/
@media (max-width: 540px) {
  .sm_title {
    font-size: 1.5rem;
  }
  .big_title {
    font-size: 3rem;
  }
  #deps01 .title_bx p {
    margin: 0 0 20px 0;
  }
  #deps02 .swiper .swiper-button-prev:after,
  #deps02 .swiper .swiper-rtl .swiper-button-next:after {
    background-size: 30px 55px;
    width: 30px;
    height: 55px;
  }
  #deps02 .swiper .swiper-button-next:after,
  #deps02 .swiper .swiper-rtl .swiper-button-prev:after {
    background-size: 30px 55px;
    width: 30px;
    height: 55px;
  }
  #deps04 .flex .left p br {
    display: none;
  }
}
/* ======================= 480 =============================*/
@media (max-width: 480px) {
  #deps02 .swiper .swiper-slide .txt .center {
    margin: 25px 0;
  }
}
/* ======================= 414 =============================*/
@media (max-width: 414px) {
  .big_title {
    font-size: 2.3rem;
  }
  .sm_title {
    font-size: 1.2rem;
  }
  #deps02 .swiper .swiper-button-prev,
  #deps02 .swiper .swiper-rtl .swiper-button-next {
    top: auto;
    bottom: 0;
    z-index: 10;
  }
  #deps02 .swiper .swiper-button-next,
  #deps02 .swiper .swiper-rtl .swiper-button-prev {
    top: auto;
    bottom: 0;
    z-index: 10;
  }
  #deps02 .swiper .swiper-slide .txt {
    width: 85%;
  }
  #deps05 ul li .hover_box p.bolder {
    margin: 5% 0 20%;
  }
}/*# sourceMappingURL=main.css.map */