/* wrap */
#wrap {position: relative;}
#wrap::before {position: absolute;width: 100%;height: 40%;background: linear-gradient(to bottom,rgb(0 0 0/0%) 0%,#f5efe3 90%);bottom: 0;left: 0;z-index: -1;content: "";}

/* workframe_s */
.workframe_s{margin: 5em auto 0;padding-bottom: 90px;}
.workframe_s.article_detail{width: min(90%, 1200px);}
.workframe_s .h1tit{text-align:center;}
.workframe_s.sidebar_left #content_wrap .h1tit{text-align:left;margin-bottom: 1em;}




/* sub_banner */
#sub_banner { position: relative; }
#sub_banner::before {position: absolute;width: 100%;height: 50%;background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #f8f4ef 90%);bottom: 0;left: 0;z-index: 2;content: "";}

#sub_banner .banner_img { position: relative; display: block; z-index: 1; }
#sub_banner .banner_img:before { position: absolute; width: 100%; height: 100%; background: rgba(255 255 255 / 60%); display: block; top: 0; left: 0; z-index: 2; content: ""; }
#sub_banner .banner_img img {position: relative;width: 100%;height: 330px;}
#sub_banner .banner_txt {position: absolute;height: 40%;display: flex;flex-direction: column;justify-content: flex-end;align-items: center;bottom: 25%;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);z-index: 3;}
#sub_banner .banner_txt h1 {padding: .2em 0;line-height: 1;letter-spacing: .2em;font-size: 1.6em;}
#sub_banner .banner_txt h2 { padding-top: .3em; line-height: 1; }




/* sidebar_left */
.sidebar_left {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 3em auto 0;padding-bottom: 4vh;}
.sidebar_left .breadcrumb { width: 100%; }

/* full_width */
.full_width{margin: 5em auto 0;}

