/* index.less */
#product_area .list_box ul li{transform:translate(0,0);-webkit-transform:translate(0,0);}@media (min-width:1281px){#product_area .list_box ul li:hover{transform:translate(0,-20px);-webkit-transform:translate(0,-20px);}}#book_area .list_box li .img_box:before,#book_area .list_box li .img_box:after{transform:scaleY(0);-webkit-transform:scaleY(0);}#book_area .list_box li .img_box:after{transform-origin:center bottom;-webkit-transform-origin:center bottom;}@media (min-width:1281px){#book_area .list_box li:hover .img_box:before,#book_area .list_box li:hover .img_box:after{transform:scaleY(1);-webkit-transform:scaleY(1);}}#youtube_box a{width:83px;height:83px;border-radius:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-webkit-animation:spineer 2s infinite;animation:spineer 2s infinite;}

/* header */
header .menu { border-bottom: 1px rgba(var(--white-rgb), .2) solid; }
header #webmenu nav >ul >li >p a { color: var(--white); }

header.scroll { background: rgba(var(--secondary-rgb), .9); }

/* search_box */
#openform { background: rgba(var(--white-rgb), .3); }

/* section */
section {padding: 5vw 0 3vw;}
section.section_pad { padding: 5vw 0; }
section >* { z-index: 3; }
section .title_box { margin-bottom: 40px; }
section .title_box .area_title {font-weight: 600;font-size: 45px;}
section .title_box .sub_title { font-weight: 300; font-size: 23px; }

/* bg_box */
.bg_box { width: 100%; height: 100%; background: no-repeat 50% / cover; background-attachment: fixed; opacity: .3; top: 0; left: 0; }
.bg_box:before { width: 100%; height: 100%; display: block; background: rgba(var(--primary-rgb), .2); content: ""; }
.bg_box.white:before { background: rgba(var(--white-rgb), .2); }


/* about_area */
#about_area { position: relative; padding: 120px 0; overflow: hidden; background: radial-gradient(circle at 15% 18%,rgba(173,123,58,.14),rgba(173,123,58,0) 34%),radial-gradient(circle at 86% 72%,rgba(69,98,45,.24),rgba(69,98,45,0) 38%),linear-gradient(135deg,#0b1007 0%,#17210f 52%,#090c06 100%); }
#about_area::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.02) 1px,transparent 1px); background-size: 72px 72px; opacity: .32; pointer-events: none; }
#about_area .about_wrap { position: relative; z-index: 2; }
#about_area .about_head {display: grid;grid-template-columns: minmax(320px,20px) 1fr;align-items: end;gap: 70px;margin-bottom: 58px;}
#about_area .title_box { position: relative; }
#about_area .title_box::before {content: "";position: absolute;left: -63px;top: 24px;width: 42px;height: 42px;border-radius: 100% 0 100% 0;border: 1px solid rgba(216,173,114,.72);transform: rotate(
280deg);opacity: .68;}
#about_area .sub_title { margin: 0 0 12px; padding-left: 62px; position: relative; font-size: 15px; line-height: 1.4; letter-spacing: .18em; color: #d8ad72; font-weight: 400; }
#about_area .sub_title::before { content: ""; position: absolute; left: 0; top: 50%; width: 48px; height: 1px; background: linear-gradient(90deg,#d8ad72,rgba(216,173,114,0)); }
#about_area .area_title {margin: 0;font-size: clamp(38px,3.2vw,50px);line-height: 1.25;letter-spacing: .06em;color: #fff;}
#about_area .head_desc {position: relative;max-width: 620px;display: flex;justify-self: end;padding: 24px 30px;border-left: 1px solid rgba(216,173,114,.38);background: linear-gradient(90deg,rgba(216,173,114,.08),rgba(216,173,114,0));align-items: center;}
#about_area .head_desc:before{content:"";position:absolute;width: 100px;height: 1px;left: -100px;background: linear-gradient(90deg, rgb(216 173 114 / 89%), rgba(216, 173, 114, 0));z-index: 5;}
#about_area .head_desc p { margin: 0; font-size: 17px; line-height: 2; letter-spacing: .05em; color: rgba(255,255,255,.78); }
#about_area .about_main { display: grid; grid-template-columns: minmax(430px,48%) 1fr; gap: 62px; align-items: center; }
#about_area .img_box {position: relative;width: 100%;}
#about_area .photo_frame { position: relative; padding: 18px; border-radius: 34px; background: linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.035)); border: 1px solid rgba(213,169,105,.24); box-shadow: 0 34px 90px rgba(0,0,0,.38); }
#about_area .photo_frame::before { content: ""; position: absolute; right: -26px; top: -26px; width: 148px; height: 148px; border-radius: 50%; border: 1px solid rgba(205,160,94,.35); background: radial-gradient(circle,rgba(205,160,94,.16),rgba(205,160,94,0) 65%); animation: aboutFloat 5s ease-in-out infinite; }
#about_area .photo_frame::after {content: "";position: absolute;left: -5vw;bottom: 3vw;width: 8vw;height: 1px;background: linear-gradient(90deg,rgba(205,160,94,.95),rgba(205,160,94,0));}
#about_area #photo_list {width: 100%;border-radius: 26px;overflow: hidden;position: relative;z-index: 2;display: flex;flex-direction: column;}
#about_area #photo_list .slick-list{width:100%;}
#about_area #photo_list .img_scale,#about_area #photo_list a {width: 100%;height: 560px;border-radius: 26px;overflow: hidden;display: flex;}
#about_area #photo_list img {width: 100%;height: 100%;object-fit: cover;transform: scale(1.04);transition: transform 6s ease;top: 0;}
#about_area #photo_list .slick-current img { transform: scale(1.12); }
#about_area .photo_label {position: absolute;left: -2vw;bottom: -2vw;z-index: 5;width: 10vw;height: 10vw;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;background: linear-gradient(135deg,rgba(181,133,67,.96),rgba(93,61,29,.96));border: 1px solid rgba(255,232,181,.32);box-shadow: 0 22px 48px rgba(0,0,0,.42);color: #fff;}
#about_area .photo_label span {font-size: 14px;letter-spacing: .12em;opacity: .82;color: white;}
#about_area .photo_label strong {font-size: 2.75rem;line-height: 1.05;font-weight: 500;letter-spacing: .04em;color: white;}
#about_area .info_box { position: relative; padding: 42px; border-radius: 34px; background: linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.032)),rgba(10,14,7,.32); border: 1px solid rgba(213,169,105,.18); box-shadow: 0 28px 70px rgba(0,0,0,.28); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }


