@charset "utf-8";
/* CSS Document */
html.layerOn{ overflow-y:hidden; padding-right:1em}

.di_wrap{font-size:0}
.di_wrap > li{display:inline-block; *display:inline; zoom:1; vertical-align:top; font-size:16px; font-size:1rem;}
.di_wrap > li > a,
.di_wrap > li > .in{ display:block}

.fl_wrap > li{ float:left}
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in{ display:block}
.fl_wrap::after{ content:""; display:block; clear:both}

.va_wrap{ display:block; text-align:center; white-space: nowrap}
.va_wrap:before{ content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100%}
.va{display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal}
.va_wrap img{vertical-align:middle; display:inline-block; *display:inline; zoom:1; max-width:100%; max-height:100%}

.al{ text-align: left !important;}
.ac{ text-align: center !important;}
.ar{ text-align: right !important;}

.vt{ vertical-align:top !important;}
.vm{ vertical-align:middle !important;}
.vb{ vertical-align:bottom !important;}
.vBase{ vertical-align:baseline !important}

.fl{ float:left !important;}
.fr{ float:right !important;}
.cl{ clear:both !important; display:block}
.oh{ overflow:hidden !important;}

.pr{ position:relative; z-index:inherit}
.pa{ position:absolute; left:0; top:0; width:100%; height:100%}

.di{display:inline}
.db{ display:block !important;}
.dn{ display:none !important;}

.cp{ cursor:pointer;}
.cutstr {text-overflow : ellipsis;overflow : hidden;white-space : nowrap; display:block; width:100%}

.flex{ display:flex; box-sizing:border-box; min-width:0;}
.flex > *{ box-sizing:border-box; min-width:0;}
.flex.di{ display:inline-flex;}
.flex.wrap{ flex-wrap:wrap}
.flex.col{ flex-direction:column}
.flex.col > *{ width:100%; box-sizing:border-box}
.flex.space{ justify-content: space-between}
.flex.vspace{ align-content:space-between}
.flex.rowre {flex-direction: row-reverse;}
.flex.hc{ justify-content:center}
.flex.hr{ justify-content:flex-end}
.flex.vt{ align-content:flex-start; align-items:flex-start}
.flex.vc{ align-content:center; align-items:center}
.flex.vb{ align-content:flex-end; align-items:flex-end}
.flex .mgL{ margin-left:auto}
.flex .mgR{ margin-right:auto}
.flex .mgT{ margin-top:auto}
.flex .grow{ flex:1 1 0%; min-width:0}
.flex .fix{ flex:0 0 auto}
.flex.fc{ justify-content:center; align-items:center}

.resize{ display:block; height:0; padding-bottom:70%; position:relative}
.resize.p100{ padding-bottom: 140%;}
.resize svg{ position:absolute; width:100%; height:100%; left:0; top:0}
.resize .re{ position:absolute; left:0; top:0; width:100%; height:100%}
.resize.s1{ padding-bottom:58%}
.resize.s2{ padding-bottom:66.66%}
.resize.s3{ padding-bottom:75%}
.resize.s4{ padding-bottom: 40%}
.resize.s5{ padding-bottom: 20%;}
.resize.s6{ padding-bottom: 25%;}
.resize.book{ padding-bottom:130%}

.row{ overflow: hidden; text-overflow: ellipsis; /*display: -webkit-box;*/  -webkit-box-orient: vertical; white-space:nowrap;}
.row.r2{ -webkit-line-clamp: 2}
.row.r3{ -webkit-line-clamp: 3}
.row.r4{ -webkit-line-clamp: 4}
isIE .row.l2{ line-height:1.5em; height:3em}
isIE .row.l3{ line-height:1.5em; height:4.5em}
isIE .row.l4{ line-height:1.5em; height:6em}

