@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Thin.woff') format('woff');
  font-weight:100;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-ExtraLight.woff') format('woff');
  font-weight:200;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Light.woff') format('woff');
  font-weight:300;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Regular.woff') format('woff');
  font-weight:400;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Medium.woff') format('woff');
  font-weight:500;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-SemiBold.woff') format('woff');
  font-weight:600;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Bold.woff') format('woff');
  font-weight:700;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-ExtraBold.woff') format('woff');
  font-weight:800;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Black.woff') format('woff');
  font-weight:900;
}

html{
  font-family: 'Pretendard',sans-serif;
  font-weight: 400;
}
.bebas_neue{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wd_1716{
  width: 100%;
  max-width: 1754px;
  padding: 0 16px;
  margin: 0 auto;
}
.wd_1700{
  width: 100%;
  max-width: 1722px;
  padding: 0;
  margin: 0 auto;
}
.img_wrap > img{
  display: block;
  width: 100%;
}
.mo_only{display: none;}

header{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid rgb(221, 221, 221, 0.5);
}
header.active{background: #fff;}
.header_inner{
  max-width: 1754px;
  margin: 0 auto;
  /* align-items: center; */
  display: flex;
  justify-content: space-between;
  padding: 30px 16px;
  color: #fff;
}
header.active .header_inner{
  color: #000;
}
.logo{
  position: relative;
}
.logo img{
  transition: 0.3s;
}
.wh_logo{
  opacity: 1;
}
.bk_logo{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header.active .wh_logo{opacity: 0;}
header.active .bk_logo{opacity: 1;}
nav{
  display: flex;
  justify-content: space-between;
  gap: 48px;
  font-size: 18px;
}
nav a{transition: 0.3s;}
nav a:hover{
  font-weight: bold;
  text-decoration: underline;
}
nav a.mo_menu_close_btn{display: none;}

.header_right{
  display: flex;
  /* align-items: center; */
}
.language_wrap{
  position: relative;
  font-size: 14px;
}
.language_btn{
  padding: 7px 13px;
  display: block;
  border: 1px solid rgba(221, 221, 221, 0.5);
}
.language_select_wrap{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.language_select_wrap{
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-top: none;
  display: none;
}
.language_select_wrap a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  background: #fff;
  color: #000;
}
.language_select_wrap a:last-of-type{
  border-bottom: none;
}
.mo_menu_btn{
  width: 24px;
  height: 24px;
  padding: 6px 3px;
  margin-left: 6px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mo_menu_btn span{
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
header.active .mo_menu_btn span{background: #000;}

footer{
  border-top: 1px solid #ddd;
  padding: 26px 16px;
}
.footer_top{
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  color: #878787;
}
.footer_top_left{
  width: 570px;
  max-width: 50%;
}
.footer_top_left_title{
  margin-bottom: 64px;
  color: #48D0D0;
  font-size: 20px;
  text-align: center;
}
.footer_top_left_txt{
  margin-bottom: 26px;
  text-align: center;
}
.footer_top_left_info{
  margin-left: 60px;
}
.footer_top_right{width: 50%; max-width: 516px; text-align: center;}
.footer_top_right_title{
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 24px;
}
.footer_top_right_link{
  padding: 0 50px;
  margin-bottom: 45px;
}
.footer_top_right_link a{
  display: block;
  margin-left: auto;
  width: 82px;
  margin-right: 0;
  text-align: left;
}
.footer_top_right_link a:first-of-type{
  margin-bottom: 24px;
}
.footer_bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  margin-top: 16px;
}

.pop_wrap{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.black_bg{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
}
.pop{
  width: 90%;
  max-width: 600px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
}
.pop_close{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  justify-content: space-between;
}
.pop_title{
  font-size: 21px;
  font-weight: bold;
}
.pop_content{
  max-height: 50dvh;
  overflow-y: auto;
}


/* .visual_wrap{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100dvh;
  position: relative;
}
.bg_1{background-image: url('/img/bg_1.png');}
.bg_2{background-image: url('/img/bg_2.png');}
.bg_3{background-image: url('/img/bg_3.png');}
.bg_4{background-image: url('/img/bg_4.png');}
.bg_5{background-image: url('/img/bg_5.png');}
.bg_6{background-image: url('/img/bg_6.png');}
.bg_7{background-image: url('/img/bg_7.png');} */

.visual_wrap{
  position: relative;
}

.visual_txt_wrap{
  position: absolute;
  top:49%;
  left: 10%;
  /* width: 50%;
  max-width: 960px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50%; */
}
.visual_txt_wrap.bottom{
  top: 70%;
}
.visual_title{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  color: #fff;
}
.visual_title.col{
  color: #89A7B7;
}
.visual_sub{
  color: #89A7B7;
  font-size: 32px;
}
.visual_sub.wh{
  color: #fff;
}

.visual_wrap{
  width: 100%;
  position: relative;
}
.visual_wrap img{
  display: block;
  width: 100%;
}

.visual_link_wrap{
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: #48D0D0;
  padding: 16px 38px;
  border-radius: 50px;
  display: flex;
  gap: 23px;
  z-index: 1;
}
.visual_link_wrap a img{width: 30px;}

/* 메인 */
.section_1{
  padding: 170px 0;
}
.section_title{
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.tabs_wrap{
  overflow-x: auto;
  margin-bottom: 80px;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section_1_content ul.tabs{
  color: #666;
  width: max-content;
  margin: 0 auto;
}
.section_1_content ul.tabs li{
	display: inline-block;
	cursor: pointer;
  width: fit-content;
  margin-right: 46px;
}
.section_1_content ul.tabs li:last-of-type{
  margin-right: 0;
}

.section_1_content ul.tabs li.active{
	color: #111;
  font-weight: bold;
  text-decoration: underline;
}

.section_1_content .tab_content{
	display: none;
}

.section_1_content .tab_content.active{
	display: inherit;
}

/* .main_list_wrap{} */
.main_list{
  margin-bottom: 90px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.main_list a{
  width: calc((100% - 66px) / 4);
}
.main_list a .img_wrap{
  margin-bottom: 24px;
}
.main_list a .txt_wrap .main_list_category{
  font-weight: 300;
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}
.main_list a .txt_wrap .main_list_title{
  color: #111;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
}
.main_list a .txt_wrap .main_list_info{
  color: #333;
  margin-bottom: 24px;
}
.main_list a .txt_wrap .main_list_tag{
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.main_list a .txt_wrap .main_list_tag span{
  color: #48D0D0;
}

.main_list_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
a.more_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #48D0D0;
  font-size: 20px;
  font-weight: 800;
  width: 194px;
  height: 56px;
}

.section_2{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 160px;
}
.section_2_inner{
  display: flex;
}
.section_2_left{
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_2_left_title{
  font-family: "Bebas Neue", sans-serif;
  font-size: 120px;
  margin-bottom: 66px;

}
.section_2_right{width: 53%;}
/* .section_2_right ul{} */
.section_2_right ul li{
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
}
.section_2_right ul li:last-of-type{
  border-bottom: none;
}
.section_2_right ul li:has(a:hover){
  background: #000;
  color: #fff;
}
.section_2_right ul li a{
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  display: flex;
  gap: 20px;
  padding-left: 20px;
}
.section_2_right ul li a img{
  transition: 0.3s;
}
.section_2_right ul li a:hover img{
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(179deg) brightness(103%) contrast(101%);
}

.middle_img_wrap{
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
}
.middle_img_wrap img{
  display: block;
  width: 100%;
}
.middle_img_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  color: #fff;
}

.middle_img_txt .before_txt{
  position: absolute;
  white-space: pre;
  text-align: center;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  font-size: 46px;
  padding: 200px 380px 200px 140px;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.1);
  border-radius: 350px;
  z-index: -1;
}

.middle_img_txt .after_txt{
  position: absolute;
  white-space: pre;
  text-align: center;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  font-size: 46px;
  padding: 200px 140px 200px 380px ;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.1);
  border-radius: 350px;
  z-index: -1;
}

.section_3{
  padding: 160px 0;
}
.section_3_title{
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
  max-width: 1754px;
  padding: 0 16px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.notice_list{
  border-top: 1px solid #eee;
  margin-bottom: 60px;
}
.notice_list li{
  border-bottom: 1px solid #eee;
  padding: 38px 0 37px;
}
.notice_title_wrap{
  display: flex;
  align-items: center;
  font-size: 20px;
  max-width: 1754px;
  padding: 0 16px;
  margin: 0 auto;
  cursor: pointer;
}
.notice_title_wrap .notice_date{
  color: #666;
  width: 140px;
}
.notice_title_wrap .notice_title{
  color: #111;
  font-weight: bold;
  width: calc(100% - 180px);
  margin-left: 16px;
}
.notice_title_wrap img{
  transition: 0.3s;
}
.notice_title_wrap img.active{
  transform: rotate(-180deg);
}

.notice_content{
  max-width: 1754px;
  margin: 0 auto;
  padding: 16px 90px 0 172px;
  display: none;
  font-size: 18px;
}

/* about */
.about_sec_1{
  max-width: 1754px;
  padding: 160px 16px 80px;
  margin: 0 auto;
}
.about_sec_1_title {
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.about_sec_1_sub{
  font-size: 21px;
  text-align: center;
  margin-bottom: 60px;
  color: #6c6c6c;
}

.about_sec_1_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 28px;
}

.about_sec_1_content > div{
  font-size: 21px;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin-bottom: 10px;
}
.about_sec_1_content > div img{
  margin-bottom: 14px;
}

.about_sec_2{
  padding: 80px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.about_sec_2_wrap{
  max-width: 1722px;
  margin: 0 auto;
}
.about_sec_2_title {
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 180px;
}
.about_sec_2_content{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.about_sec_2_content_img_wrap{
  width: 47%;
  max-width: 797px;
  position: relative;
  background-image: url('/img/about/about_2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about_sec_2_content_img_wrap img{
  width: 100%;
  display: block;
}
.about_sec_2_content_txt_wrap{
  padding: 26px 28px;
  letter-spacing: -0.5px;
}
.about_sec_2_content_txt_title{
  font-size: 32px;
  margin-bottom: 8px;
}
.about_sec_2_content_txt_info{
  font-size: 21px;
}
.about_sec_2_content_txt{
  width: calc(53% - 40px);
}
.about_sec_2_content_txt_inner{
  padding-left: 20px;
}
.about_sec_2_content_txt_t{
  font-size: 32px;
  margin-bottom: 24px;
}
.about_sec_2_content_txt_i{
  font-size: 21px;
  margin-bottom: 10px;
  color: #333;
}
.about_sec_2_content_txt ul{
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #333;
}
.about_sec_2_content_txt ul li{
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
}
.about_sec_2_content_txt ul li::after{
  content: '';
  position: absolute;
  left: 9px;
  top: 15px;
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 50%;
}
.about_sec_3{
  padding: 160px 0 500px;
}
.about_sec_3 img{
  display: block;
  width: 100%;
  max-width: 1722px;
  margin:0 auto;
  margin-bottom: 45px;
}
.about_sec_3_txt{
  font-size: 50px;
  max-width: 1722px;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: 3px;
}

/* 게시판 */
.board_section{
  max-width: 1754px;
  padding: 160px 16px;
  margin: 0 auto;
}
.board_section_title {
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 26px;
}
.board_section_sub{
  font-size: 18px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 500;
}
.board_list{
  display: flex;
  gap: 80px 34px;
  flex-wrap: wrap;
}
.board_li{
  width: calc((100% - 68px) / 3);
}
.board_li a .img_wrap{
  margin-bottom: 24px;
}
.board_li_title{
  font-size: 20px;
}

/* view */
.view_title{
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
.view_wrap{
  max-width: 1722px;
  margin: 0 auto;
}
.view_1{
  padding: 160px 0 80px;
  border-bottom: 1px solid #ddd;
}
.view_1_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.view_1_txt{
  width: 32%;
  font-size: 62px;
}
.view_1_img_wrap{width: 68%;}
.view_2{padding: 80px 0; border-bottom: 1px solid #ddd;}
.view_2 .view_title{margin-bottom: 40px;}
.view_2_sub_title{
  font-size: 40px;
  color: #6c6c6c;
  text-align: center;
  margin-bottom: 40px;
}
.view_2_list{
  display: flex;
  gap: 33px;
}
.view_2_list li{
  width: calc((100% - 66px) / 3);
  position: relative;
}
.view_2_txt{
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  width: max-content;
  color: #fff;
}
.view_3{
  padding: 80px 0;
}
.view_3 .view_title{
  margin-bottom: 26px;
}
.view_3_sub_title{
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-bottom: 130px;
}
.view_3_li{
  position: relative;
  margin-bottom: 26px;
}
.view_3_li_txt{
  position: absolute;
  color: #fff;
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
}
.view_3_li_txt .sub{font-size:21px}
.view_3_li_txt.lt{
  left:56px;
  top:56px;
}
.view_3_li_txt.rb{
  right: 56px;
  bottom: 56px;
  text-align: right;
}
.view_3_li_txt.lb{
  left: 56px;
  bottom: 56px;
}
.view_3_price_wrap{
  padding: 34px;
  background-image: url('/img/view/view_3_3.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.view_3_price_title{
  text-align: right;
  color: #fff;
  font-size: 200px;
  font-family: "Bebas Neue", sans-serif;
  padding: 150px 100px 110px;
}
.view_3_price_row_wrap{
  background: #fff;
  border-radius: 25px;
  padding: 30px 80px;
  margin-bottom: 60px;
}
.view_3_price_row{
  border-bottom: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  padding: 30px;
}
.view_3_price_row:last-of-type{border-bottom: none;}
.view_3_price_row .price{
  color: #E60C0C;
}
.sec_img{
  padding: 80px 0;
}
.sec_img_title{
  max-width: 1754px;
  padding: 0 16px;
  font-size: 50px;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 1.6;
  letter-spacing: 3px;
}
.view_img_wrap{
  max-width: 1722px;
  margin: 0 auto;
}
.view_img_wrap img{
  display: block;
  width: 100%;
}

.view_4{
  padding:80px 0 100px;
  border-bottom: 1px solid #ddd;
}
.view_4_list{
  max-width: 1754px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.view_4_list li{
  width: calc((100% - 92px) / 3);
}
.view_4_txt_wrap{
  margin-top: 16px;
}
.view_4_txt_title{
  margin-bottom: 16px;
  font-size: 31px;
  font-weight: bold;
}
.view_4_txt_info{
  font-size: 21px;
  color: #333;
}
.view_5{
  padding: 180px 0;
  border-bottom: 1px solid #ddd;
}
.view_5_list{
  max-width: 1754px;
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  padding: 0 16px;
  margin: 0 auto;
}
.view_5_list li{
  width: calc((100% - 92px) / 3);
  position: relative;
}
.view_5_txt{
  position: absolute;
  color: #fff;
  top: 20%;
  left: 24px;
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
}

.view_6{padding: 180px 0 60px;}
.view_6_wrap{
  max-width: 1754px;
  padding: 0 16px;
  margin: 0 auto;
}

.pagination-buttons {
  display: flex;
  gap: 50px;
  margin-bottom: 35px;
}
.pagination-btn {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 32px;
  color: #111;
}
.pagination-btn.active {
  font-weight: bold;
  text-decoration: underline;
}
.view_next_btn{
  position: absolute;
  width: 31px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.view_next_btn img{
  width: 100%;
  display: block;
}
.review_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.review_img{
  width: 45%;
  height: 479px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.review_txt{
  width: 51%;
}
.review_txt_title{
  font-size: 32px;
  margin-bottom: 24px;
}
.review_txt_content{
  max-width: 526px;
  font-size: 21px;
  line-height: 1.5;
}
.view_7{
  margin-bottom: 60px;
}
.view_7 img{
  width: 100%;
  max-width: 1722px;
  display: block;
  margin: 0 auto;
}
.view_8{
  margin-bottom: 160px;
  text-align: center;
}
.view_8_wrap{
  max-width: 1722px;
  background-image: url('/img/view/view_7.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin: 0 auto;
}
.view_8_title{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
.view_8_txt{
  font-size: 21px;
}

/* 서비스 */
.ser_sec_1{
  max-width: 1754px;
  padding: 160px 16px;
  margin: 0 auto;
}
.ser_sec_1_title {
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.ser_sec_1_txt{
  font-size: 21px;
  text-align: center;
  margin-bottom: 40px;
}
.ser_sec_1_sub{
  margin-bottom: 80px;
}
.ser_sec_1_sub img{
  width: auto;
  margin: 0 auto;
}
.ser_sec_content{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 50px;
}
.ser_sec_img_wrap{
  position: relative;
  margin-left: 50px;
}
.ser_sec_img_wrap::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #A87E5B;
  position: absolute;
  left: -50px;
  bottom: -50px;
  box-sizing: border-box;
  z-index: -1;
}
.ser_sec_content_title{
  font-size: 52px;
  margin-bottom: 40px;
  color: #111;
}
.ser_sec_content_info{
  font-size: 21px;
  padding-left: 8px;
  color: #333;
  margin-bottom: 20px;
}
.ser_sec_content_ul{
  font-size: 21px;
  color: #6c6c6c;
}
.ser_sec_content_ul li{
  padding-left:28px;
  position: relative;
}
.ser_sec_content_ul li::before{
  content: '';
  position: absolute;
  top:10px;
  left:12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6c6c6c;
}

.ser_sec_2{
  color: #333;
  padding: 80px 16px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ser_sec_2_content{
  display: flex;
  justify-content: space-around;
}
.ser_sec_2_content > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.ser_sec_3{
  max-width: 1722px;
  margin: 0 auto;
  padding: 160px 0;
}
.ser_sec_3_title{
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.ser_sec_3_txt{
  display: flex;
  justify-content: center;
  gap: 45px;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 160px;
}
.ser_sec_3_row{
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 80px;
  padding: 0 16px;
}
.ser_sec_3_row.reverse{
  flex-direction: row-reverse;
  text-align: right;
}
.ser_sec_3_row img{width: 53%;}
.ser_sec_3_row_title{
  font-size: 52px;
  margin-bottom: 30px;
}
.ser_sec_3_row_txt{
  margin-bottom: 30px;
}
.ser_sec_3_row_txt span{display: block;}
.ser_sec_3_row_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border: 1px solid #333;
  font-size: 12px;
}
.ser_sec_3_row.reverse .ser_sec_3_row_link{
  margin-right: 0;
  margin-left: auto;
}
.ser_sec_4{
  padding: 160px 16px 500px;
  border-top: 1px solid #ddd;
}
.ser_sec_4_txt{
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px;
  max-width: 84%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.ser_sec_4_link{
  width: 520px;
  height: 100px;
  background: #48D0D0;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* 부킹 */
.booking_section{
  max-width: 1754px;
  padding: 160px 16px;
  margin: 0 auto;
}
.booking_section_title {
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.booking_section_sub{
  margin-bottom: 80px;
}
.booking_section_sub img{
  width: auto;
  margin: 0 auto;
}
.booking_list ul li{
  position: relative;
  margin-bottom: 80px;
}
.booking_txt_wrap{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 140px;
}
.booking_txt_title{
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
}
.booking_txt_btn{
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  padding: 16px 60px;
  background: #48D0D0;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 2px rgba(0,0,0,0.15);
}