#about_area .cert_box { margin-top: 0; padding: 22px 24px; border-radius: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg,rgba(216,173,114,.13),rgba(255,255,255,.035)); border: 1px solid rgba(216,173,114,.18); position: relative; overflow: hidden; }
#about_area .cert_title { position: relative; z-index: 2; flex: 1; }
#about_area .cert_title span { display: block; margin-bottom: 8px; font-size: 13px; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase; color: rgba(216,173,114,.86); }
#about_area .cert_title font { display: block; font-size: 18px; line-height: 1.5; letter-spacing: .06em; color: #fff; }
#about_area .cert_img { width: 220px; position: relative; z-index: 2; }
#about_area .cert_img img { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); }

#about_area .about_bg_leaf { position: absolute; width: 260px; height: 260px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.1); opacity: .42; pointer-events: none; }
#about_area .leaf_01 { left: -100px; top: 90px; transform: rotate(-28deg); }
#about_area .leaf_02 { right: -80px; bottom: 80px; transform: rotate(142deg); }
@keyframes aboutFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(8deg); }
}
@keyframes aboutIntroGlow {
  0% { opacity: .45; transform: scale(.92); }
  100% { opacity: .95; transform: scale(1.08); }
}

#about_more_area { position: relative; padding: 110px 0 130px; overflow: hidden; background: radial-gradient(circle at 78% 22%,rgba(198,151,86,.13),rgba(198,151,86,0) 34%),radial-gradient(circle at 16% 78%,rgba(64,94,48,.28),rgba(64,94,48,0) 38%),linear-gradient(135deg,#090d06 0%,#111b0c 45%,#071006 100%); }
#about_more_area::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg,rgba(216,173,114,0),rgba(216,173,114,.45),rgba(216,173,114,0)); }
#about_more_area::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px); background-size: 76px 76px; opacity: .35; pointer-events: none; }
#about_more_area .about_more_wrap { z-index: 2; }


