@charset "utf-8";
/* CSS Document */
:root{
--headerH : 6em;
--siteC : #0f1c3f;
--siteC2 : #fe5b2a;
--pagePD : 3vw;
}
.siteC{ color: var(--siteC) !important}

/**/
.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}

.resize{ display:block; height:0; padding-bottom:100%; position:relative}
.resize .re{ position:absolute; left:0; top:0; width:100%; height:100%}
.resize.s1{ padding-bottom:80%}
.resize.s2{ padding-bottom:25%}
.resize.s3{ padding-bottom:25%}
.resize.s4{ padding-bottom:125%}
.resize.s5{ padding-bottom:32.60869565217%}
.resize.s6{ padding-bottom:60%}
.resize.s7{ padding-bottom:66.66%}
.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}

.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;}

.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}

.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}

.rowCut { white-space:normal; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; } 
.rowCut.r1 { -webkit-line-clamp:1; } 
.rowCut.r2 { -webkit-line-clamp:2; } 
.rowCut.r3 { -webkit-line-clamp:3; } 
.rowCut.r4 { -webkit-line-clamp:4; } 
.rowCut.r5 { -webkit-line-clamp:5; } 
.rowCut.r6 { -webkit-line-clamp:6; } 

.cp { cursor:pointer; } 
.cutstr { text-overflow : ellipsis; overflow : hidden; white-space : nowrap; display:block; width:100% } 



/*board*/

