#sub_banner_box {opacity: 1;width: 100%;background: var(--secondary);}
#sub_banner_box .parallax_bg {margin-bottom: 0;min-height: 300px;opacity: .6;background-attachment: unset;background-position: 50% 50%;}
.webBox .parallax_svg.bann { -webkit-animation: parallax_top 10s linear infinite; animation: parallax_top 10s linear infinite; position: fixed; top: 87px; }
#sbox { margin-top: 88px; position: relative; display: flex; align-items: center; justify-content: center; }
#sbox .text {position: absolute;width: min(90%,1280px);transform: translateY(5px);}
#sbox .text h1 {line-height: 1.3;font-size: 32px;letter-spacing: 3px;font-weight: 500;color: white;}
#sbox .text .subtit {margin-top: 10px;letter-spacing: 1px;font-size: 15px;color: white;}
#wrap { z-index: 4; }
#wrap >.workframe { width: min(90%,1280px) }
#wrap .pag_tit { margin-bottom: 0px; line-height: 170%; margin-top: 120px; }
.waylink ol { padding-top: 20px; }
.waylink ol li,.waylink ol li a { letter-spacing: .1em; font-weight: 400; font-size: 14px; vertical-align: bottom; }
.waylink ol li:after { margin: 0 10px; display: inline-block; font-weight: 300; font-size: 15px; color: var(--info); content: "-"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }
aside {margin-bottom: clamp(40px,5vw,75px);border-top: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;background: #FFFFFF;margin-top: 5vw;z-index: 10;}
#category_nav { display: flex; align-items: stretch; justify-content: center; margin: 0; padding: 0; white-space: normal; list-style: none; }
#category_nav > li { position: relative; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; }
#category_nav > li::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 20px; background: #E5E5E5; transform: translateY(-50%); }
#category_nav > li:last-child::after { display: none; }
#category_nav .h4 { position: relative; margin: 0; padding: 0; }
#category_nav .h4 a { position: relative; display: block; padding: 25px clamp(35px,5vw,80px); color: #353535; font-size: 17px; font-weight: 500; line-height: 1.5; letter-spacing: .08em; text-decoration: none; transition: color .35s ease,background-color .35s ease; }
#category_nav > li:hover .h4 a { color: #C10F02; }
#category_nav > li.action .h4 a { color: #C10F02; font-weight: 600; }
#category_nav .h4 a:focus-visible { outline: 3px solid #C10F02; outline-offset: -3px; }
.mb_nav { display: none; }
#form1 { margin-top: 103px; }
#content_wrap { padding: 0 0 60px; min-height: 350px; }
#content_wrap .h2tit{font-size:26px;font-weight: 500;letter-spacing: 1px;margin-bottom: 10px;margin-top: 5vw;}
#content_wrap .list_box{margin-top:5vw}
#content_wrap .list_box li { margin: 0 15px 50px; vertical-align: top; }
#content_wrap .img_box {clip-path: polygon(0 0, 90% 0, 100% 15%, 100% 100%, 0 100%);}
#content_wrap .info_box {margin: 15px 0 0;}
#content_wrap .info_box .time {width: auto;font-weight: 500;font-size: 14px;color: #a4a4a4;font-family: "Lato", serif;}
#content_wrap .info_box .more_btn { margin-left: 10px; padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#content_wrap .info_box .quote_box * { font-weight: 400; font-size: 13px; }
#content_wrap .info_box .h3 {height: 60px;font-size: 20px;-webkit-line-clamp: 2;line-height: 1.5;margin-bottom: 15px;font-weight: 500;}
#content_wrap .info_box article {height: auto;line-height: 160%;font-weight: 300;font-size: 15px;-webkit-line-clamp: 2;text-align: justify;}
#book_list, #news_list {display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: clamp(24px,3vw,48px);padding: 0;white-space: normal;margin: 5vw 0 50px;}
#book_list > li, #news_list > li { width: auto !important; margin: 0 !important; padding: 0; vertical-align: top; background: #FFFFFF; overflow: hidden; }
#book_list .img_box { aspect-ratio: 4/3; background: #F6F6F6; clip-path: polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px)); }
#book_list .img_box svg { display: block; width: 100%; height: 100%; }
#book_list .img_box img { inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1),filter .7s ease; }
#book_list .h3 {position: relative;margin: 0;padding: 24px 52px 24px 24px;color: #1F2328;font-size: 18px;font-weight: 500;line-height: 1.6;letter-spacing: .08em;text-align: left;border-bottom: 1px solid #E5E5E5;transition: color .35s ease,padding-left .35s ease;height: auto;}
#book_list .h3::before { content: ""; position: absolute; left: 24px; bottom: -1px; width: 52px; height: 3px; background: #C10F02; transition: width .45s cubic-bezier(.22,1,.36,1); }
#book_list .h3::after {content: "↗";position: absolute;right: 24px;top: 50%;color: var(--secondary);font-size: 18px;font-weight: 400;transform: translateY(-50%);transition: transform .35s ease;}
#book_list > li > a { inset: 0; z-index: 5; }
#book_list > li:hover .img_box img { transform: scale(1.06); filter: brightness(.88); }
#book_list > li:hover .h3 {  padding-left: 30px; }
#book_list > li:hover .h3::before { width: calc(100% - 48px); }
#book_list > li:hover .h3::after { transform: translate(4px, -50%) rotate(45deg);}
#book_list > li > a:focus-visible { outline: 3px solid #C10F02; outline-offset: -3px; }
#album_list {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}
#album_list>div {margin: 0 1px 1px 0;flex-grow: 1;}
#album_list>div img {width: auto;min-width: 100%;aspect-ratio: 4/3;}
#faq_list {margin: 5vw 0 50px;padding: 0;list-style: none;border-top: 1px solid #E5E5E5;}
#faq_list,#faq_list * { transition: unset; -webkit-transition: unset; }
#faq_list > li { position: relative; margin: 0; border-bottom: 1px solid #E5E5E5; background: #FFFFFF; transition: background-color .35s ease,border-color .35s ease; }
#faq_list .title { display: flex; align-items: center; gap: 0; padding: 25px 70px 25px 25px; color: #1F2328; text-decoration: none; transition: color .35s ease,background-color .35s ease,padding-left .35s ease; }
#faq_list .title::after { content: ""; position: absolute; right: 28px; top: 50%; width: 9px; height: 9px; border-right: 2px solid #747474; border-bottom: 2px solid #747474; transform: translateY(-70%) rotate(45deg); transition: border-color .35s ease,transform .35s ease; }
#faq_list .icon { position: relative; flex: 0 0 34px; width: 34px; aspect-ratio: 1; transition: background-color .35s ease,border-color .35s ease; display: flex; align-items: center; justify-content: center; }
#faq_list .icon::before { content: "Q."; position: absolute; transition: background-color .35s ease,transform .35s ease; font-weight: bold; }
#faq_list .icon::after { transform: translate(-50%,-50%) rotate(90deg); }
#faq_list .txt { color: #1F2328; font-size: 19px; font-weight: 500; line-height: 1.6; letter-spacing: .05em; }
#faq_list .info { position: relative; padding: 0 60px 28px 60px; color: #747474; font-size: 16px; line-height: 2; letter-spacing: .035em; background: #FFFFFF; }
#faq_list .info p { margin: 0; }
#faq_list > li:hover { border-bottom-color: rgba(193,15,2,.35); }
#faq_list > li:hover .title { color: #C10F02; padding-left: 32px; }
#faq_list > li:hover .title::after { border-color: #C10F02; }
#faq_list > li:hover .icon { border-color: #C10F02; }
#faq_list > li.current { border-bottom-color: #C10F02; }
#faq_list > li.current .title { color: #C10F02; }
#faq_list > li.current .txt { color: #C10F02; }
#faq_list > li.current .title::after { border-color: #C10F02; transform: translateY(-30%) rotate(225deg); }
#faq_list > li.current .icon { color: #C10F02; }
#faq_list > li.current .icon::after { transform: translate(-50%,-50%) rotate(0deg); }
#faq_list > li.current .info { display: block!important; color: #747474; }
#faq_list .title:focus-visible { outline: 3px solid #C10F02; outline-offset: -3px; }
#pagenav a,#pagenav strong { margin: 0 2px; width: 35px; height: 35px; display: inline-block; text-align: center; line-height: 35px; font-weight: 400; }
#pagenav strong { background: var(--primary); color: var(--white); border-radius: 50%; }
#pagenav p { margin: 0 5px; width: calc(50% - 10px); vertical-align: top; }
#pagenav p a { margin: 15px 0 0; padding: 0 15px; width: auto; height: auto; line-height: initial; font-size: 0; }
#pagenav p a i { margin: 0 5px 0 0; width: 11px; line-height: 23px; font-size: 12px; vertical-align: top; }
#pagenav p a font { max-width: calc(100% - 16px); min-width: auto; font-size: 14px; font-weight: 100; vertical-align: top; }
#pagenav p:last-child a i { margin: 0 0 0 5px; }
#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;}
#describe {margin: 5vw 0;}
#describe *,.tab_content * {vertical-align: bottom;color: currentcolor;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#google_shere { margin-top: 30px; }
.form_box p.note .red { color: #f00; }
.form_box p.item { padding: 15px; border-bottom: 1px rgba(var(--primary-rgb),.7) dashed; }
.form_box p.item label span { font-weight: 500; font-size: 17px; }
.form_box p.item label i { margin-left: 15px; line-height: 20px; font-size: 20px; color: #f00; }
.form_box p.item font { margin: 5px 0; }
.form_box p.item.check_box { border-bottom: 0; }
.form_box p.send_box { margin: 15px 0 50px; }
[data-action="loader"] { width: 100vw; height: 100vh; background: rgba(var(--black-rgb),.3); line-height: 100vh; top: 0; left: 0; opacity: 0; z-index: -1; }
[data-action="loader"] .loader_circle { width: 50px; height: 50px; border: 2px rgba(var(--black-rgb),.6) solid; border-left-color: rgba(var(--white-rgb),.4); border-radius: 50%; }
[data-action="loader"]#lodbg .loader_circle { -webkit-animation: circle infinite 0.75s linear; animation: circle infinite 0.75s linear; }
#lodbg { opacity: 1; z-index: 99999; }

@media screen and (min-width:980px) {
  #google_shere { margin-top: 6vw; }
}
@media screen and (min-width:761px) {
  .form_box p.item { padding: 30px 20px; }
  .form_box p.item label { width: 170px; }
  .form_box p.item font { margin: 0 0 0 30px; width: calc(100% - 200px); }
}
@media screen and (max-width:1460px) {
  #wrap .pag_tit { margin-top: 75px; }
}
@media screen and (max-width:1280px) {
    #sbox{margin-top:70px}
}
@media screen and (max-width:1024px) {
    #book_list, #album_list{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:980px) {
    #news_list{grid-template-columns:repeat(2, 1fr)}
}
@media screen and (max-width:640px) {
    #faq_list .title, #faq_list > li:hover .title{padding: 25px 50px 25px 5px;}
    #faq_list .info{padding: 0 20px 28px 40px;}
    #content_wrap{min-height: auto;}
    #describe{margin: 10vw 0 0;}
    #category_nav .h4 a{padding: 11px 0;font-size: 16px;}
    #book_list, #news_list{grid-template-columns:1fr}
    #faq_list .txt{font-size:17px;}
    aside>ul>li .h4{padding: 0;}
    aside>ul>li .h4 a{display:block;clip-path: unset;}
    #sbox .text .subtit{font-size:13px;letter-spacing: .5px;}
    #sbox .text h1{font-size: 25px;}
    #sub_banner_box .parallax_bg{min-height: 230px;}
  .mb_nav {display: flex;flex-direction: column;align-items: center;border: #79797957 1px solid;padding: 10px 0;}
  .mb_nav p { display: flex; }
  .mb_nav b { margin-left: 10px; display: flex; align-items: center; }
  .soon.mb_nav b .fa { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
  .mb_nav .fa:before { content: "\f107"; }
  #category_nav {position: absolute;display: flex;flex-direction: column;background: #f3f3f3;width: 100%;height: 0;overflow: hidden;}
  #category_nav.showme {height: auto;opacity: 100%;z-index: 999;}
}
@media screen and (max-width:550px) {
  #content_wrap .list_box >li {display: block;margin: 0 0 50px;}
  #community { margin-top: 10px; }
}
@media screen and (max-width:450px) {
  #pagenav a,#pagenav strong { margin: 0; width: 24px; height: 24px; line-height: 24px; font-size: 14px; }
  #pagenav p a { display: block; }
}