#about_more_area .about_more_grid { display: grid; grid-template-columns: 42% 1fr; gap: 46px; align-items: stretch; }
#about_more_area .timeline_panel { position: relative; padding: 48px 42px; border-radius: 34px; background: linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.032)),rgba(10,14,7,.34); border: 1px solid rgba(216,173,114,.17); box-shadow: 0 28px 70px rgba(0,0,0,.28); overflow: hidden; }
#about_more_area .timeline_panel::before { content: ""; position: absolute; left: 73px; top: 118px; bottom: 54px; width: 1px; background: linear-gradient(180deg,rgba(216,173,114,0),rgba(216,173,114,.55),rgba(216,173,114,0)); }
#about_more_area .timeline_panel::after { content: ""; position: absolute; right: -86px; top: -86px; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle,rgba(216,173,114,.2),rgba(216,173,114,0) 68%); animation: aboutMoreGlow 4.8s ease-in-out infinite alternate; }
#about_more_area .panel_label { margin-bottom: 34px; font-size: 13px; letter-spacing: .18em; color: rgba(216,173,114,.82); position: relative; z-index: 2; }
#about_more_area .timeline_item { position: relative; z-index: 2; display: grid; grid-template-columns: 66px 1fr; gap: 24px; align-items: start; margin-bottom: 34px; }
#about_more_area .timeline_item:last-child { margin-bottom: 0; }
#about_more_area .timeline_item .year { width: 66px; height: 66px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,rgba(185,136,69,.98),rgba(93,61,29,.98)); border: 1px solid rgba(255,232,181,.28); box-shadow: 0 16px 34px rgba(0,0,0,.32); color: #fff; font-size: 17px; letter-spacing: .04em; }
#about_more_area .timeline_item .info { padding: 3px 0 0; }
#about_more_area .timeline_item strong { display: block; margin-bottom: 8px; font-size: 21px; line-height: 1.5; letter-spacing: .05em; color: #f3d4a0; font-weight: 500; }
#about_more_area .timeline_item p { margin: 0; font-size: 16px; line-height: 1.9; letter-spacing: .04em; color: rgba(255,255,255,.74); }
#about_more_area .feature_panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; }
#about_more_area .feature_side { display: grid; gap: 22px; }
#about_more_area .feature_card {position: relative;min-height: 190px;padding: 38px 34px;border-radius: 30px;background: linear-gradient(135deg,rgba(216,173,114,.12),rgba(255,255,255,.04)),rgba(255,255,255,.035);border: 1px solid rgba(216,173,114,.16);box-shadow: 0 24px 58px rgba(0,0,0,.22);overflow: hidden;transition: transform .38s ease,border-color .38s ease,background .38s ease;}
#about_more_area .feature_card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg,rgba(216,173,114,.96),rgba(216,173,114,0)); }
#about_more_area .feature_card.big_card::before{background: url(/images/40/underman-bg.jpg);height: 100%;background-size: cover;opacity: 0.8;border-radius: 30px;}
#about_more_area .feature_card.big_card{overflow:visible;}
#about_more_area .feature_card.big_card::after { background: url(/images/40/underman.png); width: 100%; height: 100%; background-size: cover; border-radius: 0; transform: rotate(0deg); border: unset; top: -30px; bottom: auto; right: 0; }
#about_more_area .feature_card::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 160px; height: 160px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.14); transform: rotate(18deg); }
#about_more_area .big_card {min-height: 500px;display: flex;flex-direction: column;justify-content: flex-end;background: radial-gradient(circle at 50% 12%,rgba(216,173,114,.18),rgba(216,173,114,0) 42%),linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.035));}
#about_more_area .big_card .leaf_icon { width: 74px; height: 74px; margin-bottom: 36px; }
#about_more_area .card_no { position: absolute; right: 28px; top: 24px; font-size: 56px; line-height: 1; letter-spacing: .02em; color: rgba(216,173,114,.11); font-weight: 500; }
#about_more_area .leaf_icon { width: 42px; height: 42px; margin-bottom: 22px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.78); transform: rotate(-18deg); position: relative; }
#about_more_area .leaf_icon::before {content: "";position: absolute;left: -9px;top: 20px;width: 60px;height: 1px;background: rgb(216 173 114 / 46%);transform: rotate(135deg);}
#about_more_area .feature_card strong { display: block; margin-bottom: 14px; font-size: 24px; line-height: 1.45; letter-spacing: .06em; color: #fff; font-weight: 500; position: relative; z-index: 2; }
#about_more_area .feature_card p { margin: 0; font-size: 16px; line-height: 1.9; letter-spacing: .04em; color: rgba(255,255,255,.76); position: relative; z-index: 2; }
#about_more_area .feature_card:hover { transform: translateY(-8px); border-color: rgba(216,173,114,.34); background: linear-gradient(135deg,rgba(216,173,114,.18),rgba(255,255,255,.055)),rgba(255,255,255,.045); }
#about_more_area .about_more_deco { position: absolute; width: 280px; height: 280px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.1); pointer-events: none; opacity: .45; }
#about_more_area .deco_01 { left: -110px; top: 110px; transform: rotate(-28deg); }
#about_more_area .deco_02 { right: -90px; bottom: 80px; transform: rotate(142deg); }
@keyframes aboutMoreGlow {
  0% { opacity: .45; transform: scale(.92); }
  100% { opacity: .95; transform: scale(1.08); }
}

/*export_area*/
#export_area {position: relative;padding: 120px 0 240px;overflow: hidden;background: radial-gradient(circle at 18% 24%,rgba(190,145,79,.12),rgba(190,145,79,0) 34%),radial-gradient(circle at 82% 78%,rgba(60,96,42,.24),rgba(60,96,42,0) 38%),linear-gradient(135deg,#081006 0%,#111b0d 48%,#071006 100%);}
#export_area::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg,rgba(216,173,114,0),rgba(216,173,114,.45),rgba(216,173,114,0)); }
#export_area::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.016) 1px,transparent 1px); background-size: 74px 74px; opacity: .3; pointer-events: none; }
#export_area .export_wrap { position: relative; z-index: 3; }
#export_area .export_head { margin-bottom: 62px; text-align: center; }
#export_area .export_main { display: grid; grid-template-columns: minmax(360px,1.05fr) minmax(320px,.95fr); gap: 34px; align-items: stretch; margin-bottom: 34px; }
#export_area .export_intro,#export_area .export_counter_box,#export_area .capacity_card { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
#export_area .export_intro { position: relative; padding: 42px 38px; border-radius: 34px; background: linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.03)),rgba(10,14,7,.3); border: 1px solid rgba(216,173,114,.16); box-shadow: 0 28px 70px rgba(0,0,0,.28); overflow: hidden; }
#export_area .export_intro::before { content: ""; position: absolute; right: -70px; top: -70px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle,rgba(216,173,114,.16),rgba(216,173,114,0) 68%); animation: exportGlow 4.6s ease-in-out infinite alternate; }
#export_area .intro_label { margin-bottom: 14px; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: rgba(216,173,114,.85); position: relative; z-index: 2; }
#export_area .intro_title { margin-bottom: 20px; font-size: clamp(28px,2.2vw,40px); line-height: 1.45; letter-spacing: .05em; color: #fff; font-weight: 500; position: relative; z-index: 2; }
#export_area .export_intro > p { margin: 0; font-size: 17px; line-height: 2; letter-spacing: .04em; color: rgba(255,255,255,.8); position: relative; z-index: 2; }
#export_area .export_points { margin-top: 28px; display: grid; gap: 16px; position: relative; z-index: 2; }
#export_area .point_item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 18px; border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(216,173,114,.12); }
#export_area .point_item .icon { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.8); transform: rotate(-18deg); position: relative; margin-top: 2px; }
#export_area .point_item .icon::before {content: "";position: absolute;left: -5px;top: 15px;width: 46px;height: 1px;background: rgb(216 173 114 / 46%);transform: rotate(133deg);}
#export_area .point_item .txt strong { display: block; margin-bottom: 6px; font-size: 18px; line-height: 1.45; letter-spacing: .05em; color: #fff; font-weight: 500; }
#export_area .point_item .txt p { margin: 0; font-size: 15px; line-height: 1.8; letter-spacing: .04em; color: rgba(255,255,255,.72); }
#export_area .export_counter_box {
  display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"a a"
		"b c";gap:18px;
}
#export_area .counter_card { position: relative; padding: 30px 28px; border-radius: 30px; background: linear-gradient(135deg,rgba(216,173,114,.12),rgba(255,255,255,.04)),rgba(255,255,255,.035); border: 1px solid rgba(216,173,114,.16); box-shadow: 0 24px 58px rgba(0,0,0,.22); overflow: hidden; transition: transform .35s ease,border-color .35s ease,background .35s ease; }
#export_area .counter_card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg,rgba(216,173,114,.96),rgba(216,173,114,0)); }
#export_area .counter_card::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 140px; height: 140px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.12); transform: rotate(18deg); }
#export_area .counter_card:hover { transform: translateY(-6px); border-color: rgba(216,173,114,.3); background: linear-gradient(135deg,rgba(216,173,114,.16),rgba(255,255,255,.055)),rgba(255,255,255,.045); }
#export_area .card_a {grid-area: a;min-height: 320px;display: flex;justify-content: center;align-items: flex-end;flex-wrap: wrap;gap: 19px;}