/* breadcrumb */
.navv{}
.breadcrumb {display: flex;flex-wrap: wrap;align-items: center;border-radius: 0;background: none;padding: .75rem 0;}
.breadcrumb .breadcrumb_item {margin: .2em 1em .2em 0;line-height: 1;display: inline-flex;align-items: center;color: #666;font-size: 13px;font-weight: 400;font-family: "Noto Serif TC", serif;}
.breadcrumb .breadcrumb_item:before {margin-right: 1em;font-family: 'FontAwesome';font-weight: 300;color: var(--g_300);content: "\f105";font-size: 13px;}
.breadcrumb .breadcrumb_item:first-child:before { margin: 0; content: ""; }
.breadcrumb .breadcrumb_item a {line-height: 1;color: #666;font-size: 13px;font-weight: 400;font-family: "Noto Serif TC", serif;}
.breadcrumb .breadcrumb_item:last-child a {font-weight: 400;}

/* aside */
aside .widget_title {margin-bottom: 1em;display: none;}
aside .widget_title .icon_bar { margin-right: .5em; width: 1.3em; display: flex; flex-direction: column; }
aside .widget_title .icon_bar:before , aside .widget_title .icon_bar:after { margin-top: .2em; width: 100%; height: 1px; background: var(--g_600); display: block; content: ""; }
aside .widget_title .icon_bar:after { width: .8em; }
aside .widget_title font { text-transform: uppercase; line-height: 1; font-weight: 500; font-size: 1.1em; }
#category_nav { position: relative; display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; font-family: var(--font-family); }
#category_nav * { box-sizing: border-box; }
#category_nav a { text-decoration: none; }
#category_nav > li { position: relative; overflow: hidden; transition: border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.22,1,.36,1); }
#category_nav > li.action {   }
#category_nav .h4 { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 38px; align-items: center; gap: 12px; margin: 0; padding: 0 0 22px 0; }
#category_nav .h4 > a { position: relative; display: block; color: var(--primary); font-size: 21px; font-weight: 800; line-height: 1.5; letter-spacing: .12em; transition: color .35s ease; }
#category_nav .h4 > a::after { content: ""; display: block; width: 42px; height: 1px; margin-top: 12px; background: var(--gradient-gold); transform-origin: left center; transform: scaleX(.75); opacity: .85; transition: transform .35s ease,opacity .35s ease; }
#category_nav > li:hover .h4 > a { color: #314834; }
#category_nav > li:hover .h4 > a::after { transform: scaleX(1); opacity: 1; }
#category_nav .h4 b { position: relative; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.82); border: 1px solid rgba(185,154,99,.24); color: var(--primary); cursor: pointer; box-shadow: inset 0 0 0 5px rgba(248,244,236,.58); transition: background .35s ease,color .35s ease,transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease; }
#category_nav .h4 b i { font-size: 12px; line-height: 1; color: inherit; }
#category_nav .h4 b:hover { background: var(--primary); border-color: var(--primary); color: var(--white); transform: rotate(90deg); }
#category_nav .h4 > a { position: relative; display: block; color: var(--primary); font-size: 21px; font-weight: 800; line-height: 1.5; letter-spacing: .12em; transition: color .35s ease; }
#category_nav .h4 > a::after { content: ""; display: block; width: 42px; height: 1px; margin-top: 12px; background: var(--gradient-gold); transform-origin: left center; transform: scaleX(.75); opacity: .85; transition: transform .35s ease,opacity .35s ease; }
#category_nav .h4 b { position: absolute; right: 0; top: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.78); border: 1px solid rgba(185,154,99,.24); cursor: pointer; z-index: 50; box-shadow: inset 0 0 0 3px rgba(248,244,236,.58); transition: background .35s ease,border-color .35s ease,transform .35s ease; }
#category_nav .h4 b i { position: relative; display: block; width: 15px; height: 15px; color: transparent; font-size: 0; line-height: 1; }
#category_nav .h4 b i::before,#category_nav .h4 b i::after { content: ""; position: absolute; left: 2px; top: 50%; width: 12px; height: 1px; display: block; background: var(--primary); transition: transform .25s linear,background .25s ease; }
#category_nav .h4 b i::before { transform: translateY(-50%) rotate(0deg); }
#category_nav .h4 b i::after { transform: translateY(-50%) rotate(90deg); }
#category_nav > li.action .h4 b i::after { transform: translateY(-50%) rotate(0deg); }
#category_nav .h4 b:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-1px); }
#category_nav .h4 b:hover i::before,#category_nav .h4 b:hover i::after { background: var(--white); }
#category_nav > li.action .h4 b { background: var(--primary); border-color: var(--primary); }
#category_nav > li.action .h4 b i::before,#category_nav > li.action .h4 b i::after { background: var(--white); }
@media (max-width:768px) {
  #category_nav .h4 { padding: 20px 54px 16px 22px; }
  #category_nav .h4 > a { font-size: 19px; letter-spacing: .08em; }
  #category_nav .h4 b { right: 16px; width: 34px; height: 34px; margin-top: -17px; }
}
#category_nav .subUL { position: relative; z-index: 2; display: grid; gap: 8px; margin: 0; list-style: none; }
#category_nav .subUL li {position: relative;margin: 0;padding: 0;border-bottom: 1px solid rgba(63, 86, 63, .08);}
#category_nav .subUL { position: relative; border-radius: 18px; background: rgba(255,255,255,.64); border: 1px solid rgba(63,86,63,.08); transition: background .35s ease,border-color .35s ease,transform .35s cubic-bezier(.22,1,.36,1); }
#category_nav .subULHead::before { content: ""; position: absolute; left: 16px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--third); transform: translateY(-50%) scale(.75); opacity: .72; box-shadow: 0 0 0 5px rgba(185,154,99,.08); transition: all .35s ease; }
#category_nav .subULHead p { margin: 0; }
#category_nav .subULHead p a { display: block; padding: 14px 18px 14px 36px; color: rgba(37,48,42,.72); font-size: 15px; font-weight: 600; line-height: 1.75; letter-spacing: .06em; transition: color .35s ease,padding .35s ease; font-family: var(--font-sans); }
#category_nav .subUL:hover { background: rgb(255 252 247/86%); border-color: rgba(63,86,63,.16); }
#category_nav .subULHead:hover::before { background: var(--primary); opacity: 1; transform: translateY(-50%) scale(1); box-shadow: 0 0 0 4px rgba(63,86,63,.08); }
#category_nav .subULHead:hover p a { color: var(--primary); padding-left: 40px; }
#category_nav > li:not(.action) .subUL { display: none; }
@media (max-width:768px) {
  #category_nav {gap: 5px;}
  #category_nav > li { border-radius: 24px; }
  #category_nav .h4 {padding: 15px 18px 15px 22px;grid-template-columns: 1fr 36px;}
  #category_nav .h4 > a {font-size: 17px;letter-spacing: .08em;}
  #category_nav .h4 b { width: 36px; height: 36px; }
  #category_nav .subUL { padding: 0 14px 18px; }
  #category_nav .subULHead p a { font-size: 14px; line-height: 1.7; }
#category_nav .h4 > a::after{
    display: none;
}
}


/* detail_box */
.detail_box * { font-size: initial; color: unset; vertical-align: baseline; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-family: 'Noto Sans TC'; }
/* content_wrap */
#content_wrap .time {font-size: .8em;font-weight: 400;}
#content_wrap .more_btn { padding: 7px 2.2em; background: var(--secondary); color: var(--dark); font-size: 14px; font-weight: 400; }
#content_wrap li:hover .more_btn { background: var(--primary); color: var(--bg); }
#content_wrap .view_share {margin-top: 2em;padding: 1em 0;border: var(--g_100) solid;border-width: 1px 0;display: flex;flex-wrap: wrap;justify-content: space-between;display: none;}
#content_wrap #community { display: flex; align-items: center; }
#content_wrap #community .title {margin-right: .5em;color: var(--g_800);}
#content_wrap #community >div { margin-left: .5em; height: 1.3em; }
#content_wrap #community >div .fb_iframe_widget { display: flex; }
#content_wrap .h1tit { font-size: 23px; font-weight: 600; letter-spacing: 1px; color: var(--coffee); margin-bottom: 2em; font-family: "Noto Serif TC",serif; }


/* list_style */
.list_style { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.list_style li { margin-bottom: 1em; display: flex; flex-wrap: wrap; align-items: stretch; flex-direction: column; }
.list_style li .img_box { position: relative; }
.list_style li .img_box img { width: 100%; height: 100%; aspect-ratio: 1/1; }
.list_style.newslist li .img_box img { aspect-ratio: 4/3; }
.list_style li .info_box { padding: 5%; }
.list_style li .info_box .h3 { margin: 0 0 .5em; height: 68px; font-size: 20px; color: #444; font-weight: 500; -webkit-line-clamp: 2; font-family: "Noto Serif TC",serif; }
.list_style li .info_box article { margin-bottom: 1.5em; height: 45px; color: var(--g_600); -webkit-line-clamp: 2; font-size: 14px; font-family: 'Noto Sans TC'; }





/* grid_style */
.grid_style { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 2.3em; }
.list_style.grid_style li { margin-bottom: 0; }
.list_style.grid_style li .info_box { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.list_style.grid_style li .info_box article { text-align: center; }

/* newslist */
.list_style.newslist { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; margin: 0; padding: 0; list-style: none; }
.list_style.newslist li { position: relative; display: grid; grid-template-columns: 52% 1fr; min-height: 330px; overflow: hidden; border-radius: 38px; background: rgba(255,255,255,.96); border: 1px solid rgba(63,86,63,.12); box-shadow: 0 24px 68px rgba(31,41,36,.075); transition: transform .48s cubic-bezier(.22,1,.36,1),box-shadow .48s cubic-bezier(.22,1,.36,1),border-color .35s ease; }
.list_style.newslist li::before { content: ""; position: absolute; right: -95px; bottom: -95px; width: 250px; height: 250px; border-radius: 50%; background: radial-gradient(circle,rgba(220,232,229,.44) 0%,rgba(220,232,229,0) 70%); pointer-events: none; z-index: 1; }
.list_style.newslist li:hover { transform: translateY(-9px); border-color: rgba(63,86,63,.25); box-shadow: 0 36px 90px rgba(31,41,36,.13); }
.list_style.newslist li .img_box {position: relative;overflow: hidden;width: 100%;height: 100%;min-height: 330px;border-radius: 40px 70px 70px 40px;background: linear-gradient(135deg,rgba(248,244,236,.96) 0%,rgba(239,231,216,.72) 100%);}
.list_style.newslist li .img_box::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg,rgba(37,48,42,0) 42%,rgba(37,48,42,.3) 100%),linear-gradient(135deg,rgba(248,244,236,.18) 0%,rgba(248,244,236,0) 60%); pointer-events: none; transition: opacity .45s ease; }
.list_style.newslist li .img_box::after { content: "EARTH ACADEMY"; position: absolute; left: 26px; bottom: 24px; z-index: 3; color: rgba(255,255,255,.82); font-family: var(--font-sans); font-size: 11px; font-weight: 800; line-height: 1.4; letter-spacing: .2em; text-transform: uppercase; pointer-events: none; }
.list_style.newslist li .img_box .img_cover { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); transition: transform 1.25s cubic-bezier(.22,1,.36,1),filter .45s ease; }
.list_style.newslist li:hover .img_box .img_cover { transform: scale(1.06); filter: brightness(1.04) saturate(1.04); }
.list_style.newslist li .info_box { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 32px 32px 32px 28px; }
.list_style.newslist li .time { position: relative; display: inline-flex; align-items: center; width: fit-content; min-height: 34px; margin: 0 0 13px; padding: 6px 10px; border-radius: 999px; background: rgba(248,244,236,.92); border: 1px solid rgba(185,154,99,.24); color: var(--coffee); font-family: var(--font-sans); font-size: 12px; font-weight: 800; line-height: 1.4; letter-spacing: .12em; }
.list_style.newslist li .h3 { position: relative; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: 0 0 18px; color: var(--primary); font-family: var(--font-family); font-size: clamp(20px,3vw,26px); font-weight: 700; line-height: 1.5; letter-spacing: .09em; transition: color .35s ease; height: auto; }
.list_style.newslist li .h3::after { content: ""; display: block; width: 48px; height: 1px; margin-top: 16px; background: var(--gradient-gold); }
.list_style.newslist li article { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: 0; color: rgba(37,48,42,.66); font-family: var(--font-family); font-size: 16px; font-weight: 500; line-height: 2.05; letter-spacing: .065em; height: auto; }
.list_style.newslist li .more_btn { position: relative; display: inline-flex; align-items: center; gap: 12px; width: fit-content; min-height: 48px; margin-top: 28px; padding: 0 24px; border-radius: 999px; background: var(--gradient-primary); color: var(--white); font-family: var(--font-sans); font-size: 14px; font-weight: 800; line-height: 1.5; letter-spacing: .1em; box-shadow: 0 16px 38px rgba(63,86,63,.2); transition: transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .35s ease; }
.list_style.newslist li .more_btn::after { content: ""; width: 16px; height: 16px; background: currentColor; clip-path: path("M14.5 6.5c-1.829 0-3.495-1.666-3.495-3.495v-.75h-1.5v.75c0 1.33.583 2.578 1.499 3.495H1.75v1.5h9.254c-.916.917-1.499 2.165-1.499 3.495v.75h1.5v-.75c0-1.829 1.666-3.495 3.495-3.495h.75v-1.5h-.75Z"); transition: transform .35s cubic-bezier(.22,1,.36,1); }
.list_style.newslist li:hover .h3 { color: #314834; }
.list_style.newslist li:hover .more_btn { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(63,86,63,.28); }
.list_style.newslist li:hover .more_btn::after { transform: translateX(4px); }
.list_style.newslist li .atag_item { position: absolute; inset: 0; z-index: 8; border-radius: inherit; }
@media (min-width:1181px) {
  .list_style.newslist li:first-child { grid-column: span 2; grid-template-columns: 48% 1fr; min-height: 430px; }
  .list_style.newslist li:first-child::after { left: 48%; }
  .list_style.newslist li:first-child .img_box { min-height: 430px; border-radius: 38px 100px 100px 38px; }
  .list_style.newslist li:first-child .info_box { padding: 58px 68px; }
  .list_style.newslist li:first-child .h3 { font-size: clamp(24px,3vw,28px); line-height: 1.55; }
  .list_style.newslist li:first-child article { -webkit-line-clamp: 2; font-size: 17px; line-height: 2.12; }
}
@media (max-width:1180px) {
  .list_style.newslist { grid-template-columns: 1fr; gap: 28px; }
  .list_style.newslist li { grid-template-columns: 40% 1fr; }
  .list_style.newslist li::after { left: 40%; }
}
@media (max-width:768px) {
  .list_style.newslist { gap: 30px; }
  .list_style.newslist li {
    /* display:flex;*/
    border-radius:30px;flex-direction:column;grid-template-columns:1fr;
  }
  .list_style.newslist li::after { display: none; }
  .list_style.newslist li .img_box { aspect-ratio: 4/3; min-height: auto; border-radius: 30px 30px 86px 30px; }
  .list_style.newslist li .info_box { padding: 30px 26px 32px; }
  .list_style.newslist li .time { margin-bottom: 18px; font-size: 11px; }
  .list_style.newslist li .h3 { font-size: 22px; line-height: 1.62; letter-spacing: .07em; }
  .list_style.newslist li article { -webkit-line-clamp: 2; font-size: 15px; line-height: 1.95; }
  .list_style.newslist li .more_btn { min-height: 46px; margin-top: 24px; padding: 0 22px; font-size: 13px; }
}


/* faq_list */
#faq_list { position: relative; margin: 0 auto; padding: 0; list-style: none; display: grid; gap: 18px; font-family: var(--font-family); }
#faq_list::before { content: ""; position: absolute; left: 41px; top: 28px; bottom: 28px; width: 1px; background: linear-gradient(180deg,rgba(185,154,99,0) 0%,rgba(185,154,99,.38) 18%,rgba(185,154,99,.38) 82%,rgba(185,154,99,0) 100%); pointer-events: none; }
#faq_list li { position: relative; overflow: hidden; border-radius: 30px; background: linear-gradient(135deg,rgba(248,244,236,.88) 0%,rgba(255,255,255,.98) 58%,rgba(239,231,216,.66) 100%); border: 1px solid rgba(63,86,63,.12); box-shadow: 0 20px 58px rgba(31,41,36,.065); transition: transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .35s ease; }
#faq_list li::before { content: ""; position: absolute; left: 30px; top: 33px; z-index: 2; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.86); border: 1px solid rgba(185,154,99,.28); box-shadow: inset 0 0 0 6px rgba(248,244,236,.72); pointer-events: none; }
#faq_list li::after { content: ""; position: absolute; right: -72px; bottom: -72px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle,rgba(220,232,229,.38) 0%,rgba(220,232,229,0) 70%); pointer-events: none; }
#faq_list li:hover { transform: translateY(-5px); border-color: rgba(63,86,63,.24); box-shadow: 0 28px 76px rgba(31,41,36,.1); }
#faq_list li.current { border-color: rgba(185,154,99,.34); box-shadow: 0 30px 82px rgba(31,41,36,.11); }
#faq_list li.current::before { background: var(--primary); border-color: var(--primary); box-shadow: 0 0 0 5px rgba(63,86,63,.08),inset 0 0 0 4px rgba(255,255,255,.16); }
#faq_list li.current::after { background: radial-gradient(circle,rgba(234,215,165,.32) 0%,rgba(234,215,165,0) 70%); }
#faq_list .title {position: relative;z-index: 3;display: grid;grid-template-columns: 1fr 52px;gap: 22px;align-items: center;min-height: 85px;padding: 20px 25px 20px 79px;color: var(--primary);text-decoration: none;transition: color .35s ease,background .35s ease;margin-top: 10px;}
#faq_list .title::before {content: "FAQ";position: absolute;left: 80px;top: 7px;color: rgba(185,154,99,.72);font-family: var(--font-sans);font-size: 12px;font-weight: 800;line-height: 1;letter-spacing: .22em;text-transform: uppercase;transform: translateY(6px);transition: all .35s ease;}
#faq_list li.current .title::before,#faq_list li:hover .title::before { opacity: 1; transform: translateY(0); }
#faq_list .title .txt { display: block; color: var(--primary); font-size: 20px; font-weight: 700; line-height: 1.55; letter-spacing: .1em; transition: transform .35s ease,color .35s ease; height: auto; }
#faq_list li:hover .title .txt { color: #314834; transform: translateX(4px); }
#faq_list li.current .title .txt { color: var(--primary); }
#faq_list .title .icon { position: relative; width: 45px; height: 45px; border-radius: 50%; background: rgba(255,255,255,.86); border: 1px solid rgba(63,86,63,.14); box-shadow: inset 0 0 0 6px rgba(248,244,236,.72); transition: all .38s cubic-bezier(.22,1,.36,1); }
#faq_list .title .icon::before,#faq_list .title .icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; border-radius: 999px; background: var(--primary); transform: translate(-50%,-50%); transition: all .35s ease; }
#faq_list .title .icon::after { transform: translate(-50%,-50%) rotate(90deg); }
#faq_list li:hover .title .icon { background: var(--primary); border-color: var(--primary); box-shadow: 0 16px 34px rgba(63,86,63,.18); transform: translateY(-3px); }
#faq_list li:hover .title .icon::before,#faq_list li:hover .title .icon::after { background: var(--white); }
#faq_list li.current .title .icon { background: var(--primary); border-color: var(--primary); box-shadow: 0 16px 34px rgba(63,86,63,.18); }
#faq_list li.current .title .icon::before { background: var(--white); }
#faq_list li.current .title .icon::after { background: var(--white); opacity: 0; transform: translate(-50%,-50%) rotate(0deg); }
#faq_list .info {position: relative;z-index: 3;padding: 0 84px 20px;}
#faq_list .info::before { content: ""; display: block; width: 58px; height: 1px; margin: 0 0 20px; background: var(--gradient-gold); }
#faq_list .info p { margin: 0; color: rgba(37,48,42,.7); font-size: 17px; font-weight: 500; line-height: 2.12; letter-spacing: .065em; font-family: var(--font-sans); }
#faq_list .txt_clamp { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
#faq_list .title .txt_clamp { -webkit-line-clamp: 2; }
@media (max-width:1024px) {
  #faq_list .title { min-height: 86px; padding: 26px 30px 26px 78px; }
  #faq_list .title::before { left: 78px; }
  #faq_list .title .txt { font-size: 21px; }
  #faq_list .info { padding: 0 78px 34px; }
}
@media (max-width:768px) {
  #faq_list { gap: 14px; }
  #faq_list::before { display: none; }
  #faq_list li { border-radius: 24px; }
  #faq_list li::before { left: 22px; top: 32px; width: 28px; height: 28px; display: none; }
  #faq_list .title { grid-template-columns: 1fr 44px; gap: 14px; min-height: 78px; padding: 18px 22px 18px 20px; }
  #faq_list .title::before { display: none; }
  #faq_list .title .txt { font-size: 18px; line-height: 1.55; letter-spacing: .07em; }
  #faq_list .title .icon {width: 36px;height: 36px;}
  #faq_list .info { padding: 0 24px 30px 20px; }
  #faq_list .info p { font-size: 16px; line-height: 2; letter-spacing: .045em; }
}
@media (max-width:480px) {
  #faq_list .title .icon {width: 32px;height: 32px;}
  #faq_list .info p { font-size: 15px; }
}



/* course_style */
.course_style.grid_style { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; margin: 0; padding: 0; list-style: none; }
.course_style.grid_style li { position: relative; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg,rgba(248,244,236,.92) 0%,rgba(255,255,255,.98) 58%,rgba(239,231,216,.72) 100%); border: 1px solid rgba(63,86,63,.12); box-shadow: 0 24px 64px rgba(31,41,36,.08); transition: transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1),border-color .35s ease; }
.course_style.grid_style li::before { content: ""; position: absolute; right: -82px; bottom: -82px; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle,rgba(220,232,229,.42) 0%,rgba(220,232,229,0) 70%); pointer-events: none; z-index: 1; }
.course_style.grid_style li:hover { transform: translateY(-8px); border-color: rgba(63,86,63,.24); box-shadow: 0 34px 84px rgba(31,41,36,.13); }
.course_style.grid_style .img_box { position: relative; overflow: hidden; width: 100%; aspect-ratio: 4/3; background: var(--secondary); border-radius: 34px 34px 90px 34px; }
.course_style.grid_style .img_box::before {content: "";position: absolute;inset: 0;z-index: 2;background: linear-gradient(180deg,rgba(37,48,42,0) 46%,rgba(37,48,42,.42) 100%),linear-gradient(135deg,rgba(248,244,236,.12) 0%,rgba(248,244,236,0) 58%);pointer-events: none;transition: opacity .45s ease;}
.course_style.grid_style .img_box::after { content: "COURSE"; position: absolute; left: 24px; top: 22px; z-index: 3; display: inline-flex; align-items: center; min-height: 32px; padding: 7px 15px; border-radius: 999px; background: rgba(255,255,255,.82); border: 1px solid rgba(185,154,99,.24); color: var(--primary); font-family: var(--font-sans); font-size: 11px; font-weight: 800; line-height: 1.4; letter-spacing: .14em; backdrop-filter: blur(10px); }
.course_style.grid_style .img_cover { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); transition: transform 1.2s cubic-bezier(.22,1,.36,1),filter .45s ease; }
.course_style.grid_style li:hover .img_cover { transform: scale(1.055); filter: brightness(1.04) saturate(1.04); }
.course_style.grid_style .info_box { position: relative; z-index: 2; padding: 34px 32px 94px; min-height: 260px; }
.course_style.grid_style .info_box h3 { margin: 0 0 16px; color: var(--primary); font-family: var(--font-family); font-size: 24px; font-weight: 800; line-height: 1.6; letter-spacing: .08em; transition: color .35s ease; }
.course_style.grid_style li:hover .info_box h3 { color: #314834; }
.course_style.grid_style .info_box article { margin: 0; color: rgba(37,48,42,.66); font-family: var(--font-family); font-size: 16px; font-weight: 500; line-height: 1.95; letter-spacing: .055em; }
.course_style.grid_style .info_box font { position: relative; display: inline-flex; align-items: center; margin-top: 26px; color: var(--primary); font-family: var(--font-sans); font-size: 22px; font-weight: 600; line-height: 1.6; letter-spacing: .04em; }
.course_style.grid_style .info_box font span { margin-right: 12px; color: var(--third); font-family: var(--font-family); font-size: 13px; font-weight: 700; letter-spacing: .12em; margin-top: 4px; }
.course_style.grid_style .info_box .more_btn { position: absolute; left: 32px; bottom: 30px; margin: 0; height: 44px; padding: 0 22px; border-radius: 999px; background: rgba(248,244,236,.92); border: 1px solid rgba(63,86,63,.14); color: var(--primary); font-family: var(--font-sans); font-size: 14px; font-weight: 800; letter-spacing: .08em; transition: background .35s ease,color .35s ease,border-color .35s ease,transform .35s cubic-bezier(.22,1,.36,1); }
.course_style.grid_style .info_box .more_btn::after { content: ""; width: 15px; height: 15px; margin-left: 10px; background: currentColor; clip-path: path("M14.5 6.5c-1.829 0-3.495-1.666-3.495-3.495v-.75h-1.5v.75c0 1.33.583 2.578 1.499 3.495H1.75v1.5h9.254c-.916.917-1.499 2.165-1.499 3.495v.75h1.5v-.75c0-1.829 1.666-3.495 3.495-3.495h.75v-1.5h-.75Z"); transition: transform .35s ease; }
.course_style.grid_style li:hover .info_box .more_btn { background: var(--primary); border-color: var(--primary); color: var(--white); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(63,86,63,.2); }
.course_style.grid_style li:hover .info_box .more_btn::after { transform: translateX(4px); }
.course_style.grid_style .atag_item {z-index: 5;border-radius: 28px;}
.course_style.grid_style li > a[data-action="login"] { position: absolute; right: 28px; bottom: 30px; z-index: 8; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; color: transparent; background: var(--primary); box-shadow: 0 16px 34px rgba(63,86,63,.22); transition: transform .38s cubic-bezier(.22,1,.36,1),background .35s ease,box-shadow .35s ease; }
.course_style.grid_style li > a[data-action="login"] svg { fill: #fff; width: 30px; height: 30px; }
.course_style.grid_style li > a[data-action="login"]:hover { transform: translateY(-4px); background: var(--third); box-shadow: 0 22px 46px rgba(31,41,36,.16); }
.course_style.grid_style li > a[data-action="login"]:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }
.course_style.grid_style .txt_clamp { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; height: auto; }
.course_style.grid_style h3.txt_clamp { -webkit-line-clamp: 2; }
.course_style.grid_style article.txt_clamp { -webkit-line-clamp: 2; }

.course_style.grid_style li [data-action="buy"] {padding: .1em .8em;position: relative;font-size: .9em;color: white;z-index: 11;background: var(--primary);border-radius: 30px;}
.course_style.grid_style li [data-action="buy"]{font-size: 0 !important;width: 55px;aspect-ratio: 1/1;display: flex;align-items: center;justify-content: center;padding: 0 !important;border-radius: 50px;letter-spacing: 0;position: absolute !important;bottom: 25px;right: 20px;}
.course_style.grid_style li [data-action="buy"]:hover{background: var(--third);}
.course_style.grid_style li [data-action="buy"] svg{width:30px;height: 30px;fill: white;}


@media (max-width:1180px) {
  .course_style.grid_style { grid-template-columns: repeat(2,1fr); gap: 28px; }
}
@media (prefers-reduced-motion:reduce) {
  .banner_txt .deco_earth,.banner_txt .deco_earth img,.banner_txt .deco_earth::before,.banner_txt .deco_earth::after { animation: none; }
}
@media (max-width:768px) {
  .course_style.grid_style { grid-template-columns: 1fr; gap: 24px; }
  .course_style.grid_style .img_box { border-radius: 28px 28px 72px 28px; }
  .course_style.grid_style .info_box { padding: 30px 28px 88px; min-height: auto; }
  .course_style.grid_style .info_box h3 { font-size: 22px; letter-spacing: .06em; }
  .course_style.grid_style .info_box article { font-size: 15px; line-height: 1.9; }
  .course_style.grid_style .info_box font { font-size: 21px; }
  .course_style.grid_style .info_box .more_btn { left: 28px; bottom: 28px; }
  .course_style.grid_style li > a[data-action="login"] { right: 26px; bottom: 26px; }
}
@media (max-width:480px) {
  .course_style.grid_style li { border-radius: 28px; }
  .course_style.grid_style .img_box::after { left: 18px; top: 18px; font-size: 10px; }
  .course_style.grid_style .info_box { padding: 28px 24px 84px; }
  .course_style.grid_style .info_box h3 { font-size: 20px; }
  .course_style.grid_style .info_box font:not(.more_btn)::before { display: block; margin: 0 0 8px; }
  .course_style.grid_style .info_box .more_btn { left: 24px; height: 42px; padding: 0 18px; }
  .course_style.grid_style li > a[data-action="login"] { width: 44px; height: 44px; right: 22px; }
}


/* pagenav */
#pagenav {margin-top: 4em;display: flex;justify-content: center;align-items: center;}
#pagenav >* {margin: 0 .2em;width: 35px;aspect-ratio: 1/1;display: flex;justify-content: center;align-items: center;border-radius: 50%;}
#pagenav * { line-height: 1; color: var(--g_600); }
#pagenav strong {background: var(--primary);border-color: var(--primary);line-height: 1.7;color: white;font-weight: 500;font-family: "Playfair Display", serif;}
#pagenav i { -webkit-transform: translateY(-.05em); transform: translateY(-.05em); }
#pagenav i.fa-angle-double-left:before { content: "\f104"; }
#pagenav i.fa-angle-double-right:before { content: "\f105"; }

/* newpagenav */
#newpagenav{margin-top: 70px;display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px;position: relative;}
#newpagenav:before{content:'';position: absolute;left: 50%;width: 1px;height: 100%;background: #e3e3e3;}
#newpagenav p{margin:0;width: auto;}
#newpagenav a{margin:0;padding: 0;}
#newpagenav p a {margin: 15px 0 0;padding: 0;width: auto;height: auto;line-height: initial;font-size: 0;display: inline-flex;align-items: center;gap: 15px;}
#newpagenav p:last-child {text-align: end;}
#newpagenav i{width: 15px;font: normal normal normal 26px / 1 FontAwesome;}
#newpagenav font{-webkit-line-clamp:2;height: auto;font-size: 17px;max-width: max-content;font-weight: 400;}
#newpagenav a:hover font, #newpagenav a:hover i{color: #8f8c89;}
#newpagenav p:last-child font, #newpagenav p:last-child font span{text-align:end}
#newpagenav span{display:block;font-size: 17px;}

@media screen and (min-width: 1161px){
	.sidebar_left aside {width: 280px;}
	.sidebar_left #content_wrap {margin-left: 5%;width: 1%;flex: 1 1 auto;}
	.list_style li:hover .img_box:before {}
	.list_style li:hover .img_box:after {bottom: 20px;}
	#faq_list li:hover { border-color: transparent; box-shadow: 0 0 1em var(--g_200); }
	#search_list {grid-template-columns: repeat(4, 1fr);}
	#pagenav a:hover { background: var(--primary); border-color: var(--primary); color: white; }
	#pagenav a:hover * { color: white; }
}
@media screen and (max-width: 1160px){
	aside { margin-bottom: 2em; position: relative; }
	aside .widget_title {margin-bottom: 0;padding: .8em 1em;background: var(--third);display: inline-flex;align-items: center;cursor: pointer;width: 250px;}
	aside .widget_title .icon_bar {margin-right: 0;height: 1.3em;border-bottom: 1px white solid;justify-content: space-evenly;-webkit-transform: translateY(-2px);transform: translateY(-2px);}
	aside .widget_title .icon_bar:before , aside .widget_title .icon_bar:after {margin-top: 0;height: 1px;background: white;}
	aside .widget_title font { font-size: 0; }
	aside .widget_title font:before {margin-left: .8em;letter-spacing: 0.05em;font-size: 15px;color: white;content: attr(data-name);font-weight: 300;}
	aside #category_nav {position: absolute;width: 250px;background: white;box-shadow: 0 .2em 1em 0 rgba(0, 0, 0, .1);z-index: 15;left: 0;opacity: 0;visibility: hidden;-webkit-transform: translateY(50px);transform: translateY(50px);pointer-events: none;}
	aside[data-type="1"] #category_nav { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); pointer-events: auto; }
	.workframe_s { margin: 1em auto 0; padding-bottom: 40px; }
	#content_wrap { max-width: 100%; width: 100%; }
	#search_list { grid-template-columns: repeat(3,1fr); }
	#sub_banner .banner_img img { height: 230px; }
	#sub_banner .banner_txt h1 { font-size: 1.4em; }
}
@media screen and (max-width: 980px){
	#sub_banner .banner_txt { bottom: 12%; }
	.banner_txt .deco_earth { width: 34px; height: 34px; margin-bottom: 0; }
    #search_list {grid-template-columns: repeat(2, 1fr);}
    .list_style{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 550px){
    .fancybox-slide{display: flex;    align-items: center;}
    .sidebar_left, .full_width{margin: 3em auto 0;}
    #search_list {grid-template-columns: 1fr;}
	.list_style , .grid_style {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 3vw;}
	.list_style li { margin-bottom: 0; }
	.list_style li .img_box , .list_style.grid_style li .img_box { width: 100%; }
	.list_style li .img_box img { aspect-ratio: 4/3; }
	.list_style li .info_box { padding: 6%; }
}