.c_point{ color:#005089 !important}
.c_point.v_line{ vertical-align: baseline;}
.c_point2{ color:#00a29a !important}
.c_black{ color:#000 !important}
.c_gray{ color:#888 !important}
.c_white{ color:#fff !important}
.c_dgray{ color:#555 !important}

.bgfix{ background-repeat:no-repeat; background-position: 50% 50%; background-size:cover;}
.bgfix.fix{ background-attachment:fixed;}
.bgfix.ct{ background-size:contain}
.pre{white-space:pre-wrap;}
.round{ border-radius:.5em}

.loader_wrap{ position: fixed; left:0; top:0; width:100vw; height:100vh; z-index:10000; background:rgba(255,255,255,.5); display:flex; justify-content:center; align-items:center}
.load .loader_wrap{ display:none}
.loader{animation: rotate 1s infinite; height: 50px; width: 50px;}
.loader:before,
.loader:after{ border-radius: 50%; content: ''; display: block; height: 20px; width: 20px;}
.loader:before{ animation: ball1 1s infinite; background-color: #cb2025; box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
.loader:after{ animation: ball2 1s infinite; background-color: #00a096; box-shadow: 30px 0 0 #97bf0d;}
@keyframes rotate {
0% { transform: rotate(0deg) scale(0.8);}
50% { transform: rotate(360deg) scale(1.2);}
100% { transform: rotate(720deg) scale(0.8);}
}
@keyframes ball1 {
0% { box-shadow: 30px 0 0 #f8b334;}
50% { box-shadow: 0 0 0 #f8b334; margin-bottom: 0; transform: translate(15px,15px); }
100% { box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
}
@keyframes ball2 {
0% { box-shadow: 30px 0 0 #97bf0d;}
50% { box-shadow: 0 0 0 #97bf0d; margin-top: -20px; transform: translate(15px,15px);}
100% { box-shadow: 30px 0 0 #97bf0d; margin-top: 0;}
}

/**/
.pd0{ padding:0 !important;}
.pt0{ padding-top:0 !important;}
.pb0{ padding-bottom:0 !important;}

.mg0{ margin:0 !important;}

.mt0{ margin-top:0 ;}
.mt3{ margin-top:3px;}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}

.mb0{ margin-bottom:0;}
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}

.ml0{ margin-left:0;}
.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}
.ml40{ margin-left:40px;}
.ml50{ margin-left:50px;}

.mr0{ margin-right:0;}
.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr25{ margin-right:25px;}
.mr30{ margin-right:30px;}
.mr40{ margin-right:40px;}
.mr50{ margin-right:50px;}

.pd05{ padding:.5em !important;}
.pd1{ padding:1em !important;}
.pd2{ padding:2em !important;}

.fwB{ font-weight:700}
.fwM{ font-weight:500}
.fwR{ font-weight:400}
.fwL{ font-weight:300}

.ffEN{ transform:scaleY(.9)}
.ffNS{ font-family:ns,sans-serif}
.ffSerif{ font-family: Georgia, "Times New Roman", Times, serif; letter-spacing:0}

.fs12{ font-size:.75em !important}
.fs13{ font-size:.813em !important}
.fs14{ font-size:.875em !important}
.fs15{ font-size:.938em !important}
.fs16{ font-size:1em !important}
.fs17{ font-size:1.063em !important}
.fs18{ font-size:1.125em !important}
.fs19{ font-size:1.188em !important}
.fs20{ font-size:1.25em !important}
.fs21{ font-size:1.313em !important}
.fs22{ font-size:1.375em !important}
.fs23{ font-size:1.438em !important}
.fs24{ font-size:1.5em !important}
.fs25{ font-size:1.563em !important}
.fs26{ font-size:1.615em !important}
.fs27{ font-size:1.688em !important}
.fs28{ font-size:1.75em !important}
.fs29{ font-size:1.813em !important}
.fs30{ font-size:1.875em !important}
.fs31{ font-size:1.938em !important}
.fs32{ font-size:2em !important}

/*board*/
.board_st{ table-layout:fixed}
.prod_view_con .board_st{ font-size:.875em}
.pop .board_st{ border-top-width:1px}
.board_st th,
.board_st td{ padding:1.5em; border: 1px solid #ddd; background: #fff;}
.board_st th{ color:#fff; background: #19398a; font-size: 1em; font-weight: 600;}
.board_st.bg_g th{ background: #333;}
.board_st td.bg_b{ background: #f3f5f8; color: #222; font-weight: 600;}
.board_st td{ color:#555; font-weight: 500; }
.board_st a{ color:#111}

.board_st .img-list {}
.board_st .img-list .list {gap: 2em;}
.board_st .img-list .list > li {flex: 1 1 45%;}
.board_st .img-list .list > li .img-wrap {}
.board_st .img-list .list > li .img-wrap img {object-fit: cover;}
.board_st .img-list .list > li .txt-wrap {margin-top: 1em;}
.board_st .img-list .list > li .txt-wrap > p {}

.board_st2 th,
.board_st2 td{ padding: 1em 2em; font-size: 1em; color: #111; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.board_st2 th{ background: #f9f9f9; text-align:left; border-top: none;  padding: 1em 2em;}
.board_st2 th.f_ttl{ font-weight: 600;}
.board_st2 td.bg_b{ background: #f9f9f9; font-weight: 600; color: #222;}

.board_st.list th{ border-top:1px solid #111; font-weight:500}
.board_st.list td{ text-align:center; padding:1em 1em}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.board_st.list td.w_tit > a:hover{ text-decoration:underline}

.board_st.list.notice td{ background: #f5f5f5; color:#111}
.board_st.list.reply td,
.board_st.list .reply td{ background:#f9f9f9}

.board_st.list.st1 th,
.board_st.list.st1 td{ border:1px solid #ddd; padding:.25em .75em; height:4em}
.board_st.list.st1 th{ border-bottom:none; border-top-color:#333}

.board_st.list tr:hover td{ background:#f9f9f9}

.board_st.write{ border-top:1px solid #333}
.board_st.write th,
.board_st.write td{ height:2.5em; padding:.75em 1.5em}
.board_st.write th{ text-align:left; font-weight:500}
.board_st.write.hAuto th,
.board_st.write.hAuto td{ height:auto}

.board_st .bg1{ background:#f5f5f5; border-right:1px solid #ddd}

.board_view_top,
.board_view_middle,
.board_view_bottom{}
.board_view_top{ }
.board_view_top .tit{ padding:1.5em; font-weight:500; border-top:1px solid #333; text-align:center; border-bottom:1px solid #eee; font-size:1.45em}
.board_view_top .info{border-bottom:1px solid #ddd; font-size:.938em}
.board_view_top .info > li{ display:inline-block; *display:inline; zoom:1; padding:1em 2em; color:#666; position:relative}
.board_view_top .info > li:before{ content:""; position:absolute; left:0; top:35%; width:1px; height:30%; background:#ddd}
.board_view_top .info > li:first-child:before{ display:none}
.board_view_top .file{ text-align:right; padding:1em 2em; font-size:.875em}
.board_view_top .file > li{ }
.board_view_top .file > li > a{ display:inline-block; word-break: break-all; word-wrap: break-word; padding:.2em}
.board_view_top .file > li > a .xi{ margin:0 .2em 0 0; vertical-align: middle}
.board_view_middle{ padding:2em 2em 5em 2em; border-bottom:1px solid #aaa; min-height:30vh}
.board_view_bottom th .xi{ font-size:1em; margin-right:1em}

.no_con{ padding:5em 0 !important; color:#999 !important; border:1px solid #ddd; text-align:center; background:transparent !important}
.no_con:before{ content:"\e9d8"; font-family:xeicon!important; display:block; margin:0 auto .2em auto; font-size:5rem; color:#ddd}
.no_con.cart:before{ content:"\e9fb"}
.no_con.st1{ padding:0 !important; border:none; display:flex; align-items:center; justify-content:center; height:100%}
.no_con.st1:before{ margin:0; font-size:3em; margin-right:.25em}
td .no_con{ border:none}

.ess{ color:#d82744; display:inline-block; margin:0 .25em; font-size:1.25em !important; font-weight:500;}
.ess:before{content:" * "}
.ess_tt{ font-size:.938em; color:#666;}

.board_st.faq{ border-top:1px solid #232e64}
.board_st.faq .faq_tit{ font-family: Arial, Helvetica, sans-serif; font-weight: lighter; font-size:2em; color:#ccc}
.board_st.faq .faq_tit:after{ content:"."}
.board_st.faq .w_tit{ color:#333;}
.board_st.faq .BStit{ cursor:pointer}
.board_st.faq .BStit .w_tit{ white-space: normal; overflow: visible; font-weight:500; font-size:1em}
.board_st.faq .BScon{ display:none}
.board_st.faq .BScon td{ background:#fff !important;}
.board_st.faq .on .BStit{ background:#f9f9f9;}
.board_st.faq .on .BScon{ display:table-row}
.board_st.faq .BScon .w_faq{ vertical-align:top}
.board_st.faq .BStit.on td{ border-bottom-color:transparent}
.board_st.faq .BStit.on .faq_tit,
.board_st.faq .BStit.on .w_tit{ color:#232e64}
.board_st.faq .BScon td{ padding-top:2em; padding-bottom:2em}
.board_st.faq .board_more{ display:inline-block; color:#111; width:2.25em; line-height:2.25em !important; border:1px solid #ddd; border-radius:100%; text-align:center}
.board_st.faq .board_more .xi{ transition:.2s}
.board_st.faq .board_more .xi:before{content:"\e943"}
.board_st.faq .w_btn .input_st{ margin:.125em 0;}
.board_st.faq .on .board_more{ background:#005089; color:#fff; border-color:transparent}
.board_st.faq .on .board_more .xi{ transform:rotate(180deg);}

/**/
.board_icon.xi{}
.board_icon.xi:before{}
.board_icon.new .xi:before{content:"\e9a8"; color:#f37e1b}
.board_icon.notice .xi:before{ content:"\ea5b"; color:#005089}
.board_icon.reply .xi:before{ content:"\e981"; color:#aaa}
.board_icon.sub .xi:before{content:"\e981"; color:#aaa}
.board_icon.lock .xi:before{ content:"\e964"; color:#aaa; font-size:.938em; padding-left:.25em}
.board_icon.review .xi:before{ content:"\e9d7"; color:#aaa}
.board_icon.file .xi:before{ content:"\ea6a"; color:#aaa; font-size:.938em}

/**/
.board_search_wrap{ font-size:.938em; margin:0 0 1.5em 0; display:flex; align-items:center}
.board_search_wrap.m1{ margin:0 0 .5em 0}
.board_search_wrap .left{}
.board_search_wrap .right{ margin-left:auto; display:flex; gap:.25em}
.board_search_wrap .input_st[type=text]{ flex:1 1 auto; width:14em}
.board_search_wrap button{ padding:0 1.5em}
.board_search_wrap .total .icon{ width:2em; line-height:2em; height:2em; vertical-align:middle; text-align:center; border-radius:50%; box-shadow:0 0 3px 1px rgba(0,0,0,.2); margin-right:.75em; color:#333}
.board_search_wrap .total .icon:before{ font-size:1.125em}
.board_search_wrap .total .icon:not(.icoR):before{ content:"\e9cf"}
.board_search_wrap .total .icon ~ i{ transform:translateY(.125em)}
.board_search_wrap .total .t1{ color:#666; font-size:.875em; text-transform:uppercase;}
.board_search_wrap .total .t2{ color:#333; font-size:1.25em; font-weight:700; margin-left:.5em}
.board_search_wrap .total .t3{ font-size:1.25em; font-weight:700; margin-right:.5em}
.board_search_wrap button{ width:auto !important}
.board_search_filter{ background:#f5f5f5; margin-bottom:2em; padding:3em; display:flex; flex-direction:column; gap:2em}
.board_search_filter > li{ display:flex; align-items:center}
.board_search_filter > li .wrap_tit{ width:8em}
.board_search_filter > li .wrap_tit .t1{ font-weight:500; font-size:1.125em}
.board_search_filter > li .wrap_con label{ font-size:1.063em; color:#666}

/**/
.board_paging{ text-align:center; margin-top:6em; font-size:.813em}
.board_paging button{ vertical-align:top; width:3em; height:3em; line-height:3em; border:1px solid #ddd; background:#fff; border-radius:.5em}
.board_paging button.on{ background:#444; color:#fff; border-color:transparent}
.board_paging button.icon{ background:#f1f1f1; color:#666}
.board_paging .xi{ font-size:1em}
.board_paging .xi.first:before{ content:"\ea47"}
.board_paging .xi.last:before{ content:"\ea48"}
.board_paging .xi.prev:before{ content:"\e93c"}
.board_paging .xi.next:before{ content:"\e93f"}

/**/
.board_btn_wrap{ margin-top:4em; text-align:center}
.board_btn_wrap.m1{ margin-top:1em}
.pop .board_btn_wrap{ margin-top:2em; font-size:.938em}

/**/
.board_cate{ color:#fff; font-size:.875em; font-weight:500; padding:.25em 1em; border-radius:2em; min-width:6em; box-sizing:border-box}
.board_cate.notice{ background:#333}
.board_cate.reply{ background:#999}
.board_cate.c1{ background: #232e64}

.board_category{ display:flex; flex-wrap:wrap; margin:-.5em 0 2.5em -.5em}
.board_category > li{ flex:1 1 1%}
.board_category > li > a{ display:block; padding:1em 1em; text-align:center; border:1px solid #ddd; color:#666; border-radius:.5em; font-size:.938em; margin:.5em 0 0 .5em; position:relative}
.board_category > li.on > a{ background:#232e64; color:#fff; border-color:transparent}
.board_category > li.on > a:after{ content:""; position:absolute; left:50%; bottom:0; margin-left:-.5em; width:1em; height:1em; background:#232e64; transform:rotate(-45deg); transform-origin:right center}

.board_vod_wrap{ position:relative}
.board_vod_wrap .wrap_big{ width:76%; background:#000; box-shadow:0 0 1em rgba(0,0,0,.1)}
.board_vod_wrap .wrap_thumb{ width:19.4%; box-sizing:border-box; padding-right:1%; position:absolute; right:0; top:0; height:100%;}
.board_vod_wrap .wrap_thumb .el{ margin-bottom:1vh; background:#000; position:relative; border-radius:.5em; overflow:hidden; cursor:pointer}
.board_vod_wrap .wrap_thumb .el:last-child{ margin-bottom:0}
.board_vod_wrap .wrap_thumb .el:not(.on) .resize{ opacity:.5}
.board_vod_wrap .wrap_thumb .el:not(.on):before{ content:"\ea40"; font-family:xeicon; color:#fff; transform:translate(-50%,-50%); position:absolute; left:50%; top:50%; font-size:2em; z-index:1}
.board_vod_wrap .wrap_thumb .el.on:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:5px solid #232e64}

/**/
.label_st{ display:inline-block; *display:inline; zoom:1; cursor:pointer; position:relative;}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer;}
.label_st .xi:not(:last-child){ position:absolute; left:0; top:-.125em; font-size:1.5em}
.label_st .xi:before{ font-family:xeicon}
.label_st .xi ~ span{ margin-left:1.625em; padding:.125em 0; word-break:keep-all}
.label_st input ~ span{}
.label_st input ~ .xi:before{ }
.label_st input:checked ~ span,
.label_st input:checked ~ .xi:before{ color:#005089}
.label_st.c1 input:checked ~ span,
.label_st.c1 input:checked ~ .xi:before{ color:#00a29a}
.label_st input[type=checkbox] ~ .xi:before{ content:"\e92c"}
.label_st input[type=checkbox]:checked ~ .xi:before{ content:"\e92b"}
.label_st input[type=radio] ~ .xi:before{ content:"\e9c6"}
.label_st input[type=radio]:checked ~ .xi:before{ content:"\e9c7"}
.label_st.close input ~ .xi:before{ content:"\e9c6"}
.label_st.close input:checked ~ .xi:before{ content:"\e924"; opacity:.5}
.label_st.plus input ~ .xi:before{ content:"\e917"}
.label_st.plus input:checked ~ .xi:before{ content:"\e91d"; opacity:.5}
.label_st input[type=checkbox],
.label_st input[type=radio]{ width:0; height:0; overflow:hidden;}
.label_st .con{ display:flex; align-items:center; justify-content:center; height:3em; background:#fff; padding:1em; border-radius:.5em; border:1px solid #ddd; text-align:center; min-width:4em}
.label_st .con.w1{ width:6em}
.label_st .con.h1{ height:.75em}
.label_st .con + .xi.bottom{ margin:.25em 0; display:block; text-align:center; font-size:1em}
.label_st input:checked ~ .con{ border-color:#111}
.label_st.ml{ margin-left:1em;}

.label_wrap{ display:flex; flex-wrap:wrap; gap:1em 3em}
.label_wrap.vc{ align-items:center;}
.label_wrap.fix1{ gap:1em 0}
.label_wrap.fix1 > *{ width:25%; max-width:8em}
.label_wrap.fix2{ gap:1em 0}
.label_wrap.fix2 > *{ width:25%; max-width:10em}
.label_wrap.in{ gap:1em 1em; max-width:none;}
.label_wrap.in .input_st[type=text]{ flex:1; width:50%;}

.label_st.s1{ font-size:1.5em}
.label_st.s2{ font-size:1.25em}
.label_st.s3{ font-size:.938em}

.label_select{ position:relative; background:#fff; display:inline-block; *display:inline; zoom:1}
.label_select select{ background:none; padding-right:2.5em !important; appearance:none;-webkit-appearance:none; position:relative; z-index:1}
.label_select select::-ms-expand{display:none;}
.label_select:after{ content:"\e936"; font-family:xeicon!important; position:absolute; z-index:0; right:.75em; top:50%; transform:translateY(-50%); font-size:1.125em; text-align:center; color:#666}
.label_select.s2 select{ padding-right:1em !important; padding-left:.5em !important}
.label_select.s2:after{ right:.25em}
.label_select.st1{ background:#64c3c5}
.label_select.st1 select{ color:#fff; border:none}
.label_select.st1 select option{ color:#666}
.label_select.st1:after{ color:#fff}

.input_st{display:inline-block; vertical-align:middle; border:1px solid #ddd; color:#111; padding:.5em 1em; box-sizing:border-box; line-height:2em; height:3em}
.input_st[readonly=readonly]{ background:#f5f5f5; border-color:transparent}
.input_st[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
textarea.input_st{ width:100%; height:7em; line-height:1.3;}
textarea.input_st.h1{ height:15em}
a.input_st{ text-align:center;}

.input_st .xi{ margin:0 .5em;}
.input_st .xi:first-child{ margin-left:0}
.input_st .xi:last-child{ margin-right:0}

.input_st.s1{ line-height:2.375em; height:3.5em; padding:.5em 1em; font-size:1.125em; font-weight:500}
.input_st.s2{ line-height:1.25em; height:2.5em; padding:.25em .75em}
.input_st.s2 .xi{ font-size:1em}

.input_st.c1{ width:10em; background:#005089; border-color:#005089; color:#fff}
.input_st.c1.re{ background:#fff; border-color:#005089; color:#005089}
.input_st.c2{ background:#999; border-color:#999; color:#fff}
.input_st.c2.re{ background:#fff; border-color:#ccc; color:#888}
.input_st.c3{ background:#333; border-color:#333; color:#fff}
.input_st.c3.re{ background:#fff; border-color:#333; color:#333}

.input_st.w1{ width:14em; max-width:100%}
.input_st.w2{ width:6.25em}
.input_st.w3{ width:10em; max-width:100%}
.input_st.w4{ width:12em}

.input_st.wFix{ min-width:8em; text-align:center}

.label_calendar{ position:relative}
.label_calendar input{ padding-right:2.5em; background:#fff !important; border:1px solid #ddd !important}
.label_calendar .icon{ position:absolute; right:0; top:0; width:2.5em; height:100%; display:flex; justify-content:center; align-items:center;}
.label_calendar .icon:before{ font-family:xeicon; content:"\e9a0"; color:#aaa}

.w50 { width:50% !important}
.w100{ width:100% !important}

.input_sec{ width:2em; text-align:center}
.input_sec.w1{ width:.5em}
.input_sec.w2{ width:4em}
.input_sec.w3{ width:1em}
.input_row{ height:.25em; width:100%}

.input_st::-webkit-input-placeholder{ color:#aaa}
.input_st::-moz-placeholder{ color:#aaa}
.input_st:-moz-placeholder{ color:#aaa}
.input_st:-ms-input-placeholder{ color:#aaa}

.input_wrap{ display:flex; flex-wrap:wrap; align-items:center; gap:.25em}

/**/
.w_no{ width:4em}
.w_cate{ width:12em}
.w_cate2{ width:6em}
.w_tit{ width:auto}
.w_name{ width:7em}
.w_name2{ width:12em}
.w_date{ width:8em}
.w_hit{ width:6em}
.w_check{ width:4em}
.w_btn{ width:6em}
.w_btn2{ width:10em}
.w_faq{ width:4em}
.w_state{ width:8em}
.w_price{ width:12em}
.w_year{ width:6em}
.w_journal{ width:12em}
.w_file1{}
.w_file2{ width:12em;}

.w_form_tit{ width:14em}
.w_form{ width:auto}
.w_auto{ width:auto}

.fix .input_st{ width:90%; margin:.25em 0}

.board_img_wrap{ margin-bottom:2em; text-align:center}
.ui-widget{ font-size:.938em !important}

.noimg{ overflow:hidden; position:relative}
.noimg:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1; background-:url(../images/inc/noimg.jpg) no-repeat center; background-size:contain}
.noimg[style*=".png"]:before,
.noimg[style*=".jpg"]:before{ background:none}

.tt_state{ display:inline-block; box-sizing:border-box; border:1px solid transparent; min-width:5em; padding:.25em .75em; font-size:.875em; font-weight:500; text-align:center}
.tt_state.c1{ background:#232e64; color:#fff}
.tt_state.c1.re{ border-color:#232e64; background:#fff; color:#232e64}
.tt_state.c2{ background:#eee; color:#666; border-color:#ddd}
.tt_state.c3{ background:#333; color:#fff}
.tt_state.c4{ background:#c9a07d; color:#fff}

.tt_star .icon{ position:relative; font-size:1.125em; margin-right:-.25em}
.tt_star .icon:before{ content:"★"; color:#ccc}
.tt_star .icon.on:before{ color:#111}
.tt_star .icon.half:after{ content:"★"; color:#111; position:absolute; left:0; top:0; width:55%; overflow:hidden}

.tt_prod{ font-size:1.313em}
.tt_prod.s1{ font-size:.938em; color:#888}

.tt_price{ line-height:1}
.tt_price .tn{ font-size:1.125em; font-weight:700; margin-top:.125em; vertical-align:baseline}
.tt_price .tn .s1{ font-size:.75em}
.tt_price .tw{ font-size:.938em; margin:0 .25em; vertical-align:baseline}
.tt_price .tw:first-child{ margin-left:0}
.tt_price .mr{ margin-right:1.5em}
.tt_price .ml{ margin-left:1.5em}
.tt_price.per .tn{ font-weight:400}
.tt_price.per .xi{ font-size:1em; margin:0 .25em; margin-top:-.188em}
.tt_price.per .xi:before{content:"\e905"}
.tt_price.before{ position:relative; color:#999}
.tt_price.before:after{ content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#777; transform:translateY(-.063em)}
.tt_price.before .tn{ font-weight:400}
.tt_price.s1{ font-size:.875em}
.tt_price.s2{ font-size:1.25em}
.tt_price.s3{ font-size:1.5em}
.tt_price.st1 .tn{ font-size:1.625em}
.tt_price.st2 .tn{ font-size:1.063em; font-weight:400}
.tt_price.st3 .tn{ font-size:.938em; font-weight:400}
.tt_price .tn.s1{ font-size:.938em}
.prod_price > li{ display:inline-block}
.prod_price > li:not(:first-child){ margin-left:1.25em}

.tt_st1{ font-size:1em; color:#777; line-height:1.5}
.tt_st2{ font-size:1.063em; font-weight:500}
.tt_st3{ font-size:1.188em; font-weight:500}
.tt_st4{ font-size:1.313em; line-height:1.4}
.tt_st5{ font-size:1.5em; font-weight:500}

.page_tt{ position:relative; font-size:1em; word-break:keep-all; line-height:1.4}
.page_tt *{ vertical-align:baseline;}
.page_tt.s1{ font-size:1.125em}
.page_tt.s2{ font-size:1.313em}
.page_tt.s3{ font-size:1.5em}
.page_tt.s4{ font-size:1.625em}
.page_tt.s5{ font-size:1.875em}
.page_tt.s6{ font-size:0.938em}
.lh1{ line-height:1.6}
.wb{ word-break:keep-all}

a[href].page_tt:hover{ color:#005089 !important; text-decoration:underline;}

.tt_word,
.tt_word *{ word-break:break-all; word-wrap:break-word;}

.page_btn{ display:flex; align-items:center; justify-content:center; gap:.5em}
.page_btn > *{flex:1 1 0%; min-width:0}
.page_btn .in{ display:flex; align-items:center; flex:0 0 auto; gap:.5em}
.page_btn .in.right{ margin-left:auto}
.page_btn .max1{ max-width:10em; min-width:10em}
.page_btn .max2{ max-width:18em; min-width:18em}
.page_btn.al{ justify-content:flex-start}
.page_btn.ar{ justify-content:flex-end}

.twrap_info{ display:flex; flex-wrap:wrap; margin:.5em 0}
.twrap_info > li{ margin-right:2em; padding-right:2em; font-size:.875em; color:#888; letter-spacing:0; position:relative}
.twrap_info > li:last-child{ padding-right:0; margin-right:0}
.twrap_info > li:not(:last-child):after{ content:""; position:absolute; right:0; top:0; width:1px; height:100%; transform:scaleY(.7); background:#ddd}
.twrap_info.st1 > li{ padding-right:0}
.twrap_info.st1 > li:after{ display:none}
.twrap_info.st1 > li:last-child{ margin-right:0}

.page_sec  { margin-top:4em !important;}
.page_sec0 { margin-top:-1px !important;}
.page_sec05{ margin-top:.5em !important}
.page_sec1 { margin-top:1em !important;}
.page_sec2 { margin-top:2em !important;}
.page_sec3 { margin-top:3em !important;}
.page_sec4 { margin-top:4em !important;}
.page_sec5 { margin-top:5em !important;}

.page_sec_list > li:not(:first-child){ margin-top:3em}

.board_tit{ padding-bottom:.5em; border-bottom:2px solid #222}
.board_tit.mb{ margin-bottom:-1px}
.board_tit .t1{ font-weight:700; font-size:1.5875em}
.board_tit .t2{ font-weight:700; font-size:1.125em}
.board_tit .t3{ font-weight:700; font-size:1.25em}

.ul_st > li{ position:relative; padding-left:1em; line-height:1.4;}
.ul_st > li:not(:first-child){ margin-top:.5em}
.ul_st > li:before{ content:"-"; position:absolute; left:0; top:0}                             
.ul_st.ac > li:before{ position:static; margin-right:.25em}

.ul_st.st2 > li:before{ content:""; top:.5em; width:.313em; height:.313em; background:#036eb8;}

.ol_st > li{ list-style:decimal outside; margin-left:1.25em}
.ol_st > li:not(:first-child){ margin-top:.5em}

.imgCon{ display:flex;}
.imgCon .wrap_img{ width:13em; margin-right:2em}
.imgCon .wrap_img.w1{ width:10em}
.imgCon .wrap_img.w2{ width:4em; margin-right:1.5em}

.review_twrap{ }

.board_st.news{ font-size:1em;}
.board_st.news .list{ margin:0 -1em -1em 0;}
.board_st.news .list > li{ width:25%;}
.board_st.news .list > li .in{ position:relative; margin:0 1em 1em 0; border:1px solid #ccc; display:block}
.board_st.news .list > li .in:hover{ text-decoration: underline; transition: .2s;}
.board_st.news .list > li .img{ overflow:hidden;}
.board_st.news .list > li .img img{ width:100%; max-height:none;}
.board_st.news .list > li .con{ position:relative; padding:1.2em; border-top:1px solid #ccc;}
.board_st.news .list > li .con > dt{ font-size:.938em; color:#393f44; line-height:1.375em; height:2.85em; overflow:hidden;}
.board_st.news .list > li .con .txt{ font-size:.813em; color:#90969c; letter-spacing:0; margin-top:1.2em;}
.board_st.news .list > li .con .more{ position:absolute; right:.8em; bottom:.8em; font-size:1.125em; color:#90969c;}
.board_st.news .list > li .img > .vm_wrap{display: flex; text-align: center; margin: 0 auto; justify-content: center;}
.board_st.news .list > li .img > .vm_wrap > img{ width: 100%; height: 300px; object-fit: cover;}

/* Gallely */
/* Gallery */
.board_st.gallery{ font-size:1em;}
.board_st.gallery .list{ margin:0 -1em -1em 0;}
.board_st.gallery .list > li{ width:25%;}
.board_st.gallery .list > li .in{ position:relative; margin:0 1em 1em 0; display:block; text-decoration:none}
.board_st.gallery .list > li .img{ overflow:hidden; border-radius: 10px; border: 1px solid #ddd; transition: .35s;}
.board_st.gallery .list > li .img:hover { border-radius: 0; }
.board_st.gallery .list > li .img img{ width:100%; max-height:none;}
.board_st.gallery .list > li .con{ position:relative; padding:1.2em 1.2em 1.2em .5em;}
.board_st.gallery .list > li .con > dt{ font-size:1.125em; color:#393f44; line-height:1.375em; height:2.85em; overflow:hidden; font-weight: 500;}
.board_st.gallery .list > li .con > dd{ overflow:hidden}
.board_st.gallery .list > li .con .txt{ font-size:.938em; color:#90969c; letter-spacing:0; margin-top:1em;}
.board_st.gallery .list > li .con .txt .tt{ vertical-align:middle}
.board_st.gallery .list > li .con .more{ position:absolute; right:.8em; bottom:.8em; font-size:1.125em; color:#90969c; padding-top:1em}
.board_st.gallery .list > li .con .more > .xi{ float:right}
.board_st.gallery .list > li .layer{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.4); opacity:0; visibility:hidden; transition:.3s;}
.board_st.gallery .list > li .layer .xi{ font-size:2.125em; color:#fff; width:1.5em; line-height:1.5em; background:#104397; border-radius:50%; margin-top:1em; transition:.3s;}
.board_st.gallery .list > li .layer .xi:before{ content:"\e97a";}
.board_st.gallery .list > li:hover .in{ border-color:#333;}
.board_st.gallery .list > li:hover .layer{ opacity:1; visibility:visible;}
.board_st.gallery .list > li:hover .layer .xi{ margin-top:0;}
 


/**/
.board_st.seminar{}
.board_st.seminar .list > li .inner{ padding:2em 2em; border:solid #d4d5d8; border-width:0 0 1px; position:relative}
.board_st.seminar .list > li:first-child .inner{ border-top-width:2px; border-top-color:#333;}
.board_st.seminar .list > li.notice .inner{ background:#f5f5f5;}
/*.board_st.news .list .date_wrap{ width:12%;}*/
.board_st.seminar .list .date_wrap{ position:absolute; left:27%; bottom:2em; float:none;}
.board_st.seminar .list .txt_wrap{ width:75%}
.board_st.seminar .list .img_wrap { width:22%; min-width: 22%;}
/*.board_st.news .list .txt_wrap { width:66%;}*/
.board_st.seminar .list .date_wrap .in{ padding-top:.2em; text-align:center;}
.board_st.seminar .list .date_wrap .t1{ font-size:1em; color:#72727d; font-weight:500}
.board_st.seminar .list .date_wrap .t2{ color:#72727d; font-weight:500;}
.board_st.seminar .list .img_wrap .in{ overflow:hidden;}
.board_st.seminar .list .img_wrap .img{ background-color:#ecf0f4; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; transition:.2s;}
.board_st.seminar .list .txt_wrap .in{ padding:.4em 1em 0 3em;}
.board_st.seminar .list .txt_wrap .in > p{ }
.board_st.seminar .list .txt_wrap .tt{ line-height:1.4em; overflow:hidden; transition:.2s;}
.board_st.seminar .list .txt_wrap .tt > *{ display:inline-block; vertical-align:middle;}
.board_st.seminar .list .txt_wrap .t1{ font-size:1.125em; color:#111; font-weight: 600;}
.board_st.seminar .list .txt_wrap .t2{ line-height: 1.4; font-size: 1em; font-weight: 500; margin-top: 1.5em; text-overflow: ellipsis; overflow: hidden; word-break: break-word;  display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.board_st.seminar .list .txt_wrap .t2 > p{  }
.board_st.seminar .list .txt_wrap .t3{ color:#da4148; margin-bottom:.5em}
.board_st.seminar .list .txt_wrap .sbj{ display:inline-block; max-width:calc(100% - 2em); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:500; font-size:1.125em;}
.board_st.seminar .list .txt_wrap .in:hover{ text-decoration:none;}
.board_st.seminar .list .txt_wrap .in:hover .t1{ color:#19398a;}
.board_st.seminar .list > li.hover .img_wrap .img{ transform:scale(1.1,1.1);}
.board_st.seminar .list > li.hover .txt_wrap .t1{ color:#005aab}
.board_st.seminar .list > li.hover .txt_wrap > a{ text-decoration:none}

/**/
.board_st.thesis{}
.board_st.thesis .list > li .inner{ padding:2em 1em; border:solid #d4d5d8; border-width:0 0 1px; position:relative}
.board_st.thesis .list > li:first-child .inner{ border-top-width:2px; border-top-color:#333;}
.board_st.thesis .list > li.notice .inner{ background:#f5f5f5;}
/*.board_st.news .list .date_wrap{ width:12%;}*/
.board_st.thesis .list .date_wrap{ position:absolute; left:27%; bottom:2em; float:none;}
.board_st.thesis .list .txt_wrap{ width:75%}
.board_st.thesis .list .img_wrap { width:22%;}
/*.board_st.news .list .txt_wrap { width:66%;}*/
.board_st.thesis .list .date_wrap .in{ padding-top:.2em; text-align:center;}
.board_st.thesis .list .date_wrap .t1{ font-size:1em; color:#72727d; font-weight:500}
.board_st.thesis .list .date_wrap .t2{ color:#72727d; font-weight:500;}
.board_st.thesis .list .img_wrap .in{ overflow:hidden;}
.board_st.thesis .list .img_wrap .img{ background-color:#ecf0f4; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; transition:.2s;}
.board_st.thesis .list .txt_wrap .in{ /*padding:.4em 1em 0 3em;*/}
.board_st.thesis .list .txt_wrap .tt{ line-height:1.4em; overflow:hidden; transition:.2s;}
.board_st.thesis .list .txt_wrap .tt > *{ display:inline-block; vertical-align:middle;}
.board_st.thesis .list .txt_wrap .t1{ font-size:1.225em; font-weight: 600; color:#111;}
.board_st.thesis .list .txt_wrap .t2{ max-height:5.5em; margin-top:1.5em; color:#72727d; font-size:14px; text-overflow: ellipsis;}
.board_st.thesis .list .txt_wrap .t3{ color:#da4148; margin-bottom:.5em}
.board_st.thesis .list .txt_wrap .sbj{ display:inline-block; max-width:calc(100% - 2em); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:500; font-size:1.125em;}
.board_st.thesis .list .txt_wrap .in:hover{ text-decoration:none;}
.board_st.thesis .list .txt_wrap .in:hover .t1{ color:#19398a;}
.board_st.thesis .list > li.hover .img_wrap .img{ transform:scale(1.1,1.1);}
.board_st.thesis .list > li.hover .txt_wrap .t1{ color:#005aab}
.board_st.thesis .list > li.hover .txt_wrap > a{ text-decoration:none}


/**/
@media screen and (max-width:640px){
	
.board_search_wrap{ flex-wrap:wrap}
.board_search_wrap .left,
.board_search_wrap .right{ width:100%}
.board_search_wrap .left{ text-align:right; margin-bottom:1em}

.board_st th,
.board_st td{ /*padding:1em 1.5em*/}

.w_no{ /*xwidth:2em*/}
.w_cate{ width:6em}
.w_name{ /*width:4em*/}
.w_hit{ display:none}
.w_form_tit{ width:8em}
.w_date2{ width:8em}
.w_state{ width:6em}
.w_btn2{ width:5em}
.w_btn2 input:not(:first-child){ margin-top:.5em}

.input_st.w1{ width:100%}

}