#export_area .card_a:after{content:"";position:absolute;width: 100%;height: 100%;transform: unset;background: url(/images/40/export_area_img.jpg);border-radius: 0;border: unset;right: auto;bottom: auto;top: 0;left: 0;opacity: 0.4;background-size: cover;background-position: 50% 50%;}
#export_area .card_b {grid-area: b;min-height: 190px;}
#export_area .card_c {grid-area: c;min-height: 190px;}
#export_area .counter_num{display:flex;}
#export_area .allinbox{margin-bottom: 9px;}
#export_area .counter_num span {margin-bottom: 10px;font-size: clamp(40px,5vw,77px);line-height: 1;font-weight: 500;letter-spacing: .02em;color: #f3d4a0;position: relative;z-index: 2;}
#export_area .counter_title { margin-bottom: 8px; font-size: 20px; line-height: 1.4; letter-spacing: .05em; color: #fff; font-weight: 500; position: relative; z-index: 2; }
#export_area .counter_card p { margin: 0; font-size: 15px; line-height: 1.85; letter-spacing: .04em; color: rgba(255,255,255,.74); position: relative; z-index: 2; }

#export_area .export_globe { position: absolute; right: -40px; top: 80px; width: 560px; height: 560px; opacity: .16; pointer-events: none; perspective: 1400px; z-index: 1; }
#export_area .globe_core { position: absolute; inset: 0; transform-style: preserve-3d; animation: exportGlobeRotate 18s linear infinite; }
#export_area .globe_core .ring { position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; border: 1px solid rgba(216,173,114,.45); border-radius: 50%; transform-style: preserve-3d; transform-origin: center center; }
#export_area .globe_core .ring_01 { transform: translate(-50%,-50%) rotateX(78deg); }
#export_area .globe_core .ring_02 { transform: translate(-50%,-50%) rotateX(54deg); }
#export_area .globe_core .ring_03 { transform: translate(-50%,-50%) rotateX(28deg); }
#export_area .globe_core .ring_04 { transform: translate(-50%,-50%) rotateY(0deg); }
#export_area .globe_core .ring_05 { transform: translate(-50%,-50%) rotateY(30deg); }
#export_area .globe_core .ring_06 { transform: translate(-50%,-50%) rotateY(60deg); }
#export_area .globe_core .ring_07 { transform: translate(-50%,-50%) rotateY(90deg); }
#export_area .globe_core .ring_08 { transform: translate(-50%,-50%) rotateY(120deg); }
#export_area .globe_core .ring_09 { transform: translate(-50%,-50%) rotateY(150deg); }
#export_area .export_deco { position: absolute; width: 260px; height: 260px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.08); opacity: .45; pointer-events: none; }
#export_area .deco_01 { left: -100px; bottom: 70px; transform: rotate(-24deg); }
#export_area .deco_02 { right: -100px; top: 120px; transform: rotate(148deg); }
/*h1box*/
.webBox .h1box{position: absolute;margin: -160px auto 0;text-align: center;width: 100%;}
.webBox .h1box .pageh1{position:relative;font-size: 1rem;width: 90%;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}

.webBox .h1box .pageh1:before {content: "";position: absolute;bottom: -11px;height: 1px;width: 200px;background: linear-gradient(
90deg, rgba(216, 173, 114, 0), rgba(216, 173, 114, .55), rgba(216, 173, 114, 0));}

