.wrap {
  position: relative;
  overflow: hidden;
}
.main_section {
  position: relative;
}
.main_inner {
}
.title {
  font-size: 2rem;
  font-weight: 300;
  color: rgb(0, 41, 51) !important;
  transform: rotate(0.1deg);
}
.sub_title {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgb(0, 41, 51) !important;
  transform: rotate(0.1deg);
}
.mini_txt {
  display: block;
  font-size: 1rem;
  margin-bottom: 50px;
}

/* visual */
.visual {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.visual .visual_bg { width: 100vw; height: 100vh; position: absolute; }
.visual .visual_bg:after { content:''; display:block; position:absolute; left:0; top:0; width:100%; height: 100vh; background:rgba(0,0,0,0.65);  }
.visual .visual_bg video { }
.visual .visual_bg video:after { }
.visual .visual_txt {
  position: absolute;
  bottom: 17%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 0 1.74vw 0 7.43vw !important;
  color: #fff;
}
.visual .visual_txt .visual_txt_left {
  font-size: 2rem;
}
.visual .visual_txt .visual_txt_left .vltxt_01 { font-size: 0.8em; }
.visual .visual_txt .visual_txt_left .vltxt_02 { font-size: 1.8em; font-weight: 700; margin:10px 0; }
.visual .visual_txt .visual_txt_left .vltxt_03 { font-size: 0.6em; }
.visual .visual_txt .visual_txt_left .vltxt_03 span { font-size: 0.8em; }
.visual .visual_txt .visual_txt_left .btn_wrap { text-align:start; margin-top: 50px; }
.visual .visual_txt .visual_txt_left .btn_wrap a { box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
.visual .visual_txt .visual_txt_right {
  padding: 40px 30px;
  font-size: 1.3rem;
  background: #fff;
  color: rgb(131, 139, 163) !important;
}
.visual .visual_txt .visual_txt_right .vr_txt {
  margin-bottom: 20px;
}
.visual .visual_txt .visual_txt_right ul li {
  margin-bottom: 20px;
}
.visual .visual_txt .visual_txt_right ul li:last-child {
  margin-bottom: 0;
}
.visual .visual_txt .visual_txt_right ul li .point {
  font-size: 1.2em;
}

/* 1 */
#sc01 {
	display:flex;
	align-items:center;
  min-height:600px;
}
#sc01 .main_inner {
  justify-content: center;
  align-items: center;
  width:100%;
  height:600px;
}
#sc01 .sub_title {margin-top:20px;}
#sc01 .txt_wrap {}
#sc01 .absol_img {position:relative;width:720px; height:500px;}
#sc01 .absol_img li {position:absolute;}
#sc01 .absol_img li:nth-of-type(1) { top:10%; right:0; }
#sc01 .absol_img li:nth-of-type(2) {  top: 30%;  left: 10%;}
#sc01 .absol_img li:nth-of-type(3) { bottom: -10%; right:-20%;}

/* 2 */
#sc02 {
}
#sc02 .main_inner {
    display: flex;
    flex-wrap: wrap;
	  align-items:center;
    padding: 0 10.76vw 0 14.1vw !important;
}
#sc02 .title {
	font-size:1.4em !important;
	line-height:1.6;
}
#sc02 .sc02_title_img {
	justify-content:center;
    gap: 50px;
	margin-top:20px;
}
#sc02 .title img {
	width:170px;
	margin-right:5px;
}
#sc02 .txt_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#sc02 .bg {
  transform: rotate(-15deg);
  position: absolute;
  float: right;
  left: 0;
  top: 40%;
  width: 110%;
  height: 800px;
  background: rgba(22,39,84,0.3);
  z-index: -2;
}
  #sc02 .txt_wrap .left {
      width: 50%;
      padding: 150px 0;
    }
