@charset "UTF-8";
/* CSS Document */
:root{
	--fontcolor: #333;
	--yellowcolor: #F8ED31;
	--bluecolor: #000074;
	--lightbluecolor: #009EFF;
	--detailfont: 19px;
	--defaultfontfamily: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
	--w:min(1, 1.11);
}
/*@font-face{
    font-family: "CHeiHK-UltraBold";
    src:url("font/e9cf7f30711ab77d681e7af15d082610.woff") format("woff"),
        url("font/e9cf7f30711ab77d681e7af15d082610.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}*/
body {
	background: #fff center center repeat-y;
	background-size: min(100%, 1600px) auto;
	font-family: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif" !important;
	font-weight: 400;
	color: var(--fontcolor);
	overflow-x: hidden;
}
.top_bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}
.top_menu {
	position: relative;	
	left: 0;
	right: 0;
	width: 100%;
/*	max-width: 1080px;*/
	overflow-x: hidden;
	margin: auto;
	max-width: 1600px;
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	display: none !important;
}

.hidden{
	display: none;
}

.desktop{
	display: inline-block;
}
.mobile{
	display: none;
}
.tablet768{
	display: none;
}

a{
	color: var(--fontcolor);
}
a:hover{
	color: var(--lightbluecolor);
	text-decoration: underline;
}
.user-select{
	user-select: none;
	-webkit-user-select: none;
}




.main_kv {
	position: relative;
    width: 100%;
	margin-top: 78px;
	z-index: 1;
	overflow: hidden;
}
.main_kv picture{
	position: relative;
	z-index: 1;
}
/*.main_kv a, .main_kv a:hover, .main_kv a:focus{
	color: white;
	text-decoration: none;
	position: relative;
}*/
.top_banner {
	margin: 0px auto 0px auto;
	position: relative;
	max-width: 1600px;
}


.wrapper {
	position: relative;
    margin: 0 auto;
    padding: 32px;
    width: 100%;
/*    max-width: 1280px;*/
	max-width: 1600px;
}
/*.wrapper img{
	pointer-events: none;
	outline: none;
	user-select: none;
	width: 100%;
	height: auto;
}*/
.wrapper.row{
	flex-direction: column;
	max-width: 90%;
}
.full-width{
/*	max-width: 100% !important;*/
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 1600px !important;
}

.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
    text-align: right;
}

.m768, .m576{
	display: none;
}

.mt0{
	margin-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.align-left{
	text-align: left !important;
}
.align-center{
	text-align: center !important;
}
.align-right{
	text-align: right !important;
}

/**/
.content_menu{
	width: 480px;
	border-radius: 8px;
	background-color: #fff;
	margin:0 auto;
	font-size: 19px;
	overflow: hidden;
	max-width: 95%;
	border: 1px solid var(--lightbluecolor);
}
.content_menu .title{
	background: var(--lightbluecolor);
    font-weight: normal;
    color: white;
    line-height: 1;
    padding: 10px 28px;
    font-size: 22px;
    letter-spacing: 1px;
}
.content_menu ul{
	list-style: none;
	padding: 20px 30px 10px 35px;
}
.content_menu a{
	color:var(--fontcolor);
/*	text-decoration: underline;*/
/*	line-height: 1.9;*/
	font-weight: 400;
	letter-spacing: .5px;
}
.content_menu li{
	position: relative;
}
.content_menu li.sub{
	font-size: .89em;
	padding-left: 23px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/ic_pin.png) left 2px no-repeat;
	background-size: 17px auto;
}
.content_menu li:not(:last-child) {
    margin-bottom: 8px;
}
.content_menu li.sub + li.sub + li.sub + li.sub{
	margin-bottom: 10px;
}
.content_menu a:hover, .content_menu a:focus{
	color:var(--highlight-color);
}

.section-title{
	width: 862px;
	height: 138px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/section_title_bg.png) center center no-repeat;
	background-size: 100% auto;
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	color: var(--bluecolor);
	text-align: center;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.section-title.nobg{
	background: none !important;
	height: auto;
}
.section-title.type2{
	width: 712px;
	height: 137px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/section_title_bg2.png) center center no-repeat;
	background-size: 100% auto;
}
h1{
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	line-height: 48px;
	position: relative;
	margin: 24px auto;
}
h1:after{
	content: '';
	height: 30px;
	bottom: 21px;
	position: relative;
	display: block;
	z-index: -1;
	background-color: #F7FB00;
}
h1 span{
	font-size: .875em;
}
h1 + h2{
	font-size: 31px;
	color: #AE2222;
	text-align: center;
	font-weight: 600;
	position: relative;
	margin: 10px auto 0;
	line-height: 42px;
}
/* desc */
.section-desc-box{
	margin: -45px auto 0;
	width: 1063px;
	max-width: 90%;
	background-color: #E2F2FF;
	padding: 58px 50px 38px;
	font-size: 18px;
	text-align: center;
	line-height: 29px;
	z-index: -1;
}

.btn-prevnext .swiper-button-next,
.btn-prevnext .swiper-button-prev{
	width: 75px;
	height: 75px;
	border-radius: 50em;
}
.btn-prevnext .swiper-button-prev{
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/ic_arrow_btn.png) no-repeat;
	background-size: contain;
	left: calc(50% - 432px);
    margin-left: -130px;
}
.btn-prevnext .swiper-button-next{
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/ic_arrow_btn2.png) no-repeat;
	background-size: contain;
	right: calc(50% - 432px);
    margin-right: -130px;
}
.btn-prevnext .swiper-button-next:after,
.btn-prevnext .swiper-button-prev:after{
	display: none;
}


/* faq */
.faq-a ul {
    padding-left: 1.2em;
}
.faq-lists{
	max-width: 90%;
	width: 988px;
	margin: 0 auto 20px;
}
.faq-list{
	border-bottom: 1px solid #979797;
	padding: 11px 0;
}
.faq-q{
	font-size: 21px;
	font-weight: bold;
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 34px;
	position: relative;
	cursor: pointer;
	letter-spacing: 1px;
}
.faq-q:before{
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	content: '';
	background-color: #AE2222;
	transform: rotate(45deg);
}
.faq-a:before, .faq-a:after{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
}
.faq-q:not(.open) + .faq-a:after{
    display: none;
}
.faq-a{
	padding: 0 80px 0 34px;
	font-size: 17px;
	line-height: 24.5px;

	max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faq-q.open + .faq-a:before{
	height: 10px;
}
.faq-btn{
	position: absolute;
    right: 24px;
    top: -2px;
    width: 34px;
    height: 34px;
    transform: rotate(0);
    background-image: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/ic_arrow_down.png);
    background-size: contain;
}
.faq-q.open .faq-btn {
    transform: rotate(180deg);
}