/*export_area02*/
#export_area02{position:absolute;margin-top: -90px;z-index: 9;width: 100%;padding: 0;}
#export_area02 .export_capacity {display: grid;grid-template-columns: repeat(4,1fr);gap: 16px;width: min(1400px , 100%);margin: 0 auto;}
#export_area02 .capacity_card {position: relative;padding: 28px 22px;border-radius: 24px;background: linear-gradient(135deg, rgb(31 33 18 / 49%), rgb(42 44 21 / 23%)), rgb(10 14 7 / 2%);border: 1px solid rgba(216,173,114,.14);box-shadow: 0 18px 38px rgba(0,0,0,.18);text-align: center;transition: transform .35s ease,border-color .35s ease;}
#export_area02 .capacity_card:hover { transform: translateY(-5px); border-color: rgba(216,173,114,.28); }
#export_area02 .cap_num { font-size: clamp(34px,2.6vw,48px); line-height: 1; font-weight: 500; color: #f0ce97; letter-spacing: .03em; }
#export_area02 .cap_unit { margin-top: 8px; font-size: 14px; letter-spacing: .16em; color: rgba(216,173,114,.84); text-transform: uppercase; }
#export_area02 .cap_title {margin-top: 5px;font-size: 16px;line-height: 1.7;letter-spacing: .04em;color: rgba(255,255,255,.8);}
#export_area .capacity_card{backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);}
#export_area02 .capacity_card:before{content:"";position:absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;z-index: -1;border-radius: 24px;}

#export_area02 .capacity_card:nth-child(1):before{background-image: url(/images/40/export_bg2_img01.png);}
#export_area02 .capacity_card:nth-child(2):before{background-image: url(/images/40/export_bg2_img02.png);}
#export_area02 .capacity_card:nth-child(3):before{background-image: url(/images/40/export_bg2_img03.png);}
#export_area02 .capacity_card:nth-child(4):before{background-image: url(/images/40/export_bg2_img04.png);}
@keyframes exportGlobeRotate {
  0% { transform: rotateX(18deg) rotateY(0deg); }
  100% { transform: rotateX(18deg) rotateY(360deg); }
}
@keyframes exportGlow {
  0% { opacity: .45; transform: scale(.92); }
  100% { opacity: .92; transform: scale(1.08); }
}



#process_story_area2 {position: relative;padding: 200px 0 150px;overflow: hidden;background: radial-gradient(circle at 18% 20%,rgba(190,145,79,.12),rgba(190,145,79,0) 34%),radial-gradient(circle at 82% 76%,rgba(64,94,48,.22),rgba(64,94,48,0) 38%),linear-gradient(135deg,#081006 0%,#131d0f 48%,#081006 100%);}
#process_story_area2::before {content: "";position: absolute;inset: 0;background: url(/images/40/pocess_bg.jpg);background-size: 76px 76px;opacity: .3;pointer-events: none;background-size: cover;}
#process_story_area2::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg,rgba(216,173,114,0),rgba(216,173,114,.42),rgba(216,173,114,0)); }
#process_story_area2 .process_story2_wrap { position: relative; z-index: 3; }
#process_story_area2 .process_story2_head { margin-bottom: 46px; text-align: center; }
#process_story_area2 .process_story2_stage { position: relative; height: 720px; }
#process_story_area2 .process_story2_path {position: absolute;inset: 0;width: 100%;height: 100%;z-index: 1;pointer-events: none;left: 3vw;}
#process_story_area2 .process_story2_path .path_base {fill: none;stroke: rgba(216,173,114,.34);stroke-width: 2;stroke-linecap: round;stroke-linejoin: round;stroke-dasharray: 14 14;filter: drop-shadow(0 0 6px rgba(216,173,114,.08));}

#process_story_area2 .process_story2_path .path_glow { fill: none; stroke: rgba(216,173,114,.85); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 90 2600; filter: drop-shadow(0 0 10px rgba(216,173,114,.3)); opacity: 0; }

#process_story_area2.is-inview .process_story2_path .path_glow { opacity: 1; animation: processStory2GlowMove 4.8s linear infinite; }
#process_story_area2 .process_story2_list {position: relative;width: 100%;height: 100%;margin: 0;padding: 0;list-style: none;z-index: 3;margin-left: 3vw;}
#process_story_area2 .process_story2_list > li { position: absolute; left: var(--dot-x); top: var(--dot-y); width: 0; height: 0; opacity: 0; filter: blur(8px); transform: translate(-50%,-50%) translateY(24px); transition: opacity .85s ease,transform .85s cubic-bezier(.19,1,.22,1),filter .85s ease; }
#process_story_area2 .process_story2_list > li.is-show { opacity: 1; filter: blur(0); transform: translate(-50%,-50%) translateY(0); }
#process_story_area2 .path_dot { position: absolute; left: 0; top: 0; width: 76px; height: 76px; margin-left: -38px; margin-top: -38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,rgba(185,136,69,.98),rgba(93,61,29,.98)); border: 1px solid rgba(255,232,181,.28); box-shadow: 0 18px 40px rgba(0,0,0,.34),0 0 24px rgba(216,173,114,.14); z-index: 6; opacity: 0; transform: scale(.62); transition: opacity .72s ease,transform .72s cubic-bezier(.19,1,.22,1),box-shadow .45s ease; }
#process_story_area2 .process_story2_list > li.is-show .path_dot { opacity: 1; transform: scale(1); box-shadow: 0 18px 40px rgba(0,0,0,.34),0 0 28px rgba(216,173,114,.22); }
#process_story_area2 .path_dot span { font-size: 14px; letter-spacing: .12em; color: #fff; font-weight: 500; line-height: 1; }
#process_story_area2 .step_card {position: absolute;left: var(--card-x);top: var(--card-y);width: 210px;height: 160px;padding: 18px 20px;border-radius: 24px;background: linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.03)),rgba(10,14,7,.34);border: 1px solid rgba(216,173,114,.16);box-shadow: 0 22px 52px rgba(0,0,0,.24);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);overflow: hidden;opacity: 0;transform: translateY(10px);transition: opacity .75s ease,transform .75s cubic-bezier(.19,1,.22,1),border-color .35s ease,box-shadow .35s ease;display: flex;flex-direction: column;justify-content: center;align-items: center;box-sizing: border-box;}
#process_story_area2 .process_story2_list > li.is-show .step_card { opacity: 1; transform: translateY(0); }
#process_story_area2 .step_card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 2px; background: linear-gradient(90deg,rgba(216,173,114,.9),rgba(216,173,114,0)); opacity: .85; }
#process_story_area2 .step_card::after { content: ""; position: absolute; right: -56px; bottom: -56px; width: 130px; height: 130px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.1); transform: rotate(18deg); pointer-events: none; }
#process_story_area2 .step_card:hover { transform: translateY(-8px); border-color: rgba(216,173,114,.32); box-shadow: 0 32px 76px rgba(0,0,0,.36); }
#process_story_area2 .step_card h3 { position: relative; z-index: 2; margin: 0 0 10px; font-size: 26px; line-height: 1.2; letter-spacing: .05em; color: #fff; font-weight: 500; }
#process_story_area2 .step_brief { position: relative; z-index: 2; margin: 0; font-size: 15px; line-height: 1.6; letter-spacing: .12em; color: rgba(216,173,114,.88); font-weight: 400; }

