#sub_banner_box { opacity: 1; width: 100%; }
#sub_banner_box .parallax_bg { margin-bottom: 0; min-height: 300px; opacity: 1; 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); }
#sbox .text h1 { line-height: 1.3; font-size: 29px; letter-spacing: 3px; font-weight: 500; }
#sbox .text .subtit { margin-top: 10px; letter-spacing: 1px; font-size: 15px; }
#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: 60px;z-index: 5;margin-top: 3vw;}
aside ul li b { padding: 5px 10px 5px 5px; }
aside ul li b .fa { transform: rotate(0); -webkit-transform: rotate(0); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
aside ul li b .fa:before { content: "\f107"; }
aside>ul>li { position: relative; display: inline-block; }
aside>ul>li .h4 { padding: 0 15px; }
aside>ul>li .h4 a { padding: 10px 35px; font-weight: 400; font-size: 17px; letter-spacing: .05em; clip-path: polygon(8% 0,100% 0,100% 100%,0 100%,0 24%); background: #e7e7e7; }
aside>ul>li.action .h4 a,aside>ul>li.action .h4 i {background: var(--primary);color: white;}
aside>ul>li .subUL { position: absolute; margin-top: 10px; width: 180px; background: var(--white); left: calc((100% - 180px)/2); transform: translate(0,30px); -webkit-transform: translate(0,30px); }
aside>ul>li .subUL>li { border-bottom: 1px rgba(var(--gray-rgb),.1) solid; }
aside>ul>li .subUL>li a { padding: 3px 15px; display: block; line-height: 140%; font-weight: 300; }
aside>ul>li .subUL>li .subULHead a { padding: 10px 15px; color: var(--black); font-weight: 400; }
aside>ul>li .subUL>li b { display: none; }
aside>ul>li .sub2UL { margin: 0 10px 10px; }
aside>ul>li[data-type="1"] { overflow: hidden; }
aside>ul>li[data-type="1"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb),0); opacity: 0; z-index: -1; }
aside>ul>li[data-type="2"] { overflow: visible; }
aside>ul>li[data-type="2"] ul li .h4 b .fa { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
aside>ul>li[data-type="2"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb),.15); opacity: 1; z-index: 1; transform: translate(0,0); -webkit-transform: translate(0,0); }
.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 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 li h3 { margin-top: 10px; height: 30px; font-size: 18px; }
#album_list { margin-bottom: 5vw; flex-wrap: wrap; }
#album_list>div { margin: 0 1px 1px 0; height: 300px; flex-grow: 1; }
#album_list>div img { width: auto; min-width: 100%; height: 300px; }
#faq_list { list-style: none; margin: 5vw 0 0; padding: 0; display: grid; gap: 14px; }
#faq_list,#faq_list * { box-sizing: border-box; transition: unset; -webkit-transition: unset; }
#faq_list li { position: relative; background: #FFFFFF; border: 1px solid #d9dee5; border-radius: 0; overflow: hidden; transition: border-color .35s ease,background .35s ease; }
#faq_list li::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #b9ad7d; opacity: .85; transform: scaleY(0); transform-origin: top; transition: transform .35s ease; }
#faq_list li:hover,#faq_list li.active { border-color: rgba(185,173,125,.75); background: #F7F9FA; }
#faq_list li:hover::before,#faq_list li.active::before { transform: scaleY(1); }
#faq_list .title { position: relative; display: flex; align-items: center; gap: 16px; padding: 22px 26px; color: #113961; text-decoration: none; cursor: pointer; }
#faq_list li:hover .title::after,#faq_list li.current .title::after { border-color: #b9ad7d; background: #FFFFFF; }
#faq_list .icon { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid #b9ad7d; border-radius: 50%; }
#faq_list .icon::before,#faq_list .icon::after { content: ""; position: absolute; left: 50%; top: 50%; background: #b9ad7d; transform: translate(-50%,-50%); transition: transform .35s ease,background .35s ease; }
#faq_list .icon::before { width: 12px; height: 2px; }
#faq_list .icon::after { width: 2px; height: 12px; }
#faq_list li.current .icon { background: #113961; border-color: #113961; }
#faq_list li.current .icon::before,#faq_list li.current .icon::after { background: #FFFFFF; }
#faq_list li.current .icon::after { transform: translate(-50%,-50%) rotate(90deg); }
#faq_list .txt { display: block; width: calc(100% - 72px); font-size: 18px; line-height: 1.6; letter-spacing: .08em; font-weight: 700; }
#faq_list .info { display: none; padding: 0 26px 24px 74px; color: #2f3742; background: transparent; }
#faq_list li.current .info { display: block !important; }
#faq_list .info p { position: relative; margin: 0; padding-top: 18px; color: #2f3742; font-size: 16px; line-height: 1.9; letter-spacing: .04em; border-top: 1px solid #d9dee5; }
#faq_list .info p::before { content: ""; position: absolute; left: 0; top: -1px; width: 48px; border-top: 1px solid #b9ad7d; }
#faq_list .title:hover .txt { color: #0b2239; }
#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:1281px) {
  aside>ul>li:hover .h4 a,aside>ul>li:hover .h4 i { background: var(--primary); color: white; }
}
@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:640px) {
    #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;}
    #sbox{margin-top:80px;}
  #album_list>div,#album_list>div img { height: 40vw; }
  .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; opacity: 0; }
  #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) {
  #album_list>div,#album_list>div img { height: 50vw; }
  #pagenav a,#pagenav strong { margin: 0; width: 24px; height: 24px; line-height: 24px; font-size: 14px; }
  #pagenav p a { display: block; }
}
