@charset "utf-8";
/* CSS Document */
:root{
--headerH : 5em;
--pagePD : 4vw;
--maxHeight: calc(100vh - var(--headHS) - 3em);
--headH: 6.75em;
--headHS: 8em;

--gray1 : #e9f2ec;

--siteC: #015a1b;
--siteC2: #060055;
--siteBg1: var(--crGray2);
--siteBg2: var(--crGray);
--siteBg3: #171717;
--gradC1: #060055;
--gradC2: #015a1b;
--selectionBg: var(--siteC2);
  
--siteCfil: invert(16%) sepia(83%) saturate(1667%) hue-rotate(203deg) brightness(105%) contrast(88%);
--siteCfil2: invert(55%) sepia(15%) saturate(2167%) hue-rotate(184deg) brightness(91%) contrast(85%);
--siteCfil3: invert(10%) sepia(77%) saturate(7096%) hue-rotate(352deg) brightness(109%) contrast(82%);
  
--crWhite: #fff;
--crBlack: #171717;
--crGray: #f0f4f7;
--crGray2: #f5f5f5; 
--crGray3: #5d5c5e;
--crGray4: #ddd;
--crGray5: #aaa;
--crRed: #ed1839;
--crfilRE: invert(1);  
--crWhitefil: brightness(0) invert(1);
--crBlackfil: brightness(0) invert(0);
--crGrayfil: grayscale(1);
--crGrayfilRE: var(--crGrayfil) var(--crfilRE);  
  
--crGrad1: linear-gradient(to right,var(--gradC1),var(--gradC2));
--crGrad2: linear-gradient(to bottom,var(--gradC1),var(--gradC2)); 
}
.siteC{ color: var(--siteC) !important}

/**/
.cp{ cursor:pointer;}
.cutstr {text-overflow : ellipsis;overflow : hidden;white-space : nowrap; display:block; width:100%}

.resize{ display:block; height:0; padding-bottom:100%; position:relative}
.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 .re.img{ display:flex; align-items:center; justify-content:center}
.resize .re.img img{object-fit:contain; max-width:100%; max-height:100%}
.resize.vod{ padding-bottom:56.25%}
.resize.photo{ padding-bottom:66.66%}
.resize.poster{ padding-bottom:141.4%}
.resize.project{ padding-bottom:75%}
.resize.prod{ padding-bottom:100%}
.resize .objC{ display:flex; align-items:center; justify-content:center}
.resize .objC img,
.resize .objC iframe{ object-fit:contain; max-width:100%; max-height:100%}
.resize .objC.cover img,
.resize .objC.cover iframe{ object-fit:cover; width:100%; height:100%; max-width:none; max-height:none}

.imgfix{ width:100%; height:100%; overflow:hidden;}
.imgfix > img{ display:block; width:100%; height:100%; object-fit:cover;}
.imgfix.ctn > img{ object-fit:contain;}

.row{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical; line-height:1.25em;}
.row.r2{ -webkit-line-clamp: 2}
.row.r3{ -webkit-line-clamp: 3}
.row.r4{ -webkit-line-clamp: 4}
.row.r2.fix{ height:2.5em}
.row.r3.fix{ height:3.75em}
.row.r4.fix{ height:5em}
.row.lh1{ line-height:1.5em}
.row.r2.lh1.fix{ height:3em}
.row.r3.lh1.fix{ height:4.5em}
.row.r4.lh1.fix{ height:6em}