#process_story_area2 .step_01 {--dot-x: 10.3%;--dot-y: 23.6%;--card-x: -105px;--card-y: -169px;}

#process_story_area2 .step_02 {--dot-x: 33.7%;--dot-y: 18.7%;--card-x: -105px;--card-y: 19px;}

#process_story_area2 .step_03 {--dot-x: 61%;--dot-y: 22.2%;--card-x: -105px;--card-y: -168px;}

#process_story_area2 .step_04 {--dot-x: 79.4%;--dot-y: 29.2%;--card-x: 12px;--card-y: -80px;}

#process_story_area2 .step_05 {--dot-x: 79.4%;--dot-y: 69.9%;--card-x: 12px;--card-y: -80px;}

#process_story_area2 .step_06 {--dot-x: 56.4%;--dot-y: 78.9%;--card-x: -105px;--card-y: -170px;}

#process_story_area2 .step_07 {--dot-x: 35.1%;--dot-y: 75%;--card-x: -105px;--card-y: 11px;}

#process_story_area2 .step_08 {--dot-x: 12.9%;--dot-y: 58.9%;--card-x: -221px;--card-y: -76px;}
#process_story_area2 .process_story2_deco { position: absolute; width: 280px; height: 280px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.1); opacity: .42; pointer-events: none; }
#process_story_area2 .deco_01 { left: -110px; top: 110px; transform: rotate(-28deg); }
#process_story_area2 .deco_02 { right: -90px; bottom: 100px; transform: rotate(142deg); }
@keyframes processStory2GlowMove {
	0% { stroke-dashoffset: 0; }
	100% { stroke-dashoffset: -2600; }
}
@media screen and (max-width:1470px){
	#about_area .cert_img{width: 180px;}
}
@media screen and (max-width:1180px) {
  #process_story_area2 { padding: 100px 0 110px; }
  #process_story_area2 .process_story2_stage { height: auto; }
  #process_story_area2 .process_story2_path { display: none; }
  #process_story_area2 .process_story2_list {display: grid;grid-template-columns: repeat(2,1fr);gap: 18px;height: auto;margin-left: 0;}
  #process_story_area2 .process_story2_list > li { position: relative; left: auto !important; top: auto !important; width: auto; height: auto; transform: translateY(24px); }
  #process_story_area2 .process_story2_list > li.is-show { transform: translateY(0); }
  #process_story_area2 .path_dot { display: none; }
  #process_story_area2 .step_card { position: relative; left: auto !important; top: auto !important; width: 100%; height: 150px; min-height: 150px; }
}
@media screen and (max-width:760px) {
	#export_area .export_main{display:flex;flex-direction: column;padding-bottom: 90px;}
	#about_area .about_head{display:flex;flex-direction: column;align-items: flex-start;gap: 0;}
  #about_more_area .feature_card.big_card::after{height: 111%;top: -11%;right: -25%;}
	#process_story_area2 { padding: 82px 0 96px; }
  #process_story_area2 .process_story2_head { margin-bottom: 36px; }
  #process_story_area2 .process_story2_list { grid-template-columns: 1fr; gap: 16px; }
  #process_story_area2 .step_card { height: 140px; min-height: 140px; padding: 18px 18px; border-radius: 22px; }
  #process_story_area2 .step_card h3 { font-size: 24px; }
  #process_story_area2 .step_brief { font-size: 14px; }
}



/* product_area */

