@charset "utf-8";
/* CSS Document */

:root{
  --baseWidth: 1440px;
  --prodWidth: 1200px;
  --fullWidth: 92%;
  --maxHeight: calc(100vh - var(--headHS) - 3em);
  
  --headerT: 6.5em;
  --headerT2: 4.5em;

  --siteC: #0068b7;
  --siteC2: #b8d3ee;
  --siteC3: #ecedee;
  --siteBg1: #060c23;
  --gradC1: #0068b7;
  --gradC2: #b8d3ee;
  --selectionBg: var(--siteC);
  
  --siteCfil: invert(16%) sepia(25%) saturate(5560%) hue-rotate(219deg) brightness(94%) contrast(83%);
  --siteCfil2: invert(77%) sepia(24%) saturate(600%) hue-rotate(158deg) brightness(96%) contrast(90%);
  --siteCfil3: invert(57%) sepia(99%) saturate(1670%) hue-rotate(166deg) brightness(95%) contrast(87%);
  
  --crWhite: #fff;
  --crBlack: #000;
  --crGray: #f2f7fd;
  --crGray2: #e6ebf1;
  --crGray3: #f8f8f8;
  --crRed: #e40f18;
  --crWhitefil: brightness(0) invert(1);
  --crBlackfil: brightness(0) invert(0);
  --crfilRE: invert(1);
  
  --crGrad1: linear-gradient(to right,var(--gradC1),var(--gradC2));
  --crGrad2: linear-gradient(to bottom,var(--gradC1),var(--gradC2)); 

  --snsIn: #e82155;
  --snsFb: #2167be;
  --snsYt: #ed3023;
  --snsKa: #f7e111;
  --snsNv: #07bb58;
  --snsTw: #1d9bf0;

  --headerQ: 100px;
    --headH: 9em;
    --headHM: 6.25em;
    --headHS: 6.25em;
}

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}
.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.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}

.ps05{ margin-top:.5em !important}
.ps1{ margin-top:1em !important}
.ps2{ margin-top:2em !important}
.ps3{ margin-top:3em !important}
.ps4{ margin-top:4em !important}
.ps5{ margin-top:5em !important}
.ps{ margin-top:5em !important}


.resize{ position:relative; display:block; height:0; padding-bottom:100%; box-sizing:border-box;}
.resize .re{ position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%; box-sizing:border-box;}
.resize.vod{ padding-bottom:56.25%}
.resize.book{ padding-bottom:135%}
.resize.s1 { padding-bottom:66.66%;}
.resize.s2 { padding-bottom:56.25%;}
.resize.s3 { padding-bottom:36%;}

