/* section */
section { padding: 6vw 0; }
section >* { z-index: 5; }
section.bg_box { background: no-repeat 50%/cover; }
section .title_box p { color: var(--secondary); font-size: 14px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-family: 'Inter','Noto Sans TC',sans-serif; }
section .title_box .subtitle { position: relative; margin: 8px 0 0; color: var(--primary); font-size: 36px; line-height: 1.4; letter-spacing: .08em; font-weight: 600; }
.more_btn { margin-top: 0px }
.more_btn a { position: relative; overflow: hidden; width: 180px; padding: 10px 10px; display: inline-block; text-align: center; line-height: 120%; color: var(--primary); border: 1px solid rgba(var(--primary-rgb),.55); border-radius: 9px; background: rgba(var(--white-rgb),.8); }
.more_btn font { font-size: 15px; position: relative; writing-mode: inherit; color: var(--info); font-weight: 400; letter-spacing: 1px; text-align: center; }
.more_btn span.arrow { position: absolute; top: 50%; right: 0%; transform: translate(-50%,-50%); transition: all .3s linear; }
.more_btn a:hover span.arrow { right: 22%; }
.more_btn span::before { content: ""; position: absolute; top: calc(50% - 5px); right: -20px; width: 10px; height: 10px; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff; transform: rotate(45deg); opacity: .5; }
.more_btn span::after { content: ""; position: absolute; top: calc(50% - 5px); right: -25px; width: 10px; height: 10px; border-top: 1px solid #fff; border-right: 1px solid  #fff; transform: rotate(45deg) }
#about_area .more_btn { display: inline-flex; margin-top: 34px; align-items: center; justify-content: center; font-weight: 700; letter-spacing: .08em; transition: .35s ease; }
#about_area .more_btn:hover { transform: translateY(-4px); }
#wrap { position: relative; }
#wrap:after {content: '';position: absolute;height: 100%;width: 100%;top: 600px;left: 0;background-image: url(/images/39/img-bg.jpg);background-repeat: no-repeat;background-size: contain;z-index: -1;opacity: .7;}
/* about_area */
#about_area { overflow: hidden; padding: 82px 0 70px; background: radial-gradient(circle at 15% 42%,rgba(var(--secondary-rgb),.12),transparent 25%),radial-gradient(circle at 85% 45%,rgba(var(--primary-rgb),.08),transparent 26%),#fff; background-image: url(/images/39/img-ab-Bg.png); background-position: bottom; background-repeat: no-repeat; background-size: cover; }
#about_area .workframe { z-index: 2; width: min(1100px,calc(100% - 60px)); text-align: center; }
#about_area .pageh1 {font-size: 1.05rem;font-weight: 400;text-align: center;}
#about_area .noteBox {margin: 20px 0 0px;}
#about_area .noteBox .pageh1 {}
#about_area .title_box {display: flex;flex-direction: column;align-items: center;margin-bottom: 20px;}
#about_area .title_box .subtitle::after { content: ''; display: block; width: 42px; height: 2px; margin: 20px auto 0; background: var(--secondary); }
#about_area .about_info * { margin: 0 auto; color: rgba(var(--info-rgb),.82); font-size: 17px; line-height: 2; letter-spacing: .08em; text-align: center; }
#about_area .quantum_quote_box { position: relative; max-width: 1080px; margin: 0 auto 34px; padding: 8px 0 0; text-align: center; }
#about_area .quantum_quote_text { position: relative; display: block; max-width: 780px; margin: 0 auto; padding: 0 56px; color: var(--info); font-family: Georgia,'Times New Roman','Cormorant Garamond',serif; font-size: clamp(18px,2.2vw,19px); line-height: 1.55; font-weight: 500; letter-spacing: .025em; opacity: .8; }
#about_area .quantum_quote_text::before,#about_area .quantum_quote_text::after { position: absolute; color: rgba(var(--secondary-rgb),.42); font-family: Georgia,'Times New Roman',serif; font-size: 68px; line-height: 1; font-weight: 400; }
#about_area .quantum_quote_text::before { content: '\201C'; left: 0; top: -18px; }
#about_area .quantum_quote_text::after { content: '\201D'; right: 0; bottom: -34px; }
#about_area .quantum_quote_author { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-top: 22px; color: var(--primary); font-family: Georgia,'Times New Roman','Cormorant Garamond',serif; font-size: clamp(18px,1.4vw,27px); line-height: 1.4; font-weight: 500; letter-spacing: .04em; }
#about_area .quantum_quote_author::before,#about_area .quantum_quote_author::after { content: ''; display: inline-block; width: 72px; height: 1px; background: linear-gradient(90deg,transparent,rgba(var(--primary-rgb),.65)); }
#about_area .quantum_quote_author::before { margin-right: 18px; }
#about_area .quantum_quote_author::after { margin-left: 18px; background: linear-gradient(90deg,rgba(var(--primary-rgb),.65),transparent); }
@media screen and (max-width:550px) {
	#about_area .quantum_quote_box { margin-bottom: 26px; }
	#about_area .quantum_quote_text {padding: 0 28px;font-size: 17px;line-height: 1.65;letter-spacing: .01em;}
	#about_area .quantum_quote_text::before,#about_area .quantum_quote_text::after { font-size: 46px; }
	#about_area .quantum_quote_text::before { top: -10px; }
	#about_area .quantum_quote_text::after { bottom: -24px; }
	#about_area .quantum_quote_author {display: flex;margin-top: 18px;font-size: 16px;}
	#about_area .quantum_quote_author::before,#about_area .quantum_quote_author::after { width: 42px; }
}
/* news */
#news_area .news_list { gap: 32px; }
#news_area .news_list li { width: calc((100% - 96px)/4); }
#news_area .news_card { overflow: hidden; border-radius: 8px; background: var(--white); box-shadow: 0 16px 36px rgba(var(--primary-rgb),.1); transition: .35s ease; }
#news_area .news_card .img_box { overflow: hidden; background: var(--complement); }
#news_area .news_card .img_box img { transition: .6s ease; }
#news_area .news_card .info_box { padding: 18px 20px 26px; }
#news_area .news_card .meta { align-items: center; gap: 12px; margin-bottom: 12px; }
#news_area .news_card .meta em { display: inline-flex; min-width: 42px; height: 22px; align-items: center; justify-content: center; color: var(--white); background: var(--secondary); border-radius: 2px; font-style: normal; font-size: 12px; font-weight: 700; }
#news_area .news_card .meta time { color: rgba(var(--info-rgb),.72); font-size: 14px; }
#news_area .news_card strong { min-height: 60px; color: var(--info); font-size: 17px; line-height: 1.75; letter-spacing: .05em; }
#news_area .news_card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(var(--primary-rgb),.18); }
#news_area .news_card:hover .img_box img { transform: scale(1.08); }
#news_area { position: relative; padding: 60px 0 78px; }
#news_area .workframe { width: min(1480px,calc(100% - 80px)); margin: 0 auto; }
#news_area .section_head,#activity_area .section_head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; }
#news_area .news_list { display: flex; gap: 26px; align-items: stretch; margin-left: 3px; }
#news_area .news_list li { width: calc((100% - 78px)/4); }
#news_area .news_card { position: relative; height: 100%; overflow: hidden; border: 1px solid rgba(var(--primary-rgb),.1); border-radius: 2px; background: var(--white); box-shadow: 0 8px 24px rgba(var(--primary-rgb),.06); transition: .38s ease; }
#news_area .news_card:hover { transform: translateY(-8px); box-shadow: 0 18px 42px rgba(var(--primary-rgb),.14); border-color: rgba(var(--secondary-rgb),.28); }
#news_area .news_card .img_box::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient( 180deg,rgba(var(--deep-rgb,18,11,54),0) 40%,rgba(var(--primary-rgb),.12) 100%); pointer-events: none; }
#news_area .news_card .img_box img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; transition: .65s ease; }
#news_area .news_card:hover .img_box img { transform: scale(1.08); filter: saturate(1.08) contrast(1.04); }
#news_area .cat_label { position: absolute; left: 12px; top: 12px; z-index: 3; display: inline-flex; align-items: center; justify-content: center; min-width: 52px; height: 28px; padding: 0 12px; color: var(--white); background: linear-gradient(135deg,var(--primary),var(--triadic2)); border-radius: 2px; font-size: 14px; font-weight: 700; letter-spacing: .06em; box-shadow: 0 8px 18px rgba(var(--primary-rgb),.18); transition: .35s ease; }
#news_area .cat_label:hover { background: linear-gradient(135deg,var(--secondary),var(--primary)); transform: translateY(-2px); }
#news_area .news_card .info_box { position: relative; z-index: 2; padding: 30px 22px 24px; background: var(--white); }
#news_area .date_row::before { content: ''; position: absolute; left: 0; top: 4px; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.8H17.5C18.6046 4.8 19.5 5.69543 19.5 6.8V18C19.5 19.1046 18.6046 20 17.5 20H6.5C5.39543 20 4.5 19.1046 4.5 18V6.8C4.5 5.69543 5.39543 4.8 6.5 4.8Z' stroke='%2334206f' stroke-width='1.8'/%3E%3Cpath d='M8 3V7' stroke='%2334206f' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 3V7' stroke='%2334206f' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M4.5 9H19.5' stroke='%2334206f' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 12.5H9.5M11.25 12.5H12.75M14.5 12.5H16M8 15.5H9.5M11.25 15.5H12.75M14.5 15.5H16' stroke='%2334206f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;border: 0; }
#news_area .date_row::after { display: none; }
#news_area .news_card .Txt { margin: 0; color: var(--primary); font-size: 22px; line-height: 1.55; font-weight: 700; letter-spacing: .06em; height: auto; transition: .35s ease; }
#news_area .news_card:hover .Txt { color: var(--secondary); }
#news_area .date_row { position: relative; margin: 30px 0 0; padding-left: 30px; color: rgba(var(--info-rgb),.78); font-size: 16px; line-height: 1.5; letter-spacing: .04em; }
#news_area .date_row::after { content: ''; position: absolute; left: 4px; top: 8px; width: 10px; height: 2px; background: var(--primary); opacity: .9; }
#news_area .date_row .time { color: rgba(var(--info-rgb),.82); font-family: Arial,sans-serif; font-size: 15px; font-weight: 600; }
#news_area .news_card article { position: relative; margin-top: 10px; color: rgba(var(--info-rgb),.78); font-size: 16px; line-height: 1.85; letter-spacing: .05em; -webkit-line-clamp: 2; height: 70px; }
#news_area .news_card .atag_item { z-index: 5; }
#news_area .slick-list {   }
#news_area .slick-slide { padding: 0 13px; }
#news_area .slick-dots { display: flex !important; justify-content: center; gap: 10px; margin-top: 28px; }
#news_area .slick-dots li { width: auto; height: auto; padding: 0; margin: 0; }
#news_area .slick-dots button { display: block; width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(var(--primary-rgb),.22); font-size: 0; cursor: pointer; transition: .35s ease; }
#news_area .slick-dots .slick-active button { width: 32px; border-radius: 30px; background: var(--secondary); }
/* event */
#event_focus_area { padding: 26px 0 80px; }
#event_focus_area::before {position: absolute;width: 100%;height: 100%;background: linear-gradient(to bottom,rgb(0 0 0/0%) 0%,#ffffff 100%);bottom: 0;left: 0;z-index: 0;content: "";opacity: 1;}
#event_focus_area .event_item { height: 410px; overflow: hidden; border-radius: 18px; background: var(--primary); box-shadow: 0 28px 55px rgba(var(--primary-rgb),.22); }
#event_focus_area .event_img { opacity: .9; }
#event_focus_area .event_img img { object-position: center; }
#event_focus_area .event_img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(var(--primary-rgb),.95) 0%,rgba(var(--primary-rgb),.72) 42%,rgba(var(--primary-rgb),.18) 100%); }
#event_focus_area .event_info { z-index: 20; width: 52%; padding: 56px 70px; color: var(--white); }
#event_focus_area .event_info p { font-size: 16px; letter-spacing: .1em; color: rgba(var(--white-rgb),.75); }
#event_focus_area .event_info h2 { margin: 0px 0 0; font-size: clamp(32px,2vw,44px); line-height: 1.3; letter-spacing: .08em; color: var(--complement); opacity: .95; font-weight: 500; }
#event_focus_area .event_info article { margin-top: 24px; font-size: 16px; line-height: 2; letter-spacing: .06em; color: var(--complement); }
#event_focus_area .event_info span { display: block; color: var(--complement); }
#event_focus_area .more_btn { display: inline-flex; min-width: 160px; height: 48px; margin-top: 28px; align-items: center; justify-content: center; color: var(--primary); background: rgba(var(--white-rgb),.95); border-radius: 7px; font-weight: 600; letter-spacing: .08em; transition: .35s ease; }
#event_focus_area .more_btn:hover { color: var(--white); background: var(--secondary); transform: translateY(-4px); }
#event_focus_area .slick-dots { position: absolute; left: 0; right: 0; bottom: 22px; display: flex !important; justify-content: center; gap: 10px; }
#event_focus_area .slick-dots li:before,#event_focus_area .slick-dots li button:before { display: none; }
#event_focus_area .slick-dots li button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(var(--white-rgb),.3); font-size: 0; }
#event_focus_area .slick-dots li.slick-active button { padding: 0; border: 0; border-radius: 50%; color: #fff; opacity: 1; background: rgba(var(--white-rgb),1); }
#event_focus_area .slick-dots li.slick-active button:before { display: none; }
/* activity */
#activity_area { padding: 40px 0 50px; }
#activity_area .workframe { width: 90%; }
#activity_area .section_head { margin: 0px 10px 50px; }
#activity_area .activity_list li { margin: 20px 10px; }
#activity_area .activity_card { overflow: hidden; align-items: stretch; border-radius: 8px; background: linear-gradient(90deg,#fff 20%,#ece8ff 100%); box-shadow: 0 9px 10px rgba(var(--primary-rgb),.08); transition: .35s ease; display: flex; justify-content: flex-start; }
#activity_area .date_box { width: 100px; text-align: center; color: var(--white); background: linear-gradient(135deg,var(--primary),var(--triadic2)); display: flex; flex-direction: column; align-items: center; justify-content: center; }
#activity_area .date_box em { display: block; font-style: normal; font-size: 18px; letter-spacing: .08em; font-family: 'Inter','Noto Sans TC',sans-serif; }
#activity_area .date_box strong { display: block; margin-top: 2px; font-size: 46px; line-height: 1; color: var(--complement); font-family: 'Inter','Noto Sans TC',sans-serif; text-align: center; font-weight: 600; }
#activity_area .info_box {z-index: 2;width: calc(100% - 118px);padding: 40px 0 40px 26px;}
#activity_area .info_box small { display: inline-block; padding: 0px 6px; color: var(--white); background: var(--triadic2); border-radius: 8px; font-size: 12px; font-weight: 500; letter-spacing: 1px; }
#activity_area .info_box strong { display: inline-block; margin-left: 10px; color: var(--primary); font-size: 18px; letter-spacing: .05em; border-left: 1px solid rgb(74 35 113/35%); padding-left: 10px; }
#activity_area .info_box span { display: block; margin-top: 20px; color: rgba(var(--info-rgb),.75); font-size: 14px; letter-spacing: .04em; font-family: 'Inter','Noto Sans TC',sans-serif; position: relative; padding-left: 33px; font-weight: 600; }
#activity_area .info_box span::before { content: ''; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.8H17.5C18.6046 4.8 19.5 5.69543 19.5 6.8V18C19.5 19.1046 18.6046 20 17.5 20H6.5C5.39543 20 4.5 19.1046 4.5 18V6.8C4.5 5.69543 5.39543 4.8 6.5 4.8Z' stroke='%2334206f' stroke-width='1.8'/%3E%3Cpath d='M8 3V7' stroke='%2334206f' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 3V7' stroke='%2334206f' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M4.5 9H19.5' stroke='%2334206f' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 12.5H9.5M11.25 12.5H12.75M14.5 12.5H16M8 15.5H9.5M11.25 15.5H12.75M14.5 15.5H16' stroke='%2334206f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;border: 0; }
#activity_area .info_box span:last-child::before { background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21C12 21 18 15.4 18 10C18 6.68629 15.3137 4 12 4C8.68629 4 6 6.68629 6 10C6 15.4 12 21 12 21Z' stroke='%2334206f' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='2.5' stroke='%2334206f' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat; }
#activity_area .info_box span:last-child { font-size: 16px; letter-spacing: .02em; margin-top: 8px; }
#activity_area .img_box { position: absolute; right: 0; top: 0; width: 270px; height: 100%; clip-path: polygon(28% 0,100% 0,100% 100%,0 100%); opacity: .78; transition: .45s ease; }
#activity_area .activity_card:hover { transform: translateY(-6px); }
#activity_area .activity_card:hover .img_box { width: 310px; opacity: .95; }
#activity_area .activity_list { display: block; }
#activity_area .activity_list li { width: auto; }
#activity_area .bottombtn { margin-top: 30px; }
#activity_area .activitybtn { display: flex; align-items: center; justify-content: center; gap: 16px; }
#activity_area .activitybtn .slick-arrow { display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; border: 1px solid rgba(var(--primary-rgb),.26); border-radius: 50%; background: rgba(var(--white-rgb),.92); color: var(--primary); box-shadow: 0 12px 30px rgba(var(--primary-rgb),.1); cursor: pointer; transition: .35s ease; }
#activity_area .activitybtn .slick-arrow svg { width: 22px; height: 22px; fill: currentColor; transition: .35s ease; }
#activity_area #activity_prev svg { transform: rotate(180deg); }
#activity_area .activitybtn .slick-arrow:hover { background: var(--primary); color: var(--white); transform: translateY(-4px); box-shadow: 0 18px 38px rgba(var(--primary-rgb),.18); }
#activity_area .activitybtn .slick-arrow:hover svg { fill: #fff; }
#activity_area .activitybtn .slick-arrow:hover svg { transform: translateX(3px); }
#activity_area #activity_prev:hover svg { transform: rotate(180deg) translateX(3px); }
#activity_area .slick-dots { display: flex !important; justify-content: center; align-items: center; gap: 10px; margin-top: 24px; padding: 0; list-style: none; }
#activity_area .slick-dots li { width: auto; height: auto; margin: 0; padding: 0; }
#activity_area .slick-dots button { display: block; width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(var(--primary-rgb),.22); font-size: 0; cursor: pointer; transition: .35s ease; }
#activity_area .slick-dots .slick-active button { width: 34px; border-radius: 30px; background: var(--secondary); }
/* feature */
#feature_area {padding: 0 0 90px;}
#feature_area .workframe {width: 90%;}
#feature_area .feature_list { gap: 0; display: flex; }
#feature_area .feature_list li { width: 100%; }
#feature_area .feature_card { height: 320px; overflow: hidden; background: var(--primary); color: var(--white); box-shadow: 0 18px 40px rgba(var(--primary-rgb),.14); }
#feature_area .feature_card .bg_img { opacity: .88; transition: .6s ease; z-index: 0; }
#feature_area .feature_card .bg_img img{height:100%}
#feature_area .feature_card .bg_img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(var(--primary-rgb),.95),rgba(var(--primary-rgb),.58)); }
#feature_area .icon_box { z-index: 2; left: 50px; top: 50%; width: 100px; height: 100px; align-items: center; justify-content: center; border: 2px solid rgba(var(--white-rgb),.75); border-radius: 50%; transform: translateY(-50%); transition: .4s ease; }
#feature_area .icon_box svg { width: 52px; height: 52px; fill: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
#feature_area .feature_card .info_box { z-index: 5; padding: 55px 58px 40px 190px; }
#feature_area .feature_card strong {display: block;font-size: 32px;letter-spacing: .08em;color: var(--complement);font-weight: 500;}
#feature_area .feature_card em { display: block; max-width: 380px; margin-top: 18px; font-style: normal; font-size: 16px; line-height: 1.95; letter-spacing: .08em; color: rgba(var(--white-rgb),.88); }
#feature_area .feature_card b { display: inline-flex; min-width: 128px; height: 42px; margin-top: 26px; align-items: center; justify-content: center; color: var(--white); border: 1px solid rgba(var(--white-rgb),.72); border-radius: 7px; font-size: 14px; letter-spacing: .08em; transition: .35s ease; }
#feature_area .feature_card:hover .bg_img { opacity: .66; transform: scale(1.06); }
#feature_area .feature_card:hover .icon_box { background: rgba(var(--white-rgb),.16); transform: translateY(-50%) scale(1.06) rotate(-4deg); }
#feature_area .feature_card:hover b { background: var(--white); color: var(--primary); }

@media screen and (max-width:1660px) {
	#book_area .workframe { margin: 0 40px 0 auto }
	#news_area::before { height: 260px }
}
@media screen and (max-width:1440px) {
	#activity_area .info_box span:last-child { height: 51px; }
	#activity_area .info_box strong { padding: 0; border: 0; margin: 5px 0 0; display: block; }
	#activity_area .img_box img { height: 100% }
	#activity_area .info_box { width: calc(70% - 118px); }
	#book_area .workframe { margin: 0 auto; }
}
@media screen and (max-width:1380px) {
  	section .title_box .subtitle { font-size: 2.8rem; }
}
@media screen and (min-width:1281px) {
	.more_btn a:hover { background: linear-gradient(135deg,var(--primary),var(--triadic2)); }
	.more_btn a:hover font { color: #ffffff }
	.more_btn a::before { content: ''; position: absolute; left: -40%; top: 0; width: 40%; height: 100%; background: linear-gradient(90deg,transparent,rgba(var(--white-rgb),.38),transparent); transform: skewX(-20deg); transition: .55s ease; }
	.more_btn a:hover::before { left: 120%; }
}
@media screen and (max-width:1280px) {
	#activity_area .img_box { width: 50% }
	#news_area::before { position: absolute; width: 100%; height: 100%; background: linear-gradient(to bottom,rgb(0 0 0/0%) 0%,#ffffff 100%); bottom: -10%; left: 0; z-index: 0; content: ""; opacity: 1; }
	#event_focus_area::before { display: none; }
	section .title_box { margin-bottom: 0px }
	section .title_box .page_title { margin-bottom: 0; }
	#news_area .track { width: 100vw; margin-top: 30px }
}
@media (max-width:1200px) {
	#imglist .img_nav { position: relative }
	#event_focus_area {padding: 26px 0 20px;}
}
@media screen and (max-width:1024px) {
    #event_focus_area .event_info{width: 65%;}
	section .title_box .page_title,#serve_area .content-article h2 { font-size: 1.4rem; }
	section .title_box .noteBox,section .title_box .noteBox .pageh1 { font-size: 18px; margin-top: 20px }
	#news_Item { gap: 55px; display: flex; flex-direction: column; align-items: flex-start }
	#news_Item .deck01,#linkArea::before { display: none }
	#news_Item .arrow { display: flex; }
	#news_Item .itemTitleBox { order: -1; width: 100%; display: flex; flex-direction: column; align-items: center; }
	#news_area .title_box .page_title { text-align: center; }
	#news_area .track p { font-size: 90px }
	#news_area .tabs_btn .newsList { margin-bottom: 40px; display: flex; flex-direction: row; justify-content: center; }
	#news_area .tabs_btn a { font-size: 15px }
}
@media (max-width:960px) {
    #feature_area .feature_list{display:block;}
    #event_focus_area .event_img img{height:100%}
    #event_focus_area .event_info{width: 75%;padding: 40px 70px;}
    #news_area::before{bottom: 0;background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #ffffff 60%);}
  	#news_area .track p { font-size: 36px }
}
@media screen and (max-width:768px) {
	section .title_box .subtitle { font-size: 2.5rem; }
	#news_Item .tabs_body .tab_info .news_list li { padding: 15px 10px }
	#news_Item .tabs_body .tab_info .Txt { grid-template-columns: 1fr; gap: 0 }
	#news_Item .tabs_body .tab_info h3 { font-size: 17px }
	#news_Item .tabs_body .tab_info .time { border-right: 0px solid #dddddd }
	#news_Item .tabs_body .tab_info .time .classTitle { display: none }
}
@media screen and (max-width:640px) {
    #event_focus_area .event_info{width: 100%;padding: 30px 40px;}
    #event_focus_area .event_info h2{font-size: 25px;}
    #news_area .section_head, #activity_area .section_head{display:flex;flex-direction: column;align-items: flex-start;gap: 20px;margin-bottom: 20px;}
    #wrap:after{background-size: 220%;}
    #about_area .about_info *{font-size:16px;}
	section .title_box .subtitle {font-size: 28px;}
	.bottombtn .productbtn img { width: 16px; }
	#activity_area .activity_card { display: block; height: auto; }
	#activity_area .date_box { width: 100%; padding: 18px 0; }
	#activity_area .info_box { width: 100%; padding: 24px; }
	#activity_area .img_box { position: relative; width: 100%; height: 180px; clip-path: none; }
	#feature_area .feature_card { height: auto; }
	#feature_area .icon_box { position: relative; left: auto; top: auto; margin: 34px 0 0 28px; transform: none; }
	#feature_area .feature_card:hover .icon_box{transform: translateY(10%) scale(1.06) rotate(-4deg);}
	#feature_area .feature_card .info_box { padding: 26px 28px 36px; }
}
