/* 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; display: flex; justify-content: space-between; align-items: center; }
header #webmenu nav >ul >li >p a { color: var(--info); }
header.scroll { background: rgb(255 255 255/90%); }
#webmenu nav ul {display: flex;justify-content: flex-end;}
#webmenu nav ul.subOption { display: flex; flex-direction: column; }

/* search_box */
#openform { background: rgba(var(--white-rgb),.3); }
.wrapper * {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#wrap { position: relative; z-index: 8; }
/* section */
section { margin: 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: 400; 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; content: ""; }
.bg_box.white:before { background: rgba(var(--white-rgb),.2); }
/*header_content*/
.header_content { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; align-items: center; }
.header_content .main_title { font-size: 2.5rem; font-weight: 600; color: #444; margin-bottom: 0; letter-spacing: 4px; }
.header_content .sub_title { font-size: 1.125rem; color: var(--gray); letter-spacing: 2px; font-weight: 300; }
.webBox .header_content .pageh1 { position: relative; font-size: 1.2rem; font-weight: 400; }
.header_content .line_showline { position: absolute; display: flex; flex-direction: column; align-items: center; top: -122px; }
.header_content .line_showline .lan_01 { width: 5px; height: 20px; background: #8b6826; }
.header_content .line_showline .lan_02 { width: 1px; height: 91px; background: #372708; }
/*more_btn_area*/
.more_btn_area { text-align: center; margin-top: 60px; display: flex; justify-content: center; align-items: center; position: relative; }
.more_btn_area .btn_wrap { position: relative; }
.more_btn_area .btn_wrap:before { content: ""; width: 70px; height: 1px; background: #dcdcdc; position: absolute; right: 77px; z-index: 3; }
.btn_wrap { display: flex; align-items: center; cursor: pointer; transition: all 0.3s ease; text-decoration: none; }
.btn_wrap span { font-size: 1rem; color: #555; margin-right: 44px; letter-spacing: 2px; padding: 20px; background: #f5efea; border-radius: 666px; padding: 28px 20px 28px 50px; font-weight: 600; width: 200px; }
.btn_wrap .circle_icon { width: 100px; height: 100px; background: linear-gradient(90deg,#b38564,#bf8c6a,#a47352); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; box-shadow: 0 4px 15px rgba(180,138,106,0.4); transition: transform 0.3s ease; }
.btn_wrap .circle_icon img { filter: brightness(66666); width: 16px; }
.btn_wrap:hover .circle_icon { transform: translateX(5px); }
/*#serviceJ_area */
#serviceJ_area { padding: 80px 0; background: url('/images/40/serve_bg.jpg'),linear-gradient(to bottom,#ffffff,#f0f0f0); margin: 0; }
#serviceJ_area  .servicelist { margin: 0; }
#serviceJ_area  .seeJlist { margin: 15px 10px; transition: all 0.3s ease; border-radius: 20px; border: #efefef 1px solid; }
#serviceJ_area .seeJlist:hover { border: #a77655 1px solid; }
#serviceJ_area  .seeJlist .img_scale { border-radius: 20px 20px 0px 0px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); background: #fff; }
#serviceJ_area  .seeJlist .img_scale a { width: 100%; display: block; aspect-ratio: 4/5; }
#serviceJ_area  .seeJlist .img_cover { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
#serviceJ_area  .seeJlist:hover .img_cover { transform: scale(1.1); }
#serviceJ_area  .seetitle { background: #fff; padding: 25px 10px; text-align: center; border-radius: 0 0 20px 20px; border: 1px solid #f0f0f0; border-top: none; margin-top: -10px; position: relative; z-index: 2; }
#serviceJ_area  .seetitle .line { display: block; width: 25px; height: 2px; background: var(--gray); margin: 0 auto 15px; opacity: 0.5; }
#serviceJ_area  .seetitle p { font-size: 18px; color: #333; letter-spacing: 1px; text-align: center; font-weight: 600; }
/*slick-prev*/
#wrap .slick-prev,#wrap .slick-next { width: 40px; height: 40px; z-index: 10; transition: all 0.3s ease; background-size: contain; background-repeat: no-repeat; background-position: center; }
#wrap .slick-prev { left: -50px; background-image: url('/images/40/arrow-left.png'); }
#wrap .slick-next { right: -50px; background-image: url('/images/40/arrow-right.png'); }
#wrap .slick-prev:before,#wrap .slick-next:before { content: none; }
/* About Area JJ CSS */
#about_areaJJ { padding: 120px 0; background: #fff; overflow: visible; background-image: url(/images/40/about_bg.jpg); margin: 0; }
#about_areaJJ .btn_wrap span { background: white; }
#about_areaJJ .workframe { display: flex; align-items: center; justify-content: space-between; position: relative; }
#about_areaJJ .img_box { width: 55%; position: relative; z-index: 1; }
#about_areaJJ .img_scale { border-radius: 150px 40px 40px 58px; overflow: hidden; box-shadow: 10px 20px 40px rgba(0,0,0,0.05); }
#about_areaJJ .img_scale a { width: 100%; }
#about_areaJJ .img_cover { width: 100%; height: auto; display: block; aspect-ratio: 7/8; object-fit: cover; }
#about_areaJJ .info_box { width: 45%; padding-left: 60px; position: relative; z-index: 2; padding-bottom: 150px; }
#about_areaJJ .sub_title { font-size: 1.25rem; letter-spacing: 3px; color: #666; margin-bottom: 20px; display: flex; align-items: center; text-transform: uppercase; font-family: serif; }
#about_areaJJ .sub_title span { display: inline-block; width: 60px; height: 1px; background: #ccc; margin-left: 15px; }
#about_areaJJ .area_title { font-size: 40px; font-weight: bold; color: #333; line-height: 1.4; margin-bottom: 30px; letter-spacing: 1px; }
#about_areaJJ .duction { font-size: 16px; color: #777; line-height: 2; margin-bottom: 50px; text-align: justify; padding-right: 20px; }
#about_areaJJ .more_btn_area { display: inline-flex; justify-content: flex-start; margin-top: 0; }
#about_areaJJ .statisticsList { position: absolute; bottom: -40px; right: 12%; display: flex; box-shadow: 0 15px 50px rgba(0,0,0,0.1); background: #fff; z-index: 5; border-radius: 4px; overflow: hidden; border-radius: 0 0 40px 0; }
#about_areaJJ .statisticsItem { padding: 40px 40px; text-align: center; min-width: 200px; display: flex; flex-direction: column; justify-content: center; }
#about_areaJJ .statisticsItem:nth-child(1),#about_areaJJ .statisticsItem:nth-child(2) { border-right: 1px solid #eee; }
#about_areaJJ .statisticsItem:last-child { background: linear-gradient(180deg,#7f5445,#dbbaa6,#d79e83); color: #fff; border: none; border-radius: 0 0 40px 0; padding: 30px 66px; }
#about_areaJJ .numberBox { font-size: 42px; line-height: 1; margin-bottom: 10px; color: #333; font-weight: bold; display: flex; align-items: flex-end; }
#about_areaJJ .numberBox * { font-family: 'Noto Serif TC',sans-serif; }
#about_areaJJ .numberBox .number { font-size: 3.8rem; line-height: 1; }
#about_areaJJ .statisticsItem:last-child .numberBox { color: #fff; }
#about_areaJJ .unit { font-size: 1rem; vertical-align: bottom; margin-left: 2px; line-height: 1.2; }
#about_areaJJ .tt { font-size: 1.5rem; font-weight: normal; margin-left: 5px; color: #666; vertical-align: bottom; line-height: 1.2; }
#about_areaJJ .statisticsItem:last-child * { color: rgba(255,255,255,0.9); }
#about_areaJJ .title {font-size: 15px;color: #888;letter-spacing: 1px;font-weight: 500;}
#about_areaJJ .statisticsItem:last-child .title { color: rgba(255,255,255,0.9); }
/*boo_box*/
.boo_box { display: flex; justify-content: flex-end; background: linear-gradient(180deg,#b38564,#bf8c6a,#a47352); }
#picture_fly { position: absolute; z-index: 9; right: -1vw; width: 10vw; }
#picture_fly2 { position: absolute; z-index: 9; left: -1vw; width: 10vw; }
/* News Area JJ CSS */
#news_areaJJ { padding: 20px 0; overflow: hidden; }
#news_areaJJ .workframe { display: grid; grid-template-columns: 5% 68% 25%; gap: 1%; align-items: end; justify-content: space-between; width: min(1680px,100%); }
#news_areaJJ .title_box { width: 100px; display: flex; flex-direction: column; align-items: center; padding-top: 20px; margin-right: 20px; height: 100%; }
#news_areaJJ .sub_title { font-size: 24px; color: #999; letter-spacing: 10px; writing-mode: vertical-lr; text-orientation: upright; font-family: 'serif'; text-transform: uppercase; margin-bottom: 40px; display: flex; flex-direction: row; align-items: center; gap: 20px; }
#news_areaJJ .sub_title span { background: #cdcdcd; width: 1px; height: 68px; display: flex; }
#news_areaJJ .list_box { position: relative; padding-top: 20px; }
#news_areaJJ .list_box ul { list-style: none; padding: 0; margin: 0; }
#news_areaJJ .list_box li { padding: 10px; }
#news_areaJJ .img_scale { border-radius: 20px; background: #f4f4f4; overflow: hidden; transition: transform 0.3s ease; }
#news_areaJJ .img_cover { width: 100%; height: 320px; object-fit: cover; }
#news_areaJJ .info_box { padding: 20px; background: #f1f1f1; min-height: 100px; display: flex; align-items: center; }
#news_areaJJ .h3 { font-size: 1.1rem; color: #555; font-weight: 600; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 56px; }
#news_areaJJ .atag_item { top: 0; left: 0; width: 100%; height: 100%; z-index: 5; }
#news_areaJJ .news_area_info_box { padding-top: 20px; display: flex; flex-direction: column; justify-content: center; margin-bottom: 50px; }
#news_areaJJ .inftext { font-size: 2.5rem; color: #3d3d3d; margin-bottom: 30px; font-weight: bold; letter-spacing: 2px; letter-spacing: 0.1em; }
#news_areaJJ .tottext { font-size: 1.5rem; color: #444; margin-bottom: 20px; line-height: 1.5; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; height: 43px; }
#news_areaJJ .news_area_info_box p { font-size: 15px; color: #888; margin-bottom: 40px; text-align: justify; }
#news_areaJJ .more_btn_area { margin-top: 0; display: inline-flex; justify-content: flex-start; }
#news_areaJJ .custom_nav { display: flex; flex-direction: column; gap: 15px; }
#news_areaJJ .nav_btn { width: 50px; height: 50px; background: #f1f1f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; transition: 0.3s; border: none; outline: none; font-size: 1.5rem; padding: 20px; }
#news_areaJJ .nav_btn:hover { background: var(--brown-accent); }
#news_areaJJ .nav_btn.active_arrow { background: var(--brown-accent); box-shadow: 0 4px 10px rgba(180,138,106,0.4); }
#news_areaJJ .nav_btn.active_arrow img { filter: brightness(6666); }
/* Book Area JJ CSS */
#book_areaJJ { padding: 20px 0 150px; overflow: hidden; background-image: url(/images/40/book_areaJJ_bg.png); margin: 0; }
#book_areaJJ .header_content { margin-bottom: 40px; text-align: center; }
#book_areaJJ .header_content .sub_entitle { font-size: 16px; letter-spacing: 4px; color: #999; text-transform: uppercase; margin-bottom: 10px; font-family: 'serif'; }
#book_areaJJ .list_box { margin: 0 -20px; padding: 0px 0; }
#book_areaJJ .list_box ul { list-style: none; margin: 0; }
#book_areaJJ .img_scale { margin: 20px 20px; border-radius: 30px; background: #f7f7f7; border: 1px solid #e0e0e0; overflow: hidden; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: transform 0.3s; display: flex; flex-direction: column; align-items: center; }
#book_areaJJ .img_scale:hover { transform: translateY(-5px); box-shadow: 0px 9px 10px rgba(0,0,0,0.08); }
#book_areaJJ .img_box { width: 90%; overflow: hidden; margin-top: 36px; border-radius: 30px 30px 0 0; }
#book_areaJJ .img_cover { width: 100%; object-fit: cover; aspect-ratio: 57/31; }
#book_areaJJ .inbooktext { padding: 30px; padding-bottom: 40px; }
#book_areaJJ .booktitle { font-size: 1.5rem; font-weight: bold; color: #333; margin-bottom: 15px; line-height: 1.4; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
#book_areaJJ .bookinfo { font-size: 15px; color: #666; line-height: 1.8; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 10px 0; width: 90%; }
#book_areaJJ .plusmore { position: absolute; bottom: 20px; right: 20px; width: 40px; height: 40px; background: var(--brown-accent); border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; transition: 0.3s; }
#book_areaJJ .plusmore p { color: white; }
#book_areaJJ .plusmore:hover { transform: scale(1.1); background: #a87b5a; }
#book_areaJJ .stlye2 { display: flex; justify-content: center; margin-top: 50px; gap: 20px; }
#book_areaJJ .butmottom a { display: flex; align-items: center; padding: 12px 35px; border-radius: 5px; text-decoration: none; transition: 0.3s; font-size: 16px; letter-spacing: 1px; }
#book_areaJJ .butmottom:first-child a { color: #fff; background: linear-gradient(7deg,#b38564,#c4987a,#a47352); }
#book_areaJJ .butmottom:first-child a span { color: white; }
#book_areaJJ .butmottom:first-child a:hover { background: #a87b5a; }
#book_areaJJ .butmottom:last-child a { background: #fff; border: 1px solid #b48a6a; color: #b48a6a; }
#book_areaJJ .butmottom:last-child a span { color: #634712; }
#book_areaJJ .butmottom:last-child a:hover { background: #fafafa; }
#book_areaJJ .butmottom img { width: 7px; margin-left: 10px; filter: brightness(0) invert(1); }
#book_areaJJ .butmottom:last-child img { filter: none; }
#book_areaJJ .slick-prev { left: -60px; }
#book_areaJJ .slick-next { right: -60px; }
/* Custom Area JJ CSS */
#custom_areaJJ { padding: 50px 0 100px; background: #f6f5f5; position: relative; margin: 0; }
#custom_areaJJ:before { position: absolute; content: ""; background: url("/images/40/white-marble-texture.png"); aspect-ratio: 329/122; width: 17vw; background-size: cover; top: -3vw; }
#custom_areaJJ .workframe { position: relative; }
#custom_areaJJ #custom_box { width: 59%; padding-right: 20px; }
#custom_areaJJ #custom_box ul { list-style: none; padding: 0; }
#custom_areaJJ #custom_box ul li{position:relative;}
#custom_areaJJ .comta_box { position: relative; padding: 30px 0; border-bottom: 1px solid #adadad; }
#custom_areaJJ .comta_box:before { content: ""; position: absolute; width: 0; height: 1px; background: #565656; bottom: 0; -webkit-transition: all 0.3s ease-in-out; }
#custom_areaJJ .comta_box:hover:before { width: 100%; }
#custom_areaJJ li:last-child .comta_box { border-bottom: none; }
#custom_areaJJ .cotitle { font-size: 24px; color: #333; font-weight: bold; margin-bottom: 15px; letter-spacing: 1px; \: 'serif'; padding-left: 5%; }
#custom_areaJJ .coinfo_box {display: flex;align-items: center;justify-content: space-between;padding: 0 5%;gap: 20px;}
#custom_areaJJ .co_ltft:first-child { width: 85%; font-size: 15px; color: #666; line-height: 1.8; text-align: justify; }
#custom_areaJJ .circle_icon { width: 50px; height: 50px; background: linear-gradient(7deg,#b38564,#c4987a,#a47352); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 0.3s; cursor: pointer; }
#custom_areaJJ .circle_icon:hover { background: #a87b5a; transform: translateX(5px); }
#custom_areaJJ .circle_icon img { width: 20px; filter: brightness(0) invert(1); padding: 4px; }
#custom_areaJJ .fly_img_box { position: absolute; right: -3vw; top: -6vw; aspect-ratio: 471/633; width: 24vw; border-radius: 10px 10px 10px 60px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
#custom_areaJJ .fly_img_box img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width:1470px) {
  #news_areaJJ .workframe { width: min(1366px,100%); }
  #news_areaJJ .img_scale { margin-left: 0rem !important; margin-right: 0rem !important; }
  #news_areaJJ .img_cover { height: 300px; }
}
@media (max-width:1280px) {
  /* header */
header .menu { border-bottom: 1px rgba(var(--white-rgb),.2) solid; display: flex; justify-content: space-between; align-items: center; }
header #webmenu nav >ul >li >p a {color: #ffffff;}
header.scroll { background: rgb(255 255 255/90%); }
#webmenu nav ul {display: flex;flex-direction: column;}
#webmenu nav ul.subOption { display: flex; flex-direction: column; }

  
  #serviceJ_area .workframe { width: min(900px,90%); }
  #about_areaJJ .info_box { padding-left: 10px; }
  #news_areaJJ .title_box { display: none; }
  #news_areaJJ .workframe { display: flex; flex-direction: column; width: 90%; align-items: center; }
}
@media (max-width:1024px) {
  #serviceJ_area { padding: 60px 0; }
  #news_areaJJ .workframe { flex-direction: column; }
  #news_areaJJ .title_box { width: 100%; border-right: none; border-bottom: 1px solid #eee; flex-direction: row; justify-content: space-between; margin-bottom: 20px; padding-bottom: 10px; margin-right: 0; }
  #news_areaJJ .sub_title { writing-mode: horizontal-tb; letter-spacing: 5px; margin-bottom: 0; }
  #news_areaJJ .custom_nav { flex-direction: row; }
  #news_areaJJ .list_box {width: 100%;margin-bottom: 30px;order: 1;}
  #news_areaJJ .news_area_info_box {width: 100%;padding-left: 0;order: 3;}
  #about_areaJJ .workframe { flex-direction: column; }
  #about_areaJJ .img_box { width: 100%; margin-bottom: 40px; }
  #about_areaJJ .img_scale { border-radius: 20px; }
  #about_areaJJ .info_box { width: 100%; padding-left: 0; padding-bottom: 100px; }
  #about_areaJJ .statisticsList { position: relative; right: 0; left: 0; bottom: 0; width: 100%; justify-content: space-between; background: unset; box-shadow: unset; }
  #about_areaJJ .statisticsItem {flex: 1;min-width: auto;padding: 20px 10px;}
  #book_areaJJ { padding: 80px 0; }
  #book_areaJJ .slick-prev,#book_areaJJ .slick-next { display: none !important; }
  #custom_areaJJ .fly_img_box { position: relative; width: 100%; top: 0; height: 300px; margin-top: 40px; }
  #custom_areaJJ #custom_box { width: 100%; padding-right: 0; }
  #about_areaJJ .statisticsItem:last-child {background: unset;padding: 0;}
  #about_areaJJ .statisticsItem:last-child * {color: #181818;}
  #about_areaJJ .statisticsItem:last-child .title , #about_areaJJ .title{color:#3a3a3a;}
}
@media (max-width:768px) {
  .header_content .main_title {font-size: 2rem;}
  .header_content .sub_title { font-size: 15px; padding: 0 20px; }
  .seeJlist .img_scale { border-radius: 15px; }
  .seetitle p { font-size: 16px; }
  #news_areaJJ { padding: 60px 0; }
  #news_areaJJ .inftext {font-size: 28px;margin-bottom: 30px;}
  #about_areaJJ {padding: 70px 0;}
  #about_areaJJ .area_title { font-size: 28px; }
  #about_areaJJ .statisticsList {position: relative;bottom: auto;margin-top: 30px;box-shadow: 0 5px 20px rgb(0 0 0 / 0%);display: grid;grid-template-columns: 31% 36% 23%;}
  #about_areaJJ .statisticsItem , #about_areaJJ .statisticsItem:last-child {border-right: none !important;border-bottom: 1px solid #eee;}
  #about_areaJJ .info_box { padding-bottom: 0; }
  #book_areaJJ .header_content .main_title { font-size: 32px; }
  #book_areaJJ .stlye2 { flex-direction: row; align-items: center; display: flex; flex-wrap: wrap; }
  #book_areaJJ .butmottom { width: 40%; max-width: 300px; }
  #book_areaJJ .butmottom a { justify-content: center; }
  #serviceJ_area .servicelist { width: calc(100% - 40px); margin: 0 auto; }
  #wrap .slick-prev,#wrap .slick-next { width: 25px; height: 25px; }
  #wrap .slick-prev { left: -33px; }
  #wrap .slick-next { right: -33px; }
  .boo_box{display:none;}
  #about_areaJJ .tt{
    font-size: 1.1rem;
}
}
/* product_area */
#product_area { overflow: hidden; max-width: 100vw; }
#product_area .slick-list { overflow: visible; }
/* 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; }
/* 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; }
@-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) {
  #custom_box li:hover .row { box-shadow: 0 4px 17px 0 rgba(var(--black-rgb),.2); }
}
@media screen and (max-width:768px) {
  #news_area .list_box .info_box { padding: 15px 0; }
  #youtube_box { padding-bottom: 60vw; }
  #custom_box li .row { margin: 10px 15px; padding: 10px 0; }
  #custom_areaJJ .coinfo_box { display: flex; flex-direction: column; align-items: center; }
  #custom_areaJJ .co_ltft:first-child { width: 100%; }
  #custom_areaJJ .header_content .line_showline { display: none; }
  .webBox .header_content .pageh1 { font-size: 1rem; }
}
@media screen and (max-width:640px) {
  .header_content .line_showline .lan_01 { background: white; height: 70px; width: 2px; }
  .header_content .line_showline .lan_02 { height: 40px; }
  #serviceJ_area .seeJlist .img_scale a { aspect-ratio: 6/7; }
  #serviceJ_area .seeJlist { margin: 15px 7px; }
  .header_content { margin-bottom: 30px; }
  #serviceJ_area .seetitle { padding: 10px 0; }
  #serviceJ_area .seetitle .line { margin: 4px auto; }
  .btn_wrap .circle_icon { width: 70px; height: 70px; }
  .btn_wrap span { padding: 20px 20px 20px 50px; font-weight: 700; font-size: 1.1rem; margin-right: 22px; }
  .more_btn_area .btn_wrap:before { right: 56px; }
  #news_areaJJ .title_box {display: flex;justify-content: flex-end;order: 2;position: relative;margin: 0;right: 2vw;z-index: 9;border-bottom: none;}
  #news_areaJJ .news_area_info_box{margin-top: -71px;}
  #news_areaJJ .title_box .sub_title { display: none; }
  #book_areaJJ .butmottom a { padding: 12px 8px; }
  #book_areaJJ { padding: 40px 0; }
  #custom_areaJJ { padding: 50px 0 40px; }
}
@media screen and (max-width:480px) {
  #product_area .bgBox { width: 100%; object-fit: cover; }
  #about_areaJJ .numberBox .number { font-size: 3rem; }
  #news_areaJJ { padding: 0; margin-top: -70px; }
}
