@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-white{
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.8);
}
.text-shadow {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(42 3 3);
}
.font-family-1{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-family-2{
	font-family: 'cwTeXYen', sans-serif;
}
.font-family-3{
  font-family: "Noto Serif TC", serif;
}
.content-row{
	width: 960px;	
}
.custom-sale-prodcut-akkqt .content-row {
	transform-origin: top left;
}
.content-row .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}
.content-row{
	overflow: hidden;
}
.content-row .overflow-hidden{
	overflow: hidden;
}
.overflow-hidden{
	overflow: hidden;
}
.w-90{
	width: 90%;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.text-size-16 {
	font-size: 16px;
}
.text-size-18 {
	font-size: 18px;
}
.text-size-20 {
	font-size: 20px;
}
.text-size-22 {
	font-size: 22px;
}
.text-size-24 {
	font-size: 24px;
}
.text-size-26 {
	font-size: 26px;
}
.text-size-28 {
	font-size: 28px;
}
.text-size-30 {
	font-size: 30px;
}
.text-size-32 {
	font-size: 32px;
}
.text-size-34 {
	font-size: 34px;
}
.text-size-36 {
	font-size: 36px;
}
.text-size-38 {
	font-size: 38px;
}
.text-size-40 {
	font-size: 40px;
}
.text-size-42 {
	font-size: 42px;
}
.text-size-46 {
	font-size: 46px;
}
.text-size-48 {
	font-size: 48px;
}
.text-size-50 {
	font-size: 50px;
}
.text-size-52 {
	font-size: 52px;
}
.text-size-54 {
	font-size: 54px;
}
.text-size-56 {
	font-size: 56px;
}
.text-size-58 {
	font-size: 58px;
}
.text-size-60 {
	font-size: 60px;
}
.text-size-62 {
	font-size: 62px;
}
.text-size-64 {
	font-size: 64px;
}
.text-size-66 {
	font-size: 66px;
}
.text-size-68 {
	font-size: 68px;
}
.text-size-70 {
	font-size: 70px;
}
.text-size-72 {
	font-size: 72px;
}
.text-size-74 {
	font-size: 74px;
}
.text-size-76 {
	font-size: 76px;
}
.text-size-78 {
	font-size: 78px;
}
.text-size-80 {
	font-size: 80px;
}
.text-size-82 {
	font-size: 82px;
}
.text-size-84 {
	font-size: 84px;
}
.text-size-86 {
	font-size: 84px; /* 注意：這裡的值與 .text-size-84 相同 */
}
.text-size-88 {
	font-size: 84px; /* 注意：這裡的值與 .text-size-84 相同 */
}
.text-size-90 {
	font-size: 90px;
}
.text-size-96 {
	font-size: 96px;
}
.text-size-100 {
	font-size: 100px;
}
.text-size-110 {
	font-size: 110px;
}
.text-size-120 {
	font-size: 120px;
}
.text-size-124 {
	font-size: 124px;
}
.text-size-140 {
	font-size: 140px;
}
.text-size-160 {
	font-size: 160px;
}
.text-size-200 {
	font-size: 200px;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-400{
	font-weight: 400;
}
.font-weight-300{
	font-weight: 300;
}
.text-blur-1{
  color: #000;
  filter: blur(5px);
}
.text-underline{
  text-decoration: underline;
}
.text-shadow-white{
	text-shadow: 0px 2px 20px #ffffff, 
		0 0 20px #ffffff, 
		0 0 30px #ffffff, 
		0 0 25px #ffffff, 
		0 0 25px #ffffff
}
.obj-position-top{
	object-position: top;
}
.obj-position-center{
	object-position: center;
}
.obj-position-bottom{
	object-position: bottom;
}
.obj-position-left{
	object-position: left;
}
.obj-position-right{
	object-position: right;
}
.obj-fit-contain{
	object-fit: contain;
}
.obj-fit-cover{
	object-fit: cover;
}
.storke{
	position: relative;
	z-index: 1;
}
.storke::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	white-space:nowrap;
}
.storke-white::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 3px #fff;
	white-space:nowrap;
}
.absolute-align-center{
	top: 50%;
	transform: translateY(-50%);
}
.absolute-content-center{
	left: 50%;
	transform: translateX(-50%);
}
.absolute-center{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-0{
	top: 0;
}
.left-0{
	left: 0;
}
.right-0{
	right: 0;
}
.bottom-0{
	bottom: 0;
}
.width-fit{
	width: fit-content;
}
.rounded-pill{
	border-radius: 15rem;
}
.rounded-pill-1{
	border-radius: 1rem;
}
.rounded-pill-3{
	border-radius: 3rem;
}
.rounded-pill-50{
	border-radius: 50rem;
}
.rounded-cycle{
	border-radius: 50%;
}
.aspect-ratio-1-1{
	aspect-ratio: 1 / 1;
}
.pointer-events-none{
	pointer-events: none;
}
.multiline-ellipsis-clamp-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-white-5{
	border: 5px solid #fff;
}
.letter-spacing-0{
	letter-spacing: 0;
}
.letter-spacing-2{
	letter-spacing: 2px;
}
.letter-spacing-3{
	letter-spacing: 3px;
}
.letter-spacing-4{
	letter-spacing: 4px;
}
.letter-spacing-6{
	letter-spacing: 6px;
}
.letter-spacing-8{
	letter-spacing: 8px;
}
.letter-spacing-10{
	letter-spacing: 10px;
}
.letter-spacing-15{
	letter-spacing: 15px;
}
.letter-spacing-20{
	letter-spacing: 20px;
}
.z-index-10{
	z-index:10;
}
.z-index-11{
	z-index:11;
}
.z-index-12{
	z-index:12;
}
.line-height-12 {
    line-height: 12px;
}
.line-height-14 {
    line-height: 14px;
}
.line-height-16 {
    line-height: 16px;
}
.line-height-18 {
    line-height: 18px;
}
.line-height-20 {
    line-height: 20px;
}
.line-height-22 {
    line-height: 22px;
}
.line-height-24 {
    line-height: 24px;
}
.line-height-26 {
    line-height: 26px;
}
.line-height-28 {
    line-height: 28px;
}
.line-height-30 {
    line-height: 30px;
}
.line-height-32 {
    line-height: 32px;
}
.line-height-34 {
    line-height: 34px;
}
.line-height-36 {
    line-height: 36px;
}
.line-height-38 {
    line-height: 38px;
}
.line-height-40 {
    line-height: 40px;
}
.line-height-42 {
    line-height: 42px;
}
.line-height-44 {
    line-height: 44px;
}
.line-height-46 {
    line-height: 46px;
}
.line-height-48 {
    line-height: 48px;
}
.line-height-50 {
    line-height: 50px;
}
.line-height-52 {
    line-height: 52px;
}
.line-height-54 {
    line-height: 54px;
}
.line-height-56 {
    line-height: 56px;
}
.line-height-58 {
    line-height: 58px;
}
.line-height-60 {
    line-height: 60px;
}
.line-height-62 {
    line-height: 62px;
}
.line-height-64 {
    line-height: 64px;
}
.line-height-66 {
    line-height: 66px;
}
.line-height-68 {
    line-height: 68px;
}
.line-height-70 {
    line-height: 70px;
}
.line-height-72 {
    line-height: 72px;
}
.line-height-74 {
    line-height: 74px;
}
.line-height-76 {
    line-height: 76px;
}
.line-height-78 {
    line-height: 78px;
}
.line-height-80 {
    line-height: 80px;
}
.line-height-82 {
    line-height: 82px;
}
.line-height-84 {
    line-height: 84px;
}
.line-height-86 {
    line-height: 86px;
}
.line-height-88 {
    line-height: 88px;
}
.line-height-90 {
    line-height: 90px;
}
.line-height-92 {
    line-height: 92px;
}
.line-height-94 {
    line-height: 94px;
}
.line-height-96 {
    line-height: 96px;
}
.line-height-98 {
    line-height: 98px;
}
.line-height-100 {
    line-height: 100px;
}
.line-height-102 {
    line-height: 102px;
}
.line-height-104 {
    line-height: 104px;
}
.line-height-106 {
    line-height: 106px;
}
.line-height-108 {
    line-height: 108px;
}
.line-height-110 {
    line-height: 110px;
}
.line-height-112 {
    line-height: 112px;
}
.line-height-114 {
    line-height: 114px;
}
.line-height-116 {
    line-height: 116px;
}
.line-height-118 {
    line-height: 118px;
}
.line-height-120 {
    line-height: 120px;
}
.line-height-140 {
    line-height: 140px;
}
.line-height-160 {
    line-height: 160px;
}
.line-height-200 {
    line-height: 200px;
}
.filter-brightness-06{
	filter: brightness(0.6);
}
.filter-brightness-08{
	filter: brightness(0.8);
}
.list-style-type-none{
	list-style-type: none;
}




.content-row{
	font-family: "Noto Serif TC", serif;
}
.text-color-1{
	color: #dc496c;
}
.text-color-2{
	color: #384554;
}
.text-color-3{
	color: #6d3737;
}
.text-color-4{
	color: #a97474;
}
.text-color-5{
	color: #fefa00;
}
.text-color-6{
	color: #e88a02;
}
.text-color-7{
	color: #857d7e;
}
.text-color-8{
	color: #dac03a;
}
.text-color-9{
	color: #354151;
}
.text-color-10{
	color: #776666;
}
.bg-color-1{
	background: radial-gradient(ellipse at center, white, #fcf7f1, #e3d7c6);
}
.bg-color-2{
	background-color: #fd6f8f;
}
.hr-1{
	height: 2px !important;
	margin: 1rem 0;
    color: inherit;
    background-color: rgb(255 255 255);
    border: 0;
    opacity: 1;
}
.hr-2{
	height: 2px !important;
	margin: 1rem 0;
    color: inherit;
    background-color: #04205b;
    border: 0;
    opacity: 1;
}
.text-shadow-1{
    text-shadow: 0 0 10px #2a2a2a;
}
.text-shadow-2{
	text-shadow: 0px 2px 20px #e98b82, 
		0 0 20px #ec7f98, 
		0 0 30px #ec7f98, 
		0 0 25px #ec7f98, 
		0 0 25px #ec7f98
}
.text-shadow-3{
	text-shadow: 0px 2px 20px #fd426f, 
		0 0 20px #fd426f, 
		0 0 30px #fd426f, 
		0 0 25px #fd426f, 
		0 0 25px #fd426f
}
.text-shadow-4{
	text-shadow: 0px 2px 20px #748fb9, 
		0 0 20px #748fb9, 
		0 0 30px #748fb9, 
		0 0 25px #748fb9, 
		0 0 25px #748fb9
}
.text-shadow-5{
	text-shadow: 0px 2px 20px #699bba, 
		0 0 20px #699bba, 
		0 0 30px #699bba, 
		0 0 25px #699bba, 
		0 0 25px #699bba
}
.sec_1{
	z-index: 2;
	position: relative;
}
.sec_1 .div-1{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 4%;
}
.sec_1 .div-2{
	position: absolute;
	width: 40%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 21%;
}
.sec_1 .div-3{
	position: absolute;
	width: 33%;
	right: 6%;
	top: 24%;
}
.sec_1 .div-4{
	position: absolute;
	top: 83%;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
}
.sec_1 .div-4 .text-5{
	font-size: 40px;
	left: 0;
	right: 0;
	width: fit-content;
	top: 11%;
	margin: auto;
}
.sec_1 .div-4 .text-6{
	font-size: 80px;
	left: 0;
	right: 0;
	width: fit-content;
	top: 40%;
	margin: auto;
}
.sec_1 .div-5{
	width: 80%;
	margin: auto;
}
.sec_1 .text-1{
	left: 0;
    right: 0;
    margin: auto;
    top: 10%;
}
.sec_1 .text-2{
	left: 0;
    right: 0;
    margin: auto;
    bottom: 38px;
    line-height: 36px;
}
.sec_1 .nnd-1{
	top: 19%;
}
.sec_2{
	margin-top: -175px;
}
.sec_2 .div-0{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 24%;
    width: 25%;
    z-index: 99;
}
.sec_2 .div-1{
	width: 51%;
	position: absolute;
	left: 0;
	top: 17%;
	z-index: 10;
}
.sec_2 .div-2 {
	width: 45%;
	position: absolute;
	left: 1%;
	top: 30%;
	z-index: 10;
}
.sec_2 .div-2 img{
	transform: rotate(180deg);
}
.sec_2 .div-3 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 42%;
    z-index: 10;
}
.sec_2 .div-4 {
	width: 46.8%;
    position: absolute;
    right: 0;
    top: 17%;
    z-index: 10;
}
.sec_2 .div-5 {
	width: 45%;
	position: absolute;
	right: 1%;
	top: 30%;
	z-index: 10;
}
.sec_2 .div-5 img{
	transform: rotate(180deg);
}
.sec_2 .div-6 {
	width: 50%;
    position: absolute;
    right: 0;
    top: 42%;
    z-index: 10;
}
.sec_2 .div-7 {
	position: absolute;
	bottom: 4%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.sec_2 .div-8 {
	position: absolute;
	left: 0;
	right: 0;
	top: 56%;
	margin: auto;
}
.sec_2 .div-1 p,
.sec_2 .div-2 p,
.sec_2 .div-3 p,
.sec_2 .div-4 p,
.sec_2 .div-5 p,
.sec_2 .div-6 p
{
	width: 220px;
	z-index: 10;
	letter-spacing: 2px;
}
.sec_2 .div-1 p,
.sec_2 .div-3 p
{
	margin-left: -18px;
}

.sec_2 .div-6 p
{
	margin-left: 18px;
}
.sec_3 .div-0 {
	position: absolute;
	width: 42%;
	left: 4%;
	top: 2%;
	z-index: 10;
}
.sec_3 .div-1 {
	position: absolute;
    width: 33%;
    right: 4%;
    top: 7%;
    z-index: 10;
}
.sec_3 .div-2 {
	position: absolute;
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	top: 3%;
}
.sec_3 .div-3 {
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	margin: auto;
	width: 65%;
}
.sec_3 .div-4 {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
}
.sec_3 .div-5 {
	width: 55%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 39%;
}
.sec_3 .div-6 {
	width: 64%;
	position: absolute;
	left: 12%;
	right: 0;
	margin: auto;
	top: 61%;
}
.sec_3 .div-6 .nd-1{
	height: 60px;
}
.sec_3 .div-7 {
	width: 13%;
	position: absolute;
	left: 14%;
	top: 58.5%;
}
.sec_3 .div-8 {
	position: absolute;
    top: 76%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    letter-spacing: 8px;
}
.sec_3 .text-2 {
	text-align: center;
	font-size: 84px;
	line-height: 94px;
}
.sec_3 .text-3 {
	left: 40px;
	top: 8px;
}
.sec_3 .text-4 {
	right: 60px;
	top: 9px;
}
.sec_4 .div-1 {
	position: absolute;
    top: 0%;
    left: 4%;
    width: 65%;
}
.sec_4 .div-2 {
	position: absolute;
	aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #d73159;
    width: 25%;
    right: 6%;
    top: 7%;
}
.sec_4 .div-3 {
	position: absolute;
	left: 7%;
	top: 10%;
}
.sec_4 .div-4 {
	position: absolute;
	right: 6%;
	top: 33%;
	width: 43%;
}
.sec_4 .text-1 {
	left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    top: 6%;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
}
.sec_4 .text-2 {
	left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    bottom: 20%;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
}
.sec_4 .div-5 {
	position: absolute;
	left: 7%;
	top: 49%;
	width: 42%;
}
.sec_4 .text-3 {
	left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    top: 6%;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
}
.sec_4 .text-4 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	bottom: 20%;
	font-size: 42px;
	line-height: 60px;
	text-align: center;
}
.sec_4 .div-6 {
	position: absolute;
	right: 7%;
	top: 84%;
	width: 37%;
}
.sec_4 .div-7 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	bottom: 4%;
}
.sec_5 {
	height: 1635px;
}
.sec_5 .div-1 {
	position: absolute;
    left: 0;
    top: 2%;
    margin: auto;
    right: 0;
}
.sec_5 .div-2 {
	width: 25%;
}
.sec_5 .text-1 {

}
.sec_5 .text-2 {
	margin-top: -24px;
}
.sec_5 .img-1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 74%;
	top: 0;
}
.sec_5 .text-3 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 58%;
	color: #fff;
	font-size: 40px;
	text-wrap: nowrap;
	line-height: 50px;
	text-align: center;
}
.sec_5 .text-4 {
	top: 66%;
}
.sec_5 .img-2{
	width: 216px;
}
.sec_6{
	height: 2050px;
}
.sec_6 .div-1 
{
	position: absolute;
	top: 1%;
	left: 0;
	right: 0;
	margin: auto;
}
.sec_6 .text-1{ 
	left: 4%;
	top: 12%;
	font-size: 38px;
	width: 175px;
}
.sec_6 .text-2{ 
	font-size: 34px;
	top: 54%;
	left: 5%;
}
.sec_6 .text-3{ 
	right: 4%;
	top: 12%;
	font-size: 38px;
	width: 175px;
}
.sec_7{
	height: 1700px;
}
.sec_7 .text-1{ 
	font-size: 90px;
	letter-spacing: 10px;
	position: absolute;
	right: 8%;
}
.sec_7 .text-2{ 
	font-size: 62px;
	letter-spacing: 10px;
}
.sec_7 .div-1{ 
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
}
.sec_7 .div-2{ 
    width: 85%;
}
.sec_7 .div-3 {
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 3%;
}
.sec_7 .nd-1{
	bottom: -100px;
}
.sec_7 .nd-2{
	left: 45px;
}
.sec_7 .nd-3{
	left: -45px;
}
.sec_7 .div-4{ 
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}
.sec_7 .span-1{ 
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	font-size: 38px;
	top: 10%;
}
.sec_7 .div-6{ 
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 52%;
}
.sec_7 .div-7{ 
	right: 1%;
	width: 27%;
	top: 15%;
}
.sec_7 .div-7 p{ 
	top: 24%;
}
.sec_7 .div-8{ 
	right: 22%;
	width: 29%;
	top: 15%;
	z-index: 10;
}
.sec_7 .text-3{ 
	position: absolute;
	bottom: 8%;
	right: 8%;
	font-size: 50px;
	text-align: center;
	line-height: 54px;
}
.sec_7 .img-1{ 
	position: absolute;
	width: 35%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10%;
}
.sec_7 .img-2{ 
	position: absolute;
    top: -11%;
    width: 23%;
    left: -19%;
}
.sec_7_2 .text-1{
	top: 12%;
}
.sec_7_2 .text-2{
	margin-left: -35px;
	margin-right: -35px;
}
.sec_7_2 .div-1 img{
	width: 120px;
}
.sec_7_2 .div-2{
	margin-top: -72px;
}
.sec_7_2 .div-3{
	width: 86%;
	margin: auto;
	font-size: 40px;
	line-height: 135px;
	top: 56%;
	letter-spacing: 6px;
}
.sec_7_2 .div-3 img{
	width: 100px;
}
.sec_7_2 .img-1{
	position: absolute;
    width: 41%;
    right: 0;
    bottom: -85px;
}
.sec_7_2 .img-2 {
	position: absolute;
	left: 0;
	top: 16%;
	width: 100%;
}
.sec_8 .div-1{
	top: 4%;
	position: absolute;
}
.sec_8 .img-1{
	width: 216px;
}
.sec_8 .img-2{
	width: 5%;
}
.sec_8 .div-2{
	line-height: 65px;
	padding-left: 90px;
}
.sec_8 .div-3{
	left: -10%;	
}
.sec_8 .img-3{
	width: 95%;
	margin-left: auto;
	display: block;
}
.sec_8 .div-4{
	position: absolute;
	left: 38%;
	width: 61%;
	top: 13%;
}
.sec_8 .div-5{
	top: -8%;
}
.sec_9 .div-1{
	top: 4%;
	position: absolute;
}
.sec_9 .img-1{
	width: 216px;
}
.sec_9 .div-3{
	width: 85%;
}
.sec_9 .div-4{
	position: absolute;
	top: 41%;
	left: 40%;
	width: 39%;
}
.sec_9 .div-5{
	position: absolute;
	top: 43%;
	left: 5%;
	width: 49%;
}
.sec_9 .div-5 p{
	position: absolute;
}
.sec_9 .div-5 .text-1{
	color: #fff;
    font-size: 50px;
    left: 9%;
    top: -7px;
}
.sec_9 .div-5 .text-2{
	font-size: 26px;
	left: 9%;
	top: 80px;
	line-height: 30px;
}
.sec_9 .div-6 p{
	position: absolute;
}
.sec_9 .div-6{
	position: absolute;
	top: 61%;
	left: 48%;
	width: 46%;
}
.sec_9 .div-6 .text-1{
	color: #fff;
    font-size: 50px;
    left: 9%;
    top: 127px;
}
.sec_9 .div-6 .text-2{
	font-size: 30px;
    left: 9%;
    top: 220px;
}
.sec_10 .div-1{
	top: 4%;
	position: absolute;
}
.sec_10 .div-2{
	position: absolute;
	top: 30%;
	right: 0;
}
.sec_10 .div-3{
	margin-bottom: 10px;
}
.sec_11 .div-1{
	top: 28%;
	position: absolute;
}
.sec_11 .text-1{
	font-size: 34px;
	top: 6%;
	left: 8%;
	line-height: 40px;
}
.sec_11 .text-2{
	right: 8%;
	top: 4%;
	font-size: 80px;
	letter-spacing: 12px;
	line-height: 82px;
}
.sec_11 .text-3{
	top: 41%;
	left: 8%;
	font-size: 40px;
	line-height: 45px;
}
.sec_11 .text-4{
	top: 52%;
	right: 8%;
	font-size: 40px;
	line-height: 45px;
}
.sec_11 .text-5{
	top: 88%;
	left: 18%;
	font-size: 40px;
	line-height: 45px;
}
.sec_12 .div-1{
	position: absolute;
	right: 2%;
	top: 5%;
	width: 66%;
}
.sec_12 .div-2{
	position: absolute;
	top: 34%;
	left: 0px;
	right: 0;
	margin: auto;
}
.sec_12 .div-3{
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 46px;
}
.sec_12 .div-4{
	top: 64%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 95%;
}
.sec_12 .col-4 p{
	top: 30%;
}
.sec_13 .div-1{
	position: absolute;
	top: 2%;
	font-size: 70px;
	letter-spacing: 10px;
}
.sec_13 .div-3{
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 3%;
}
.sec_13 .div-4{
	top: -86px;
}
.sec_14 .div-1{
	position: absolute;
	top: 3%;
}
.sec_14 .img-1{
	width: 50%;
	position: absolute;
	left: 5%;
	top: -115px;
}
.sec_14 .card{
	margin-top: 110px;
}
.sec_14 .text-1{
	font-size: 32px;
}
.sec_14 .text-2{
	font-size: 32px;
	text-align: justify;
}
.sec_14{
	height: 2030px;
}
.sec_15 .div-1{
	position: absolute;
	top: 3%;
}
.sec_15 .text-1{
	margin-top: 50px;
	margin-bottom: 30px;
}
.sec_15 .img-1{
	width: 40%;
}
.sec_15 .text-2{
	text-align: center;
	width: fit-content;
	left: 0;
	right: 0;
	margin: auto;
	top: 3%;
	font-size: 60px;
	color: #fff;
	line-height: 65px;
}
.sec_15 .text-3{
	text-align: center;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    top: 31%;
    font-size: 36px;
    line-height: 45px;
}
.sec_15 .text-4 {
    text-align: center;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
    font-size: 36px;
    line-height: 45px;
}
.sec_15 .text-5 {
    text-align: center;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    top: 58%;
    font-size: 36px;
    line-height: 45px;
}
.sec_15 .div-6 {
	left: 0;
    right: 0;
    margin: auto;
    bottom: 4%;
    background-color: #0166ff;
    border-radius: 15rem;
    padding: 6px 15px;
    width: 65%;
    text-align: center;
    font-size: 50px;
}
.sec_15 .div-7 {
	background-color: #ff635f;
}
.sec_15 .div-6 a{
	text-decoration: none;
}
/*.sec_1 {
	display: none;	
}
.sec_2 {
	display: none;	
}
.sec_3 {
	display: none;	
}
.sec_4 {
	display: none;	
}
.sec_5 {
	display: none;	
}
.sec_6 {
	display: none;	
}
.sec_7 {
	display: none;	
}
.sec_8 {
	display: none;	
}
.sec_9 {
	display: none;	
}
.sec_10 {
	display: none;	
}
.sec_11 {
	display: none;	
}
.sec_12 {
	display: none;	
}
.sec_13 {
	display: none;	
}
.sec_14 {
	display: none;	
}
.sec_15 {
	display: none;	
}*/