.products{
/*	background-color: #EEE3D8;*/
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 auto;
    padding: 33px;
    
    font-family: var(--defaultfontfamily);
    width: 100%;
    max-width: 1137px;
}
.product{
	border: 3px solid #45C8F5;
	padding: 11px;
	flex: 0 0 calc(33.33% - 12px);
}
.product .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 66.87%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product{
	display: flex;
	flex-direction: column;
}
.product .title{
	font-size: 28px;
	font-weight: 600;
	color: var(--lightbluecolor);
	margin-top: 10px;
	line-height: 1.2;
}
.product .desc{
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.product .desc ul{
	padding-left: 20px;
}
.product .bottom{
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product .bottom .date{
	font-weight: 500;
	line-height: 20px;
	font-size: 15px;
}
.product .bottom .price{
	align-self: flex-end;
	color: #E93F3A;
	font-size: 37px;
	font-weight: 500;
}
.product .bottom .price span{
	font-size: 25px;
	font-weight: normal;
}
.tour-block .button {
    display: flex;
    justify-content: space-around;
}
.tour-block .button a {
    display: flex;
    border-radius: 7px;
    background-color: #11A4FF;
    color: white;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    padding: 7px;
    flex: 0 0 calc(50% - 7px);
    white-space: nowrap;
}
.tour-block .button a:before {
    position: relative;
    content: '';
    width: 100%;
    height: 19px;
    background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/ic_plane.png) center center no-repeat;
    background-size: auto 100%;
}
.tour-block .button a + a:before {
    background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/ic_whatsapp.png) center center no-repeat;
    background-size: auto 100%;
}