#sc02 .txt_wrap .left .title {
    margin-bottom: 30px;
}
#sc02 .txt_wrap .left >.title {
    font-weight: 500;
}
#sc02 .txt_wrap .right {
    width: 48%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: visible !important;
    position: absolute;
    top: 0;
    left: 55%;
}
#sc02 .txt_wrap .right img{
  position: absolute;
  top: 27%;
  display: block;
  width: 100%;
  left: 0;
}
#sc02 .txt_wrap .right .text{
    font-size: 50px;
    text-align: center;
    color: rgb(0, 41, 51);
    line-height: 4;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 
      2px 2px 0px #d5d5d5, 
      3.5px 3.5px 0px rgba(0, 0, 0, 0.2);
}
#sc02 .txt_wrap .img_wrap {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 20px;
}
#sc02 .txt_wrap .img_wrap img {
  height:9.5vw !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 5px 0px;
}
#sc02 .txt_wrap .gray_txt {
  font-size: 0.9em;
  font-weight: 600;
  color: rgb(197, 206, 208) !important;
}
#sc02 .slide_wrap {
    width: 100%;
    position: relative;
}
#sc02 .slide_wrap .slide_inner {
  max-width: 1000px;
  padding: 100px 0 ;
  position: relative;
  margin: 0 auto;
}
#sc02 .slide_wrap::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 1920px;
    height: 100%;
    background-color: #f9f9f9;
    z-index: -1;
}
#sc02 .slide_wrap .title {
    text-align: center;
    font-size: 2rem !important;
    font-weight: 300;
    color: rgb(0, 41, 51);
}
#sc02 .slide_wrap .online_Swiper {
	height:300px;
	overflow:hidden;
}
#sc02 .slide_wrap .list_top {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
#sc02 .slide_wrap .list_top span {
  font-size: 1.2em;
  color: rgb(166, 173, 175) !important;
}
#sc02 .slide_wrap ul {
  font-size: 1.2em;
}
#sc02 .slide_wrap ul li {
  display: flex;
  padding: 20px 0;
  font-weight: 300;
  border-bottom: 1px solid#ddd;
  color: rgb(0, 41, 51) !important;
}
#sc02 .slide_wrap ul li.list_title {
  color: rgb(166, 173, 175) !important;
  font-weight: 400;
}
#sc02 .slide_wrap ul li div {
  flex: 1;
	display:flex;
	align-items:center;
	justify-content:center;
}

/* 3 */
#sc03 {
  width: 100%;
  height: 45.27vw !important;
}
#sc03 .content_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64.44vw !important;
  height: 40.83vw !important;
  padding: 4.16vw 6.52vw 1.18vw 3.33vw !important;
  background: #fff;
}
#sc03 .content_right .sub_title {
  margin: 60px 0;
}
#sc03 .content_right .img_wrap {
  margin-bottom: 20px;
}
#sc03 .content_right .img_wrap .benefit:nth-of-type(1) {
  padding-left: 0;
}
#sc03 .content_right .img_wrap .benefit:nth-of-type(3) {
  padding-right: 0;
  border-right: 0;
}
#sc03 .content_right .img_wrap .benefit {
  padding: 0 40px;
  border-right: 1px solid#ddd;
}
#sc03 .content_right .img_wrap .benefit img {
  width: 12.36vw !important;
  height: 12.36vw !important;
}
#sc03 .content_right .img_wrap .benefit .num {
  font-size: 0.9em;
  margin-bottom: 1.5vw !important;
  margin-top: 1.67vw !important;
}
#sc03 .content_right .img_wrap .benefit .btitle {
  font-size: 1.5em;
  color: rgb(0, 41, 51) !important;
}
#sc03 .content_right .gray {
  font-size: 0.92em;
  font-weight: 500;
  color: rgb(131, 136, 137) !important;
}

/* 4 */
#sc04 {
  padding: 100px 0;
  margin: 0 auto;
  width: 78.47vw !important;
}
#sc04 .sub_title {
  margin: 20px 0;
}
#sc04 .img_wrap ul {
  width: 100%;
  height: 29.72vw !important;
}
#sc04 .img_wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 3px;
  padding: 40px 30px;
  background-size: cover !important;
  color: #fff;
}
#sc04 .img_wrap ul li .num {
  font-size: 1.7em;
}
#sc04 .img_wrap ul li .txt {
}
#sc04 .img_wrap ul li .txt h3 {
  font-size: 1.3em;
}
#sc04 .img_wrap ul li .hov_txt {
  display: none;
}
#sc04 .img_wrap ul li:hover .hov_txt {
  display: block;
  margin-top: 20px;
}