/*board*/
.board_st th,
.board_st td{ padding:1em; border-bottom:1px solid #ddd; font-size:inherit !important; line-height:1.3}
.board_st th{ color:#111}
.board_st td{ color:#555}

.board_st.write{ font-size:.938em}
.board_st.write th,
.board_st.write td{ padding-top:.75em; padding-bottom:.75em}

.board_st{table-layout:fixed}
.board_st.list.tit th{ border-top:2px solid #666; border-bottom:1px solid #666}
.no_con{ padding:5em 0 !important; color:#999 !important; border-bottom:1px solid #ddd; text-align:center}
.no_con:before{ content:"\e9d8"; font-family:xeicon!important; display:block; margin:0 auto .2em auto; font-size:5em; color:#ddd;}
td .no_con{ border-bottom:none}

.board_st.list td{ text-align:center}
.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 a{ color:#111}
.board_st a:hover{ text-decoration:underline}

.board_st.list.notice td{ background:#f9f9f9}
.board_st.list.reply td{ background:#f9f9f9;}

.board_st.view{ border-top:1px solid #666}
.board_st.write{ border-top:2px solid #666}

.board_st.st1{ border-top:2px solid #333}
.board_st.st1 td,
.board_st.st1 th{ height:3em; border:1px solid #ddd; padding-left:2em; padding-right:2em}
.board_st.st1 th{ background:#f9f9f9; border-bottom-color:#ddd; text-align:left}
.board_st.st1.write{ border-top:none}
.board_st.st1.write th{ background:none}

.checkWrap .board_st.st1{ margin-top:-1px; border-top-width:0}
.checkWrap .board_st.st1:first-child{ margin-top:0; border-top-width:2px}

.board_view_top{ }
.board_view_top .tit{ padding:1.5em; font-weight:500; border-top:2px solid #666; text-align:center; border-bottom:1px dashed #aaa; font-size:1.25em}
.board_view_top .info{border-bottom:1px solid #ddd}
.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:#ccc}
.board_view_top .info > li:first-child:before{ display:none}
.board_view_top .file{ text-align:right; padding:1em 2em; background:#f7f7f7}
.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:hover{ text-decoration:underline}
.board_view_top .file > li > a .xi{ margin:-1px .2em 0 0}
.board_view_middle{ padding:3em 2em 5em 2em}
.board_view_middle .mg_b10{margin-bottom:10px;}

.board_view_middle *{ font-family:notokr,sans-serif !important; font-size:1rem !important; line-height:1.7 !important; 
word-break: break-all;
word-wrap: break-word; /* Internet Explorer */
/*white-space: pre-wrap; /* css-3 */
/*white-space: -moz-pre-wrap; /* Mozilla, since */
/*white-space: -pre-wrap; /* Opera 4-6 */
/*white-space: -o-pre-wrap; /* Opera 7 */  }
.board_view_middle img{ margin:1em 0}
.board_view_middle a{ text-decoration:underline}

.board_view_bottom .board_st td a{ color:#777}
.board_view_bottom .board_st td a:hover{ color:#333}
.board_view_bottom .board_st th .xi{ font-size:1em; margin-right:.5em}

/*FAQ*/
.board_st.faq{ border-top:1px solid #0b4790}
.board_st.faq th,
.board_st.faq td {padding:.8em 1em;}
.board_st.faq .faq_tit{ font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:2.5em; color:#333}
.board_st.faq .faq_tit:after{ content:"."}
.board_st.faq .faq_tit.c1{ color:#0b4790}
.board_st.faq .BStit{ cursor:pointer}
.board_st.faq .BStit .w_tit{ white-space: normal; overflow: visible; color:#666; font-weight:400; font-size:1.063em !important;}
.board_st.faq .BScon{ display:none}
.board_st.faq .BScon:hover td{ background:#fff}
.board_st.faq .on .BStit{ background:#f9f9f9}
.board_st.faq .on .BStit .w_tit{ color:#222}
.board_st.faq .on .BScon{ display: table-row}
.board_st.faq .on .BScon .w_tit{ line-height:2}
.board_st.faq .on .faq_tit{ color:#0b4790}
.board_st.faq .BScon td{ padding-top:2em; padding-bottom:2em}
.board_st.faq .board_more{ display:inline-block; color:#111; width:2.25em; height: 2.25em; line-height:2.25em !important; border:1px solid #ddd; border-radius:100%; text-align:center; transition:.3s}
.board_st.faq .board_more .xi:before{content:"\e943"}
.board_st.faq .on .board_more{ transform:rotate(180deg); background:#0b4790; color:#fff; border-color:transparent; color:#fff}

/**/
.board_license{ margin:-4em -4em 0 0}
.board_license > li{ width:33.33%}
.board_license > li .wrap_in{ margin:4em 4em 0 0}
.board_license > li .tit_wrap{ float:left; width:35%}
.board_license > li .tit_wrap .in{ padding:2em 1.5em 0 1em; text-align:right; position:relative; }
.board_license > li .tit_wrap .in:before,
.board_license > li .tit_wrap .in:after{ content:""; position:absolute; left:0; top:-1px; width:3em; height:1px; background:#002654}
.board_license > li .tit_wrap .in:after{ transform:rotate(90deg); transform-origin:top left}
.board_license > li .tit_wrap .in .tt{ display:block; font-size:.938em; color:#777}
.board_license > li .tit_wrap .in .icon{ display:block; color:#002654; margin-bottom:.5em}
.board_license > li .tit_wrap .in .icon:before{content:"\ea3e"}
.board_license > li .img_wrap{ float:left; width:65%; position: relative;}
.board_license > li .img_wrap .resize{ padding-bottom:130%}
.board_license > li .img_wrap .in{ border:1px solid #ddd; background:#fff; position:relative}
.board_license > li .img_wrap .in:before,
.board_license > li .img_wrap .in:after{ content:""; position:absolute; bottom:0; width:2em; height:2em; background: linear-gradient(0deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%); transform-origin:bottom}
.board_license > li .img_wrap .in:before{ left:0; transform: skew(35deg)}
.board_license > li .img_wrap .in:after{ right:0; transform: skew(-35deg)}
.board_license > li .img_wrap .in .img{ background-repeat:no-repeat; background-position:center; background-size:cover; z-index:1}

.pin_icon{position: absolute; top: .8em; right: .8em; background: var(--siteC2); z-index: 10; padding: .7em; border-radius: 50%;}
.pin_icon .icon{background: url(../images/sub/icon/pin_icon.svg); width: 18px; height: 18px; background-size: 100%;}

/**/
.board_icon.xi{}
.board_icon.xi:before{}
.board_icon.new .xi:before{content:"\e9a9"; color:#008E3D}
.board_icon.notice .xi:before{ content:"\ea5b"; color:#008E3D}
.board_icon.reply .xi:before{ content:"\e981"; color:#aaa}
.board_icon.file .xi:before{ content:"\ea7f"; color:#999; font-size:.938em}
.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-bottom:1em; display: flex; justify-content: space-between;}

.board_search_wrap .right .input_st.w1{ width:17.25em}
.board_search_wrap button{ padding:0 1.5em}
.board_search_wrap .page_tit{ font-size:1.188em; padding-top:.313em}
.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_tbox .icon{ display:block; text-align:center; font-size:3em; color:#aaa}
.board_tbox .t1{ font-size:.938em}

/**/
.board_paging{ text-align:center; margin-top:3em; font-size:.938em}
.board_paging button{ vertical-align:top; width:3em; height:3em; line-height:3em; border:1px solid #ddd; background:#fff; color:#333; font-family: Verdana, Arial, Helvetica, sans-serif}
.board_paging button:hover,
.board_paging button.on{ background:#444; color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#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"}

/**/
.board_Event{ margin:0 0 0 -2em}
.board_Event > li{ width:33.33%}
.board_Event > li .inner {display:block;}
.board_Event > li .in{ margin:3em 0 0 2em; position:relative; background:#fff; cursor:pointer; transition:.3s}
.board_Event > li .in .img_wrap{ overflow:hidden; border-radius:.5em; box-shadow:0 0 5px rgba(0,0,0,.3)}
.board_Event > li .in .img_wrap .img{ transition:.5s; padding-bottom:56.25% !important}
.board_Event > li .in .info_wrap{ padding:1em; text-align:center; transition:.3s}
.board_Event > li .in .info_wrap .t1{ color:#666; font-size:.938em}
.board_Event > li .in .info_wrap .t2{ font-size:1.063em; padding-bottom:.9em;}
.board_Event > li .in:hover{ border-color:#aaa}
.board_Event > li .in:hover .img_wrap .img{ transform:scale(1.1)}
.board_gallery.cert > li{ width:20%}

/**/
.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;}
.board_st.gallery .list > li .img img{ width:100%; max-height:none;}
.board_st.gallery .list > li .con{ position:relative; padding:1.2em; }
.board_st.gallery .list > li .con > dt{ font-size:.938em; color:#393f44; line-height:1.375em; height:2.85em; overflow:hidden;}
.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:var(--siteC); 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_news { } 
.board_news > li { } 
.board_news > li:first-of-type { border-top: 3px solid #efefef; } 
.board_news > li > .inner { display: flex; padding: 1.25rem 0; gap: 3rem; align-items: center; border-bottom: 1px solid #efefef; transition: .3s ease; } 
.board_news > li > .inner > .cate { padding-left: 1.75rem; min-width: 4em; color: var(--siteC); } 
.board_news > li > .inner > .cate > .tt { font-size: 1.215rem; font-weight: 600; } 
.board_news > li > .inner > .date { display: flex; flex-direction: column; gap: .5rem; align-items: center; justify-content: center; } 
.board_news > li > .inner > .date > .day { font-size: 3.75rem; font-weight: 600; color: #cbcbcb; transition: .3s ease; } 
.board_news > li > .inner > .date > .ym { font-size: .915rem; letter-spacing: 2px; font-weight: 600; color: #cbcbcb; transition: .3s ease; } 
.board_news > li > .inner > .infoT { width: 75%; } 
.board_news > li > .inner > .infoT > .tit { font-size: 1.315rem; font-weight: 600; } 
.board_news > li > .inner > .infoT > .txt { margin-top: .75rem; font-size: 1rem; color: #666; } 
.board_news > li > .inner > .infoT > .date { margin-top: 1rem; font-size: .936rem; color: #888; font-weight: 400; gap: .5rem; display: flex; align-items: center; } 
.board_news > li > .inner > .thumb { width: 14%; height: 11rem; } 
.board_news > li > .inner > .thumb > img { width: 100%; height: 100%; object-fit: cover; } 

.board_news > li:hover > .inner { border-bottom: 1px solid var(--siteC); } 
.board_news > li:hover > .inner > .infoT > .tit { text-decoration: underline; } 
.board_news > li:hover > .inner > .date > .ym,
.board_news > li:hover > .inner > .date > .day { color: var(--siteC); } 


/**/
.board_photo_wrap{ margin:0 0 -40px -20px; overflow:hidden; font-size:0}
.board_photo_wrap > li{ display:inline-block; *display:inline; zoom:1; vertical-align:top; width:25%}
.board_photo_wrap.photo2 > li{ width:25%}
.board_photo_wrap.photo3 > li{ width:20%}
.board_photo_wrap .list{ margin:0 0 40px 20px; cursor:pointer}
.board_photo_wrap .list *{ transition:0.3s}
.board_photo_wrap .list .img{border:1px solid #ddd}
.board_photo_wrap .list .tit{ text-align:center; padding:10px 0; border-bottom:1px dashed #ccc; color:#666; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-size:14px; font-size:.938em; font-family:Arial, Helvetica, ng, sans-serif; letter-spacing:0}
.board_photo_wrap .list:hover .img{ border-color:#666}
.board_photo_wrap .list:hover .tit{ border-bottom-color:#666; color:#000; transition:0.3s}

/**/
.board_btn_wrap{ text-align:right; margin-top:35px;}
.board_btn{ line-height:45px; padding:0 35px; font-family:notokrB; font-size:.938em; transition:.3s;}
.board_btn.c1{ background:#333333; border:1px solid #333333; color:#ffffff;}
.board_btn.c2{ background:#f1f1f1; border:1px solid #cccccc; color:#555555;}
.board_btn.c3{ background:#f9f9f9; border:1px solid #aaaaaa; color:#666666;}
.board_btn.c4{ background:#ffffff; border:1px solid #333333; color:#111111;}
.board_btn.c5{ background:#00a2d7; border:1px solid #00a2d7; color:#ffffff;}
.board_btn.c1:hover{ background:#247bd2; border-color:#247bd2;}
.board_btn.c2:hover{ background:#777777; border-color:#777777; color:#ffffff;}
.board_btn.c3:hover{ background:#666666; border-color:#666666; color:#ffffff;}
.board_btn.c4:hover{ border-color:#00397f; color:#00397f;}
.board_btn.c5:hover{ background:#333333; border-color:#333333;}

.pop .board_btn_wrap{ margin-top:1.5em}


.nocon{ display:flex; justify-content:center; align-items:center; flex-direction:column; border:1px solid #ddd; height:24em; color:#666; margin-top:-1px}
.nocon .xi{ font-size:5em; color:#ddd; margin-bottom:.125em}
.nocon .xi:not([class*=xi-]):before{content:"\ea15"}

.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}



.form_wrap .form_tit{ border-bottom:1px solid #111; padding:.75em 0}
.form_wrap .form_tit.bd0{ border-bottom:none}
.form_wrap .form_tit .t1{ font-weight:700; font-size:1.313em}
.form_wrap .form_tit .t2{ font-weight:700; font-size:1.625em}
.form_wrap .form_tit .t3{ font-weight:500; font-size:1.125em}
.form_wrap .form_con{ padding:1.5em 0}
.form_st > li{ border-bottom:1px solid #ddd; padding:.75em 0}
.form_st > li:first-child{ border-top:1px solid #111}
.form_wrap .form_tit + .form_st > li:first-child{ border-top:none}
.form_st.noline > li{ border-bottom:none; border-top:none}
.form_st.noline > li:first-child{ padding-top:0}
.form_st > li.bd0{ border-bottom:none}
.form_lab{ display:flex; align-items:center}
.form_lab .lab_tit,
.form_lab .lab_con{ min-height:3em; box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center;}
.form_st.h1 .lab_tit,
.form_st.h1 .lab_con{ min-height:2em}
.form_lab .lab_tit{ width:9em; margin:0 2em 0 .5em; gap:.5em 0}
.form_lab .tit1{ font-weight:600; font-size:1.063em}
.form_lab .tit2{ font-weight:600; font-size:.938em; line-height:1.2}
.form_lab .lab_con{ flex:1 1 0%; min-width:0; gap:.25em; font-weight:500}
.form_lab .lab_con.gap1{ gap:.5em 1em}
.form_lab .lab_con.not(.flex) > *{ flex:1 1 0%; min-width:0}
.form_lab .lab_con .inp_tt{ flex:0 0 auto; font-size:.938em; color:#666; font-weight:400}
.form_lab .lab_con .input_st{ width:100%}
.form_lab .lab_con .input_st.grow{ flex:1 1 0%; min-width:0; width:auto}
.form_lab .lab_con .line{ padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd}
.form_lab .lab_con .w1{ flex:0 0 auto; width:3em}
.form_lab .lab_con .w2{ flex:0 0 auto; width:9em}
.form_lab .lab_con .w50{ flex:0 0 auto; width:50%}
.form_lab .lab_con .w100{ flex:0 0 auto; width:100%}
.form_lab .lab_con .w_auto{ flex:0 0 auto; width:auto}
.form_lab .lab_con .max1{ max-width:23em}
.form_lab .lab_con .max2{ max-width:10em}
.form_lab .lab_con .max3{ max-width:10em}
.form_lab .lab_con .min1{ min-width:23.5em}

.form_wrap.st1{}
.form_wrap.st1 .form_st{ border:1px solid #ddd; padding:1em 2em}
.form_wrap.st1 .form_st > li{ border-bottom:none; border-top:none; padding:.375em 0}
.font_wrap.st1 .form_lab .lab_con{ min-height:auto}

.form_wrap.st2{ border-radius:1em; padding:1em 2em; box-shadow:0 0 1em rgba(0,0,0,.1)}
.form_wrap.st2 .form_st > li:last-child{ border-bottom:none}

.form_st{}

.login_wrap .login .page_tit{font-family: 'pretendard';}

.login_wrap .login.w1 .form_st{ width:46%}
.login_wrap .login .form_st > li{ margin-top:1em}
.login_wrap .login .form_st.st1 > li{ margin-top:0em}
.login_wrap .login .form_st > li.st1{ margin-top:0em}
.login_wrap .login .form_st > li:first-child{ margin-top:0}
.login_wrap .login .form_st > li .in{ position:relative; padding:0 1em 0 4em; margin-top:.5em}
.login_wrap .login .form_st > li .in .icon{ position:absolute; left:0; top:50%; width:3em; line-height:3em; margin-top:-1.5em; text-align:center; color:#999}
.login_wrap .login .form_st > li .in .icon:before{ font-size:1.313em}
.login_wrap .login .form_st > li .in .lab{ position:absolute; left:4em; top:50%; line-height:1em; margin-top:-.5em; /*color:#fff; background:#fff;*/ padding:0 .25em}
.login_wrap .login .form_st > li .in .inp{ width:100%; box-sizing:border-box; padding:1em 0; height:4em; border:none; position:relative; z-index:1; background:none; font-weight:600;}
.login_wrap .login .form_st > li .in .inp[type=file]{ padding:0 !important; height:3em}
.login_wrap .login .form_st > li .in textarea.inp{ height:10em; padding:1em !important}
.login_wrap .login .form_st > li .in .line{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:1px solid #ddd; box-sizing:border-box; transition:.3s; border-radius:.25em}
.login_wrap .login .form_st > li .in .inp:focus ~ .lab,
.login_wrap .login .form_st > li .in .inp.on ~ .lab{ transform:scale(.9,.9); top:12px; color:var(--siteC2); margin-left:-.5em; transition:.3s}
.login_wrap .login .form_st > li .in .inp:focus ~ .icon,
.login_wrap .login .form_st > li .in .inp.on ~ .icon{ color:var(--siteC2)}
.login_wrap .login .form_st > li .in .inp:focus ~ .line,
.login_wrap .login .form_st > li .in .inp.on ~ .line{ border-color:var(--siteC2)}
.login_wrap .login .form_st > li .in .inp.c1{ background:#f1f1f1}
.login_wrap .login .form_st > li .in_tt{ width:100%; color:#666; font-size:.938em; margin-top:1em; line-height:1.5}

.login_wrap .find_wrap{ text-align:center; display: flex; gap: 1.6em; align-items: center;}
.login_wrap .find_wrap > li > a{ font-size:.938em; position: relative; font-weight: 500;}
.login_wrap .find_wrap > li > a:before{ content:""; position:absolute; right: -.85em; top: 50%; transform: translateY(-50%); height: 10px; width:1px; background:#ccc}
.login_wrap .find_wrap > li:last-of-type > a:before{ display:none}
.login_wrap .find_wrap > li > a:hover{ text-decoration:underline}



.fin_wrap{ border:1px solid #ddd; padding:2em 2em 3em 2em; text-align:center; box-sizing:border-box; margin:2em auto 0 auto}
.fin_wrap .fin_tit{ font-weight:300; font-size:2em;}
.fin_wrap .fin_tit:after{ content:""; display:block; margin:.75em auto; width:1em; height:1px; background:#aaa}
.fin_wrap .fin_tt{ color:#888; line-height:1.6}
.fin_wrap .fin_tt.t1{ color:#5c5e5e; font-size:1.188em; font-weight:500}

.fin_wrap.st1{ border:none; padding:0}


.agree_wrap{ box-shadow:0 0 1em rgba(0,0,0,.1); padding:2em; color:#666}

.board_gallery{ display:flex; flex-wrap:wrap; gap:2em}
.board_gallery > li{ width:calc(33.3333% - 1.3333em)}
.board_gallery > li .wrap_in{ display:block; overflow:hidden; }
.board_gallery > li .wrap_in .img_wrap{ position:relative; display:block; overflow:hidden; border-radius: .5em; border: 1px solid #ddd; transition: .3s;}
.board_gallery > li .wrap_in .img_wrap .ab{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box}
.board_gallery > li .wrap_in .img_wrap > .photo{ transition: linear .3s;}
.board_gallery > li .wrap_in:hover .img_wrap{ border: 1px solid  var(--siteC);}
.board_gallery > li .wrap_in:hover .img_wrap > .photo{ transform: scale(1.05);}
.board_gallery > li .wrap_in .con_wrap{ display:block; padding:1em 0; display:flex; flex-direction:column; gap:.5em}
.board_gallery > li .wrap_in .con_wrap .t1{ font-size:1.05em; font-weight:600}
.board_gallery > li .wrap_in .con_wrap .t2{ font-weight:500}
.board_gallery > li .wrap_in .con_wrap .board_info{ font-size: .9em;}
.board_gallery > li .wrap_in:focus .con_wrap,
.board_gallery > li .wrap_in:hover .con_wrap{ }
.board_gallery.s1{ gap:2em}
.board_gallery.s1 > li{ width:calc(20% - 1.6em)}
.board_gallery.d1 > li{ width:calc(25% - 1.5em)}

.pgLine{ height:.5em; margin:2em 0; background: linear-gradient(135deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent); background-size: .5em .5em;}

.board_wrap { } 
.board_wrap .board_partner { display: flex; gap: 1rem; flex-wrap: wrap; } 
.board_wrap .board_partner > li { width: calc((100% - 3rem) / 4); } 
.board_wrap .board_partner > li > .wrap_in { border: 1px solid #ddd; display: block; overflow: hidden; } 
.board_wrap .board_partner > li > .wrap_in > .img_wrap { padding: 1.5rem 2rem; box-sizing: border-box; } 
.board_wrap .board_partner > li > .wrap_in > .img_wrap > img { width: 100%; height: 80px; object-fit: contain; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap { padding: .75rem 1.5rem; box-sizing: border-box; border-top: 1px solid #ddd; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: .3s ease; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap .t1 { font-size: 1.15rem; color: #666; font-weight: 400; transition: .3s ease; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap .smPlus { width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #f1f1f1; display: flex; align-items: center; justify-content: center; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap .smPlus > .xi { font-size: .675rem; color: #666; } 
.board_wrap .board_partner > li > .wrap_in:hover .con_wrap { background: var(--siteC); } 
.board_wrap .board_partner > li > .wrap_in:hover .con_wrap .t1 { color: #fff; } 

.board_wrap .board_partner.st1{gap: 3rem;}
.board_wrap .board_partner.st1 > li{ width: calc((100% - 6rem) / 3);}
.board_wrap .board_partner.st1 > li > .wrap_in > .img_wrap{padding: 0; height: 22em;}
.board_wrap .board_partner.st1 > li > .wrap_in > .img_wrap > img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: top;} 
.board_wrap .board_partner.st1 > li > .wrap_in > .con_wrap{flex-direction: column;}
.board_wrap .board_partner.st1 > li > .wrap_in:hover > .con_wrap{background: #fff;}
.board_wrap .board_partner.st1 > li > .wrap_in:hover > .con_wrap .t1{color: #666;}

.board_info { display:flex; flex-wrap:wrap; align-content:center; align-items:center; min-width:0; color:#777; } 
.board_info > li { display:flex; align-content:center; align-items:center; min-width:0; box-sizing:border-box; } 
.board_info > li + li:before { content:""; display:inline-block; margin:0 1.125em; width:1px; height:1em; background:#ddd; } 
.board_info > li .tt { } 
.board_info > li .ico { margin-right:.313em; font-size:1.250em; } 
.board_info > li.name .ico:before { content:"\e9f2" } 
.board_info > li.date .ico:before { content:"\e9a0" } 
.board_info > li.hit .ico:before { content:"\e950" } 
.board_info > li.mail .ico:before { content:"\ea07" } 
.board_info > li.tel .ico:before { content:"\eaed" } 
.board_info > li.mgL { margin-left:auto } 
.board_info > li.mgL:before { display:none; } 

.board_cate{ display:flex; flex-wrap:wrap; margin-bottom:1.25em; border-radius:.5em; box-sizing:border-box; position:relative; padding:1px 0 0 1px}
.board_cate:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; top:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; background:#f5f5f5;  z-index:-1}
.board_cate > li{ width:20%}
.board_cate > li > a{ display:flex; align-items:center; justify-content:center; height:3.5em; position:relative; color:#777; background:#fff}
.board_cate > li > a:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; right:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; border-left:none; border-top:none}
.board_cate > li > a .tt{ font-weight:600; position:relative; font-size:1.063em}
.board_cate > li > a:hover,
.board_cate > li > a:focus{ background:#f9fbfc; color:#111; z-index:1}
.board_cate > li.on > a{ background:var(--siteC); color:#fff; border-color:transparent}
.board_cate > li.on > a .tt:after{ content:""; position:absolute; right:-.75em; top:0; width:.375em; height:.375em; background:#fff; border-radius:50%}

/**/
.ess{ color:var(--siteC); font-weight:700; margin:0 .25em}
.ess_tt{ font-size:.938em; color:#666}

*[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:#ff7e00;}
.xi.bd_notice:before{ content:"\ea5b"; color:var(--siteC2);}
.xi.bd_reply:before { content:"\e9fa"; color:#666; display:inline-block; transform:rotateX(180deg);}
.xi.bd_sub:before   { content:"\e981"; color:#06aba1; 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";}

.bd_num{ display:inline-block; vertical-align:middle;}

*[class^="xi bd_"].circle{ margin:0 .375em; text-align:center; font-size:.938em;}
*[class^="xi bd_"].circle:before{ display:block; width:1.875em; line-height:1.875em; background:#2f415b; border-radius:50%; color:#fff;}
*[class^="xi bd_"].circle:first-child{ margin-left:0;}
*[class^="xi bd_"].circle:last-child{ margin-right:0;}
*[class^="xi bd_"].circle + *{ display:inline-block; vertical-align:middle;}

a[class^="xi bd_"]:hover{ text-decoration:none !important;}
a[class^="xi bd_"]:hover:before{ color:var(--siteC2);}

.tb_basic{ table-layout:auto;}

.linkHover:hover{ text-decoration: underline;}


.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.st1{ display:inline-flex; position:relative;}
.label_st.st1 .lab{ width:100%; box-sizing:border-box; height:3em; display:flex; justify-content:center; align-items:center; box-sizing:border-box; border-radius:.25em; padding:0 2.5em; border:1px solid #ddd; background:#fff; position:relative}
.label_st.st1 .lab .ico{ font-size:1.25em; font-family:xeicon; position:absolute; right:.25em; top:.25em; opacity:0}
.label_st.st1 .lab .ico:before{content:"\e92b"}
.label_st.st1 input:checked ~ .lab{ border-color:var(--siteC)}
.label_st.st1 input:checked ~ .lab .ico{ opacity:1}

.label_wrap{ display:flex; flex-wrap:wrap; gap:1em 3em}

.input_st{ border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3em; border-radius:.25em; font-weight:500}
a.input_st{ display:inline-flex; align-items:center}
.input_st[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
.input_st[readonly]{ background:#f5f5f5; color:#666}
textarea.input_st{ width:100%; height:7em; padding:1em}
textarea.input_st.h1{ height:10em}
textarea.input_st.h2{ height:5em}
select.input_st{ padding-right:2.5em !important}

.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{ height:4em; padding:.5em 1.5em; font-size:1.125em; font-weight:500; font-weight:600}
.input_st.s2{ height:2.25em; padding:.25em .75em; font-size:.938em}
.input_st.s2 .xi{ font-size:1em}

.input_st.c1{ background:var(--siteC); border-color:var(--siteC); color:#fff}
.input_st.c1.re{ background:#fff; border-color:var(--siteC); color:var(--siteC)}
.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:#888; color:#fff}
.input_st.quest{ border-color:rgba(255,255,255,.1); color:#fff}
.input_st.quest.on{ position:relative}
.input_st.quest.on:after{ content:""; position:absolute; right:.375em; top:.375em; width:.375em; height:.375em; border-radius:50%; background:#fff; animation-name: fadeAni; animation-duration: 2s; animation-iteration-count: infinite}
.input_st.quest.q1{ background:var(--q1)}
.input_st.quest.q2{ background:var(--q2)}
.input_st.quest.q3{ background:var(--q3)}
.input_st.quest.q4{ background:var(--q4)}
.input_st.quest.q5{ background:var(--q5)}

.input_st.w100{ width:100%}
.input_st.w1{ width:14em; max-width:100%}
.input_st.w2{ width:6.25em}
.input_st.w3{ width:40em; max-width:100%}
.input_st.w4{ width:12em}

.input_st .xi.arrow{ font-size:1em; margin:0 .5em}
.input_st .xi.arrow:before{content:"\e93f"}

.input_st.wFix{ min-width:8em; text-align:center}

.input_st.back .xi{ font-size:1em}
.input_st.back .xi:before{ content:"\e908"}
.input_st.back .tt:before{ content:"Back"}

.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}

.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}

/**/
.w_blank{ width:1em}
.w_no{ width:4em}
.w_cate{ width:8em}
.w_tit{ width:auto}
.w_name{ width:8em}
.w_name2{ width:10em}
.w_date{ width:8em}
.w_date2{ width:15em}
.w_date3{ width:22em}
.w_hit{ width:6em}
.w_check{ width:4em}
.w_btn{ width:6em}
.w_btn2{ width:10em}
.w_state{ width:6em}
.w_faq{ width:4em}
.w_price{ width:10em}

.w_form_tit{ width:12em}
.w_form{ width:auto}
.w_auto{ width:auto}

.ui-widget{ font-size:.938em !important}

.noimg{ background-size:cover !important; background-image:url(../images/inc/noimg.jpg)}


.tt_state{ display:inline-block; box-sizing:border-box; border:1px solid transparent; line-height:1; min-width:5em; padding:.375em .5em; border-radius:.25em; font-size:.938em; font-weight:500; text-align:center}
.tt_state.c1{ background:var(--siteC); color:#fff}
.tt_state.c2{ background:#777; 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; display:inline-flex; align-items:center; line-height:1; gap:0 .5em}
.tt_price .tn{ font-size:1.125em; font-weight:800}
.tt_price .tw{ font-size:.875em}
.tt_price .tp{ font-size:1.063em}
.tt_price .tp:after{ content:"P"}
.tt_price .plus,
.tt_price .minus{ font-family:xeicon; font-size:1em}
.tt_price .plus:before{ content:"\e916"}
.tt_price .minus:before{ content:"\e91d"}

.tt_price .tn.s1{ font-size:.938em}
.tt_price.c1{ color:var(--siteC)}

.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}

.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:8vmin !important}

.page_sec_list > li:not(:first-child){ margin-top:3em}

.flex_table{ border-top:1px solid #111}
.flex_table > li{ counter-increment: recordIdx}
.flex_table > li .wrap_in{ display:flex; align-items:center; gap:0 1.5em; padding:1.5em 0; border-bottom:1px solid #ddd}
.flex_table > li .wrap_in .cell{ flex:0 0 auto; display:flex; flex-direction:column; gap:.75em 0; box-sizing:border-box}
.flex_table > li .wrap_in .cell.c_count{ width:3em; text-align:right}
.flex_table > li .wrap_in .cell.c_count:before{content:counter(recordIdx) "."}
.flex_table > li .wrap_in .cell.c_img{ width:16em; overflow:hidden}
.flex_table > li .wrap_in .cell.c_grow{ flex:1 1 0%; min-width:0}
.flex_table > li .wrap_in .cell .tit1{ font-size:1.25em; font-weight:600}
.flex_table > li .wrap_in .cell .tt1{ color:#666}

.board_spec{ display:flex; flex-wrap:wrap; gap:0 2em}
.board_spec > li{ position:relative; font-size:.875em; color:#777}
.board_spec > li.point{ font-weight:600; color:#333}
.board_spec > li:not(:last-child):before{ content:""; position:absolute; right:-1em; top:50%; transform:translateY(-50%); width:1px; height:60%; background:#ddd}

.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}

.board_photo{ display:flex; flex-wrap:wrap; gap:3em}
.board_photo > li{ width:calc(50% - 1.5em)}
.board_photo > li .wrap_in{ display:block; overflow:hidden}
.board_photo > li .wrap_in .img_wrap{ position:relative; display:block; overflow:hidden}
.board_photo > li .wrap_in .img_wrap .ab{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box}
.board_photo > li .wrap_in .con_wrap{ display:flex; flex-direction:column; gap:.5em 0; padding:1em 0}
.board_photo > li .wrap_in .con_wrap .t1{ font-size:1.125em; font-weight:500}
.board_photo > li .wrap_in .con_wrap .t2{ font-size:1.063em; font-weight:500}
.board_photo > li .wrap_in .con_wrap .t3{ font-size:.938em; color:#777}
.board_photo > li .wrap_in .con_wrap.st1{ border:1px solid #ddd; padding:1em}
.board_photo.s1{ gap:2em}
.board_photo.s1 > li{ width:100%}

.board_performance{ display:flex; flex-wrap:wrap; gap:4em 0}
.board_performance > li{ width:100%}
.board_performance > li .wrap_in{ display:block; position:relative}
.board_performance > li .wrap_in .img_wrap{ display:block; position:relative; overflow:hidden}
.board_performance > li .wrap_in .img_wrap:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.3}
.board_performance > li .wrap_in .img_wrap .resize{ padding-bottom:30%; overflow:hidden; position:relative; background:#f5f5f5}
.board_performance > li .wrap_in .img_wrap .resize img{ width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%)}
.board_performance > li .wrap_in .img_wrap .more{ position:absolute; left:0; bottom:0; transform:translateY(100%); width:100%; padding:1em 2em; text-align:center; box-sizing:border-box; color:#fff; background:rgba(0,0,0,.7)}
.board_performance > li .wrap_in .img_wrap .more .t1{ font-weight:600; font-size:.875em;}
.board_performance > li .wrap_in .img_wrap .more .arrow{ font-size:1em; margin-left:.25em}
.board_performance > li .wrap_in .img_wrap .more .arrow:before{content:"\e907"}
.board_performance > li .wrap_in .con_wrap{ position:absolute; left:0; top:0; width:100%; box-sizing:border-box; color:#fff; padding:2em}
.board_performance > li .wrap_in .con_wrap .t1{ font-weight:700; font-size:1.625em}
.board_performance > li .wrap_in .con_wrap .date{ opacity:.6}
.board_performance > li .wrap_in:hover{ box-shadow:0 0 1em rgba(0,0,0,.3)}
.board_performance > li .wrap_in:hover .img_wrap:after{ opacity:0}

.board_performance > li .wrap_in:hover .img_wrap .resize img{ animation-name: imgAni; animation-duration: 2s; animation-fill-mode: forwards}
.board_performance > li .wrap_in:hover .img_wrap .more{ transition:.3s; transform:translateY(0) }

@keyframes imgAni{
0% { top:0; transform:translateY(0%)}
100% { top:100%; transform:translateY(-100%)}
}

.board_masonry{ display:flex; flex-wrap:wrap; margin:-.5em}
.board_masonry > li{ width:25%}
.board_masonry > li .wrap_in{ display:block; margin:.5em; box-shadow:0 0 1em rgba(0,0,0,.1)}
.board_masonry > li .wrap_in .con_wrap{ padding:1em; display:flex; flex-direction:column; gap:1em 0}
.board_masonry > li .wrap_in .con_wrap .t1{ font-weight:500; line-height:1.2}
.board_masonry > li .wrap_in .con_wrap .date{ color:#999; font-size:.875em}

.boardGrid{ position:absolute; visibility:hidden}

.hover_st:hover .hoverX{ transition:.3s; transform:translateX(.5em)}
.hover_st:hover .hoverLine{ text-decoration:underline}
.hover_st:hover .hoverBg{ transition:.3s; transform:scale(1.1)}
.hover_st .hoverBorder{ position:relative}
.hover_st .hoverBorder:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:.25em solid transparent; border-radius:.5em; opacity:0; transition:.3s}
.hover_st .hoverBorder:after{ border-color:#ddd}
.hover_st:hover .hoverBorder:after{ opacity:1}

.table_st{ border-top:2px solid;}
.table_st.print{ border-top: none;}
.table_st th,
.table_st td{ height:3.5em; padding:.75em 1em; border:1px solid #d4d5d8; border-width:1px 0 1px 1px; background:#fff; color:#444; line-height:1.4; box-sizing:border-box;}
.table_st td a[href]:hover{ text-decoration:underline;}
.table_st thead tr th:first-child,
.table_st tbody tr th:first-child,
.table_st tbody tr td:first-child{ border-left-width:0;}
/* .table_st thead th{ text-align:center; color: #111; background: var(--crGray4);} */
.table_st thead th{ text-align:center; color: #111;}
.table_st tbody th{ background:#fafafa; text-align:center; color:#111;}
.table_st tr.row ~ tr td:first-child{ border-left-width:1px;}
.table_st a[href*="mailto"]{ word-break:break-all; word-wrap:break-word;}

.table_st .content{ padding:2em 2em;}

.table_st.st1{}
.table_st.st1 th,
.table_st.st1 td{ padding-left:.5em; padding-right:.5em; border-width:1px; text-align:center;}

.table_st.st1.line{}
.table_st.st1.line th{ font-weight: 600;}
.table_st.st1.line td{ border-width:1px 1px; padding-left:1em; padding-right:1em; font-weight: 500;}
.table_st.st1.line th.bg1{background: var(--siteC); color: #fff;}
.table_st.st1.line th.bg2{background: #f1f1f1;}
.table_st.st1.line tr th:first-child,
.table_st.st1.line tr td:first-child{ border-left-width:0;}
.table_st.st1.line tr th:last-child,
.table_st.st1.line tr td:last-child{ border-right-width:0;}

.table_st.st1 thead th{background: var(--siteC); font-weight: 700 !important; color: #fff;}

.table_st.st1.service td{padding: 1.6em 1.3em;}




/**/
.project.bg{ background-position: center; background-size:cover}
.projectList{ display:flex; flex-wrap:wrap; gap:3em; margin-top:2em}
.projectList > li{ width:calc(33.33% - 2em)}
.projectSt .img{ overflow:hidden; position:relative}
.projectSt .img .layer{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.6); opacity:0; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:1em; cursor:pointer; color:#fff; box-sizing:border-box; padding:1.5em; text-align:center; transition:.3s}
.projectSt .img .layer .t1{ font-weight:700; font-size:1.375em; word-break:auto-phrase}
.projectSt .img .layer .more{ display:flex; align-items:center; gap:0 .5em; opacity:.8}
.projectSt .img .layer .more:before{ content:"MORE VIEW"; font-size:.875em}
.projectSt .img .layer .more:after{ content:"\e916"; font-family:xeicon; font-size:1.25em; transition:1s}
.projectSt .con{ padding:1em; text-align:center;}
.projectSt .con .t1{ font-weight:500; font-size:1.125em; word-break:auto-phrase}
.projectSt:hover .img .layer{ opacity:1}
.projectSt:hover .img .bg{ transform:scale(1.1) !important}
.projectSt:hover .con{ opacity:0}
.projectSt:hover .img .layer .more:after{ transform:rotate(360deg)}
.projectSt.s1 .layer{ font-size:.875em}

.projectView img ~ img{ margin-top:2em}
.projectViewInfo{ background:#f5f5f5; padding:2em; padding-bottom:3em; display:flex; flex-wrap:wrap; gap:0 4em; margin-bottom:3em}
.projectViewInfo .info_st{ width:calc(50% - 2em)}
.info_st{ border-bottom:1px solid #ccc; display:flex; position:relative}
.info_st .tit,
.info_st .tt{ min-height:1.5em; justify-content:center; padding:.75em .25em; display:flex; flex-direction:column; position:relative}
.info_st .tit{ width:4em;}
.info_st .tit:after{ content:""; position:absolute; left:0; bottom:-1px; height:1px; width:100%; background:#111}
.info_st .tit .t1{ font-weight:700; font-size:1.063em}
.info_st .tt{ flex:1 1 0%; min-width:0}
.info_st .tt .t1{ font-weight:500; width:100%; text-align:right; font-size:.938em}

/* 회원가입 */
.member_wrap .member_form { padding:2em; border:1px solid #ddd; border-radius: .5em; border-top-width:4px; border-top-color: var(--siteC); } 
.member_wrap .member_form.st1 { border-top:none !important } 
.member_wrap .member_form.st2 { margin-bottom:2em; } 
.member_wrap .join_form { padding:2.5em 2em; border:1px solid #ddd; border-top-width:4px; border-top-color: var(--siteC); } 
.member_wrap .join_form.check_st { padding:2em 1em; } 

.member_wrap .finish_wrap { text-align:center; } 
.member_wrap .finish_wrap .tit { font-size:1.500em; color:#3c3c3d; letter-spacing:-1px; } 
.member_wrap .finish_wrap .txt { padding:.4em 0; color:#69696b; } 
.member_wrap .finish_wrap .join_fin { color:#3c3c3d;} 
.member_wrap .finish_wrap .join_fin > li{ display: flex; margin-bottom: .25em;}
.member_wrap .finish_wrap .join_fin .th,
.member_wrap .finish_wrap .join_fin .td { padding:.8em 1.5em; border:1px solid #ddd; text-align:left; } 
.member_wrap .finish_wrap .join_fin .th { width:10em; background:#f5f5f5; display: flex; align-items: center; gap: .25em;} 
.member_wrap .finish_wrap .join_fin .th > .xi{ color: var(--siteC);}
.member_wrap .finish_wrap .join_fin .th > .tt{ font-weight: 600;}
.member_wrap .finish_wrap .join_fin .td { display: flex; align-items: center; font-weight: 600; width:auto; letter-spacing:0; flex: 1; border-left: none;} 

.member_wrap .member_btn_wrap { display:flex; flex-wrap:wrap; gap:.375em; margin-top:1em; justify-content: center;}


@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 .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%}

}

/**/
.board_profile{ display:flex; flex-direction:column; gap:1em}
.board_profile .profileSt{ border:1px solid #ddd; border-radius:1em; padding:3%; display:flex; gap:3em}
.board_profile .profileSt .imgW{ width:12em}
.board_profile .profileSt .imgW .resize{ border-radius:1em; overflow:hidden; padding-bottom:133.33%}
.board_profile .profileSt .nameW{ width:18em; display:flex; flex-direction:column; gap:.5em; padding:1em 0}
.board_profile .profileSt .nameW .t1{ font-weight:800; font-size:1.75em}
.board_profile .profileSt .nameW .t2{ font-size:1em; color:#777}
.board_profile .profileSt .conW{ flex:1 1 0%; min-width:0; padding:1em 0}
.board_profile .profileSt .conW .spec{ display:flex; flex-direction:column; gap:.5em}
.board_profile .profileSt .conW .spec > li{ display:flex; gap:.5em; color:#666}
.board_profile .profileSt .conW .spec > li:before{ content:"●"; transform:scale(.5);}

html:not(.userHome) .doc:has([class*=board_]){ font-size:16px}
