@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  /* font-family: "Poppins", sans-serif; */
  color: #1e1e1e;
}

a {
  text-decoration: none;
  color: inherit;
}
.main_wrapper {
  position: relative;
  overflow-x: hidden;
}
/* 헤더영역 */
.main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  color: #1e1e1e;
  border-bottom: 1px solid #ebebeb;
  z-index: 10;
  transition: all 0.3s;
}
.main_header.mobile_header {
  display: none;
}
.main_header.transparent {
  background-color: transparent;
  color: #fff;
  border-bottom: 0;
}
.main_header .header_nav {
  position: relative;
  width: 1240px;
  height: 100%;
  margin: 0 auto;
}
.header_nav .logo_box {
  display: inline-block;
  width: 165px;
  height: 100%;
  line-height: 80px;
  vertical-align: middle;
  position: relative;
}
.header_nav .logo_box > img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_nav .nav_box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.header_nav .nav_box .nav_item {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 40px;
  font-size: 17px;
  line-height: 80px;
  vertical-align: middle;
}
.header_nav .nav_box .nav_item .nav_indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 0;
  background-color: transparent;
  transition: width 0.2s;
}
.header_nav .nav_box .nav_item:hover .nav_indicator {
  width: 70%;
  background-color: #333333;
}
.header_nav .nav_box .translate_menu {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 110px;
  margin-left: 50px;
  vertical-align: top;
  padding-top: 32px;
}
.header_nav .nav_box .translate_menu.eng {
  margin-left: 15px;
  padding-top: 33px;
}
.header_nav .nav_box .translate_menu .translate_item {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: rgba(38, 38, 38, 0.3);
}
.main_header.transparent > .header_nav .translate_menu .translate_item {
  color: #707070;
}
.header_nav .translate_menu .translate_item.on {
  color: #262626;
}
.main_header.transparent > .header_nav .translate_menu .translate_item.on {
  color: #fff;
}
.header_nav .nav_box .translate_menu > .vertical_line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #262626;
  margin: 0 10px;
}
.main_header.transparent > .header_nav .translate_menu > .vertical_line {
  background-color: #fff;
}
/* 서브 헤더 메뉴 영역 */
.main_header .sub_nav {
  display: block;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  color: #333333;
  border-bottom: 0;
  z-index: 10;
}
.main_header .sub_nav.border_bottom {
  border-bottom: 1px solid #ebebeb;
}
.sub_nav .sub_nav_wrapper {
  position: relative;
  width: 1240px;
  height: 225px;
  margin: 0 auto;
  padding: 30px 0 35px 0;
}
.sub_nav_wrapper .sub_menu_list {
  position: absolute;
  top: 30px;
  left: 385px;
}
.sub_nav_wrapper .sub_menu_list.eng {
  left: 380px;
}
.sub_menu_list .sub_menu_wrapper {
  position: relative;
}
.sub_menu_wrapper > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 118px;
}
.sub_menu_wrapper > li.eng {
  width: 130px;
}
.sub_menu_wrapper > li:nth-child(1) {
  margin-right: 38px;
}
.sub_menu_wrapper > li.eng:nth-child(1) {
  margin-right: 65px;
}
.sub_menu_wrapper > li:nth-child(2) {
  margin-right: 17px;
}
.sub_menu_wrapper > li.eng:nth-child(2) {
  margin-right: 67px;
}
.sub_menu_wrapper > li > a {
  display: block;
  line-height: 22px;
  margin-bottom: 13px;
  font-size: 15px;
}
.sub_menu_wrapper > li > a:hover {
  color: #2eaadf;
}
.main_side_menu {
  display: none;
}