/* 5 */
#sc05 {
  width: 100%;
  /* height: 56vw !important; */
  padding-top: 80px;
}
#sc05 .content_right {
  /* position: absolute;
  right: 0;
  bottom: 0; */
  margin: 0 0 0 auto;
  width: 1000px !important;
  /* height: 46.11vw !important; */
  padding: 3vw 0px 4.02vw 3.4vw !important;
  /* background: rgb(0, 41, 51) !important; */
  background: #fff;
  color: #111;
  border-top-left-radius: 60px;
}
#sc05 .content_right .title,
#sc05 .content_right .sub_title {
  color: #222 !important;
  font-weight:600;
}
#sc05 .content_right .sub_title {

}
#sc05 .content_right ul {
  margin-top: 40px;
}
#sc05 .content_right ul li {
  display: flex;
  padding: 0 0;
  font-size: 0.95em;
  font-weight: 300;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3) !important;
}
#sc05 .content_right ul li.list_title {
  color: rgb(0, 171, 212) !important; font-weight:600; 
}
#sc05 .content_right ul li.list_title div {
	background: #fafbfd; position: relative;
}
#sc05 .content_right ul li.list_title div span {
	position: relative; display:inline-block; 
}
#sc05 .content_right ul li.list_title div span:before {
	position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background: rgba(0, 171, 212, 0.2);
    content: '';
    display: block;
    z-index: 1;
}
#sc05 .content_right ul li div {
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 10px 0;
	border-right:1px solid rgba(225, 225, 225, 0.6) !important;
}
#sc05 .content_right ul li div.fir {
    text-align: center;
	background: #fafbfd; padding:10px 20px; color:#000;
}
#sc05 .content_right ul li div:first-child {
	width:25% !important;
}
#sc05 .content_right ul li div:not(.fir) {
	flex:1;
	text-align:center;
}
#sc05 .content_right .vat {
	display:inline-block;
	margin-left:3px;
	font-size:0.75em;
	color:#919191;
	font-weight: 400;
}
#sc05 .bot_title {
	margin-top:25px;
	font-size:0.9em;
	font-weight:300;
	color: #222;
}

/* 6 */
#sc06 {
	display:flex;
	justify-content:center;
  width: 78.47vw !important;
  margin: 0 auto;
  padding: 100px 0;
}
#sc06 .content {
  margin-top: 50px;
}
#sc06 .content .img_wrap {
  margin-right: 100px;
}
#sc06 .content .img_wrap img {
  width:21.87vw !important;
  height:14.02vw !important;
}
#sc06 .content ul {
}
#sc06 .content ul li {
  display: flex;
  padding: 25px 0;
  font-size: 1.2em;
  border-bottom: 1px solid#ddd;
}
#sc06 .content ul li div.num {
  margin-right: 40px;
}
#sc06 .content ul li div.num b {
  font-weight: 500;
  color: rgb(0, 41, 51) !important;
}
#sc06 .content ul li div.sub {
  font-weight: 300;
}

/* 7 */
#sc07 {
  padding: 100px 0;
  text-align: center;
  background: rgb(0, 41, 51) !important;
}
#sc07 .title {
  color: #fff !important;
}
#sc07 .slide_wrap {
  margin: 80px 0;
}
#sc07 .slide_wrap .item {
  /*width: 17.36vw !important;
  height: 22.01vw !important;*/
  position:relative;
  border-radius: 10px;
  overflow: hidden;
  transition:all .3s;
}
#sc07 .slide_wrap .item::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
}
#sc07 .slide_wrap .item img {
  width: 100%;
}
#sc07 .slide_wrap .txt_box {
  height: 100%;
  padding: 20px;
  text-align: start;
  background: #fff;
}
#sc07 .slide_wrap .txt_box .writer {
	text-align:end;
	margin-top:20px;
	color:#aaa;
}
#sc07 .swiper {
	overflow:inherit;
}
#sc07 .slide_wrap .item.swiper-slide-active {
	transform:scale(1.1);
}
#sc07 .slide_wrap .item.swiper-slide-active::after {
	opacity:0;
}
#sc07 .slide_wrap .swiper-button-prev {left:54px;}
#sc07 .slide_wrap .swiper-button-next {right:55px;}
#sc07 .slide_wrap .swiper-button-next, #sc07 .slide_wrap .swiper-button-prev {color:#fff;}
#sc07 .slide_wrap .swiper-button-next:after, #sc07 .slide_wrap .swiper-button-prev:after { font-size:70px !important;}