.c_point{ color:var(--siteC) !important}
.c_black{ color:#000 !important}
.c_gray{ color:#888 !important}
.c_white{ color:#fff !important}
.c_dgray{ color:#555 !important}
.c_red{ color:#F36 !important}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bgfix.ct{ background-size:contain}
.bgfix.fix{ background-attachment:fixed}

.pre{white-space:pre-wrap;}
.radius{ border-radius:1em; overflow:hidden}

.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 !important;}
.mt3{ margin-top:3px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}

.mb0{ margin-bottom:0 !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}

.ml0{ margin-left:0 !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml40{ margin-left:40px !important;}
.ml50{ margin-left:50px !important;}

.mr0{ margin-right:0 !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr40{ margin-right:40px !important;}
.mr50{ margin-right:50px !important;}

.pd05{ padding:.5em !important;}
.pd1{ padding:1em !important;}
.pd2{ padding:2em !important;}

.fwEB{ font-weight:800}
.fwB{ font-weight:700}
.fwM{ font-weight:500}
.fwR{ font-weight:400}
.fwL{ font-weight:300}

.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}

.ps05{ margin-top:1vmin !important}
.ps1{ margin-top:2vmin !important}
.ps2{ margin-top:4vmin !important}
.ps3{ margin-top:6vmin !important}
.ps4{ margin-top:8vmin !important}
.ps5{ margin-top:10vmin !important}
.ps{ margin-top:10vmin !important}

.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}

.di{display:inline}
.db{ display:block !important;}
.dn{ display:none !important;}

.hideT{position: absolute; z-index: -1; display: inline-block; overflow: hidden; height: 1px; width: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); word-break: initial; word-wrap: initial;}
.hideT.close{ display:none}

.galleryW:not(.swiper-wrapper){--portfolioL : 3; --portfolioG : 3em; display:flex; flex-wrap:wrap; gap:4em var(--portfolioG)}
.galleryW.d1{ --portfolioL : 4; --portfolioG : 4em;}
.galleryW.d1 > li:nth-child(-n+4) { --portfolioL : 2}
.galleryW:not(.swiper-wrapper) > li{ width:calc((100% / var(--portfolioL)) - (var(--portfolioG) * (var(--portfolioL) - 1) / var(--portfolioL)))}
.galleryW.d2{--portfolioL : 6; --portfolioG : 1.5em;}
.gallerySt{ display:flex; flex-direction:column; gap:1em; position:relative}
.gallerySt .imgW{ overflow:hidden}
.gallerySt .imgW .resize{ padding-bottom:56.25%}
.gallerySt .imgW .resize.s1{ padding-bottom:100%}
.gallerySt:hover .imgW .resize{ transform:scale(1.1); transition:1s}
.gallerySt .conW{ display:flex; flex-direction:column; gap:.5em}
.gallerySt .conW .tCate{ opacity:.5}
.gallerySt .conW .tTit{ font-weight:500; font-size:1.313em}
.gallerySt .conW .tTit.s1{ font-size:1.125em}
.gallerySt.st1{ overflow:hidden; border-radius:50%}
.gallerySt.st1 .conW{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); color:#fff; display:flex; align-items:center; justify-content:center; text-align:center}
.gallerySt.st1:hover .conW{ opacity:0; transition:.3s}

.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 #aaa; 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}


/* old*/
.fl_wrap{ *zoom:1;}
.fl_wrap:after{ content:""; display:block; clear:both;}
.fl_wrap > *     { float:left;}
.fl_wrap > .left { float:left;}
.fl_wrap > .right{ float:right;}
.fl_wrap > * > .in{ display:block;}

.di_table,
.di_table .tr,
.di_table .th,
.di_table .td{ box-sizing:border-box;}
.di_table{ display:table; table-layout:fixed; width:100%; border-collapse:collapse; border-spacing:0;}
.di_table .tr{ display:table-row;}
.di_table .th,
.di_table .td{ display:table-cell; vertical-align:middle;}

.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%;}
.flex.space { justify-content:space-between;}
.flex.vspace{ align-content:space-between;}
.flex.hl{ justify-content:start;}
.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.ac{ align-content:center; align-items:center; justify-content:center; text-align:center;}
.flex.ah{ align-items:stretch;}
.flex .mgL{ margin-left:auto;}
.flex .mgR{ margin-right:auto;}
.flex .mgT{ margin-top:auto;}
.flex .fix{ flex:0 0 auto}
.flex .grow{ flex:1 1 0%; min-width:0}

.vm_wrap{ display:block; text-align:center; white-space:nowrap;}
.vm_wrap:before{ content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100%;}
.vm_wrap .vm{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal; box-sizing:border-box;}
.vm_wrap img{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; max-height:100%;}

.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; box-sizing:border-box;}
.resize.s1 { padding-bottom:66.66%;}
.resize.s2 { padding-bottom:56.25%;}
.resize.s3 { padding-bottom:85%;}

.bgfix{ background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}

.tt_cp{ cursor:pointer;}
.tt_cut{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.tt_cutNo{ white-space:normal !important; overflow:visible;}

table.word *{ word-break:break-all; word-wrap:break-word;}

/*BOARD*/
.board_st{ font-size:.938em;}

.board_st th,
.board_st td{ height:2.5em; padding:.75em .5em; border-bottom:1px solid #ddd;}
.board_st th{ color:#222;}
.board_st td{ color:#555;}
.board_st ~ div.no_con{ border-top:none;}

.board_st.list.tit th{ border-top:2px solid #333; border-bottom:1px solid #666; font-weight:700}
.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; *display:inline; zoom:1; max-width:calc(100% - 4.5em); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:1.4;}

.board_st.list a:hover,
.board_st.view a:hover{ text-decoration:underline;}

.board_st.list.notice td{ background:#f2f4f8;}
.board_st.list .reply td{ background:#f7f7f7;}

.board_st.write{ border-top:2px solid #333;}
.board_st.write th{ padding-left:1.5em; text-align:left;}

.board_info{ display:flex; flex-wrap:wrap; min-width:0; color:#72727d; *zoom:1;}
.board_info > li{ display:flex; align-content:center; align-items:center; padding-right:3em; position:relative; box-sizing:border-box;}
.board_info > li:before{ content:""; position:absolute; right:1.5em; 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:#72727d;}

.board_file{ font-size:.938em; 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:-.063em; left:0;}
.board_file a,
.board_file a .xi:before{ color:#333;}
.board_file a:hover{ text-decoration:underline;}
span.board_file,
strong.board_file{ display:inline-block;}

.board_view_top .tit{ padding:1em; border-top:2px solid #333; font-size:1.375em;}
.board_view_top .board_info{ padding:0 1em 1.5em 1em;}
.board_view_top .board_file{ font-size:.938em; padding:.75em 1.25em; background:#f2f4f8; border:dashed #ddd; border-width:1px 0;}
.board_view_middle{ padding:3em 1em;}
.board_view_middle *{ box-sizing:border-box; max-width:100% !important;}
.board_view_middle img{ width:auto; height:auto;}
.board_view_middle .videoCon{ margin-bottom:2em;}
.board_view_middle #viewIframe{ width:100%; height:100%;}
.board_view_bottom{ border-top:1px solid #666;}
.board_view_bottom .board_st a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

/**/
.board_st.gallery{ padding:2em 0; border-top:2px solid #333;}
.board_st.gallery .list{ margin:0 0 -3.75em -3.75em;}
.board_st.gallery .list > li{ flex:1 1 33.33%; max-width:33.33%;}
.board_st.gallery .list > li .in{ flex:1; position:relative; display:block; margin:0 0 3.75em 3.75em; box-shadow:3px 3px .625em rgba(0,0,0,.1); color:#111;}
.board_st.gallery .list > li .in .img{ overflow:hidden;}
.board_st.gallery .list > li .in .con{ padding:1.5em 1em 2em 1em;}
.board_st.gallery .list > li .in .con .tit{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_st.gallery .list > li .in .con .tit .tt{ font-size:1.125em;}
.board_st.gallery .list > li .in .con .board_info{ margin-top:1em;}
.board_st.gallery .list > li .in .con .board_info > li{ font-size:.938em; padding-right:1.625em;}
.board_st.gallery .list > li .in .con .board_info > li:before{ right:.75em;}
.board_st.gallery .list > li .in .thumb{ transform:scale(1); transition:.4s;}
.board_st.gallery .list > li .in:hover .thumb:not(.pic){ transform:scale(1.1);}
.board_st.gallery .list > li .in:hover .con .tit{ text-decoration:underline;}
.board_st.gallery .adm_chk{ position:absolute; z-index:9; top:.5em; left:.5em; display:block;}

/**/
.board_st.faq.w2 {width: 1200px; margin: 0 auto;}
.board_st.faq .list{ border-top:2px solid #333;}
.board_st.faq .list .th,
.board_st.faq .list .td{ padding:1.5em .5em; text-align:center;}
.board_st.faq .list .th{ font-weight:500;}
.board_st.faq .list .td{ border-bottom:1px solid #d4d5d8; color:#343b4d; line-height:1.4em;}
.board_st.faq .list.con .BStit .td{ padding-top:1em; padding-bottom:1em;}
.board_st.faq .list.con .BScon .td{ border-color:#343b4d;}
.board_st.faq .list.con .BScon .w_faq{ vertical-align:top;}
.board_st.faq .list.con .w_tit{ text-align:left; color:#111;}
.board_st.faq .list.con .faqQ{ display:inline-block;}
.board_st.faq .list.con .faqQ:hover{ color:#000; text-decoration:underline;}
.board_st.faq .list.con .faqA *{ box-sizing:border-box; max-width:100% !important;}
.board_st.faq .list.con .faqA img{ width:auto; height:auto;}
.board_st.faq .faq_tit{ display:inline-block; width:1.75em; line-height:1.75em; border-radius:100%; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:1.500em; color:#fff;}
.board_st.faq .faq_tit.c1{ background:var(--siteC);}
.board_st.faq .faq_tit.c2{ background:#d82744;}
.board_st.faq .BStit:hover,
.board_st.faq .BStit.on{ background:#f2f5f6; transition:.2s;}
.board_st.faq .BStit.on .td{ border-bottom-width:3px;}


/**/
.page_certi_list{}
.page_certi_list .list{ margin:0 0 -1em -1em;}
.page_certi_list .list > li{ flex:1 0 25%; max-width:25%;}
.page_certi_list .list > li .in{ flex:1; margin:0 0 1em 1em; position:relative; border:2px solid #eee; text-align:center; color:#333;}
.page_certi_list .list > li .in .img{ padding:1em;}
.page_certi_list .list > li .in .tit{ padding:1.5em .5em; border-top:2px dashed #eee;}
.page_certi_list .list > li .in .tit .tt{ font-size:1.063em; font-weight:500;}
.page_certi_list .list > li .in:before,
.page_certi_list .list > li .in:after { content:""; position:absolute; opacity:0; visibility:hidden; transition:.4s;}
.page_certi_list .list > li .in:before{ z-index:2; top:0; left:0; width:100%; height:100%; background:var(--siteC);}
.page_certi_list .list > li .in:after { content:"\e9c5"; z-index:3; top:50%; left:50%; margin:-.75em 0 0 -.75em; width:1.5em; line-height:1.5em; border:1px solid #fff; font-family:xeicon; font-size:2.250em; color:#fff; text-align:center; transform:rotate(0);}
.page_certi_list .list > li .in:hover{ border-color:transparent;}
.page_certi_list .list > li .in:hover:before{ visibility:visible; opacity:.7;}
.page_certi_list .list > li .in:hover:after { visibility:visible; opacity:1; transform:rotate(360deg);}





/*TABLE*/
/*.table_st{ border-top:3px solid #02b9ad;}*/
.table_st{ border-top:3px solid var(--siteC)}
.table_st th,
.table_st td{ height:2.5em; padding:.5em 1em; border:1px solid #d4d5d8; /* border-width:1px 0 1px 1px; */ color:#333; line-height:1.3; background:#fff;}
.table_st thead tr:first-child th:first-child,
.table_st tbody tr th:first-child{ border-left-width:0;}
.table_st thead th{ background:#d9ebd3; font-weight: 600;}
.table_st tbody th{ color:#111; font-weight:400; background:#f9f9f9}

.table_st.form th,
.table_st.form td{ text-align:left;}

.table_st.col{ font-size:.938em;}
.table_st.col tbody td:first-child{ border-left-width:0;}
.table_st.col th,
.table_st.col td{ height:1.75em; padding:.5em .5em; text-align:center;}

.vol_st{ width:8.5em; max-width:100%;}
.vol_st .input_st{ position:relative; padding-left:.25em !important; padding-right:.25em !important; text-align:center;}
.vol_st .inp{ flex:1; z-index:2;}
.vol_st .btn{ width:2.5em; margin:0 -1px; color:#000;}
.vol_st .btn:hover{ z-index:3; background:#0b9087; border-color:#0b9087; color:#fff;}

/**/
.w_check { width:3em;}
.w_no    { width:6em;}
.w_tit   { width:auto;}
.w_name  { width:7em;}
.w_date  { width:8em;}
.w_hit   { width:7em;}
.w_file  { width:4em;}
.w_btn   { width:9em;}
.w_state { width:6.5em;}

.w_form_tit{ width:10em;}
.w_auto    { width:auto;}

.board_st .w_faq { width:4em;}
.board_st .w_more{ width:4em;}

.table_st .w_type { width:11em;}
.table_st .w_price{ width:9em;}
.table_st .w_etc  { width:7em;}
.table_st .w_qty  { width:10em;}
.table_st .w_unit { width:4em;}
.table_st .w_note { width:12em;}

.table_st.col .w_no{ width:4em;}

.print_table .w_no{ width:4em;}
.print_table .w_price{ width:9em;}
.print_table .w_qty  { width:4em;}
.print_table .w_unit { width:4em;}
.print_table .w_note { width:12em;}

/**/
.board_search_wrap{ font-size:.938em; margin-bottom:1.5em;}
.board_search_wrap .total_wrap{ font-size:1.063em; margin-top:1em;}
.board_search_wrap .inp{ width:18em;}

.board_search_wrap .in_wrap.flex .inp{ flex:1; width:initial;}
.board_search_wrap .in_wrap.flex .input_st{ margin-left:.25em;}
.board_search_wrap .in_wrap.flex .input_st:first-child{ margin-left:0;}

.total_wrap{ color:#222; text-transform:uppercase; letter-spacing:0;}
.total_wrap .tt{ display:inline-block; padding:0 .25em;}
.total_wrap .tt:first-child{ padding-left:0;}
.total_wrap .t1{ font-size:1em;}
.total_wrap .t2{ font-size:1.250em; color:#111; font-weight:900;}

/**/
.board_paging{ text-align:center; margin-top:5em; font-size:.813em;}
.board_paging button{ vertical-align:top; min-width:3em; height:3em; padding:0 .5em; background:#fff; border:1px solid #ddd; border-radius:.3em; color:#313851; font-weight:500;}
.board_paging button:hover,
.board_paging button.on{ background:#313851; border-color:#313851; color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#aaa; border-color:#aaa;}
.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"}

.pop .board_paging{ margin-top:2em;}
.pop .board_paging button{ min-width:2.5em; height:2.5em;}

.board_btn_wrap{ margin-top:3em; text-align:center;}
.pop .board_btn_wrap{ margin-top:2em;}

/**/
/*.label_st.mg{ margin:.125em 1.5em .125em 0;}
.label_st.mg:last-child{ margin-right:0;}

.label_st{ display:inline-block; *display:inline; zoom:1;}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer; line-height:1;}
.label_st .xi:before{ font-family:xeicon !important; font-style:normal; font-size:1.313em;}
.label_st input ~ .xi ~ span,
.label_st input ~ .xi:before{ color:#434343;}
.label_st input:checked ~ .xi ~ span,
.label_st input:checked ~ .xi:before{ color:#0b9087;}
.label_st input[type=checkbox] ~ .xi:before{ content:"\ea0e";}
.label_st input[type=checkbox]:checked ~ .xi:before{ content:"\e92d";}
.label_st input[type=radio] ~ .xi:before{ content:"\e9c6";}
.label_st input[type=radio]:checked ~ .xi:before{ content:"\e9c7";}
.label_st input[type=checkbox],
.label_st input[type=radio]{ width:0; height:0; overflow:hidden; opacity:0;}
.label_st input[disabled=disabled] ~ *,
.label_st input[disabled=disabled] ~ .xi:before{ color:#434343;}
.label_st input[disabled=disabled] ~ *{ cursor:default; opacity:.8;}*/


.label_select{ position:relative; display:inline-block; *display:inline; zoom:1; background:#fff; box-sizing:border-box;}
.label_select:after{ content:"\e941"; font-family:xeicon !important; position:absolute; z-index:0; right:.75em; top:50%; margin-top:-.438em; line-height:1;}
.label_select select{ position:relative; z-index:1; padding-right:2.25em !important; background:none; width:100%; box-sizing:border-box; appearance:none; -webkit-appearance:none;}
.label_select select::-ms-expand{ display:none;}

.label_file{ position:relative; display:inline-block; *display:inline; zoom:1; box-sizing:border-box; padding-right:6.25em;}
.label_file .file{ position:absolute; z-index:50; top:0; left:0; width:100%; height:100%; cursor:pointer; opacity:0;}
.label_file .inp { width:100%;}
.label_file .btn { position:absolute; top:0; right:0; bottom:0; width:6em; background-color:#8f8f8f; border:1px solid #787878; color:#fff; transition:.2s;}
.label_file:hover .inp{ border-color:#0f2945;}
.label_file:hover .btn{ background-color:#0f2945; border-color:#0f2945; color:#fff;}

.input_st{ box-sizing:border-box; display:inline-block; vertical-align:middle; background:#fff; border:1px solid #e1e2e6; max-width:100%; height:3em; line-height:1.875em; padding:.5em 1em; color:#111;}
/*input[type=file].input_st{ background:none; border:none; padding:0;}*/
textarea.input_st{ padding:1em; width:100%; height:10em; line-height:1.4;}
textarea.input_st.h1{ height:20em;}

input[type=text].input_st:focus,
input[type=password].input_st:focus,
input[type=tel].input_st:focus{ border-color:#0b9087; color:#111;}

a.input_st{ text-align:center;}
a.input_st:hover{ text-decoration:none;}

.input_st[disabled=disabled]{ cursor:default; opacity:.5;}
.input_st[disabled=disabled]:not([type=button]):not([type=submit]):not(button){ background:#f5f5f5; border-color:#ddd !important; color:#666; opacity:1;}

.input_st > .xi,
.input_st > .tt{ display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:0 .25em; line-height:inherit;}
.input_st > .xi{ font-size:1em;}
.input_st > .xi:before{ font-size:1.250em;}

.input_st.s1{ height:3.5em; line-height:2.375em; padding:.5em 1.5em; min-width:9em; font-size:1.063em; font-weight:500;}
.input_st.s2{ height:2.5em; line-height:1.375em; padding:.5em .75em; min-width:inherit !important;}
.input_st.s3{ height:auto; line-height:1.2; min-width:inherit !important; font-size:.875em;}

.input_st.c1   { background:var(--siteC); border-color:var(--siteC); color:#ffffff !important;}/*파랑*/
.input_st.c1.re{ background:#ffffff; border-color:var(--siteC); color:var(--siteC) !important;}
.input_st.c2   { background:#0b9087; border-color:#0b9087; color:#ffffff !important;}/*하늘*/
.input_st.c2.re{ background:#ffffff; border-color:#0b9087; color:#0b9087 !important;}
.input_st.c3   { background:#a3d063; border-color:#a3d063; color:#ffffff !important;}/*연두*/
.input_st.c3.re{ background:#ffffff; border-color:#a3d063; color:#a3d063 !important;}
.input_st.c4   { background:#dc232d; border-color:#dc232d; color:#ffffff !important;}/*빨강*/
.input_st.c4.re{ background:#ffffff; border-color:#dc232d; color:#dc232d !important;}
.input_st.c5   { background:#f57440; border-color:#f57440; color:#ffffff !important;}/*오렌지*/
.input_st.c5.re{ background:#ffffff; border-color:#f57440; color:#f57440 !important;}
.input_st.c6   { background:#2d3951; border-color:#2d3951; color:#ffffff !important;}/*진한회색*/
.input_st.c6.re{ background:#ffffff; border-color:#2d3951; color:#2d3951 !important;}
.input_st.c7   { background:#0d121b; border-color:#0d121b; color:#ffffff !important;}/*더 진한회색*/
.input_st.c7.re{ background:#ffffff; border-color:#0d121b; color:#0d121b !important;}
.input_st.c8   { background:#999999; border-color:#999999; color:#ffffff !important;}/*흐린회색*/
.input_st.c8.re{ background:#f5f5f5; border-color:#cccccc; color:#444444 !important;}

.input_st.w1{ width:13.375em;}
.input_st.w2{ width:8.375em;}
.input_st.w3{ width:28.375em;}
.input_st.w4{ width:18.438em;}
.input_st.w5{ width:7.375em}
.input_st.w6{ width:13.12em}


.w50 { width:50% !important;}
.w60 { width:60% !important;}
.w70 { width:70% !important;}
.w80 { width:80% !important;}
.w85 { width:85% !important;}
.w90 { width:90% !important;}
.w100{ width:100% !important;}

.input_sec{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:center; width:1.25em;}
.flex .input_sec{ width:1.688em;}
.input_row{ display:block; padding:.25em 0;}

.input_tt{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0 .375em;}
div.input_tt,
p.input_tt{ display:block; margin:.375em 0;}

input::-webkit-input-placeholder{ color:#aaa !important;}
input::-moz-placeholder         { color:#aaa !important;}
input:-moz-placeholder          { color:#aaa !important;}
input:-ms-input-placeholder     { color:#aaa !important;}


/*****************/
/*input group*****/
.group_file{ display:flex; flex-wrap:wrap; align-content:center; align-items:center;}
.group_file .label_file{ flex:1;}
.group_file .removeF{ margin-left:.25em;}
.group_file .input_row{ width:100%;}

.group_inpBtn.flex .input_st[type=text],
.group_inpBtn.flex .input_st[type=password]{ flex:1;}
.group_inpBtn.flex .input_st[type=submit],
.group_inpBtn.flex .input_st[type=button],
.group_inpBtn.flex button.input_st{ margin-left:.25em;}

.group_btn .input_st{ margin-left:.25em;}
.group_btn .input_st:first-child{ margin-left:0;}

/*inc*/
.state{ display:inline-block; vertical-align:middle; padding:.25em .5em;}
.state.c1{ color:var(--siteC);}
.state.c2{ color:#0b9087;}
.state.c3{ color:#a3d063;}
.state.c4{ color:#dc232d;}
.state.c5{ color:#f57440;}
.state.c6{ color:#2d3951;}
.state.c7{ color:#0d121b;}
.state.c8{ color:#999999;}

.BSbtn{ cursor:pointer;}
.BScon{ display:none;}

.board_more{ display:inline-block; *display:inline; zoom:1; width:2.5em; line-height:2.5em !important; border-radius:100%; text-align:center; transition:.3s;}
.board_more .xi{ font-size:1.750em;}
.board_more .xi:before{ content:"\e943"; color:#111;}
.board_more.plus .xi:before{ content:"\e913";}
.BStit.on .board_more{ transform:rotate(-180deg); background:#313851; color:#fff; border-color:transparent;}
.BStit.on .board_more .xi:before{ color:#fff;}

.no_con{ padding:5.5em 0 !important; background:#fff !important; color:#999 !important; text-align:center;}
.no_con:before{ content:"\e9d8"; font-family:xeicon !important; font-size:3.5em; color:#ddd; display:block; margin:0 auto .25em auto;}
div.no_con{ border:solid #ddd; border-width:1px 0; font-size:.938em;}

.pic{ background:#f5f5f5; position:relative;}
.pic:before{ content:"No Image"; position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:.938em; color:#999; text-transform:uppercase; letter-spacing:0;}
.pic.pers:before{ content:"\e9f2"; font-family:xeicon; font-size:3.5em; color:#e2e2e2;}

.xi.input_cal{ vertical-align:middle; font-size:1em; color:#343b4d;}
.xi.input_cal:before{ content:"\e9a5"; font-size:1.625em;}

.xi.ess,
.xi.ess + span{ display:inline-block; color:#dc232d;}
.xi.ess{ padding-top:.625em; font-family:inherit !important; font-size:1em; line-height:1;}
.xi.ess:before{ content:"*"; font-size:1.375em; font-weight:700;}
.xi.ess + span{ font-size:.938em;}
.essW{ position:relative; display:inline-block; padding-right:1.125em;}
.essW .xi.ess{ position:absolute; right:0; top:50%; margin-top:-1em;}

*[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:#f55110;}
.xi.bd_notice:before{ content:"\ea5b"; color:var(--siteC);}
.xi.bd_reply:before { content:"\e981";}
.xi.bd_sub:before   { content:"\e981"; color:#0b9087; 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";}

a[class^="xi bd_"]:hover{ text-decoration:none !important;}
a[class^="xi bd_"]:hover:before{ color:#0b9087;}