#product_area {position: relative;padding: 100px 0 100px;overflow: hidden;background: radial-gradient(circle at 18% 20%,rgba(190,145,79,.13),rgba(190,145,79,0) 34%),radial-gradient(circle at 82% 76%,rgba(64,94,48,.26),rgba(64,94,48,0) 38%),linear-gradient(135deg,#080f06 0%,#121d0d 48%,#070f06 100%);}
#product_area::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.016) 1px,transparent 1px); background-size: 76px 76px; opacity: .32; pointer-events: none; }
#product_area::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg,rgba(216,173,114,0),rgba(216,173,114,.45),rgba(216,173,114,0)); }
#product_area .product_wrap { position: relative; z-index: 3; }
#product_area .product_head { margin-bottom: 58px; text-align: center; }
#product_area .product_slider_box { position: relative; padding-bottom: 78px; }
#product_area #product_list {margin: 0;padding: 0;list-style: none;margin-bottom: 50px;}
#product_area #product_list li { padding: 0 14px; box-sizing: border-box; }
#product_area .slick-list { overflow: visible; margin: 0 -14px; }
#product_area .slick-track { display: flex; align-items: stretch; }
#product_area .slick-slide { height: auto; }
#product_area .slick-slide > div,#product_area .slick-slide li { height: 100%; }
#product_area .product_card { position: relative; height: 100%; min-height: 430px; aspect-ratio: 3/4.45; border-radius: 30px; overflow: hidden; background: linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.03)),rgba(10,14,7,.34); border: 1px solid rgba(216,173,114,.18); box-shadow: 0 22px 54px rgba(0,0,0,.3); transition: transform .38s ease,border-color .38s ease,box-shadow .38s ease; }
#product_area .product_card::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.08) 40%,rgba(0,0,0,.9) 100%),radial-gradient(circle at 50% 12%,rgba(216,173,114,.12),rgba(216,173,114,0) 48%); pointer-events: none; }
#product_area .product_card::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 2px; z-index: 3; background: linear-gradient(90deg,rgba(216,173,114,.95),rgba(216,173,114,0)); opacity: .8; }
#product_area .product_card:hover { transform: translateY(-10px); border-color: rgba(216,173,114,.36); box-shadow: 0 34px 86px rgba(0,0,0,.48); }
#product_area .product_img { width: 100%; height: 100%; overflow: hidden; }
#product_area .product_img img { width: 100%; height: 100%; display: block; object-fit: cover; background-size: cover; background-position: center; background-repeat: no-repeat; transform: scale(1.06); transition: transform 4.5s ease; }
#product_area .product_card:hover .product_img img { transform: scale(1.14); }
#product_area .info_box { left: 0; right: 0; bottom: 0; z-index: 5; padding: 28px 24px 24px; background: linear-gradient(180deg,rgba(10,14,7,0) 0%,rgba(10,14,7,.76) 34%,rgba(10,14,7,.96) 100%); }
#product_area .product_tag { margin-bottom: 9px; font-size: 12px; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase; color: rgba(216,173,114,.86); }
#product_area .info_box h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.35; letter-spacing: .05em; color: #fff; font-weight: 500; }
#product_area .info_box article { margin: 0; font-size: 15px; line-height: 1.75; letter-spacing: .04em; color: rgba(255,255,255,.76); -webkit-line-clamp: 2; }
#product_area .atag_item { inset: 0; z-index: 8; }
#product_area .product_nav { position: absolute; left: 50%; bottom: 0; z-index: 12; display: flex; align-items: center; justify-content: center; gap: 14px; transform: translateX(-50%); }
#product_area .product_arrow { width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(216,173,114,.32); background: linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.035)),rgba(10,14,7,.5); cursor: pointer; position: relative; transition: transform .35s ease,border-color .35s ease,background .35s ease; }
#product_area .product_arrow::before { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; border-top: 1px solid rgba(255,255,255,.86); border-right: 1px solid rgba(255,255,255,.86); }
#product_area .product_prev::before { transform: translate(-35%,-50%) rotate(-135deg); }
#product_area .product_next::before { transform: translate(-65%,-50%) rotate(45deg); }
#product_area .product_arrow:hover { transform: translateY(-4px); border-color: rgba(216,173,114,.58); background: linear-gradient(135deg,rgba(216,173,114,.2),rgba(255,255,255,.05)),rgba(10,14,7,.58); }
#product_area .product_deco { position: absolute; width: 280px; height: 280px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.1); opacity: .42; pointer-events: none; }
#product_area .deco_01 { left: -110px; top: 110px; transform: rotate(-28deg); }
#product_area .deco_02 { right: -90px; bottom: 100px; transform: rotate(142deg); }
@media screen and (max-width:1180px) {
  #product_area { padding: 100px 0 110px; }
  #product_area .product_card { min-height: 400px; }
}
@media screen and (max-width:760px) {
  #product_area {padding: 82px 0 60px;}
  #product_area .product_head { margin-bottom: 36px; }
  #product_area #product_list li { padding: 0 10px; }
  #product_area .slick-list { margin: 0 -10px; overflow: hidden; }
  #product_area .product_card { min-height: 430px; }
  #product_area .info_box { padding: 26px 22px 22px; }
  #product_area .info_box h3 { font-size: 22px; }
}


/* news_area */
#news_area .list_box img { height: 320px; }
#news_area .list_box .info_box { padding: 15px 30px; }
#news_area .list_box .info_box p a { margin-right: 10px; max-width: calc(100% - 100px); font-weight: 400; z-index: 2; }
#news_area .list_box .info_box p .time { width: 90px; font-weight: 300; }
#news_area .list_box .info_box h3 { height: 34px; font-size: 20px; }

/* book_area */
#book_area .list_box img { height: 450px; }
#book_area .list_box .img_box { border: var(--white) solid; border-width: 0 1px 1px 0; }
#book_area .list_box .img_box:before , #book_area .list_box .img_box:after { position: absolute; width: 100%; height: 100%; background: var(--white); z-index: 9; opacity: .4; content: ""; }
#book_area .list_box .img_box:after { right: 0; bottom: 0; }
#book_area .list_box .atag_item { z-index: 10; }
#book_area .list_box .badge { margin: auto; padding: 10px 20px; max-width: calc(80% - 40px); height: 34px; line-height: 36px; font-size: 20px; }

