@import url('reset.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

html,
body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

li,
a {
	text-decoration: none;
	list-style: none;
}

body {
	font-family: Arial, '微軟正黑體';
}

a{
	color: #717171;
}

a:hover,
a:focus{
	color: #000;
}


/* -------------------------------------------------------- */

img.img_logo {
	max-height: 35px;
}

.banner_box {
	padding-top: 2.5rem;
}

img.banner_web {
	display: block;
	width: 100%;
	height: auto;
}

img.banner_phone {
	display: none;
}

/* -------------------------------------------------- */

.min {
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}

.container {
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 100px auto;
}

.txt_box {
	text-align: center;
	margin: 30px auto;
}

h1 {
	font-family: "Noto Sans TC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 3.5rem;
	font-weight: bold;
	color: #662d91;
	padding: 10px 0px;
	text-align: center;
	letter-spacing: 0.2em;
}

p.pp_text {
	font-size: 1em;
	line-height: 2;
	text-align: center;
}

.img_flex {
	margin: 30px auto;

}

ul.img_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}


/* -------------------------------------------------- */

.section_box01{
	background-color: #efefef;
	padding: 50px 0;
}

.section_box02{
	background-color: #e3e3e3;
	padding: 50px 0;
}

.work_box {
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

ul.ul_work {
	display: flex;
	justify-content: center;
	margin: 50px auto;
	gap: 50px;
}

li.li_work {
	padding: 50px 0;
	margin: 0px 10px;
	justify-content: center;
}

span.span_h2 {
	display: block;
	background-color: #8968af;
	padding: 5px;
}

h2 {
	font-weight: bold;
	color: #fff;
	text-align: center;
}

p.p_seo {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #662d91;
	margin-top: 20px;
}

p.p_text {
	font-size: 17px;
	line-height: 20px;
	color: #662d91;
	margin-top: 10px;
}

li.li_workbox {
	width: 600px;
	height: auto;
	overflow: hidden;
}

a.a_button {
	display: block;
	margin-top: 55px;
	padding: 10px 20px;
	background-color: #8968af;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
}

a.a_button:hover,
a.a_button:focus {
	background-color: #4b1e7e;
	color: #fffdd0;
	transition: .3s;
}

/* -------------------------------------------------- */

img.demo_box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.slider {
	width: 90%;
	margin: 50px auto;
}

.slick-slide {
	margin: 0px 22px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

a.a_btn{
	display: block;
	margin: 0 auto;
    margin-top: 55px;
    width: 150px;
    height: 45px;
    line-height: 28px;
    padding: 10px 20px;
    background-color: #8968af;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
}

a.a_btn:hover,
a.a_btn:focus{
	background-color: #4b1e7e;
	color: #fffdd0;
	transition: .3s;
}

/* -------------------------------------------------- */

ul.ul_skill{
	display: flex;
	margin: 30px auto;
	justify-content: center;
}

li.li_skill{
	margin: 20px;
	width: 260px;
	height: 400px;
	border: 4px solid #ae99ce;
}

.h3_box{
	background-color: #ae99ce;
	height: 100px;
	padding: 25px 0px;
}

h3{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

img.img_skill{
	display: flex;
	width: auto;
	height: 150px;
	margin: 20px auto;
	justify-content: center;
	/* margin-top: 30px; */
}

p.p_skill{
	font-size: 15px;
	line-height: 1.3;
	color: #662d91;
	padding: 20px;
}

img.img_btn{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	width: auto;
	height: 60px;
}

/* ----footer----- */

footer{
	background-color: #f1f1f1;

}

.footer_box{
	max-width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	justify-content: center;
	padding: 30px 0px;
}

.footer_left{
	float: left;
	max-width: 400px;
	height: auto;
	overflow: hidden;
	padding: 20px;
	font-size: 14px;
}

img.img_footer{
	width: auto;
	height: 60px;
}

p.p_footer{
	padding-left: 10px;
}

.footer_right{
	float: right;
	max-width: 600px;
	height: auto;
	font-size: 14px;
	border-left: 1px solid #ccc;
	padding: 40px 30px;
	line-height: 1.6;
}

p.pp_footer{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.ul_footer{
	display: flex;
}

li.li_footer{
	margin-right: 10px;
	margin-bottom: 5px;
}


.copyright{
	background-color: #000045;
	color: #d0ebff;
	font-size: 13px;
	text-align: center;
	padding: 10px;
}