/* 8 */
#sc08 {
  background-color: rgb(250, 250, 250);
}
#sc08 .main_inner {
  justify-content: space-between;
  align-items: center;
  padding: 2.66vw 12.15vw 2.66vw 15.76vw !important;
}
#sc08 .sub_title {
  margin: 20px 0 50px 0;
}
#sc08 .btn {
  border: 1px solid rgb(5, 26, 67) !important;
  color: rgb(5, 26, 67) !important;
}
#sc08 .btn:hover {
  color: #fff !important;
  background: rgb(0, 41, 51) !important;
}
#sc08 .img_wrap img {
height:auto !important; width:auto !important; max-height:500px; opacity:0.8; margin-right:200px;
}

/* 9 */
#sc09 {
  padding: 6.66vw 12.15vw 0px 15.76vw !important;
}
#sc09 .main_inner {
	align-items:center;
	justify-content:space-between;
}
#sc09 .left_txt {
  padding-top: 30px;
}
#sc09 .left_txt .tab {
  justify-content: space-between;
  margin-bottom: 100px;
  font-size: 1.25em;
  font-weight: 400;
  transform: rotate(0.1deg);
}
#sc09 .left_txt .tab a {
  display: inline-block;
  color: rgb(0, 41, 51) !important;
}
#sc09 .left_txt .tab a.active {
  color: rgb(6, 179, 203) !important;
  border-bottom: 1px solid rgb(156, 190, 225) !important;
}
#sc09 .title {
  margin-bottom: 30px;
}
#sc09 .right_txt {
}
#sc09 .right_txt .phone_img {
  position: relative;
  width:23.6vw !important;
  height:34.42vw !important;
}
#sc09 .right_txt .phone_img img {
	width:100%;

}
#sc09 .right_txt .phone_img .slide_wrap {
  position: absolute;
  width: 89%;
  left: 22px;
  top: 15px;
  z-index: -1;
}
#sc09 .right_txt .phone_img .slide_wrap img {
  width: 100%;
}
#sc09 .swiper-button-prev {left:54px;}
#sc09 .swiper-button-next {right:55px;}
#sc09 .swiper-button-next, #sc09 .swiper-button-prev {color:#ddd;}
#sc09 .swiper-button-next:after, #sc09 .swiper-button-prev:after { font-size:60px !important;}

/* 10 */
#sc10 {
  padding: 3.66vw 13.15vw 3vw 13.15vw !important;
  text-align: center;
  background-color: rgb(250, 250, 250);
}
#sc10 .img_wrap {
	justify-content:center;
	align-items:center;
  margin-top: 70px;
  margin-bottom: 150px;
}
#sc10 .img_wrap li {
  position: relative;
}
#sc10 .img_wrap li.line {
	display:inline-block;
	margin: 0px !important;
    height: 0px !important;
    width: 3.72vw !important;
    border-bottom: 1px solid rgb(216, 216, 216) !important;
    opacity: 0.7 !important;
}

#sc10 .img_wrap li .list_img img {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 170px;
}
#sc10 .img_wrap li .list_txt_wrap {
	display:block;  width:100%;
	position:absolute;
	margin: 20px 0;
	text-align:center; 
}
#sc10 .img_wrap li .list_txt_wrap .list_txt {
  font-size: 1.15em;
  font-weight: 400;
  color: rgb(0, 41, 51);
  transform: rotate(0.1deg);
  letter-spacing: -1px;
}
#sc10 .gray {
  font-size: 0.95em;
  color: #a7a7a7;
}