/* 메인 슬라이더 영역 */
#section01 {
  background-color: #10182c;
}
.top_slider,
.top_slider_list,
.top_slider_item {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_slider_item.half_item {
  display: flex;
}
.top_slider_item:nth-child(1) {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg01_pc.jpg")
    no-repeat;
  background-size: cover;
  /* background-position: center 48%; */
}
.top_slider_item:nth-child(2) {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg02_pc.jpg")
    no-repeat;
  background-size: cover;
  /* background-position: center 73%; */
}
.top_slider_item:nth-child(3) {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg03_pc.jpg")
    no-repeat;
  background-size: cover;
  /* background-position: center bottom; */
}
.top_slider_item:nth-child(4) {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20230920_img/new_main_icolor_pc.jpg")
    no-repeat;
  background-size: cover;
  /* background-position: center bottom; */
}
.top_slider_item:nth-child(5) {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20230920_img/new_main_hotelc_pc.jpg")
    no-repeat;
  background-size: cover;
  /* background-position: center bottom; */
}
.bg_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.top_slider_item .half_box {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
}
.top_slider_item .half_box:first-child {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg04-1_pc.jpg")
    no-repeat;
  background-size: cover;
}
.top_slider_item .half_box:last-child {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg04-2_pc.jpg")
    no-repeat;
  background-size: cover;
}
.top_slider_item .main_intro_box {
  z-index: 1;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.main_intro_box .description {
  display: block;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.5px;
}
.main_intro_box .description.pc {
  display: block;
}
.main_intro_box .description.mobile {
  display: none;
}
.main_intro_box .heading {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  margin: 25px 0;
}
.main_intro_box .heading.pc {
  display: block;
}
.main_intro_box .heading.mobile {
  display: none;
  margin: 8px 0 15px 0;
}
.main_intro_box .main_link_btn_box {
  width: 240px;
  height: 50px;
  border: 1px solid #fff;
  margin: 40px auto 0 auto;
}
.main_intro_box .main_link_btn_box .main_link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #fff;
}
.main_intro_box .main_link_btn_box .main_link_btn > p > span {
  margin-left: 10px;
  padding-bottom: 2px;
}
.top_slider_item .half_box > .main_intro_box .main_link_btn_box {
  margin-top: 120px;
}
.top_slider_pagination_box {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top_slider_pagination_box .top_slider_fraction.mobile {
  display: none;
}
.top_slider_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  margin-right: 6px;
  /* transition: all 0.2s; */
}
.top_slider_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.top_slider_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: #fff;
}
.scroll_icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transform: rotate(90deg);
}
.scroll_icon > img {
  width: 100%;
}
.scroll_icon .scroller {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.scroller,
.scroller:before,
.scroller:after {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.scroller {
  color: #ffffff;
  font-size: 14px;
  /* margin: 80px auto; */
  position: relative;
  text-indent: -55px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.scroller:before,
.scroller:after {
  content: "";
  position: absolute;
  top: 0;
}
.scroller:before {
  left: -10px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.scroller:after {
  left: 10px;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 5px 0 -2.5px;
  }
  40% {
    box-shadow: 0 5px 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 5px 0 -2.5px;
  }
  40% {
    box-shadow: 0 5px 0 0;
  }
}

/* 섹션 공통 */
.section_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section_title_box {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section_title_box .section_title {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 10px;
  color: #1e1e1e;
}
.section_title_box .section_title.pc {
  display: block;
}
.section_title_box .section_title.mobile {
  display: none;
}
.section_title_box .section_caption {
  display: block;
  font-size: 18px;
  color: #434343;
}
.section_title_box .section_caption.pc {
  display: block;
  line-height: 1.2;
}
.section_title_box .section_caption.mobile {
  display: none;
}
.section_title_box .more_text_box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section_title_box .more_text_box > a {
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.more_text_box > a > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  color: #1e1e1e;
}
.more_text_box > a > svg {
  display: inline-block;
  transform: rotate(180deg);
}

/* 섹션 2 */
.second .section_wrapper {
  padding: 90px 0;
}

.service_item_box {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.service_slider {
  position: relative;
  width: 100%;
  overflow: visible;
}
.service_slider .service_slider_item {
  position: relative;
  width: 1100px;
}
.service_slider_item .item_bg_box {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}
.item_bg_box .item_bg_area {
  width: 100%;
  height: 100%;
}
.item_bg_box .item_bg_area > img {
  width: 100%;
}
.item_bg_box .item_info_box {
  position: absolute;
  left: 56px;
  bottom: -80px;
  width: 480px;
  height: 232px;
  background-color: #fff;
  padding-top: 48px;
  padding-left: 43px;
}
.item_info_box .sub_title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 5px;
}
.item_info_box .item_link {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #0075d9;
  font-weight: 500;
  letter-spacing: 2px;
}
.item_info_box .item_title {
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 15px -2px;
  color: #1e1e1e;
}
.item_info_box .item_description {
  display: block;
  color: #666666;
  font-size: 18px;
}
.item_info_box .item_description.pc {
  display: block;
  line-height: 1.2;
}
.item_info_box .item_description.mobile {
  display: none;
}
.item_info_box .view_more_btn {
  display: block;
  margin-top: 35px;
  width: 214px;
  height: 52px;
  border: 1px solid #707070;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  /* vertical-align: middle; */
}
.slider_nav_box {
  position: absolute;
  right: 140px;
  bottom: 0;
  width: 100px;
  height: 25px;
}
.slider_nav_box .service_slider_nav {
  position: absolute;
  top: 0;
  right: 0;
}
.service_slider_nav > a {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.service_slider_nav .service_slider_next {
  transform: rotate(180deg);
  margin-left: -1px;
  margin-top: 4px;
}
.service_slider_nav .divide_line {
  display: inline-block;
  width: 1px;
  height: 22px;
  background-color: #333333;
  margin: 0 23px;
}

/* 섹션 3 */
#section03 {
  background-color: #f8f8fa;
}
.third .section_wrapper {
  padding: 105px 0 140px 0;
}
.content_item_box {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.content_item {
  display: inline-block;
  width: 380px;
  margin-right: 45px;
  vertical-align: top;
}
.content_item:last-child {
  margin-right: 0;
}
.content_item .content_item_bg {
  width: 100%;
  height: 230px;
}
.content_item:nth-child(1) .content_item_bg {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/content_item_bg01.jpg")
    no-repeat;
  background-size: cover;
}
.content_item:nth-child(2) .content_item_bg {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/content_item_bg02.jpg")
    no-repeat;
  background-size: cover;
}
.content_item:nth-child(3) .content_item_bg {
  background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/content_item_bg03.jpg")
    no-repeat;
  background-size: cover;
}
.content_item .content_item_text {
  width: 100%;
  height: 170px;
  text-align: center;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 29px;
  background-color: #fff;
  padding-top: 55px;
}
/* .content_item:nth-child(3) .content_item_text {
  padding-top: 0;
  line-height: 170px;
  vertical-align: middle;
} */
.content_item .content_item_text > p.pc {
  display: block;
}
.content_item .content_item_text > p.mobile {
  display: none;
}
.contents_view_more_btn {
  display: none;
}

/* 섹션 4 */
.fourth .section_wrapper {
  padding: 90px 0 120px 0;
}
.vision_item_box {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.vision_item {
  display: inline-block;
  width: 310px;
  height: 405px;
  background-color: #f8f8fa;
  padding: 64px 0 0 30px;
  vertical-align: top;
}
.vision_item .vision_item_num {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}
.vision_item .vision_item_title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}
.vision_item .vision_item_description {
  margin-top: 58px;
}
.vision_item_description .top_divide_line {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #cbcbcb;
  margin-bottom: 20px;
}
.vision_item_description > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #434343;
}
.vision_item .vision_item_description > p.pc {
  display: block;
}
.vision_item .vision_item_description > p.mobile {
  display: none;
}
.vision_item:nth-child(1) {
  color: #ed8241;
  margin-right: -4px;
}
.vision_item:nth-child(2) {
  color: #6074b4;
  background-color: #f4f4f8;
  margin-right: -4px;
}
.vision_item:nth-child(3) {
  color: #2eaadf;
  margin-right: -4px;
}
.vision_item:nth-child(4) {
  color: #6abe96;
  background-color: #f4f4f8;
  margin-right: 0;
}

/* 섹션 5 푸터 */
.footer_top_box {
  position: relative;
  width: 100%;
  height: 180px;
}
.footer_top_box .guide_box {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
}
.guide_box.partnership {
  background-color: #2f2f2f;
}
.guide_box.recruit {
  background-color: #1d1d1d;
  position: absolute;
  right: 0;
  top: 0;
}
.guide_box .guide_box_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: 100%;
  color: #fff;
  padding: 55px 55px 55px 60px;
}
.guide_box.recruit > .guide_box_text {
  left: 0;
}
.guide_box_text .guide_title > p {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.guide_box_text .guide_title > span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.guide_box_text .direct_link_box {
  position: absolute;
  bottom: 70px;
  right: 55px;
}
.guide_box_text .direct_link_box > a {
  display: block;
}
.direct_link_box > a > svg {
  margin-left: 5px;
  transform: rotate(180deg);
}

.footer_bottom_box {
  position: relative;
  width: 1240px;
  height: 160px;
  margin: 0 auto;
}
.footer_bottom_box .footer_logo_box {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 100%;
  margin-right: 110px;
}
.footer_logo_box > a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_logo_box > a > img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.footer_info_box {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 40px 0;
  vertical-align: top;
}
.footer_bottom_box .footer_info_box.pc {
  display: inline-block;
}
.footer_bottom_box .footer_info_box.mobile {
  display: none;
}
.footer_info_box .text_line {
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 15px;
}
.footer_info_box .text_line.second {
  margin-bottom: 25px;
}
.footer_info_box .text_line.second.eng {
  margin-bottom: 15px;
}
.footer_info_box .text_line .vertical_line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #c9c9c9;
  margin: 0 5px;
}
.footer_info_box .ifamily_copyright {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #a0a0a0;
  line-height: 18px;
}
@media all and (max-width: 1240px) {
  .main_header.pc_header {
    display: none;
  }
  .main_header.mobile_header {
    display: block;
    width: 100%;
    height: 56px;
  }
  .mobile_header > .header_nav {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile_header .logo_box {
    width: 120px;
    height: 21px;
  }
  .mobile_header .menu_btn {
    display: block;
    width: 24px;
    height: 14px;
  }
  .mobile_header .menu_btn > img {
    width: 100%;
  }

  /* 모바일 사이드 메뉴 */
  .background_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
  }
  .main_side_menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, width;
    transition-duration: 0.35s, 0.25s, 0.25s;
    transition-delay: 0.1s;
    z-index: 12;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
  .main_side_menu::-webkit-scrollbar {
    display: none;
  }
  .main_side_menu.active {
    opacity: 1;
    visibility: visible;
    width: 280px;
    transition-duration: 0.15s, 0.25s, 0.25s;
  }
  .side_menu_header {
    position: relative;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 0 18px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .translate_menu.side {
    width: 100%;
    height: 24px;
    padding-left: 18px;
    margin-bottom: 10px;
  }
  .translate_menu.side > .translate_item {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: rgba(38, 38, 38, 0.3);
  }
  .translate_menu.side > .translate_item.on {
    color: #262626;
  }
  .translate_menu.side > .vertical_line {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #262626;
    margin: 0 10px;
  }
  .side_menu_header > a {
    display: block;
  }
  .side_menu_header > a > img {
    width: 100%;
  }
  .side_menu_header > .logo_box {
    width: 120px;
    height: 21px;
  }
  .side_menu_header > .close_box {
    width: 18px;
    height: 18px;
  }
  .main_side_menu_box {
    position: relative;
    width: 100%;
    padding: 0 18px 30px 18px;
    overflow-x: hidden;
  }
  .main_side_menu_box .side_menu_list {
    width: 100%;
    margin-bottom: 10px;
  }
  .side_menu_list .list_title {
    display: block;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #333333;
    font-size: 16px;
    font-weight: 700;
    color: #1e1e1e;
    padding-top: 14px;
    margin-bottom: 10px;
  }
  .side_menu_list > li {
    display: block;
    width: 100%;
    height: 38px;
  }
  .side_menu_list > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333333;
  }
  .side_menu_list.one_menu {
    margin-bottom: 0;
  }
  .one_menu > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .one_menu > a > .list_title {
    margin-bottom: 0;
  }

  /* 메인 슬라이더 */
  .main_intro_box {
    width: 100%;
    padding: 0 28px;
    text-align: left;
  }
  .main_intro_box .description {
    font-size: 16px;
    text-align: left;
  }
  .main_intro_box .heading {
    font-size: 31px;
    text-align: left;
    line-height: 44px;
  }
  .main_intro_box .heading.pc {
    display: none;
  }
  .main_intro_box .heading.mobile {
    display: block;
  }
  .main_intro_box .description.pc {
    display: none;
  }
  .main_intro_box .description.mobile {
    display: block;
    font-size: 12px;
    line-height: normal;
  }
  /* .top_slider_item:nth-child(2) > .main_intro_box .heading {
    font-size: 31px;
  }
  .top_slider_item:nth-child(2) > .main_intro_box .description {
    font-size: 15px;
    line-height: 23px;
  } */
  .main_intro_box .main_link_btn_box {
    width: 120px;
    height: 36px;
    border: 1px solid #fff;
    margin: 25px 0 0 0;
  }
  .main_intro_box .main_link_btn_box .main_link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
  }
  .main_intro_box .main_link_btn_box .main_link_btn > p > span {
    display: none;
  }
  .top_slider_item .half_box > .main_intro_box .main_link_btn_box {
    margin-top: 120px;
  }
  .top_slider_pagination_box {
    top: 80%;
    left: 28px;
    transform: unset;
  }
  .top_slider_pagination_box .top_slider_fraction.mobile {
    display: block;
  }
  .top_slider_fraction {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .top_slider_fraction > span {
    display: inline-block;
  }
  .top_slider_fraction .current_fraction {
    color: #fff;
  }
  .top_slider_fraction .all_fraction {
    color: #707070;
  }
  .top_slider_fraction .divide_fraction {
    width: 1px;
    height: 5px;
    background-color: #707070;
    vertical-align: middle;
    margin: 0 3px;
  }
  .top_slider_item:nth-child(1) {
    background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg01_mobile.jpg")
      no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top_slider_item:nth-child(2) {
    background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg02_mobile.jpg")
      no-repeat;
    background-size: cover;
    background-position: center 73%;
  }
  .top_slider_item:nth-child(3) {
    background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg03_mobile.jpg")
      no-repeat;
    background-size: cover;
    background-position: 45% bottom;
  }
  .top_slider_item:nth-child(4) {
    background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20230920_img/new_main_icolor_mobile.jpg")
      no-repeat;
  }
  .top_slider_item:nth-child(5) {
    background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20230920_img/new_main_hotelc_mobile.jpg")
      no-repeat;
  }
  .top_slider_item.half_item {
    display: flex;
    flex-direction: column;
  }
  .top_slider_item .half_box {
    position: relative;
    display: flex;
    width: 100%;
  }
  .top_slider_item .half_box:first-child {
    background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg04-1_pc.jpg")
      no-repeat;
    background-size: cover;
  }
  .top_slider_item .half_box:last-child {
    background: url("../../../image/iwedding_plus/2021/ifamily_new_intro/20211026_img/new_main_bg04-2_pc.jpg")
      no-repeat;
    background-size: cover;
  }
  .top_slider_item .half_box > .main_intro_box .heading.mobile {
    font-size: 30px;
    margin: 5px 0;
  }
  .top_slider_item .half_box > .main_intro_box .description.mobile {
    font-size: 12px;
  }
  .top_slider_item .half_box > .main_intro_box .main_link_btn_box {
    margin-top: 20px;
  }

  .second .section_wrapper {
    padding: 50px 0;
  }
  .section_title_box {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .section_title_box .section_title {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 34px;
  }
  .section_title_box .section_title.pc {
    display: none;
  }
  .section_title_box .section_title.mobile {
    display: block;
  }
  .section_title_box .section_caption.pc {
    display: none;
  }
  .section_title_box .section_caption.mobile {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .section_title_box .more_text_box {
    display: none;
  }
  .slider_nav_box {
    display: none;
  }
  .service_item_box {
    width: 100%;
    padding-left: 15px;
  }
  .service_slider .service_slider_item {
    width: 300px;
    height: 360px;
  }
  .service_slider_item .item_bg_box {
    width: 100%;
    height: 100%;
  }
  .service_slider_item .item_bg_box .item_bg_area {
    overflow: hidden;
    position: relative;
  }
  .service_slider_item .item_bg_box .item_bg_area > img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .service_slider_item .item_bg_box .item_info_box {
    width: 260px;
    height: 190px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 26px;
    padding-left: 20px;
    padding: 26px 20px 0 20px;
  }
  .item_info_box .item_link {
    font-size: 13px;
  }
  .item_bg_box .item_info_box .item_link.short {
    font-size: 11px;
    letter-spacing: 0;
  }
  .item_info_box .item_title {
    font-size: 24px;
    margin: 15px 0;
  }
  .item_info_box .item_description {
    font-size: 13px;
    line-height: 18px;
  }
  .item_info_box .item_description.pc {
    display: none;
  }
  .item_info_box .item_description.mobile {
    display: block;
  }
  .item_info_box .view_more_btn {
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 24px;
    font-size: 13px;
  }

  .third .section_wrapper {
    padding: 50px 15px 60px 15px;
  }
  .third .section_title_box {
    padding: 0;
  }
  .content_item_box {
    width: 100%;
  }
  .content_item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .content_item .content_item_bg {
    height: 205px;
  }
  .content_item .content_item_text {
    height: 70px;
    font-size: 16px;
    padding-top: 23px;
  }
  .content_item .content_item_text.eng {
    height: 100px;
  }
  .content_item:nth-child(3) .content_item_text {
    padding-top: 23px;
    line-height: normal;
    vertical-align: baseline;
  }
  .content_item:nth-child(3) .content_item_text.eng {
    padding-top: 23;
  }
  .content_item .content_item_text > p.pc {
    display: none;
  }
  .content_item .content_item_text > p.mobile {
    display: block;
  }
  .contents_view_more_btn {
    display: block;
    width: calc(100% - 120px);
    border: 1px solid #707070;
    height: 40px;
    text-align: center;
    line-height: 38px;
    /* vertical-align: middle; */
    margin: 40px auto 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .fourth .section_wrapper {
    padding: 60px 0;
  }
  .vision_item_box {
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .vision_item_box .vision_item {
    width: 49.8%;
    height: 280px;
    padding: 30px 0 0 17px;
  }
  .vision_item .vision_item_num {
    font-size: 16px;
  }
  .vision_item .vision_item_title {
    font-size: 24px;
    line-height: 30px;
  }
  .vision_item .vision_item_description {
    margin-top: 45px;
  }
  .vision_item .vision_item_description.eng {
    margin-top: 25px;
  }
  .vision_item .vision_item_description > p.pc {
    display: none;
  }
  .vision_item .vision_item_description > p.mobile {
    display: block;
  }
  .vision_item_description > p {
    font-size: 14px;
    line-height: 20px;
  }
  .vision_item:nth-child(2n) {
    margin-left: 5px;
  }
  .vision_item:nth-child(1),
  .vision_item:nth-child(2) {
    margin-bottom: 1px;
  }

  .footer_top_box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer_top_box .guide_box {
    display: block;
    width: 100%;
    height: 96px;
    padding: 0 18px;
  }
  .guide_box .guide_box_text {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .guide_box.recruit {
    position: relative;
    top: unset;
    right: unset;
  }
  .guide_box_text .guide_title > p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
  .guide_box_text .guide_title > span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
  }
  .guide_box_text .direct_link_box {
    position: relative;
    bottom: unset;
    right: unset;
  }
  .guide_box_text .direct_link_box {
    width: 104px;
    height: 38px;
    border: 1px solid #6e6e6e;
  }
  .guide_box_text .direct_link_box > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .direct_link_box > a > span {
    font-size: 15px;
    line-height: 36px;
    vertical-align: middle;
  }
  .direct_link_box > a > svg {
    display: none;
  }

  .footer_bottom_box {
    width: 100%;
    height: auto;
    padding: 40px 15px;
  }
  .footer_bottom_box .footer_logo_box {
    display: block;
    width: 120px;
    height: 21px;
    margin-right: 0;
  }
  .footer_bottom_box .footer_info_box.pc {
    display: none;
  }
  .footer_bottom_box .footer_info_box.mobile {
    display: block;
    padding: 20px 0;
  }
  .footer_bottom_box .footer_info_box .text_line {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .footer_bottom_box .footer_info_box .ifamily_copyright {
    margin-top: 20px;
  }
}