/* youtube_box */
#youtube_box { min-height: 1px; padding-bottom: 30%; }
#youtube_box a { position: absolute; background: var(--white); display: flex; top: 50%; left: 50%; z-index: 99; }
#youtube_box a i { margin: auto; font-size: 30px; color: var(--primary); }
#youtube_box iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 5; }

/* custom_area */
#custom_area { margin: 0; padding: 5vw 0 3vw; }
#custom_area:before { position: absolute; width: 100%; height: 75%; background: rgba(var(--primary-rgb), .1); display: block; bottom: 0; left: 0; opacity: .3; content: ""; }
#custom_box { padding: 8vw 0 5vw; }
#custom_box li .row { margin: 30px 20px; padding: 30px; display: block; border-bottom: 2px var(--primary) solid; }
#custom_box li .row h2 { font-size: 20px; }
#custom_box li .row article { margin-top: 30px; line-height: 200%; }

@-webkit-keyframes spineer { 0% { -webkit-box-shadow: 0 0 0 0 var(--info); } 70% { -webkit-box-shadow: 0 0 0 20px transparent; } 100%{ -webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer { 0% { box-shadow: 0 0 0 0 var(--info); } 70% { box-shadow: 0 0 0 20px transparent; } 100%{ box-shadow: 0 0 0 0 transparent; } }

@media screen and (min-width: 1281px){
	#book_area .list_box li:hover .badge { background: var(--primary); color: var(--white); }
	#custom_box li:hover .row { box-shadow: 0 4px 17px 0 rgba(var(--black-rgb), .2); }
}
@media screen and (max-width:1280px){
	#export_area02{position:relative;background: #0e170a;padding: 0px 0 50px;}
	#export_area02 .export_capacity{grid-template-columns: repeat(2, 1fr);width: 90%;}
}
@media screen and (max-width:1180px) {
  #export_area .export_main { grid-template-columns: 1fr; }
  #export_area .export_capacity { grid-template-columns: repeat(2,1fr); }
  #export_area .export_globe { width: 460px; height: 460px; right: -90px; }
}
@media screen and (max-width:760px) {
  #export_area { padding: 82px 0 90px; }
	.webBox .h1box .pageh1{font-size:0.8rem;}
	.webBox .h1box{margin: -170px auto 0;}
  #export_area .export_head { margin-bottom: 40px; }
  #export_area .export_intro { padding: 30px 22px; border-radius: 26px; }
  #export_area .intro_title {font-size: 28px;}
  #export_area .export_intro > p { font-size: 16px; line-height: 1.9; }
  #export_area .export_counter_box {
    grid-template-columns:1fr;grid-template-areas:"a"
			"b"
			"c";
  }
  #export_area .card_a,#export_area .card_b,#export_area .card_c { min-height: auto; }
  #export_area .counter_card { padding: 26px 22px; border-radius: 24px; }
  #export_area .counter_num { font-size: 54px; }
  #export_area .export_capacity { grid-template-columns: 1fr; }
  #export_area .capacity_card { padding: 24px 18px; border-radius: 20px; }
  #export_area .export_globe { width: 360px; height: 360px; right: -120px; top: 140px; opacity: .12; }
  #news_area .list_box .info_box { padding: 15px 0; }
  #youtube_box { padding-bottom: 60vw; }
  #custom_box li .row { margin: 10px 15px; padding: 10px 0; }
}

@media screen and (max-width:1180px) {
  #about_area { padding: 100px 0; }
 
  #about_area .about_main {grid-template-columns: 1fr;gap: 70px;display: flex;flex-direction: column;}
  #about_area #photo_list .img_scale,#about_area #photo_list a { height: 520px; }
  #about_more_area .about_more_grid,#about_more_area .feature_panel {grid-template-columns: 1fr;display: flex;flex-direction: column;gap: 30px;}
  #about_more_area .big_card { min-height: 340px; }
  #about_more_area .feature_side { grid-template-columns: repeat(2,1fr); }
}
@media screen and (max-width:760px) {
  #about_area { padding: 76px 0; }
 
  #about_area .info_box { padding: 28px 22px; border-radius: 26px; }
  #about_area #photo_list .img_scale,#about_area #photo_list a { height: 380px; }
  #about_area .photo_label { width: 108px; height: 108px; left: 22px; bottom: -28px; }
  #about_area .photo_label strong { font-size: 28px; }
  #about_area .cert_box { display: block; }
  #about_area .cert_img { width: 210px; margin-top: 18px; }
  #about_more_area { padding: 82px 0; }
 
 
  #about_more_area .timeline_panel { padding: 34px 24px; border-radius: 26px; }
  #about_more_area .timeline_panel::before { left: 56px; top: 104px; }
  #about_more_area .timeline_item { grid-template-columns: 62px 1fr; gap: 18px; margin-bottom: 30px; }
  #about_more_area .timeline_item .year { width: 62px; height: 62px; font-size: 16px; }
  #about_more_area .timeline_item strong { font-size: 19px; }
  #about_more_area .timeline_item p { font-size: 15px; }
  #about_more_area .feature_side { grid-template-columns: 1fr; }
  #about_more_area .feature_card { min-height: auto; padding: 30px 24px; border-radius: 24px; }
  #about_more_area .big_card { min-height: auto; }
  #about_more_area .feature_card strong { font-size: 21px; }
}

@media screen and (max-width: 640px){
	#book_area .list_box img { height: 65vw; }
	#product_area .product_slider_box{padding-bottom: 50px}
}
@media screen and (max-width: 450px){
	#product_area .bgBox { width: 100%; object-fit: cover; }
}