.video-container{
	margin: 0 auto;
	background-color: black;
	position: relative;
	border-radius: 64px;
	border: 15px solid #534645;
}
.video-container:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 27px;
	width: 15px;
	height: 192px;
	background-color: #393D55;
	border-radius: 50em;
	transform: translateY(-50%);
}
.video-wrapper{
	width: 86.02%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.video-wrapper + img{
	width: 100%;
	height: auto;
}
.video-wrapper iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.top1{
	width: 1089px;
	margin: 21px auto 0;
}
.top1 .cover{
	width: 100%;
}
.top1-block{
	width: 890px;
	margin: -145px auto 30px;
	background-color: #FCF7F2;
	position: relative;
	z-index: 1;
	border-radius: 37px;
	overflow: hidden;
}
.top1-block > .title{
	text-align: center;
	color: white;
	font-size: 27px;
	font-weight: bold;
	height: 55px;
	letter-spacing: 1.5px;
	line-height: 55px;
	background: #E93F3A;
	background: linear-gradient(76deg, rgba(233, 63, 58, 1) 33%, rgba(252, 209, 54, 1) 100%);
}
.top1-block .desc{
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	width: 710px;
	margin: 18px auto 35px;
}
.top1-block .included-block{
	margin: 0 40px 25px;
	background-color: white;
	padding: 28px;
	text-align: center;
}
.top1-block .included-block .title{
	color: #AE2222;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: center;
}
.info-content{
	margin: 0 auto;
	font-size: 19px;
	line-height: 38px;
	display: inline-block;
	text-align: left;
}
.info-content .info-item{
	display: flex;
}
.info-content .info-item .info-icon{
	font-size: 1.5263em;
	margin-right: 7px;
}

.competition-block{
	display: flex;
	width: 1076px;
	margin: 25px auto 35px;
	max-width: 95%;
}
.poster-img{
	transform: rotate(-3deg);
	box-shadow: 10px 12px 0 var(--yellowcolor);
	width: 324px;
}
.poster > a{
	display: block;
}
.poster-img img{
	width: 100%;
	height: auto;
}
.zoom-poster{
	position: relative;
}
.zoom-poster:after{
	content: '';
	position: absolute;
	bottom: -40px;
	right: -42px;
	width: 90px;
	height: 90px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/zoom_in.png) center center no-repeat;
	background-size: contain;
	transform: scale(1);
	transform-origin: center center;
	z-index: 1;
	transition: transform 100ms ease-out;
}
.zoom-poster:hover:after{
	transform: scale(1.05);
}
.competition-info{
	margin: 30px 40px 0 60px;
	position: relative;
}
.competition-info:after{
	content: '';
	position: absolute;
	right: -10px;
	bottom: -44px;
	width: 171px;
	height: 171px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/fishing.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
	pointer-events: none;
}
.competition-info .desc{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 18px;
	padding-right: 60px;
}
.competition-info .blue-bar{
	margin-bottom: 13px;
	font-size: 26px;
	color: white;
	line-height: 55px;
	padding-left: 30px;
	font-weight: 900;
	letter-spacing: 1px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/blue_bar.png) left center no-repeat;
	width: 418px;
	height: 57px;
	background-size: auto 100%;
}
.competition-detail{
	width: 100%;
	background-color: #FFF99B;
	border: 1px solid var(--bluecolor);
	font-size: 18px;
	line-height: 33px;
}
.competition-detail .detail-item{
	display: flex;
}
.competition-detail .lt{
	flex: 0 0 117px;
	background-color: var(--yellowcolor);
	font-weight: bold;
	text-align: right;
	padding: 0 17px 0 0;
}
.competition-detail .detail-item:nth-child(1) .lt,
.competition-detail .detail-item:nth-child(1) .rt{
	padding-top: 21px;
}
.competition-detail .detail-item:last-child .lt,
.competition-detail .detail-item:last-child .rt{
	padding-bottom: 21px;
}
.competition-detail .rt{
	padding-left: 19px;
}
.competition-detail + .remark{
	padding: 19px 17px;
	font-size: 15px;
	line-height: 20px;
}
.latest-status-block{
	width: 1076px;
	margin: 64px auto 40px;
	max-width: 95%;
	background: #FCFAF3 url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/repeat_bg.png) top center repeat-x;
	position: relative;
	text-align: center;
	background-size: 32px;
	padding-bottom: 46px;
}
.latest-status-block .title{
	border: 5px solid var(--bluecolor);
	text-align: center;
	margin: -14px auto 28px;
	background-color: white;
	border-radius: 50em;
	font-size: 27px;
	font-weight: bold;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 264px;
	letter-spacing: 1px;
}
.latest-status-content{
	display: flex;
	gap: 64px;
	justify-content: center;
	text-align: left;
}
.latest-status-content .photo{
	flex: 0 0 430px;
	height: 232px;
	position: relative;
	border-radius: 35px;
	/*overflow: hidden;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.latest-status-content .photo:after{
	content: '';
	position: absolute;
	right: -25px;
	bottom: -30px;
	width: 67px;
	height: 89px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/badge.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}
.latest-status-content .info{
	flex: 0 0 39%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
}
.latest-status-content .info-item{
	display: flex;
}
.latest-status-content .info-item + .info-item{
	margin-top: 5px;
}
.latest-status-content .info-item .lt{
	flex: 0 0 161px;
	margin-right: 21px;
}
.latest-status-content .info-item .rt{
	text-decoration: underline;
}

.section-title + .desc{
	width: 800px;
	margin: 19px auto 43px;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-align: justify;
}
.feature-block{
	width: 1147px;
	max-width: 95%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 52px 44px;
}
.feature-block .feature-item{
	flex: 0 0 calc(50% - 22px);
}
.feature-item .top .title{
	position: relative;
	z-index: 1;
}
.feature-item .top .thumbnail{
	margin-left: 8px;
	position: relative;
	z-index: 0;
	width: calc(100% - 8px);
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: -55px;
}
.feature-item .top .thumbnail .img-set{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.feature-item .title{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	background-color: white;
	font-size: 30px;
	font-weight: bold;
	color: var(--bluecolor);
	padding: 0 29px 0 78px;
	height: 69px;
	box-shadow: -8px 8px 0 var(--yellowcolor);
}
.feature-item .title span{
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}
.feature-item .title .number{
	font-size: 41px;
	background-color: var(--yellowcolor);
	height: calc(69px + 14px);
	padding-top: 18px;
	text-align: center;
	margin-left: -8px;

	width: 68px;
	left: 0;
	position: absolute;
}
.feature-item .bottom{
	margin-top: 12px;
}
.feature-item .desc{
	text-align: justify;
	padding: 7px;
	font-size: 18px;
	line-height: 28px;
}
.product-top-bar{
	width: 100%;
	height: 270px;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/product_top_bg.jpg) center center no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 40px;
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 50px;
	margin-bottom: 45px;
}
.product-top-bar:after{
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 16px;
	background-color: var(--yellowcolor);
}
.section-title + .info-block{
	margin: 0 auto;
	width: 804px;
	max-width: 95%;
	border: 1px solid #979797;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.share-block{
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 0;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/share_bg.png) center center no-repeat;
	background-size: cover;
	margin-top: -80px;
	padding-top: 80px;
	overflow: hidden;
}
.share-content{
	width: 864px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 60px;
}
.share-content .content{
	transform: rotate(-1deg);
	background-color: white ;
	border-radius: 14px;
	box-shadow: 3px 7px 66px rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
	flex: 0 0 526px;
	min-height: 450px;
	margin-top: -20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.share-content .content:after{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 110px;
	background-color: white;
	top: 0;
	left: 0;
	content: '';
	border-radius: 14px;
}
.share-content .content:before{
	z-index: -2;
	position: absolute;
	width: calc(100% - 42px);
	height: 100%;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/repeat_line.png) left bottom;
	bottom: -4px;
	left: 16px;
	content: '';
}
.share-content .top{
	padding: 10px 35px;
	border: 5px solid #A2D3FF;
	display: inline-flex;
	border-radius: 9px;
	margin: 26px 0 0 -11px;
	background-color: white;
	z-index: 1;
}
.share-content .top .name{
	font-size: 20px;
	font-weight: bold;
}
.share-content .top .date{
	font-size: 19px;
	margin-left: 26px;
}
.share-content .images{
	flex: 0 0 337px;
	transform: rotate(4deg);
	z-index: 2;
	position: relative;
	margin-top: 60px;
}
.share-content .images img{
	width: 100%;
	height: auto;
}
.share-content .middle{
	padding: 28px 35px 8px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 34px;
	flex: 1 1 auto;
}
.share-content .bottom{
	padding: 28px 35px;
	font-size: 19px;
	line-height: 34px;
}
.share-content .bottom .info-detail{
	font-size: 16px;
}
.zindex1{
	z-index: 1;
}

.top_banner-title{
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	top: 36%;
}
.top_banner-title .big-title,
.top_banner-title .sub-title{
	transform: rotate(-2deg);
}
.top_banner-title .big-title{
	margin-top: 86px;
	position: relative;
	white-space: nowrap;
}
.top_banner-title .big-title:after{
	content: '';
	width: 188px;
	height: 188px;
	position: absolute;
	z-index: -1;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/header_02.png) no-repeat;
	background-size: 100% auto;
	top: -78px;
    left: 145px;
}
.top_banner-title .big-title .layer-1,
.top_banner-title .big-title .layer-2{
	display: flex;
	align-items: center;
	font-weight: 900;
}
.top_banner-title .big-title .layer-1{
	position: relative;
	z-index: 1;
	width: 100%;
}
.top_banner-title .big-title .layer-2{
	position: absolute;
    z-index: -1;
    width: 100%;
    top: 6px;
    left: 4px;
}
.top_banner-title .big-title span:nth-child(1){
	font-size: 81.54px;
	letter-spacing: 0;
	position: relative;
	margin-right: 10px;
	background: -webkit-linear-gradient(270deg,rgba(233, 63, 58, 1) 50%, rgba(252, 209, 54, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
}
.top_banner-title .big-title .layer-1 span:nth-child(1):before,
.top_banner-title .big-title .layer-1 span:nth-child(2):before{
	z-index: -1;
	content: attr(data-storke);
	-webkit-text-stroke: 10px white;
    text-stroke: 10px white;
    position: absolute;
    top: 0;
    left: 0;
}
.top_banner-title .big-title span:nth-child(1):after,
.top_banner-title .big-title span:nth-child(2):after{
	z-index: -2;
	content: attr(data-storke);
	-webkit-text-stroke: 25px black;
    text-stroke: 25px black;
    position: absolute;
    left: 0;
    top: 0;
}
.top_banner-title .big-title span:nth-child(2){
	font-size: 67.95px;
	letter-spacing: 2.86px;
	position: relative;
	background: -webkit-linear-gradient(270deg,rgba(233, 63, 58, 1) 50%, rgba(252, 209, 54, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_banner-title .sub-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	letter-spacing: 6.45px;
	margin-top: -15px;
	position: relative;
}
.top_banner-title .sub-title:after{
	position: absolute;
	content: '';
	z-index: -1;
	width: 97.5%;
	top: 18px;
	height: 100%;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/header_03.png) center center no-repeat;
	background-size: 100% auto;
}
.top_banner-title .sub-title div{
	display: flex;
	padding-left: 27px;
}
.top_banner-title .sub-title span{
	font-size: 44.58px;
	font-weight: 900;
	color: white;
	line-height: 55.9px;
	position: relative;
	z-index: 3;
	white-space: nowrap;
}
.top_banner-title .sub-title span:before{
	z-index: -1;
	content: attr(data-storke);
	-webkit-text-stroke: 8px #3957F8;
    text-stroke: 8px #3957F8;
    position: absolute;
    left: 0;
    top: 0;
}
.top_banner-title .sub-title span:after{
	z-index: -2;
	content: attr(data-storke);
	-webkit-text-stroke: 10px #39CAF8;
    text-stroke: 10px #39CAF8;
    position: absolute;
    left: 1px;
    top: 3px;
}
.top_banner-title .sub-title > span{
	padding-right: 20px;
}
.top_banner-title .sub-title div span + span{
	margin-left: 20px;
}
.top_banner-title .sub-title div span:nth-child(1){
	color: #E81684;
}
.top_banner-title .sub-title div span:nth-child(1):before{
	-webkit-text-stroke: 8px white;
    text-stroke: 8px white;
}
.top_banner-title .label{
	position: absolute;
    top: 57px;
    left: -48px;
	font-size: 26.88px;
	font-weight: 900;
	transform: rotate(-8deg);
}
.top_banner-title .label:after{
	content: '';
	position: absolute;
	top: -10px;
	left: -17px;
	width: 213px;
	height: 200px;
	z-index: -1;
	background: url(https://www.egltours.com/hwacheon-ice-fishing-festival-tour/images/header_01.png) no-repeat;
	background-size: 100% auto;
}
.sub-title2{
	/*font-family: "CHeiHK-UltraBold";*/
	width: 416px;
    position: absolute;
    bottom: -88px;
    z-index: 3;
    left: calc(50% + 12px);
    transform: translateX(-50%);
}
.sub-title2 img{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1600px){
}
@media only screen and (max-width: 1280px){	
	
	.btn-prevnext .swiper-button-next, .btn-prevnext .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
	
	h1{
		font-size: 30px;
		line-height: 36px;
	}
	h1:after {
	    height: 21px;
	    bottom: 16px;
	}
	h1 + h2{
		font-size: 24px;
		line-height: 35px;
	}


	.top_banner-title{
		zoom: .9;
	}
	
	.top1,
	.video-container,
	.competition-block,
	.latest-status-block,
	.section-title + .desc,
	.feature-block,
	.product-top-bar,
	.share-content,
	.section-title + .info-block,
	.faq-lists{
		zoom: .85;
		transform-origin: center top;
	}
	.btn-prevnext .swiper-button-prev{
		left: calc(50% - 367px);
    	margin-left: -100px;
	}
	.btn-prevnext .swiper-button-next{
		right: calc(50% - 367px);
    	margin-right: -100px;
	}
}

