/* ====================<< Mode >>==================== */
/* ========== CSS Reset Start (Meyer + Custom) ========== */

/* --- Reset default styles for common HTML elements --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* --- Ensure HTML5 elements are block-level --- */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* --- Set base line-height for body --- */
body {
	line-height: 1;
}

/* --- Remove default list styling --- */
ol, ul {
	list-style: none;
}

/* --- Remove default quote styling --- */
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}

/* --- Reset table spacing --- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========== CSS Reset End ========== */


/* ========== Basic Utility Styles ========== */

/* --- Set font-family for body --- */
body {
	font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

/* --- Remove underline and default link color --- */
a {
	text-decoration: none;
	color: inherit;
}

/* --- Responsive image scaling --- */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* --- Remove form element default styles --- */
input, button, textarea, select {
	font: inherit;
	color: inherit;
	border: none;
	outline: none;
	background: none;
}

/* --- Show pointer cursor on buttons --- */
button {
	cursor: pointer;
}

/* --- Use border-box for all elements to include padding/border in size --- */
*, *::before, *::after {
	box-sizing: border-box;
}

/* ========== Debug Tools (for development only) ========== */

/* --- Add 1px outline to all elements for layout debugging --- */
/* * {
	outline: 1px solid black;
} */

/* ====================<< Mode >>==================== */

.wrap{
    width: 1025px;
    margin: 0 auto;
    background: rgb(250, 250, 250);
}

.header{
    width: 100%;
    height: 400px;
    background: url("image/img-headerShape.png") no-repeat center top / contain;
    display: flex;
}
.header .me{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 130px;
    align-self: flex-start;
}
.header .me h1{
    font-family: MicrosoftJhengHeiRegular;
    font-size: 42px;
    color: #000000;
}
.header .me p{
    font-family: MicrosoftJhengHeiRegular;
    font-size: 14px;
    color: #4A4A4A;
}
.header .menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.header .menu a{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    gap: 20px;
}

.main{
    padding: 80px;
}
.main .skills h2{
    font-family: MicrosoftJhengHeiBold;
    font-size: 24px;
    color: #1736DC;
    line-height: 32px;
    text-align: center;
    margin: 50px 0;   
}
.main .skills .skills-list{
    display: flex;
    justify-content: space-between;
}
.main .skills .skills-list .skill-item{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 30px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.border1{
    border-bottom: 6px solid #F58D23;
}
.border2{
    border-bottom: 6px solid #539E43;
}
.border3{
    border-bottom: 6px solid #6762A6;
}
.main .skills .skill-item li{
    font-family: MicrosoftJhengHeiRegular;
    font-size: 10px;
    color: #4A4A4A;
    text-indent: 15px;
    line-height: 14px;
    list-style-type: disc;
}

.main .experience h2{
    font-family: MicrosoftJhengHeiBold;
    font-size: 24px;
    color: #1736DC;
    line-height: 32px;
    text-align: center;
    margin: 50px 0;
}
.main .experience .experience-list{
    height: 550px;
    position: relative;
}

.main .experience .experience-list .experience-item{
    width: 260px;
    background: #FFFFFF;
    border: 1px solid #FB56BF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 12px;
}
.main .experience .experience-item .period{
    font-family: MicrosoftJhengHeiBold;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0.53px;
    line-height: 16px;
}
.text-right{
    text-align: right;
}
.main .experience .experience-item h3{
    font-family: MicrosoftJhengHeiBold;
    font-size: 12px;
    color: #8A1737;
    letter-spacing: 0.53px;
    line-height: 16px;
}
.main .experience .experience-item .company{
    font-family: MicrosoftJhengHeiRegular;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0.53px;
    line-height: 16px;
}
.main .experience .experience-item .detail{
    font-family: MicrosoftJhengHeiRegular;
    font-size: 10px;
    color: #9B9B9B;
    letter-spacing: 0.44px;
    line-height: 18px;
}
.main .experience .experience-list .vertical-line{
    width: 2px;
    height: 513.6px;
    background: #D8D8D8;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.main .experience .experience-list .horizontal-line{
    width: 46px;
    height: 4px;
    background: #D8D8D8;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.dot-start-position {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, -50%);
}
.dotItem1-position {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.dotItem2-position {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.dotItem3-position {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.item1-position {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(10%, -10%);
}
.item2-position {
    position: absolute;
    right: 50%;
    top: 45%;
    transform: translate(-10%, -10%);
}
.item3-position {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(10%, -10%);
}

.main .works h2{
    font-family: MicrosoftJhengHeiBold;
    font-size: 24px;
    color: #FB56BF;
    line-height: 32px;
    text-align: center;
    padding: 50px 0;
}

.main .works .works-list {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.main .works .works-list .works-item{
    width: 284px;
    height: 213px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 4px;
}
.main .works .works-item a:hover{
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.40);
    border-radius: 4px;
}
.main .works .works-item .item1-image{
    height: 150px;
    background: rgb(242,183,225) url("image/logo-work-1.png") no-repeat right bottom / auto;
}
.main .works .works-item .item2-image{
    height: 150px;
    background: #424242 url("image/logo-work-2.png") no-repeat center / auto;
}
.main .works .works-item .item3-image{
    height: 150px;
    background: #8AD7FA url("image/logo-work-3.png") no-repeat center / auto;
}

.main .works .works-item h3{
    font-family: MicrosoftJhengHeiBold;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    padding: 9px 0 7px 8px;
}
.main .works .works-item p{
    font-family: MicrosoftJhengHeiRegular;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 19px;
    padding: 0 0 9px 8px;
}

.main .introduce h2{
    font-family: MicrosoftJhengHeiBold;
    font-size: 24px;
    color: #FB56BF;
    line-height: 32px;
    text-align: center;
    padding: 50px 0;
}
.main .introduce .introduce-content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px
}
.main .introduce .introduce-content img{
    width: 260px;
    height: auto;
}
.main .introduce .introduce-content .introduce-text{
    width: 442px;
    font-family: MicrosoftJhengHeiRegular;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 26px;
}
.main .introduce .introduce-content .introduce-text p{
    margin-bottom: 20px;
}

.footer{
    background: url("image/img-Looper-bg.png") no-repeat center center / contain;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 0 32px;
}
.footer p {
    font-family: MicrosoftJhengHeiRegular;
    font-size: 16px;
    color: #000000;
    line-height: 21px;
}