/* 11 */
#sc11 {
  padding: 100px 0 100px 0;
  background: rgb(0, 41, 51) !important;
}
#sc11 .title {
  margin-bottom: 80px;
  text-align: center;
  color: #fff !important;
}
#sc11 .review_Swiper {max-width:1300px;}
#sc11 .txt_wrap {
  justify-content: space-between;
  margin: 0 auto;	
	margin-bottom:50px;
}
#sc11 .txt_wrap .tbox {
  padding: 40px 30px;
  background: #fff;
}
#sc11 .txt_wrap .tbox img {
	width:auto;
  margin-bottom: 30px;
}
#sc11 .txt_wrap .tbox .review_txt {
	margin-bottom: 60px;
	font-size: 1.15em;
	line-height: 1.7;
	color: rgb(0, 41, 51) !important;
	
	display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
#sc11 .txt_wrap .tbox .writer { font-size: 1.1em; color: rgb(140, 148, 150) !important; text-align:right; }
#sc11 .review-pagination { bottom:0; }
#sc11 .swiper-pagination-bullet {width:12px; height:12px; background:#fff!important;}
#sc11 .swiper-pagination-bullet-active {background:#fff!important; }


/* 12 */
#sc12 {
  padding: 6.25vw 0px 6.25vw 10.76vw !important;
  background: rgb(250, 250, 250) !important;
}
#sc12 .main_inner {
	align-items:center;
  justify-content: space-between;
}
#sc12 .title {
  margin-bottom: 20px;
  font-size: 1.6em;
}
#sc12 .left_txt {
  width: 32.3vw !important;
}
#sc12 .left_txt .left_txt_box:nth-of-type(1) {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid#ddd;
}
#sc12 .left_txt .left_txt_box .box_sub {
  color: rgb(0, 41, 51);
  font-size: 1.2em;
  font-weight: 300;
}
#sc12 .right_img img {
  width: 46.04vw !important;
}

/* 13 */
#sc13 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.3vw !important;
  color: #fff;
}
#sc13 .big_txt {
	text-align:center;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 300;
}