@media (max-width: 1200px) {
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
	.top_banner-title{
		zoom: .85;
	}
}
@media (max-width: 1024px) {
	
	.products{
		padding: 33px;
	}
	
	.content_menu li.sub{
		background-size: 14px auto;
	}
	

	.main_kv {
		margin-top: 7.65625vw;
	}
	.wrapper.row{
		padding:32px 0;
	}
	
    .main_kv:after{
    	height: 90px;
    }

	


    
	.content_menu .title{
		padding: 10px 22px;
    	font-size: 19px;
	}
	.content_menu ul {
	    padding: 18px 25px 18px 28px;
	    margin-bottom: .5em;
	}
	.content_menu li:not(:last-child) {
	    margin-bottom: 4px;
	}
	.content_menu li.sub + li.sub + li.sub {
	    margin-bottom: 7px;
	}
	.content_menu {
        font-size: 17px;
    }
    .content_menu li.sub{
    	padding-left: 21px;
    }

	.product .title{
		font-size: 22px;
	}
	.product .desc{
		font-size: 13px;
	    line-height: 18px;
	}
	.product .desc ul{
		padding-left: 20px;
	}
	.product .bottom .date{
		line-height: 18px;
		font-size: 13px;
	}
	.product .bottom .price{
		font-size: 31px;
	}
	.product .bottom .price span{
		font-size: 20px;
	}

	

	.top_banner-title{
		zoom: .7;
	}
	.section-title,	
	.top1,
	.video-container,
	.competition-block,
	.latest-status-block,
	.section-title + .desc,
	.feature-block,
	.product-top-bar,
	.share-content,
	.section-title + .info-block,
	.faq-lists{
		zoom: .7;
	}
	.btn-prevnext .swiper-button-prev{
		left: calc(50% - 302px);
		margin-left: -90px;
	}
	.btn-prevnext .swiper-button-next{
		right: calc(50% - 302px);
		margin-right: -90px;
	}
	.share-block{
		margin-top: -70px;
		padding-top: 70px;
	}
	
}
@media (max-width: 900px) {
	.top_banner-title{
		zoom: .6;
	}
}
@media (max-width: 768px) {
	
	.content_menu .title{
		padding: 10px 18px;
    	font-size: 17px;
	}
	.content_menu ul {
	    padding: 15px 23px 16px 25px;
	    margin-bottom: .5rem;
	}
	.content_menu li:not(:last-child) {
	    margin-bottom: 6px;
	}
	.content_menu{
		font-size: 17px;
		width: 440px;
	}

    .desktop{
    	display: none;
    }
    
	
	.wrapper {
		padding: 30px 10px;
	}
	.w970{
		max-width: 100%;
	}
	
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
		text-align: center;
	}
	:root{
		--detailfont: 15px;
	}

	.product .title{
		font-size: 18px;
	}
	.product .desc{
		font-size: 12px;
	    line-height: 17px;
	}
	.product .desc ul{
		padding-left: 17px;
	}
	.product .bottom .date{
		line-height: 17px;
		font-size: 12px;
	}
	.product .bottom .price{
		font-size: 27px;
	}
	.product .bottom .price span{
		font-size: 16px;
	}
	.product .thumbnail{
		border-width: 2px;
	}
	.product {
	    border-width: 2px;
	    padding: 8px;
	}
	.products{
		gap: 8px;
        padding: 13px;
    }

    
    h1 {
        font-size: 23px;
        line-height: 30px;
    }
    h1:after {
        height: 15px;
        bottom: 13px;
    }
    h1 + h2 {
        font-size: 19px;
        line-height: 28px;
    }
    
    
    .btn-prevnext .swiper-button-next, .btn-prevnext .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    
	

	.section-title,	
	.top1,
	.video-container,
	.competition-block,
	.latest-status-block,
	.section-title + .desc,
	.feature-block,
	.product-top-bar,
	.share-content,
	.section-title + .info-block,
	.faq-lists{
		zoom: .6;
	}
	.btn-prevnext .swiper-button-prev {
        left: calc(50% - 259px);
        margin-left: -80px;
    }
    .btn-prevnext .swiper-button-next {
        right: calc(50% - 259px);
        margin-right: -80px;
    }

    .share-block{
		margin-top: -60px;
		padding-top: 60px;
	}

}
@media (max-width: 767px){
	.top_banner-title{
		zoom: .5;
	}
}
@media (max-width: 576px) {

    
	.top_bar {
		position: fixed;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9999;
		overflow-x: hidden;
	}
	.top_menu {
		width: 100%;
	}
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}	
	.main_kv{
		margin-top: 44px;
	}
	.h576{
		display: none;
	}
	.m576{
		display: inline-block;
	}
	
    .mobile{
    	display: block;
    }
    .desktop{
    	display: none;
    }

	:root{
		--detailfont: 12px;
	}
	
	
    
    .wrapper.row {
        padding: 24px 0;
    }
    
    .products{
    	display: flex !important;
    }
    .products + .products {
	    padding: 0 18px 12px;
	}
	
    .main_kv:after {
        height: 44px;
        bottom: -18px;
    }
    

    /*.swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !!important;
	}*/
	
    .content_menu{
    	font-size: 14px;
    	margin-top: -2em;
    	max-width: 100%;
    }		
    .content_menu ul {
        padding: 15px 20px 14px 19px;
    }
    .content_menu li.sub {
        background-size: 11px auto;
        padding-left: 16px;
    }
    .content_menu li:not(:last-child),
    .content_menu li.sub + li.sub + li.sub{
        margin-bottom: 4px;
    }
    .content_menu li.sub + li.sub + li.sub + li.sub {
	    margin-bottom: 6px;
	}
    
    .product{
    	flex:0 0 100%;
    }
    

    .product{
    	padding: 15px;
    }
    .product .title{
		font-size: 23px;
	}
	.product .desc{
		font-size: 15px;
	    line-height: 22px;
	}
	.product .desc ul{
		padding-left: 17px;
	}
	.product .bottom .date{
		line-height: 22px;
		font-size: 15px;
	}
	.product .bottom .price{
		font-size: 37px;
	}
	.product .bottom .price span{
		font-size: 22px;
	}
    
    h1 {
        font-size: 20px;
        line-height: 27px;
        max-width: 95%;
        margin: 0 auto;
    }
    h1:after {
        height: 15px;
        bottom: 13px;
        width: 300px;
        margin: 0 auto;
    }
    h1 + h2 {
        font-size: 17px;
        line-height: 25px;
        max-width: 100%;
    }
    .content_menu a{
    	letter-spacing: 0;
    }
    
    .btn-prevnext .swiper-button-next, .btn-prevnext .swiper-button-prev{
    	width: 36px;
    	height: 36px;
    }
    /*.btn-prevnext .swiper-button-prev {
        margin-left: -27px;
        margin-top: -19px;
    }
    .btn-prevnext .swiper-button-next {
        margin-right: -27px;
        margin-top: -19px;
    }*/
    
    .faq-q:before{
    	top: 7px;
    }
    .faq-q:before {
	    width: 8px;
	    height: 8px;
	}
    .faq-q{
    	font-size: 14px;
    	letter-spacing: 0;
    	padding-left: 16px;
    	min-height: 21px;
    }
    .faq-a{
    	padding: 0 40px 0 16px;
        font-size: 12px;
        line-height: 16px;
    }
    .faq-btn {
        right: 7px;
        top: 0px;
        width: 19px;
        height: 22px;
    }
    .faq-section-title {
        font-size: 17px;
        margin: 28px auto 7px;
        line-height: 17px;
    }
    .faq-section-title:before, .faq-section-title:after {
        width: 20px;
        height: 28px;
    }
    
    .top_banner-title {
        zoom: .51;
        margin-left: 1%;
    }
    .top_banner-title .big-title:after{
    	left: 155px;
    }
    .top_banner-title .label{
    	left: -38px;
    }

    .section-title,	
	.top1,
	.video-container,
	.competition-block,
	.latest-status-block,
	.section-title + .desc,
	.feature-block,
	.product-top-bar,
	.share-content,
	.section-title + .info-block,
	.faq-lists{
		zoom: .45;
	}

    .video-container {
        border-radius: 6.25vw;
        border-width: 1.46vw;
        zoom: 1;

        max-width: 90%;
    }
    .video-container:before {
        left: 2.63vw;
        width: 1.46vw;
        height: 18.75vw;
    }
    .section-title{
    	zoom: .45;
    	font-size: 35px;
    	line-height: 46px;
    }
    .top1{
    	max-width: 95%;
    }
    .top1-block{
    	max-width: 95%;
    	margin-top: -64px;
    }
    .top1-block > .title{
    	font-size: 34px;
    	height: 64px;
    	line-height: 64px;
    }
    .top1-block .desc {
	    font-size: 26px;
	    line-height: 44px;
	}
	.top1-block .included-block .title{
		font-size: 29px;
		margin-bottom: 20px;
	}
	.top1-block .included-block{
		margin: 0 30px 30px;
	}
	.competition-info {
	    margin: 6px 10px 0 60px;
	}
	.info-content{
		font-size: 26px;
		/*line-height: 52px;*/
	}
	.competition-info .desc {
	    font-size: 25px;
	    line-height: 38px;
	    margin-bottom: 18px;
	    padding-right: 10px;
	}
	.poster-img{
		width: 224px;
		margin-left: 10px;
	}
	.competition-detail{
		font-size: 24px;
		line-height: 31px;
	}
	.competition-detail .lt,
	.competition-detail .rt{
		padding: 0 10px;
	}
	.competition-detail .lt{
		flex: 0 0 140px;
	}
	.competition-detail .detail-item + .detail-item .lt,
	.competition-detail .detail-item + .detail-item .rt{
		padding-top: 17px;
	}
	.zoom-poster:after{
		width: 80px;
		height: 80px;
		bottom: -32px;
		right: -38px;
	}
	.competition-detail .rt{
		padding-left: 17px;
		padding-right: 17px;
	}
	.latest-status-content .info{
		flex: 0 0 44%;
		font-size: 24px;
		padding-left: 10px;
	}
	.latest-status-content .photo {
	    flex: 0 0 390px;
	    height: 210px;
	    border-radius: 18px;
	}
	.latest-status-content{
		gap: 34px;
	}
	.latest-status-content .info-item .lt {
	    flex: 0 0 190px;
	    margin-right: 7px;
	}
	.section-title + .desc{
		width: 820px;
		margin: 28px auto 50px;
	    font-size: 25px;
	    line-height: 40px;
	}
	.feature-block{
		gap: 52px 24px;
		max-width: 90%;
	}
	.feature-block .feature-item {
	    flex: 1 1 100%;
	}
	.feature-item .desc{
		font-size: 28px;
		line-height: 45px;
	}
	.feature-item .top .thumbnail{
		margin-bottom: -85px;
	}
	.feature-item .top .title{
		zoom: 1.2;
	}
	.section-title + .info-block{
		width: 100%;
	}
	.info-content .info-item + .info-item{
		margin-top: 12px;
	}
	.faq-lists{
		zoom: 1;
	}
	.share-block {
        margin-top: -35px;
        padding-top: 35px;
    }
    .share-content{
    	width: 744px;
    	padding: 60px 0 50px;
    }
    .share-content .images{
    	flex: 0 1 307px;
    	margin-top: 40px;
    }
    .share-content .content{
    	flex: 0 0 512px;
    }
    .share-content .top{
	    margin: 20px 0 0 -11px;
	    zoom: 1.1;
    }
    .btn-prevnext .swiper-button-prev {
        left: calc(50% - 180px);
        margin-left: -20px;
        margin-top: 0px;
    }
    .btn-prevnext .swiper-button-next {
        right: calc(50% - 180px);
        margin-right: -20px;
        margin-top: 0px;
    }
    h1 span{
    	font-size: 1em;
    }
    .competition-detail + .remark {
	    padding: 19px 187px 19px 17px;
	    font-size: 19px;
	    line-height: 27px;
	}

	/* for fix Safari Zoom issue */
	.top_banner-title{
		zoom: 1;
		transform: translate3d(-50%, -50%, 0) scale(.51);
	}
	.top1{
		zoom: 1;
	}
	.top1-block{
		margin-top: -38px;
		border-radius: 18.5px;
	}
	.top1-block > .title {
        font-size: 18px;
        height: 37px;
        line-height: 37px;
    }
    .top1-block .desc {
        font-size: 14px;
        line-height: 23px;
        width: 87%;
        margin: 9px auto 17px;
    }
    .top1-block .included-block {
        margin: 0 15px 15px;
        padding: 14px;
    }
    .top1-block .included-block .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .info-content {
        font-size: 12px;
        line-height: 13px;
    }
    .competition-block{
    	zoom: 1;
    }
    .competition-info {
        margin: 3px 5px 0 30px;
    }
    .competition-info .desc {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 14px;
		padding-right: 0px;
	}
	.poster{
		zoom: .45;
	}
	.competition-info .blue-bar,
	.competition-detail + .remark,
	.competition-info:after{
		zoom: .45;
	}
	.competition-detail .lt, .competition-detail .rt{
		zoom: .45;
		line-height: 31px;
	}
	.latest-status-block{
		zoom: 1;
		margin: 32px auto 20px;
     	background-size: 16px;
   		padding-bottom: 23px;
	}
	.latest-status-block .title,
	.latest-status-content .photo,
	.latest-status-content .info{
		zoom: .45;
	}
	.latest-status-content{
		gap: 17px;
	}
	.feature-block{
		zoom: 1;
		margin-bottom: 20px;
	}
	/*.feature-item .top .title{
		zoom: .54;
	}*/
	.feature-item .title .number{
		/*font-size: 21px;*/
		zoom: .54;
	}
	.feature-item .title{
		zoom: 1;
		font-size: 15px;
		padding: 0 17.5px 0 39px;
		height: 34.5px;
		box-shadow: -4px 4px 0 var(--yellowcolor);
	}
	.feature-item .top .thumbnail{
		margin-bottom: calc(-85px * .45);
	}
	.feature-item .desc{
		zoom: .45;
	}
	.feature-item .bottom{
		margin-top: 6px;
	}
	.feature-block{
		gap: 26px;
	}
	.feature-item .top .thumbnail{
		margin-left: 4px;
		width: calc(100% - 4px);
	}
	.section-title + .info-block{
		zoom: 1;
		padding: 24px 18px;
	}
	.section-title + .info-block .info-content .info-item .info-icon{
		font-size: 1.1em;
	}
	.share-content {
		width: calc(744px * .45);
		padding: calc(60px * .45) 0 calc(50px * .45);
		zoom: 1;
	}
	.share-content .top .name{
		font-size: calc(20px * .5);
	}
	.share-content .top .date {
	    font-size: calc(19px * .5);
	    margin-left: 13px;
	}
	.share-content .top{
		zoom: 1;
		margin: 10px 0 0 calc(-11px * .5);
		padding: 5px 17.5px;
		border-width: 2.5px;
		border-radius: 4.5px;
	}
	.share-content .middle{
		zoom: .45;
	}
	.share-content .bottom {
	    padding: calc(28px *.45) calc(35px *.45);
    	font-size: calc(18.5px *.45);
    	line-height: calc(34px *.45);
	}
	.share-content .bottom .info-detail {
        font-size: calc(16px * .45);
    }
	.share-content .content:before{
		width: calc(100% - 21px);
		bottom: -2px;
	    left: 8px;
	    background-size: 1.33px;
	}
	.share-content .content {
        flex: 0 0 230.4px;
    	min-height: 202px;
        border-radius: 7px;
        box-shadow: 1.5px 3.5px 33px rgba(0, 0, 0, .1);
        margin-top: -10px;
    }
    .share-content .content:after{
    	height: 55px;
    }
    .share-content .images{
    	margin-top: calc(40px * .45);
    }
}
@media (max-width: 400px) {
	.top_banner-title {
        /*zoom: .45;*/
        transform: translate3d(-50%, -50%, 0) scale(.45);
    }
    h1{
    	font-size: 18px;
    }
    /*.section-title,	
	.top1,
	.competition-block,
	.latest-status-block,
	.section-title + .desc,
	.feature-block,
	.product-top-bar,
	.share-content,
	.section-title + .info-block{
		zoom: .4;
	}*/
	.btn-prevnext .swiper-button-prev,
	.btn-prevnext .swiper-button-next{
		width: 27px;
		height: 27px;
	}
	.btn-prevnext .swiper-button-prev{
		margin-left: 0;
	}
	.btn-prevnext .swiper-button-next{
		margin-right: 0;
	}

	.section-title,
	.latest-status-block .title, 
	.latest-status-content .photo, 
	.latest-status-content .info,
	.section-title + .desc{
		zoom: .4;
	}
}
@media (max-width: 850px) {
	@supports (-webkit-touch-callout: none){
		.top_bar {
		position: fixed;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9999;
		overflow-x: hidden;
	}
	.top_menu {
		width: 100%;
	}
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}	
	.main_kv{
		margin-top: 44px;
	}
	.h576{
		display: none;
	}
	.m576{
		display: inline-block;
	}
	
    .mobile{
    	display: block;
    }
    .desktop{
    	display: none;
    }

	:root{
		--detailfont: 12px;
	}
	
	
    
    .wrapper.row {
        padding: 24px 0;
    }
    
    .products{
    	display: flex !important;
    }
    .products + .products {
	    padding: 0 18px 12px;
	}
	
    .main_kv:after {
        height: 44px;
        bottom: -18px;
    }
    

    /*.swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !!important;
	}*/
	
    .content_menu{
    	font-size: 14px;
    	margin-top: -2em;
    	max-width: 100%;
    }		
    .content_menu ul {
        padding: 15px 20px 14px 19px;
    }
    .content_menu li.sub {
        background-size: 11px auto;
        padding-left: 16px;
    }
    .content_menu li:not(:last-child),
    .content_menu li.sub + li.sub + li.sub{
        margin-bottom: 4px;
    }
    .content_menu li.sub + li.sub + li.sub + li.sub {
	    margin-bottom: 6px;
	}
    
    .product{
    	flex:0 0 100%;
    }
    

    .product{
    	padding: 15px;
    }
    .product .title{
		font-size: 23px;
	}
	.product .desc{
		font-size: 15px;
	    line-height: 22px;
	}
	.product .desc ul{
		padding-left: 17px;
	}
	.product .bottom .date{
		line-height: 22px;
		font-size: 15px;
	}
	.product .bottom .price{
		font-size: 37px;
	}
	.product .bottom .price span{
		font-size: 22px;
	}
    
    h1 {
        font-size: 20px;
        line-height: 27px;
        max-width: 95%;
        margin: 0 auto;
    }
    h1:after {
        height: 15px;
        bottom: 13px;
        width: 300px;
        margin: 0 auto;
    }
    h1 + h2 {
        font-size: 17px;
        line-height: 25px;
        max-width: 100%;
    }
    .content_menu a{
    	letter-spacing: 0;
    }
    
    .btn-prevnext .swiper-button-next, .btn-prevnext .swiper-button-prev{
    	width: 36px;
    	height: 36px;
    }
    /*.btn-prevnext .swiper-button-prev {
        margin-left: -27px;
        margin-top: -19px;
    }
    .btn-prevnext .swiper-button-next {
        margin-right: -27px;
        margin-top: -19px;
    }*/
    
    .faq-q:before{
    	top: 7px;
    }
    .faq-q:before {
	    width: 8px;
	    height: 8px;
	}
    .faq-q{
    	font-size: 14px;
    	letter-spacing: 0;
    	padding-left: 16px;
    	min-height: 21px;
    }
    .faq-a{
    	padding: 0 40px 0 16px;
        font-size: 12px;
        line-height: 16px;
    }
    .faq-btn {
        right: 7px;
        top: 0px;
        width: 19px;
        height: 22px;
    }
    .faq-section-title {
        font-size: 17px;
        margin: 28px auto 7px;
        line-height: 17px;
    }
    .faq-section-title:before, .faq-section-title:after {
        width: 20px;
        height: 28px;
    }
    
    .top_banner-title {
        zoom: .51;
        margin-left: 1%;
    }
    .top_banner-title .big-title:after{
    	left: 155px;
    }
    .top_banner-title .label{
    	left: -38px;
    }

    .section-title,	
	.top1,
	.video-container,
	.competition-block,
	.latest-status-block,
	.section-title + .desc,
	.feature-block,
	.product-top-bar,
	.share-content,
	.section-title + .info-block,
	.faq-lists{
		zoom: .45;
	}

    .video-container {
        border-radius: 6.25vw;
        border-width: 1.46vw;
        zoom: 1;

        max-width: 90%;
    }
    .video-container:before {
        left: 2.63vw;
        width: 1.46vw;
        height: 18.75vw;
    }
    .section-title{
    	zoom: .45;
    	font-size: 35px;
    	line-height: 46px;
    }
    .top1{
    	max-width: 95%;
    }
    .top1-block{
    	max-width: 95%;
    	margin-top: -64px;
    }
    .top1-block > .title{
    	font-size: 34px;
    	height: 64px;
    	line-height: 64px;
    }
    .top1-block .desc {
	    font-size: 26px;
	    line-height: 44px;
	}
	.top1-block .included-block .title{
		font-size: 29px;
		margin-bottom: 20px;
	}
	.top1-block .included-block{
		margin: 0 30px 30px;
	}
	.competition-info {
	    margin: 6px 10px 0 60px;
	}
	.info-content{
		font-size: 26px;
		/*line-height: 52px;*/
	}
	.competition-info .desc {
	    font-size: 25px;
	    line-height: 38px;
	    margin-bottom: 18px;
	    padding-right: 10px;
	}
	.poster-img{
		width: 224px;
		margin-left: 10px;
	}
	.competition-detail{
		font-size: 24px;
		line-height: 31px;
	}
	.competition-detail .lt,
	.competition-detail .rt{
		padding: 0 10px;
	}
	.competition-detail .lt{
		flex: 0 0 140px;
	}
	.competition-detail .detail-item + .detail-item .lt,
	.competition-detail .detail-item + .detail-item .rt{
		padding-top: 17px;
	}
	.zoom-poster:after{
		width: 80px;
		height: 80px;
		bottom: -32px;
		right: -38px;
	}
	.competition-detail .rt{
		padding-left: 17px;
		padding-right: 17px;
	}
	.latest-status-content .info{
		flex: 0 0 44%;
		font-size: 24px;
		padding-left: 10px;
	}
	.latest-status-content .photo {
	    flex: 0 0 390px;
	    height: 210px;
	    border-radius: 18px;
	}
	.latest-status-content{
		gap: 34px;
	}
	.latest-status-content .info-item .lt {
	    flex: 0 0 190px;
	    margin-right: 7px;
	}
	.section-title + .desc{
		width: 820px;
		margin: 28px auto 50px;
	    font-size: 25px;
	    line-height: 40px;
	}
	.feature-block{
		gap: 52px 24px;
		max-width: 90%;
	}
	.feature-block .feature-item {
	    flex: 1 1 100%;
	}
	.feature-item .desc{
		font-size: 28px;
		line-height: 45px;
	}
	.feature-item .top .thumbnail{
		margin-bottom: -85px;
	}
	.feature-item .top .title{
		zoom: 1.2;
	}
	.section-title + .info-block{
		width: 100%;
	}
	.info-content .info-item + .info-item{
		margin-top: 12px;
	}
	.faq-lists{
		zoom: 1;
	}
	.share-block {
        margin-top: -35px;
        padding-top: 35px;
    }
    .share-content{
    	width: 744px;
    	padding: 60px 0 50px;
    }
    .share-content .images{
    	flex: 0 1 307px;
    	margin-top: 40px;
    }
    .share-content .content{
    	flex: 0 0 512px;
    }
    .share-content .top{
	    margin: 20px 0 0 -11px;
	    zoom: 1.1;
    }
    .btn-prevnext .swiper-button-prev {
        left: calc(50% - 180px);
        margin-left: -20px;
        margin-top: 0px;
    }
    .btn-prevnext .swiper-button-next {
        right: calc(50% - 180px);
        margin-right: -20px;
        margin-top: 0px;
    }
    h1 span{
    	font-size: 1em;
    }
    .competition-detail + .remark {
	    padding: 19px 187px 19px 17px;
	    font-size: 19px;
	    line-height: 27px;
	}

	/* for fix Safari Zoom issue */
	.top_banner-title{
		zoom: 1;
		transform: translate3d(-50%, -50%, 0) scale(.51);
	}
	.top1{
		zoom: 1;
	}
	.top1-block{
		margin-top: -38px;
		border-radius: 18.5px;
	}
	.top1-block > .title {
        font-size: 18px;
        height: 37px;
        line-height: 37px;
    }
    .top1-block .desc {
        font-size: 14px;
        line-height: 23px;
        width: 87%;
        margin: 9px auto 17px;
    }
    .top1-block .included-block {
        margin: 0 15px 15px;
        padding: 14px;
    }
    .top1-block .included-block .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .info-content {
        font-size: 12px;
        line-height: 13px;
    }
    .competition-block{
    	zoom: 1;
    }
    .competition-info {
        margin: 3px 5px 0 30px;
    }
    .competition-info .desc {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 14px;
		padding-right: 0px;
	}
	.poster{
		zoom: .45;
	}
	.competition-info .blue-bar,
	.competition-detail + .remark,
	.competition-info:after{
		zoom: .45;
	}
	.competition-detail .lt, .competition-detail .rt{
		zoom: .45;
		line-height: 31px;
	}
	.latest-status-block{
		zoom: 1;
		margin: 32px auto 20px;
     	background-size: 16px;
   		padding-bottom: 23px;
	}
	.latest-status-block .title,
	.latest-status-content .photo,
	.latest-status-content .info{
		zoom: .45;
	}
	.latest-status-content{
		gap: 17px;
	}
	.feature-block{
		zoom: 1;
		margin-bottom: 20px;
	}
	/*.feature-item .top .title{
		zoom: .54;
	}*/
	.feature-item .title .number{
		/*font-size: 21px;*/
		zoom: .54;
	}
	.feature-item .title{
		zoom: 1;
		font-size: 15px;
		padding: 0 17.5px 0 39px;
		height: 34.5px;
		box-shadow: -4px 4px 0 var(--yellowcolor);
	}
	.feature-item .top .thumbnail{
		margin-bottom: calc(-85px * .45);
	}
	.feature-item .desc{
		zoom: .45;
	}
	.feature-item .bottom{
		margin-top: 6px;
	}
	.feature-block{
		gap: 26px;
	}
	.feature-item .top .thumbnail{
		margin-left: 4px;
		width: calc(100% - 4px);
	}
	.section-title + .info-block{
		zoom: 1;
		padding: 24px 18px;
	}
	.section-title + .info-block .info-content .info-item .info-icon{
		font-size: 1.1em;
	}
	.share-content {
		width: calc(744px * .45);
		padding: calc(60px * .45) 0 calc(50px * .45);
		zoom: 1;
	}
	.share-content .top .name{
		font-size: calc(20px * .5);
	}
	.share-content .top .date {
	    font-size: calc(19px * .5);
	    margin-left: 13px;
	}
	.share-content .top{
		zoom: 1;
		margin: 10px 0 0 calc(-11px * .5);
		padding: 5px 17.5px;
		border-width: 2.5px;
		border-radius: 4.5px;
	}
	.share-content .middle{
		zoom: .45;
	}
	.share-content .bottom {
	    padding: calc(28px *.45) calc(35px *.45);
    	font-size: calc(18.5px *.45);
    	line-height: calc(34px *.45);
	}
	.share-content .bottom .info-detail {
        font-size: calc(16px * .45);
    }
	.share-content .content:before{
		width: calc(100% - 21px);
		bottom: -2px;
	    left: 8px;
	    background-size: 1.33px;
	}
	.share-content .content {
        flex: 0 0 230.4px;
    	min-height: 202px;
        border-radius: 7px;
        box-shadow: 1.5px 3.5px 33px rgba(0, 0, 0, .1);
        margin-top: -10px;
    }
    .share-content .content:after{
    	height: 55px;
    }
    .share-content .images{
    	margin-top: calc(40px * .45);
    }
	}
}
@media (max-width: 375px) {
	.main_kv {
		margin-top: 44.16px;
	}
}