.bgfix{ background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.bgfix.fix{ background-attachment:fixed;}
.bgfix.ctn{ background-size:contain;}
.bgfix.bgT{ background-position-y:top;}
.bgfix.bgB{ background-position-y:bottom;}

.imgfix{ width:100%; height:100%; overflow:hidden;}
.imgfix > img{ width:100%; height:100%; object-fit:cover;}
.imgfix.ctn > img{ object-fit:contain;}

.row1{ line-height:1.25em; height:1.375em; overflow:hidden}
.row2{ line-height:1.5em; height:3em; overflow:hidden}
.row2.h1{ line-height:1.25em; height:2.5em}
.row3{ line-height:1.5em; height:4.5em; overflow:hidden}
.row3.max{ height:auto; max-height:4.125em}

.c_point{ color:var(--siteC) !important}
.c_point2{ color:#ebc900 !important}
.c_red{ color: #e34e38 !important}
.c_black{ color:#000 !important}
.c_gray{ color:#999 !important}
.c_white{ color:#fff !important}

.pre{white-space:pre-wrap;}

.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;}
}

/*BOARD*/
.board_st{}

.board_st th,
.board_st td{ height:2.75em; padding:.75em .5em; border-bottom:1px solid #ddd;}
.board_st th{ color:#111;}
.board_st td{ color:#444;}
.board_st ~ div.no_con{ border-top:none;}

.board_st.list.tit th{ border-top:3px solid var(--siteC); border-bottom:1px solid #666;}
.board_st.list td{ text-align:center;}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:inline-block; vertical-align:middle; max-width:calc(100% - 6em); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:1.4;}
.board_st.list td.w_tit > .bd_tit{ display:inline-block; color:#111; line-height:1.4;}

.board_st.list a:hover,
.board_st.view a:hover{ text-decoration:underline;}
.board_st.view a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.board_st.list.notice td{ background:#f3f6f8;}
.board_st.list .reply td{ background:#f7f7f7;}

.board_st.write{ border-top:3px solid var(--siteC2);}
.board_st.write th{ padding-left:1.5em; text-align:left;}

.board_info{ display:flex; flex-wrap:wrap; min-width:0; font-size:.938em; color:#72727d;}
.board_info > li{ display:flex; align-content:center; align-items:center; padding-right:2em; position:relative; box-sizing:border-box;}
.board_info > li:before{ content:""; position:absolute; right:1em; top:15%; width:1px; height:70%; background:#ccc;}
.board_info > li:last-child{ padding-right:0;}
.board_info > li:last-child:before{ display:none;}
.board_info > li .xi{ margin-right:.3em;}
.board_info > li .xi:before{ color:inherit;}
.board_info > li .tt + .input_st{ margin-left:1.5em;}
.board_info.flex.col > li{ padding:.375em 0;}
.board_info.flex.col > li:before{ display:none;}

.board_file{ font-size:.875em; line-height:1.2;}
.board_file > li{ padding:.125em 0;}
.board_file a{ position:relative; display:inline-block; padding-left:1.5em; word-break:break-all; word-wrap:break-word;}
.board_file a .xi{ position:absolute; top:0; left:0;}
.board_file a,
.board_file a .xi:before{ color:#111;}
.board_file a:hover{ text-decoration:underline;}
span.board_file,
strong.board_file{ display:inline-block;}

.board_view_top{ border-bottom:1px solid #ddd;}
.board_view_top .tit{ padding:1.5em .75em .75em .75em; border-top:3px solid var(--siteC2); font-size:1.375em; font-weight:600; line-height:1.5;}
.board_view_top .tit:last-child{ border-bottom:1px solid #333;}
.board_view_top .board_info{ padding:1em 1em 1.5em 1em;}
.board_view_top .board_file{ padding:.75em 1.25em; background:#f5f5f5; border:dashed #ddd; border-width:1px 0 0 0;}
.board_view_top + .board_view_middle{ padding:3em 1em;}
.board_view_middle{ box-sizing:border-box; color:#000;}
.board_view_middle *{ box-sizing:border-box; max-width:100% !important;}
.board_view_middle:after{ content:""; display:block; clear:both;}
.board_view_middle img{ height:auto !important;}
.board_view_middle .videoCon{ margin-bottom:2em;}
.board_view_middle #viewIframe{ width:100%; height:100%;}
.board_view_bottom{ border-top:1px solid #666;}


.no_con{ padding:5em 0 !important; color:#999 !important; border:1px solid #eee;  text-align:center}
.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"}
td .no_con{ border:none}

.ess{ color:#c82e27; display:inline-block; width:1em; font-size:1em !important}
.ess:not(:first-child){ margin-left:.5em}
.xi.ess:before{content:"*"}


.board_st.faq{ border-top:1px solid #c82e27}
.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 .BStit{ cursor:pointer}
.board_st.faq .BStit .w_tit{ white-space: normal; overflow: visible; color:#333; font-weight:500; font-size:1em}
.board_st.faq .BScon{ display:none}
.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:#c82e27}
.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 .on .board_more{ background:#c82e27; color:#fff; border-color:transparent; color:#fff}
.board_st.faq .on .board_more .xi{ transform:rotate(180deg);}

/**/
.board_icon.xi{}
.board_icon.xi:before{}
.board_icon.new .xi:before{content:"\e9a9"; color:#c82e27}
.board_icon.notice .xi:before{ content:"\ea5b"; color:#111}
.board_icon.reply .xi:before{ content:"\e981"; color:#aaa}
.board_icon.file .xi:before{ content:"\ea7f"; color:#999; font-size:.813em}
.board_icon.sub .xi:before{content:"\e981"; color:#aaa}
.board_icon.lock:before{ content:"\e964"; color:#aaa; font-size:.938em; padding-left:.25em}
.board_icon.review .xi:before{ content:"\e9d7"; color:#003399}

/**/
.board_search_wrap{ font-size:.938em; margin:0 0 1em 0; display:flex; align-items:center; gap: 1em;}
.board_search_wrap .left{}
.board_search_wrap .right{ margin-left:auto; display:flex}
.board_search_wrap .right .input_st[type=text]{ flex:1 1 auto; max-width:14em; width: 100%; margin:0 .125em}
.board_search_wrap button{ padding:0 1.5em; white-space: nowrap;}
.board_search_wrap .total {white-space: nowrap;}
.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}
.board_search_wrap .total .t2{ color:#333; font-weight:700; font-size:1.25em; margin-left:.5em}
.board_search_wrap .total .t3{ font-weight:700; font-size:1.25em; margin-right:.5em}

/**/
.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 .in{display: flex; gap: 0.5em;}
.board_btn_wrap .list{ margin:-1em 0 0 -1em}
.board_btn_wrap .list > li button{ margin:1em 0 0 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: #c82e27}

.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:#ebc900; 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:#ebc900; transform:rotate(-45deg); transform-origin:right center}

/**/
.board_gallery{ border-top:3px solid var(--siteC);}
.board_gallery > li{padding:1.5em 0; border-bottom:1px solid #ddd;}
.board_gallery > li .wrap_in{ gap:1em 5em; width: 100%;}
.board_gallery > li .wrap_in .img_wrap{ width:100%;}
.board_gallery > li .wrap_in .img_wrap .book{ border:1px solid #e5e5e5;}
.board_gallery > li .wrap_in .con_wrap{ flex:1; padding:1em 0;}
.board_gallery > li .wrap_in .con_wrap .con_tit{ max-width:80%; padding-bottom:1em;}
.board_gallery > li .wrap_in .con_wrap .list_tit{ margin:30px 0 10px; font-weight:500; font-size:1.25em; color:#333;}
.board_gallery > li .wrap_in .con_wrap .list_date{ font-size:.875em; color:#777}
.board_gallery > li .wrap_in .con_wrap .txt{ padding-top:1em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.board_gallery > li .wrap_in .con_wrap .t1{ font-weight:600; color:#006ab5;}
.board_gallery > li .wrap_in .con_wrap .t2{ font-size:1.5em;}
.board_gallery > li .wrap_in .con_wrap .t3{ font-size:1.063em; color:#555; line-height:1.4;}
.board_gallery > li .wrap_in .board_info{ flex:1;}

.board_gallery.s1{ gap:3em 2em}
.board_gallery.s1 > li{ width: calc( (100% - 6em) / 4); }

.board_gallery.research > li .wrap_in .research_info{ margin-top:1em; display:flex; gap:0 3em; }
.board_gallery.research > li .wrap_in .research_info > li{ font-size:1.125em; color:#333 }
.board_gallery.research > li .wrap_in .research_info > li .tt{ display:inline-block; height:2em; margin-right:10px; padding:0 1em; border:1px solid #ddd; border-radius:2em; line-height:2em;}

.board_gallery.ebook{ display:flex; flex-wrap:wrap; gap:3em; padding-top:1.5em;}
.board_gallery.ebook > li{ width:calc( (100% - 9em) / 4); padding:0; border-bottom:none;}
.board_gallery.ebook > li .wrap_in .con_wrap .list_tit{ margin:30px 0 10px; font-weight:500; font-size:1.25em; color:#333;}
.board_gallery.ebook > li .wrap_in .con_wrap .list_date{ font-size:.875em; color:#777}


/**/
.label_st { display:inline-flex; align-items:center; min-height:1em; cursor:pointer; line-height:1; box-sizing:border-box; font-weight:500 } 
.label_st .xi { width:1.25em; height:1.25em; display:flex; align-items:center; justify-content:center; border:1px solid #ddd; border-radius:4px; position:relative; font-size:1em; line-height:1 } 
.label_st .xi ~ span { padding:0 .25em; word-break:keep-all; flex:1 1 0%; min-width:0 } 
.label_st input:checked ~ span { color:var(--siteC) } 
.label_st input[type=radio] ~ .xi { border-radius:50% } 
.label_st input:checked ~ .xi { background:var(--siteC); color:#fff; border-color:transparent; } 
.label_st input:checked ~ .xi:before { font-size:.813em } 
.label_st input[type=checkbox]:checked ~ .xi:before { content:"\e928" } 
.label_st input[type=radio]:checked ~ .xi:before { content:"\eb0d" } 
.label_st input[type=checkbox],
.label_st input[type=radio] { width:0; height:0; overflow:hidden; position:absolute; z-index:-1 } 


.label_st.s1{ font-size:1.5em}
.label_st.s2{ font-size:1.25em}
.label_st.s3{ font-size:.938em}

.label_col > li{ margin:.5em 0}

.colorLabel{ width:1.25em; height:1.25em; border-radius:.25em; margin:0 .25em; position:relative}
.colorLabel:after{ content:""; border:1px solid #000; border-radius:.25em; opacity:.1; position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box }
.colorLabel.black{ background:black}
.colorLabel.white{ background:white}
.colorLabel.silver{ background:silver}
.colorLabel.pear{ background:gainsboro}
.colorLabel.gray{ background:gray}
.colorLabel.red{ background:red}
.colorLabel.blue{ background:blue}
.colorLabel.orange{ background:OrangeRed}
.colorLabel.brown{ background:brown}
.colorLabel.green{ background:green}
.colorLabel.yellow{ background:gold}
.colorLabel.purple{ background:purple}

.label_select{ position:relative; background:#fff; display:inline-block; *display:inline; zoom:1; border-radius:.5em}
.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}

.input_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; border:1px solid #ddd; color:#666; padding:.5em 1em; box-sizing:border-box; line-height:2em; height:3em; border-radius:.25em}
.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{ padding:1em; width:100%; height:8em}
textarea.input_st.h1{ height:15em}

.input_st .xi{ margin:0 .5em; margin-top:-.188em}
.input_st .xi:first-child{ margin-left:0}
.input_st .xi:last-child{ margin-right:0}

.input_st.s1{ line-height:2em; height:3.5em; padding:.5em 2em; font-size:1.125em; font-weight:500}
.input_st.s2{ line-height:1.25em; height:2.5em; padding:.5em 1em; font-size:.938em}
.input_st.s3{ line-height:1.75em; height:2.25em; padding:.25em .75em; font-size:.875em}

.input_st.c1{ background:#c82e27; border-color:#c82e27; color:#fff}
.input_st.c1.re{ background:#fff; border-color:#c82e27; color:#c82e27}
.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.c4{ background:#ebc900; border-color:#ebc900; color:#fff}
.input_st.c4.re{ background:#fff; border-color:#ebc900; color:#ebc900}

.input_st.w1{ width:14em; max-width:100%}
.input_st.w2{ width:6em}
.input_st.w3{ width:40em; 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}

/**/
.w_no{ width:4em}
.w_cate{ width:8em}
.w_tit{ width:auto}
.w_name{ width:7em}
.w_date{ width:7em}
.w_date2{ width:14em}
.w_hit{ width:8em}
.w_check{ width:4em}
.w_btn{ width:5em}
.w_btn2{ width:10em}
.w_faq{ width:4em}
.w_state{ width:8em}
.w_price{ width:12em}

.w_form_tit{ width:12em}
.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 #fff; background-size:contain}
.noimg[style*=".png"]:before,
.noimg[style*=".jpg"]:before{ background:none}
.noimg.user:before{ background:#f7f7f7}
.noimg.user:after{ content:"\ea30"; font-family:xeicon; font-size:18em; position:absolute; left:50%; top:50%; transform:translate(-50%,-22%); line-height:1; z-index:-1; color:#ddd}
.noimg.logo:before{ background:#fff}
.noimg.logo:after{ content:"LOGO"; font-size:2em; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-weight:700; opacity:.1}

.tt_state{ display:inline-block; font-size:1.063em; padding:.125em .375em; font-weight:700; text-align:center}
.tt_state.c1{ background:#eee; color:#333}
.tt_state.c2{ background:#c82e27; color:#fff; border-color:transparent}
.tt_state.c3{ background:#333; color:#fff; border-color:transparent}
.tt_state.c4{ background:#fff7f6; color:#e34e38; border-color:transparent}

.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:.938em; color:#666; line-height:1.5}
.tt_st2{ font-size:1.063em; font-weight:500}
.tt_st3{ font-size:1.125em; font-weight:500}
.tt_st4{ font-size:1.313em; line-height:1.4}

.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: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_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{ margin-top:3em !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}
.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}

.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{ }
.review_twrap .twrap{ max-height:6em; line-height:1.5em; margin:1em 0; overflow:hidden;}
.review_tit + .review_twrap .twrap{ max-height:4.5em;}
.review_twrap .more{ font-size:.938em; color:#c82e27; margin-bottom:1em}
.review_twrap .more:before{ content:"더보기"}
.review_twrap .more:after{ content:"\e941"; font-family:xeicon; margin-left:.5em; transition:.3s}
.review_twrap.on .twrap{ max-height:none}
.review_twrap.on .more{ position:static}
.review_twrap.on .more:before{ content:"접기"}
.review_twrap.on .more:after{ transform:rotate(180deg)}

.flex_table{ border-top:1px solid #333}
.flex_table > li > .tr{ padding:1em; border-bottom:1px solid #ddd}
.flex_table > li > .tr.p1{ padding:.5em}
.flex_table > li > .tr > .td{ flex-direction:column; box-sizing:border-box; padding:.5em 1em}
.flex_table > li > .tr > .td.h1{ min-height:7em}
.flex_table.line > li > .tr{ padding:0}
.flex_table.line > li > .tr > .td{ padding:1em}
.flex_table.line > li > .tr > .td:not(:first-child){ border-left:1px solid #ddd}
.flex_table > li > .tr > .td.wNo{ width:4em}
.flex_table > li > .tr > .td.wDate{ width:16em}
.flex_table > li > .tr > .td.wDate2{ width:20em}
.flex_table > li > .tr > .td.wCheck{ width:4em}
.flex_table > li > .tr > .td.wVol{ width:12em}
.flex_table > li > .tr > .td.wVol2{ width:18em}
.flex_table > li > .tr > .td.wPrice{ width:12em}
.flex_table > li > .tr > .td.wPrice2{ width:20em}
.flex_table > li > .tr > .td.wBtn{ width:12em}
.flex_table > li > .tr > .td.wBtn2{ width:20em}
.flex_table > li > .tr > .td.wState{ width:14em}
.flex_table > li > .tr > .td.wImg{ width:24em}
.flex_table > li > .tr > .td.wCon{ flex:1 1 100%}
.flex_table .flex_table{ border-top:none}
.flex_table .flex_table > li:last-child > .tr{ border-bottom:none}

.flex_table_caption .more .arrow:before{content:"\e93f"; margin-left:.25em}

.page_search_wrap{padding:.5em}
.page_search_wrap .wrap_in{ padding:1.5em; background:#fff}
.page_search_wrap .wrap_in .tit{ font-weight:500; font-size:1.063em}

.patt1{background-color: #ddd;
background-image: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(255,255,255,.1) 1px, #fff 4px)}

.nocon{ display:flex; justify-content:center; align-items:center; flex-direction:column; border:1px solid #ddd; height:24em; color:#666}
.nocon .xi{ font-size:5em; color:#ddd; margin-bottom:.125em}
.nocon .xi:not([class*=xi-]):before{content:"\ea15"}
.nocon.st1{ height:100%; border:none}



.hover_st.zoom .img_wrap{ overflow:hidden;}
.hover_st.zoom .img_wrap .resize{ transition:.3s;}
.hover_st.zoom:focus .img_wrap .resize,
.hover_st.zoom:hover .img_wrap .resize{ transform:scale(1.1);}

.hover_st.vod .img_wrap{ overflow:hidden;}
.hover_st.vod .img_wrap:after{ content:"\ea40"; font-family:xeicon; font-size:2.500em; color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.4); opacity:0; transition:.3s;}
.hover_st.vod:hover .img_wrap:after{ opacity:1;}

.mprod_list_wrap{ margin-top:1em; gap: 2.5em;}
.mprod_list_wrap .prod_wrap{  border:1px solid #eee; box-shadow: 0 0 20px rgba(0,0,0,.05); overflow:hidden; position:relative; width: calc((100% - 8em) / 4); text-align: center;}
.mprod_list_wrap .prod_wrap:first-child{ margin-top:0;}
.mprod_list_wrap .prod_wrap .img_wrap{ width:100%; display:block; overflow:hidden;}

.mprod_list_wrap .prod_wrap .img_wrap .img{}
.mprod_list_wrap .prod_wrap .img_wrap .img img{ transition:.3s; width:100%;}
.mprod_list_wrap .prod_wrap .img_wrap:hover .img img{ transform:scale(1.1,1.1);}
.mprod_list_wrap.conWid .prod_wrap .img_wrap .img{ height: 12em;}
.mprod_list_wrap.conWid .prod_wrap .img_wrap .img .vm_tt{height: 100%;}
.mprod_list_wrap.conWid .prod_wrap .img_wrap .img img{width: 100%; height: 100%; object-fit: contain;}
.mprod_list_wrap .prod_wrap .prod_st {width:100%;}
.mprod_list_wrap .prod_wrap .prod_st .inner{ padding:25px 30px 25px 30px; border-top: 1px solid #eee;}
.mprod_list_wrap.pet .prod_wrap .prod_st .tit_wrap{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #ccc;}
.mprod_list_wrap .prod_wrap .prod_st .tit_wrap .t1{ display:inline-block;*display:inline;zoom:1; margin:0 3px 10px 0; padding:4px 15px; border:1px solid transparent; border-radius:25px; font-size:.875em; text-transform:uppercase;}
.mprod_list_wrap .prod_wrap .prod_st .tit_wrap .t1.c1{ border-color:#bbbbbb;}
.mprod_list_wrap .prod_wrap .prod_st .tit_wrap .t1.c2{ border-color:#4b85e0; background:#4b85e0; color:#fff;}
.mprod_list_wrap .prod_wrap .prod_st .tit_wrap .t1.c3{ border-color:#ff4c4c; background:#ff4c4c; color:#fff;}
.mprod_list_wrap .prod_wrap .prod_st .tit_wrap .t2{ display:block; font-size:1em; overflow:hidden;  font-weight:500}
.mprod_list_wrap .prod_wrap .prod_st .tit_wrap .t3{ display:block; margin-top:5px; font-size:.938em; color:#1b5b8f;}
.mprod_list_wrap .prod_wrap .prod_st .info_wrap{}
.mprod_list_wrap .prod_wrap .prod_st .info_wrap .info > li{ position:relative; margin-top:10px;}
.mprod_list_wrap .prod_wrap .prod_st .info_wrap .info > li:first-child{ margin-top:0;}
.mprod_list_wrap .prod_wrap .prod_st .info_wrap .info .tt{ display:inline-block; *display:inline; zoom:1; font-size:.938em;}
.mprod_list_wrap .prod_wrap .prod_st .info_wrap .info .t1{ /*position:absolute;*/ top:0; left:0; width:130px; color:#111;}
.mprod_list_wrap .prod_wrap .prod_st .info_wrap .info .t2{ /*padding-left:130px;*/ color:#444;  vertical-align:top}
.mprod_list_wrap .prod_wrap .prod_st .btn_wrap{ position:absolute; top:0; right:0; width:14.285%; height:100%; border-left:1px solid #ddd; font-size:0; background:#f2f5f8}
.mprod_list_wrap .prod_wrap .prod_st .btn_wrap .va_tt{ width:100%; font-size:15px}
.mprod_list_wrap .prod_wrap .prod_st .btn_wrap .btn{ box-sizing:border-box; height:40px; width:85%; margin:2px 0; border:none; border-radius:25px; font-size:.875em; color:#fff; overflow:hidden;}
.mprod_list_wrap .prod_wrap .prod_st .btn_wrap .btn i{ vertical-align:middle;}
.mprod_list_wrap .prod_wrap .prod_st .btn_wrap .btn .xi{ padding-right:5px;}
.mprod_list_wrap .prod_wrap .prod_st .btn_wrap .btn.c1{ background:#1a3b62}
.mprod_list_wrap .prod_wrap .prod_st .btn_wrap .btn.c2{ background:#38393F}

.mprod_list_wrap .prod_wrap .con_wrap {display: flex;flex-direction: column;flex: 1;gap: 0.5em 0;padding: 1.5em 0;margin: auto;width: 100%; background: #fff;}
.mprod_list_wrap .prod_wrap .con_wrap .tt *{ display:inline; vertical-align:baseline;}
.mprod_list_wrap .prod_wrap .con_wrap .t1{ font-size:1.188em; font-weight:600; white-space:normal; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; transition:.3s;}
.mprod_list_wrap .prod_wrap .con_wrap .t2{ font-size:.938em; color:#555; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.mprod_list_wrap .prod_wrap .con_wrap .type{ font-size:.938em; color:#3573eb; font-weight:600; text-transform:uppercase;}
.mprod_list_wrap .prod_wrap .con_wrap .info{ display:flex; align-items:center; gap:0 1em;}
.mprod_list_wrap .prod_wrap .con_wrap .info *{ vertical-align:baseline;} 
.mprod_list_wrap .prod_wrap .con_wrap .info .num{ flex:1;}
.mprod_list_wrap .prod_wrap .con_wrap .info .date{ color:#555; font-weight:600;}
.mprod_list_wrap .prod_wrap:hover .con_wrap .t1{ color:#3573eb;}

.mprod_list_wrap.conWid

.line_ani,
.line_ani_wrap{ position:relative; z-index:inherit}
.line_ani .line{ position:absolute; background:#3573eb; width:0; height:0}
.line_ani .line.lineT{ left:0; top:-1px; transition:width 0.3s;}
.line_ani .line.lineR{ right:-1px; top:0; transition:height 0.3s;}
.line_ani .line.lineB{ right:0; bottom:-1px; transition:width 0.3s;}
.line_ani .line.lineL{ left:-1px; bottom:0; transition:height 0.3s;}
.line_ani:hover .line.lineT,
.line_ani:hover .line.lineB{ width:100%; height:2px}
.line_ani:hover .line.lineR,
.line_ani:hover .line.lineL{ width:2px; height:100%}

.mprod_list_wrap { position:absolute; left:0; top:0; width:100%; height:0; overflow:hidden; visibility:hidden; opacity:0;}
.mprod_list_wrap.on { position:relative; height:auto; overflow:visible; visibility:visible; opacity:1;}

.pageDl{padding-top: 2em;}
.pageDl ~ .pageDl{padding-top: 4em;}
.pageTit { font-weight:600; font-size:1.56em; letter-spacing:-.1vmin; word-spacing:.2vmin; color: #555; position: relative; padding-left: .6em; } 
.pageTit::before{position: absolute; content: ''; left: 0; top: 14px; width: 5px; height: 5px; border-radius: 100px; background: #111;}

/*제품뷰페이지*/
.prod_view_wrap{ margin: 3em auto 4em;}
.prod_view_wrap > ul > li{width:50%; position:relative;/* left:5%;*/}
.prod_view_wrap > ul > li:nth-child(1){ width: 50%; display: flex; flex-direction: column; gap: 0.5em;}
.prod_view_wrap > ul > li:nth-child(2){ width: 50%;}
.prod_view_wrap > ul > li .inner_box{ top:20px; width:92%;color:#333; left:10%; float:right;}
.prod_view_wrap > ul > li .inner_box .em{ margin-bottom:.3em; font-weight:300; color:#888;}
.prod_view_wrap > ul > li .inner_box .t1{ font-size:2em; padding-bottom:.8em; border-bottom:1px dashed #ddd; margin-bottom:.8em; margin-top:1em; font-weight: 700;}
.prod_view_wrap > ul > li .inner_box dl{ padding-left:.3em}
.prod_view_wrap > ul > li .inner_box dl dt{ padding:.5em 0; color: var(--siteC); font-size: 1.05em; font-weight: 600; /*background: #ff6000;border-radius: 40px 40px;width: 20%;color: #fff;text-align: center;*/}
.prod_view_wrap > ul > li .inner_box dl dd{ line-height:1.6; color:#666; margin-bottom:1em;}
/*.prod_view_wrap > ul > li .prod_line{ width:100%; height:1px; background:#ddd; margin:20px 0;}*/

.prod_view_wrap > ul.conRow > li:nth-child(1){flex-direction: row;}
ul.conRow .prod_area .prod_plist{flex-direction: column;}
ul.conRow .prod_area .prod_plist > li{width: 6.6em; height: 33.33%;}


.prod_view_wrap .img_wrap .big{width:90%;/*padding-right:15%;;*/position:relative;/* left: 50%;*/}
.prod_view_wrap .img_wrap .big .
.prod_view_wrap .img_wrap .big .in{ padding:2em;}
.prod_view_wrap .img_wrap .big .resize2 .re{ background:#fff; border:2px solid #ddd;}

.prod_view_wrap .prodLogo{ position:absolute; top:1.5em; right:1.5em;}

.cont_view_wrap{ margin-top: 3.5em; padding: 3em 0 10em;}
.cont_view_wrap .view_tit{color: #666;font-size: 2.25em;text-align: center;padding: 0.5em 1em 0.25em;width: 6em;margin: 0 auto 1em;}
.cont_view_wrap .view_tit_wrap{ border-top:2px solid #666; font-size:1em; border-bottom:1px solid #666; padding-left:1em}
.cont_view_wrap .view_tit_wrap p{ font-size:1.25em; padding:1em 0;}
.cont_view_wrap .view_in_wrap{ background:#fff; padding:3em 2em 3em 2em; margin-bottom:3em; margin: 2em 0; border: 1px solid #ddd;}
.cont_view_wrap .view_in_wrap .tx{ line-height:1.6; font-size:1em; font-famly:'notokrR'; color:#656565; margin-bottom:1em}
.cont_view_wrap .view_in_wrap img{ margin:0 auto; display:block}
.cont_view_wrap .view_in_wrap > p{ line-height:1.5;}
.cont_view_wrap .view_in_wrap .list{ padding:2em 3em; background:#f5f5f5;}
.cont_view_wrap .view_in_wrap .list > dt{ font-family:'notokrM'; color:#222; margin-bottom:.3em;}
.cont_view_wrap .view_in_wrap .list > dd{ padding-left:1em; font-family:'notokrR'; margin-bottom:1em;}

.cont_view_wrap .view_in_wrap .table_st{}
.cont_view_wrap .view_in_wrap .table_st td{ text-align:center;}
.cont_view_wrap .view_in_wrap .table_st th{ border-left:none; background: #3f4557;color: #fff;font-size: 1.15em; padding:14px 10px !important;}
.cont_view_wrap .view_in_wrap .table_st th:last-child{ border-right:none;}
.cont_view_wrap .view_in_wrap .table_st tr td{ border-left:none;}
.cont_view_wrap .view_in_wrap .table_st tr td:last-child{ border-right:none;}

.cont_view_wrap .view_in_wrap .view_tit{ font-size:1.250em; padding-left:1em; margin-top:2em; position:relative;}
.cont_view_wrap .view_in_wrap .view_tit:before{ content:""; border:3px solid #0c61b5; position:absolute; left:0; top:10px; width:5px; height:5px; border-radius:100px;}

/*prod*/  
.prod_tit { font-size:20px; color:#222; margin-bottom:4em; }
.prod_area { width:100%; overflow:hidden; position:relative; }
.prod_area .pord_bigpic { width: 100%; height: 283px; max-width: 25em; margin: 0 auto;} 
.conRow .prod_area .pord_bigpic{height: auto;}
.prod_area .pord_bigpic > img { width:100%; height:100%; max-width:50em; max-height:30em; object-fit: cover;} 
.prod_area .prod_plist { display: flex; gap: .5em;} 
.prod_area .prod_plist > li { cursor:pointer; border:1px solid #ccc; width: 13em; overflow: hidden; text-align: center;}
ul.conRow .prod_area .prod_plist > li > a{width: 100%; height: 100%;}
.prod_area .prod_plist > li > a { height: 8em;}
.prod_area .prod_plist > li > a > img {width:100%; height:100%;display:block; object-fit: cover;}

.prod_area .dbtn_area { overflow:hidden; position:absolute; right:0px; bottom:44px; }
.prod_area .dbtn_area > a { display:block; border:1px solid #ccc; border-radius:3px; width:186px; padding:20px 23px; font-size:16px; color:#333; border-left:6px solid #ffa800;
background-image:url(../images/icon/down_bg.png); background-position:193px center; background-repeat:no-repeat; margin-top:10px; transition:all ease 0.3s; }
.prod_area .dbtn_area > a.bgn { background-image:none; }
.prod_area .dbtn_area > a.bgn:hover { text-decoration:none; background-color:#ffa800; background-image:none; color:#fff; transition:all ease 0.3s; }
.prod_area .dbtn_area > a:hover { text-decoration:none; background-color:#ffa800; background-image:url(../images/icon/down_bg_on.png); background-position:193px center; 
background-repeat:no-repeat; color:#fff; transition:all ease 0.3s; }
.spec { margin-top:40px; }
.spec > dt { font-size:20px; color:#333; padding-left:21px; background:url(../images/inc/sub_dot1.png) no-repeat left center; margin-bottom:22px; }
.spec > dd { border:1px solid #ccc; padding:32px 34px; }
.fl_wrap{ overflow:hidden; margin-top: 2em;}
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in{ display:block}
.fl_wrap::after{ content:""; display:block; clear:both}
.prod_view_wrap .btn_in{ margin:3em 0; /*padding-left:1em; */padding-bottom:1em;}
.prod_view_wrap .btn_in.st{ width:20%;margin: 1em 0 0 0;padding-left:0; padding-bottom:2em}
.prod_view_wrap .btn_in .catalog{ display:flex; align-items: center; justify-content: center; background: #333; color:#fff; height:3em; transition:.3s; width:49%; border-radius: 0.5em;}
.prod_view_wrap .btn_in .catalog .tt{ font-size:.875em; padding-left:.5em}
.prod_view_wrap .btn_in .catalog:hover{  color:#fff;}

.prod_view_wrap .btn_in .more{ display:flex; align-items: center; justify-content: center; background: var(--siteC); color:#fff; height:3em; transition:.3s; width:49%; margin-left:0.5em; float:right !important; border-radius: 0.5em;}
.prod_view_wrap .btn_in .more .tt{ font-size:.875em; padding-left:.5em}
.prod_view_wrap .btn_in > a > span {font-size: 1.1em;font-weight: 600;}
.prod_view_wrap .btn_in .more:hover{}
.table_st{ border-top:2px solid #333; table-layout:fixed}
.table_st th,
.table_st td{ padding:.5em 1em; height:3em}
.table_st th{ background:#fff; color:#111; border-bottom:1px solid #333; font-weight:600}
.table_st td{background:#fff;color:#666;text-align:center;border-bottom:1px solid #ddd;padding:1em 1em;}
.table_st .ess{ float:right;}
.ess{ color:var(--siteC); line-height:1}
.ess:before{ content:"\e929"; font-size:1.25em}
.ess_wrap{ position:relative; display:block; padding-right:1.75em;}
.ess_wrap .ess{ position:absolute; right:0; top:50%; margin-top:-.625em;}

*[class^="xi bd_"]{ vertical-align:middle;}
*[class^="xi bd_"]:before{ color:#111; line-height:1;}
*[class^="xi bd_"].big:before{ font-size:1.250em;}
.xi.bd_new:before   { content:"\e9a8"; color:var(--crRed);}
.xi.bd_notice:before{ content:"\ea5b"; color:var(--siteC);}
.xi.bd_reply:before { content:"\e9fa"; color:#666; display:inline-block; transform:rotateX(180deg);}
.xi.bd_sub:before   { content:"\e981"; color:var(--siteC2); font-size:1.375em;}
.xi.bd_lock:before  { content:"\e966";}
.xi.bd_docu:before  { content:"\e9b4";}
.xi.bd_name:before  { content:"\e9f5";}
.xi.bd_date:before  { content:"\ea1f";}
.xi.bd_hit:before   { content:"\e951";}
.xi.bd_file:before  { content:"\e9b9";}
.xi.bd_calen:before { content:"\e9a4";}
.xi.bd_plus:before  { content:"\e913";}
.xi.bd_tel:before   { content:"\e9d3";}
.xi.bd_fax:before   { content:"\e9bc";}
.xi.bd_email:before   { content:"\ea07";}
.xi.bd_location:before{ content:"\eb59";}

.table_st.form th{ text-align:left; border-color:#ddd; border-left:1px solid #ddd}
.table_st.form th:first-child{ border-left:none}
.table_st.form td{ text-align:left}

.table_st.size1 th,
.table_st.size1 td{ padding:.5em 1em; height:2.25em; font-size:.938em}

.table_st.size2 td{ padding:2em 1em;}

.table_st.bg1 th,
.table_st.bg1 td{ background:#f9f9f9}

.table_st.noline{ border-top:none}
.table_st.line1{ border-top-width:1px}

.table_st.st1 th,
.table_st.st1 td{ padding:.25em .5em; border:1px solid #ddd;}
.table_st.st1 th{ background:#f7f7f7; text-align:center}

.table_st.st2{ border-top:none}
.table_st.st2 th{ background:#895f5f; color:#fff; border:1px solid rgba(255,255,255,.1)}
.table_st.st2 td{ border:1px solid rgba(0,0,0,.1)}

.table_st.st3{}
.table_st.st3 th{ font-size:1.063em; border-color:#888; color:#555}
.table_st.st3:not(.size1) th{ height:4.5em}
.table_st.st3 .bR{ border-right:1px solid #ddd}
.table_st.st3 td{}

.table_st .total_wrap{ text-align:right; padding-right:2.5em!important; font-size:.938em; position:relative}
.table_st .total_wrap:before,
.table_st .total_wrap:after{ content:""; position:absolute; left:0; top:0; width:100%; height:1px; background:#111}
.table_st .total_wrap:after{ top:auto; bottom:-1px; background:#ddd}
.table_st .total_wrap .icon{ padding:0 1em; color:#111; font-size:1.75em; margin-top:-.1em}

.table_st .cell_st1{ background:#f9f9f9}

.table_st .memo{ font-size:.813em; color:#888}

/* 갤러리 */
.board_viewM{padding: 3em 1em;}


@media screen and (max-width:1024px){
.board_gallery.s1 > li {width: calc((100% - 4em) / 3);}
.board_gallery.ebook > li {width: calc((100% - 7em) / 3);}

}


/**/
@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:.5em .5em !important}

.w_no{ width: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%}

table.response{ font-size:1em;}
table.response,
table.response caption,
table.response thead,
table.response tbody,
table.response tfoot,
table.response tr,
table.response th,
table.response td{ display:block; box-sizing:border-box; height:auto !important; width:auto !important;}
table.response thead{ display:none;}
table.response tr{ position:relative;}
table.response *[data-th]{ display:flex !important; flex-wrap:wrap; align-content:center; align-items:center; text-align:left;}
table.response *[data-th]:before{ content:attr(data-th); box-sizing:border-box; display:flex; align-content:center; align-items:center; flex:1 0 7.5em; max-width:7.5em; padding-right:.75em; color:#000; font-weight:700;}
table.response *[data-th] > *{ flex:1;}

table .pcHide{ display:block !important;}
table .pcHide.flex{ display:flex !important;}
table .moHide{ display:none !important;}

/*BOARD*/
.board_st{ font-size:1em;}
.board_st th,
.board_st td{ padding:.5em .5em;}

.board_st.list.tit{ display:none;}
.board_st.list.tit + .board_st.list{ border-top:4px solid #093291;}
.board_st.list tr{ padding:.5em .5em; border-bottom:1px solid #ddd;}
.board_st.list td{ border:none; padding:.25em 0; text-align:left; background:transparent !important;}
.board_st.list tr.reply{ padding-left:3em;}
.board_st.list tr.reply .w_no{ display:block; position:absolute; top:50%; left:0; transform:translateY(-50%); padding:0; width:2.5em !important; text-align:center;}
.board_st.list .w_no{ display:none;}
.board_st.list .w_tit{ font-size:1.125em; color:#111; font-weight:500;}
.board_st.list .w_tit a{ max-width:100% !important;font-weight:500;}
.board_st.list .w_tit ~ td{ position:relative; display:inline-block; padding-left:1.125em; margin-left:1em;}
.board_st.list .w_tit ~ td:before{ content:""; position:absolute; left:0; top:50%; margin-top:-.375em; height:.75em; width:1px; background:#ddd;}
.board_st.list .w_tit + td{ padding-left:0; margin-left:0;}
.board_st.list .w_tit + td:before{ display:none;}

.board_st.list.notice tr{ background:#f2f8f8;}
.board_st.list .reply{ background:#f7f7f7;}

.board_st.write{}
.board_st.write tr{ padding:1em .25em; border-bottom:1px solid #aaa;}
.board_st.write th,
.board_st.write td{ border-width:0; padding:.25em 0;}
.board_st.write th{ font-size:1.125em; color:#111;}

.board_view_top .tit{ text-align:center; font-weight:500;}
.board_view_top .board_info{ padding:0 1px .75em 0;}
.board_view_top .board_info > li{ flex:1 1 50%; border:solid #ddd; border-width:1px; margin:0 -1px -1px 0; padding:.75em .75em;}
.board_view_top .board_info > li:before{ display:none;}
.board_view_top .board_file{ padding:.75em .5em;}
.board_view_middle{ padding:2.5em 0 !important; overflow-x:auto;}
.board_view_bottom .w_form_tit{ width:7em;}

.board_search_wrap button{padding: 0 1em;}
.label_select select{ padding-right: 1.5em !important;}
/**/
.board_st.faq{}
.board_st.faq .list .BScon{ padding:1em 0;}
.board_st.faq .list > li .con .w_tit{ padding:1em .5em;}
.board_st.faq .list > li .con .faqQ{ font-weight:500;}

/* 갤러리 */
  .youth_people li {width: calc(50% - 1em);}
  .icon_list li {width: calc(100% - 0em);}
  .board_gallery.s1 > li {width: calc((100% - 2em) / 2);}
  .board_gallery.ebook > li {width: calc((100% - 2em) / 2);}
  .board_view_middle{padding: 2.5em 0 !important; overflow-x: auto;}

}