/* price */
.price_wrap {color:#fff;}
.price_wrap .inner { text-align:center; padding:100px 0; }
.price_wrap .title,.price_wrap .sub_title {color:#fff !important;}
.price_wrap .sub_title {margin:30px 0;}
.price_wrap .shape_in { position:relative; display:inline-block; margin:60px 0; font-size:1.8em;}
.price_wrap .shape_in .shape_left,
.price_wrap .shape_in .shape_right { position:absolute; width:20px; height:35px; }
.price_wrap .shape_in .shape_left {left:-35px;}
.price_wrap .shape_in .shape_left::after { content: '';position: absolute; left: 0; bottom: 20px; display: block; width: 1px;  height: 100%; background: #909ab7; transform: rotate(40deg); transform-origin: left bottom; }
.price_wrap .shape_in .shape_left::before { content: '';position: absolute; left: 22px; bottom: -20px; display: block; width: 1px;  height: 100%; background: #909ab7; transform: rotate(-40deg); transform-origin: left bottom;}
.price_wrap .shape_in .shape_right {right:-35px;}
.price_wrap .shape_in .shape_right::after { content: '';position: absolute; right: 0; bottom: 20px; display: block; width: 1px;  height: 100%; background: #909ab7; transform: rotate(-40deg); transform-origin: left bottom; }
.price_wrap .shape_in .shape_right::before { content: '';position: absolute; right: 22px; bottom: -20px; display: block; width: 1px;  height: 100%; background: #909ab7; transform: rotate(40deg); transform-origin: left bottom;}


/* count */
.count_wrap {}
.count_wrap .inner {padding: 100px 0; text-align:center; }
.count_wrap ul {margin-top:40px; font-size:1.5em;}
.count_wrap ul li { display:inline-block; padding:5px 15px; margin-bottom:20px; color:rgb(0, 41, 51) !important; transform: rotate(0.1deg);}
.count_wrap ul li:last-child {}
.count_wrap ul li em.point {font-size:1.6em; padding:0 5px;}
.count_wrap .gray_tit { margin-top:30px; font-size:1.1em; color:#a7a7a7; transform:rotate(0.1deg); letter-spacing: 1.3px;}

.section .inner_center { max-width: 1280px; display:block; margin:auto;  }

/* main-sec-06 */
.bgcst { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-repeat: no-repeat;  background-position: center; background-size: cover !important; }
#main_section06 { padding: 0; }
#main_section06 .inner02 { max-width: none;}
#main_section06 .main-sec06-cont { position: relative; overflow: hidden; }
#main_section06 .main-sec06-cont .bg { background-position: top; transition: all 0.8s;}
#main_section06 .main_tit { padding: 100px 0; color: #fff; text-align: center;}
#main_section06 .main_tit h4 { font-size: 40px;}
#main_section06 .main_tit p { font-weight:500; color:#FFF; }
#main_section06 .more:hover {background:#FFF; color:#000;}
#main_section06 .main-sec06-cont:hover .bg { transform: scale(1.03); }

#main_section06 .more { display:inline-block; padding: 0.9rem 1.7rem; font-weight:700; font-size:0.99rem;  border:1px solid#000; border-radius:0rem; transition: .4s; margin-top:30px;}
#main_section06 .more::after {content:''; display:inline-block; vertical-align: baseline; width:1.5rem; height:0.7rem; margin-left:.5rem; background: url('/main/img/arrow_btn.png') no-repeat; }
#main_section06 .more:hover::after { background: url('/main/img/arrow_btn_wh.png') no-repeat; color:#000 !important;  }
#main_section06 .more.wh {border:1px solid#FFF; color:#FFF;}
#main_section06 .more.wh::after {background: url('/main/img/arrow_btn_wh.png') no-repeat;}
#main_section06 .more.wh:hover::after { background: url('/main/img/arrow_btn.png') no-repeat;  }
#main_section06 .more.wh:hover { color:#555 !important; }
#main_section06 .more > img {margin-left:.7rem; vertical-align: baseline;}


/* main guide */
.sec5 .sec_nav_l{width: 500px;}
.sec5 .contents {position:relative;}
.sec5 .contents .inner_center { display: flex; align-items: center; justify-content: start; height: 100%; margin:0 auto;}
.sec5 .contents:before, .sec5 .contents:after{border-color:rgba(0,0,0,0.2);}
.sec5 .fp-tableCell{ background: #0c0c0c;}
.sec5 .contents{height: 500px;overflow: hidden;}
.sec5 .contents .link_g{position:absolute;bottom: -130px;right: 0;width: 500px;height: 130px;text-align: center;transform: rotate(90deg);transform-origin: top right;z-index: 20;}
.sec5 .contents .link_g a{width: 100%;height: 100%;display:flex;flex-wrap: wrap;align-items: center;justify-content: center; transition:0.3s;}
.sec5 .contents .link_g a:hover{box-shadow: 0px 20px 30px rgb(0 0 0 / 20%);}
.sec5 .contents .link_g .tit{position: relative;font-size:1.2rem;color: rgba(255,255,255,0.9);font-weight: 400;}
.sec5 .contents .link_g .tit:after{display:block;content:"";position: absolute;top: 11px; right: -20px;width: 9px;height: 9px;border: 1px solid rgba(255,255,255,0.9);border-top: 0;border-left: 0;transform: rotate(-45deg);}
.section .sec_title_s {display:flex; align-items:center;}
.section .sec_title_s .btn_wrap {padding-left:100px; margin-top:45px; }
.sec5 .contents .sec_bg_img {position: absolute; top: 0; left: 0; transform: rotateY(180deg); width:100%; height:100%; z-index:-1; background-image:url(/main/img/nike_bg.png); filter: opacity(0.5) drop-shadow(0 0 0 #fff); background-repeat:no-repeat;     background-position: -5% 40%; }
.sec5 .contents .sec_bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:-1;}
.section .sec_title_s .cate{font-size: 18px;font-family: 'Montserrat';text-transform: uppercase;font-weight: 700;color: #fff;line-height: 1em;margin-bottom: 35px;}
.section .sec_title_s .title{font-size: 2.89rem;  color: #fff !important; font-weight: 600;line-height: 1.1;margin-left: 0px;letter-spacing: -0.25px;word-break: keep-all;}
.section .sec_title_s .title em { color:#00C5F0; }
.section .sec_title_s .title:after{display:block;content:"";position: relative;width: 160px;height: 4px;background: #fff;margin-top: 22px;}
.section .sec_title_s .txt1{margin-top: 37px;color: rgba(255,255,255,0.9); font-size:18px;}

/*화살표*/
.arrow_wrap {position:relative;}
.c_arrow {content: ''; display:inline-block; position: absolute; width: 15px;  height:15px; right:-30px; top:6px;  border-top: 2px solid #fff;   border-right: 2px solid #fff; transform: rotate(45deg); opacity:0.5; }

/*더보기 애니메이션 버튼*/
.ani_btn {display:inline-block; position:relative; color:#fff; font-size:18px;}
.ani_btn .ani_round {display:inline-block;  }
.ani_btn .ani_round::before { content: "";  display:inline-block; left:0;  position: absolute; top: 80%; z-index: -1;   width: 2.5rem; height: 2.5rem; margin-top: -1.65rem; border-radius: 20rem; transform:translateX(-30px); background-color: #002933; animation: r_btn .5s ease-in-out;  }
.ani_btn:hover .ani_round::before { transform:translateX(90px);  animation: r_btn_before .5s ease-in-out; }

@keyframes r_btn {
	0% { width: 8.8rem; transform:translateX(0px); }
	50% { }
	100% { transform:translateX(-30px); }
}
@keyframes r_btn_before {
	0% { width: 8.8rem; transform:translateX(-30px); }
	50% { }
	100% { transform:translateX(90px); }
}


/* 오시는 길 */
#main_section07 { padding:100px 0; }
#main_section07 .main_tit { margin-bottom:80px; color: #333; text-align: center;}
#main_section07 .main_tit h4 { font-size: 40px;}
#main_section07 .main_tit p { font-weight:500; color:#333; }
#main_section07 .map_wrap { height: 450px; overflow: hidden; box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; border-radius:28px; }
#main_section07 .desc { text-align:center; color:#333;  font-size:1.2rem; margin-top:38px; }
#main_section07 .desc span { font-size:0.9em; }


/* 팝업레이어 */
.pop_wrap .btn_open{font-weight:bold;  color:#fff;}
.pop_wrap .btn_close {display:inline-block; cursor:pointer;}
.pop_wrap .btn_close:after {display: inline-block; padding-bottom:5px;  content: "\00d7"; font-size:2em; font-weight:400; color:#fff;}
.pop_wrap{position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,.5); font-size:1rem; text-align:center; z-index:1;}
.pop_wrap:after{display:inline-block; height:100%; vertical-align:middle; content:'';}
.pop_wrap .pop_inner{display:inline-block; text-align:start; background:#fff; width:750px; vertical-align:middle; font-size:.86em; border-radius:5px; box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
.pop_wrap .pop_inner .pop_header {display:flex; align-items: center; justify-content: space-between; padding:5px 20px; font-size:1em; font-weight:600; border-radius:3px 3px 0 0; background:rgb(0, 41, 51) !important; color:#fff;}
.pop_wrap .pop_inner .pop_txt {padding:10px 20px; height:400px; font-size:.95em; line-height:1.3; overflow-y:scroll;}
.online_popup .pop_title {padding:15px; margin-bottom:0; font-size:17px; font-weight:600; background:#193d00; color:#FFF;}
.pop_wrap .popup_content {padding:15px;}
.pop_wrap .popup_content .popup_sub {margin-bottom:10px; margin-top:20px; font-size:14px; font-weight:600; transform: rotate(0.1deg);}
.pop_wrap .popup_content ul {padding-left:0;border-top:1px solid#222;}
.pop_wrap .popup_content ul li { list-style:none; display:flex; border-left:1px solid#DDD; border-bottom:1px solid#DDD;}
.pop_wrap .popup_content ul li:first-child div {background:#eee; font-weight:500;}
.pop_wrap .popup_content ul li div {display:flex; align-items:center; justify-content:center; width:25%; padding:7px; text-align:center; font-size:13px; border-right:1px solid#DDD;}